﻿@charset "UTF-8";

@media print,screen and (min-width:25.9375em) {
    .reveal, .reveal.large, .reveal.small, .reveal.tiny {
        right: auto;
        left: auto;
        margin: 0 auto
    }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.foundation-mq {
    font-family: "small=0em&medium=25.9375em&large=45em&xlarge=64em&xxlarge=80em"
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%
}

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
  font-family: OpenSans-regular,Helvetica,Roboto,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #021B41;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0
}

.map_canvas embed, .map_canvas img, .map_canvas object, .mqa-display embed, .mqa-display img, .mqa-display object {
    max-width: none !important
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: 0 0;
    line-height: 1;
    cursor: auto
}

[data-whatinput=mouse] button {
    outline: 0
}

pre {
    overflow: auto
}

button, input, optgroup, select, textarea {
    font-family: inherit
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

[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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
    box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    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 {
        outline: 0;
        border: 1px solid #cacaca;
        background-color: #fefefe;
        -webkit-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent;
        -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
        transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
        transition: box-shadow .5s,border-color .25s ease-in-out;
        transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s
    }

textarea {
    max-width: 100%
}

    textarea[rows] {
        height: auto
    }

    input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
        background-color: #e6e6e6;
        cursor: not-allowed
    }

[type=button], [type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-input-placeholder {
    color: #cacaca
}

::-moz-placeholder {
    color: #cacaca
}

:-ms-input-placeholder {
    color: #cacaca
}

::-ms-input-placeholder {
    color: #cacaca
}

::placeholder {
    color: #cacaca
}

[type=checkbox], [type=file], [type=radio] {
    margin: 0 0 1rem
}

    [type=checkbox] + label, [type=radio] + label {
        display: inline-block;
        vertical-align: baseline;
        margin-left: .5rem;
        margin-right: 1rem;
        margin-bottom: 0
    }

        [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: .9375rem;
    font-weight: 400;
    line-height: 1.8;
    color: #021B41
}

    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

    .input-group > :first-child, .input-group > :first-child.input-group-button > * {
        border-radius: 0
    }

    .input-group > :last-child, .input-group > :last-child.input-group-button > * {
        border-radius: 0
    }

.input-group-button, .input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label, .input-group-field, .input-group-label {
    margin: 0;
    white-space: nowrap
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .input-group-label:first-child {
        border-right: 0
    }

    .input-group-label:last-child {
        border-left: 0
    }

.input-group-field {
    border-radius: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

    .input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 1rem
    }

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    max-width: 100%;
    margin-bottom: .5rem
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca
}

    .fieldset legend {
        margin: 0;
        margin-left: -.1875rem;
        padding: 0 .1875rem
    }

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    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-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s
}

@media screen and (min-width:0\0) {
    select {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
    }
}

select:focus {
    outline: 0;
    border: 1px solid #cacaca;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s
}

select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0
}

.is-invalid-input:not(:focus) {
  border-color: #C20114;
    background-color: #f7e9e9
}

    .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #C20114
    }

    .is-invalid-input:not(:focus)::-moz-placeholder {
    color: #C20114
    }

    .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #C20114
    }

    .is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #C20114
    }

    .is-invalid-input:not(:focus)::placeholder {
    color: #C20114
    }

.is-invalid-label {
  color: #C20114
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .8125rem;
    font-weight: 700;
  color: #C20114
}

    .form-error.is-visible {
        display: block
    }

blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: 1.5rem;
    font-size: inherit;
    line-height: 1.5;
    text-rendering: optimizeLegibility
}

em, i {
    font-style: italic;
    line-height: inherit
}

b, strong {
    font-weight: 700;
    line-height: inherit
}

small {
    font-size: 80%;
    line-height: inherit
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: OpenSans-regular,Helvetica,Roboto,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #021B41;
    text-rendering: optimizeLegibility
}

    .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        line-height: 0;
        color: #cacaca
    }

.h1, h1 {
    font-size: 1.875rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: .5rem
}

.h2, h2 {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: .5rem
}

.h3, h3 {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: .5rem
}

.h4, h4 {
    font-size: 1.1875rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: .5rem
}

.h5, h5 {
    font-size: 1.125rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: .5rem
}

.h6, h6 {
    font-size: 1.0625rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: .5rem
}

@media print,screen and (min-width:25.9375em) {
    .h1, h1 {
        font-size: 2.5rem
    }

    .h2, h2 {
        font-size: 1.5rem
    }

    .h3, h3 {
        font-size: 1.5rem
    }

    .h4, h4 {
        font-size: 1.25rem
    }

    .h5, h5 {
        font-size: 1.125rem
    }

    .h6, h6 {
        font-size: 1.0625rem
    }
}

a {
    line-height: inherit;
    color: #021B41;
    text-decoration: underline;
    cursor: pointer
}

    a:focus, a:hover {
    color: #021B41;
        text-decoration: none
    }

    a img {
        border: 0
    }

hr {
    clear: both;
    max-width: 90rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0
}

dl, ol, ul {
    margin-bottom: 1.5rem;
    list-style-position: outside;
    line-height: 1.5
}

li {
    font-size: inherit
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc
}

ol {
    margin-left: 1.25rem
}

    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 1.5rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca
}

    blockquote, blockquote p {
        line-height: 1.5;
        color: #8a8a8a
    }

abbr, abbr[title] {
    border-bottom: 1px dotted #0a0a0a;
    cursor: help;
    text-decoration: none
}

figure {
    margin: 0
}

kbd {
    margin: 0;
    padding: .125rem .25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    color: #0a0a0a
}

.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
}

ol.no-bullet, ul.no-bullet {
    margin-left: 0;
    list-style: none
}

.cite-block, cite {
    display: block;
    color: #8a8a8a;
    font-size: .8125rem
}

    .cite-block:before, cite:before {
        content: "— "
    }

.code-inline, code {
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    font-weight: 400;
    color: #0a0a0a;
    display: inline;
    max-width: 100%;
    word-wrap: break-word;
    padding: .125rem .3125rem .0625rem
}

.code-block {
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    font-weight: 400;
    color: #0a0a0a;
    display: block;
    overflow: auto;
    white-space: pre;
    padding: 1rem;
    margin-bottom: 1.5rem
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media print,screen and (min-width:25.9375em) {
    .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 print,screen and (min-width:45em) {
    .large-text-left {
        text-align: left
    }

    .large-text-right {
        text-align: right
    }

    .large-text-center {
        text-align: center
    }

    .large-text-justify {
        text-align: justify
    }
}

@media screen and (min-width:64em) {
    .xlarge-text-left {
        text-align: left
    }

    .xlarge-text-right {
        text-align: right
    }

    .xlarge-text-center {
        text-align: center
    }

    .xlarge-text-justify {
        text-align: justify
    }
}

@media screen and (min-width:80em) {
    .xxlarge-text-left {
        text-align: left
    }

    .xxlarge-text-right {
        text-align: right
    }

    .xxlarge-text-center {
        text-align: center
    }

    .xxlarge-text-justify {
        text-align: justify
    }
}

.show-for-print {
    display: none !important
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-print-color-adjust: economy;
        color-adjust: economy;
        -webkit-box-shadow: none !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 {
        display: table-cell !important
    }

    th.show-for-print {
        display: table-cell !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

        .ir a:after, a[href^='#']: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
    }

    .print-break-inside {
        page-break-inside: auto
    }
}

.row {
    max-width: 90rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

    .row .row {
        margin-right: -.5rem;
        margin-left: -.5rem
    }

@media print,screen and (min-width:25.9375em) {
    .row .row {
        margin-right: -.5rem;
        margin-left: -.5rem
    }
}

@media print,screen and (min-width:45em) {
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

@media screen and (min-width:64em) {
    .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

@media screen and (min-width:80em) {
    .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0
}

.row.expanded {
    max-width: none
}

    .row.expanded .row {
        margin-right: auto;
        margin-left: auto
    }

.row:not(.expanded) .row {
    max-width: none
}

.row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0
}

    .row.collapse > .column > .row, .row.collapse > .columns > .row, .row.is-collapse-child {
        margin-right: 0;
        margin-left: 0
    }

.column, .columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-right: .5rem;
    padding-left: .5rem;
    min-width: 0
}

@media print,screen and (min-width:25.9375em) {
    .column, .columns {
        padding-right: .5rem;
        padding-left: .5rem
    }
}

@media print,screen and (min-width:45em) {
    .column, .columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media screen and (min-width:64em) {
    .column, .columns {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

.column.row.row, .row.row.columns {
    float: none;
    display: block
}

.row .column.row.row, .row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0
}

.small-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.small-offset-0 {
    margin-left: 0
}

.small-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.small-offset-1 {
    margin-left: 8.33333%
}

.small-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.small-offset-2 {
    margin-left: 16.66667%
}

.small-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.small-offset-3 {
    margin-left: 25%
}

.small-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.small-offset-4 {
    margin-left: 33.33333%
}

.small-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.small-offset-5 {
    margin-left: 41.66667%
}

.small-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.small-offset-6 {
    margin-left: 50%
}

.small-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.small-offset-7 {
    margin-left: 58.33333%
}

.small-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.small-offset-8 {
    margin-left: 66.66667%
}

.small-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.small-offset-9 {
    margin-left: 75%
}

.small-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.small-offset-10 {
    margin-left: 83.33333%
}

.small-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.small-offset-11 {
    margin-left: 91.66667%
}

.small-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .small-up-1 > .column, .small-up-1 > .columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

.small-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .small-up-2 > .column, .small-up-2 > .columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

.small-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .small-up-3 > .column, .small-up-3 > .columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

.small-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .small-up-4 > .column, .small-up-4 > .columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

.small-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .small-up-5 > .column, .small-up-5 > .columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

.small-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .small-up-6 > .column, .small-up-6 > .columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

.small-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .small-up-7 > .column, .small-up-7 > .columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14.28571%;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }

.small-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .small-up-8 > .column, .small-up-8 > .columns {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

.small-collapse > .column, .small-collapse > .columns {
    padding-right: 0;
    padding-left: 0
}

.small-uncollapse > .column, .small-uncollapse > .columns {
    padding-right: .5rem;
    padding-left: .5rem
}

@media print,screen and (min-width:25.9375em) {
    .medium-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .medium-offset-0 {
        margin-left: 0
    }

    .medium-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .medium-offset-1 {
        margin-left: 8.33333%
    }

    .medium-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .medium-offset-2 {
        margin-left: 16.66667%
    }

    .medium-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .medium-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .medium-offset-4 {
        margin-left: 33.33333%
    }

    .medium-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .medium-offset-5 {
        margin-left: 41.66667%
    }

    .medium-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .medium-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .medium-offset-7 {
        margin-left: 58.33333%
    }

    .medium-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .medium-offset-8 {
        margin-left: 66.66667%
    }

    .medium-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .medium-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .medium-offset-10 {
        margin-left: 83.33333%
    }

    .medium-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .medium-offset-11 {
        margin-left: 91.66667%
    }

    .medium-up-1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .medium-up-1 > .column, .medium-up-1 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }

    .medium-up-2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .medium-up-2 > .column, .medium-up-2 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

    .medium-up-3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .medium-up-3 > .column, .medium-up-3 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
            max-width: 33.33333%
        }

    .medium-up-4 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .medium-up-4 > .column, .medium-up-4 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%
        }

    .medium-up-5 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .medium-up-5 > .column, .medium-up-5 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 20%;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%
        }

    .medium-up-6 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .medium-up-6 > .column, .medium-up-6 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 16.66667%;
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
            max-width: 16.66667%
        }

    .medium-up-7 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .medium-up-7 > .column, .medium-up-7 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 14.28571%;
            -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
            max-width: 14.28571%
        }

    .medium-up-8 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .medium-up-8 > .column, .medium-up-8 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 12.5%;
            -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
            max-width: 12.5%
        }
}

@media print,screen and (min-width:25.9375em) and (min-width:25.9375em) {
    .medium-expand {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.row.medium-unstack > .column, .row.medium-unstack > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media print,screen and (min-width:25.9375em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print,screen and (min-width:25.9375em) {
    .medium-collapse > .column, .medium-collapse > .columns {
        padding-right: 0;
        padding-left: 0
    }

    .medium-uncollapse > .column, .medium-uncollapse > .columns {
        padding-right: .5rem;
        padding-left: .5rem
    }
}

@media print,screen and (min-width:45em) {
    .large-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .large-offset-0 {
        margin-left: 0
    }

    .large-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .large-offset-1 {
        margin-left: 8.33333%
    }

    .large-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .large-offset-2 {
        margin-left: 16.66667%
    }

    .large-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .large-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .large-offset-4 {
        margin-left: 33.33333%
    }

    .large-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .large-offset-5 {
        margin-left: 41.66667%
    }

    .large-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .large-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .large-offset-7 {
        margin-left: 58.33333%
    }

    .large-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .large-offset-8 {
        margin-left: 66.66667%
    }

    .large-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .large-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .large-offset-10 {
        margin-left: 83.33333%
    }

    .large-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .large-offset-11 {
        margin-left: 91.66667%
    }

    .large-up-1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .large-up-1 > .column, .large-up-1 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }

    .large-up-2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .large-up-2 > .column, .large-up-2 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

    .large-up-3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .large-up-3 > .column, .large-up-3 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
            max-width: 33.33333%
        }

    .large-up-4 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .large-up-4 > .column, .large-up-4 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%
        }

    .large-up-5 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .large-up-5 > .column, .large-up-5 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 20%;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%
        }

    .large-up-6 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .large-up-6 > .column, .large-up-6 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 16.66667%;
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
            max-width: 16.66667%
        }

    .large-up-7 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .large-up-7 > .column, .large-up-7 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 14.28571%;
            -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
            max-width: 14.28571%
        }

    .large-up-8 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .large-up-8 > .column, .large-up-8 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 12.5%;
            -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
            max-width: 12.5%
        }
}

@media print,screen and (min-width:45em) and (min-width:45em) {
    .large-expand {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.row.large-unstack > .column, .row.large-unstack > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media print,screen and (min-width:45em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print,screen and (min-width:45em) {
    .large-collapse > .column, .large-collapse > .columns {
        padding-right: 0;
        padding-left: 0
    }

    .large-uncollapse > .column, .large-uncollapse > .columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media screen and (min-width:64em) {
    .xlarge-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .xlarge-offset-0 {
        margin-left: 0
    }

    .xlarge-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .xlarge-offset-1 {
        margin-left: 8.33333%
    }

    .xlarge-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .xlarge-offset-2 {
        margin-left: 16.66667%
    }

    .xlarge-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .xlarge-offset-3 {
        margin-left: 25%
    }

    .xlarge-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .xlarge-offset-4 {
        margin-left: 33.33333%
    }

    .xlarge-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .xlarge-offset-5 {
        margin-left: 41.66667%
    }

    .xlarge-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .xlarge-offset-6 {
        margin-left: 50%
    }

    .xlarge-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .xlarge-offset-7 {
        margin-left: 58.33333%
    }

    .xlarge-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .xlarge-offset-8 {
        margin-left: 66.66667%
    }

    .xlarge-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .xlarge-offset-9 {
        margin-left: 75%
    }

    .xlarge-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .xlarge-offset-10 {
        margin-left: 83.33333%
    }

    .xlarge-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .xlarge-offset-11 {
        margin-left: 91.66667%
    }

    .xlarge-up-1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }

    .xlarge-up-2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

    .xlarge-up-3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
            max-width: 33.33333%
        }

    .xlarge-up-4 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%
        }

    .xlarge-up-5 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 20%;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%
        }

    .xlarge-up-6 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 16.66667%;
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
            max-width: 16.66667%
        }

    .xlarge-up-7 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 14.28571%;
            -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
            max-width: 14.28571%
        }

    .xlarge-up-8 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 12.5%;
            -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
            max-width: 12.5%
        }
}

@media screen and (min-width:64em) and (min-width:64em) {
    .xlarge-expand {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media screen and (min-width:64em) {
    .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width:64em) {
    .xlarge-collapse > .column, .xlarge-collapse > .columns {
        padding-right: 0;
        padding-left: 0
    }

    .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

@media screen and (min-width:80em) {
    .xxlarge-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .xxlarge-offset-0 {
        margin-left: 0
    }

    .xxlarge-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .xxlarge-offset-1 {
        margin-left: 8.33333%
    }

    .xxlarge-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .xxlarge-offset-2 {
        margin-left: 16.66667%
    }

    .xxlarge-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .xxlarge-offset-3 {
        margin-left: 25%
    }

    .xxlarge-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .xxlarge-offset-4 {
        margin-left: 33.33333%
    }

    .xxlarge-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .xxlarge-offset-5 {
        margin-left: 41.66667%
    }

    .xxlarge-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .xxlarge-offset-6 {
        margin-left: 50%
    }

    .xxlarge-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .xxlarge-offset-7 {
        margin-left: 58.33333%
    }

    .xxlarge-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .xxlarge-offset-8 {
        margin-left: 66.66667%
    }

    .xxlarge-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .xxlarge-offset-9 {
        margin-left: 75%
    }

    .xxlarge-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .xxlarge-offset-10 {
        margin-left: 83.33333%
    }

    .xxlarge-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .xxlarge-offset-11 {
        margin-left: 91.66667%
    }

    .xxlarge-up-1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }

    .xxlarge-up-2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

    .xxlarge-up-3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
            max-width: 33.33333%
        }

    .xxlarge-up-4 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%
        }

    .xxlarge-up-5 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 20%;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%
        }

    .xxlarge-up-6 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 16.66667%;
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
            max-width: 16.66667%
        }

    .xxlarge-up-7 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 14.28571%;
            -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
            max-width: 14.28571%
        }

    .xxlarge-up-8 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 12.5%;
            -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
            max-width: 12.5%
        }
}

@media screen and (min-width:80em) and (min-width:80em) {
    .xxlarge-expand {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media screen and (min-width:80em) {
    .row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width:80em) {
    .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
        padding-right: 0;
        padding-left: 0
    }

    .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

.shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%
}

.column-block {
    margin-bottom: 1rem
}

    .column-block > :last-child {
        margin-bottom: 0
    }

@media print,screen and (min-width:25.9375em) {
    .column-block {
        margin-bottom: 1rem
    }

        .column-block > :last-child {
            margin-bottom: 0
        }
}

@media print,screen and (min-width:45em) {
    .column-block {
        margin-bottom: 1.875rem
    }

        .column-block > :last-child {
            margin-bottom: 0
        }
}

@media screen and (min-width:64em) {
    .column-block {
        margin-bottom: 2.5rem
    }

        .column-block > :last-child {
            margin-bottom: 0
        }
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: .85em 1.85em;
    border: 1px solid transparent;
    border-radius: 10px;
    -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
  font-family: OpenSans-medium,sans-serif;
    font-size: .938rem;
    font-weight: 400;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer
}

[data-whatinput=mouse] .button {
    outline: 0
}

.button.tiny {
    font-size: .6rem
}

.button.small {
    font-size: .75rem
}

.button.large {
    font-size: 1.25rem
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

@media print,screen and (max-width:25.93625em) {
    .button.small-only-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media print,screen and (min-width:25.9375em) and (max-width:44.99875em) {
    .button.medium-only-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media print,screen and (max-width:44.99875em) {
    .button.medium-down-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media print,screen and (min-width:25.9375em) {
    .button.medium-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media print,screen and (min-width:45em) and (max-width:63.99875em) {
    .button.large-only-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media print,screen and (max-width:63.99875em) {
    .button.large-down-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media print,screen and (min-width:45em) {
    .button.large-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .button.xlarge-only-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media print,screen and (max-width:79.99875em) {
    .button.xlarge-down-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (min-width:64em) {
    .button.xlarge-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (min-width:80em) {
    .button.xxlarge-only-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

.button.xxlarge-down-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

@media screen and (min-width:80em) {
    .button.xxlarge-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

.button, .button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
  background-color: #021B41;
  color: #fff
}

    .button:focus, .button:hover {
    background-color: #2E5C99;
    color: #fff
    }

    .button.primary, .button.primary.disabled, .button.primary.disabled:focus, .button.primary.disabled:hover, .button.primary[disabled], .button.primary[disabled]:focus, .button.primary[disabled]:hover {
    background-color: #2E5C99;
        color: #0a0a0a
    }

        .button.primary:focus, .button.primary:hover {
            background-color: #4bb5bc;
            color: #0a0a0a
        }

    .button.secondary, .button.secondary.disabled, .button.secondary.disabled:focus, .button.secondary.disabled:hover, .button.secondary[disabled], .button.secondary[disabled]:focus, .button.secondary[disabled]:hover {
    background-color: #2E5C99;
    color: #fff
    }

        .button.secondary:focus, .button.secondary:hover {
      background-color: #2E5C99;
      color: #fff
        }

    .button.success, .button.success.disabled, .button.success.disabled:focus, .button.success.disabled:hover, .button.success[disabled], .button.success[disabled]:focus, .button.success[disabled]:hover {
        background-color: #3adb76;
        color: #0a0a0a
    }

        .button.success:focus, .button.success:hover {
            background-color: #22bb5b;
            color: #0a0a0a
        }

    .button.warning, .button.warning.disabled, .button.warning.disabled:focus, .button.warning.disabled:hover, .button.warning[disabled], .button.warning[disabled]:focus, .button.warning[disabled]:hover {
        background-color: #ffae00;
        color: #0a0a0a
    }

        .button.warning:focus, .button.warning:hover {
            background-color: #cc8b00;
            color: #0a0a0a
        }

    .button.alert, .button.alert.disabled, .button.alert.disabled:focus, .button.alert.disabled:hover, .button.alert[disabled], .button.alert[disabled]:focus, .button.alert[disabled]:hover {
    background-color: #C20114;
        color: #0a0a0a
    }

        .button.alert:focus, .button.alert:hover {
            background-color: #962322;
            color: #0a0a0a
        }

    .button.hollow, .button.hollow.disabled, .button.hollow.disabled:focus, .button.hollow.disabled:hover, .button.hollow:focus, .button.hollow:hover, .button.hollow[disabled], .button.hollow[disabled]:focus, .button.hollow[disabled]:hover {
        background-color: transparent
    }

        .button.hollow, .button.hollow.disabled, .button.hollow.disabled:focus, .button.hollow.disabled:hover, .button.hollow[disabled], .button.hollow[disabled]:focus, .button.hollow[disabled]:hover {
      border: 1px solid #2E5C99;
      color: #2E5C99
        }

            .button.hollow:focus, .button.hollow:hover {
                border-color: #2d7378;
                color: #2d7378
            }

            .button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary.disabled:focus, .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled], .button.hollow.primary[disabled]:focus, .button.hollow.primary[disabled]:hover {
        border: 1px solid #2E5C99;
        color: #2E5C99
            }

                .button.hollow.primary:focus, .button.hollow.primary:hover {
                    border-color: #2d7378;
                    color: #2d7378
                }

            .button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary.disabled:focus, .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled], .button.hollow.secondary[disabled]:focus, .button.hollow.secondary[disabled]:hover {
                border: 1px solid #021B41;
                color: #021B41
            }

                .button.hollow.secondary:focus, .button.hollow.secondary:hover {
                    border-color: #00172d;
                    color: #00172d
                }

            .button.hollow.success, .button.hollow.success.disabled, .button.hollow.success.disabled:focus, .button.hollow.success.disabled:hover, .button.hollow.success[disabled], .button.hollow.success[disabled]:focus, .button.hollow.success[disabled]:hover {
                border: 1px solid #3adb76;
                color: #3adb76
            }

                .button.hollow.success:focus, .button.hollow.success:hover {
                    border-color: #157539;
                    color: #157539
                }

            .button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning.disabled:focus, .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled], .button.hollow.warning[disabled]:focus, .button.hollow.warning[disabled]:hover {
                border: 1px solid #ffae00;
                color: #ffae00
            }

                .button.hollow.warning:focus, .button.hollow.warning:hover {
                    border-color: #805700;
                    color: #805700
                }

            .button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert.disabled:focus, .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled], .button.hollow.alert[disabled]:focus, .button.hollow.alert[disabled]:hover {
        border: 1px solid #C20114;
        color: #C20114
            }

                .button.hollow.alert:focus, .button.hollow.alert:hover {
                    border-color: #5e1616;
                    color: #5e1616
                }

    .button.clear, .button.clear.disabled, .button.clear.disabled:focus, .button.clear.disabled:hover, .button.clear:focus, .button.clear:hover, .button.clear[disabled], .button.clear[disabled]:focus, .button.clear[disabled]:hover {
        border-color: transparent;
        background-color: transparent
    }

        .button.clear, .button.clear.disabled, .button.clear.disabled:focus, .button.clear.disabled:hover, .button.clear[disabled], .button.clear[disabled]:focus, .button.clear[disabled]:hover {
      color: #2E5C99
        }

            .button.clear:focus, .button.clear:hover {
                color: #2d7378
            }

            .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary.disabled:focus, .button.clear.primary.disabled:hover, .button.clear.primary[disabled], .button.clear.primary[disabled]:focus, .button.clear.primary[disabled]:hover {
        color: #2E5C99
            }

                .button.clear.primary:focus, .button.clear.primary:hover {
                    color: #2d7378
                }

            .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary.disabled:focus, .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled], .button.clear.secondary[disabled]:focus, .button.clear.secondary[disabled]:hover {
                color: #021B41
            }

                .button.clear.secondary:focus, .button.clear.secondary:hover {
                    color: #00172d
                }

            .button.clear.success, .button.clear.success.disabled, .button.clear.success.disabled:focus, .button.clear.success.disabled:hover, .button.clear.success[disabled], .button.clear.success[disabled]:focus, .button.clear.success[disabled]:hover {
                color: #3adb76
            }

                .button.clear.success:focus, .button.clear.success:hover {
                    color: #157539
                }

            .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning.disabled:focus, .button.clear.warning.disabled:hover, .button.clear.warning[disabled], .button.clear.warning[disabled]:focus, .button.clear.warning[disabled]:hover {
                color: #ffae00
            }

                .button.clear.warning:focus, .button.clear.warning:hover {
                    color: #805700
                }

            .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert.disabled:focus, .button.clear.alert.disabled:hover, .button.clear.alert[disabled], .button.clear.alert[disabled]:focus, .button.clear.alert[disabled]:hover {
        color: #C20114
            }

                .button.clear.alert:focus, .button.clear.alert:hover {
                    color: #5e1616
                }

    .button.disabled, .button[disabled] {
        opacity: .25;
        cursor: not-allowed
    }

    .button.dropdown::after {
        display: block;
        width: 0;
        height: 0;
        border: inset .4em;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #fefefe transparent transparent;
        position: relative;
        top: .4em;
        display: inline-block;
        float: right;
        margin-left: 1.85em
    }

    .button.dropdown.clear::after, .button.dropdown.hollow::after {
    border-top-color: #2E5C99
    }

    .button.dropdown.clear.primary::after, .button.dropdown.hollow.primary::after {
    border-top-color: #2E5C99
    }

    .button.dropdown.clear.secondary::after, .button.dropdown.hollow.secondary::after {
        border-top-color: #021B41
    }

    .button.dropdown.clear.success::after, .button.dropdown.hollow.success::after {
        border-top-color: #3adb76
    }

    .button.dropdown.clear.warning::after, .button.dropdown.hollow.warning::after {
        border-top-color: #ffae00
    }

    .button.dropdown.clear.alert::after, .button.dropdown.hollow.alert::after {
    border-top-color: #C20114
    }

    .button.arrow-only::after {
        top: -.1em;
        float: none;
        margin-left: 0
    }

a.button:focus, a.button:hover {
    text-decoration: none
}

.close-button {
    position: absolute;
    z-index: 10;
    color: #8a8a8a;
    cursor: pointer
}

[data-whatinput=mouse] .close-button {
    outline: 0
}

.close-button:focus, .close-button:hover {
    color: #0a0a0a
}

.close-button.small {
    right: .66rem;
    top: .33em;
    font-size: 1.5em;
    line-height: 1
}

.close-button, .close-button.medium {
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1
}

.label {
    display: inline-block;
    padding: .33333rem .5rem;
    border-radius: 0;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #2E5C99;
    color: #fefefe
}

    .label.primary {
        background: #2E5C99;
        color: #0a0a0a
    }

    .label.secondary {
        background: #021B41;
        color: #fefefe
    }

    .label.success {
        background: #3adb76;
        color: #0a0a0a
    }

    .label.warning {
        background: #ffae00;
        color: #0a0a0a
    }

    .label.alert {
        background: #C20114;
        color: #fefefe
    }

.switch {
    height: 1.2rem;
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: .875rem;
    font-weight: 700;
    color: #fefefe;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switch-input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0
}

.switch-paddle {
    position: relative;
    display: block;
    width: 2.4rem;
    height: 1.2rem;
    border-radius: 999px;
    background: rgba(84,86,91,.3);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer
}

input + .switch-paddle {
    margin: 0
}

.switch-paddle::after {
    position: absolute;
    top: .25rem;
    left: .25rem;
    display: block;
    width: .7rem;
    height: .7rem;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    border-radius: 999px;
    background: #fefefe;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    content: ''
}

input:checked ~ .switch-paddle {
  background: #2E5C99
}

    input:checked ~ .switch-paddle::after {
        left: 1.45rem
    }

input:disabled ~ .switch-paddle {
    cursor: not-allowed;
    opacity: .5
}

[data-whatinput=mouse] input:focus ~ .switch-paddle {
    outline: 0
}

.switch-active, .switch-inactive {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.switch-active {
    left: 8%;
    display: none
}

input:checked + label > .switch-active {
    display: block
}

.switch-inactive {
    right: 15%
}

input:checked + label > .switch-inactive {
    display: none
}

.switch.tiny {
    height: 1.2rem
}

    .switch.tiny .switch-paddle {
        width: 2.4rem;
        height: 1.2rem;
        font-size: .625rem
    }

        .switch.tiny .switch-paddle::after {
            top: .25rem;
            left: .25rem;
            width: .7rem;
            height: .7rem
        }

    .switch.tiny input:checked ~ .switch-paddle::after {
        left: 1.45rem
    }

.switch.small {
    height: 1.75rem
}

    .switch.small .switch-paddle {
        width: 3.5rem;
        height: 1.75rem;
        font-size: .75rem
    }

        .switch.small .switch-paddle::after {
            top: .25rem;
            left: .25rem;
            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 {
            top: .25rem;
            left: .25rem;
            width: 2rem;
            height: 2rem
        }

    .switch.large input:checked ~ .switch-paddle::after {
        left: 2.75rem
    }

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0
}

tbody, tfoot, thead {
    border: 1px solid #f1f1f1;
    background-color: #fefefe
}

caption {
    padding: .5rem .625rem .625rem;
    font-weight: 700
}

thead {
    background: #f8f8f8;
    color: #021B41
}

tfoot {
    background: #f1f1f1;
    color: #021B41
}

    tfoot tr, thead tr {
        background: 0 0
    }

    tfoot td, tfoot th, thead td, thead th {
        padding: .5rem .625rem .625rem;
        font-weight: 700;
        text-align: left
    }

tbody td, tbody th {
    padding: .5rem .625rem .625rem
}

tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fefefe
}

table.striped tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1
}

@media print,screen and (max-width:44.99875em) {
    table.stack thead {
        display: none
    }

    table.stack tfoot {
        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.striped tr:nth-of-type(even):hover {
    background-color: #ececec
}

.table-scroll {
    overflow-x: auto
}

.breadcrumbs {
    margin: 0;
    list-style: none
}

    .breadcrumbs::after, .breadcrumbs::before {
        display: table;
        content: ' ';
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .breadcrumbs::after {
        clear: both
    }

    .breadcrumbs li {
        float: left;
        font-size: 1rem;
        color: #54565b;
        cursor: default
    }

        .breadcrumbs li:not(:last-child)::after {
            position: relative;
            margin: 0 .75rem;
            opacity: 1;
            content: "/";
      color: #2E5C99
        }

    .breadcrumbs a {
        color: #54565b
    }

        .breadcrumbs a:hover {
            text-decoration: underline
        }

    .breadcrumbs .disabled {
        color: #cacaca;
        cursor: not-allowed
    }

.pagination {
    margin-left: 0;
    margin-bottom: 1rem
}

    .pagination::after, .pagination::before {
        display: table;
        content: ' ';
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .pagination::after {
        clear: both
    }

    .pagination li {
        margin-right: .0625rem;
        border-radius: 0;
        font-size: .875rem;
        display: none
    }

        .pagination li:first-child, .pagination li:last-child {
            display: inline-block
        }

@media print,screen and (min-width:25.9375em) {
    .pagination li {
        display: inline-block
    }
}

.pagination a, .pagination button {
    display: block;
    padding: .1875rem .625rem;
    border-radius: 0;
    color: #0a0a0a
}

    .pagination a:hover, .pagination button:hover {
        background: #e6e6e6
    }

.pagination .current {
    padding: .1875rem .625rem;
    background: #2E5C99;
    color: #fefefe;
    cursor: default
}

.pagination .disabled {
    padding: .1875rem .625rem;
    color: #cacaca;
    cursor: not-allowed
}

    .pagination .disabled:hover {
        background: 0 0
    }

.pagination .ellipsis::after {
    padding: .1875rem .625rem;
    content: '\2026';
    color: #0a0a0a
}

.pagination-previous a::before, .pagination-previous.disabled::before {
    display: inline-block;
    margin-right: .5rem;
    content: "«"
}

.pagination-next a::after, .pagination-next.disabled::after {
    display: inline-block;
    margin-left: .5rem;
    content: "»"
}

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: dotted 1px #8a8a8a;
    font-weight: 700;
    cursor: help
}

.tooltip {
    position: absolute;
    top: calc(100% + .6495rem);
    z-index: 1200;
    max-width: 18rem;
    padding: 1.2rem 1.5rem 1rem 1.5rem;
    border-radius: 8px;
    background-color: #fefefe;
    font-size: 80%;
    color: #021B41
}

    .tooltip::before {
        position: absolute
    }

    .tooltip.bottom::before {
        display: block;
        width: 0;
        height: 0;
        border: inset .75rem;
        content: '';
        border-top-width: 0;
        border-bottom-style: solid;
        border-color: transparent transparent #fefefe;
        bottom: 100%
    }

    .tooltip.bottom.align-center::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .tooltip.top::before {
        display: block;
        width: 0;
        height: 0;
        border: inset .75rem;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #fefefe transparent transparent;
        top: 100%;
        bottom: auto
    }

    .tooltip.top.align-center::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .tooltip.left::before {
        display: block;
        width: 0;
        height: 0;
        border: inset .75rem;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #fefefe;
        left: 100%
    }

    .tooltip.left.align-center::before {
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .tooltip.right::before {
        display: block;
        width: 0;
        height: 0;
        border: inset .75rem;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #fefefe transparent transparent;
        right: 100%;
        left: auto
    }

    .tooltip.right.align-center::before {
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .tooltip.align-top::before {
        bottom: auto;
        top: 10%
    }

    .tooltip.align-bottom::before {
        bottom: 10%;
        top: auto
    }

    .tooltip.align-left::before {
        left: 10%;
        right: auto
    }

    .tooltip.align-right::before {
        left: auto;
        right: 10%
    }

.accordion {
    margin-left: 0;
    background: #fefefe;
    list-style-type: none
}

    .accordion[disabled] .accordion-title {
        cursor: not-allowed
    }

.accordion-item:first-child > :first-child {
    border-radius: 0
}

.accordion-item:last-child > :last-child {
    border-radius: 0
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: .75rem;
    line-height: 1;
    color: #2E5C99
}

:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0
}

.accordion-title:focus, .accordion-title:hover {
    background-color: #e6e6e6
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -.5rem;
    content: "+"
}

.is-active > .accordion-title::before {
    content: "–"
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fefefe;
    color: #021B41
}

:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6
}

.orbit {
    position: relative
}

.orbit-container {
    position: relative;
    height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden
}

.orbit-slide {
    width: 100%;
    position: absolute
}

    .orbit-slide.no-motionui.is-active {
        top: 0;
        left: 0
    }

.orbit-figure {
    margin: 0
}

.orbit-image {
    width: 100%;
    max-width: 100%;
    margin: 0
}

.orbit-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 1rem;
    background-color: rgba(10,10,10,.5);
    color: #fefefe
}

.orbit-next, .orbit-previous {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #fefefe
}

[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
    outline: 0
}

.orbit-next:active, .orbit-next:focus, .orbit-next:hover, .orbit-previous:active, .orbit-previous:focus, .orbit-previous:hover {
    background-color: rgba(10,10,10,.5)
}

.orbit-previous {
    left: 0
}

.orbit-next {
    left: auto;
    right: 0
}

.orbit-bullets {
    position: relative;
    margin-top: .8rem;
    margin-bottom: .8rem;
    text-align: center
}

[data-whatinput=mouse] .orbit-bullets {
    outline: 0
}

.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: .1rem;
    border-radius: 50%;
    background-color: #cacaca
}

    .orbit-bullets button:hover {
        background-color: #8a8a8a
    }

    .orbit-bullets button.is-active {
        background-color: #8a8a8a
    }

.flex-video, .responsive-embed {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden
}

    .flex-video embed, .flex-video iframe, .flex-video object, .flex-video video, .responsive-embed embed, .responsive-embed iframe, .responsive-embed object, .responsive-embed video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .flex-video.widescreen, .responsive-embed.widescreen {
        padding-bottom: 56.25%
    }

.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 4px solid #fefefe;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 1px rgba(10,10,10,.2);
    box-shadow: 0 0 0 1px rgba(10,10,10,.2);
    line-height: 0
}

a.thumbnail {
    -webkit-transition: -webkit-box-shadow .2s ease-out;
    transition: -webkit-box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out
}

    a.thumbnail:focus, a.thumbnail:hover {
        -webkit-box-shadow: 0 0 6px 1px rgba(123,201,206,.5);
        box-shadow: 0 0 6px 1px rgba(123,201,206,.5)
    }

    a.thumbnail image {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

[data-whatinput=mouse] .menu li {
    outline: 0
}

.menu .button, .menu a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: .7rem 1rem
}

.menu a, .menu button, .menu input, .menu select {
    margin-bottom: 0
}

.menu input {
    display: inline-block
}

.menu, .menu.horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

    .menu.vertical {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.expanded li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.simple {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .menu.simple li + li {
            margin-left: 1rem
        }

        .menu.simple a {
            padding: 0
        }

@media print,screen and (min-width:25.9375em) {
    .menu.medium-horizontal {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.medium-vertical {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.medium-expanded li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.medium-simple li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print,screen and (min-width:45em) {
    .menu.large-horizontal {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.large-vertical {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.large-expanded li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.large-simple li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width:64em) {
    .menu.xlarge-horizontal {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.xlarge-vertical {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.xlarge-expanded li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.xlarge-simple li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width:80em) {
    .menu.xxlarge-horizontal {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.xxlarge-vertical {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.xxlarge-expanded li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.xxlarge-simple li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.menu.nested {
    margin-right: 0;
    margin-left: 1rem
}

.menu.icons a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-bottom a, .menu.icon-left a, .menu.icon-right a, .menu.icon-top a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-left li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

    .menu.icon-left li a i, .menu.icon-left li a img, .menu.icon-left li a svg {
        margin-right: .25rem
    }

.menu.icon-right li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

    .menu.icon-right li a i, .menu.icon-right li a img, .menu.icon-right li a svg {
        margin-left: .25rem
    }

.menu.icon-top li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

    .menu.icon-top li a i, .menu.icon-top li a img, .menu.icon-top li a svg {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin-bottom: .25rem;
        text-align: center
    }

.menu.icon-bottom li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

    .menu.icon-bottom li a i, .menu.icon-bottom li a img, .menu.icon-bottom li a svg {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin-bottom: .25rem;
        text-align: center
    }

.menu .is-active > a {
    background: #2E5C99;
    color: #0a0a0a
}

.menu .active > a {
    background: #2E5C99;
    color: #0a0a0a
}

.menu.align-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .menu.align-right li .submenu li {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

.menu.align-right.vertical li {
    display: block;
    text-align: right
}

    .menu.align-right.vertical li .submenu li {
        text-align: right
    }

.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0
}

.menu.align-center li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .menu.align-center li .submenu li {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

.menu .menu-text {
    padding: .7rem 1rem;
    font-weight: 700;
    line-height: 1;
    color: inherit
}

.menu-centered > .menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .menu-centered > .menu li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .menu-centered > .menu li .submenu li {
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start
        }

.no-js [data-responsive-menu] ul {
    display: none
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

    .menu-icon::after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background: #fefefe;
        -webkit-box-shadow: 0 7px 0 #fefefe,0 14px 0 #fefefe;
        box-shadow: 0 7px 0 #fefefe,0 14px 0 #fefefe;
        content: ''
    }

    .menu-icon:hover::after {
        background: #cacaca;
        -webkit-box-shadow: 0 7px 0 #cacaca,0 14px 0 #cacaca;
        box-shadow: 0 7px 0 #cacaca,0 14px 0 #cacaca
    }

    .menu-icon.dark {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 16px;
        cursor: pointer
    }

        .menu-icon.dark::after {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 2px;
            background: #0a0a0a;
            -webkit-box-shadow: 0 7px 0 #0a0a0a,0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a,0 14px 0 #0a0a0a;
            content: ''
        }

        .menu-icon.dark:hover::after {
            background: #8a8a8a;
            -webkit-box-shadow: 0 7px 0 #8a8a8a,0 14px 0 #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a,0 14px 0 #8a8a8a
        }

.accordion-menu li {
    width: 100%
}

.accordion-menu a {
    padding: .7rem 1rem
}

.accordion-menu .is-accordion-submenu a {
    padding: .7rem 1rem
}

.accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 1rem
}

.accordion-menu.align-right .nested.is-accordion-submenu {
    margin-right: 1rem;
    margin-left: 0
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
    position: relative
}

    .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #2E5C99 transparent transparent;
        position: absolute;
        top: 50%;
        margin-top: -3px;
        right: 1rem
    }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
    right: 1rem;
    left: auto
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
    right: auto;
    left: 1rem
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.is-accordion-submenu-parent {
    position: relative
}

.has-submenu-toggle > a {
    margin-right: 40px
}

.submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer
}

    .submenu-toggle::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #2E5C99 transparent transparent;
        top: 0;
        bottom: 0;
        margin: auto
    }

    .submenu-toggle[aria-expanded=true]::after {
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }

.submenu-toggle-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

    .is-drilldown li {
        display: block
    }

    .is-drilldown.animate-height {
        -webkit-transition: height .5s;
        transition: height .5s
    }

.drilldown a {
    padding: .7rem 1rem;
    background: #fefefe
}

.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fefefe;
    -webkit-transition: -webkit-transform .15s linear;
    transition: -webkit-transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear,-webkit-transform .15s linear
}

    .drilldown .is-drilldown-submenu.is-active {
        z-index: 1;
        display: block;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .drilldown .is-drilldown-submenu.is-closing {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }

    .drilldown .is-drilldown-submenu a {
        padding: .7rem 1rem
    }

.drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0
}

.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%
}

.drilldown .is-drilldown-submenu-parent > a {
    position: relative
}

    .drilldown .is-drilldown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #2E5C99;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: 1rem
    }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #021B41;
    right: 1rem;
    left: auto
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #021B41 transparent transparent;
    right: auto;
    left: 1rem
}

.drilldown .js-drilldown-back > a::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2E5C99 transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: .75rem
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem
}

    .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #021B41 transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px
    }

[data-whatinput=mouse] .dropdown.menu a {
    outline: 0
}

.dropdown.menu > li > a {
    padding: .7rem 1rem
}

.dropdown.menu > li.is-active > a {
    background: 0 0;
    color: #2E5C99
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%
}

.dropdown.menu.vertical > li > a::after {
    right: 14px
}

.dropdown.menu.vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #021B41 transparent transparent;
    right: auto;
    left: 5px
}

.dropdown.menu.vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #021B41
}

@media print,screen and (min-width:25.9375em) {
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem
    }

        .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
            display: block;
            width: 0;
            height: 0;
            border: inset 6px;
            content: '';
            border-bottom-width: 0;
            border-top-style: solid;
            border-color: #021B41 transparent transparent;
            right: 5px;
            left: auto;
            margin-top: -3px
        }

    .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.medium-vertical > li > a::after {
        right: 14px
    }

    .dropdown.menu.medium-vertical > li.opens-left > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #021B41 transparent transparent;
        right: auto;
        left: 5px
    }

    .dropdown.menu.medium-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #021B41
    }
}

@media print,screen and (min-width:45em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem
    }

        .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
            display: block;
            width: 0;
            height: 0;
            border: inset 6px;
            content: '';
            border-bottom-width: 0;
            border-top-style: solid;
            border-color: #021B41 transparent transparent;
            right: 5px;
            left: auto;
            margin-top: -3px
        }

    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.large-vertical > li > a::after {
        right: 14px
    }

    .dropdown.menu.large-vertical > li.opens-left > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #021B41 transparent transparent;
        right: auto;
        left: 5px
    }

    .dropdown.menu.large-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #021B41
    }
}

@media screen and (min-width:64em) {
    .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem
    }

        .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
            display: block;
            width: 0;
            height: 0;
            border: inset 6px;
            content: '';
            border-bottom-width: 0;
            border-top-style: solid;
            border-color: #021B41 transparent transparent;
            right: 5px;
            left: auto;
            margin-top: -3px
        }

    .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.xlarge-vertical > li > a::after {
        right: 14px
    }

    .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #021B41 transparent transparent;
        right: auto;
        left: 5px
    }

    .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #021B41
    }
}

@media screen and (min-width:80em) {
    .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem
    }

        .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
            display: block;
            width: 0;
            height: 0;
            border: inset 6px;
            content: '';
            border-bottom-width: 0;
            border-top-style: solid;
            border-color: #021B41 transparent transparent;
            right: 5px;
            left: auto;
            margin-top: -3px
        }

    .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.xxlarge-vertical > li > a::after {
        right: 14px
    }

    .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #021B41 transparent transparent;
        right: auto;
        left: 5px
    }

    .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #021B41
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto
}

.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;
        left: auto;
        margin-top: -6px
    }

    .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
        top: 100%;
        left: auto
    }

    .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
        right: 100%;
        left: auto
    }

    .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #cacaca;
    background: #fefefe
}

.dropdown .is-dropdown-submenu a {
    padding: .7rem 1rem
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #021B41 transparent transparent;
    right: auto;
    left: 5px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #021B41
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.is-dropdown-submenu > li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: hidden
}

    html.is-reveal-open.zf-has-scroll {
        overflow-y: scroll
    }

    html.is-reveal-open body {
        overflow-y: hidden
    }

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(10,10,10,.45);
    overflow-y: auto
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: rgba(0,45,89,.4);
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto
}

[data-whatinput=mouse] .reveal {
    outline: 0
}

@media print,screen and (min-width:25.9375em) {
    .reveal {
        min-height: 0
    }
}

.reveal .column, .reveal .columns {
    min-width: 0
}

.reveal > :last-child {
    margin-bottom: 0
}

@media print,screen and (min-width:25.9375em) {
    .reveal {
        width: 600px;
        max-width: 90rem
    }
}

.reveal.collapse {
    padding: 0
}

@media print,screen and (min-width:25.9375em) {
    .reveal.tiny {
        width: 30%;
        max-width: 90rem
    }
}

@media print,screen and (min-width:25.9375em) {
    .reveal.small {
        width: 50%;
        max-width: 90rem
    }
}

@media print,screen and (min-width:25.9375em) {
    .reveal.large {
        width: 90%;
        max-width: 90rem
    }
}

.reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media print,screen and (max-width:25.93625em) {
    .reveal {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 100%;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

.title-bar {
    padding: .5rem;
    background: #0a0a0a;
    color: #fefefe;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .title-bar .menu-icon {
        margin-left: .25rem;
        margin-right: .25rem
    }

.title-bar-left, .title-bar-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.title-bar-right {
    text-align: right
}

.title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700
}

.top-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .top-bar, .top-bar ul {
        background-color: #e6e6e6
    }

        .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 {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }

@media print,screen and (min-width:25.9375em) {
    .top-bar {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

        .top-bar .top-bar-left {
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            margin-right: auto
        }

        .top-bar .top-bar-right {
            -webkit-box-flex: 0;
            -webkit-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
            margin-left: auto
        }
}

@media print,screen and (max-width:44.99875em) {
    .top-bar.stacked-for-medium {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }
}

@media print,screen and (max-width:63.99875em) {
    .top-bar.stacked-for-large {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }
}

@media print,screen and (max-width:79.99875em) {
    .top-bar.stacked-for-xlarge {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .top-bar.stacked-for-xlarge .top-bar-left, .top-bar.stacked-for-xlarge .top-bar-right {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }
}

.top-bar.stacked-for-xxlarge {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .top-bar.stacked-for-xxlarge .top-bar-left, .top-bar.stacked-for-xxlarge .top-bar-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

.top-bar-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: .5rem 1rem .5rem 0
}

.top-bar-left, .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.clearfix::after, .clearfix::before {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.clearfix::after {
    clear: both
}

.align-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-spaced {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-left.vertical.menu > li > a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right.vertical.menu > li > a {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center.vertical.menu > li > a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.align-self-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.align-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.align-center-middle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

@media print,screen and (min-width:25.9375em) {
    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

@media print,screen and (min-width:45em) {
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width:64em) {
    .xlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .xlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .xlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .xlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .xlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .xlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width:80em) {
    .xxlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .xxlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .xxlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .xxlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .xxlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .xxlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

.flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print,screen and (min-width:25.9375em) {
    .medium-flex-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .medium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print,screen and (min-width:45em) {
    .large-flex-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .large-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width:64em) {
    .xlarge-flex-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .xlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .xlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .xlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .xlarge-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .xlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .xlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .xlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width:80em) {
    .xxlarge-flex-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .xxlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .xxlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .xxlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .xxlarge-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .xxlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .xxlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .xxlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

@media print,screen and (max-width:25.93625em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width:0em),screen and (min-width:25.9375em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print,screen and (min-width:25.9375em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width:25.93625em) {
    .show-for-medium {
        display: none !important
    }
}

@media print,screen and (min-width:25.9375em) and (max-width:44.99875em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width:25.93625em),screen and (min-width:45em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print,screen and (min-width:45em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width:44.99875em) {
    .show-for-large {
        display: none !important
    }
}

@media print,screen and (min-width:45em) and (max-width:63.99875em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width:44.99875em),screen and (min-width:64em) {
    .show-for-large-only {
        display: none !important
    }
}

@media screen and (min-width:64em) {
    .hide-for-xlarge {
        display: none !important
    }
}

@media screen and (max-width:63.99875em) {
    .show-for-xlarge {
        display: none !important
    }
}

@media screen and (min-width:64em) and (max-width:79.99875em) {
    .hide-for-xlarge-only {
        display: none !important
    }
}

@media screen and (max-width:63.99875em),screen and (min-width:80em) {
    .show-for-xlarge-only {
        display: none !important
    }
}

@media screen and (min-width:80em) {
    .hide-for-xxlarge {
        display: none !important
    }
}

@media screen and (max-width:79.99875em) {
    .show-for-xxlarge {
        display: none !important
    }
}

@media screen and (min-width:80em) {
    .hide-for-xxlarge-only {
        display: none !important
    }
}

@media screen and (max-width:79.99875em) {
    .show-for-xxlarge-only {
        display: none !important
    }
}

.show-for-sr, .show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

    .show-on-focus:active, .show-on-focus:focus {
        position: static !important;
        width: auto !important;
        height: auto !important;
        overflow: visible !important;
        clip: auto !important;
        white-space: normal !important
    }

.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
    }
}

.slide-in-down.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-in-down.mui-enter.mui-enter-active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

.slide-in-left.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-in-left.mui-enter.mui-enter-active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

.slide-in-up.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-in-up.mui-enter.mui-enter-active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

.slide-in-right.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-in-right.mui-enter.mui-enter-active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

.slide-out-down.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-out-down.mui-leave.mui-leave-active {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }

.slide-out-right.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-out-right.mui-leave.mui-leave-active {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }

.slide-out-up.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-out-up.mui-leave.mui-leave-active {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

.slide-out-left.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .slide-out-left.mui-leave.mui-leave-active {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

.fade-in.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

    .fade-in.mui-enter.mui-enter-active {
        opacity: 1
    }

.fade-out.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

    .fade-out.mui-leave.mui-leave-active {
        opacity: 0
    }

.hinge-in-from-top.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

    .hinge-in-from-top.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0);
        transform: perspective(2000px) rotate(0);
        opacity: 1
    }

.hinge-in-from-right.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

    .hinge-in-from-right.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0);
        transform: perspective(2000px) rotate(0);
        opacity: 1
    }

.hinge-in-from-bottom.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

    .hinge-in-from-bottom.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0);
        transform: perspective(2000px) rotate(0);
        opacity: 1
    }

.hinge-in-from-left.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

    .hinge-in-from-left.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0);
        transform: perspective(2000px) rotate(0);
        opacity: 1
    }

.hinge-in-from-middle-x.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

    .hinge-in-from-middle-x.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0);
        transform: perspective(2000px) rotate(0);
        opacity: 1
    }

.hinge-in-from-middle-y.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

    .hinge-in-from-middle-y.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0);
        transform: perspective(2000px) rotate(0);
        opacity: 1
    }

.hinge-out-from-top.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

    .hinge-out-from-top.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateX(90deg);
        transform: perspective(2000px) rotateX(90deg);
        opacity: 0
    }

.hinge-out-from-right.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

    .hinge-out-from-right.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateY(90deg);
        transform: perspective(2000px) rotateY(90deg);
        opacity: 0
    }

.hinge-out-from-bottom.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

    .hinge-out-from-bottom.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0
    }

.hinge-out-from-left.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

    .hinge-out-from-left.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateY(-90deg);
        transform: perspective(2000px) rotateY(-90deg);
        opacity: 0
    }

.hinge-out-from-middle-x.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

    .hinge-out-from-middle-x.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateX(90deg);
        transform: perspective(2000px) rotateX(90deg);
        opacity: 0
    }

.hinge-out-from-middle-y.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

    .hinge-out-from-middle-y.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateY(90deg);
        transform: perspective(2000px) rotateY(90deg);
        opacity: 0
    }

.scale-in-up.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

    .scale-in-up.mui-enter.mui-enter-active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

.scale-in-down.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

    .scale-in-down.mui-enter.mui-enter-active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

.scale-out-up.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

    .scale-out-up.mui-leave.mui-leave-active {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }

.scale-out-down.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

    .scale-out-down.mui-leave.mui-leave-active {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }

.spin-in.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(-.75turn);
    -ms-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

    .spin-in.mui-enter.mui-enter-active {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

.spin-out.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

    .spin-out.mui-leave.mui-leave-active {
        -webkit-transform: rotate(.75turn);
        -ms-transform: rotate(.75turn);
        transform: rotate(.75turn);
        opacity: 0
    }

.spin-in-ccw.mui-enter {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(.75turn);
    -ms-transform: rotate(.75turn);
    transform: rotate(.75turn);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0
}

    .spin-in-ccw.mui-enter.mui-enter-active {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }

.spin-out-ccw.mui-leave {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1
}

    .spin-out-ccw.mui-leave.mui-leave-active {
        -webkit-transform: rotate(-.75turn);
        -ms-transform: rotate(-.75turn);
        transform: rotate(-.75turn);
        opacity: 0
    }

.slow {
    -webkit-transition-duration: 750ms !important;
    transition-duration: 750ms !important
}

.fast {
    -webkit-transition-duration: 250ms !important;
    transition-duration: 250ms !important
}

.linear {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important
}

.ease {
    -webkit-transition-timing-function: ease !important;
    transition-timing-function: ease !important
}

.ease-in {
    -webkit-transition-timing-function: ease-in !important;
    transition-timing-function: ease-in !important
}

.ease-out {
    -webkit-transition-timing-function: ease-out !important;
    transition-timing-function: ease-out !important
}

.ease-in-out {
    -webkit-transition-timing-function: ease-in-out !important;
    transition-timing-function: ease-in-out !important
}

.bounce-in {
    -webkit-transition-timing-function: cubic-bezier(.485,.155,.24,1.245) !important;
    transition-timing-function: cubic-bezier(.485,.155,.24,1.245) !important
}

.bounce-out {
    -webkit-transition-timing-function: cubic-bezier(.485,.155,.515,.845) !important;
    transition-timing-function: cubic-bezier(.485,.155,.515,.845) !important
}

.bounce-in-out {
    -webkit-transition-timing-function: cubic-bezier(.76,-.245,.24,1.245) !important;
    transition-timing-function: cubic-bezier(.76,-.245,.24,1.245) !important
}

.short-delay {
    -webkit-transition-delay: .3s !important;
    transition-delay: .3s !important
}

.long-delay {
    -webkit-transition-delay: .7s !important;
    transition-delay: .7s !important
}

.shake {
    -webkit-animation-name: shake-7;
    animation-name: shake-7
}

@-webkit-keyframes shake-7 {
    0%,10%,20%,30%,40%,50%,60%,70%,80%,90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    15%,25%,35%,45%,5%,55%,65%,75%,85%,95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

@keyframes shake-7 {
    0%,10%,20%,30%,40%,50%,60%,70%,80%,90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    15%,25%,35%,45%,5%,55%,65%,75%,85%,95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn
}

@-webkit-keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.spin-ccw {
    -webkit-animation-name: spin-ccw-1turn;
    animation-name: spin-ccw-1turn
}

@-webkit-keyframes spin-ccw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes spin-ccw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg
}

@-webkit-keyframes wiggle-7deg {
    40%,50%,60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,45%,55%,65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,100%,30%,70% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes wiggle-7deg {
    40%,50%,60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,45%,55%,65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,100%,30%,70% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.shake, .spin-ccw, .spin-cw, .wiggle {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.slow {
    -webkit-animation-duration: 750ms !important;
    animation-duration: 750ms !important
}

.fast {
    -webkit-animation-duration: 250ms !important;
    animation-duration: 250ms !important
}

.linear {
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important
}

.ease {
    -webkit-animation-timing-function: ease !important;
    animation-timing-function: ease !important
}

.ease-in {
    -webkit-animation-timing-function: ease-in !important;
    animation-timing-function: ease-in !important
}

.ease-out {
    -webkit-animation-timing-function: ease-out !important;
    animation-timing-function: ease-out !important
}

.ease-in-out {
    -webkit-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important
}

.bounce-in {
    -webkit-animation-timing-function: cubic-bezier(.485,.155,.24,1.245) !important;
    animation-timing-function: cubic-bezier(.485,.155,.24,1.245) !important
}

.bounce-out {
    -webkit-animation-timing-function: cubic-bezier(.485,.155,.515,.845) !important;
    animation-timing-function: cubic-bezier(.485,.155,.515,.845) !important
}

.bounce-in-out {
    -webkit-animation-timing-function: cubic-bezier(.76,-.245,.24,1.245) !important;
    animation-timing-function: cubic-bezier(.76,-.245,.24,1.245) !important
}

.short-delay {
    -webkit-animation-delay: .3s !important;
    animation-delay: .3s !important
}

.long-delay {
    -webkit-animation-delay: .7s !important;
    animation-delay: .7s !important
}

@font-face {
  font-family: OpenSans-heavy;
  src: url(../webfonts/OpenSans-VariableFont_wdth,wght.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
  font-family: OpenSans-bold;
  src: url(../webfonts/OpenSans-VariableFont_wdth,wght.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
  font-family: OpenSans-medium;
  src: url(../webfonts/OpenSans-VariableFont_wdth,wght.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
  font-family: OpenSans-regular;
  src: url(../webfonts/OpenSans-VariableFont_wdth,wght.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
  font-family: OpenSans-light;
  src: url(../webfonts/OpenSans-VariableFont_wdth,wght.ttf);
    font-weight: 400;
    font-style: normal
}

.carnation {
    color: #ef7f8a
}

.dark-teal {
    color: #035142
}

.seafoam-blue {
    color: #2E5C99
}

.marine-blue {
    color: #021B41
}

.slate-grey {
    color: #54565b
}

.macaroni-and-cheese {
    color: #fbb92d
}

.white {
    color: #fff
}

.off-white {
    color: #f5f5f5
}

.pale {
    color: #e7e6e4
}

.putty {
    color: #adacab
}

.peacock-blue {
    color: #2E5C99
}

.bluey-green {
    color: #26ae76
}

.pastel-red {
    color: #ef4e45
}

.pale-red {
    color: #ff5b6b
}

.copper {
    color: #d93025
}

.brick {
    color: #C20114
}

.orange {
    color: #feb127
}

.dark-orange {
    color: #ea621e
}

.brownish-grey {
    color: #707070
}

.very-light-blue {
    color: #ebecf0
}

.light-blue-grey {
    color: #c1c7d0
}

.light-grey {
    color: #eeefef
}

.very-light-grey {
    color: #fafafa
}

.light-blue {
    color: #e9f4ff
}

.light-sky-blue {
    color: #e5f5f6
}

.carnation-bg-colour {
    background-color: #ef7f8a
}

.dark-teal-bg-colour {
    background-color: #035142
}

.seafoam-blue-bg-colour {
    background-color: #2E5C99
}

.marine-blue-bg-colour {
    background-color: #021B41
}

.light-marine-blue-bg-colour {
    background-color: rgba(0,45,89,.15)
}

.slate-grey-bg-colour {
    background-color: #54565b
}

.macaroni-and-cheese-bg-colour {
    background-color: #fbb92d
}

.white-bg-colour {
    background-color: #fff
}

.off-white-bg-colour {
    background-color: #f5f5f5
}

.pale-bg-colour {
    background-color: #e7e6e4
}

.putty-bg-colour {
    background-color: #adacab
}

.peacock-blue-bg-colour {
    background-color: #2E5C99
}

.bluey-green-bg-colour {
    background-color: #26ae76
}

.pastel-red-bg-colour {
    background-color: #ef4e45
}

.copper-bg-colour {
    background-color: #d93025
}

.brick-bg-colour {
    background-color: #C20114
}

.dark-orange-bg-colour {
    background-color: #ea621e
}

.brownish-grey-bg-colour {
    background-color: #707070
}

.very-light-blue-bg-colour {
    background-color: #ebecf0
}

.light-blue-grey-bg-colour {
    background-color: #c1c7d0
}

.very-light-grey-bg-colour {
    background-color: #fafafa
}

.light-grey-bg-colour {
    background-color: #eeefef
}

.orange-bg-colour {
    background-color: #feb127
}

.light-blue-bg-colour {
    background-color: #e9f4ff
}

.light-sky-blue-bg-colour {
    background-color: #e5f5f6
}

.very-light-sky-blue-bg-colour {
    background-color: rgba(229,245,246,.4)
}

.deep-yellow-bg-colour {
    background-color: #fbcb4d
}

@-webkit-keyframes chartjs-render-animation {
    from {
        opacity: .99
    }

    to {
        opacity: 1
    }
}

@keyframes chartjs-render-animation {
    from {
        opacity: .99
    }

    to {
        opacity: 1
    }
}

.chartjs-render-monitor {
    -webkit-animation: chartjs-render-animation 1ms;
    animation: chartjs-render-animation 1ms
}

.chartjs-size-monitor, .chartjs-size-monitor-expand, .chartjs-size-monitor-shrink {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: -1
}

    .chartjs-size-monitor-expand > div {
        position: absolute;
        width: 1000000px;
        height: 1000000px;
        left: 0;
        top: 0
    }

    .chartjs-size-monitor-shrink > div {
        position: absolute;
        width: 200%;
        height: 200%;
        left: 0;
        top: 0
    }

.margin-auto {
    margin-left: auto;
    margin-right: auto
}

.unpadded .columns {
    padding-left: 0;
    padding-right: 0
}

.unpadded.columns {
    padding-left: 0;
    padding-right: 0
}

.unpadded-column, .unpadded_column {
    padding-left: 0;
    padding-right: 0
}

.unpadded-column-left, .unpadded_column_left {
    padding-left: 0
}

.unpadded-column-right, .unpadded_column_right {
    padding-right: 0
}

.small-padding-left {
    padding-left: 15px
}

.small-padding-right {
    padding-right: 15px
}

.no-top-padding, .top-padding-zero {
    padding-top: 0 !important
}

.bottom-padding-zero, .no-bottom-padding {
    padding-bottom: 0 !important
}

.no-top-margin, .top-margin-zero {
    margin-top: 0 !important
}

.bottom-margin-zero, .no-bottom-margin {
    margin-bottom: 0 !important
}

.left-padding-zero, .no-left-padding {
    padding-left: 0 !important
}

.no-right-padding, .right-padding-zero {
    padding-right: 0 !important
}

.left-margin-zero, .no-left-margin {
    margin-left: 0 !important
}

.no-right-margin, .right-margin-zero {
    margin-right: 0 !important
}

.left-margin-half {
    margin-left: 8px !important
}

.right-margin-half {
    margin-right: 8px !important
}

.left-margin-one {
    margin-left: 16px !important
}

.right-margin-one {
    margin-right: 16px !important
}

.left-margin-two {
    margin-left: 32px !important
}

.right-margin-two {
    margin-right: 32px !important
}

.left-margin-three {
    margin-left: 48px !important
}

.right-margin-three {
    margin-right: 48px !important
}

.left-padding-half {
    padding-left: 8px !important
}

.right-padding-half {
    padding-right: 8px !important
}

.left-padding-one {
    padding-left: 16px !important
}

.right-padding-one {
    padding-right: 16px !important
}

.left-padding-one-half {
    padding-left: 24px !important
}

.right-padding-one-half {
    padding-right: 24px !important
}

.left-padding-two {
    padding-left: 32px !important
}

.right-padding-two {
    padding-right: 32px !important
}

.left-padding-two-half {
    padding-left: 40px !important
}

.right-padding-two-half {
    padding-right: 40px !important
}

.left-padding-three {
    padding-left: 48px !important
}

.right-padding-three {
    padding-right: 48px !important
}

.left-padding-third-col {
    padding-left: 2.77777% !important
}

.right-padding-third-col {
    padding-right: 2.77777% !important
}

.left-padding-half-col {
    padding-left: 4.16666% !important
}

.right-padding-half-col {
    padding-right: 4.16666% !important
}

.top-negative-margin-one {
    margin-top: -16px !important
}

.bottom-negative-margin-one {
    margin-bottom: -16px !important
}

.top-negative-margin-two {
    margin-top: -32px !important
}

.bottom-negative-margin-two {
    margin-bottom: -32px !important
}

.top-negative-margin-three {
    margin-top: -48px !important
}

.bottom-negative-margin-three {
    margin-bottom: -48px !important
}

.top-padding-half {
    padding-top: 8px !important
}

.bottom-padding-half {
    padding-bottom: 8px !important
}

.top-margin-half {
    margin-top: 8px !important
}

.bottom-margin-half {
    margin-bottom: 8px !important
}

.top-padding-one {
    padding-top: 16px !important
}

.bottom-padding-one {
    padding-bottom: 16px !important
}

.top-margin-one {
    margin-top: 16px !important
}

.bottom-margin-one {
    margin-bottom: 16px !important
}

.top-padding-one-half {
    padding-top: 24px !important
}

.bottom-padding-one-half {
    padding-bottom: 24px !important
}

.top-margin-one-half {
    margin-top: 24px !important
}

.bottom-margin-one-half {
    margin-bottom: 24px !important
}

.top-padding-two {
    padding-top: 32px !important
}

.bottom-padding-two {
    padding-bottom: 32px !important
}

.top-margin-two {
    margin-top: 32px !important
}

.bottom-margin-two {
    margin-bottom: 32px !important
}

.top-padding-three {
    padding-top: 48px !important
}

.bottom-padding-three {
    padding-bottom: 48px !important
}

.top-margin-three {
    margin-top: 48px !important
}

.bottom-margin-three {
    margin-bottom: 48px !important
}

.top-padding-four {
    padding-top: 64px !important
}

.bottom-padding-four {
    padding-bottom: 64px !important
}

.top-margin-four {
    margin-top: 64px !important
}

.bottom-margin-four {
    margin-bottom: 64px !important
}

.top-padding-five {
    padding-top: 80px !important
}

.bottom-padding-five {
    padding-bottom: 80px !important
}

.top-margin-five {
    margin-top: 80px !important
}

.bottom-margin-five {
    margin-bottom: 80px !important
}

.top-padding-six {
    padding-top: 96px !important
}

.bottom-padding-six {
    padding-bottom: 96px !important
}

.top-margin-six {
    margin-top: 96px !important
}

.bottom-margin-six {
    margin-bottom: 96px !important
}

.top-padding-seven {
    padding-top: 112px !important
}

.bottom-padding-seven {
    padding-bottom: 112px !important
}

.top-margin-seven {
    margin-top: 112px !important
}

.bottom-margin-seven {
    margin-bottom: 112px !important
}

.top-padding-eight {
    padding-top: 128px !important
}

.bottom-padding-eight {
    padding-bottom: 128px !important
}

.top-margin-eight {
    margin-top: 128px !important
}

.bottom-margin-eight {
    margin-bottom: 128px !important
}

.top-padding-twelve {
    padding-top: 192px !important
}

.bottom-padding-twelve {
    padding-bottom: 192px !important
}

.top-margin-twelve {
    margin-top: 192px !important
}

.bottom-margin-twelve {
    margin-bottom: 192px !important
}
.width-100 {
    width: 100% !important;
}

@media only screen and (max-width:414px) {
    .padding-right-restore, .padding-right-restore.columns {
        padding-right: 15px
    }

    .padding-left-restore, .padding-left-restore.columns {
        padding-left: 15px
    }

    .no-left-padding-small-only {
        padding-left: 0 !important
    }

    .no-right-padding-small-only {
        padding-right: 0 !important
    }

    .left-padding-zero-small-only {
        padding-left: 0 !important
    }

    .right-padding-zero-small-only {
        padding-right: 0 !important
    }

    .left-margin-zero-small-only {
        margin-left: 0 !important
    }

    .right-margin-zero-small-only {
        margin-right: 0 !important
    }

    .bottom-margin-half-small-only {
        margin-bottom: 8px !important
    }

    .bottom-margin-one-small-only {
        margin-bottom: 16px !important
    }

    .top-margin-half-small-only {
        margin-top: 8px !important
    }

    .top-margin-one-small-only {
        margin-top: 16px !important
    }

    .left-padding-one-small-only {
        padding-left: 16px !important
    }

    .right-padding-one-small-only {
        padding-right: 16px !important
    }

    .left-padding-one-half-small-only {
        padding-left: 24px !important
    }

    .right-padding-one-half-small-only {
        padding-right: 24px !important
    }

    .left-padding-two-small-only {
        padding-left: 32px !important
    }

    .right-padding-two-small-only {
        padding-right: 32px !important
    }

    .left-padding-four-small-only {
        padding-left: 64px !important
    }

    .right-padding-four-small-only {
        padding-right: 64px !important
    }

    .top-padding-one-small-only {
        padding-top: 16px !important
    }

    .bottom-padding-one-small-only {
        padding-bottom: 16px !important
    }

    .top-padding-two-small-only {
        padding-top: 32px !important
    }

    .bottom-padding-two-small-only {
        padding-bottom: 32px !important
    }
}

@media only screen and (min-width:415px) and (max-width:719px) {
    .no-left-padding-medium-only {
        padding-left: 0 !important
    }

    .no-right-padding-medium-only {
        padding-right: 0 !important
    }

    .left-padding-zero-medium-only {
        padding-left: 0 !important
    }

    .right-padding-zero-medium-only {
        padding-right: 0 !important
    }

    .left-padding-one-medium-only {
        padding-left: 16px !important
    }

    .right-padding-one-medium-only {
        padding-right: 16px !important
    }

    .top-margin-half-medium-only {
        margin-top: 8px !important
    }

    .bottom-margin-half-medium-only {
        margin-bottom: 8px !important
    }

    .top-margin-one-medium-only {
        margin-top: 16px !important
    }

    .bottom-margin-one-medium-only {
        margin-bottom: 16px !important
    }

    .left-padding-one-half-medium-only {
        padding-left: 24px !important
    }

    .right-padding-one-half-medium-only {
        padding-right: 24px !important
    }

    .left-padding-two-medium-only {
        padding-left: 32px !important
    }

    .right-padding-two-medium-only {
        padding-right: 32px !important
    }
}

@media only screen and (min-width:720px) and (max-width:1023px) {
    .no-left-padding-large-only {
        padding-left: 0 !important
    }

    .no-right-padding-large-only {
        padding-right: 0 !important
    }

    .left-padding-zero-large-only {
        padding-left: 0 !important
    }

    .right-padding-zero-large-only {
        padding-right: 0 !important
    }

    .left-padding-one-large-only {
        padding-left: 16px !important
    }

    .right-padding-one-large-only {
        padding-right: 16px !important
    }

    .left-padding-one-half-large-only {
        padding-left: 24px !important
    }

    .right-padding-one-half-large-only {
        padding-right: 24px !important
    }

    .left-padding-two-large-only {
        padding-left: 32px !important
    }

    .right-padding-two-large-only {
        padding-right: 32px !important
    }

    .left-padding-two-half-large-only {
        padding-left: 40px !important
    }

    .right-padding-two-half-large-only {
        padding-right: 40px !important
    }
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
    .no-left-padding-xlarge-only {
        padding-left: 0 !important
    }

    .no-right-padding-xlarge-only {
        padding-right: 0 !important
    }

    .left-padding-zero-xlarge-only {
        padding-left: 0 !important
    }

    .right-padding-zero-xlarge-only {
        padding-right: 0 !important
    }

    .left-padding-one-xlarge-only {
        padding-left: 16px !important
    }

    .right-padding-one-xlarge-only {
        padding-right: 16px !important
    }

    .left-padding-one-half-xlarge-only {
        padding-left: 24px !important
    }

    .right-padding-one-half-xlarge-only {
        padding-right: 24px !important
    }

    .left-padding-two-xlarge-only {
        padding-left: 32px !important
    }

    .right-padding-two-xlarge-only {
        padding-right: 32px !important
    }

    .left-padding-two-half-xlarge-only {
        padding-left: 40px !important
    }

    .right-padding-two-half-xlarge-only {
        padding-right: 40px !important
    }
}

@media only screen and (min-width:1280px) {
    .no-left-padding-xxlarge-only {
        padding-left: 0 !important
    }

    .no-right-padding-xxlarge-only {
        padding-right: 0 !important
    }

    .left-padding-zero-xxlarge-only {
        padding-left: 0 !important
    }

    .right-padding-zero-xxlarge-only {
        padding-right: 0 !important
    }

    .left-padding-one-xxlarge-only {
        padding-left: 16px !important
    }

    .right-padding-one-xxlarge-only {
        padding-right: 16px !important
    }

    .left-padding-one-half-xxlarge-only {
        padding-left: 24px !important
    }

    .right-padding-one-half-xxlarge-only {
        padding-right: 24px !important
    }

    .left-padding-two-xxlarge-only {
        padding-left: 32px !important
    }

    .right-padding-two-xxlarge-only {
        padding-right: 32px !important
    }

    .left-padding-two-half-xxlarge-only {
        padding-left: 40px !important
    }

    .right-padding-two-half-xxlarge-only {
        padding-right: 40px !important
    }
}

@media only screen and (min-width:0) and (max-width:414px) {
    .top-negative-margin-one-small {
        margin-top: -16px !important
    }

    .bottom-negative-margin-one-small {
        margin-bottom: -16px !important
    }

    .top-negative-margin-two-small {
        margin-top: -32px !important
    }

    .bottom-negative-margin-two-small {
        margin-bottom: -32px !important
    }

    .top-negative-margin-three-small {
        margin-top: -48px !important
    }

    .bottom-negative-margin-three-small {
        margin-bottom: -48px !important
    }

    .no-left-padding-small {
        padding-left: 0 !important
    }

    .no-right-padding-small {
        padding-right: 0 !important
    }

    .left-padding-zero-small {
        padding-left: 0 !important
    }

    .right-padding-zero-small {
        padding-right: 0 !important
    }

    .left-padding-half-small {
        padding-left: 8px !important
    }

    .right-padding-half-small {
        padding-right: 8px !important
    }

    .left-margin-half-small {
        margin-left: 8px !important
    }

    .right-margin-half-small {
        margin-right: 8px !important
    }

    .top-padding-zero-small {
        padding-top: 0 !important
    }

    .bottom-padding-zero-small {
        padding-bottom: 0 !important
    }

    .top-margin-zero-small {
        margin-top: 0 !important
    }

    .bottom-margin-zero-small {
        margin-bottom: 0 !important
    }

    .top-padding-half-small {
        padding-top: 8px !important
    }

    .bottom-padding-half-small {
        padding-bottom: 8px !important
    }

    .top-margin-half-small {
        margin-top: 8px !important
    }

    .bottom-margin-half-small {
        margin-bottom: 8px !important
    }

    .top-padding-one-small {
        padding-top: 16px !important
    }

    .bottom-padding-one-small {
        padding-bottom: 16px !important
    }

    .top-margin-one-small {
        margin-top: 16px !important
    }

    .bottom-margin-one-small {
        margin-bottom: 16px !important
    }

    .top-padding-one-half-small {
        padding-top: 24px !important
    }

    .bottom-padding-one-half-small {
        padding-bottom: 24px !important
    }

    .top-margin-one-half-small {
        margin-top: 24px !important
    }

    .bottom-margin-one-half-small {
        margin-bottom: 24px !important
    }

    .top-padding-two-small {
        padding-top: 32px !important
    }

    .bottom-padding-two-small {
        padding-bottom: 32px !important
    }

    .top-margin-two-small {
        margin-top: 32px !important
    }

    .bottom-margin-two-small {
        margin-bottom: 32px !important
    }

    .top-padding-three-small {
        padding-top: 48px !important
    }

    .bottom-padding-three-small {
        padding-bottom: 48px !important
    }

    .top-margin-three-small {
        margin-top: 48px !important
    }

    .bottom-margin-three-small {
        margin-bottom: 48px !important
    }

    .top-padding-four-small {
        padding-top: 64px !important
    }

    .bottom-padding-four-small {
        padding-bottom: 64px !important
    }

    .top-margin-four-small {
        margin-top: 64px !important
    }

    .bottom-margin-four-small {
        margin-bottom: 64px !important
    }

    .top-padding-five-small {
        padding-top: 80px !important
    }

    .bottom-padding-five-small {
        padding-bottom: 80px !important
    }

    .top-margin-five-small {
        margin-top: 80px !important
    }

    .bottom-margin-five-small {
        margin-bottom: 80px !important
    }

    .top-padding-six-small {
        padding-top: 96px !important
    }

    .bottom-padding-six-small {
        padding-bottom: 96px !important
    }

    .top-margin-six-small {
        margin-top: 96px !important
    }

    .bottom-margin-six-small {
        margin-bottom: 96px !important
    }

    .top-padding-seven-small {
        padding-top: 112px !important
    }

    .bottom-padding-seven-small {
        padding-bottom: 112px !important
    }

    .top-margin-seven-small {
        margin-top: 112px !important
    }

    .bottom-margin-seven-small {
        margin-bottom: 112px !important
    }

    .top-padding-eight-small {
        padding-top: 128px !important
    }

    .bottom-padding-eight-small {
        padding-bottom: 128px !important
    }

    .top-margin-eight-small {
        margin-top: 128px !important
    }

    .bottom-margin-eight-small {
        margin-bottom: 128px !important
    }
}

@media only screen and (min-width:415px) and (max-width:719px) {
    .top-negative-margin-one-medium {
        margin-top: -16px !important
    }

    .bottom-negative-margin-one-medium {
        margin-bottom: -16px !important
    }

    .top-negative-margin-two-medium {
        margin-top: -32px !important
    }

    .bottom-negative-margin-two-medium {
        margin-bottom: -32px !important
    }

    .top-negative-margin-three-medium {
        margin-top: -48px !important
    }

    .bottom-negative-margin-three-medium {
        margin-bottom: -48px !important
    }

    .no-left-padding-medium {
        padding-left: 0 !important
    }

    .no-right-padding-medium {
        padding-right: 0 !important
    }

    .left-padding-zero-medium {
        padding-left: 0 !important
    }

    .right-padding-zero-medium {
        padding-right: 0 !important
    }

    .top-padding-zero-medium {
        padding-top: 0 !important
    }

    .bottom-padding-zero-medium {
        padding-bottom: 0 !important
    }

    .top-margin-zero-medium {
        margin-top: 0 !important
    }

    .bottom-margin-zero-medium {
        margin-bottom: 0 !important
    }

    .top-padding-half-medium {
        padding-top: 8px !important
    }

    .bottom-padding-half-medium {
        padding-bottom: 8px !important
    }

    .top-margin-half-medium {
        margin-top: 8px !important
    }

    .bottom-margin-half-medium {
        margin-bottom: 8px !important
    }

    .top-padding-one-medium {
        padding-top: 16px !important
    }

    .bottom-padding-one-medium {
        padding-bottom: 16px !important
    }

    .top-margin-one-medium {
        margin-top: 16px !important
    }

    .bottom-margin-one-medium {
        margin-bottom: 16px !important
    }

    .top-padding-one-half-medium {
        padding-top: 24px !important
    }

    .bottom-padding-one-half-medium {
        padding-bottom: 24px !important
    }

    .top-margin-one-half-medium {
        margin-top: 24px !important
    }

    .bottom-margin-one-half-medium {
        margin-bottom: 24px !important
    }

    .top-padding-two-medium {
        padding-top: 32px !important
    }

    .bottom-padding-two-medium {
        padding-bottom: 32px !important
    }

    .top-margin-two-medium {
        margin-top: 32px !important
    }

    .bottom-margin-two-medium {
        margin-bottom: 32px !important
    }

    .top-padding-three-medium {
        padding-top: 48px !important
    }

    .bottom-padding-three-medium {
        padding-bottom: 48px !important
    }

    .top-margin-three-medium {
        margin-top: 48px !important
    }

    .bottom-margin-three-medium {
        margin-bottom: 48px !important
    }

    .top-padding-four-medium {
        padding-top: 64px !important
    }

    .bottom-padding-four-medium {
        padding-bottom: 64px !important
    }

    .top-margin-four-medium {
        margin-top: 64px !important
    }

    .bottom-margin-four-medium {
        margin-bottom: 64px !important
    }

    .top-padding-five-medium {
        padding-top: 80px !important
    }

    .bottom-padding-five-medium {
        padding-bottom: 80px !important
    }

    .top-margin-five-medium {
        margin-top: 80px !important
    }

    .bottom-margin-five-medium {
        margin-bottom: 80px !important
    }

    .top-padding-six-medium {
        padding-top: 96px !important
    }

    .bottom-padding-six-medium {
        padding-bottom: 96px !important
    }

    .top-margin-six-medium {
        margin-top: 96px !important
    }

    .bottom-margin-six-medium {
        margin-bottom: 96px !important
    }

    .top-padding-seven-medium {
        padding-top: 112px !important
    }

    .bottom-padding-seven-medium {
        padding-bottom: 112px !important
    }

    .top-margin-seven-medium {
        margin-top: 112px !important
    }

    .bottom-margin-seven-medium {
        margin-bottom: 112px !important
    }

    .top-padding-eight-medium {
        padding-top: 128px !important
    }

    .bottom-padding-eight-medium {
        padding-bottom: 128px !important
    }

    .top-margin-eight-medium {
        margin-top: 128px !important
    }

    .bottom-margin-eight-medium {
        margin-bottom: 128px !important
    }
}

@media only screen and (min-width:720px) and (max-width:1023px) {
    .top-negative-margin-one-large {
        margin-top: -16px !important
    }

    .bottom-negative-margin-one-large {
        margin-bottom: -16px !important
    }

    .top-negative-margin-two-large {
        margin-top: -32px !important
    }

    .bottom-negative-margin-two-large {
        margin-bottom: -32px !important
    }

    .top-negative-margin-three-large {
        margin-top: -48px !important
    }

    .bottom-negative-margin-three-large {
        margin-bottom: -48px !important
    }

    .no-left-padding-large {
        padding-left: 0 !important
    }

    .no-right-padding-large {
        padding-right: 0 !important
    }

    .left-padding-zero-large {
        padding-left: 0 !important
    }

    .right-padding-zero-large {
        padding-right: 0 !important
    }

    .top-padding-zero-large {
        padding-top: 0 !important
    }

    .bottom-padding-zero-large {
        padding-bottom: 0 !important
    }

    .top-margin-zero-large {
        margin-top: 0 !important
    }

    .bottom-margin-zero-large {
        margin-bottom: 0 !important
    }

    .top-padding-half-large {
        padding-top: 8px !important
    }

    .bottom-padding-half-large {
        padding-bottom: 8px !important
    }

    .top-margin-half-large {
        margin-top: 8px !important
    }

    .bottom-margin-half-large {
        margin-bottom: 8px !important
    }

    .top-padding-one-large {
        padding-top: 16px !important
    }

    .bottom-padding-one-large {
        padding-bottom: 16px !important
    }

    .top-margin-one-large {
        margin-top: 16px !important
    }

    .bottom-margin-one-large {
        margin-bottom: 16px !important
    }

    .top-padding-one-half-large {
        padding-top: 24px !important
    }

    .bottom-padding-one-half-large {
        padding-bottom: 24px !important
    }

    .top-margin-one-half-large {
        margin-top: 24px !important
    }

    .bottom-margin-one-half-large {
        margin-bottom: 24px !important
    }

    .top-padding-two-large {
        padding-top: 32px !important
    }

    .bottom-padding-two-large {
        padding-bottom: 32px !important
    }

    .top-margin-two-large {
        margin-top: 32px !important
    }

    .bottom-margin-two-large {
        margin-bottom: 32px !important
    }

    .top-padding-three-large {
        padding-top: 48px !important
    }

    .bottom-padding-three-large {
        padding-bottom: 48px !important
    }

    .top-margin-three-large {
        margin-top: 48px !important
    }

    .bottom-margin-three-large {
        margin-bottom: 48px !important
    }

    .top-padding-four-large {
        padding-top: 64px !important
    }

    .bottom-padding-four-large {
        padding-bottom: 64px !important
    }

    .top-margin-four-large {
        margin-top: 64px !important
    }

    .bottom-margin-four-large {
        margin-bottom: 64px !important
    }

    .top-padding-five-large {
        padding-top: 80px !important
    }

    .bottom-padding-five-large {
        padding-bottom: 80px !important
    }

    .top-margin-five-large {
        margin-top: 80px !important
    }

    .bottom-margin-five-large {
        margin-bottom: 80px !important
    }

    .top-padding-six-large {
        padding-top: 96px !important
    }

    .bottom-padding-six-large {
        padding-bottom: 96px !important
    }

    .top-margin-six-large {
        margin-top: 96px !important
    }

    .bottom-margin-six-large {
        margin-bottom: 96px !important
    }

    .top-padding-seven-large {
        padding-top: 112px !important
    }

    .bottom-padding-seven-large {
        padding-bottom: 112px !important
    }

    .top-margin-seven-large {
        margin-top: 112px !important
    }

    .bottom-margin-seven-large {
        margin-bottom: 112px !important
    }

    .top-padding-eight-large {
        padding-top: 128px !important
    }

    .bottom-padding-eight-large {
        padding-bottom: 128px !important
    }

    .top-margin-eight-large {
        margin-top: 128px !important
    }

    .bottom-margin-eight-large {
        margin-bottom: 128px !important
    }
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
    .top-negative-margin-one-xlarge {
        margin-top: -16px !important
    }

    .bottom-negative-margin-one-xlarge {
        margin-bottom: -16px !important
    }

    .top-negative-margin-two-xlarge {
        margin-top: -32px !important
    }

    .bottom-negative-margin-two-xlarge {
        margin-bottom: -32px !important
    }

    .top-negative-margin-three-xlarge {
        margin-top: -48px !important
    }

    .bottom-negative-margin-three-xlarge {
        margin-bottom: -48px !important
    }

    .no-left-padding-xlarge {
        padding-left: 0 !important
    }

    .no-right-padding-xlarge {
        padding-right: 0 !important
    }

    .left-padding-zero-xlarge {
        padding-left: 0 !important
    }

    .right-padding-zero-xlarge {
        padding-right: 0 !important
    }

    .top-padding-zero-xlarge {
        padding-top: 0 !important
    }

    .bottom-padding-zero-xlarge {
        padding-bottom: 0 !important
    }

    .top-margin-zero-xlarge {
        margin-top: 0 !important
    }

    .bottom-margin-zero-xlarge {
        margin-bottom: 0 !important
    }

    .top-padding-half-xlarge {
        padding-top: 8px !important
    }

    .bottom-padding-half-xlarge {
        padding-bottom: 8px !important
    }

    .top-margin-half-xlarge {
        margin-top: 8px !important
    }

    .bottom-margin-half-xlarge {
        margin-bottom: 8px !important
    }

    .top-padding-one-xlarge {
        padding-top: 16px !important
    }

    .bottom-padding-one-xlarge {
        padding-bottom: 16px !important
    }

    .top-margin-one-xlarge {
        margin-top: 16px !important
    }

    .bottom-margin-one-xlarge {
        margin-bottom: 16px !important
    }

    .top-padding-two-xlarge {
        padding-top: 32px !important
    }

    .bottom-padding-two-xlarge {
        padding-bottom: 32px !important
    }

    .top-margin-two-xlarge {
        margin-top: 32px !important
    }

    .bottom-margin-two-xlarge {
        margin-bottom: 32px !important
    }

    .top-padding-three-xlarge {
        padding-top: 48px !important
    }

    .bottom-padding-three-xlarge {
        padding-bottom: 48px !important
    }

    .top-margin-three-xlarge {
        margin-top: 48px !important
    }

    .bottom-margin-three-xlarge {
        margin-bottom: 48px !important
    }

    .top-padding-four-xlarge {
        padding-top: 64px !important
    }

    .bottom-padding-four-xlarge {
        padding-bottom: 64px !important
    }

    .top-margin-four-xlarge {
        margin-top: 64px !important
    }

    .bottom-margin-four-xlarge {
        margin-bottom: 64px !important
    }

    .top-padding-five-xlarge {
        padding-top: 80px !important
    }

    .bottom-padding-five-xlarge {
        padding-bottom: 80px !important
    }

    .top-margin-five-xlarge {
        margin-top: 80px !important
    }

    .bottom-margin-five-xlarge {
        margin-bottom: 80px !important
    }

    .top-padding-six-xlarge {
        padding-top: 96px !important
    }

    .bottom-padding-six-xlarge {
        padding-bottom: 96px !important
    }

    .top-margin-six-xlarge {
        margin-top: 96px !important
    }

    .bottom-margin-six-xlarge {
        margin-bottom: 96px !important
    }

    .top-padding-seven-xlarge {
        padding-top: 112px !important
    }

    .bottom-padding-seven-xlarge {
        padding-bottom: 112px !important
    }

    .top-margin-seven-xlarge {
        margin-top: 112px !important
    }

    .bottom-margin-seven-xlarge {
        margin-bottom: 112px !important
    }

    .top-padding-eight-xlarge {
        padding-top: 128px !important
    }

    .bottom-padding-eight-xlarge {
        padding-bottom: 128px !important
    }

    .top-margin-eight-xlarge {
        margin-top: 128px !important
    }

    .bottom-margin-eight-xlarge {
        margin-bottom: 128px !important
    }
}

@media only screen and (min-width:1280px) and (max-width:9999px) {
    .top-negative-margin-one-xxlarge {
        margin-top: -16px !important
    }

    .bottom-negative-margin-one-xxlarge {
        margin-bottom: -16px !important
    }

    .top-negative-margin-two-xxlarge {
        margin-top: -32px !important
    }

    .bottom-negative-margin-two-xxlarge {
        margin-bottom: -32px !important
    }

    .top-negative-margin-three-xxlarge {
        margin-top: -48px !important
    }

    .bottom-negative-margin-three-xxlarge {
        margin-bottom: -48px !important
    }

    .no-left-padding-xxlarge {
        padding-left: 0 !important
    }

    .no-right-padding-xxlarge {
        padding-right: 0 !important
    }

    .left-padding-zero-xxlarge {
        padding-left: 0 !important
    }

    .right-padding-zero-xxlarge {
        padding-right: 0 !important
    }

    .top-padding-zero-xxlarge {
        padding-top: 0 !important
    }

    .bottom-padding-zero-xxlarge {
        padding-bottom: 0 !important
    }

    .top-margin-zero-xxlarge {
        margin-top: 0 !important
    }

    .bottom-margin-zero-xxlarge {
        margin-bottom: 0 !important
    }

    .top-padding-half-xxlarge {
        padding-top: 8px !important
    }

    .bottom-padding-half-xxlarge {
        padding-bottom: 8px !important
    }

    .top-margin-half-xxlarge {
        margin-top: 8px !important
    }

    .bottom-margin-half-xxlarge {
        margin-bottom: 8px !important
    }

    .top-padding-one-xxlarge {
        padding-top: 16px !important
    }

    .bottom-padding-one-xxlarge {
        padding-bottom: 16px !important
    }

    .top-margin-one-xxlarge {
        margin-top: 16px !important
    }

    .bottom-margin-one-xxlarge {
        margin-bottom: 16px !important
    }

    .top-padding-two-xxlarge {
        padding-top: 32px !important
    }

    .bottom-padding-two-xxlarge {
        padding-bottom: 32px !important
    }

    .top-margin-two-xxlarge {
        margin-top: 32px !important
    }

    .bottom-margin-two-xxlarge {
        margin-bottom: 32px !important
    }

    .top-padding-three-xxlarge {
        padding-top: 48px !important
    }

    .bottom-padding-three-xxlarge {
        padding-bottom: 48px !important
    }

    .top-margin-three-xxlarge {
        margin-top: 48px !important
    }

    .bottom-margin-three-xxlarge {
        margin-bottom: 48px !important
    }

    .top-padding-four-xxlarge {
        padding-top: 64px !important
    }

    .bottom-padding-four-xxlarge {
        padding-bottom: 64px !important
    }

    .top-margin-four-xxlarge {
        margin-top: 64px !important
    }

    .bottom-margin-four-xxlarge {
        margin-bottom: 64px !important
    }

    .top-padding-five-xxlarge {
        padding-top: 80px !important
    }

    .bottom-padding-five-xxlarge {
        padding-bottom: 80px !important
    }

    .top-margin-five-xxlarge {
        margin-top: 80px !important
    }

    .bottom-margin-five-xxlarge {
        margin-bottom: 80px !important
    }

    .top-padding-six-xxlarge {
        padding-top: 96px !important
    }

    .bottom-padding-six-xxlarge {
        padding-bottom: 96px !important
    }

    .top-margin-six-xxlarge {
        margin-top: 96px !important
    }

    .bottom-margin-six-xxlarge {
        margin-bottom: 96px !important
    }

    .top-padding-seven-xxlarge {
        padding-top: 112px !important
    }

    .bottom-padding-seven-xxlarge {
        padding-bottom: 112px !important
    }

    .top-margin-seven-xxlarge {
        margin-top: 112px !important
    }

    .bottom-margin-seven-xxlarge {
        margin-bottom: 112px !important
    }

    .top-padding-eight-xxlarge {
        padding-top: 128px !important
    }

    .bottom-padding-eight-xxlarge {
        padding-bottom: 128px !important
    }

    .top-margin-eight-xxlarge {
        margin-top: 128px !important
    }

    .bottom-margin-eight-xxlarge {
        margin-bottom: 128px !important
    }
}

@media only screen and (min-width:0) {
    .small-offset-05 {
        margin-left: 4.16666%
    }

    .small-offset-0 {
        margin-left: 0
    }
}

@media only screen and (min-width:415px) {
    .medium-offset-05 {
        margin-left: 4.16666%
    }

    .medium-offset-0 {
        margin-left: 0
    }

    .left-padding-zero-medium-up {
        padding-left: 0 !important
    }

    .right-padding-zero-medium-up {
        padding-right: 0 !important
    }

    .left-padding-one-medium-up {
        padding-left: 16px !important
    }

    .right-padding-one-medium-up {
        padding-right: 16px !important
    }
}

@media only screen and (min-width:720px) {
    .large-offset-5-05 {
        margin-left: 45.83333%
    }

    .large-offset-05 {
        margin-left: 4.16666%
    }

    .large-offset-0 {
        margin-left: 0
    }

    .left-padding-zero-large-up {
        padding-left: 0 !important
    }

    .right-padding-zero-large-up {
        padding-right: 0 !important
    }

    .left-padding-one-large-up {
        padding-left: 16px !important
    }

    .right-padding-one-large-up {
        padding-right: 16px !important
    }

    .left-padding-two-large-up {
        padding-left: 32px !important
    }

    .right-padding-two-large-up {
        padding-right: 32px !important
    }

    .left-padding-two-half-large-up {
        padding-left: 40px !important
    }

    .right-padding-two-half-large-up {
        padding-right: 40px !important
    }

    .left-padding-three-large-up {
        padding-left: 48px !important
    }

    .right-padding-three-large-up {
        padding-right: 48px !important
    }

    .left-margin-zero-large-up {
        margin-left: 0 !important
    }

    .right-margin-zero-large-up {
        margin-right: 0 !important
    }

    .left-margin-one-large-up {
        margin-left: 16px !important
    }

    .right-margin-one-large-up {
        margin-right: 16px !important
    }

    .left-margin-two-half-large-up {
        margin-left: 40px !important
    }

    .right-margin-two-half-large-up {
        margin-right: 40px !important
    }
}

@media only screen and (min-width:1024px) {
    .xlarge-offset-05 {
        margin-left: 4.16666%
    }

    .xlarge-offset-0 {
        margin-left: 0
    }

    .left-padding-zero-xlarge-up {
        padding-left: 0 !important
    }

    .right-padding-zero-xlarge-up {
        padding-right: 0 !important
    }

    .left-padding-two-half-xlarge-up {
        padding-left: 40px !important
    }

    .right-padding-two-half-xlarge-up {
        padding-right: 40px !important
    }
}

@media only screen and (min-width:1280px) {
    .xxlarge-offset-05 {
        margin-left: 4.16666%
    }

    .xxlarge-offset-0 {
        margin-left: 0
    }
}

.about-us-popup {
    padding-bottom: 0;
    width: 100%;
    min-height: 100%;
    top: 0 !important
}

    .about-us-popup .outer {
        min-height: 100%
    }

    .about-us-popup .inner {
        overflow: visible
    }

        .about-us-popup .inner > .row {
            background-color: #fff;
            border-radius: 100px 0 100px 0
        }

    .about-us-popup .close-button {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpolygon%20points%3D%2217.54%2019.43%2019.43%2017.54%2011.89%2010%2019.43%202.46%2017.54%200.57%2010%208.11%202.46%200.57%200.57%202.46%208.11%2010%200.57%2017.54%202.46%2019.43%2010%2011.89%2017.54%2019.43%22%20fill%3D%22%23021B41%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: center;
        width: 30px;
        height: 30px;
        position: relative;
        top: auto;
        right: auto;
        margin-right: 10px;
        -webkit-transition: all .25s;
        transition: all .25s
    }

        .about-us-popup .close-button:hover {
            background-size: 25px
        }

    .about-us-popup .bio h4 {
        font-family: gilmer-bold,sans-serif;
        font-weight: 400;
        margin-bottom: 2rem
    }

    .about-us-popup .bio-excerpt, .about-us-popup .plus-link {
        display: none
    }

    .about-us-popup .bios .bio-text {
        display: block
    }

    .about-us-popup .slick-slide img {
        margin: auto
    }

@media only screen and (min-width:0) and (max-width:414px) {
    .about-us-popup .inner > .row {
        border-radius: 50px 0 50px 0;
        margin-top: 0
    }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    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;
    padding-bottom: 2rem;
    margin-left: 0
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,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
}

.slick-slider .slick-next, .slick-slider .slick-previous {
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    background-color: #fff;
    border-radius: 999px;
    border: 2px solid rgba(84,86,91,.3);
    -webkit-transition: border .25s;
    transition: border .25s
}

    .slick-slider .slick-next:hover, .slick-slider .slick-previous:hover {
        cursor: pointer;
        border: 2px solid rgba(84,86,91,.6)
    }

.slick-slider .slick-previous {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M11%2C1%2C4%2C7.5%2C11%2C14%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    margin-right: 0;
    left: -100px
}

.slick-slider .slick-next {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M4%2C14l7-6.5L4%2C1%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    margin-left: 0;
    right: -100px
}

.slick-slider .slick-previous.slick-disabled {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M11%2C1%2C4%2C7.5%2C11%2C14%22%20fill%3D%22none%22%20stroke%3D%22%23ccc%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    opacity: .4
}

.slick-slider .slick-next.slick-disabled {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M4%2C14l7-6.5L4%2C1%22%20fill%3D%22none%22%20stroke%3D%22%23ccc%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    opacity: .4
}

    .slick-slider .slick-next.slick-disabled:hover, .slick-slider .slick-previous.slick-disabled:hover {
        cursor: default;
        border: 2px solid rgba(84,86,91,.3)
    }

.slick-slide:focus {
    outline: 0
}

@media only screen and (min-width:0) and (max-width:414px) {
    .slick-slider .slick-previous {
        left: 80px
    }

    .slick-slider .slick-next {
        right: 80px
    }

    .slick-slider .slick-next, .slick-slider .slick-previous {
        top: -55px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 36px;
        height: 36px;
        background-size: 16px
    }
}

@media only screen and (min-width:415px) and (max-width:719px) {
    .slick-slider .slick-previous {
        left: -40px
    }

    .slick-slider .slick-next {
        right: -40px
    }

    .slick-slider .slick-next, .slick-slider .slick-previous {
        width: 36px;
        height: 36px;
        background-size: 16px
    }
}

@media only screen and (min-width:720px) and (max-width:1023px) {
    .slick-slider .slick-previous {
        left: -70px
    }

    .slick-slider .slick-next {
        right: -70px
    }
}

#about_us_primary_timeline_slider, #about_us_secondary_timeline_slider {
    margin-bottom: 0;
    padding-bottom: 0
}

    #about_us_secondary_timeline_slider h3 {
        margin-bottom: 0
    }

    #about_us_primary_timeline_slider .slick-list {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    #about_us_primary_timeline_slider .slick-track {
        height: 156px;
        width:830px!important
    }

    #about_us_primary_timeline_slider .slide {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
          width:110px!important
    }

        #about_us_primary_timeline_slider .slide:before {
            content: '';
            position: absolute;
            top: 50%;
            right: -20%;
            width: 40%;
            height: 2px;
            border-bottom: solid rgba(3,81,66,.2);
            border-radius: 10px
        }

        #about_us_primary_timeline_slider .slide:last-child:before {
            display: none
        }

        #about_us_primary_timeline_slider .slide h4 {
            background-color: rgba(3,81,66,.1);
            border-radius: 999px;
            width: 80px;
            height: 80px;
            padding: 0;
            margin: auto;
            line-height: 80px;
            font-family: gilmer-medium,sans-serif;
            font-weight: 400;
            font-size: 1.25rem
        }

      #about_us_primary_timeline_slider .slide.slick-current h4 {
        background-color: #fbcb4d;
        font-family: gilmer-bold,sans-serif;
        font-weight: 400;
        font-size: 2.125rem;
        border:0px hidden
      }

   

            #about_us_primary_timeline_slider .slide.slick-current h4:after {
                content: '';
               
                position: absolute;
                top: 1px;
                right: 1px;
                bottom: 1px;
                left: 1px;
                border-radius: 999px
            }

.timeline-slider {
    position: relative
}

.slick-next.timeline-button, .slick-previous.timeline-button {
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 2;
    background-color: #fff;
    border-radius: 999px;
    border: 2px solid rgba(84,86,91,.3);
    -webkit-transition: border .25s;
    transition: border .25s;
    margin-top: 3rem
}

.slick-previous.timeline-button {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M11%2C1%2C4%2C7.5%2C11%2C14%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    margin-right: 0;
    left: 0
}

.slick-next.timeline-button {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M4%2C14l7-6.5L4%2C1%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    margin-left: 0;
    right: 0
}

    .slick-next.timeline-button:hover, .slick-previous.timeline-button:hover {
        cursor: pointer;
        border: 2px solid rgba(84,86,91,.6)
    }

.slick-previous.timeline-button.slick-disabled {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M11%2C1%2C4%2C7.5%2C11%2C14%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    opacity: 1
}

.slick-next.timeline-button.slick-disabled {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M4%2C14l7-6.5L4%2C1%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    opacity: 1
}

    .slick-next.timeline-button.slick-disabled:hover, .slick-previous.timeline-button.slick-disabled:hover {
        cursor: pointer;
        border: 2px solid rgba(84,86,91,.3)
    }

@media only screen and (min-width:0) and (max-width:414px) {
    .slick-next.timeline-button, .slick-previous.timeline-button {
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-size: 12px;
        margin-top: 4.1875rem
    }

    .slick-previous.timeline-button {
        margin-right: -5px
    }

    .slick-next.timeline-button {
        margin-left: -5px
    }

    #about_us_primary_timeline_slider .slide h4 {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: .875rem
    }

    #about_us_primary_timeline_slider .slide.slick-current h4 {
        width: 84px;
        height: 84px;
        line-height: 72px;
        font-size: 1.1875rem
    }

    #about_us_secondary_timeline_slider h3 {
        font-size: 1.0625rem
    }
}

@media only screen and (min-width:415px) and (max-width:719px) {
    .slick-next.timeline-button, .slick-previous.timeline-button {
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-size: 12px;
        margin-top: 4.1875rem
    }

    #about_us_primary_timeline_slider .slide h4 {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1rem
    }

    #about_us_primary_timeline_slider .slide.slick-current h4 {
        width: 110px;
        height: 110px;
        line-height: 98px;
        font-size: 1.6875rem
    }
}

@media only screen and (min-width:720px) and (max-width:1023px) {
    #about_us_primary_timeline_slider .slide:before {
        right: -12%;
        width: 24%
    }
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
    #about_us_primary_timeline_slider .slide:before {
        right: -12%;
        width: 24%
    }
}

@media only screen and (min-width:1024px) {
    #about_us_primary_timeline_slider .slick-track {
        -webkit-transform: translate3d(0,0,0) !important;
        transform: translate3d(0,0,0) !important
    }
}

.primary-navigation {
    font-family: OpenSans-regular,sans-serif;
    font-weight: 400;
    font-size: 1.125rem
}

    .primary-navigation .main-links {
        width: 100%;
        gap: 1%;
    }

        .primary-navigation .main-links li {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex
        }

    .primary-navigation .menu a {
        padding: 3.125rem 0 1.5625rem 0;
        margin-left: .3125rem;
        margin-right: .3125rem;
        border-bottom: 7px solid transparent;
        color: #021B41;
        display: block
    }

        .primary-navigation .menu a:hover {
            border-color: #C20114;
            font-family: gilmer-bold,sans-serif;
            font-weight: 400
        }

  .primary-navigation .menu li a.active {
    border-color: #C20114;
    font-family: gilmer-bold,sans-serif;
    font-weight: 400
  }

    .primary-navigation .menu li a.sub-active {
        border-color: #e5f5f6;
        font-family: gilmer-bold,sans-serif;
        font-weight: 400
    }

  .primary-navigation .menu .active > a, .primary-navigation .menu a.active {
    background-color: transparent;
    color: #021B41
  }

    .primary-navigation .button.sign-out {
        border-color: #2E5C99;
        background-color: #021B41;
        text-transform: none;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027.91%2027.91%22%3E%3Cpath%20d%3D%22M11.53%2C15.45H21.74l-3%2C3A1.59%2C1.59%2C0%2C0%2C0%2C21%2C20.69L26.69%2C15a1.62%2C1.62%2C0%2C0%2C0%2C0-2.27L21%2C7a1.59%2C1.59%2C0%2C0%2C0-2.24%2C2.25l3%2C3H11.53a1.59%2C1.59%2C0%2C0%2C0%2C0%2C3.17Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M16.67%2C26.19V24.56a1%2C1%2C0%2C0%2C0-1-1H4.83V4.19H15.67a1%2C1%2C0%2C0%2C0%2C1-1V1.56a1%2C1%2C0%2C0%2C0-1-1H2.25a1%2C1%2C0%2C0%2C0-1%2C1V26.19a1%2C1%2C0%2C0%2C0%2C1%2C1H15.67A1%2C1%2C0%2C0%2C0%2C16.67%2C26.19Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-position: right 15px center;
        background-size: 17px 17px;
        padding-left: 1.25rem;
        padding-right: 2.5rem;
        font-family: OpenSans-medium,sans-serif;
        font-weight: 400
    }
    /*SamStart*/

        .primary-navigation .button.sign-out:hover {
            background-color: #2E5C99
        }

    .primary-navigation .menu:not(.search-sign-out-links) a {
        padding: 3.75rem 0 2.5rem 0;
        margin-left: .3125rem;
        margin-right: .3125rem;
        border-bottom: 4px solid transparent
    }

        .primary-navigation .menu:not(.search-sign-out-links) a:hover {
            border-color: #C20114;
            font-family: OpenSans-bold,sans-serif;
            font-weight: 400
        }

    .primary-navigation .menu:not(.search-sign-out-links) li a.active {
        border-color: #C20114;
        font-family: OpenSans-bold,sans-serif;
        font-weight: 400
    }
   /* samp ends*/

header.about-us .primary-navigation .menu li a.active, header.about-us .primary-navigation .menu li a:hover {
    border-color: #fff
}

/*.primary-navigation-sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    background-color: #021B41;
    z-index: 999;
    padding: 2.5rem 0 6.25rem 0;
    margin-left: 0
}

    .primary-navigation-sub-menu h2 {
        display: inline-block;
        color: #fff;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2055.41%2029.83%22%3E%3Cpath%20fill%3D%22%232E5C99%22%20d%3D%22M52.55%2012.17L40.63.25l-2.74%202.74%209.99%209.99H1.18v3.87h46.7l-9.99%209.99%202.74%202.74%2011.92-11.92%202.75-2.75-2.75-2.74z%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-position: top 70% right;
        background-size: 25px 25px;
        padding-right: 2.0625rem
    }

.primary-navigation-sub-menu-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    background-color: rgba(0,45,89,.4);
    z-index: 99
}

.primary-navigation-sub-menu .menu {
    width: 100%
}

    .primary-navigation-sub-menu .menu li {
        margin-left: 1.66667%;
        margin-right: 1.66667%
    }

        .primary-navigation-sub-menu .menu li:first-child {
            margin-left: 0
        }

.primary-navigation-sub-menu a {
    text-decoration: none;
    font-family: gilmer-regular,sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 1.3;
    display: block
}

    .primary-navigation-sub-menu a:hover {
        text-decoration: underline
    }

        .primary-navigation-sub-menu a:hover h2 {
            text-decoration: underline
        }

.primary-navigation-sub-menu .menu a {
    font-family: gilmer-bold,sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    color: #fff;
    white-space: nowrap;
    width: auto !important
}

.primary-navigation-sub-menu .menu li:first-child a {
    padding-left: 0;
    margin-left: 0
}

.primary-navigation-sub-menu hr {
    border-color: rgba(123,201,206,.5)
}*/


/*Samuel Start*/

.primary-navigation-sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    background-color: #fff;
    z-index: 999;
    padding: 2.5rem 0 6.25rem 0;
    margin-left: 0
}

.primary-navigation-sub-menu-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    background-color: rgba(0,45,89,.4);
    z-index: 99
}

.primary-navigation-sub-menu a {
    text-decoration: none;
    font-family: OpenSans-regular,sans-serif;
    font-weight: 400
}

.primary-navigation-sub-menu hr {
    border-color: #2E5C99;
}

.primary-navigation-sub-menu .link-arrow {
    position: relative;
    display: inline-block
}

    .primary-navigation-sub-menu .link-arrow:hover {
        text-decoration: underline
    }

    .primary-navigation-sub-menu .link-arrow:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: -2.125rem;
        border: none;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2055.41%2029.83%22%3E%3Cpath%20fill%3D%22%232E5C99%22%20d%3D%22M52.55%2012.17L40.63.25l-2.74%202.74%209.99%209.99H1.18v3.87h46.7l-9.99%209.99%202.74%202.74%2011.92-11.92%202.75-2.75-2.75-2.74z%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-size: 24px 18px;
        background-position: center;
        width: 1.5rem;
        height: 1.125rem;
        margin-top: -1px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.primary-navigation-sub-menu dt {
    font-family: OpenSans-bold,sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: .75rem
}

    .primary-navigation-sub-menu dt a {
        font-family: OpenSans-bold,sans-serif;
        font-weight: 400;
        font-size: 1.5rem;
        margin-top: 0;
        margin-bottom: .75rem
    }

.primary-navigation-sub-menu dd {
    font-family: OpenSans-regular,sans-serif;
    font-weight: 400;
    font-size: 1.0625rem;
    margin-bottom: .4375rem
}

.primary-navigation-sub-menu dl a:not(.image_link):hover {
    text-decoration: underline
}

.primary-navigation-sub-menu .image_link_container {
    border-left: 1px solid #2E5C99;
    padding-left: 1.5rem;
    padding-bottom: .625rem
}

.primary-navigation-sub-menu .image_link {
    display: block;
    padding: 1.875rem 1.25rem 1.25rem 13.9375rem;
    height: 10.3125rem;
    background-color: #f5f5f5;
    border-radius: 8px;
    margin-top: 1.25rem
}

    .primary-navigation-sub-menu .image_link.understanding-pensions-link {
        background-image: url(../../Assets/img/nav-understanding-pensions-menu-item-image.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top left
    }

    .primary-navigation-sub-menu .image_link.contact-us-link {
        background-image: url(../img/nav-contact-us-menu-item-image.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top left
    }

	.contact-us-header-row {
  background-image: url(../../Assets/img/contact-us-header-bg.png);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}	
    .primary-navigation-sub-menu .image_link h4 {
        position: relative;
        display: inline-block;
        font-family: OpenSans-bold,sans-serif;
        font-weight: 400;
        font-size: 1.25rem
    }

        .primary-navigation-sub-menu .image_link h4:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            right: -2.125rem;
            border: none;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2055.41%2029.83%22%3E%3Cpath%20fill%3D%22%232E5C99%22%20d%3D%22M52.55%2012.17L40.63.25l-2.74%202.74%209.99%209.99H1.18v3.87h46.7l-9.99%209.99%202.74%202.74%2011.92-11.92%202.75-2.75-2.75-2.74z%22%2F%3E%3C%2Fsvg%3E");
            background-repeat: no-repeat;
            background-size: 24px 18px;
            background-position: center;
            width: 1.5rem;
            height: 1.125rem;
            margin-top: 1px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%)
        }

    .primary-navigation-sub-menu .image_link a:hover p {
        font-family: OpenSans-regular,sans-serif;
        font-weight: 400
    }

    .primary-navigation-sub-menu .image_link p {
        font-size: 1.0625rem
    }

        .primary-navigation-sub-menu .image_link p:after {
            content: '';
            display: inline-block;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%23002d59%22%20d%3D%22M3%2C17H22.17l-3.81%2C3.81a2%2C2%2C0%2C1%2C0%2C2.85%2C2.84l7.24-7.24a2.1%2C2.1%2C0%2C0%2C0%2C0-2.9L21.21%2C6.31a2%2C2%2C0%2C0%2C0-2.85%2C2.84L22.23%2C13H3a2%2C2%2C0%2C0%2C0%2C0%2C4Z%22%2F%3E%3C%2Fsvg%3E");
            background-repeat: no-repeat;
            background-size: 24px 18px;
            background-position: center;
            width: 1.5rem;
            height: .875rem;
            margin-left: 3px;
            margin-top: 1px
        }

        /*Samuel End*/

.mobile-menu-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Crect%20y%3D%227%22%20width%3D%2224%22%20height%3D%222%22%20fill%3D%22%23ffffff%22%2F%3E%3Crect%20y%3D%2211%22%20width%3D%2224%22%20height%3D%222%22%20fill%3D%22%23002d59%22%2F%3E%3Crect%20y%3D%2215%22%20width%3D%2212%22%20height%3D%222%22%20fill%3D%22%23002d59%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: .625rem;
  margin-bottom: .125rem
}

    .mobile-menu-icon:hover {
        cursor: pointer
    }

.reveal.mobile-nav-popup {
    background-color: #021B41;
    padding-left: 0;
    padding-right: 0
}

    .reveal.mobile-nav-popup.about-us {
        background-color: #035142
    }

    .reveal.mobile-nav-popup .close-menu-button {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpolygon%20points%3D%2217.54%2019.43%2019.43%2017.54%2011.89%2010%2019.43%202.46%2017.54%200.57%2010%208.11%202.46%200.57%200.57%202.46%208.11%2010%200.57%2017.54%202.46%2019.43%2010%2011.89%2017.54%2019.43%22%20fill%3D%22%23021B41%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-size: 18px 18px;
        background-position: center;
        width: 24px;
        height: 24px;
        display: inline-block;
        margin-top: .5625rem;
        margin-right: .625rem
    }

.close-menu-button:hover {
    cursor: pointer
}

.reveal.mobile-nav-popup .is-drilldown {
    width: 100% !important;
    max-width: 100% !important;
    background-color: #f5f5f5;
    padding-bottom: 1.25rem
}

.mobile-nav-header-row {
    border-bottom: 2px solid #64ceca;
    background-color: #fefefe
}

.about-us .mobile-nav-header-row {
    border-color: #fbcb4d
}

#mobile_nav_menu {
    background-color: #fff;
    padding: 1.875rem 1rem 1.25rem 1rem;
    font-family: gilmer-medium,sans-serif;
    font-weight: 400;
    font-size: 1rem
}

    #mobile_nav_menu li {
        margin-bottom: .625rem;
        border-radius: 5px;
        color: #021B41
    }

        #mobile_nav_menu li a {
            border-radius: 5px;
            padding: 1.25rem;
            display: block;
            background-color: #f5f5f6
        }

            #mobile_nav_menu li a.rounded {
                border-radius: 999px
            }

            #mobile_nav_menu li a:hover {
                background-color: rgba(123,201,206,.15)
            }

    #mobile_nav_menu.drilldown .is-drilldown-submenu-parent > a:after {
        border: none;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%232E5C99%22%20d%3D%22M3%2C17H22.17l-3.81%2C3.81a2%2C2%2C0%2C1%2C0%2C2.85%2C2.84l7.24-7.24a2.1%2C2.1%2C0%2C0%2C0%2C0-2.9L21.21%2C6.31a2%2C2%2C0%2C0%2C0-2.85%2C2.84L22.23%2C13H3a2%2C2%2C0%2C0%2C0%2C0%2C4Z%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-size: 18px 18px;
        background-position: center;
        width: 1.125rem;
        height: 1.125rem;
        margin-top: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    #mobile_nav_menu.drilldown .js-drilldown-back > a {
        position: relative;
        color: #021B41;
        padding-left: 2.5625rem;
        padding-right: 2.1875rem
    }

    #mobile_nav_menu.drilldown li.js-drilldown-back {
        margin-bottom: 1.875rem
    }

        #mobile_nav_menu.drilldown li.js-drilldown-back:after {
            content: '';
            width: 100%;
            height: 1.875rem;
            display: block;
            border-bottom: 1px solid rgba(123,201,206,.5)
        }

    #mobile_nav_menu.drilldown a.back-link-text {
        text-align: center;
        font-size: 1.25rem
    }

    #mobile_nav_menu.drilldown .js-drilldown-back > a::before {
        border: none;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%232E5C99%22%20d%3D%22M27%2C13H7.83l3.81-3.81A2%2C2%2C0%2C0%2C0%2C8.79%2C6.31L1.55%2C13.55a2.1%2C2.1%2C0%2C0%2C0%2C0%2C2.9l7.24%2C7.24a2%2C2%2C0%2C1%2C0%2C2.85-2.84L7.77%2C17H27a2%2C2%2C0%2C1%2C0%2C0-4Z%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-size: 18px 18px;
        background-position: center;
        width: 1.125rem;
        height: 1.125rem;
        position: absolute;
        top: 50%;
        left: .9375rem;
        margin-top: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    #mobile_nav_menu.drilldown .is-drilldown-submenu {
        background-color: #fff;
        padding: 1.875rem 1rem 0 1rem
    }

        #mobile_nav_menu.drilldown .is-drilldown-submenu li:last-child {
            padding-bottom: 2.5rem
        }

#mobile_nav_menu_lower {
    background-color: #f5f5f5;
    padding: 1.875rem 1rem 1.25rem 1rem;
    font-family: gilmer-medium,sans-serif;
    font-weight: 400;
    font-size: 1rem
}

    #mobile_nav_menu_lower li {
        margin-bottom: .625rem;
        border-radius: 5px;
        color: #021B41
    }

        #mobile_nav_menu_lower li.report-a-death {
            margin-bottom: 1.875rem
        }

        #mobile_nav_menu_lower li a {
            border-radius: 5px;
            padding: 1.25rem;
            display: block
        }

            #mobile_nav_menu_lower li a.rounded {
                border-radius: 999px
            }

            #mobile_nav_menu_lower li a:hover {
                background-color: rgba(123,201,206,.15)
            }

.reveal.mobile-nav-popup #search_form_in_main_popup, .reveal.mobile-nav-popup #search_form_in_mobile_popup, .reveal.mobile-nav-popup #search_form_in_page {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    margin-top: 1.5625rem;
    margin-bottom: 1.875rem
}

.reveal.mobile-nav-popup .sign_out_row {
    margin-left: 1.25rem;
    margin-right: 1.25rem
}

.reveal.mobile-nav-popup .button.sign-out {
    border-color: rgba(100,206,202,.75);
    background-color: #021B41;
    color: #fff;
    text-transform: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027.91%2027.91%22%3E%3Cpath%20d%3D%22M11.53%2C15.45H21.74l-3%2C3A1.59%2C1.59%2C0%2C0%2C0%2C21%2C20.69L26.69%2C15a1.62%2C1.62%2C0%2C0%2C0%2C0-2.27L21%2C7a1.59%2C1.59%2C0%2C0%2C0-2.24%2C2.25l3%2C3H11.53a1.59%2C1.59%2C0%2C0%2C0%2C0%2C3.17Z%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M16.67%2C26.19V24.56a1%2C1%2C0%2C0%2C0-1-1H4.83V4.19H15.67a1%2C1%2C0%2C0%2C0%2C1-1V1.56a1%2C1%2C0%2C0%2C0-1-1H2.25a1%2C1%2C0%2C0%2C0-1%2C1V26.19a1%2C1%2C0%2C0%2C0%2C1%2C1H15.67A1%2C1%2C0%2C0%2C0%2C16.67%2C26.19Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 30px center;
    background-size: 17px 17px;
    border-width: 2px;
    padding-left: 2.5rem;
    padding-right: 3.75rem;
    font-size: 1.125rem;
    font-family: gilmer-medium,sans-serif;
    font-weight: 400
}

.reveal.mobile-nav-popup #search_form_in_main_popup .search_button_row, .reveal.mobile-nav-popup #search_form_in_mobile_popup .search_button_row, .reveal.mobile-nav-popup #search_form_in_page .search_button_row {
    display: none
}

.reveal.mobile-nav-popup #search_form_in_main_popup .search_field_row, .reveal.mobile-nav-popup #search_form_in_mobile_popup .search_field_row, .reveal.mobile-nav-popup #search_form_in_page .search_field_row {
    margin-top: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.reveal.mobile-nav-popup #search_form_in_main_popup input[type=search], .reveal.mobile-nav-popup #search_form_in_mobile_popup input[type=search] .reveal.mobile-nav-popup #search_form_in_page input[type=search] {
    border-bottom: 1px solid #2E5C99;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2029.51%2029.51%22%3E%3Ccircle%20cx%3D%2211.7%22%20cy%3D%2211.84%22%20r%3D%2210.54%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M5.54%2C11.84A6.16%2C6.16%2C0%2C0%2C1%2C11.7%2C5.68%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2219.19%22%20y1%3D%2219.18%22%20x2%3D%2227.49%22%20y2%3D%2227.48%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    background-size: 24px 24px;
    background-position: top 35% right 30px;
    color: #fff;
    caret-color: #2E5C99;
    padding-right: 65px;
    padding-bottom: 30px;
    font-size: 1.25rem;
    text-indent: 20px
}

    .reveal.mobile-nav-popup #search_form_in_main_popup input[type=search]::-webkit-input-placeholder, .reveal.mobile-nav-popup #search_form_in_mobile_popup input[type=search]::-webkit-input-placeholder, .reveal.mobile-nav-popup #search_form_in_page input[type=search]::-webkit-input-placeholder {
        color: #fff
    }

    .reveal.mobile-nav-popup #search_form_in_main_popup input[type=search]::-moz-placeholder, .reveal.mobile-nav-popup #search_form_in_main_popup input[type=search]::-ms-input-placeholder, .reveal.mobile-nav-popup #search_form_in_main_popup input[type=search]::-webkit-input-placeholder, .reveal.mobile-nav-popup #search_form_in_main_popup input[type=search]::placeholder, .reveal.mobile-nav-popup #search_form_in_mobile_popup input[type=search]::-moz-placeholder, .reveal.mobile-nav-popup #search_form_in_mobile_popup input[type=search]::-ms-input-placeholder, .reveal.mobile-nav-popup #search_form_in_mobile_popup input[type=search]::-webkit-input-placeholder, .reveal.mobile-nav-popup #search_form_in_mobile_popup input[type=search]::placeholder, .reveal.mobile-nav-popup #search_form_in_page input[type=search]::-moz-placeholder, .reveal.mobile-nav-popup #search_form_in_page input[type=search]::-ms-input-placeholder, .reveal.mobile-nav-popup #search_form_in_page input[type=search]::-webkit-input-placeholder, .reveal.mobile-nav-popup #search_form_in_page input[type=search]::placeholder {
        color: #fff
    }

@media only screen and (max-width:414px) {
    #mobile_nav_menu {
        font-size: 1rem
    }

    .reveal.mobile-nav-popup #search_form_in_main_popup, .reveal.mobile-nav-popup #search_form_in_mobile_popup, .reveal.mobile-nav-popup #search_form_in_page {
        margin-left: .625rem;
        margin-right: .625rem;
        margin-top: .9375rem;
        margin-bottom: .3125rem
    }

    .reveal.mobile-nav-popup .sign_out_row {
        margin-left: .625rem;
        margin-right: .625rem
    }

    .reveal.mobile-nav-popup .button.sign-out {
        font-size: 1rem
    }

    .reveal.mobile-nav-popup #search_form_in_main_popup input[type=search], .reveal.mobile-nav-popup #search_form_in_mobile_popup input[type=search], .reveal.mobile-nav-popup #search_form_in_page input[type=search] {
        background-size: 20px 20px;
        background-position: top 40% right 10px;
        padding-right: 45px;
        padding-bottom: 20px;
        font-size: 1rem;
        text-indent: 5px
    }

    .reveal.mobile-nav-popup #search_form_in_mobile_popup input[type=search] {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: .625rem
    }
}

@media only screen and (min-width:1024px) {
    .reveal.mobile-nav-popup {
        display: none !important
    }
}

.top-nav-links {
    color: #54565b
}

    .top-nav-links a {
        font-family: gilmer-regular,sans-serif;
        font-weight: 400;
        text-decoration: none;
        color: #54565b;
        padding: 1rem 1.25rem
    }

    .top-nav-links li {
        text-decoration: none;
        position: relative
    }

        .top-nav-links li a:hover {
            font-family: gilmer-medium,sans-serif;
            font-weight: 400
        }

        .top-nav-links li a.active {
            font-family: gilmer-heavy,sans-serif;
            font-weight: 400
        }

        .top-nav-links li:after, .top-nav-links li:not(:last-child)::after {
            content: '|';
            padding: 0;
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-48%);
            -ms-transform: translateY(-48%);
            transform: translateY(-48%);
            font-size: inherit;
            padding-top: 1px;
            padding-bottom: 3px;
            -webkit-box-sizing: content-box;
            box-sizing: content-box
        }

        .top-nav-links li:first-child a {
            padding-left: 0
        }

        .top-nav-links li:last-child:after {
            display: none
        }

.search-register-sign-in-links li.search {
    margin-right: 1.5625rem
}

.search-register-sign-in-links .button {
    margin-right: 1.6rem
}

    .search-register-sign-in-links .button.sign-in:hover {
        background-color: rgba(100,206,202,.75)
    }

.breadcrumbs {
    font-family: gilmer-bold,sans-serif;
    font-weight: 400
}

    .breadcrumbs a {
        font-family: gilmer-regular,sans-serif;
        font-weight: 400;
        text-decoration: none
    }

    .breadcrumbs li {
        text-decoration: none
    }

        .breadcrumbs li:after, .breadcrumbs li:not(:last-child)::after {
            content: '\00a0';
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M4%2C14l7-6.5L4%2C1%22%20fill%3D%22none%22%20stroke%3D%22%2354565b%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
            background-repeat: no-repeat;
            background-position: center;
            background-size: 10px 10px;
            padding-left: 5px;
            padding-right: 5px;
            display: inline;
            font-size: inherit;
            padding-top: 1px;
            padding-bottom: 3px;
            -webkit-box-sizing: content-box;
            box-sizing: content-box
        }

        .breadcrumbs li:last-child:after {
            display: none
        }

.blue-sub-header .breadcrumbs a, .blue-sub-header .breadcrumbs li {
    color: #fff
}

    .blue-sub-header .breadcrumbs li:after, .blue-sub-header .breadcrumbs li:not(:last-child)::after {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M4%2C14l7-6.5L4%2C1%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        color: #fff
    }

.secondary-navigation a {
    font-family: gilmer-regular,sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    padding: 1.875rem 2.8125rem 1.875rem 1.875rem;
    display: block;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
    border: solid 1px rgba(0,45,89,.2);
    background-color: #f8f8f8;
    border-top: none;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%23021B41%22%20d%3D%22M3%2C17H22.17l-3.81%2C3.81a2%2C2%2C0%2C1%2C0%2C2.85%2C2.84l7.24-7.24a2.1%2C2.1%2C0%2C0%2C0%2C0-2.9L21.21%2C6.31a2%2C2%2C0%2C0%2C0-2.85%2C2.84L22.23%2C13H3a2%2C2%2C0%2C0%2C0%2C0%2C4Z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center right 1.35rem;
    background-size: 22px 22px;
    -webkit-transition: background .25s;
    transition: background .25s
}

    .secondary-navigation a.active {
        font-family: gilmer-bold,sans-serif;
        font-weight: 400;
        background-image: none;
        background-color: #fff
    }

    .secondary-navigation a:hover {
        background-position: center right .85rem;
        text-decoration: underline
    }

    .secondary-navigation a.active:hover {
        background-image: none;
        text-decoration: none
    }

    .secondary-navigation a:not(.back-link):after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        height: 4px;
        width: 100%;
        background-color: #ff5b6b
    }

    .secondary-navigation a.active:after {
        background-color: #021B41
    }

.secondary-navigation .active a {
    background-color: #2E5C99;
    color: #021B41
}

.secondary-navigation a.back-link {
    font-size: 1rem;
    padding: 1.25rem 1.25rem 1.25rem 2.625rem;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%23021B41%22%20d%3D%22M27%2C13H7.83l3.81-3.81A2%2C2%2C0%2C0%2C0%2C8.79%2C6.31L1.55%2C13.55a2.1%2C2.1%2C0%2C0%2C0%2C0%2C2.9l7.24%2C7.24a2%2C2%2C0%2C1%2C0%2C2.85-2.84L7.77%2C17H27a2%2C2%2C0%2C1%2C0%2C0-4Z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center left .35rem;
    background-size: 22px 22px;
    -webkit-transition: all .25s;
    transition: all .25s;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .secondary-navigation a.back-link:hover {
        background-position: center left .05rem;
        text-decoration: underline
    }

@media only screen and (max-width:414px) {
    .breadcrumbs li {
        font-size: .8125rem
    }

    .breadcrumbs li {
        display: none
    }

        .breadcrumbs li:nth-last-child(2) {
            display: block
        }

            .breadcrumbs li:nth-last-child(2):after {
                display: none
            }

            .breadcrumbs li:nth-last-child(2):before {
                content: '\00a0';
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M11%2C1%2C4%2C7.5%2C11%2C14%22%20fill%3D%22none%22%20stroke%3D%22%2354565b%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
                background-repeat: no-repeat;
                background-position: center;
                background-size: 10px 10px;
                padding-left: 0;
                padding-right: 15px;
                display: inline;
                font-size: inherit;
                padding-top: 1px;
                padding-bottom: 3px;
                -webkit-box-sizing: content-box;
                box-sizing: content-box
            }

    .blue-sub-header .breadcrumbs li:nth-last-child(2):before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M11%2C1%2C4%2C7.5%2C11%2C14%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        color: #fff
    }
}

@media only screen and (min-width:415px) and (max-width:719px) {
    .breadcrumbs li {
        display: none
    }

        .breadcrumbs li:nth-last-child(2) {
            display: block
        }

            .breadcrumbs li:nth-last-child(2):after {
                display: none
            }

            .breadcrumbs li:nth-last-child(2):before {
                content: '\00a0';
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M11%2C1%2C4%2C7.5%2C11%2C14%22%20fill%3D%22none%22%20stroke%3D%22%2354565b%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
                background-repeat: no-repeat;
                background-position: center;
                background-size: 10px 10px;
                padding-left: 0;
                padding-right: 15px;
                display: inline;
                font-size: inherit;
                padding-top: 1px;
                padding-bottom: 3px;
                -webkit-box-sizing: content-box;
                box-sizing: content-box
            }

    .blue-sub-header .breadcrumbs li:nth-last-child(2):before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M11%2C1%2C4%2C7.5%2C11%2C14%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        color: #fff
    }
}

footer {
    background-color: #021B41;
    color: #fff;
    padding-top: 2.25rem;
    padding-bottom: 2.875rem
}

    footer p.credits {
        margin-bottom: 0;
        font-family: gilmer-medium,sans-serif;
        font-weight: 400
    }

        footer p.credits a {
            color: #fff;
            text-decoration: none;
            border-bottom: 1px solid transparent
        }

            footer p.credits a:hover {
                text-decoration: none;
                border-bottom: 1px solid #fff
            }

    footer .menu a {
        font-family: gilmer-bold,sans-serif;
        font-weight: 400;
        text-decoration: none;
        color: #fff;
        line-height: 1.5;
        border-bottom: 1px solid transparent
    }

        footer .menu a:hover {
            border-bottom: 1px solid #fff
        }

    footer .menu li {
        text-decoration: none;
        position: relative;
        margin-right: 1.75rem;
        margin-bottom: .75rem
    }

        footer .menu li:after {
            font-family: gilmer-bold,sans-serif;
            font-weight: 400;
            content: '|';
            position: absolute;
            top: 50%;
            right: -.9375rem;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: inherit
        }

        footer .menu li:last-child:after {
            display: none
        }

    footer .menu.simple li + li {
        margin-left: 0
    }

    footer .menu a {
        color: #fff
    }

@media only screen and (max-width:414px) {
    footer .menu li {
        display: inline-block;
        width: 100%;
        margin-right: 0
    }

        footer .menu li a {
            display: inline-block
        }

        footer .menu li:after {
            display: none
        }
}

header {
    background-color: #fafafa
}

/*Samuel starts*/
    header.standard {
        border-bottom: 2px solid #2E5C99;
        background-color: #fefefe
    }
    /*Samuel ends*/


    header.about-us {
        background-color: #035142
    }

    header h1 {
        color: #021B41
    }

    .mobile-nav-header-row h1, header h1 {
        font-family: gilmer-heavy,sans-serif;
        font-weight: 400;
        font-size: 2.5rem;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 1
    }

.top-navigation {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.sub-header {
    background-color: #e5f5f6
}

    .sub-header.about-us {
        background-color: rgba(94,165,142,.21)
    }

        .sub-header.about-us.dark-green {
            background-color: #035142;
            border-top: 2px solid #fff
        }

            .sub-header.about-us.dark-green h2 {
                color: #fff
            }

.blue-sub-header {
    background-color: #021B41
}

.yellow-sub-header {
    background-color: #fbcb4d
}

.sub-header.transparent {
    background-color: transparent
}

.sub-header h2 {
    font-size: 2.5rem;
    font-family: gilmer-medium,sans-serif;
    font-weight: 400;
    margin-top: 4.375rem;
    margin-bottom: 3.75rem
}

.large-sub-header h2 {
    margin-top: .625rem;
    margin-bottom: 2.5rem
}

.xlarge-sub-header h2 {
    margin-top: .625rem;
    margin-bottom: 2.5rem
}

.header-image .row {
    background-repeat: no-repeat;
    background-position: top left 100%;
    background-size: 603px 350px
}

.header-image .row {
    height: 350px
}

.header-image-about-us .row {
    background-size: 602px 350px
}

.xlarge-sub-header.header-image .row {
    background-repeat: no-repeat;
    background-position: top left 100%;
    background-size: 677px 560px;
    height: 560px
}

.header-image-ifa .row {
    background-image: url(../img/header-image-ifa.png)
}

.header-image-in-retirement .row {
    background-image: url(../img/header-image-in-retirement.png)
}

.header-image-preparing-for-retirement .row {
    background-image: url(../img/header-image-preparing-for-retirement.png)
}

.header-image-support .row {
    background-image: url(../img/header-image-support.png)
}

.header-image-your-ba-pension .row {
  background-image: url(../img/header-image-your-ba-pension.png)
}

.header-image-contact-us .row {
    background-image: url(../img/header-image-contact-us.png)
}

.header-image-au-home .row {
    background-image: url(../img/header-image-au-home.png)
}

.header-image-au-about-us .row {
    background-image: url(../img/header-image-au-about-us.png)
}

.header-image-au-how-we-invest .row {
    background-image: url(../img/header-image-au-how-we-invest.png)
}

.header-image-au-sustainable-investment .row {
    background-image: url(../img/header-image-au-sustainable-investment.png)
}

.header-image-au-regulatory-reporting .row {
    background-image: url(../img/header-image-au-regulatory-reporting.png)
}

.header-image-au-careers .row {
    background-image: url(../img/header-image-au-careers.png)
}

.header-image-au-contact-us .row {
    background-image: url(../img/header-image-au-contact-us.png)
}

@media only screen and (max-width:414px) {
    .sub-header h2 {
        font-size: 1.5rem
    }

    .mobile-nav-header-row h1, header.standard h1 {
        font-size: 1.875rem;
        margin-top: 1.875rem;
        margin-bottom: 1.875rem
    }

    .header-image .row {
        height: auto
    }

    .header-image-au-about-us .row, .header-image-au-careers .row, .header-image-au-contact-us .row, .header-image-au-home .row, .header-image-au-how-we-invest .row, .header-image-au-regulatory-reporting .row, .header-image-au-sustainable-investment .row, .header-image-contact-us .row, .header-image-ifa .row, .header-image-in-retirement .row, .header-image-preparing-for-retirement .row, .header-image-support .row, .header-image-your-ba-pension .row {
        background-image: none
    }

      .header-image-your-ba-pension .header-image-column-small-medium {
        background-image: url(../img/header-image-your-ba-pension.png)
    }

    .header-image-ifa .header-image-column-small-medium {
        background-image: url(../img/header-image-ifa.png)
    }

    .header-image-in-retirement .header-image-column-small-medium {
        background-image: url(../img/header-image-in-retirement.png)
    }

    .header-image-preparing-for-retirement .header-image-column-small-medium {
        background-image: url(../img/header-image-preparing-for-retirement.png)
    }

    .header-image-support .header-image-column-small-medium {
        background-image: url(../img/header-image-support.png)
    }

    .header-image-contact-us .header-image-column-small-medium {
        background-image: url(../img/header-image-contact-us.png)
    }

    .header-image-au-home .header-image-column-small-medium {
        background-image: url(../img/header-image-au-home-mobile.jpg);
        background-size: cover
    }

    .header-image-au-about-us .header-image-column-small-medium {
        background-image: url(../img/header-image-au-about-us-mobile.jpg)
    }

    .header-image-au-how-we-invest .header-image-column-small-medium {
        background-image: url(../img/header-image-au-how-we-invest-mobile.jpg)
    }

    .header-image-au-sustainable-investment .header-image-column-small-medium {
        background-image: url(../img/header-image-au-sustainable-investment-mobile.jpg)
    }

    .header-image-au-regulatory-reporting .header-image-column-small-medium {
        background-image: url(../img/header-image-au-regulatory-reporting-mobile.jpg)
    }

    .header-image-au-careers .header-image-column-small-medium {
        background-image: url(../img/header-image-au-careers-mobile.jpg)
    }

    .header-image-au-contact-us .header-image-column-small-medium {
        background-image: url(../img/header-image-au-contact-us-mobile.jpg)
    }

    .header-image-column-small-medium {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 130%;
        height: 200px
    }

    .header-image-about-us .row .header-image-column-small-medium {
        background-size: cover
    }

    .large-sub-header h2 {
        margin-top: 1.5625rem;
        margin-bottom: 1.875rem
    }

    .xlarge-sub-header.header-image .row {
        height: auto
    }

    .xlarge-sub-header h2 {
        margin-top: 3.75rem;
        margin-bottom: 3.75rem;
        text-align: center;
        font-size: 1.125rem;
        font-family: gilmer-bold,sans-serif;
        font-weight: 400
    }

    .xlarge-sub-header {
        border-radius: 0 0 20px 20px
    }

    .header-image-column-small-medium {
        border-bottom: 5px solid #fbcb4d
    }
}

@media only screen and (min-width:415px) and (max-width:719px) {
    .mobile-nav-header-row h1, header.standard h1 {
        font-size: 1.875rem;
        margin-top: 1.875rem;
        margin-bottom: 1.875rem
    }

    .header-image .row {
        height: auto
    }

    .header-image-au-about-us .row, .header-image-au-careers .row, .header-image-au-contact-us .row, .header-image-au-home .row, .header-image-au-how-we-invest .row, .header-image-au-regulatory-reporting .row, .header-image-au-sustainable-investment .row, .header-image-contact-us .row, .header-image-ifa .row, .header-image-in-retirement .row, .header-image-preparing-for-retirement .row, .header-image-support .row, .header-image-your-ba-pension .row {
        background-image: none
    }

      .header-image-your-ba-pension .header-image-column-small-medium {
        background-image: url(../img/header-image-your-ba-pension.png)
    }

    .header-image-ifa .header-image-column-small-medium {
        background-image: url(../img/header-image-ifa.png)
    }

    .header-image-in-retirement .header-image-column-small-medium {
        background-image: url(../img/header-image-in-retirement.png)
    }

    .header-image-preparing-for-retirement .header-image-column-small-medium {
        background-image: url(../img/header-image-preparing-for-retirement.png)
    }

    .header-image-support .header-image-column-small-medium {
        background-image: url(../img/header-image-support.png)
    }

    .header-image-contact-us .header-image-column-small-medium {
        background-image: url(../img/header-image-contact-us.png)
    }

    .header-image-au-home .header-image-column-small-medium {
        background-image: url(../img/header-image-au-home-mobile.jpg);
        background-size: cover
    }

    .header-image-au-about-us .header-image-column-small-medium {
        background-image: url(../img/header-image-au-about-us-mobile.jpg)
    }

    .header-image-au-how-we-invest .header-image-column-small-medium {
        background-image: url(../img/header-image-au-how-we-invest-mobile.jpg)
    }

    .header-image-au-sustainable-investment .header-image-column-small-medium {
        background-image: url(../img/header-image-au-sustainable-investment-mobile.jpg)
    }

    .header-image-au-regulatory-reporting .header-image-column-small-medium {
        background-image: url(../img/header-image-au-regulatory-reporting-mobile.jpg)
    }

    .header-image-au-careers .header-image-column-small-medium {
        background-image: url(../img/header-image-au-careers-mobile.jpg)
    }

    .header-image-about-us.header-image-au-contact-us .row .header-image-column-small-medium {
        background-image: url(../img/header-image-au-contact-us-mobile.jpg)
    }

    .header-image-column-small-medium {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 130%;
        height: 250px
    }

    .header-image-about-us .row .header-image-column-small-medium {
        background-size: cover
    }

    .large-sub-header h2 {
        margin-top: 1.25rem;
        margin-bottom: 1.875rem
    }

    .xlarge-sub-header.header-image .row {
        height: auto
    }

    .xlarge-sub-header h2 {
        margin-top: 3.75rem;
        margin-bottom: 3.75rem;
        text-align: center;
        font-size: 1.5rem;
        font-family: gilmer-bold,sans-serif;
        font-weight: 400
    }

    .xlarge-sub-header {
        border-radius: 0 0 20px 20px
    }

    .header-image-column-small-medium {
        border-bottom: 5px solid #fbcb4d
    }
}

@media only screen and (min-width:720px) and (max-width:1023px) {
    .header-image-au-home h2 {
        font-size: 2rem
    }

    .xlarge-sub-header.header-image .row {
        background-repeat: no-repeat;
        background-position: top left 100%;
        background-size: 423px 350px;
        height: 350px
    }
}

@media only screen and (min-width:720px) and (max-width:900px) {
    .header-image .row {
        background-position: top left 44vw
    }
}

@media only screen and (min-width:901px) and (max-width:1023px) {
    .header-image .row {
        background-position: top left 44vw
    }
}

@media only screen and (min-width:720px) and (max-width:1023px) {
    .mobile-nav-header-row h1, header.standard h1 {
        font-size: 1.875rem;
        margin-top: 1.875rem;
        margin-bottom: 1.875rem
    }
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
    .xlarge-sub-header.header-image .row {
        background-size: 617px 510px;
        height: 510px
    }
}

.callout.error {
    background-color: #C20114;
    border: none;
    color: #fff;
    padding-top: .625rem;
    padding-bottom: .875rem;
    padding-left: 2.625rem;
    padding-right: 1.25rem;
    position: relative;
    font-size: .875rem
}

    .callout.error:after {
        content: '!';
        position: absolute;
        top: .625rem;
        left: .625rem;
        width: 1.375rem;
        height: 1.375rem;
        background-color: #fff;
        color: #ef4e45;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.375rem;
        text-align: center;
        border-radius: 99px
    }

    .callout.error .close-button {
        color: #fff
    }

    .callout.error p {
        color: #fff;
        font-weight: 500;
        margin-bottom: 0
    }

    .callout.error a {
        color: #fff
    }

    .callout.error.amber {
        background-color: #feb127
    }

.form-error {
    position: relative;
    padding-left: 1.3125rem;
    font-weight: 400;
    line-height: 1.6
}

    .form-error:after {
        content: '!';
        position: absolute;
        top: .25rem;
        left: 0;
        width: .875rem;
        height: .875rem;
        background-color: #C20114;
        color: #fff;
        font-size: .625rem;
        font-weight: 500;
        line-height: .875rem;
        text-align: center;
        border-radius: 99px
    }

.is-invalid-input:not(:focus) {
    background-color: #fff
}

.otp-expired.form-error {
    font-family: gilmer-medium;
    line-height: 1.8
}

.callout.notification {
    background-color: #fff;
    border: none;
    color: #54565b;
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
    padding-left: 3.75rem;
    padding-right: 1.25rem;
    position: relative;
    font-family: gilmer-medium,sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 28px;
    -webkit-box-shadow: 0 3px 7px 2px rgba(0,45,89,.1);
    box-shadow: 0 3px 7px 2px rgba(0,45,89,.1)
}

    .callout.notification[data-closable] {
        padding-right: 3.4375rem
    }

    .callout.notification:after {
        content: '';
        position: absolute;
        top: .75rem;
        left: .8125rem;
        width: 2.125rem;
        height: 2.125rem;
        background-color: #adacab;
        border-radius: 999px;
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: center
    }

    .callout.notification.small-icon:after {
        top: .9375rem;
        left: .9375rem;
        width: 1.75rem;
        height: 1.75rem;
        background-size: 20px 20px
    }

    .callout.notification .close-button {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: .9375rem;
        width: 2.125rem;
        height: 2.125rem;
        color: #0a0a0a;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        background-position: center;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpolygon%20points%3D%2217.54%2019.43%2019.43%2017.54%2011.89%2010%2019.43%202.46%2017.54%200.57%2010%208.11%202.46%200.57%200.57%202.46%208.11%2010%200.57%2017.54%202.46%2019.43%2010%2011.89%2017.54%2019.43%22%20fill%3D%22%2354565b%22%2F%3E%3C%2Fsvg%3E");
        opacity: .5;
        -webkit-transition: all .25s;
        transition: all .25s;
        z-index: 9
    }

    .callout.notification .close-button {
        color: #021B41;
        opacity: 1
    }

        .callout.notification .close-button:hover {
            background-size: 20px 20px;
            opacity: .7
        }

    .callout.notification p {
        color: #021B41;
        font-size: 1.0625rem
    }

        .callout.notification p.smaller {
            font-size: .9375rem
        }

    .callout.notification a:not(.button) {
        padding: 0;
        display: inline;
        line-height: inherit;
        color: inherit
    }

        .callout.notification a:not(.button):hover {
            text-decoration: underline
        }

    .callout.notification .header_content {
        margin-top: 1.25rem;
        padding-top: 1.25rem;
        margin-bottom: .625rem;
        border-top: 1px solid #e7e6e4
    }

        .callout.notification .header_content p {
            font-size: 1.125rem
        }

.no-border.callout.notification .header_content {
    margin-top: .3125rem;
    border-top: none
}

    .no-border.callout.notification .header_content p {
        font-family: gilmer-regular,sans-serif;
        font-size: 1.25rem
    }

.callout.notification p:last-of-type {
    margin-bottom: 0
}

.callout.notification.success:after {
    background-color: #26ae76;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2211%22%20viewBox%3D%220%200%2013%2011%22%3E%3Cpath%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221.5%22%20d%3D%22M13.75%2019.444L17.75%2023%2024.75%2015%22%20transform%3D%22translate%28-13%20-14%29%22%2F%3E%3C%2Fsvg%3E")
}

.callout.notification.alert:after {
    background-color: #feb127;
    background-size: 26px 26px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Crect%20x%3D%225%22%20y%3D%227%22%20width%3D%2210%22%20height%3D%222%22%20transform%3D%22translate%2818%20-2%29%20rotate%2890%29%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2215.31%22%20r%3D%221%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E")
}

.callout.notification.alert.small-icon:after {
    background-size: 20px 20px
}

.callout.notification.alert.yellow {
    background-color: rgba(254,177,39,.15);
    border-radius: 16px
}

.callout.notification.alert.orange {
    background-color: rgba(234,98,30,.15);
    border-radius: 16px;
    color: #021B41
}

    .callout.notification.alert.orange:after {
        background-color: #ea621e
    }

.callout.notification.alert.red {
    background-color: rgba(239,78,69,.15);
    border-radius: 16px;
    color: #021B41
}

    .callout.notification.alert.red:after {
        background-color: #d93025
    }

.callout.notification.tick:after {
    background-color: #ea621e;
    background-size: 20px 20px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2211%22%20viewBox%3D%220%200%2013%2011%22%3E%3Cpath%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221.5%22%20d%3D%22M13.75%2019.444L17.75%2023%2024.75%2015%22%20transform%3D%22translate%28-13%20-14%29%22%2F%3E%3C%2Fsvg%3E")
}

.callout.notification.info {
    border-radius: 16px;
    background-color: #e9f4ff;
    color: #021B41;
    padding-left: 1.3125rem;
    padding-right: 1.3125rem;
    -webkit-box-shadow: none;
    box-shadow: none
}

.callout.notification.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none
}

.callout.notification.tick {
    border-radius: 16px;
    color: #021B41;
    padding-right: 1.3125rem;
    -webkit-box-shadow: none;
    box-shadow: none
}

.callout.notification.dotted {
    border: 2px dashed #2E5C99
}

    .callout.notification.dotted.info-bubble {
        border: 2px dashed #60b0ff;
        background-color: rgba(96,176,255,.05);
        border-radius: 16px;
        padding-left: 4.75rem
    }

        .callout.notification.dotted.info-bubble:after {
            background-color: transparent;
            background-image: url(../img/info-bubble.svg);
            background-size: 2.5rem 2.0625rem;
            width: 2.5rem;
            height: 2.0625rem;
            border-radius: 0;
            left: 1.3rem;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%)
        }

.callout.notification.icon-telephone {
    border-radius: 16px;
    color: #021B41;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.0625rem;
    padding-left: 6.25rem;
    min-height: 5.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .callout.notification.icon-telephone p {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }

    .callout.notification.icon-telephone:after {
        background-color: transparent;
        background-image: url(../img/telephone-circle.svg);
        width: 4.125rem;
        height: 4.125rem;
        background-size: 4.125rem 4.125rem;
        left: 1.1rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.callout.notification.icon-exclamation {
    color: #021B41;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 16px
}

    .callout.notification.icon-exclamation.yellow {
        background-color: rgba(254,177,39,.15)
    }

    .callout.notification.icon-exclamation.lightyellow {
        background-color: rgba(248,208,21,.25)
    }

    .callout.notification.icon-exclamation:after {
        content: '';
        position: absolute;
        background-size: 26px 26px;
        background-color: #feb127;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Crect%20x%3D%225%22%20y%3D%227%22%20width%3D%2210%22%20height%3D%222%22%20transform%3D%22translate%2818%20-2%29%20rotate%2890%29%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2215.31%22%20r%3D%221%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
        color: #fff;
        border-radius: 999px
    }

.callout.notification.has-header {
    padding-left: 1.5rem;
    padding-top: 1.5rem
}

    .callout.notification.has-header h4 {
        padding-left: 2.5rem;
        font-size: 1.25rem;
        font-family: gilmer-bold,sans-serif;
        font-weight: 400;
        margin-bottom: 0
    }

    .callout.notification.has-header:after {
        background-size: 22px 22px;
        top: 1.4375rem;
        left: 1.375rem;
        width: 1.75rem;
        height: 1.75rem
    }

.callout.notification.icon-circle-tree {
    padding-left: 6.25rem;
    min-height: 5.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .callout.notification.icon-circle-tree p {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }

    .callout.notification.icon-circle-tree:before {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: .9375rem;
        background-color: transparent;
        background-image: url(../img/tree-circle.svg);
        width: 4.125rem;
        height: 4.125rem;
        background-size: 4.125rem 4.125rem;
        left: 1.1rem
    }

.callout.notification.icon-circle-pointer {
    padding-left: 6.25rem;
    min-height: 5.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .callout.notification.icon-circle-pointer p {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }

    .callout.notification.icon-circle-pointer:before {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: .9375rem;
        background-color: transparent;
        background-image: url(../img/arrow-pointer-circle.svg);
        width: 4.125rem;
        height: 4.125rem;
        background-size: 4.125rem 4.125rem;
        left: 1.1rem
    }

.callout.notification.icon-circle-people {
    padding-left: 6.25rem;
    min-height: 5.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .callout.notification.icon-circle-people p {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }

    .callout.notification.icon-circle-people:before {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: .9375rem;
        background-color: transparent;
        background-image: url(../img/3-people-circle.svg);
        width: 4.125rem;
        height: 4.125rem;
        background-size: 4.125rem 4.125rem;
        left: 1.1rem
    }

@media only screen and (max-width:414px) {
    .callout.notification p {
        font-size: 1rem
    }

    .callout.notification.icon-circle-pointer {
        font-size: 1rem;
        padding-top: 5.75rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

        .callout.notification.icon-circle-pointer p {
            font-size: 1rem
        }

        .callout.notification.icon-circle-pointer:before {
            left: 50%;
            top: 15px;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%)
        }

    .callout.notification.icon-circle-tree {
        font-size: 1rem;
        padding-top: 5.75rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

        .callout.notification.icon-circle-tree p {
            font-size: 1rem
        }

        .callout.notification.icon-circle-tree:before {
            left: 50%;
            top: 15px;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%)
        }

    .callout.notification.icon-circle-people {
        font-size: 1rem;
        padding-top: 5.75rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

        .callout.notification.icon-circle-people p {
            font-size: 1rem
        }

        .callout.notification.icon-circle-people:before {
            left: 50%;
            top: 15px;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%)
        }

    .callout.notification.icon-telephone {
        font-size: 1rem;
        padding-top: 5.75rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

        .callout.notification.icon-telephone p {
            font-size: 1rem
        }

        .callout.notification.icon-telephone:after {
            left: 50%;
            top: 15px;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%)
        }
}

.callout.notification.shadow {
    -webkit-box-shadow: 0 3px 7px 2px rgba(0,45,89,.1);
    box-shadow: 0 3px 7px 2px rgba(0,45,89,.1)
}

.callout.notification.info.extra-padding {
    padding-top: 1.5rem;
    padding-bottom: 1.875rem;
    padding-left: 2rem;
    padding-right: 2rem
}

.callout.notification.info.reduced-padding, .callout.notification.reduced-padding {
    padding-top: .75rem;
    padding-bottom: .875rem;
    padding-left: .875rem;
    padding-right: .875rem
}

.callout.notification.info.green {
    background-color: rgba(38,174,118,.15)
}

.callout.notification.info.seafoam-blue {
    background-color: rgba(123,201,206,.15)
}

.callout.notification.info.yellow {
    background-color: rgba(254,177,39,.15)
}

.callout.notification.info.orange {
    background-color: rgba(234,98,30,.15)
}

.callout.notification.info.red {
    background-color: rgba(239,78,69,.15)
}

.callout.notification.info.grey {
    background-color: #e6e6e6
}

.callout.notification.info.larger {
    font-size: 1.3125rem;
    padding-top: 2.625rem;
    padding-bottom: 2.625rem
}

    .callout.notification.info.larger p {
        font-size: 1.3125rem
    }

.callout.notification.info.largequotes {
    font-size: 1.3125rem;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    background-color: #e5f5f6;
    background-image: url(../img/quote-open.svg),url(../img/quote-close.svg);
    background-repeat: no-repeat;
    background-size: 260px 178px;
    background-position: top left 5%,bottom right 5%
}

    .callout.notification.info.largequotes p {
        font-size: 2.125rem;
        font-family: gilmer-bold,sans-serif;
        font-weight: 400
    }

@media only screen and (min-width:0) and (max-width:719px) {
    .callout.notification.info.largequotes {
        padding-top: 4.375rem;
        padding-bottom: 4.375rem;
        background-size: 166px 113px
    }

        .callout.notification.info.largequotes p {
            font-size: 1.5rem
        }
}

.callout.notification.info.white {
    background-color: #fff
}

.callout.notification.info.border {
    border: 1px solid #021B41
}

    .callout.notification.info.border.seafoam-blue {
        border: 1px solid #2E5C99
    }

.callout.notification.info:after {
    display: none
}

.callout.notification.auto-width {
    width: auto;
    display: inline-block
}

    .callout.notification.auto-width p {
        display: inline-block
    }

.callout.notification.blue-with-icon {
    background-color: rgba(96,176,255,.25);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 16px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 4.375rem;
    padding-right: 3.4375rem
}

.callout.notification.green-with-icon {
    background-color: rgba(85,187,36,.25);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 16px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 4.375rem;
    padding-right: 3.4375rem
}

.callout.notification.red-with-icon {
    background-color: rgba(239,78,69,.25);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 16px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 4.375rem;
    padding-right: 3.4375rem
}

.callout.notification.yellow-with-icon {
    background-color: rgba(248,208,21,.25);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 16px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 4.375rem;
    padding-right: 3.4375rem
}

    .callout.notification.yellow-with-icon.has-header {
        padding-left: 1.375rem
    }

.callout.notification.blue-icon-info:after {
    background-color: transparent;
    background-size: 34px 34px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2233%22%20viewBox%3D%220%200%2036%2033%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2360b0ff%22%20d%3D%22M18%200C8.493%200%200%206.339%200%2015.01c0%203.075%201.109%206.095%203.07%208.438C3.154%2026.193%201.536%2030.132.082%2033c3.903-.705%209.452-2.262%2011.967-3.804C25.902%2032.566%2036%2024.088%2036%2015.01%2036%206.293%2027.448%200%2018%200z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20%2023L17%2023%2017%2014%2020%2014zM18%2011c-1.104%200-2-.896-2-2s.896-2%202-2%202%20.896%202%202-.896%202-2%202z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    border-radius: 0;
    top: .9375rem;
    left: 1.125rem
}

.callout.notification.green-icon-tick:after {
    background-color: #55bb24;
    background-size: 18px 18px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2211%22%20viewBox%3D%220%200%2013%2011%22%3E%3Cpath%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221.5%22%20d%3D%22M13.75%2019.444L17.75%2023%2024.75%2015%22%20transform%3D%22translate%28-13%20-14%29%22%2F%3E%3C%2Fsvg%3E");
    top: .9375rem;
    left: 1.125rem
}

.callout.notification.red-icon-x:after {
    background-color: #ef4e45;
    background-size: 16px 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpolygon%20points%3D%2217.54%2019.43%2019.43%2017.54%2011.89%2010%2019.43%202.46%2017.54%200.57%2010%208.11%202.46%200.57%200.57%202.46%208.11%2010%200.57%2017.54%202.46%2019.43%2010%2011.89%2017.54%2019.43%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
    top: .9375rem;
    left: 1.125rem
}

.callout.notification.yellow-icon-exclamation:not(.has-header) {
    padding-left: 4.375rem
}

.callout.notification.larger-icon:after {
    width: 2.125rem;
    height: 2.125rem
}

.callout.notification.yellow-icon-exclamation:after {
    background-color: #f8d015;
    background-size: 26px 26px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Crect%20x%3D%225%22%20y%3D%227%22%20width%3D%2210%22%20height%3D%222%22%20transform%3D%22translate%2818%20-2%29%20rotate%2890%29%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2215.31%22%20r%3D%221%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
    top: .9375rem;
    left: 1.125rem
}

.callout.notification.align-icon-vertically:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.search-register-sign-in-links .search a {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2029.51%2029.51%22%3E%3Ccircle%20cx%3D%2211.7%22%20cy%3D%2211.84%22%20r%3D%2210.54%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M5.54%2C11.84A6.16%2C6.16%2C0%2C0%2C1%2C11.7%2C5.68%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2219.19%22%20y1%3D%2219.18%22%20x2%3D%2227.49%22%20y2%3D%2227.48%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.5rem;
    height: 1.5rem
}

    .search-register-sign-in-links .search a:focus {
        outline: 0
    }

.reveal.search-popup .close-button {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpolygon%20points%3D%2217.54%2019.43%2019.43%2017.54%2011.89%2010%2019.43%202.46%2017.54%200.57%2010%208.11%202.46%200.57%200.57%202.46%208.11%2010%200.57%2017.54%202.46%2019.43%2010%2011.89%2017.54%2019.43%22%20fill%3D%22%23021B41%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 27px;
    height: 22px;
    position: relative;
    top: auto;
    right: auto;
    margin-right: 30px
}

#search_form_in_main_popup .search_field_row, #search_form_in_mobile_popup .search_field_row, #search_form_in_page .search_field_row {
    margin-top: 2rem
}

#search_form_in_main_popup input[type=submit], #search_form_in_mobile_popup input[type=submit], #search_form_in_page input[type=submit] {
    font-family: gilmer-medium,sans-serif;
    font-weight: 400
}

#search_form_in_main_popup input[type=search], #search_form_in_mobile_popup input[type=search], #search_form_in_page input[type=search] {
    border: none;
    border-bottom: 2px solid #2E5C99;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2029.51%2029.51%22%3E%3Ccircle%20cx%3D%2211.7%22%20cy%3D%2211.84%22%20r%3D%2210.54%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M5.54%2C11.84A6.16%2C6.16%2C0%2C0%2C1%2C11.7%2C5.68%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2219.19%22%20y1%3D%2219.18%22%20x2%3D%2227.49%22%20y2%3D%2227.48%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: top 40% right 10px;
    color: #021B41;
    caret-color: #2E5C99;
    padding-left: 0;
    padding-bottom: 30px;
    font-size: 1.5rem;
    line-height: 2;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 1rem
}

#search_form_in_mobile_popup input[type=search] {
    border-bottom: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2029.51%2029.51%22%3E%3Ccircle%20cx%3D%2211.7%22%20cy%3D%2211.84%22%20r%3D%2210.54%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M5.54%2C11.84A6.16%2C6.16%2C0%2C0%2C1%2C11.7%2C5.68%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2219.19%22%20y1%3D%2219.18%22%20x2%3D%2227.49%22%20y2%3D%2227.48%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    background-size: 20px 20px;
    background-position: top 50% right 10px;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

    #search_form_in_main_popup input[type=search]::-webkit-input-placeholder, #search_form_in_mobile_popup input[type=search]::-webkit-input-placeholder, #search_form_in_page input[type=search]::-webkit-input-placeholder {
        color: #021B41
    }

    #search_form_in_main_popup input[type=search]::-moz-placeholder, #search_form_in_main_popup input[type=search]::-ms-input-placeholder, #search_form_in_main_popup input[type=search]::-webkit-input-placeholder, #search_form_in_main_popup input[type=search]::placeholder, #search_form_in_mobile_popup input[type=search]::-moz-placeholder, #search_form_in_mobile_popup input[type=search]::-ms-input-placeholder, #search_form_in_mobile_popup input[type=search]::-webkit-input-placeholder, #search_form_in_mobile_popup input[type=search]::placeholder, #search_form_in_page input[type=search]::-moz-placeholder, #search_form_in_page input[type=search]::-ms-input-placeholder, #search_form_in_page input[type=search]::-webkit-input-placeholder, #search_form_in_page input[type=search]::placeholder {
        color: #021B41
    }

    #search_form_in_main_popup input[type=search]::-ms-clear, #search_form_in_main_popup input[type=search]::-ms-reveal, #search_form_in_mobile_popup input[type=search]::-ms-clear, #search_form_in_mobile_popup input[type=search]::-ms-reveal, #search_form_in_page input[type=search]::-ms-clear, #search_form_in_page input[type=search]::-ms-reveal {
        display: none;
        width: 0;
        height: 0
    }

    #search_form_in_main_popup input[type=search]::-webkit-search-cancel-button, #search_form_in_main_popup input[type=search]::-webkit-search-decoration, #search_form_in_main_popup input[type=search]::-webkit-search-results-button, #search_form_in_main_popup input[type=search]::-webkit-search-results-decoration, #search_form_in_mobile_popup input[type=search]::-webkit-search-cancel-button, #search_form_in_mobile_popup input[type=search]::-webkit-search-decoration, #search_form_in_mobile_popup input[type=search]::-webkit-search-results-button, #search_form_in_mobile_popup input[type=search]::-webkit-search-results-decoration, #search_form_in_page input[type=search]::-webkit-search-cancel-button, #search_form_in_page input[type=search]::-webkit-search-decoration, #search_form_in_page input[type=search]::-webkit-search-results-button, #search_form_in_page input[type=search]::-webkit-search-results-decoration {
        display: none
    }

.result-item.row {
    display: block;
    margin-top: .3125rem;
    margin-bottom: .3125rem;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.875rem;
    border-radius: 10px;
    text-decoration: none
}

.result-item:hover {
    background-color: #f9f9f9
}

.result-item .category {
    border-radius: 5px;
    background-color: rgba(123,201,206,.7);
    display: inline-block;
    padding: .3125rem .625rem;
    font-size: .875rem;
    font-family: gilmer-medium,sans-serif;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase
}

.result-item .title {
    text-decoration: none;
    margin-bottom: .1875rem;
    font-size: 1.25rem
}

.result-item .summary {
    color: #54565b;
    margin-bottom: 0;
    text-decoration: none
}

.results-text {
    font-size: .9375rem;
    font-family: gilmer-regular,sans-serif;
    font-weight: 400;
    margin-top: 1.25rem;
    margin-bottom: .625rem
}

    .results-text strong {
        font-size: .9375rem;
        font-family: gilmer-bold,sans-serif;
        font-weight: 400
    }

.search-pagination {
    border-bottom: 2px solid #2E5C99;
    margin-top: 2.5rem;
    margin-bottom: 1.875rem;
    padding-bottom: 1.5625rem;
    font-family: gilmer-medium,sans-serif;
    font-weight: 400
}

    .search-pagination .range {
        color: #54565b;
        font-size: .875rem;
        margin-bottom: 0
    }

    .search-pagination ul.pages {
        font-size: 1rem;
        line-height: 1;
        white-space: nowrap;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 0
    }

    .search-pagination .pages .current {
        color: #2E5C99
    }

    .search-pagination .pages a.disabled {
        color: rgba(0,45,89,.27)
    }

    .search-pagination a {
        text-decoration: none
    }

    .search-pagination .previous {
        color: #021B41;
        font-size: 1rem;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M11%2C1%2C4%2C7.5%2C11%2C14%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        background-size: 14px 14px;
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 1.25rem
    }

    .search-pagination .next {
        color: #021B41;
        font-size: 1rem;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M4%2C14l7-6.5L4%2C1%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        background-size: 14px 14px;
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 1.25rem
    }

    .search-pagination .previous.disabled {
        color: rgba(0,45,89,.27);
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M11%2C1%2C4%2C7.5%2C11%2C14%22%20fill%3D%22none%22%20stroke%3D%22rgba%280%2C%2045%2C%2089%2C%200.27%29%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        pointer-events: none
    }

    .search-pagination .next.disabled {
        color: rgba(0,45,89,.27);
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M4%2C14l7-6.5L4%2C1%22%20fill%3D%22none%22%20stroke%3D%22rgba%280%2C%2045%2C%2089%2C%200.27%29%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        pointer-events: none
    }

    .search-pagination .next:hover, .search-pagination .previous:hover {
        text-decoration: underline
    }

@media only screen and (min-width:0) and (max-width:414px) {
    .result-item .category {
        font-size: .75rem
    }

    .result-item .title {
        font-size: 1rem
    }

    .search-pagination .pages {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .search-pagination .range {
        margin-top: .625rem
    }

    #search_form_in_main_popup input[type=search], #search_form_in_mobile_popup input[type=search], #search_form_in_page input[type=search] {
        font-size: 1.25rem;
        background-size: 26px 26px;
        background-position: top 25% right 10px
    }
}

@media only screen and (min-width:415px) and (max-width:719px) {
    .result-item .category {
        font-size: .75rem
    }

    .result-item .title {
        font-size: 1.0625rem
    }

    .search-pagination .pages {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .search-pagination .range {
        margin-top: .625rem
    }

    #search_form_in_main_popup input[type=search], #search_form_in_mobile_popup input[type=search], #search_form_in_page input[type=search] {
        font-size: 1.25rem
    }
}

.standard-pagination {
    margin-top: .625rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0;
    font-family: gilmer-medium,sans-serif;
    font-weight: 400
}

    .standard-pagination .range {
        color: #54565b;
        font-size: .875rem;
        margin-bottom: 0
    }

    .standard-pagination ul.pages {
        font-size: 1rem;
        line-height: 1;
        white-space: nowrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto;
        margin-bottom: 0
    }

    .standard-pagination .pages li {
        margin-left: .125rem;
        margin-right: .125rem;
        margin-bottom: 0
    }

    .standard-pagination li.page-number a, .standard-pagination li.page-number span.num {
        background-color: transparent;
        border-radius: 6px;
        border: 1px solid rgba(0,45,89,.25);
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0 1rem;
        margin-left: 0;
        margin-right: 0;
        height: 2.4375rem;
        font-size: .875rem;
        line-height: 2.35rem;
        color: rgba(0,45,89,.45);
        display: block
    }

        .standard-pagination li.page-number a:hover {
            color: #021B41;
            background-color: transparent;
            border: 1px solid #021B41
        }

    .standard-pagination .pages li.page-number.current span.num {
        color: #021B41;
        background-color: transparent;
        border: 1px solid rgba(0,45,89,.55)
    }

    .standard-pagination .pages a.disabled {
        color: transparent
    }

    .standard-pagination a {
        text-decoration: none;
        padding: 0
    }

    .standard-pagination .previous {
        color: transparent;
        font-size: 1rem;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M11%2C1%2C4%2C7.5%2C11%2C14%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        background-size: 12px 12px;
        background-repeat: no-repeat;
        background-position: center;
        padding-left: 1.25rem;
        width: 1rem;
        overflow: hidden;
        height: 2.4375rem
    }

    .standard-pagination .next {
        color: transparent;
        font-size: 1rem;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M4%2C14l7-6.5L4%2C1%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        background-size: 12px 12px;
        background-repeat: no-repeat;
        background-position: center;
        padding-right: 1.25rem;
        width: 1rem;
        overflow: hidden;
        height: 2.4375rem
    }

    .standard-pagination .previous.disabled {
        color: transparent;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M11%2C1%2C4%2C7.5%2C11%2C14%22%20fill%3D%22none%22%20stroke%3D%22rgba%280%2C%2045%2C%2089%2C%200.27%29%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        pointer-events: none
    }

    .standard-pagination .next.disabled {
        color: transparent;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M4%2C14l7-6.5L4%2C1%22%20fill%3D%22none%22%20stroke%3D%22rgba%280%2C%2045%2C%2089%2C%200.27%29%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        pointer-events: none
    }

    .standard-pagination .next:hover, .standard-pagination .previous:hover {
        text-decoration: none
    }

@media only screen and (min-width:0) and (max-width:414px) {
    .standard-pagination .pages {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .standard-pagination .range {
        margin-top: .625rem
    }
}

@media only screen and (min-width:415px) and (max-width:719px) {
    .standard-pagination .pages {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .standard-pagination .range {
        margin-top: .625rem
    }
}

.datepicker {
    display: none;
    position: absolute;
    padding: 4px;
    margin-top: 1px;
    direction: ltr
}

    .datepicker.dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        float: left;
        display: none;
        min-width: 160px;
        list-style: none;
        background-color: #fff;
        border: none;
        border-radius: 8px;
        -webkit-box-shadow: 0 0 3px 2px rgba(0,45,89,.1);
        box-shadow: 0 0 3px 2px rgba(0,45,89,.1);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        color: #333;
        font-size: 15px;
        line-height: 18px;
        padding: 1.25rem
    }

        .datepicker.dropdown-menu th {
            padding: 8px 8px
        }

        .datepicker.dropdown-menu td {
            padding: 8px 8px
        }

    .datepicker table {
        border: 0;
        margin: 0;
        width: auto
    }

    .datepicker tbody, .datepicker tbody tr, .datepicker tfoot, .datepicker thead {
        border: 0
    }

        .datepicker thead tr {
            background: #fff
        }

            .datepicker thead tr:first-child th {
                background-color: #2E5C99
            }

            .datepicker thead tr .prev {
                background-color: #2E5C99;
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M11%2C1%2C4%2C7.5%2C11%2C14%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
                background-position: top 50% left 50%;
                background-repeat: no-repeat;
                background-size: 12px 12px;
                border-radius: 999px 0 0 999px;
                color: transparent
            }

            .datepicker thead tr .next {
                background-color: #2E5C99;
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M4%2C14l7-6.5L4%2C1%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
                background-position: top 50% right 50%;
                background-repeat: no-repeat;
                background-size: 12px 12px;
                border-radius: 0 999px 999px 0;
                color: transparent
            }

                .datepicker thead tr .next.hide-bg, .datepicker thead tr .prev.hide-bg {
                    background-image: none;
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none
                }

                    .datepicker thead tr .next.hide-bg:hover, .datepicker thead tr .prev.hide-bg:hover {
                        cursor: default
                    }

    .datepicker td, .datepicker th {
        border: 0
    }

        .datepicker td.dow, .datepicker th.dow {
            color: #2E5C99;
            text-transform: uppercase
        }

        .datepicker td.day.new {
            color: #2E5C99
        }

    .datepicker table tr td span {
        display: block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        float: left;
        margin: 2px;
        cursor: pointer
    }

    .datepicker td {
        text-align: center;
        width: 24px;
        height: 24px;
        border: 0;
        font-size: 15px;
        background: #fff;
        cursor: pointer;
        font-family: gilmer-medium,sans-serif;
        color: #021B41
    }

    .datepicker .datepicker-days td {
        width: 38px
    }

    .datepicker .datepicker-months td {
        width: 266px
    }

    .datepicker .datepicker-months table tr td span {
        width: 58px;
        height: 58px;
        line-height: 58px
    }

    .datepicker .datepicker-years td {
        width: 266px
    }

    .datepicker .datepicker-years table tr td span {
        width: 58px;
        height: 58px;
        line-height: 58px
    }

    .datepicker td.active.day {
        background: 0 0;
        position: relative
    }

        .datepicker td.active.day:after {
            position: absolute;
            content: '';
            border: 2px solid #2E5C99;
            border-radius: 999px;
            width: 35px;
            height: 35px;
            top: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            z-index: 1
        }

    .datepicker td.active.year {
        background: 0 0;
        position: relative
    }

    .datepicker span.active.month {
        background: 0 0;
        position: relative
    }

        .datepicker span.active.month:after {
            position: absolute;
            content: '';
            border: 2px solid #2E5C99;
            border-radius: 999px;
            width: 46px;
            height: 46px;
            top: 50%;
            left: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            z-index: 1
        }

    .datepicker td.new, .datepicker td.old {
        color: #999
    }

    .datepicker span.active.year {
        background: 0 0;
        position: relative
    }

        .datepicker span.active.year:after {
            position: absolute;
            content: '';
            border: 2px solid #2E5C99;
            border-radius: 999px;
            width: 46px;
            height: 46px;
            top: 50%;
            left: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            z-index: 1
        }

    .datepicker td.day.disabled {
        color: #bbb
    }

    .datepicker td span.month.disabled, .datepicker td span.year.disabled {
        color: #bbb
    }

    .datepicker td .nonMilitaryTime {
        font-size: 9px;
        height: 35px;
        line-height: 35px
    }

    .datepicker th {
        text-align: center;
        width: 20px;
        height: 20px;
        border: 0;
        font-size: 12px;
        padding: 4px 8px;
        cursor: pointer
    }

        .datepicker th.active.day, .datepicker th.active.year {
            background: #2ba6cb
        }

        .datepicker th.date-switch {
            width: 190px
        }

        .datepicker th.next, .datepicker th.prev {
            width: 38px
        }

        .datepicker th span.active {
            background: #2ba6cb
        }

    .datepicker .cw {
        font-size: 10px;
        width: 12px;
        padding: 0 2px 0 5px;
        vertical-align: middle
    }

    .datepicker.days div.datepicker-days {
        display: block
    }

    .datepicker.months div.datepicker-months {
        display: block
    }

    .datepicker.years div.datepicker-years {
        display: block
    }

    .datepicker thead tr:first-child th {
        cursor: pointer
    }

        .datepicker thead tr:first-child th.cw {
            cursor: default
        }

    .datepicker tfoot tr:first-child th {
        cursor: pointer
    }

.datepicker-inline {
    width: 220px
}

.datepicker-rtl {
    direction: rtl
}

    .datepicker-rtl table tr td span {
        float: right
    }

.datepicker-dropdown {
    top: 0;
    left: 0
}

    .datepicker-dropdown:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: 1px solid rgba(0,0,0,.2);
        position: absolute;
        top: -7px;
        left: 6px
    }

    .datepicker-dropdown:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        position: absolute;
        top: -6px;
        left: 7px
    }

    .datepicker-dropdown::after, .datepicker-dropdown::before, .datepicker > div {
        display: none
    }

.datepicker-close {
    position: absolute;
    top: -30px;
    right: 0;
    width: 15px;
    height: 30px;
    padding: 0;
    display: none
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent
}

.tooltip {
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.2);
    box-shadow: 0 0 12px rgba(0,0,0,.2)
}

    .tooltip p, .tooltip ul {
        font-family: gilmer-regular,sans-serif;
        font-weight: 400;
        margin-bottom: .625rem
    }

    .tooltip strong {
        font-family: gilmer-medium,sans-serif;
        font-weight: 400;
        margin-bottom: .625rem
    }

    .tooltip #password_help_text li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 4px
    }

        .tooltip #password_help_text li:after {
            content: '\002D';
            position: absolute;
            top: 0;
            left: 0;
            background-color: #fff;
            width: 10px
        }

        .tooltip #password_help_text li.valid-item {
            color: #26ae76;
            position: relative
        }

            .tooltip #password_help_text li.valid-item:after {
                content: '\2713';
                font-family: Wingdings2
            }

.tool-tip-icon {
    display: inline-block;
    width: 1.375rem;
    height: 1.375rem;
    background-color: #021B41;
    border-radius: 999px;
    text-align: center;
    font-size: .75rem;
    line-height: 22px;
    color: #fff;
    margin-left: .3125rem
}

    .tool-tip-icon.large {
        width: 1.75rem;
        height: 1.75rem;
        font-size: 1rem;
        line-height: 28px;
        font-family: gilmer-bold,sans-serif;
        font-weight: 400
    }

.has-tip {
    display: block;
    border-bottom: none
}

    .has-tip:focus {
        outline: 0
    }

    .has-tip.inline {
        display: inline-block
    }

.appended-tool-tip-container .has-tip {
    margin-left: .625rem;
    margin-bottom: 1.75rem
}

.download-list-table {
    border: none;
    border-top: 1px solid #eeefef;
    background-color: transparent
}

    .download-list-table tbody {
        border: none
    }

        .download-list-table tbody tr {
            border-bottom: 1px solid #eeefef
        }

        .download-list-table tbody td, .download-list-table tbody th {
            text-align: left;
            font-size: 1.125rem;
            padding-top: 1.125rem;
            padding-bottom: 1.125rem;
            position: relative
        }

        .download-list-table tbody th {
            padding-left: 0;
            font-family: gilmer-medium,sans-serif;
            font-weight: 400
        }

            .download-list-table tbody th.limit40 {
                width: 40%
            }

        .download-list-table tbody td:first-of-type {
            padding-left: 1rem;
            font-family: gilmer-medium,sans-serif;
            font-weight: 400
        }

            .download-list-table tbody td:first-of-type span {
                position: relative;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -webkit-flex-flow: row nowrap;
                -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center
            }

                .download-list-table tbody td:first-of-type span:before {
                    content: '';
                    border-left: 2px solid #021B41;
                    height: 16px;
                    margin-right: 1rem
                }

        .download-list-table tbody td:last-child {
            text-align: right;
            padding-right: 0
        }

@media only screen and (min-width:0) and (max-width:1023px) {
    .download-list-table tr {
        display: block
    }

    .download-list-table tbody td:last-of-type {
        display: block;
        padding-top: 0;
        padding-left: 0;
        text-align: left
    }

    .download-list-table tbody th.limit40 {
        width: auto
    }
}

.simple-table thead tr:not(.bottom-border) {
    border-bottom: none
}

.simple-table.last-col-border-left td:last-child, .simple-table.last-col-border-left th:last-child {
    border-left: 1px solid #eeefef;
    padding-left: .9375rem
}

.simple-table td, .simple-table th {
    padding-left: 0
}

.lined-table {
    border: none
}

    .lined-table thead {
        border: none;
        background-color: transparent;
        border-bottom: 1px solid #dfe1e5
    }

        .lined-table thead th {
            font-family: gilmer-bold,sans-serif;
            font-weight: 400;
            font-size: 1.25rem
        }

    .lined-table tbody {
        border: none;
        background-color: transparent
    }

        .lined-table tbody tr {
            border-bottom: 1px solid #dfe1e5
        }

        .lined-table tbody td {
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
            font-size: 1.25rem
        }

    .lined-table thead tr:not(.bottom-border) {
        border-bottom: none
    }

    .lined-table tbody td:last-child {
        padding-left: .9375rem
    }

    .lined-table td, .lined-table th {
        padding-left: 0
    }

@media only screen and (min-width:0) and (max-width:719px) {
    .lined-table tbody td {
        padding-top: .75rem;
        padding-bottom: .25rem;
        font-size: 1.0625rem
    }

        .lined-table tbody td:first-child {
            padding-top: 2.25rem
        }

    .lined-table tbody tr:first-child td:first-child {
        padding-top: .375rem
    }

    .lined-table tbody td:last-child {
        padding-top: 1rem;
        padding-bottom: 2.25rem;
        padding-left: 0
    }
}

table.two-col-30-70 th:first-child {
    width: 30%
}

table.two-col-30-70 th:last-child {
    width: 70%
}

table.two-col-25-75 th:first-child {
    width: 25%
}

table.two-col-25-75 th:last-child {
    width: 75%
}

table.two-col-50-50 th:first-child {
    width: 50%
}

table.two-col-50-50 th:last-child {
    width: 50%
}

table.two-col-40-60 th:first-child {
    width: 40%
}

table.two-col-40-60 th:last-child {
    width: 60%
}

table.two-col-80-20 th:first-child {
    width: 80%
}

table.two-col-80-20 th:last-child {
    width: 20%
}

table.three-columns--equal td, table.three-columns--equal th {
    width: 33%;
    padding: 1.25rem 1.75rem
}

table.striped tbody tr:nth-child(even) {
    background-color: #f9f9f9
}

table.shadow {
    border: none;
    -webkit-box-shadow: 0 0 3px 2px rgba(0,45,89,.1);
    box-shadow: 0 0 3px 2px rgba(0,45,89,.1);
    border-collapse: separate;
    border-spacing: 0
}

    table.shadow td, table.shadow th, table.shadow tr {
        border: none
    }

thead.marine-blue tr {
    background-color: #021B41;
    color: #fff
}

table.rounded {
    border-radius: 8px
}

    table.rounded thead th:first-child {
        border-radius: 8px 0 0 0
    }

    table.rounded thead th:last-child {
        border-radius: 0 8px 0 0
    }

    table.rounded tbody tr:last-child td:first-child {
        border-radius: 0 0 0 8px
    }

    table.rounded tbody tr:last-child td:last-child {
        border-radius: 0 0 8px 0
    }

td.nowrap, th.nowrap {
    white-space: nowrap
}

@media only screen and (max-width:414px) {
    table.three-columns--equal:not(.filter-table) {
        margin-left: -10px;
        margin-right: -10px;
        width: calc(100% + 20px);
        -webkit-transition: all .25s;
        transition: all .25s
    }

    table.three-columns--equal th {
        padding: .6875rem .625rem
    }

    table.three-columns--equal td {
        padding: .6875rem .5rem
    }
}

@media only screen and (min-width:415px) and (max-width:719px) {
    table.three-columns--equal td, table.three-columns--equal th {
        padding: 1.25rem .875rem
    }
}

@media only screen and (min-width:720px) and (max-width:1023px) {
    table.three-columns--equal td, table.three-columns--equal th {
        padding: 1.25rem .875rem
    }
}

.our-investments-table {
    margin-bottom: 0
}

    .our-investments-table tbody, .our-investments-table tfoot, .our-investments-table thead {
        background-color: transparent;
        border: none
    }

    .our-investments-table tr {
        border-bottom: none;
        background-color: transparent
    }

    .our-investments-table th {
        position: relative;
        padding-left: 2.75rem;
        font-family: gilmer-regular,sans-serif;
        font-weight: 400;
        font-size: 1.25rem;
        line-height: 1.15
    }

    .our-investments-table td.percentage {
        font-family: gilmer-bold,sans-serif;
        font-weight: 400;
        font-size: 1.25rem
    }

    .our-investments-table .chip {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 6px
    }

    .our-investments-table .investment-tooltip-text:hover {
        text-decoration: underline;
        cursor: pointer
    }

    .our-investments-table .has-tip {
        font-family: gilmer-regular,sans-serif;
        font-weight: 400;
        display: inline-block
    }

        .our-investments-table .has-tip:hover {
            text-decoration: underline
        }

@media only screen and (max-width:414px) {
    .our-investments-table th {
        font-size: 1rem
    }

    .our-investments-table td.percentage {
        font-size: 1.0625rem
    }
}

.accordion {
    background-color: transparent;
    border-radius: 10px;
    padding-top: .75rem;
    margin-bottom: .75rem
}

    .accordion:not(.solo_accordion) .accordion-item {
        border-radius: 10px;
        border: solid 1px rgba(0,45,89,.12);
        background-color: #fff;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
        margin-bottom: 1.25rem
    }

    .accordion.accordion-multiple .accordion-item {
        margin-bottom: 1.875rem
    }

.accordion-item:first-child > :first-child {
    border-radius: 10px 10px 0 0
}

.accordion:not(.solo_accordion) .accordion-item:last-child:not(.is-active) > .accordion-title, .accordion:not(.solo_accordion) .accordion-title {
    border: none;
    border-bottom: none;
    text-decoration: none;
    padding: 1.5rem 3.375rem 1.5rem 1.625rem;
    border-radius: 10px 10px 0 0
}

.accordion:not(.solo_accordion):not(.accordion--two-column) .accordion-item.is-active > .accordion-title {
    background-color: rgba(84,86,91,.05);
    border-bottom: solid 1px rgba(0,45,89,.12)
}

.accordion .accordion-item--primary.is-active > .accordion-title {
    background-color: rgba(123,201,206,.15);
    border-color: #2E5C99
}

.accordion .accordion-item--clear.is-active > .accordion-title {
    background-color: #fff;
    border-color: transparent
}

.accordion .accordion-item--indented .accordion-title, .accordion .accordion-item.accordion-item--indented:last-child:not(.is-active) > .accordion-title {
    padding: 1.75rem 4rem 1.75rem 4rem
}

    .accordion .accordion-item--indented .accordion-title h3, .accordion .accordion-item.accordion-item--indented:last-child:not(.is-active) > .accordion-title h3 {
        font-size: 1.5rem
    }

.accordion .accordion-item--indented.is-active > .accordion-title h3 {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23021B41%22%20d%3D%22M4.95%2012.308l8.88-8.881%203.536%203.535-8.881%208.882zM7.9%2016.43l-4.42.89.88-4.43%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 31px 31px;
    background-position: center left;
    padding-left: 3rem
}

.accordion .accordion-title:focus, .accordion .accordion-title:hover {
    background-color: transparent
}

.accordion .accordion-title:before {
    content: '';
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M1%2C4l6.5%2C7L14%2C4%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 18px;
    right: 1.75rem
}

.accordion .accordion-item--indented .accordion-title:before {
    right: 4.5rem
}

.accordion.icon-question-mark .accordion-item:last-child:not(.is-active) > .accordion-title, .accordion.icon-question-mark .accordion-title {
    padding-left: 4.125rem
}

    .accordion.icon-question-mark .accordion-title:after {
        content: '?';
        font-size: 1.25rem;
        background-color: #021B41;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 1.5rem;
        width: 1.75rem;
        height: 1.75rem;
        font-size: 1rem;
        line-height: 28px;
        font-family: gilmer-bold,sans-serif;
        font-weight: 400;
        display: inline-block;
        border-radius: 999px;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.accordion .accordion-item.is-active > .accordion-title:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M14%2C11%2C7.5%2C4%2C1%2C11%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E")
}

.accordion .accordion-title h3, .panel-internal .accordion .accordion-title h3 {
    margin-bottom: 0;
    font-size: 1.125rem;
    font-family: gilmer-medium,sans-serif;
    font-weight: 400
}

.accordion.larger-heading .accordion-title h3, .panel-internal .accordion.larger-heading .accordion-title h3 {
    font-size: 1.5rem;
    font-family: gilmer-bold,sans-serif;
    font-weight: 400
}

.accordion:not(.solo_accordion):not(.accordion-dualsize) .accordion-content, .accordion:not(.solo_accordion):not(.accordion-dualsize) .accordion-item:last-child > .accordion-content:last-child {
    border: none;
    border-bottom: none;
    padding: 1.75rem 1.625rem 1.75rem 1.625rem;
    color: #021B41;
    font-size: 1.125rem;
    line-height: 1.55;
    border-radius: 0 0 10px 10px
}

.accordion.accordion--two-column:not(.solo_accordion):not(.accordion-dualsize) > .accordion-item:last-child > .accordion-content:last-child, .accordion.accordion--two-column > .accordion-item > .accordion-content {
    padding-top: 0
}

.accordion .accordion-item--indented .accordion-content, .accordion .accordion-item--indented .accordion-item:last-child > .accordion-content:last-child {
    padding: 1.75rem 4rem 1.75rem 4rem
}

@media only screen and (min-width:0) and (max-width:719px) {
    .accordion .accordion-item--indented .accordion-title h3, .accordion .accordion-item.accordion-item--indented:last-child:not(.is-active) > .accordion-title h3 {
        font-size: 1.3125rem
    }

    .accordion .accordion-item--indented .accordion-title:before {
        right: 1.75rem
    }

    .accordion .accordion-item--indented.is-active > .accordion-title h3 {
        background-size: 28px 28px;
        padding-left: 2.125rem
    }

    .accordion .accordion-item--indented .accordion-title, .accordion .accordion-item.accordion-item--indented:last-child:not(.is-active) > .accordion-title {
        padding: 1.75rem 3.375rem 1.75rem 1.375rem
    }

    .accordion .accordion-item--indented .accordion-content, .accordion .accordion-item--indented .accordion-item:last-child > .accordion-content:last-child {
        padding: 1.75rem 1.5rem 1.75rem 1.5rem
    }
}

.accordion.has-footer .accordion-content, .accordion.has-footer .accordion-item:last-child > .accordion-content:last-child {
    padding-bottom: 0
}

.accordion .accordion-content > h3, .accordion .accordion-content > h4, .accordion .accordion-content > h5 {
    margin-bottom: 1.125rem
}

.accordion .accordion-content h3:not(.h2) {
    font-size: 1.125rem;
    font-family: gilmer-medium,sans-serif;
    font-weight: 400
}

.accordion .accordion-content h4 {
    font-size: 1.125rem;
    font-family: gilmer-bold,sans-serif;
    font-weight: 400
}

.accordion .accordion-content h5 {
    font-size: 1.125rem
}

.accordion:not(.solo_accordion) .accordion-content ol, .accordion:not(.solo_accordion) .accordion-content ul {
    margin-bottom: 1.5rem
}

.accordion .accordion-content p {
    font-size: 1.125rem
}

    .accordion .accordion-content p.smaller {
        font-size: .9375rem
    }

.accordion .accordion-content blockquote {
    border-left: 4px solid #021B41;
    padding: .625rem 0 .0625rem .8125rem;
    color: #54565b;
    margin-bottom: 1.5rem
}

    .accordion .accordion-content blockquote p {
        color: #54565b
    }

    .accordion .accordion-content blockquote cite {
        color: #021B41;
        font-style: normal;
        font-size: 1.125rem;
        font-family: gilmer-medium,sans-serif;
        margin-bottom: 1.125rem
    }

        .accordion .accordion-content blockquote cite:before {
            content: ''
        }

        .accordion .accordion-content blockquote cite:before {
            content: ''
        }

.accordion:not(.solo_accordion) .accordion-content ul {
    padding-top: .625rem;
    margin-bottom: 1.875rem;
    font-size: 1.125rem
}

.accordion .accordion-content ol {
    margin-left: 0;
    padding-top: .625rem;
    font-size: 1.125rem;
    counter-reset: section;
    list-style-type: none
}

@media only screen and (max-width:719px) {
    .accordion:not(.solo_accordion) .accordion-content ol, .accordion:not(.solo_accordion) .accordion-content ul {
        font-size: 1rem
    }
}

.accordion:not(.solo_accordion) .accordion-content ul li {
    margin-bottom: 1.25rem
}

.accordion:not(.solo_accordion) ul.dash-item-list li {
    margin-bottom: .625rem
}

.accordion:not(.solo_accordion) .accordion-content ol li {
    padding-left: 1.875rem;
    margin-bottom: .625rem;
    counter-increment: section;
    position: relative
}

    .accordion:not(.solo_accordion) .accordion-content ol li:before {
        content: counters(section, ".") ". ";
        position: absolute;
        top: 0;
        left: 0
    }

.accordion .accordion-content ol li ol {
    padding-top: 0;
    margin-top: .625rem;
    margin-bottom: 1.25rem
}

    .accordion .accordion-content ol li ol li {
        position: relative
    }

.accordion .accordion-content ul:not(.menu) li ul {
    list-style: none;
    margin-left: 0;
    padding-top: 0;
    margin-top: .625rem;
    margin-bottom: 1.875rem
}

.accordion .accordion-content ul:not(.menu) li ol {
    margin-bottom: 1.875rem
}

.accordion .accordion-content ul:not(.menu) li ul li {
    padding-left: 1.25rem;
    position: relative
}

    .accordion .accordion-content ul:not(.menu) li ul li:before {
        content: '\2014';
        position: absolute;
        top: 0;
        left: 0
    }

.accordion:not(.solo_accordion) .accordion-content ul:not(.menu):not(.accordion) {
    margin-left: 1.25rem
}

.accordion .accordion-content .dash-bullet {
    list-style: none;
    margin-left: 0
}

    .accordion .accordion-content .dash-bullet li {
        padding-left: 1.25rem;
        position: relative
    }

        .accordion .accordion-content .dash-bullet li:before {
            content: '\2014';
            position: absolute;
            top: 0;
            left: 0
        }

.accordion .accordion-content ul.two-column-list {
    list-style: none;
    padding-left: 0
}

    .accordion .accordion-content ul.two-column-list h4 {
        color: #021B41;
        font-size: 1.25rem;
        font-family: gilmer-medium,sans-serif;
        font-weight: 400
    }

    .accordion .accordion-content ul.two-column-list p {
        color: #54565b;
        font-size: 1.125rem;
        font-family: gilmer-regular,sans-serif;
        font-weight: 400
    }

.accordion .accordion-content .download-link-list {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

    .accordion .accordion-content .download-link-list dd, .accordion .accordion-content .download-link-list dt {
        border-bottom: 1px solid rgba(0,45,89,.3);
        padding: .625rem 0 .625rem 0;
        line-height: 1.25
    }

    .accordion .accordion-content .download-link-list dt {
        font-family: gilmer-medium,sans-serif;
        font-weight: 400;
        font-size: 1rem;
        margin-bottom: 0
    }

    .accordion .accordion-content .download-link-list dd {
        font-family: gilmer-regular,sans-serif;
        font-weight: 400;
        font-size: 1rem
    }

        .accordion .accordion-content .download-link-list dd a {
            display: block;
            text-decoration: none;
            color: #54565b;
            padding-left: .125rem;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027.91%2027.91%22%3E%3Cpath%20d%3D%22M12.3%2C2.68V14.23L9.2%2C11.14a1.64%2C1.64%2C0%2C0%2C0-2.32%2C2.31l5.9%2C5.89a1.68%2C1.68%2C0%2C0%2C0%2C2.35%2C0L21%2C13.45a1.64%2C1.64%2C0%2C0%2C0-2.32-2.31l-3.14%2C3.14V2.68a1.64%2C1.64%2C0%2C0%2C0-3.27%2C0Z%22%20fill%3D%22%23ef7f8a%22%2F%3E%3Cpath%20d%3D%22M26.27%2C19.16H24.64a1%2C1%2C0%2C0%2C0-1%2C1V23H4.27V20.16a1%2C1%2C0%2C0%2C0-1-1H1.64a1%2C1%2C0%2C0%2C0-1%2C1v5.42a1%2C1%2C0%2C0%2C0%2C1%2C1H26.27a1%2C1%2C0%2C0%2C0%2C1-1V20.16A1%2C1%2C0%2C0%2C0%2C26.27%2C19.16Z%22%20fill%3D%22%23ef7f8a%22%2F%3E%3C%2Fsvg%3E");
            background-repeat: no-repeat;
            background-size: 18px 18px;
            background-position: center right
        }

            .accordion .accordion-content .download-link-list dd a:hover {
                color: #021B41
            }

.accordion .menu.rating li:before {
    display: none
}

.accordion .menu.rating li, .menu.rating li, .menu.simple.rating li + li {
    padding-left: 0;
    margin-left: 0
}

.accordion table {
    margin-bottom: 1.75rem
}

.accordion table, .accordion tbody, .accordion tfoot, .accordion thead {
    border: none;
    font-size: 1rem
}

.accordion thead {
    background-color: transparent
}

.accordion tr {
    border-bottom: 1px solid #eeefef;
    background-color: transparent
}

.accordion tbody tr:last-child {
    border-bottom: none
}

.accordion .accordion-content .footer {
    border-top: solid 1px rgba(0,45,89,.12);
    margin-top: 2.25rem;
    margin-left: -2.75rem;
    margin-right: -6.25rem;
    padding: 1rem 1.875rem 1rem 1.75rem;
    border-radius: 0 0 10px 10px;
    color: #021B41;
    font-size: 1rem;
    font-family: gilmer-medium,sans-serif;
    font-weight: 400
}

    .accordion .accordion-content .footer p {
        margin-bottom: 0
    }

    .accordion .accordion-content .footer .menu li {
        margin-left: 0
    }

        .accordion .accordion-content .footer .menu li:first-child a {
            border-right: 1px solid rgba(0,45,89,.3);
            padding-left: 0;
            padding-right: .625rem
        }

        .accordion .accordion-content .footer .menu li:last-child a {
            padding-left: .625rem;
            padding-right: 0
        }

    .accordion .accordion-content .footer .menu a {
        font-size: 1rem;
        font-family: gilmer-medium,sans-serif;
        font-weight: 400;
        line-height: 1.5
    }

        .accordion .accordion-content .footer .menu a:hover {
            text-decoration: underline
        }

.accordion.accordion--content-main .accordion-title {
    border-radius: 18px
}

.accordion.accordion--content-main .accordion-item.is-active > .accordion-title {
    background-color: #021B41;
    color: #fff;
    border-radius: 18px 18px 0 0
}

.accordion.accordion--content-main, .accordion.accordion--content-main .accordion-item {
    border-radius: 18px
}

    .accordion.accordion--content-main .accordion-title h3 {
        font-size: 1.75rem;
        color: #fff
    }

        .accordion.accordion--content-main .accordion-title h3 span.transaction-count {
            color: #2E5C99;
            font-family: gilmer-regular,sans-serif;
            font-weight: 400;
            margin-left: .625rem
        }

    .accordion.accordion--content-main .accordion-title:before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M1%2C4l6.5%2C7L14%2C4%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E")
    }

    .accordion.accordion--content-main .accordion-item.is-active > .accordion-title:before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M14%2C11%2C7.5%2C4%2C1%2C11%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E")
    }

    .accordion.accordion--content-main .accordion-content, .accordion.accordion--content-main .accordion-item:last-child > .accordion-content:last-child {
        padding: 1.75rem 2.75rem 2rem 2.75rem;
        border-radius: 18px;
        color: #021B41
    }

    .accordion.accordion--content-main .accordion-item:last-child:not(.is-active) > .accordion-title, .accordion.accordion--content-main .accordion-title {
        padding: 1.75rem 2.75rem 2rem 2.75rem;
        border-radius: 18px;
        background-color: #021B41;
        color: #fff
    }

    .accordion.accordion--content-main .accordion-content p {
        font-size: 1rem;
        margin-bottom: 0
    }

.accordion.accordion--seafoam-blue .accordion-item.is-active .accordion-title {
    background-color: rgba(123,201,206,.15);
    border-color: #2E5C99
}

.accordion.accordion--seafoam-blue .accordion-item.is-active .accordion-content {
    background-color: rgba(123,201,206,.15);
    color: #021B41
}

    .accordion.accordion--seafoam-blue .accordion-item.is-active .accordion-content h3 {
        font-family: gilmer-bold,sans-serif;
        font-weight: 400;
        color: #021B41;
        margin-bottom: .625rem
    }

    .accordion.accordion--seafoam-blue .accordion-item.is-active .accordion-content p {
        margin-bottom: 1.3125rem
    }

.accordion.accordion--seafoam-blue .accordion-item.is-active {
    border-color: #2E5C99
}

.accordion.accordion--seafoam-blue-titles .accordion-item.is-active .accordion-title {
    background-color: rgba(123,201,206,.15);
    border-color: #2E5C99
}

.accordion.accordion--seafoam-blue-titles .accordion-item.is-active {
    border-color: #2E5C99
}

    .accordion.accordion--seafoam-blue-titles .accordion-item.is-active .accordion-content {
        color: #021B41
    }

.accordion.accordion--dark-teal-titles .accordion-item {
    background-color: #fff;
    border-color: rgba(3,81,66,.5)
}

    .accordion.accordion--dark-teal-titles .accordion-item.is-active .accordion-title {
        background-color: #035142;
        border-color: rgba(3,81,66,.5);
        color: #fff
    }

        .accordion.accordion--dark-teal-titles .accordion-item.is-active .accordion-title:before {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M14%2C11%2C7.5%2C4%2C1%2C11%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E")
        }

    .accordion.accordion--dark-teal-titles .accordion-item .accordion-title h3 {
        font-size: 1.25rem
    }

    .accordion.accordion--dark-teal-titles .accordion-item.is-active .accordion-title h3 {
        color: #fff
    }

    .accordion.accordion--dark-teal-titles .accordion-item.is-active {
        border-color: transparent
    }

    .accordion.accordion--dark-teal-titles .accordion-item .accordion-content {
        border: 1px solid rgba(3,81,66,.5)
    }

    .accordion.accordion--dark-teal-titles .accordion-item.is-active .accordion-content {
        color: #021B41;
        border-color: rgba(3,81,66,.5);
        border-top: none;
        border-radius: 0 0 10px 10px
    }

.accordion.accordion-dualsize {
    padding-top: 0
}

    .accordion.accordion-dualsize .accordion-content, .accordion.accordion-dualsize .accordion-content:last-child {
        padding: 0 0 1rem 0;
        background-color: #f5f5f5
    }

        .accordion.accordion-dualsize .accordion-content img {
            margin-bottom: 2rem
        }

        .accordion.accordion-dualsize .accordion-content h4, .accordion.accordion-dualsize .accordion-content p {
            margin-left: 2rem;
            margin-right: 2rem
        }

@media only screen and (min-width:0) and (max-width:719px) {
    .accordion.accordion-dualsize .accordion-content h4, .accordion.accordion-dualsize .accordion-content p {
        margin-left: 1.25rem;
        margin-right: 1.25rem
    }
}

@media only screen and (max-width:414px) {
    .accordion:not(.solo_accordion):not(.accordion-dualsize) .accordion-content, .accordion:not(.solo_accordion):not(.accordion-dualsize) .accordion-item:last-child > .accordion-content:last-child {
        padding: 1.75rem 1.625rem 1.75rem 1.625rem;
        font-size: 1rem;
        line-height: 1.55
    }

    .accordion .accordion-content > h5, .accordion:not(.solo_accordion) .accordion-content > h3, .accordion:not(.solo_accordion) .accordion-content > h4 {
        margin-bottom: 1rem
    }

    .accordion:not(.solo_accordion) .accordion-content blockquote cite {
        font-size: 1rem
    }

    .accordion table, .accordion tbody, .accordion tfoot, .accordion thead {
        font-size: .9375rem
    }

    .accordion:not(.solo_accordion) .accordion-content p {
        font-size: 1rem
    }

    .accordion:not(.solo_accordion) .accordion-title h3 {
        font-size: 1rem
    }

    .accordion:not(.solo_accordion) .accordion-content h3:not(.h2) {
        font-size: 1rem
    }

    .accordion.accordion--content-main .accordion-content, .accordion.accordion--content-main .accordion-item:last-child > .accordion-content:last-child {
        padding: 1.75rem 1rem 2rem 1rem
    }

    .accordion.accordion--content-main .accordion-title h3 {
        font-size: 1.25rem
    }

    .accordion.accordion--content-main .accordion-item:last-child:not(.is-active) > .accordion-title, .accordion.accordion--content-main .accordion-title {
        padding: .9375rem 3.125rem 1.25rem 1.25rem
    }
}

@media only screen and (min-width:415px) and (max-width:719px) {
    .accordion:not(.solo_accordion):not(.accordion-dualsize) .accordion-content, .accordion:not(.solo_accordion):not(.accordion-dualsize) .accordion-item:last-child > .accordion-content:last-child {
        padding: 1.75rem 1.625rem 1.75rem 1.625rem;
        font-size: 1rem;
        line-height: 1.55
    }

    .accordion .accordion-content > h4, .accordion .accordion-content > h5, .accordion:not(.solo_accordion) .accordion-content > h3 {
        margin-bottom: 1rem
    }

    .accordion:not(.solo_accordion) .accordion-content blockquote cite {
        font-size: 1rem
    }

    .accordion table, .accordion tbody, .accordion tfoot, .accordion thead {
        font-size: .9375rem
    }

    .accordion:not(.solo_accordion) .accordion-content p {
        font-size: 1rem
    }

    .accordion:not(.solo_accordion) .accordion-title h3 {
        font-size: 1rem
    }

    .accordion:not(.solo_accordion) .accordion-content h3:not(.h2) {
        font-size: 1rem
    }

    .accordion.accordion--content-main .accordion-content, .accordion.accordion--content-main .accordion-item:last-child > .accordion-content:last-child {
        padding: 1.75rem 1rem 2rem 1rem
    }

    .accordion.accordion--content-main .accordion-title h3 {
        font-size: 1.25rem
    }

    .accordion.accordion--content-main .accordion-item:last-child:not(.is-active) > .accordion-title, .accordion.accordion--content-main .accordion-title {
        padding: .9375rem 3.125rem 1.25rem 1.25rem
    }
}

@media only screen and (min-width:720px) and (max-width:1023px) {
    .accordion:not(.solo_accordion):not(.accordion-dualsize) .accordion-content, .accordion:not(.solo_accordion):not(.accordion-dualsize) .accordion-item:last-child > .accordion-content:last-child {
        padding: 1.75rem 1.625rem 1.75rem 1.625rem
    }
}

@media only screen and (min-width:1024px) {
    .accordion:not(.solo_accordion) .accordion-item--primary > .accordion-title:before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M4%2C14l7-6.5L4%2C1%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E")
    }

    .accordion:not(.solo_accordion) .accordion-item--primary.accordion-item.is-active > .accordion-title:before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M11%2C1%2C4%2C7.5%2C11%2C14%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E")
    }

    .accordion.accordion--dark-teal-titles .accordion-item--primary.accordion-item.is-active > .accordion-title:before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M11%2C1%2C4%2C7.5%2C11%2C14%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E")
    }

    .accordion.no-toggle-icons.accordion--dark-teal-titles .accordion-item--primary.accordion-item.is-active > .accordion-title:before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M4%2C14l7-6.5L4%2C1%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E")
    }

    .accordion:not(.solo_accordion) .accordion-item--primary {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .accordion .accordion-item--primary > a.accordion-title h3 {
        font-family: gilmer-regular,sans-serif;
        font-weight: 400
    }

    .accordion .accordion-item--primary.accordion-item:last-child:not(.is-active) > .accordion-title, .accordion .accordion-item--primary > a.accordion-title {
        width: 35%;
        border: solid 1px rgba(0,45,89,.12);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
        border-radius: 10px
    }

    .accordion .accordion-item--primary:last-child > .accordion-content:last-child, .accordion .accordion-item--primary > .accordion-content {
        position: absolute;
        top: 0;
        left: 40%;
        width: 60%;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 10px;
        margin-left: 0;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0
    }

    .accordion.accordion-dualsize .accordion-item--primary > a.accordion-title, .accordion.accordion-dualsize .accordion-item:last-child:not(.is-active) > .accordion-title {
        width: calc(50% - 20px)
    }

    .accordion.accordion-dualsize .accordion-content, .accordion.accordion-dualsize .accordion-item--primary:last-child > .accordion-content:last-child {
        left: calc(50% + 20px);
        width: calc(50% - 40px);
        border: 1px solid rgba(3,81,66,.5);
        overflow: hidden
    }

    .accordion.accordion--dark-teal-titles .accordion-item.is-active .accordion-content {
        border: 1px solid rgba(3,81,66,.5);
        border-radius: 10px
    }

    .accordion.accordion--dark-teal-titles .accordion-item--primary.accordion-item .accordion-title, .accordion.accordion--dark-teal-titles .accordion-item--primary.accordion-item:last-child:not(.is-active) > .accordion-title {
        border: 1px solid rgba(3,81,66,.5)
    }

    .accordion-container {
        position: relative
    }
}

.solo_accordion .accordion-title {
    color: #00adac;
    background-color: #fff;
    text-decoration: none
}

.solo_accordion.accordion {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    padding-top: 0
}

.solo_accordion .accordion-title, .solo_accordion :last-child:not(.is-active) > .accordion-title {
    font-size: 1.25rem;
    color: #021B41;
    font-weight: 700;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 3.4375rem;
    padding-left: 2.5rem;
    -webkit-transition: all .25s;
    transition: all .25s
}

    .solo_accordion .accordion-title:focus, .solo_accordion .accordion-title:hover, .solo_accordion :last-child:not(.is-active) > .accordion-title:hover {
        color: #021B41;
        background-color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.solo_accordion .accordion-item {
    margin-bottom: 0
}

    .solo_accordion .accordion-item:first-child > :first-child {
        border-radius: 10px
    }

    .solo_accordion .accordion-item .accordion-title {
        background-color: rgba(123,201,206,.15);
        border-color: #2E5C99
    }

    .solo_accordion .accordion-item.is-active .accordion-title {
        border-radius: 10px 10px 0 0
    }

.solo_accordion .is-active > .accordion-title:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2056.69%2056.69%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M8.2%2C42.9L1.2%2C33l27-19.5L55.4%2C33l-7.2%2C10.2l-20-14.8L8.2%2C42.9z%22%2F%3E%3C%2Fsvg%3E")
}

.solo_accordion .accordion-content, .solo_accordion .accordion-content:last-child {
    background-color: #fff;
    border-bottom: 1px solid #2E5C99;
    border-color: #2E5C99;
    margin-top: 0;
    padding: 0;
    border-radius: 0 0 10px 10px;
    overflow: hidden
}

    .solo_accordion .accordion-content ul {
        list-style: none;
        margin-left: 0;
        padding-left: 0
    }

        .solo_accordion .accordion-content ul li a {
            padding: 1.625rem 2rem 1.625rem 5.25rem;
            font-size: 1.25rem
        }

            .solo_accordion .accordion-content ul li a:hover {
                background-color: rgba(123,201,206,.15);
                color: #021B41
            }

        .solo_accordion .accordion-content ul li:last-child a {
            border-radius: 0 0 10px 10px
        }

    .solo_accordion .accordion-content a {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%23021B41%22%20d%3D%22M3%2C17H22.17l-3.81%2C3.81a2%2C2%2C0%2C1%2C0%2C2.85%2C2.84l7.24-7.24a2.1%2C2.1%2C0%2C0%2C0%2C0-2.9L21.21%2C6.31a2%2C2%2C0%2C0%2C0-2.85%2C2.84L22.23%2C13H3a2%2C2%2C0%2C0%2C0%2C0%2C4Z%22%2F%3E%3C%2Fsvg%3E");
        background-position: 43px 50%;
        background-repeat: no-repeat;
        background-size: 18px 18px;
        display: block;
        text-decoration: none
    }

        .solo_accordion .accordion-content a:hover {
            color: #2E5C99
        }

@media only screen and (max-width:414px) {
    .solo_accordion .accordion-title, .solo_accordion :last-child:not(.is-active) > .accordion-title {
        font-size: 1rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        padding-left: 1.5rem
    }

    .solo_accordion .accordion-content ul li a {
        padding: 1.125rem 1.125rem 1.125rem 4rem;
        font-size: 1rem
    }

    .solo_accordion .accordion-content a {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%23021B41%22%20d%3D%22M3%2C17H22.17l-3.81%2C3.81a2%2C2%2C0%2C1%2C0%2C2.85%2C2.84l7.24-7.24a2.1%2C2.1%2C0%2C0%2C0%2C0-2.9L21.21%2C6.31a2%2C2%2C0%2C0%2C0-2.85%2C2.84L22.23%2C13H3a2%2C2%2C0%2C0%2C0%2C0%2C4Z%22%2F%3E%3C%2Fsvg%3E");
        background-position: 23px 50%
    }
}

@media only screen and (min-width:415px) and (max-width:719px) {
    .solo_accordion .accordion-title, .solo_accordion :last-child:not(.is-active) > .accordion-title {
        font-size: 1rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        padding-left: 1.5rem
    }

    .solo_accordion .accordion-content ul li a {
        padding: 1.125rem 2rem 1.125rem 4rem;
        font-size: 1rem
    }

    .solo_accordion .accordion-content a {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%23021B41%22%20d%3D%22M3%2C17H22.17l-3.81%2C3.81a2%2C2%2C0%2C1%2C0%2C2.85%2C2.84l7.24-7.24a2.1%2C2.1%2C0%2C0%2C0%2C0-2.9L21.21%2C6.31a2%2C2%2C0%2C0%2C0-2.85%2C2.84L22.23%2C13H3a2%2C2%2C0%2C0%2C0%2C0%2C4Z%22%2F%3E%3C%2Fsvg%3E");
        background-position: 23px 50%
    }
}

.feature-slider__fullheight {
    height: 100%;
    position: relative
}

.feature-slider__wrapper {
    background-color: #fafafa;
    margin-top: -1px;
    margin-bottom: 1.875rem
}

    .feature-slider__wrapper .orbit-bullets {
        z-index: 5;
        bottom: 2rem
    }

.feature-slider__slide {
    height: 550px;
    background-repeat: no-repeat;
    background-position: top 0 right 25%;
    background-size: cover;
   /* border-bottom: 1px solid #C20114;
    border-top: 1px solid #C20114*/
}

.feature-slider__panel {
    margin-top: 0;
    width: 45%;
    height: 100%;
    background-color: rgba(255,0,0,.95);
    padding: 1.875rem;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s
}

.feature-slider__slide-split {
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.feature-slider__panel-split {
    position: absolute;
    left: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(103,162,188,.94);
    padding: 1.25rem 1.25rem 1.25rem 1.25rem
}

.feature-slider__fullheight .column:first-child, .feature-slider__fullheight .columns:first-child {
    border-radius: 100px 0 0 0;
    overflow: hidden;
    padding-top: 4rem;
    padding-bottom: 3rem;
    padding-left: 8.33333%;
    padding-right: 7.33333%
}

.feature-slider__fullheight .column:last-child, .feature-slider__fullheight .columns:last-child {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0 0 100px 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    height: 100%
}

.feature-slider__fullheight.alt .column:last-child, .feature-slider__fullheight.alt .columns:last-child {
    border-radius: 100px 0 0 0;
    overflow: hidden;
    padding-top: 4rem;
    padding-bottom: 3rem;
    padding-left: 8.33333%;
    padding-right: 7.33333%;
    height: auto
}

.feature-slider__fullheight.alt .column:first-child, .feature-slider__fullheight.alt .columns:first-child {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0 0 100px 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    height: 100%
}

.feature-slider__fullheight.single .column:first-child, .feature-slider__fullheight.single .column:last-child, .feature-slider__fullheight.single .columns:first-child, .feature-slider__fullheight.single .columns:last-child {
    height: auto;
    padding-top: 0;
    padding-bottom: 0
}

.icon-clouds {
    padding-top: 9.0625rem;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 120px 90px;
    background-image: url(../img/icon-cloud-dots.svg)
}

.feature-slider__title {
    font-size: 2.625rem;
    line-height: 1.2;
    font-weight: 700;
    color: #021B41;
    margin-bottom: 1.125rem
}

.feature-slider__panel-split .feature-slider__title {
    font-size: 1.5625rem;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    margin-bottom: .75rem
}

.feature-slider__summary {
    padding-bottom: .25rem;
    color: #021B41;
    font-size: 1.9375rem
}

.feature-slider__link {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.85%2015.85%22%3E%3Cpath%20fill%3D%22%2300B9B9%22%20d%3D%22M9.44%2C14.33l-.59-.59-.59-.58%2C4.43-4.4H0V7.1H12.69L8.27%2C2.69%2C9.44%2C1.52l6.4%2C6.4Z%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    text-indent: -5000px;
    height: 2.5rem;
    width: 5rem;
    text-indent: -5000px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    bottom: 1.875rem;
    right: 1.875rem;
    -webkit-transition: all .25s;
    transition: all .25s
}

    .feature-slider__link:hover {
        background-color: #021B41;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.85%2015.85%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M9.44%2C14.33l-.59-.59-.59-.58%2C4.43-4.4H0V7.1H12.69L8.27%2C2.69%2C9.44%2C1.52l6.4%2C6.4Z%22%2F%3E%3C%2Fsvg%3E")
    }

.feature-slider__panel-split h3 {
    font-size: 1.1875rem;
    line-height: 1.2;
    font-weight: 700;
    color: #323241;
    margin-bottom: .9375rem
}

.feature-slider__panel-split p {
    font-size: 1.0625rem;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 0
}

.feature-slider__panel-split a {
    display: block;
    height: 100%;
    text-decoration: none
}

    .feature-slider__panel-split a:hover h2, .feature-slider__panel-split a:hover p {
        text-decoration: underline
    }

.feature-slider__title span {
    font-size: 1.75rem;
    font-weight: 400
}

.feature-slider__btn, .feature-slider__btn.button {
    font-size: 1rem;
    border-radius: 4px;
    background-color: #c31411;
    background-image: url(../img/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: top 50% right 14px;
    background-size: .75rem;
    color: #fff;
    text-align: left;
    padding-left: 1.25rem;
    padding-right: 4.375rem;
    -webkit-transition: opacity .25s,background-color .25s,color .25s;
    transition: opacity .25s,background-color .25s,color .25s
}

    .feature-slider__btn:hover {
        background-color: #4c526f;
        background-image: url(../img/right-arrow.svg);
        color: #fff
    }

@media only screen and (max-width:414px) {
    .feature-slider__fullheight .column:last-child, .feature-slider__fullheight .columns:last-child {
        height: 30%;
        border-radius: 0;
        background-position: top 15% center;
        background-size: 130%;
        border-bottom: 4px solid #fbcb4d
    }

    .feature-slider__fullheight.alt .column:first-child, .feature-slider__fullheight.alt .columns:first-child {
        height: 30%;
        border-radius: 0;
        background-size: 130%;
        border-bottom: 4px solid #fbcb4d
    }

    .feature-slider__fullheight .column:first-child, .feature-slider__fullheight .columns:first-child {
        height: 70%;
        padding-top: 1.875rem;
        padding-bottom: 0;
        border-radius: 0;
        border-bottom: none;
        text-align: center
    }

    .feature-slider__fullheight.alt .column:last-child, .feature-slider__fullheight.alt .columns:last-child {
        height: 70%;
        padding-top: 1.875rem;
        padding-bottom: 0;
        border-radius: 0;
        border-bottom: none;
        text-align: center
    }

    .feature-slider__title {
        font-size: 1.75rem
    }

    .feature-slider__summary {
        font-size: 1.25rem
    }

    .icon-clouds {
        padding-top: 4rem;
        background-size: 80px 60px
    }
}

@media only screen and (min-width:415px) and (max-width:719px) {
    .feature-slider__fullheight .column:last-child, .feature-slider__fullheight .columns:last-child {
        height: 40%;
        border-radius: 0;
        background-position: top 15% center;
        background-size: 130%;
        border-bottom: 4px solid #fbcb4d
    }

    .feature-slider__fullheight.alt .column:first-child, .feature-slider__fullheight.alt .columns:first-child {
        height: 40%;
        border-radius: 0;
        background-size: 130%;
        border-bottom: 4px solid #fbcb4d
    }

    .feature-slider__fullheight .column:first-child, .feature-slider__fullheight .columns:first-child {
        height: 60%;
        padding-top: 1.875rem;
        padding-bottom: 0;
        border-radius: 0;
        border-bottom: none;
        text-align: center
    }

    .feature-slider__fullheight.alt .column:last-child, .feature-slider__fullheight.alt .columns:last-child {
        height: 60%;
        padding-top: 1.875rem;
        padding-bottom: 0;
        border-radius: 0;
        border-bottom: none;
        text-align: center
    }

    .feature-slider__title {
        font-size: 2rem
    }

    .feature-slider__summary {
        font-size: 1.375rem;
        margin-bottom: 1rem;
    }
    .icon-clouds {
        background-size: 80px 60px;
        padding-top: 4rem;
        margin-bottom:0px;
    }
}
@media only screen and (min-width:720px) and (max-width:1023px) {
    .icon-clouds {
        padding-top: 6rem;
    }
}

.orbit {
    width: 100%
}

.orbit-controls button.disabled {
    background-color: rgba(0,0,0,.2)
}

.orbit-control button:hover {
    cursor: pointer
}

.orbit-controls button.disabled:hover {
    cursor: not-allowed
}

.orbit-container:focus, .orbit-slide:focus {
    outline: 0
}

.orbit-slide figure {
    padding: 25px
}

.orbit-slide img {
    padding: 0;
    background: #fff
}

.orbit-bullets {
    position: absolute;
    height: 1.875rem;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    left: 0;
    right: 0;
    margin-top: 0;
    margin-bottom: 0
}

.bullets-wrapper {
    display: inline-block;
    position: relative;
    height: 1.875rem;
    margin: auto;
    background-color: transparent;
    border-radius: 999px;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.orbit-bullets button {
    background-color: #323241;
    border: 2px solid #323241;
    width: .625rem;
    height: .625rem;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    line-height: .625rem;
    font-size: .625rem;
    position: relative
}

    .orbit-bullets button span {
        font-size: 1px;
        height: 1px;
        line-height: 1px
    }

    .orbit-bullets button:hover {
        cursor: pointer
    }

    .orbit-bullets button.is-active, .orbit-bullets button:hover {
        background-color: #2E5C99;
        border: 2px solid #2E5C99;
        width: .625rem;
        height: .625rem
    }

.signpost-feature {
    border-radius: 100px 0 100px 0;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
    background-color: #fff
}

    .signpost-feature.light-blue-panel {
        background-color: #e5f5f6
    }

    .signpost-feature.no-margins {
        margin-left: 0;
        margin-right: 0
    }

    .signpost-feature .column:first-child, .signpost-feature .columns:first-child {
        border-radius: 100px 0 0 0;
        overflow: hidden;
        padding-top: 4rem;
        padding-bottom: 3rem;
        padding-left: 8.33333%;
        padding-right: 7.33333%
    }

        .signpost-feature .column:first-child h3, .signpost-feature .columns:first-child h3 {
            margin-bottom: 1.5rem
        }

        .signpost-feature .column:first-child p, .signpost-feature .columns:first-child p {
            font-size: 1.125rem
        }

    .signpost-feature .column:last-child, .signpost-feature .columns:last-child {
        padding-left: 0;
        padding-right: 0;
        border-radius: 0 0 100px 0;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        min-height: 250px
    }

    .signpost-feature.alt .column:last-child, .signpost-feature.alt .columns:last-child {
        border-radius: 100px 0 0 0;
        overflow: hidden;
        padding-top: 4rem;
        padding-bottom: 3rem;
        padding-left: 8.33333%;
        padding-right: 7.33333%
    }

        .signpost-feature.alt .column:last-child h3, .signpost-feature.alt .columns:last-child h3 {
            margin-bottom: 1.5rem
        }

        .signpost-feature.alt .column:last-child p, .signpost-feature.alt .columns:last-child p {
            font-size: 1.125rem
        }

    .signpost-feature.alt .column:first-child, .signpost-feature.alt .columns:first-child {
        padding-left: 0;
        padding-right: 0;
        border-radius: 100px 0 0 0;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        min-height: 250px
    }

    .signpost-feature.signpost-8-4 .column:last-child, .signpost-feature.signpost-8-4 .columns:last-child {
        padding-left: 0;
        padding-right: 0;
        border-radius: 0 0 100px 0
    }

@media only screen and (min-width:0) and (max-width:414px) {
    .signpost-feature {
        border-radius: 50px 0 50px 0
    }

        .signpost-feature.all-rounded-mobile {
            border-radius: 18px 18px 18px 18px;
            margin-left: 0;
            margin-right: 0
        }

            .signpost-feature.all-rounded-mobile .column:last-child, .signpost-feature.all-rounded-mobile .columns:last-child {
                border-radius: 0
            }

        .signpost-feature .column:first-child, .signpost-feature .columns:first-child {
            border-radius: 50px 0 0 0;
            padding-top: 2rem;
            padding-bottom: 1.5rem
        }

        .signpost-feature .column:last-child, .signpost-feature .columns:last-child {
            border-radius: 0 0 50px 0
        }

        .signpost-feature.alt .column:last-child, .signpost-feature.alt .columns:last-child {
            border-radius: 50px 0 0 0
        }

        .signpost-feature.alt .column:first-child, .signpost-feature.alt .columns:first-child {
            border-radius: 50px 0 0 0
        }

        .signpost-feature.signpost-8-4 .column:last-child, .signpost-feature.signpost-8-4 .columns:last-child {
            border-radius: 0 0 50px 0
        }

        .signpost-feature.signpost-8-4 {
            padding-bottom: 1.5rem
        }

            .signpost-feature.signpost-8-4 .column:first-child, .signpost-feature.signpost-8-4 .columns:first-child {
                padding-top: 2.4rem;
                padding-bottom: 1.5rem
            }

            .signpost-feature.signpost-8-4 .column:last-child, .signpost-feature.signpost-8-4 .columns:last-child {
                padding-left: 8.33333%;
                padding-right: 7.33333%
            }
}

@media only screen and (min-width:415px) and (max-width:719px) {
    .signpost-feature.all-rounded-mobile {
        border-radius: 18px 18px 18px 18px;
        margin-left: 0;
        margin-right: 0
    }

        .signpost-feature.all-rounded-mobile .column:last-child, .signpost-feature.all-rounded-mobile .columns:last-child {
            border-radius: 0
        }

    .signpost-feature.signpost-8-4 {
        padding-bottom: 1.5rem
    }

        .signpost-feature.signpost-8-4 .column:last-child, .signpost-feature.signpost-8-4 .columns:last-child {
            padding-left: 8.33333%;
            padding-right: 7.33333%
        }
}

@media only screen and (min-width:720px) and (max-width:1023px) {
    .signpost-feature.signpost-8-4 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

        .signpost-feature.signpost-8-4 .column:last-child, .signpost-feature.signpost-8-4 .columns:last-child {
            padding-left: 0;
            padding-right: 5%
        }
}

.rounded-panel-grey {
    border-radius: 18px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
    background-color: #f5f5f5
}

.panel-rating {
    border-radius: 100px 0 100px 0;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
    background-color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem
}

    .panel-rating h3 {
        margin-bottom: 1rem
    }

    .panel-rating ul li a {
        font-size: 1.125rem;
        font-family: gilmer-regular,sans-serif;
        font-weight: 400
    }

    .panel-rating li {
        margin-left: 0
    }

        .panel-rating li:first-child a {
            border-right: 1px solid #021B41;
            padding-left: 0;
            padding-right: 1.5rem
        }

        .panel-rating li:last-child a {
            padding-left: 1.5rem;
            padding-right: 0
        }

        .panel-rating li a {
            font-size: 1rem;
            font-family: gilmer-medium,sans-serif;
            font-weight: 400;
            line-height: 1
        }

            .panel-rating li a:hover {
                text-decoration: underline
            }

@media only screen and (min-width:0) and (max-width:719px) {
    .panel-rating {
        border-radius: 50px 0 50px 0
    }
}

@media only screen and (min-width:0) and (max-width:414px) {
    .panel-rating {
        padding-top: 2.5rem;
        padding-bottom: 2rem
    }

        .panel-rating h3 {
            font-size: 1.125rem
        }
}

.panel-contact {
    border-radius: 100px 0 100px 0;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
    background-color: #fff;
    padding-top: 4rem;
    padding-bottom: 4.5rem
}

    .panel-contact h3, .panel-contact-us h3 {
        font-size: 1.875rem;
        margin-bottom: 3rem
    }

    .panel-contact h4, .panel-contact-us h4 {
        font-family: gilmer-bold,sans-serif;
        font-weight: 400;
        margin-bottom: 1rem
    }

    .panel-contact p, .panel-contact-us p {
        margin-bottom: 0
    }

.detail.column, .detail.columns {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAABpCAMAAAAnWwKPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDM2MCwgMjAyMC8wMi8xMy0wMTowNzoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTUzNUE0NjRBNDE4MTFFQUJBRDVBOTFDRDdGQzFGMUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTUzNUE0NjVBNDE4MTFFQUJBRDVBOTFDRDdGQzFGMUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxQzJEMkQ3RkEyOEUxMUVBQkFENUE5MUNEN0ZDMUYxRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxQzJEMkQ4MEEyOEUxMUVBQkFENUE5MUNEN0ZDMUYxRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqTfJikAAAAGUExURXvJzv///7arcUAAAAACdFJOU/8A5bcwSgAAABZJREFUeNpiYEACjIxQNCpIhCBAgAEANn4AWzook/IAAAAASUVORK5CYII=);
    background-repeat: repeat-y;
    background-size: 2px 105px;
    background-position: top left
}

    .detail.column:first-child, .detail.columns:first-child {
        background-image: none
    }

@media only screen and (min-width:0) and (max-width:719px) {
    .panel-contact {
        border-radius: 50px 0 50px 0
    }

    .detail.column, .detail.columns {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAAACCAMAAABsbwKRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDM2MCwgMjAyMC8wMi8xMy0wMTowNzoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTUzNUE0NjhBNDE4MTFFQUJBRDVBOTFDRDdGQzFGMUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTUzNUE0NjlBNDE4MTFFQUJBRDVBOTFDRDdGQzFGMUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBNTM1QTQ2NkE0MTgxMUVBQkFENUE5MUNEN0ZDMUYxRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBNTM1QTQ2N0E0MTgxMUVBQkFENUE5MUNEN0ZDMUYxRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjWhlYUAAAAGUExURXvJzv///7arcUAAAAACdFJOU/8A5bcwSgAAABVJREFUeNpiYAACRkZG+lD0sQkgwAAlZABbl5DkdgAAAABJRU5ErkJggg==);
        background-repeat: repeat-x;
        background-size: 105px 2px;
        background-position: top center;
        padding-top: 1.5rem;
        margin-bottom: 1.5rem
    }

        .detail.column:first-child, .detail.columns:first-child {
            padding-top: 0
        }
}

.icon-panel {
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 50px 50px;
    padding-left: 4.75rem;
    border-bottom: 1px solid #eeefef;
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    padding-top: .25rem;
    padding-bottom: .375rem
}

    .icon-panel:last-of-type {
        border-bottom: none
    }

.icon-panel-pen-paper {
    background-image: url(../img/icon-pen-paper.svg)
}

.icon-panel-location-marker {
    background-image: url(../img/icon-location-marker.svg)
}

.icon-panel-3-people {
    background-image: url(../img/icon-3-people.svg)
}

.icon-panel-spin-person {
    background-image: url(../img/icon-spin-person.svg)
}

.icon-panel-files {
    background-image: url(../img/icon-files.svg)
}

.icon-panel-shield-security {
    background-image: url(../img/icon-shield-security.svg)
}

.icon-panel-piggy-bank {
    background-image: url(../img/icon-piggy-bank.svg)
}

.icon-panel-signpost {
    background-image: url(../img/icon-signpost.svg)
}

.icon-panel-speech-bubbles {
    background-image: url(../img/icon-speech-bubbles.svg)
}

.icon-panel-clock-rewind {
    background-image: url(../img/icon-clock-rewind.svg)
}

@media only screen and (min-width:0) and (max-width:414px) {
    .icon-panel {
        background-size: 36px 36px;
        padding-left: 2.875rem
    }
}

.download-panel {
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 60px 60px;
    padding-left: 5.125rem;
    border-bottom: 1px solid #eeefef;
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    padding-top: .25rem;
    padding-bottom: .375rem
}

    .download-panel.download-panel-video-image {
        padding-left: 0;
        background-image: none
    }

        .download-panel.download-panel-video-image .image-column {
            padding-right: 0
        }

            .download-panel.download-panel-video-image .image-column img {
                padding-left: .625rem;
                padding-right: .625rem
            }

    .download-panel p {
        margin-bottom: 1rem
    }

    .download-panel:last-of-type {
        border-bottom: none
    }

.download-panel-pen-paper {
    background-image: url(../img/icon-pen-paper.svg)
}

.download-panel-location-marker {
    background-image: url(../img/icon-location-marker.svg)
}

.download-panel-3-people {
    background-image: url(../img/icon-3-people.svg)
}

.download-panel-spin-person {
    background-image: url(../img/icon-spin-person.svg)
}

.download-panel-files {
    background-image: url(../img/icon-files.svg)
}

.download-panel-shield-security {
    background-image: url(../img/icon-shield-security.svg)
}

.download-panel-stacked-documents {
    background-image: url(../img/icon-stacked-documents.svg)
}

.download-panel-booklet {
    background-image: url(../img/icon-booklet.svg)
}

@media only screen and (min-width:0) and (max-width:414px) {
    .download-panel.video-panel {
        padding-left: 2.8125rem
    }

    .download-panel {
        background-size: 36px 36px;
        padding-left: 2.875rem
    }

        .download-panel.download-panel-video-image .image-column {
            padding-right: .5rem
        }

            .download-panel.download-panel-video-image .image-column img {
                padding-left: 0;
                padding-right: 0
            }
}

.row.useful-links-item, .useful-links-item {
    margin-left: 0;
    margin-right: 0;
    border-bottom: solid 1px rgba(0,45,89,.3);
    padding-bottom: 1rem;
    margin-bottom: 3rem
}

.useful-links-item .column h3, .useful-links-item .columns h3 {
    margin-bottom: 1rem
}

.useful-links-item .column:first-child, .useful-links-item .columns:first-child {
    padding-left: 0
}

.useful-links-item .column:first-child img, .useful-links-item .columns:first-child img {
    margin: auto;
    display: block
}

@media only screen and (min-width:0) and (max-width:414px) {
    .useful-links-item .column:first-child, .useful-links-item .columns:first-child {
        padding-left: .625rem
    }

        .useful-links-item .column:first-child img, .useful-links-item .columns:first-child img {
            max-width: 12.5rem
        }
}

@media only screen and (min-width:415px) and (max-width:719px) {
    .useful-links-item .column:first-child img, .useful-links-item .columns:first-child img {
        width: 90%
    }
}

.useful-links-panel .menu {
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
    border: solid 1px rgba(0,45,89,.2);
    background-color: #f8f8f8;
    padding-top: .625rem;
    padding-bottom: .625rem;
    overflow: hidden;
    border-top: none
}

    .useful-links-panel .menu:after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        height: 4px;
        width: 100%;
        background-color: #2E5C99
    }

    .useful-links-panel .menu a {
        font-family: gilmer-regular,sans-serif;
        font-weight: 400;
        font-size: 1.125rem;
        padding: 1.25rem 2.8125rem 1.25rem 1.875rem;
        display: block;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%23021B41%22%20d%3D%22M3%2C17H22.17l-3.81%2C3.81a2%2C2%2C0%2C1%2C0%2C2.85%2C2.84l7.24-7.24a2.1%2C2.1%2C0%2C0%2C0%2C0-2.9L21.21%2C6.31a2%2C2%2C0%2C0%2C0-2.85%2C2.84L22.23%2C13H3a2%2C2%2C0%2C0%2C0%2C0%2C4Z%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-position: center right 1.35rem;
        background-size: 22px 22px;
        -webkit-transition: background .25s;
        transition: background .25s
    }

        .useful-links-panel .menu a:hover {
            background-position: center right .85rem;
            text-decoration: underline
        }

.row.news-feature {
    border-radius: 18px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
    border: 1px solid rgba(0,45,89,.2)
}

.news-feature .column.news-item-content, .news-feature .news-item-content.columns {
    overflow: hidden;
    padding-top: 3.5rem;
    padding-bottom: 3rem;
    padding-left: 7%;
    padding-right: 7.33333%
}

    .news-feature .column.news-item-content h3, .news-feature .news-item-content.columns h3 {
        margin-bottom: 1.5rem
    }

    .news-feature .column.news-item-content p, .news-feature .news-item-content.columns p {
        font-size: 1.125rem
    }

.news-feature .column:first-child, .news-feature .columns:first-child {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 250px
}

.content-item-column {
    margin-bottom: 2rem
}

    .content-item-column .inner {
        background-color: #fff;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top center;
        border-radius: 18px;
        overflow: hidden;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
        border: 1px solid rgba(0,45,89,.2);
        height: 100%;
        padding-bottom: 1rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .content-item-column .inner img {
            margin-bottom: 1.5rem;
            min-height: 1px
        }

        .content-item-column .inner h3 {
            font-size: 1.25rem;
            margin-bottom: 1rem
        }

        .content-item-column .inner div, .content-item-column h3, .content-item-column p {
            margin-left: 7%;
            margin-right: 7%
        }

.news-article .column:first-child img, .news-article .columns:first-child img {
    border-radius: 18px;
    width: 95%
}

@media only screen and (min-width:0) and (max-width:719px) {
    .news-article .column:first-child img, .news-article .columns:first-child img {
        width: 100%;
        margin-bottom: 2rem
    }
}

.tag {
    border-radius: 4px;
    background-color: #e5f5f6;
    color: #021B41;
    font-size: .8125rem;
    letter-spacing: .17px;
    font-family: gilmer-medium,sans-serif;
    padding: .25rem .5rem;
    margin-left: .3125rem;
    text-transform: uppercase
}

.date-category {
    color: #54565b;
    margin-top: 0
}

    .date-category span.divider {
        color: #c1c7d0;
        margin-left: .625rem;
        margin-right: .625rem
    }

.glossary-container {
    height: calc(92vh - 50px);
    overflow: hidden
}

.glossary-alpha-menu-column {
    padding-left: .625rem;
    padding-right: .625rem;
    height: 100%
}

.glossary-alpha-menu {
    height: 100%;
    width: 2.625rem;
    border-radius: 10px;
    background-color: rgba(123,201,206,.2);
    padding: 0 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: auto;
    margin-bottom: 1.5rem;
    text-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden
}

    .glossary-alpha-menu.menu li a {
        display: block;
        padding-left: .625rem;
        padding-right: .625rem;
        padding-top: .88vh;
        padding-bottom: .88vh;
        font-family: gilmer-medium,sans-serif;
        font-weight: 400;
        font-size: 1.45vh
    }

    .glossary-alpha-menu a:hover {
        background-color: rgba(123,201,206,.5)
    }

  .glossary-alpha-menu a.active {
    background-color: #2E5C99
  }

.glossary-content-container {
    height: 100%
}

.glossary-content {
    height: 100%;
    padding-right: 1rem;
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

    .glossary-content:before {
        content: '';
        position: absolute;
        height: 30px;
        width: 100%;
        left: 0;
        right: 0;
        top: 20px;
        background: -webkit-gradient(linear,left bottom,left top,color-stop(10%,rgba(255,255,255,0)),to(white));
        background: linear-gradient(0deg,rgba(255,255,255,0) 10%,#fff 100%)
    }

    .glossary-content:after {
        content: '';
        position: absolute;
        height: 30px;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 20px;
        background: -webkit-gradient(linear,left bottom,left top,color-stop(10%,#fff),to(rgba(255,255,255,0)));
        background: linear-gradient(0deg,#fff 10%,rgba(255,255,255,0) 100%)
    }

.glossary-content-inner {
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 1.5rem
}

.glossary-content dt {
    text-transform: uppercase
}

    .glossary-content dt, .glossary-content dt:first-child {
        font-size: 2.25rem;
        font-family: gilmer-bold,sans-serif;
        font-weight: 400;
        margin-top: 1rem;
        padding-bottom: 2rem
    }

        .glossary-content dt:after {
            content: '';
            border-top: 1px solid #2E5C99;
            display: inline-block;
            width: calc(100% - 65px);
            margin-left: 20px;
            height: 14px
        }

.glossary-content dd {
    padding-bottom: 1rem;
    color: #021B41
}

    .glossary-content dd p {
        font-size: 1.125rem
    }

    .glossary-content dd h4 {
        font-size: 1.25rem;
        font-family: gilmer-bold,sans-serif;
        font-weight: 400;
        padding-bottom: .5rem
    }

.glossary-searched-items-menu, .panel-internal .glossary-searched-items-menu {
    margin-top: 1.25rem;
    margin-bottom: 0
}

    .glossary-searched-items-menu li, .panel-internal .glossary-searched-items-menu li {
        margin-bottom: .5rem
    }

    .glossary-searched-items-menu a {
        border-radius: 6px;
        background-color: rgba(123,201,206,.5);
        margin-right: .5rem;
        font-family: gilmer-medium,sans-serif;
        font-weight: 400;
        font-size: 1.125rem;
        -webkit-transition: background .25s;
        transition: background .25s
    }

        .glossary-searched-items-menu a:hover {
            background-color: rgba(123,201,206,.85)
        }

@media only screen and (min-width:0) and (max-width:719px) {
    .glossary-alpha-menu {
        width: 2.25rem
    }

    .glossary-content dd p {
        font-size: 1rem
    }
}

.generic .form-error {
    font-family: gilmer-medium,sans-serif;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: .03125rem
}

.generic-field__label {
    position: relative;
    margin-top: .75rem;
    margin-bottom: 0
}

    .generic-field__label.stretch {
        width: 100%
    }

.generic-field__label-inner {
    line-height: 1;
    display: block;
    margin-bottom: .625rem
}

.generic-field__label-generic-inner {
    line-height: 1;
    opacity: 1;
    display: block;
    margin-bottom: .625rem
}

.is-invalid-input ~ .generic-field__label-inner {
    opacity: 1
}

.generic-field__input:focus ~ .generic-field__label-inner {
    opacity: 1;
    color: #2E5C99
}

.generic-field__obfuscated .obfuscated_password {
    color: #54565b
}

.generic-field__input:focus {
    border-color: #2E5C99
}

.generic-field__input.validated, .generic-field__select.validated {
    border-color: #26ae76
}

    .generic-field__input.validated ~ .generic-field__label-inner {
        opacity: 1;
        color: #26ae76
    }

.generic-field__label-inner.always-show {
    opacity: 1
}

.generic-field__label-inline {
    display: inline-block
}

input[readonly], input[readonly]:focus, textarea[readonly], textarea[readonly]:focus {
    background-color: rgba(231,230,228,.4);
    cursor: default;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    input[readonly].border, input[readonly].border:focus, textarea[readonly].border, textarea[readonly].border:focus {
        border: 1px solid rgba(0,45,89,.2)
    }

    input[readonly].light-seafoam-blue, input[readonly].light-seafoam-blue:focus, textarea[readonly].light-seafoam-blue, textarea[readonly].light-seafoam-blue:focus {
        background-color: rgba(123,201,206,.3);
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 1.75rem;
        height: 4.375rem;
        color: #021B41
    }

.example-text {
    padding-left: 1.25rem;
    font-size: .9375rem
}

.dual-radio-buttons .column, .dual-radio-buttons .columns {
    display: inline;
    width: 50%;
    position: relative
}

.dual-radio-buttons [type=radio] {
    opacity: 0;
    position: absolute;
    left: -5000px
}

.dual-radio-buttons label {
    background-color: #fff;
    border: 1px solid #021B41;
    border: 1px solid rgba(0,45,89,.25);
    color: #021B41;
    text-align: center;
    border-radius: 10px;
    font-family: gilmer-medium,sans-serif;
    line-height: 1.5;
    margin: 0;
    padding: 1.875rem 1.5rem;
    position: relative;
    height: 100%;
    width: 100%
}

    .dual-radio-buttons label:after {
        display: none
    }

.dual-radio-buttons.smaller label {
    padding: 1.25rem 1.5rem
}

.dual-radio-buttons [type=radio]:checked + label {
    background-color: #021B41;
    border: 1px solid #021B41;
    color: #fff
}

.dual-radio-buttons.dual-radio-buttons--dots label {
    padding-top: 3.6875rem
}

    .dual-radio-buttons.dual-radio-buttons--dots label:after {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 1.375rem;
        content: ' ';
        width: 26px;
        height: 26px;
        border: 2px solid rgba(0,45,89,.3);
        border-radius: 999px;
        background-color: none;
        display: block
    }

.dual-radio-buttons.dual-radio-buttons--dots [type=radio]:checked + label:after {
    border: 7px solid #fff;
    background-color: #2ed9c3
}

.dual-radio-buttons.dual-radio-buttons--arrows [type=radio]:checked + label:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 0;
    border: inset 16px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #021B41 transparent transparent;
    top: 100%
}

.dual-radio-buttons.dual-radio-buttons--arrows.arrows-first-only .column:last-child [type=radio] + label:after, .dual-radio-buttons.dual-radio-buttons--arrows.arrows-first-only .columns:last-child [type=radio] + label:after {
    display: none
}

@media only screen and (max-width:414px) {
    .dual-radio-buttons label {
        padding: 1.125rem .625rem;
        font-size: .8125rem
    }
}

@media only screen and (min-width:415px) and (max-width:719px) {
    .dual-radio-buttons label {
        padding: 1.125rem .625rem;
        font-size: .8125rem
    }
}

label.round-checkbox-label {
    position: relative;
    padding-left: 2.125rem;
    margin-left: 0
}

    label.round-checkbox-label:before {
        position: absolute;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        content: ' ';
        width: 26px;
        height: 26px;
        border: 2px solid rgba(0,45,89,.3);
        border-radius: 999px;
        background-color: none;
        display: block
    }

    label.round-checkbox-label:after {
        position: absolute;
        left: 2px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        content: ' ';
        width: 22px;
        height: 22px;
        border-radius: 999px;
        display: block
    }

.round-checkbox[type=checkbox]:checked + label.round-checkbox-label:after {
    border: 5px solid #fff;
    background-color: #2ed9c3
}

.horizontal-radio-buttons {
    border-radius: 10px;
    padding: 4rem 1.75rem 2rem 1.75rem;
    margin-bottom: .625rem;
    background-color: #e5f5f6;
    font-size: 1.25rem;
    font-family: gilmer-bold,sans-serif;
    font-weight: 400;
    position: relative
}

    .horizontal-radio-buttons li {
        position: relative
    }

    .horizontal-radio-buttons [type=radio] {
        opacity: 0;
        position: absolute;
        top: 0;
        left: -5000px
    }

    .horizontal-radio-buttons label {
        margin: 0 28px 0 0;
        padding-left: 2.375rem;
        font-size: 1.125rem;
        font-family: gilmer-regular,sans-serif;
        font-weight: 400;
        position: relative;
        height: 100%;
        width: 100%
    }

    .horizontal-radio-buttons legend {
        position: absolute;
        top: 21px;
        left: 28px
    }

    .horizontal-radio-buttons label:before {
        position: absolute;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        content: ' ';
        width: 26px;
        height: 26px;
        border: 2px solid rgba(0,45,89,.3);
        border-radius: 999px;
        background-color: none;
        display: block;
        z-index: 2
    }

    .horizontal-radio-buttons label:after {
        position: absolute;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        content: ' ';
        width: 26px;
        height: 26px;
        border-radius: 999px;
        background-color: #fff;
        display: block
    }

    .horizontal-radio-buttons [type=radio]:checked + label:after {
        border: 7px solid #fff;
        background-color: #2ed9c3
    }

@media only screen and (min-width:0) and (max-width:414px) {
    .horizontal-radio-buttons .menu {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.vertical-radio-buttons li {
    position: relative
}

.vertical-radio-buttons [type=radio] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: -5000px
}

.vertical-radio-buttons label {
    margin: 0;
    padding-left: 2.375rem;
    position: relative;
    height: 100%;
    width: 100%
}

.vertical-radio-buttons legend.help-text {
    margin-bottom: .5rem;
    font-size: 1.125rem;
    font-family: gilmer-regular,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #021B41
}

.vertical-radio-buttons legend.smaller {
    font-size: .9375rem
}

.vertical-radio-buttons legend.medium {
    font-family: gilmer-medium,sans-serif;
    font-weight: 400
}

.vertical-radio-buttons legend.help-text.border-bottom {
    border-bottom: 1px solid #e7e6e4;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    display: block;
    width: 100%
}

.vertical-radio-buttons label:before {
    position: absolute;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    content: ' ';
    width: 26px;
    height: 26px;
    border: 2px solid rgba(0,45,89,.3);
    border-radius: 999px;
    background-color: none;
    display: block;
    z-index: 2
}

.vertical-radio-buttons label:after {
    position: absolute;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    content: ' ';
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background-color: none;
    display: block
}

.vertical-radio-buttons [type=radio]:checked + label:after {
    border: 7px solid #fff;
    background-color: #2ed9c3
}

.vertical-radio-buttons.vertical-radio-buttons--dots label {
    padding: 1.75rem 1.5rem 1.75rem 4.25rem;
    border-radius: 10px;
    border: 1px solid rgba(0,45,89,.3);
    line-height: 1.3
}

.vertical-radio-buttons.vertical-radio-buttons--dots.simple label {
    padding: .5rem 0 .5rem 2.6875rem;
    border-radius: 0;
    border: none;
    line-height: 1.3;
    font-size: 1.125rem;
    font-family: gilmer-regular,sans-serif;
    font-weight: 400
}

.vertical-radio-buttons.vertical-radio-buttons--dots label:before {
    left: 25px;
    border: 1px solid rgba(0,45,89,.3)
}

.vertical-radio-buttons.vertical-radio-buttons--dots.simple label:before {
    left: 0;
    border: 1px solid rgba(0,45,89,.3)
}

.vertical-radio-buttons.vertical-radio-buttons--dots label:after {
    position: absolute;
    left: 25px
}

.vertical-radio-buttons.vertical-radio-buttons--dots.simple label:after {
    position: absolute;
    left: 0
}

.vertical-radio-buttons.vertical-radio-buttons--dots [type=radio]:checked + label {
    background-color: #021B41;
    border: 1px solid #021B41;
    color: #fff
}

.vertical-radio-buttons.vertical-radio-buttons--dots.simple [type=radio]:checked + label {
    background-color: transparent;
    border: none;
    color: #021B41;
    font-family: gilmer-medium,sans-serif;
    font-weight: 400
}

.vertical-radio-buttons.vertical-radio-buttons--dots-two-column ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.vertical-radio-buttons.vertical-radio-buttons--dots-two-column li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

    .vertical-radio-buttons.vertical-radio-buttons--dots-two-column li:nth-child(odd) {
        padding-right: .625rem
    }

    .vertical-radio-buttons.vertical-radio-buttons--dots-two-column li:nth-child(even) {
        padding-left: .625rem
    }

@media only screen and (max-width:414px) {
    .vertical-radio-buttons.vertical-radio-buttons--dots-two-column li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

        .vertical-radio-buttons.vertical-radio-buttons--dots-two-column li:nth-child(odd) {
            padding-right: 0
        }

        .vertical-radio-buttons.vertical-radio-buttons--dots-two-column li:nth-child(even) {
            padding-left: 0
        }
}

.generic-field__input {
    padding: 0 .625rem 0 1.5rem;
    margin-bottom: .75rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 8px;
    border-color: #2E5C99;
    font-family: gilmer-regular,sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .3px;
    color: #021B41;
    height: 3.75rem
}

.readonly-indicator {
    padding: 0 1.5rem 0 1.5rem;
    margin-bottom: .75rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 8px;
    border-color: rgba(0,45,89,.4);
    font-family: gilmer-bold,sans-serif;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: .3px;
    color: #021B41;
    height: 3.75rem;
    min-width: 40%
}

    .readonly-indicator.light-seafoam-blue {
        background-color: rgba(123,201,206,.3);
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 1.75rem;
        height: 4.375rem;
        color: #021B41
    }

    .readonly-indicator.inline {
        display: inline-block
    }

.generic-field__textarea {
    padding: 1rem .625rem 1rem 1.5rem
}

.generic-field__input.auto-width {
    width: auto
}

.generic-field__input.width_100 {
    width: 6.25rem
}

.generic-field__input.width_80 {
    width: 5rem
}

.generic-field__input.centered {
    text-align: center;
    padding: 0 .625rem 0 .625rem
}

.generic-field__input.inline {
    display: inline-block
}

.slider, .slider-fill {
    border-radius: 20px
}

    .slider.slider-with-visible-total {
        margin-top: 1.875rem;
        margin-bottom: 1.875rem
    }

input[type=text].slider-with-visible-total {
    background-color: #fff;
    border: 1px solid rgba(0,45,89,.4);
    border-radius: 8px;
    padding: 1.25rem .25rem;
    height: auto;
    min-width: 3rem;
    font-size: 1rem;
    color: #021B41;
    display: inline-block
}

.slider.slider-with-visible-total.bolder-label {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem
}

.generic-field__input.date-picker, input.date-picker, input.date-picker-chart {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2044%2044%22%3E%3Cpath%20fill%3D%22%23021B41%22%20d%3D%22M2.16%206.29h39.69v36.85H2.16z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4.99%2017.62h34.02V40.3H4.99z%22%2F%3E%3Crect%20x%3D%227.67%22%20y%3D%222.03%22%20width%3D%225.67%22%20height%3D%228.5%22%20rx%3D%222.66%22%20fill%3D%22%23021B41%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Crect%20x%3D%2230.67%22%20y%3D%222.03%22%20width%3D%225.67%22%20height%3D%228.5%22%20rx%3D%222.66%22%20fill%3D%22%23021B41%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20d%3D%22M15.68%2031.12a3%203%200%2000.25%201.28%201.71%201.71%200%20001.68.93%201.87%201.87%200%20001.3-.51%201.89%201.89%200%2000.55-1.47%201.66%201.66%200%2000-1-1.7%205.18%205.18%200%2000-1.84-.24V27.6a4.72%204.72%200%20001.72-.24%201.49%201.49%200%2000.84-1.51%201.65%201.65%200%2000-.43-1.2%201.57%201.57%200%2000-1.21-.47%201.53%201.53%200%2000-1.32.57%202.44%202.44%200%2000-.4%201.52h-2.4a6.81%206.81%200%2001.33-1.82%204.16%204.16%200%20011-1.39%203.33%203.33%200%20011.18-.7%205.15%205.15%200%20011.68-.24%204.46%204.46%200%20013%201%203.18%203.18%200%20011.13%202.56%202.83%202.83%200%2001-.74%201.88%202.4%202.4%200%2001-.89.67%201.84%201.84%200%20011%20.59%203.18%203.18%200%20011%202.46A4.13%204.13%200%200121%2034.15a4.3%204.3%200%2001-3.35%201.24%204%204%200%2001-3.8-1.78%205.36%205.36%200%2001-.63-2.49zM24.1%2026.18v-1.72a12%2012%200%20001.68-.16%202.37%202.37%200%20001.22-.68%202.19%202.19%200%2000.49-.92%201.9%201.9%200%2000.1-.52h2.12v12.89h-2.6v-8.89z%22%20fill%3D%22%23021B41%22%2F%3E%3C%2Fsvg%3E");
    background-size: 1.875rem 1.875rem;
    background-position: right .9rem center;
    background-repeat: no-repeat;
    padding-right: 3.4375rem
}

.generic-field__input.icon-percent {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026%2022%22%3E%3Cpolygon%20points%3D%228.65%2020.55%206.26%2020.55%2017.24%201.41%2019.63%201.41%208.65%2020.55%22%20fill%3D%22%23021B41%22%2F%3E%3Cpath%20d%3D%22M5.82%2C1.28a5.66%2C5.66%2C0%2C1%2C0%2C5.66%2C5.66A5.66%2C5.66%2C0%2C0%2C0%2C5.82%2C1.28Zm0%2C8.44A2.79%2C2.79%2C0%2C1%2C1%2C8.6%2C6.94%2C2.78%2C2.78%2C0%2C0%2C1%2C5.82%2C9.72Z%22%20fill%3D%22%23021B41%22%2F%3E%3Cpath%20d%3D%22M20.18%2C9.41a5.66%2C5.66%2C0%2C1%2C0%2C5.66%2C5.65A5.66%2C5.66%2C0%2C0%2C0%2C20.18%2C9.41Zm0%2C8.44A2.79%2C2.79%2C0%2C1%2C1%2C23%2C15.06%2C2.78%2C2.78%2C0%2C0%2C1%2C20.18%2C17.85Z%22%20fill%3D%22%23021B41%22%2F%3E%3C%2Fsvg%3E");
    background-size: 1.875rem 1.875rem;
    background-position: right .9rem center;
    background-repeat: no-repeat;
    padding-right: 3.4375rem
}

.generic-field__input::-webkit-input-placeholder {
    color: #54565b
}

.generic-field__input::-moz-placeholder, .generic-field__input::-ms-input-placeholder, .generic-field__input::-webkit-input-placeholder, .generic-field__input::placeholder {
    color: #54565b
}

.generic-field__visible-help-text .help-text {
    color: #54565b;
    font-family: gilmer-regular,sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: .9375rem
}

.generic-field__visible-help-text .generic-field__label-inner {
    margin-bottom: .5rem
}

.generic-field__visible-help-text.larger .generic-field__label-inner {
    font-size: 1.125rem
}

.generic-field__visible-help-text.font-regular .generic-field__label-inner {
    font-family: gilmer-regular,sans-serif;
    font-weight: 400;
    font-style: normal
}

.generic-field__select {
    padding: 1.8125rem 2.125rem 1.8125rem 1.5rem;
    height: 3.75rem;
    margin-bottom: .75rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 8px;
    border-color: rgba(0,45,89,.4);
    font-size: .9375rem;
    font-family: gilmer-regular,sans-serif;
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: .3px;
    color: #021B41;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2030%22%3E%3Cpath%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23021B41%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2012L15.5%2019%2022%2012%22%2F%3E%3C%2Fsvg%3E");
    background-size: 1.875rem 1.875rem;
    background-position: right -1.2rem center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none
}

select::-ms-value {
    background-color: #fff;
    color: #021B41
}

select::-ms-expand {
    display: none
}

.generic-field__select.large {
    padding: 1.75rem 3.375rem 1.75rem 1.625rem;
    border-radius: 10px;
    height: auto;
    font-size: 1.125rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M1%2C4l6.5%2C7L14%2C4%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    background-size: 1.125rem 1.125rem;
    background-position: right -26px center;
    font-family: gilmer-medium,sans-serif
}

.generic-field__select:focus {
    outline: 0;
    border: 1px solid #2E5C99
}

.generic-field__select::-ms-value {
    background-color: transparent
}

.generic-field__select.highlight-is-active {
    background-color: rgba(123,201,206,.15);
    border-color: #2E5C99;
    color: #021B41
}

    .generic-field__select.highlight-is-active option {
        color: #021B41
    }

.generic-field__select.bold {
    font-family: gilmer-medium,sans-serif
}

.generic-field__select.seafoam-border {
    border-color: #2E5C99
}

    .generic-field__select.seafoam-border.is-invalid-input {
        border-color: #C20114
    }

.generic-field__select.seafoam-bg {
    background-color: rgba(123,201,206,.15)
}

    .generic-field__select.seafoam-bg option {
        background-color: rgba(123,201,206,.15)
    }

.generic-field__select.seafoam-border:focus {
    border-color: #2E5C99
}

.generic-field__checkbox {
    opacity: 0;
    position: absolute;
    left: -5000px
}

.generic-field__label {
    color: #021B41
}

    .generic-field__label.inline {
        display: inline-block
    }

    .generic-field__label.checkbox {
        margin-left: 0;
        padding-left: 1.875rem;
        position: relative
    }

        .generic-field__label.checkbox:after {
            content: '';
            position: absolute;
            top: 4px;
            left: 0;
            border: 1px solid #c1c7d0;
            border-radius: 2px;
            padding: 0;
            width: 1.125rem;
            height: 1.125rem;
            text-align: center;
            line-height: 18px;
            font-size: 14px;
            color: #021B41
        }

    .generic-field__label.is-invalid-label.checkbox:after {
        border-color: #C20114
    }

.generic-field__checkbox:checked ~ .generic-field__label.checkbox:after {
    content: '';
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2211%22%20viewBox%3D%220%200%2013%2011%22%3E%3Cpath%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23021B41%22%20stroke-width%3D%221.5%22%20d%3D%22M13.75%2019.444L17.75%2023%2024.75%2015%22%20transform%3D%22translate%28-13%20-14%29%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center
}

.generic-field__label .has-tip {
    display: inline;
    border-bottom: none
}

.generic-field__select.seafoam-blue {
    background-color: rgba(123,201,206,.15);
    border-color: #2E5C99
}

    .generic-field__select.seafoam-blue::-ms-value {
        background-color: transparent;
        border-color: #2E5C99;
        color: #021B41
    }

.button {
    text-decoration: none;
    letter-spacing: .5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .button.small {
        font-family: gilmer-bold,sans-serif
    }

    .button.secondary {
        color: #fff
    }

        .button.secondary:focus, .button.secondary:hover {
            color: rgba(255,255,255,.9)
        }

    .button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
        opacity: .3;
        pointer-events: none
    }

    .button.secondary.disabled, .button.secondary.disabled:focus, .button.secondary.disabled:hover, .button.secondary[disabled], .button.secondary[disabled]:focus, .button.secondary[disabled]:hover {
        color: rgba(255,255,255,.8)
    }

    .button.menu-button {
       
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M4%2C14l7-6.5L4%2C1%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-size: 16px 16px;
        background-position: center right 15px;
        border: solid 1px rgba(0,45,89,.12);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
        font-size: 1.125rem;
        margin-top: .75rem;
        margin-bottom: .75rem;
        padding: 1.75rem 2.75rem 1.75rem 1.625rem;
        text-transform: none;
        text-align: left;
        width: 100%
    }

        .button.menu-button.smaller {
            font-size: 1rem
        }

        .button.menu-button.active {
            background-color: rgba(123,201,206,.15);
            border-color: #2E5C99
        }

      

@media only screen and (max-width:414px) {
    .button.menu-button {
        font-size: 1rem
    }

        .button.menu-button.smaller {
            font-size: .9375rem
        }
}

@media only screen and (min-width:415px) and (max-width:719px) {
    .button.menu-button {
        font-size: 1rem
    }

        .button.menu-button.smaller {
            font-size: .9375rem
        }
}

.button.text-left {
    text-align: left
}

.button.no-min-width {
    min-width: auto
}

.button.deep-yellow {
    background-color: #C20114;
    color: #fff
}

    .button.deep-yellow:hover {
        background-color: #D5aFAD;
        color: #000
    }

.button.blue {
    background-color: #021B41;
    color: #fff
}

.button.off-white {
    background-color: #f5f5f5;
    color: #a3a3a3
}

.button.putty {
    background-color: #adacab;
    color: #fff
}

.button.subtle-grey {
    background-color: #e6e6e7;
    color: #021B41;
    text-transform: none
}

.button.very-light-blue {
    background-color: #ebecf0;
    color: #021B41;
    text-transform: none
}

.button.minimal-side-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.button.putty:disabled:hover {
    background-color: #adacab;
    color: #fff
}

.button.light-green {
    background-color: rgba(123,201,206,.5);
    color: #021B41
}

.button.light-green {
    background-color: rgba(123,201,206,.5);
    color: #021B41
}

.button.light-grey {
    background-color: #eeefef;
    color: #021B41
}

    .button.light-grey:disabled:hover {
        background-color: #eeefef;
        color: #021B41
    }

.button.pale {
    background-color: #e7e6e4;
    color: #021B41
}

    .button.pale:hover {
        background-color: rgba(231,230,228,.7)
    }

    .button.pale:disabled:hover {
        background-color: #e7e6e4;
        color: #021B41
    }

.button.transparent-fill {
    background-color: rgba(123,201,206,.25);
    border-color: #2E5C99;
    color: #021B41
}

.button.transparent {
    background-color: transparent;
    border-color: #021B41;
    color: #021B41
}

.button.rounded {
    border-radius: 999px
}

.button.extra-padding-left-right {
    padding-left: 3.5rem;
    padding-right: 3.5rem
}

@media only screen and (min-width:0) and (max-width:719px) {
    .button.extra-padding-left-right {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.button.font-medium {
    font-family: gilmer-medium,sans-serif;
    background-repeat: no-repeat
}

.button.download-clear {
    padding-left: 0;
    font-size: 1.125rem
}

.button.icon {
    text-transform: none;
    font-family: gilmer-medium,sans-serif;
    background-repeat: no-repeat;
    background-size: 20px 20px
}

.button.icon-left {
    background-position: center left 15px;
    padding-left: 2.8rem
}

.button.icon-right {
    background-position: center right 18px;
    padding-right: 3rem
}

.button.icon-up-arrow {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M14%2C11%2C7.5%2C4%2C1%2C11%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E")
}

.button.icon-down-arrow {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M1%2C4l6.5%2C7L14%2C4%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E")
}

.button.icon-edit {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M4.95%2012.308l8.88-8.881%203.536%203.535-8.881%208.882zM7.9%2016.43l-4.42.89.88-4.43%22%2F%3E%3C%2Fsvg%3E")
}

    .button.icon-edit.secondary {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%232E5C99%22%20d%3D%22M4.95%2012.308l8.88-8.881%203.536%203.535-8.881%208.882zM7.9%2016.43l-4.42.89.88-4.43%22%2F%3E%3C%2Fsvg%3E")
    }

    .button.icon-edit.putty {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23021B41%22%20d%3D%22M4.95%2012.308l8.88-8.881%203.536%203.535-8.881%208.882zM7.9%2016.43l-4.42.89.88-4.43%22%2F%3E%3C%2Fsvg%3E")
    }

    .button.icon-edit.pale {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23021B41%22%20d%3D%22M4.95%2012.308l8.88-8.881%203.536%203.535-8.881%208.882zM7.9%2016.43l-4.42.89.88-4.43%22%2F%3E%3C%2Fsvg%3E")
    }

    .button.icon-edit.clear {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23021B41%22%20d%3D%22M4.95%2012.308l8.88-8.881%203.536%203.535-8.881%208.882zM7.9%2016.43l-4.42.89.88-4.43%22%2F%3E%3C%2Fsvg%3E")
    }

.button.icon-download {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Crect%20x%3D%227%22%20y%3D%2224%22%20width%3D%2214%22%20height%3D%223%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpolygon%20points%3D%2218.5%2014%2018.5%201%209.5%201%209.5%2014%206%2014%2014%2023%2022%2014%2018.5%2014%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E")
}

    .button.icon-download.secondary {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Crect%20x%3D%227%22%20y%3D%2224%22%20width%3D%2214%22%20height%3D%223%22%20fill%3D%22%232E5C99%22%2F%3E%3Cpolygon%20points%3D%2218.5%2014%2018.5%201%209.5%201%209.5%2014%206%2014%2014%2023%2022%2014%2018.5%2014%22%20fill%3D%22%232E5C99%22%2F%3E%3C%2Fsvg%3E")
    }

    .button.icon-download.putty {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Crect%20x%3D%227%22%20y%3D%2224%22%20width%3D%2214%22%20height%3D%223%22%20fill%3D%22%23021B41%22%2F%3E%3Cpolygon%20points%3D%2218.5%2014%2018.5%201%209.5%201%209.5%2014%206%2014%2014%2023%2022%2014%2018.5%2014%22%20fill%3D%22%23021B41%22%2F%3E%3C%2Fsvg%3E")
    }

    .button.icon-download.pale {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Crect%20x%3D%227%22%20y%3D%2224%22%20width%3D%2214%22%20height%3D%223%22%20fill%3D%22%23021B41%22%2F%3E%3Cpolygon%20points%3D%2218.5%2014%2018.5%201%209.5%201%209.5%2014%206%2014%2014%2023%2022%2014%2018.5%2014%22%20fill%3D%22%23021B41%22%2F%3E%3C%2Fsvg%3E")
    }

    .button.icon-download.outline-shadow {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Crect%20x%3D%227%22%20y%3D%2224%22%20width%3D%2214%22%20height%3D%223%22%20fill%3D%22%23021B41%22%2F%3E%3Cpolygon%20points%3D%2218.5%2014%2018.5%201%209.5%201%209.5%2014%206%2014%2014%2023%2022%2014%2018.5%2014%22%20fill%3D%22%23021B41%22%2F%3E%3C%2Fsvg%3E")
    }

    .button.icon-download.clear {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Crect%20x%3D%227%22%20y%3D%2224%22%20width%3D%2214%22%20height%3D%223%22%20fill%3D%22%23ef7f8a%22%2F%3E%3Cpolygon%20points%3D%2218.5%2014%2018.5%201%209.5%201%209.5%2014%206%2014%2014%2023%2022%2014%2018.5%2014%22%20fill%3D%22%23ef7f8a%22%2F%3E%3C%2Fsvg%3E")
    }

    .button.icon-download.icon-colour-carnation {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Crect%20x%3D%227%22%20y%3D%2224%22%20width%3D%2214%22%20height%3D%223%22%20fill%3D%22%23ef7f8a%22%2F%3E%3Cpolygon%20points%3D%2218.5%2014%2018.5%201%209.5%201%209.5%2014%206%2014%2014%2023%2022%2014%2018.5%2014%22%20fill%3D%22%23ef7f8a%22%2F%3E%3C%2Fsvg%3E")
    }

.button.icon-download-arrow {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027.91%2027.91%22%3E%3Cpath%20d%3D%22M12.3%2C2.68V14.23L9.2%2C11.14a1.64%2C1.64%2C0%2C0%2C0-2.32%2C2.31l5.9%2C5.89a1.68%2C1.68%2C0%2C0%2C0%2C2.35%2C0L21%2C13.45a1.64%2C1.64%2C0%2C0%2C0-2.32-2.31l-3.14%2C3.14V2.68a1.64%2C1.64%2C0%2C0%2C0-3.27%2C0Z%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M26.27%2C19.16H24.64a1%2C1%2C0%2C0%2C0-1%2C1V23H4.27V20.16a1%2C1%2C0%2C0%2C0-1-1H1.64a1%2C1%2C0%2C0%2C0-1%2C1v5.42a1%2C1%2C0%2C0%2C0%2C1%2C1H26.27a1%2C1%2C0%2C0%2C0%2C1-1V20.16A1%2C1%2C0%2C0%2C0%2C26.27%2C19.16Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
    background-size: 18px 18px
}

    .button.icon-download-arrow.secondary {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027.91%2027.91%22%3E%3Cpath%20d%3D%22M12.3%2C2.68V14.23L9.2%2C11.14a1.64%2C1.64%2C0%2C0%2C0-2.32%2C2.31l5.9%2C5.89a1.68%2C1.68%2C0%2C0%2C0%2C2.35%2C0L21%2C13.45a1.64%2C1.64%2C0%2C0%2C0-2.32-2.31l-3.14%2C3.14V2.68a1.64%2C1.64%2C0%2C0%2C0-3.27%2C0Z%22%20fill%3D%22%232E5C99%22%2F%3E%3Cpath%20d%3D%22M26.27%2C19.16H24.64a1%2C1%2C0%2C0%2C0-1%2C1V23H4.27V20.16a1%2C1%2C0%2C0%2C0-1-1H1.64a1%2C1%2C0%2C0%2C0-1%2C1v5.42a1%2C1%2C0%2C0%2C0%2C1%2C1H26.27a1%2C1%2C0%2C0%2C0%2C1-1V20.16A1%2C1%2C0%2C0%2C0%2C26.27%2C19.16Z%22%20fill%3D%22%232E5C99%22%2F%3E%3C%2Fsvg%3E")
    }

    .button.icon-download-arrow.putty {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027.91%2027.91%22%3E%3Cpath%20d%3D%22M12.3%2C2.68V14.23L9.2%2C11.14a1.64%2C1.64%2C0%2C0%2C0-2.32%2C2.31l5.9%2C5.89a1.68%2C1.68%2C0%2C0%2C0%2C2.35%2C0L21%2C13.45a1.64%2C1.64%2C0%2C0%2C0-2.32-2.31l-3.14%2C3.14V2.68a1.64%2C1.64%2C0%2C0%2C0-3.27%2C0Z%22%20fill%3D%22%23021B41%22%2F%3E%3Cpath%20d%3D%22M26.27%2C19.16H24.64a1%2C1%2C0%2C0%2C0-1%2C1V23H4.27V20.16a1%2C1%2C0%2C0%2C0-1-1H1.64a1%2C1%2C0%2C0%2C0-1%2C1v5.42a1%2C1%2C0%2C0%2C0%2C1%2C1H26.27a1%2C1%2C0%2C0%2C0%2C1-1V20.16A1%2C1%2C0%2C0%2C0%2C26.27%2C19.16Z%22%20fill%3D%22%23021B41%22%2F%3E%3C%2Fsvg%3E")
    }

    .button.icon-download-arrow.pale {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027.91%2027.91%22%3E%3Cpath%20d%3D%22M12.3%2C2.68V14.23L9.2%2C11.14a1.64%2C1.64%2C0%2C0%2C0-2.32%2C2.31l5.9%2C5.89a1.68%2C1.68%2C0%2C0%2C0%2C2.35%2C0L21%2C13.45a1.64%2C1.64%2C0%2C0%2C0-2.32-2.31l-3.14%2C3.14V2.68a1.64%2C1.64%2C0%2C0%2C0-3.27%2C0Z%22%20fill%3D%22%23021B41%22%2F%3E%3Cpath%20d%3D%22M26.27%2C19.16H24.64a1%2C1%2C0%2C0%2C0-1%2C1V23H4.27V20.16a1%2C1%2C0%2C0%2C0-1-1H1.64a1%2C1%2C0%2C0%2C0-1%2C1v5.42a1%2C1%2C0%2C0%2C0%2C1%2C1H26.27a1%2C1%2C0%2C0%2C0%2C1-1V20.16A1%2C1%2C0%2C0%2C0%2C26.27%2C19.16Z%22%20fill%3D%22%23021B41%22%2F%3E%3C%2Fsvg%3E")
    }

    .button.icon-download-arrow.outline-shadow {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027.91%2027.91%22%3E%3Cpath%20d%3D%22M12.3%2C2.68V14.23L9.2%2C11.14a1.64%2C1.64%2C0%2C0%2C0-2.32%2C2.31l5.9%2C5.89a1.68%2C1.68%2C0%2C0%2C0%2C2.35%2C0L21%2C13.45a1.64%2C1.64%2C0%2C0%2C0-2.32-2.31l-3.14%2C3.14V2.68a1.64%2C1.64%2C0%2C0%2C0-3.27%2C0Z%22%20fill%3D%22%23ef7f8a%22%2F%3E%3Cpath%20d%3D%22M26.27%2C19.16H24.64a1%2C1%2C0%2C0%2C0-1%2C1V23H4.27V20.16a1%2C1%2C0%2C0%2C0-1-1H1.64a1%2C1%2C0%2C0%2C0-1%2C1v5.42a1%2C1%2C0%2C0%2C0%2C1%2C1H26.27a1%2C1%2C0%2C0%2C0%2C1-1V20.16A1%2C1%2C0%2C0%2C0%2C26.27%2C19.16Z%22%20fill%3D%22%23ef7f8a%22%2F%3E%3C%2Fsvg%3E");
        background-size: 16px 16px
    }

    .button.icon-download-arrow.clear {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027.91%2027.91%22%3E%3Cpath%20d%3D%22M12.3%2C2.68V14.23L9.2%2C11.14a1.64%2C1.64%2C0%2C0%2C0-2.32%2C2.31l5.9%2C5.89a1.68%2C1.68%2C0%2C0%2C0%2C2.35%2C0L21%2C13.45a1.64%2C1.64%2C0%2C0%2C0-2.32-2.31l-3.14%2C3.14V2.68a1.64%2C1.64%2C0%2C0%2C0-3.27%2C0Z%22%20fill%3D%22%23ef7f8a%22%2F%3E%3Cpath%20d%3D%22M26.27%2C19.16H24.64a1%2C1%2C0%2C0%2C0-1%2C1V23H4.27V20.16a1%2C1%2C0%2C0%2C0-1-1H1.64a1%2C1%2C0%2C0%2C0-1%2C1v5.42a1%2C1%2C0%2C0%2C0%2C1%2C1H26.27a1%2C1%2C0%2C0%2C0%2C1-1V20.16A1%2C1%2C0%2C0%2C0%2C26.27%2C19.16Z%22%20fill%3D%22%23ef7f8a%22%2F%3E%3C%2Fsvg%3E")
    }

    .button.icon-download-arrow.icon-colour-carnation {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027.91%2027.91%22%3E%3Cpath%20d%3D%22M12.3%2C2.68V14.23L9.2%2C11.14a1.64%2C1.64%2C0%2C0%2C0-2.32%2C2.31l5.9%2C5.89a1.68%2C1.68%2C0%2C0%2C0%2C2.35%2C0L21%2C13.45a1.64%2C1.64%2C0%2C0%2C0-2.32-2.31l-3.14%2C3.14V2.68a1.64%2C1.64%2C0%2C0%2C0-3.27%2C0Z%22%20fill%3D%22%23ef7f8a%22%2F%3E%3Cpath%20d%3D%22M26.27%2C19.16H24.64a1%2C1%2C0%2C0%2C0-1%2C1V23H4.27V20.16a1%2C1%2C0%2C0%2C0-1-1H1.64a1%2C1%2C0%2C0%2C0-1%2C1v5.42a1%2C1%2C0%2C0%2C0%2C1%2C1H26.27a1%2C1%2C0%2C0%2C0%2C1-1V20.16A1%2C1%2C0%2C0%2C0%2C26.27%2C19.16Z%22%20fill%3D%22%23ef7f8a%22%2F%3E%3C%2Fsvg%3E")
    }

.button.icon-play {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20123.95%20149.26%22%3E%3Cpath%20d%3D%22M117.57%2C84.7%2C21%2C145.87A31%2C31%2C0%2C0%2C1%2C13.41%2C149%2C11%2C11%2C0%2C0%2C1%2C0%2C138.23V10.34A10.29%2C10.29%2C0%2C0%2C1%2C10.66%2C0C14.07.16%2C17.21%2C1.47%2C20.9%2C3.4l96.67%2C61.25C126%2C69.2%2C126.16%2C80.1%2C117.57%2C84.7Z%22%20fill%3D%22%23ff5b6b%22%2F%3E%3C%2Fsvg%3E")
}

.button.icon-search {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Ccircle%20cx%3D%229.11%22%20cy%3D%229.22%22%20r%3D%228%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2214.79%22%20y1%3D%2214.79%22%20x2%3D%2219.11%22%20y2%3D%2219.11%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E")
}

    .button.icon-search.secondary {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Ccircle%20cx%3D%229.11%22%20cy%3D%229.22%22%20r%3D%228%22%20fill%3D%22none%22%20stroke%3D%22%232E5C99%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2214.79%22%20y1%3D%2214.79%22%20x2%3D%2219.11%22%20y2%3D%2219.11%22%20fill%3D%22none%22%20stroke%3D%22%232E5C99%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E")
    }

    .button.icon-search.putty {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Ccircle%20cx%3D%229.11%22%20cy%3D%229.22%22%20r%3D%228%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2214.79%22%20y1%3D%2214.79%22%20x2%3D%2219.11%22%20y2%3D%2219.11%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E")
    }

    .button.icon-search.pale {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Ccircle%20cx%3D%229.11%22%20cy%3D%229.22%22%20r%3D%228%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2214.79%22%20y1%3D%2214.79%22%20x2%3D%2219.11%22%20y2%3D%2219.11%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E")
    }

.button.icon-tick {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2211%22%20viewBox%3D%220%200%2013%2011%22%3E%3Cpath%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221.5%22%20d%3D%22M13.75%2019.444L17.75%2023%2024.75%2015%22%20transform%3D%22translate%28-13%20-14%29%22%2F%3E%3C%2Fsvg%3E")
}

    .button.icon-tick.secondary {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2211%22%20viewBox%3D%220%200%2013%2011%22%3E%3Cpath%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%232E5C99%22%20stroke-width%3D%221.5%22%20d%3D%22M13.75%2019.444L17.75%2023%2024.75%2015%22%20transform%3D%22translate%28-13%20-14%29%22%2F%3E%3C%2Fsvg%3E")
    }

    .button.icon-tick.putty {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2211%22%20viewBox%3D%220%200%2013%2011%22%3E%3Cpath%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23021B41%22%20stroke-width%3D%221.5%22%20d%3D%22M13.75%2019.444L17.75%2023%2024.75%2015%22%20transform%3D%22translate%28-13%20-14%29%22%2F%3E%3C%2Fsvg%3E")
    }

    .button.icon-tick.pale {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2211%22%20viewBox%3D%220%200%2013%2011%22%3E%3Cpath%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23021B41%22%20stroke-width%3D%221.5%22%20d%3D%22M13.75%2019.444L17.75%2023%2024.75%2015%22%20transform%3D%22translate%28-13%20-14%29%22%2F%3E%3C%2Fsvg%3E")
    }

.button.icon-hide {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2020%22%3E%3Cpath%20d%3D%22M14.69%2C10.33a1%2C1%2C0%2C0%2C0%2C0-.16%2C2.9%2C2.9%2C0%2C0%2C0-2.9-2.89l-.14%2C0Z%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M15.16%2C13.63%2C13.8%2C12.26%2C9.72%2C8.18%2C8.35%2C6.82%2C6.26%2C4.72l-1-1L3.85%2C5.14l.61.61a16.79%2C16.79%2C0%2C0%2C0-4.25%2C4s4.67%2C7.17%2C11.61%2C7.17a11.12%2C11.12%2C0%2C0%2C0%2C3.29-.51l1.47%2C1.47L18%2C16.45l-.85-.85ZM11.81%2C15A4.78%2C4.78%2C0%2C0%2C1%2C7.27%2C8.56L8.91%2C10.2a2.89%2C2.89%2C0%2C0%2C0%2C2.85%2C2.85l1.64%2C1.64A4.67%2C4.67%2C0%2C0%2C1%2C11.81%2C15Z%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M11.82%2C3.44A12.3%2C12.3%2C0%2C0%2C0%2C8.31%2C4L10.06%2C5.7a4.87%2C4.87%2C0%2C0%2C1%2C1.75-.34%2C4.82%2C4.82%2C0%2C0%2C1%2C4.83%2C4.81%2C4.92%2C4.92%2C0%2C0%2C1-.34%2C1.76l2.61%2C2.61a17.08%2C17.08%2C0%2C0%2C0%2C4.5-4.8S19.26%2C3.44%2C11.82%2C3.44Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E")
}

    .button.icon-hide.secondary {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2020%22%3E%3Cpath%20d%3D%22M14.69%2C10.33a1%2C1%2C0%2C0%2C0%2C0-.16%2C2.9%2C2.9%2C0%2C0%2C0-2.9-2.89l-.14%2C0Z%22%20fill%3D%22%232E5C99%22%2F%3E%3Cpath%20d%3D%22M15.16%2C13.63%2C13.8%2C12.26%2C9.72%2C8.18%2C8.35%2C6.82%2C6.26%2C4.72l-1-1L3.85%2C5.14l.61.61a16.79%2C16.79%2C0%2C0%2C0-4.25%2C4s4.67%2C7.17%2C11.61%2C7.17a11.12%2C11.12%2C0%2C0%2C0%2C3.29-.51l1.47%2C1.47L18%2C16.45l-.85-.85ZM11.81%2C15A4.78%2C4.78%2C0%2C0%2C1%2C7.27%2C8.56L8.91%2C10.2a2.89%2C2.89%2C0%2C0%2C0%2C2.85%2C2.85l1.64%2C1.64A4.67%2C4.67%2C0%2C0%2C1%2C11.81%2C15Z%22%20fill%3D%22%232E5C99%22%2F%3E%3Cpath%20d%3D%22M11.82%2C3.44A12.3%2C12.3%2C0%2C0%2C0%2C8.31%2C4L10.06%2C5.7a4.87%2C4.87%2C0%2C0%2C1%2C1.75-.34%2C4.82%2C4.82%2C0%2C0%2C1%2C4.83%2C4.81%2C4.92%2C4.92%2C0%2C0%2C1-.34%2C1.76l2.61%2C2.61a17.08%2C17.08%2C0%2C0%2C0%2C4.5-4.8S19.26%2C3.44%2C11.82%2C3.44Z%22%20fill%3D%22%232E5C99%22%2F%3E%3C%2Fsvg%3E")
    }

    .button.icon-hide.putty {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2020%22%3E%3Cpath%20d%3D%22M14.69%2C10.33a1%2C1%2C0%2C0%2C0%2C0-.16%2C2.9%2C2.9%2C0%2C0%2C0-2.9-2.89l-.14%2C0Z%22%20fill%3D%22%23021B41%22%2F%3E%3Cpath%20d%3D%22M15.16%2C13.63%2C13.8%2C12.26%2C9.72%2C8.18%2C8.35%2C6.82%2C6.26%2C4.72l-1-1L3.85%2C5.14l.61.61a16.79%2C16.79%2C0%2C0%2C0-4.25%2C4s4.67%2C7.17%2C11.61%2C7.17a11.12%2C11.12%2C0%2C0%2C0%2C3.29-.51l1.47%2C1.47L18%2C16.45l-.85-.85ZM11.81%2C15A4.78%2C4.78%2C0%2C0%2C1%2C7.27%2C8.56L8.91%2C10.2a2.89%2C2.89%2C0%2C0%2C0%2C2.85%2C2.85l1.64%2C1.64A4.67%2C4.67%2C0%2C0%2C1%2C11.81%2C15Z%22%20fill%3D%22%23021B41%22%2F%3E%3Cpath%20d%3D%22M11.82%2C3.44A12.3%2C12.3%2C0%2C0%2C0%2C8.31%2C4L10.06%2C5.7a4.87%2C4.87%2C0%2C0%2C1%2C1.75-.34%2C4.82%2C4.82%2C0%2C0%2C1%2C4.83%2C4.81%2C4.92%2C4.92%2C0%2C0%2C1-.34%2C1.76l2.61%2C2.61a17.08%2C17.08%2C0%2C0%2C0%2C4.5-4.8S19.26%2C3.44%2C11.82%2C3.44Z%22%20fill%3D%22%23021B41%22%2F%3E%3C%2Fsvg%3E")
    }

    .button.icon-hide.pale {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2020%22%3E%3Cpath%20d%3D%22M14.69%2C10.33a1%2C1%2C0%2C0%2C0%2C0-.16%2C2.9%2C2.9%2C0%2C0%2C0-2.9-2.89l-.14%2C0Z%22%20fill%3D%22%23021B41%22%2F%3E%3Cpath%20d%3D%22M15.16%2C13.63%2C13.8%2C12.26%2C9.72%2C8.18%2C8.35%2C6.82%2C6.26%2C4.72l-1-1L3.85%2C5.14l.61.61a16.79%2C16.79%2C0%2C0%2C0-4.25%2C4s4.67%2C7.17%2C11.61%2C7.17a11.12%2C11.12%2C0%2C0%2C0%2C3.29-.51l1.47%2C1.47L18%2C16.45l-.85-.85ZM11.81%2C15A4.78%2C4.78%2C0%2C0%2C1%2C7.27%2C8.56L8.91%2C10.2a2.89%2C2.89%2C0%2C0%2C0%2C2.85%2C2.85l1.64%2C1.64A4.67%2C4.67%2C0%2C0%2C1%2C11.81%2C15Z%22%20fill%3D%22%23021B41%22%2F%3E%3Cpath%20d%3D%22M11.82%2C3.44A12.3%2C12.3%2C0%2C0%2C0%2C8.31%2C4L10.06%2C5.7a4.87%2C4.87%2C0%2C0%2C1%2C1.75-.34%2C4.82%2C4.82%2C0%2C0%2C1%2C4.83%2C4.81%2C4.92%2C4.92%2C0%2C0%2C1-.34%2C1.76l2.61%2C2.61a17.08%2C17.08%2C0%2C0%2C0%2C4.5-4.8S19.26%2C3.44%2C11.82%2C3.44Z%22%20fill%3D%22%23021B41%22%2F%3E%3C%2Fsvg%3E")
    }

.button.icon-show {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2031%2018%22%3E%3Cpath%20d%3D%22M19.38%209a3.88%203.88%200%2011-3.88-3.86A3.87%203.87%200%200119.38%209zM31%208.42S25.51%2018%2015.52%2018C6.24%2018%200%208.42%200%208.42S5.74%200%2015.52%200C25.46%200%2031%208.42%2031%208.42zM22%209a6.46%206.46%200%2010-6.46%206.43A6.44%206.44%200%200022%209z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E")
}

    .button.icon-show.secondary {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2031%2018%22%3E%3Cpath%20d%3D%22M19.38%209a3.88%203.88%200%2011-3.88-3.86A3.87%203.87%200%200119.38%209zM31%208.42S25.51%2018%2015.52%2018C6.24%2018%200%208.42%200%208.42S5.74%200%2015.52%200C25.46%200%2031%208.42%2031%208.42zM22%209a6.46%206.46%200%2010-6.46%206.43A6.44%206.44%200%200022%209z%22%20fill%3D%22%232E5C99%22%2F%3E%3C%2Fsvg%3E")
    }

    .button.icon-show.putty {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2031%2018%22%3E%3Cpath%20d%3D%22M19.38%209a3.88%203.88%200%2011-3.88-3.86A3.87%203.87%200%200119.38%209zM31%208.42S25.51%2018%2015.52%2018C6.24%2018%200%208.42%200%208.42S5.74%200%2015.52%200C25.46%200%2031%208.42%2031%208.42zM22%209a6.46%206.46%200%2010-6.46%206.43A6.44%206.44%200%200022%209z%22%20fill%3D%22%23021B41%22%2F%3E%3C%2Fsvg%3E")
    }

    .button.icon-show.pale {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2031%2018%22%3E%3Cpath%20d%3D%22M19.38%209a3.88%203.88%200%2011-3.88-3.86A3.87%203.87%200%200119.38%209zM31%208.42S25.51%2018%2015.52%2018C6.24%2018%200%208.42%200%208.42S5.74%200%2015.52%200C25.46%200%2031%208.42%2031%208.42zM22%209a6.46%206.46%200%2010-6.46%206.43A6.44%206.44%200%200022%209z%22%20fill%3D%22%23021B41%22%2F%3E%3C%2Fsvg%3E")
    }

.button.icon-dustbin {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034%22%3E%3Crect%20x%3D%227.48%22%20y%3D%226.59%22%20width%3D%2219.03%22%20height%3D%2225.22%22%20rx%3D%222.09%22%20fill%3D%22%23fff%22%20stroke%3D%22%23ffffff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Crect%20x%3D%2213.34%22%20y%3D%222.37%22%20width%3D%227.32%22%20height%3D%225.83%22%20rx%3D%220.62%22%20fill%3D%22%23fff%22%20stroke%3D%22%23ffffff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Crect%20x%3D%226.38%22%20y%3D%225.45%22%20width%3D%2221.25%22%20height%3D%223.94%22%20rx%3D%220.87%22%20fill%3D%22%23fff%22%20stroke%3D%22%23ffffff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2212%22%20y1%3D%2213.23%22%20x2%3D%2212%22%20y2%3D%2227.98%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2217%22%20y1%3D%2213.23%22%20x2%3D%2217%22%20y2%3D%2227.98%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2222%22%20y1%3D%2213.23%22%20x2%3D%2222%22%20y2%3D%2227.98%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E")
}

    .button.icon-dustbin.secondary {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034%22%3E%3Crect%20x%3D%227.48%22%20y%3D%226.59%22%20width%3D%2219.03%22%20height%3D%2225.22%22%20rx%3D%222.09%22%20fill%3D%22%23fff%22%20stroke%3D%22%232E5C99%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Crect%20x%3D%2213.34%22%20y%3D%222.37%22%20width%3D%227.32%22%20height%3D%225.83%22%20rx%3D%220.62%22%20fill%3D%22%23fff%22%20stroke%3D%22%232E5C99%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Crect%20x%3D%226.38%22%20y%3D%225.45%22%20width%3D%2221.25%22%20height%3D%223.94%22%20rx%3D%220.87%22%20fill%3D%22%23fff%22%20stroke%3D%22%232E5C99%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2212%22%20y1%3D%2213.23%22%20x2%3D%2212%22%20y2%3D%2227.98%22%20fill%3D%22none%22%20stroke%3D%22%232E5C99%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2217%22%20y1%3D%2213.23%22%20x2%3D%2217%22%20y2%3D%2227.98%22%20fill%3D%22none%22%20stroke%3D%22%232E5C99%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2222%22%20y1%3D%2213.23%22%20x2%3D%2222%22%20y2%3D%2227.98%22%20fill%3D%22none%22%20stroke%3D%22%232E5C99%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E")
    }

    .button.icon-dustbin.putty {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034%22%3E%3Crect%20x%3D%227.48%22%20y%3D%226.59%22%20width%3D%2219.03%22%20height%3D%2225.22%22%20rx%3D%222.09%22%20fill%3D%22%23fff%22%20stroke%3D%22%23021B41%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Crect%20x%3D%2213.34%22%20y%3D%222.37%22%20width%3D%227.32%22%20height%3D%225.83%22%20rx%3D%220.62%22%20fill%3D%22%23fff%22%20stroke%3D%22%23021B41%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Crect%20x%3D%226.38%22%20y%3D%225.45%22%20width%3D%2221.25%22%20height%3D%223.94%22%20rx%3D%220.87%22%20fill%3D%22%23fff%22%20stroke%3D%22%23021B41%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2212%22%20y1%3D%2213.23%22%20x2%3D%2212%22%20y2%3D%2227.98%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2217%22%20y1%3D%2213.23%22%20x2%3D%2217%22%20y2%3D%2227.98%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2222%22%20y1%3D%2213.23%22%20x2%3D%2222%22%20y2%3D%2227.98%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E")
    }

    .button.icon-dustbin.pale {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034%22%3E%3Crect%20x%3D%227.48%22%20y%3D%226.59%22%20width%3D%2219.03%22%20height%3D%2225.22%22%20rx%3D%222.09%22%20fill%3D%22%23fff%22%20stroke%3D%22%23021B41%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Crect%20x%3D%2213.34%22%20y%3D%222.37%22%20width%3D%227.32%22%20height%3D%225.83%22%20rx%3D%220.62%22%20fill%3D%22%23fff%22%20stroke%3D%22%23021B41%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Crect%20x%3D%226.38%22%20y%3D%225.45%22%20width%3D%2221.25%22%20height%3D%223.94%22%20rx%3D%220.87%22%20fill%3D%22%23fff%22%20stroke%3D%22%23021B41%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2212%22%20y1%3D%2213.23%22%20x2%3D%2212%22%20y2%3D%2227.98%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2217%22%20y1%3D%2213.23%22%20x2%3D%2217%22%20y2%3D%2227.98%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2222%22%20y1%3D%2213.23%22%20x2%3D%2222%22%20y2%3D%2227.98%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E")
    }

    .button.icon-dustbin.clear {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034%22%3E%3Crect%20x%3D%227.48%22%20y%3D%226.59%22%20width%3D%2219.03%22%20height%3D%2225.22%22%20rx%3D%222.09%22%20fill%3D%22%23fff%22%20stroke%3D%22%23021B41%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Crect%20x%3D%2213.34%22%20y%3D%222.37%22%20width%3D%227.32%22%20height%3D%225.83%22%20rx%3D%220.62%22%20fill%3D%22%23fff%22%20stroke%3D%22%23021B41%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Crect%20x%3D%226.38%22%20y%3D%225.45%22%20width%3D%2221.25%22%20height%3D%223.94%22%20rx%3D%220.87%22%20fill%3D%22%23fff%22%20stroke%3D%22%23021B41%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2212%22%20y1%3D%2213.23%22%20x2%3D%2212%22%20y2%3D%2227.98%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2217%22%20y1%3D%2213.23%22%20x2%3D%2217%22%20y2%3D%2227.98%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2222%22%20y1%3D%2213.23%22%20x2%3D%2222%22%20y2%3D%2227.98%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E")
    }

    .button.icon-dustbin.outline {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034%22%3E%3Crect%20x%3D%227.48%22%20y%3D%226.59%22%20width%3D%2219.03%22%20height%3D%2225.22%22%20rx%3D%222.09%22%20fill%3D%22%23fff%22%20stroke%3D%22%23021B41%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Crect%20x%3D%2213.34%22%20y%3D%222.37%22%20width%3D%227.32%22%20height%3D%225.83%22%20rx%3D%220.62%22%20fill%3D%22%23fff%22%20stroke%3D%22%23021B41%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Crect%20x%3D%226.38%22%20y%3D%225.45%22%20width%3D%2221.25%22%20height%3D%223.94%22%20rx%3D%220.87%22%20fill%3D%22%23fff%22%20stroke%3D%22%23021B41%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2212%22%20y1%3D%2213.23%22%20x2%3D%2212%22%20y2%3D%2227.98%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2217%22%20y1%3D%2213.23%22%20x2%3D%2217%22%20y2%3D%2227.98%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%2222%22%20y1%3D%2213.23%22%20x2%3D%2222%22%20y2%3D%2227.98%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E")
    }

.button.icon-plus-thin {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019%2019%22%3E%3Cpolygon%20points%3D%2219%208.5%2010.5%208.5%2010.5%200%208.5%200%208.5%208.5%200%208.5%200%2010.5%208.5%2010.5%208.5%2019%2010.5%2019%2010.5%2010.5%2019%2010.5%2019%208.5%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
    background-size: 18px 18px
}

    .button.icon-plus-thin.secondary {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019%2019%22%3E%3Cpolygon%20points%3D%2219%208.5%2010.5%208.5%2010.5%200%208.5%200%208.5%208.5%200%208.5%200%2010.5%208.5%2010.5%208.5%2019%2010.5%2019%2010.5%2010.5%2019%2010.5%2019%208.5%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
        background-size: 18px 18px
    }

    .button.icon-plus-thin.putty {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019%2019%22%3E%3Cpolygon%20points%3D%2219%208.5%2010.5%208.5%2010.5%200%208.5%200%208.5%208.5%200%208.5%200%2010.5%208.5%2010.5%208.5%2019%2010.5%2019%2010.5%2010.5%2019%2010.5%2019%208.5%22%20fill%3D%22%23021B41%22%2F%3E%3C%2Fsvg%3E");
        background-size: 18px 18px
    }

    .button.icon-plus-thin.pale {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019%2019%22%3E%3Cpolygon%20points%3D%2219%208.5%2010.5%208.5%2010.5%200%208.5%200%208.5%208.5%200%208.5%200%2010.5%208.5%2010.5%208.5%2019%2010.5%2019%2010.5%2010.5%2019%2010.5%2019%208.5%22%20fill%3D%22%23021B41%22%2F%3E%3C%2Fsvg%3E");
        background-size: 18px 18px
    }

    .button.icon-plus-thin.clear {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019%2019%22%3E%3Cpolygon%20points%3D%2219%208.5%2010.5%208.5%2010.5%200%208.5%200%208.5%208.5%200%208.5%200%2010.5%208.5%2010.5%208.5%2019%2010.5%2019%2010.5%2010.5%2019%2010.5%2019%208.5%22%20fill%3D%22%23021B41%22%2F%3E%3C%2Fsvg%3E");
        background-size: 18px 18px
    }

.button.white {
    background-color: #fff;
    color: #021B41
}

.button.outline-shadow {
    background-color: #fff;
    color: #021B41;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
    border: 1px solid rgba(0,45,89,.2)
}

.button.shadow {
    background-color: #fff;
    color: #021B41;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.05)
}

.button.outline {
    background-color: #fff;
    color: #021B41;
    border: 2px solid #021B41
}

    .button.outline.seafoam-blue {
        border: 2px solid #2E5C99
    }

.button.icon-left-rounded-arrow {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M27%2C13H7.83l3.81-3.81A2%2C2%2C0%2C0%2C0%2C8.79%2C6.31L1.55%2C13.55a2.1%2C2.1%2C0%2C0%2C0%2C0%2C2.9l7.24%2C7.24a2%2C2%2C0%2C1%2C0%2C2.85-2.84L7.77%2C17H27a2%2C2%2C0%2C1%2C0%2C0-4Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 18px 18px
}

    .button.icon-left-rounded-arrow.secondary {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%232E5C99%22%20d%3D%22M27%2C13H7.83l3.81-3.81A2%2C2%2C0%2C0%2C0%2C8.79%2C6.31L1.55%2C13.55a2.1%2C2.1%2C0%2C0%2C0%2C0%2C2.9l7.24%2C7.24a2%2C2%2C0%2C1%2C0%2C2.85-2.84L7.77%2C17H27a2%2C2%2C0%2C1%2C0%2C0-4Z%22%2F%3E%3C%2Fsvg%3E");
        background-size: 18px 18px
    }

    .button.icon-left-rounded-arrow.putty {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%23021B41%22%20d%3D%22M27%2C13H7.83l3.81-3.81A2%2C2%2C0%2C0%2C0%2C8.79%2C6.31L1.55%2C13.55a2.1%2C2.1%2C0%2C0%2C0%2C0%2C2.9l7.24%2C7.24a2%2C2%2C0%2C1%2C0%2C2.85-2.84L7.77%2C17H27a2%2C2%2C0%2C1%2C0%2C0-4Z%22%2F%3E%3C%2Fsvg%3E");
        background-size: 18px 18px
    }

    .button.icon-left-rounded-arrow.pale {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%23021B41%22%20d%3D%22M27%2C13H7.83l3.81-3.81A2%2C2%2C0%2C0%2C0%2C8.79%2C6.31L1.55%2C13.55a2.1%2C2.1%2C0%2C0%2C0%2C0%2C2.9l7.24%2C7.24a2%2C2%2C0%2C1%2C0%2C2.85-2.84L7.77%2C17H27a2%2C2%2C0%2C1%2C0%2C0-4Z%22%2F%3E%3C%2Fsvg%3E");
        background-size: 18px 18px
    }

    .button.icon-left-rounded-arrow.white {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%23021B41%22%20d%3D%22M27%2C13H7.83l3.81-3.81A2%2C2%2C0%2C0%2C0%2C8.79%2C6.31L1.55%2C13.55a2.1%2C2.1%2C0%2C0%2C0%2C0%2C2.9l7.24%2C7.24a2%2C2%2C0%2C1%2C0%2C2.85-2.84L7.77%2C17H27a2%2C2%2C0%2C1%2C0%2C0-4Z%22%2F%3E%3C%2Fsvg%3E");
        background-size: 18px 18px
    }

    .button.icon-left-rounded-arrow.light-green {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%23021B41%22%20d%3D%22M27%2C13H7.83l3.81-3.81A2%2C2%2C0%2C0%2C0%2C8.79%2C6.31L1.55%2C13.55a2.1%2C2.1%2C0%2C0%2C0%2C0%2C2.9l7.24%2C7.24a2%2C2%2C0%2C1%2C0%2C2.85-2.84L7.77%2C17H27a2%2C2%2C0%2C1%2C0%2C0-4Z%22%2F%3E%3C%2Fsvg%3E");
        background-size: 18px 18px
    }

.button.icon-right-rounded-arrow {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%23021B41%22%20d%3D%22M3%2C17H22.17l-3.81%2C3.81a2%2C2%2C0%2C1%2C0%2C2.85%2C2.84l7.24-7.24a2.1%2C2.1%2C0%2C0%2C0%2C0-2.9L21.21%2C6.31a2%2C2%2C0%2C0%2C0-2.85%2C2.84L22.23%2C13H3a2%2C2%2C0%2C0%2C0%2C0%2C4Z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 18px 18px
}

    .button.icon-right-rounded-arrow.secondary {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%232E5C99%22%20d%3D%22M3%2C17H22.17l-3.81%2C3.81a2%2C2%2C0%2C1%2C0%2C2.85%2C2.84l7.24-7.24a2.1%2C2.1%2C0%2C0%2C0%2C0-2.9L21.21%2C6.31a2%2C2%2C0%2C0%2C0-2.85%2C2.84L22.23%2C13H3a2%2C2%2C0%2C0%2C0%2C0%2C4Z%22%2F%3E%3C%2Fsvg%3E");
        background-size: 18px 18px
    }

    .button.icon-right-rounded-arrow.putty {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%23021B41%22%20d%3D%22M3%2C17H22.17l-3.81%2C3.81a2%2C2%2C0%2C1%2C0%2C2.85%2C2.84l7.24-7.24a2.1%2C2.1%2C0%2C0%2C0%2C0-2.9L21.21%2C6.31a2%2C2%2C0%2C0%2C0-2.85%2C2.84L22.23%2C13H3a2%2C2%2C0%2C0%2C0%2C0%2C4Z%22%2F%3E%3C%2Fsvg%3E");
        background-size: 18px 18px
    }

    .button.icon-right-rounded-arrow.pale {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%23021B41%22%20d%3D%22M3%2C17H22.17l-3.81%2C3.81a2%2C2%2C0%2C1%2C0%2C2.85%2C2.84l7.24-7.24a2.1%2C2.1%2C0%2C0%2C0%2C0-2.9L21.21%2C6.31a2%2C2%2C0%2C0%2C0-2.85%2C2.84L22.23%2C13H3a2%2C2%2C0%2C0%2C0%2C0%2C4Z%22%2F%3E%3C%2Fsvg%3E");
        background-size: 18px 18px
    }

    .button.icon-right-rounded-arrow.white {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%23021B41%22%20d%3D%22M3%2C17H22.17l-3.81%2C3.81a2%2C2%2C0%2C1%2C0%2C2.85%2C2.84l7.24-7.24a2.1%2C2.1%2C0%2C0%2C0%2C0-2.9L21.21%2C6.31a2%2C2%2C0%2C0%2C0-2.85%2C2.84L22.23%2C13H3a2%2C2%2C0%2C0%2C0%2C0%2C4Z%22%2F%3E%3C%2Fsvg%3E");
        background-size: 18px 18px
    }

    .button.icon-right-rounded-arrow.blue {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M3%2C17H22.17l-3.81%2C3.81a2%2C2%2C0%2C1%2C0%2C2.85%2C2.84l7.24-7.24a2.1%2C2.1%2C0%2C0%2C0%2C0-2.9L21.21%2C6.31a2%2C2%2C0%2C0%2C0-2.85%2C2.84L22.23%2C13H3a2%2C2%2C0%2C0%2C0%2C0%2C4Z%22%2F%3E%3C%2Fsvg%3E");
        background-size: 18px 18px
    }

    .button.icon-right-rounded-arrow.light-green {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%23021B41%22%20d%3D%22M3%2C17H22.17l-3.81%2C3.81a2%2C2%2C0%2C1%2C0%2C2.85%2C2.84l7.24-7.24a2.1%2C2.1%2C0%2C0%2C0%2C0-2.9L21.21%2C6.31a2%2C2%2C0%2C0%2C0-2.85%2C2.84L22.23%2C13H3a2%2C2%2C0%2C0%2C0%2C0%2C4Z%22%2F%3E%3C%2Fsvg%3E");
        background-size: 18px 18px
    }

    .button.icon-right-rounded-arrow.secondary.white-arrow, .button.icon-right-rounded-arrow.white-arrow {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M3%2C17H22.17l-3.81%2C3.81a2%2C2%2C0%2C1%2C0%2C2.85%2C2.84l7.24-7.24a2.1%2C2.1%2C0%2C0%2C0%2C0-2.9L21.21%2C6.31a2%2C2%2C0%2C0%2C0-2.85%2C2.84L22.23%2C13H3a2%2C2%2C0%2C0%2C0%2C0%2C4Z%22%2F%3E%3C%2Fsvg%3E");
        background-size: 18px 18px
    }

.button.icon-left-arrow {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M11%2C1%2C4%2C7.5%2C11%2C14%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    background-size: 14px 14px
}

    .button.icon-left-arrow.secondary {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M11%2C1%2C4%2C7.5%2C11%2C14%22%20fill%3D%22none%22%20stroke%3D%22%232E5C99%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        background-size: 14px 14px
    }

    .button.icon-left-arrow.putty {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M11%2C1%2C4%2C7.5%2C11%2C14%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        background-size: 14px 14px
    }

    .button.icon-left-arrow.pale {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M11%2C1%2C4%2C7.5%2C11%2C14%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        background-size: 14px 14px
    }

    .button.icon-left-arrow.white {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M11%2C1%2C4%2C7.5%2C11%2C14%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        background-size: 14px 14px
    }

.button.icon-right-arrow {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M4%2C14l7-6.5L4%2C1%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    background-size: 14px 14px
}

    .button.icon-right-arrow.icon-blue {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M4%2C14l7-6.5L4%2C1%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        background-size: 14px 14px
    }

    .button.icon-right-arrow.secondary {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M4%2C14l7-6.5L4%2C1%22%20fill%3D%22none%22%20stroke%3D%22%232E5C99%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        background-size: 14px 14px
    }

    .button.icon-right-arrow.putty {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M4%2C14l7-6.5L4%2C1%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        background-size: 14px 14px
    }

    .button.icon-right-arrow.pale {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M4%2C14l7-6.5L4%2C1%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        background-size: 14px 14px
    }

    .button.icon-right-arrow.white {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M4%2C14l7-6.5L4%2C1%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        background-size: 14px 14px
    }

.button.icon-down-arrow {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M1%2C4l6.5%2C7L14%2C4%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    background-size: 14px 14px
}

    .button.icon-down-arrow.icon-blue {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M1%2C4l6.5%2C7L14%2C4%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        background-size: 14px 14px
    }

    .button.icon-down-arrow.secondary {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M1%2C4l6.5%2C7L14%2C4%22%20fill%3D%22none%22%20stroke%3D%22%232E5C99%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        background-size: 14px 14px
    }

    .button.icon-down-arrow.putty {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M1%2C4l6.5%2C7L14%2C4%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        background-size: 14px 14px
    }

    .button.icon-down-arrow.pale {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M1%2C4l6.5%2C7L14%2C4%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        background-size: 14px 14px
    }

    .button.icon-down-arrow.white {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M1%2C4l6.5%2C7L14%2C4%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        background-size: 14px 14px
    }

.button.icon-up-arrow {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M14%2C11%2C7.5%2C4%2C1%2C11%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    background-size: 14px 14px
}

    .button.icon-up-arrow.icon-blue {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M14%2C11%2C7.5%2C4%2C1%2C11%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        background-size: 14px 14px
    }

    .button.icon-up-arrow.secondary {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M14%2C11%2C7.5%2C4%2C1%2C11%22%20fill%3D%22none%22%20stroke%3D%22%232E5C99%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        background-size: 14px 14px
    }

    .button.icon-up-arrow.putty {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M14%2C11%2C7.5%2C4%2C1%2C11%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        background-size: 14px 14px
    }

    .button.icon-up-arrow.pale {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M14%2C11%2C7.5%2C4%2C1%2C11%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        background-size: 14px 14px
    }

    .button.icon-up-arrow.white {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M14%2C11%2C7.5%2C4%2C1%2C11%22%20fill%3D%22none%22%20stroke%3D%22%23021B41%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        background-size: 14px 14px
    }

.button.icon-circle-arrow {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2035%2035%22%3E%3Cpath%20d%3D%22M17.5%2C3.5a14%2C14%2C0%2C0%2C0-14%2C14c0%2C.11%2C0%2C.21%2C0%2C.32H.08l5.67%2C7.75%2C5.67-7.75H8c0-.11%2C0-.21%2C0-.32a9.52%2C9.52%2C0%2C1%2C1%2C2%2C5.78L7.23%2C27A14%2C14%2C0%2C1%2C0%2C17.5%2C3.5Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
    background-size: 20px 20px
}

.button.floated-button-right {
    float: right
}

.button.nowrap {
    white-space: nowrap
}

.button.menu-button {
    border: 1px solid #2E5C99;
    margin-bottom: 0
}

@media only screen and (min-width:1024px) {
    .button.floated-button-right-xlarge {
        float: right
    }
}

body {
    background-color: #fafafa
}

section {
    padding-top: 0;
    position: relative;
    padding-left: .75rem;
    padding-right: .75rem
}

    section h3 {
        margin-bottom: 3rem
    }

    section h4 {
        font-family: gilmer-bold,sans-serif;
        font-weight: 400;
        margin-bottom: 2rem
    }

p {
    font-size: 1.125rem;
    letter-spacing: .2px
}

    p.larger {
        font-size: 1.25rem
    }

@media only screen and (max-width:719px) {
    p.larger {
        font-size: 1.0625rem
    }
}

ul.yellow-tick {
    margin-top: 1.2rem;
    margin-left: 0;
    margin-right: 1.5rem
}

    ul.yellow-tick li {
        padding-left: 2.7rem;
        list-style: none;
        position: relative;
        margin-bottom: .875rem
    }

        ul.yellow-tick li:before {
            content: ' ' !important;
            position: absolute;
            top: 0;
            width: 28px;
            height: 28px;
            border-radius: 999px;
            background-color: #fbcb4d;
            background-repeat: no-repeat;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2211%22%20viewBox%3D%220%200%2013%2011%22%3E%3Cpath%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23021B41%22%20stroke-width%3D%221.5%22%20d%3D%22M13.75%2019.444L17.75%2023%2024.75%2015%22%20transform%3D%22translate%28-13%20-14%29%22%2F%3E%3C%2Fsvg%3E");
            background-size: 16px;
            background-position: center;
            left: 0 !important
        }

    ul.yellow-tick.larger li {
        padding-left: 3.2rem;
        font-size: 1.25rem;
        font-family: gilmer-medium,sans-serif;
        font-weight: 400;
        margin-bottom: 1.5rem;
        line-height: 1.4
    }

        ul.yellow-tick.larger li:before {
            top: 5%;
            width: 36px;
            height: 36px
        }

@media only screen and (max-width:719px) {
    ul.yellow-tick.larger li {
        font-size: 1.0625rem
    }
}

img.tick-icon {
    width: 40px;
    height: 40px
}

@media only screen and (max-width:719px) {
    p {
        font-size: 1rem
    }
}

p.grey {
    color: #54565b
}

input {
    border-color: #c1c7d0
}

.nowrap {
    white-space: nowrap
}

label {
    font-family: gilmer-medium,sans-serif;
    font-weight: 400
}

.primary-column a {
    -webkit-transition: all .25s;
    transition: all .25s
}

.primary-column ul:not(.accordion):not(.glossary-alpha-menu):not(.glossary-searched-items-menu):not(.no-bullet):not(.pages) li, .secondary-content-panel ul li, ol li {
    font-size: 1.125rem;
    margin-bottom: .875rem
}

.dash-item-list li, .primary-column ul:not(.accordion):not(.glossary-alpha-menu):not(.glossary-searched-items-menu):not(.no-bullet):not(.pages) li, .secondary-content-panel ul li {
    list-style: none;
    position: relative
}

    .dash-item-list li:before, .primary-column ul:not(.accordion):not(.glossary-alpha-menu):not(.glossary-searched-items-menu):not(.no-bullet):not(.pages) li:before, .secondary-content-panel ul li:before {
        content: '–';
        position: absolute;
        top: 0;
        left: -1.25rem
    }

.dash-item-list li {
    font-size: 1.125rem;
    margin-bottom: .625rem
}

.secondary-content-panel .inner {
    background-color: #f5f5f5;
    padding: 2.5rem 2rem;
    border-radius: 18px
}

.blue-wrapper {
    color: #fff;
    position: relative
}

    .blue-wrapper div {
        position: relative;
        z-index: 1
    }

    .blue-wrapper:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 76%;
        background-color: #021B41
    }

@media only screen and (min-width:0) and (max-width:414px) {
    .blue-wrapper:after {
        height: 65%
    }
}

@media only screen and (min-width:720px) and (max-width:1023px) {
    .blue-wrapper:after {
        height: 85%
    }
}

@media only screen and (min-width:0) and (max-width:719px) {
    .primary-column ul:not(.accordion):not(.glossary-alpha-menu):not(.glossary-searched-items-menu):not(.no-bullet):not(.pages) li, ol li {
        font-size: 1rem
    }
}

.blue-wrapper section h3, .blue-wrapper section p {
    color: #fff
}

.blue-wrapper section h3 {
    margin-bottom: 2rem
}

.blue-wrapper .wrap-panel .inner {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    padding-top: 8rem;
    padding-bottom: 2rem;
    background-repeat: no-repeat;
    background-position: top 2.5rem center;
    background-size: 62px 62px;
    height: 100%
}

.blue-wrapper .wrap-panel li, .blue-wrapper .wrap-panel p {
    color: #021B41
}

.blue-wrapper .wrap-panel ul {
    margin-top: 2.4rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

.blue-wrapper .wrap-panel li {
    padding-left: 3rem
}

    .blue-wrapper .wrap-panel li:before {
        content: ' ' !important;
        width: 28px;
        height: 28px;
        border-radius: 999px;
        background-color: #fbcb4d;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2211%22%20viewBox%3D%220%200%2013%2011%22%3E%3Cpath%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23021B41%22%20stroke-width%3D%221.5%22%20d%3D%22M13.75%2019.444L17.75%2023%2024.75%2015%22%20transform%3D%22translate%28-13%20-14%29%22%2F%3E%3C%2Fsvg%3E");
        background-size: 16px;
        background-position: center;
        left: 0 !important
    }

.blue-wrapper .wrap-panel h4 {
    font-size: 1.375rem;
    margin-left: 1rem;
    margin-right: 1rem
}

.blue-wrapper .wrap-panel .inner:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    background-color: transparent
}

.blue-wrapper .wrap-panel.one .inner {
    background-color: #ffe8ea;
    background-image: url(../img/icon-spin-person.svg)
}

    .blue-wrapper .wrap-panel.one .inner:after {
        background-color: #ff5b6b
    }

.blue-wrapper .wrap-panel.two .inner {
    background-color: #eaf6f7;
    background-image: url(../img/icon-piggy-bank.svg)
}

    .blue-wrapper .wrap-panel.two .inner:after {
        background-color: #a6dadd
    }

.blue-wrapper .wrap-panel.three .inner {
    background-color: #fef3d4;
    background-image: url(../img/icon-3-people.svg)
}

    .blue-wrapper .wrap-panel.three .inner:after {
        background-color: #fbcb4d
    }

.rounded-image-wrapper {
    padding: 0;
    border-radius: 18px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

    .rounded-image-wrapper.careers {
        min-height: 300px;
        background-image: url(../img/careers-application-hints-tips.jpg)
    }

@media only screen and (max-width:414px) {
    .rounded-image-wrapper.careers {
        min-height: 190px
    }
}

@media only screen and (min-width:415px) and (max-width:719px) {
    .rounded-image-wrapper.careers {
        min-height: 230px
    }
}

.home-support-links a {
    display: block;
    font-size: 1.5rem;
    text-decoration: none;
    padding-top: 6.5625rem;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 90px 90px;
    -webkit-transition: background .25s;
    transition: background .25s
}

    .home-support-links a:hover {
        background-size: 95px 95px;
        text-decoration: underline
    }

    .home-support-links a.forms-guides {
        background-image: url(../img/icon-pen-paper.svg)
    }

    .home-support-links a.faqs {
        background-image: url(../img/icon-speech-bubbles-qmark.svg)
    }

    .home-support-links a.glossary {
        background-image: url(../img/icon-book-info.svg)
    }

    .home-support-links a.useful-links {
        background-image: url(../img/icon-paperclip.svg)
    }

.home-contact-numbers {
    background-color: #cae1ef
}

    .home-contact-numbers h4 {
        font-size: 1.5rem;
        font-family: gilmer-bold,sans-serif;
        font-weight: 400
    }

    .home-contact-numbers p {
        font-size: 1.5rem;
        margin-bottom: 0
    }

@media only screen and (max-width:414px) {
    .home-support-links a {
        font-size: 1.125rem;
        padding-top: 4.6875rem;
        background-size: 60px 60px
    }

        .home-support-links a:hover {
            background-size: 70px 70px
        }

    .break-small {
        display: block
    }
}

.why-register {
  margin-top: 4rem;
  padding-top: 33%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 85%;
  background-image: url(../img/why-register-BAresize.png)
}

@media only screen and (max-width:414px) {
    .why-register {
        margin-top: 2.25rem;
        padding-top: 44%;
        background-size: 135%
    }
}

@media only screen and (min-width:415px) and (max-width:719px) {
    .why-register {
        margin-top: 2.25rem;
        padding-top: 48%;
        background-size: 135%
    }
}

.main-content {
    background-color: #fff;
    border-radius: 0 0 100px 0;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.05)
}

    .main-content.top-left-corner {
        border-radius: 100px 0 100px 0
    }

    .main-content.side-indent-content {
        padding-left: .75rem;
        padding-right: .75rem
    }

@media only screen and (min-width:720px) and (max-width:1023px) {
    .main-content.side-indent-content {
        padding-left: 5.5%;
        padding-right: 5.5%
    }
}

@media only screen and (min-width:1024px) {
    .main-content.side-indent-content {
        padding-left: 5.5%;
        padding-right: 5.5%
    }
}

@media only screen and (min-width:0) and (max-width:719px) {
    .main-content {
        border-radius: 0 0 50px 0
    }

        .main-content.top-left-corner {
            border-radius: 50px 0 50px 0
        }
}

.secondary-column .row {
    height: 100%
}

.secondary-column h4 {
    font-size: 1.5rem;
    white-space: nowrap
}

.secondary-content-panel h4 {
    font-size: 1.25rem;
    white-space: normal
}

@media only screen and (min-width:0) and (max-width:1023px) {
    .secondary-content-panel h4 {
        font-size: 1.125rem
    }

    .secondary-content-panel p {
        font-size: 1rem
    }

    .secondary-content-panel ul li {
        font-size: 1rem
    }
}

h2.heavy, h3.heavy, h4.heavy, h5.heavy {
    font-family: gilmer-heavy,sans-serif;
    font-weight: 400
}

h2, h2.h1, strong {
    font-family: gilmer-bold,sans-serif;
    font-weight: 400
}

h3, h3.h2 {
    font-family: gilmer-bold,sans-serif;
    font-weight: 400
}

    h3.xlarger {
        font-size: 1.875rem
    }

h4.red {
    color: #ef4e45
}

td.red, th.red {
    color: #ef4e45
}

@media only screen and (max-width:414px) {
    h3.xlarger {
        font-size: 1.5rem
    }
}

p.medium {
    font-family: gilmer-medium,sans-serif;
    font-weight: 400
}

p.smaller {
    font-size: .9375rem
}

blockquote p {
    color: #021B41;
    font-family: gilmer-medium,sans-serif;
    font-weight: 400
}

blockquote {
    padding-top: 0
}

    blockquote.red {
        border-left: 4px solid #ef4e45
    }

.block-heading {
    border-left: 5px solid #000;
    padding-left: 1.75rem
}

    .block-heading.deep-yellow {
        border-color: #fbcb4d
    }

    .block-heading.coral {
        border-color: #ff5b6b
    }

.block-quote-heading {
    border-left: 5px solid #000;
    padding-left: 1.75rem
}

    .block-quote-heading p {
        font-size: 1.25rem;
        font-family: gilmer-bold,sans-serif;
        font-weight: 400;
        line-height: 1.4
    }

    .block-quote-heading.deep-yellow {
        border-color: #fbcb4d
    }

ul.contact-icons {
    border-left: none;
    margin-left: 0
}

    ul.contact-icons li {
        background-repeat: no-repeat;
        background-size: 40px 40px;
        padding-left: 4.125rem
    }

        ul.contact-icons li.email {
            background-image: url(../img/icon-email.svg)
        }

        ul.contact-icons li.letter {
            background-image: url(../img/icon-envelope.svg)
        }

        ul.contact-icons li.phone {
            background-image: url(../img/icon-phone.svg)
        }

        ul.contact-icons li.laptop {
            background-image: url(../img/icon-laptop.svg)
        }

        ul.contact-icons li:before {
            content: '';
            display: none
        }

.smallprint {
    font-size: 1rem;
    color: #54565b
}

.back-to-top {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 999px;
    border: 1px solid rgba(0,45,89,.2);
    text-indent: -5000px;
    display: block;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.25rem 1.25rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.46%2011.11%22%3E%3Cpath%20d%3D%22M2.77%2C10.58a1.57%2C1.57%2C0%2C0%2C1-2.24.12A1.57%2C1.57%2C0%2C0%2C1%2C.28%2C8.62l.13-.16L7.55.53A1.59%2C1.59%2C0%2C0%2C1%2C9.77.39l.14.14%2C7.14%2C7.93a1.59%2C1.59%2C0%2C0%2C1-2.22%2C2.26l-.14-.14L8.73%2C4l-6%2C6.62Z%22%20fill%3D%22%23021B41%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
    -webkit-transition: border .25s;
    transition: border .25s
}

    .back-to-top:hover {
        border: 1px solid rgba(0,45,89,.5)
    }

.accordion .accordion-content > h3.heading-box, .heading-box {
    border-radius: 10px;
    padding: 1.75rem 1.5rem 1.75rem 1.5rem;
    margin-bottom: .625rem;
    background-color: #e5f5f6;
    font-size: 1.25rem;
    font-family: gilmer-bold,sans-serif;
    font-weight: 400
}

@media only screen and (min-width:1024px) {
    .heading-box.left {
        width: 35%
    }
}

.bios .tag {
    background-color: rgba(239,78,69,.15);
    text-transform: none;
    font-family: gilmer-regular,sans-serif;
    font-weight: 400;
    font-size: .875rem;
    padding-top: .375rem;
    padding-bottom: .375rem;
    white-space: nowrap;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 0;
    display: inline-block
}

.bios .bio-excerpt {
    padding-right: 2.25rem
}

.bios .bio-text {
    display: none
}

.bios .bio h4 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    font-family: gilmer-bold,sans-serif;
    font-weight: 400
}

.bios .bio p {
    font-size: 1.25rem;
    line-height: 1.4
}

.bios .bio a.show-hide, .plus-link {
    color: #6b6b6b;
    text-decoration: none;
    font-family: gilmer-medium,sans-serif;
    font-weight: 400
}

    .plus-link:focus {
        outline: 0
    }

    .bios .bio a.show-hide:hover, .plus-link:hover {
        color: #021B41
    }

    .bios .bio a.show-hide span, .plus-link span {
        display: inline-block;
        width: .75rem;
        height: .75rem;
        margin-left: .3125rem;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019%2019%22%3E%3Cpolygon%20points%3D%2219%208.5%2010.5%208.5%2010.5%200%208.5%200%208.5%208.5%200%208.5%200%2010.5%208.5%2010.5%208.5%2019%2010.5%2019%2010.5%2010.5%2019%2010.5%2019%208.5%22%20fill%3D%22%236b6b6b%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: .75rem .75rem
    }

    .bios .bio a.show-hide:hover span, .plus-link:hover span {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019%2019%22%3E%3Cpolygon%20points%3D%2219%208.5%2010.5%208.5%2010.5%200%208.5%200%208.5%208.5%200%208.5%200%2010.5%208.5%2010.5%208.5%2019%2010.5%2019%2010.5%2010.5%2019%2010.5%2019%208.5%22%20fill%3D%22%23021B41%22%2F%3E%3C%2Fsvg%3E")
    }

.bios .bio-image-wrapper {
    background-color: #e5f5f6;
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 999px;
    -webkit-box-shadow: 2px 2px 6px 0 rgba(0,0,0,.11);
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,.11);
    overflow: hidden;
    height: 0;
    padding-bottom: 100%
}

.about-us-popup .bios .bio-image-wrapper {
    border-radius: 100px 18px 100px 18px
}

@media only screen and (min-width:0) and (max-width:719px) {
    .bios .tag {
        display: inline-block;
        clear: both;
        margin-top: .75rem
    }

    .bios .bio p {
        font-size: 1.0625rem
    }

    .bios .bio-image-wrapper {
        border-radius: 70px 18px 70px 18px;
        padding-bottom: 45%;
        background-size: contain
    }

    .bios .bio-image-wrapper {
        background-position: bottom -15px center
    }
}

@media only screen and (min-width:720px) and (max-width:1023px) {
    .bio-panel .row .column.image, .bio-panel .row .image.columns {
        padding-right: 2.2rem
    }
}

@media only screen and (min-width:720px) {
    .about-us-popup .bios .bio h4 {
        margin-top: 0
    }

    .bios .bio-image-wrapper.andrewkerr {
        background-size: 130%
    }

    .bios .bio-image-wrapper.benmarshall {
        background-size: 115%
    }

    .bios .bio-image-wrapper.berylshepherd {
        background-size: 105%
    }

    .bios .bio-image-wrapper.mortennilsson {
        background-size: 114%
    }

    .bios .bio-image-wrapper.franknaylor {
        background-size: 105%
    }

    .bios .bio-image-wrapper.wynfrancis {
        background-size: 112%
    }

    .bios .bio-image-wrapper.simonlangworthy {
        background-size: 112%
    }

    .bios .bio-image-wrapper.martintully {
        background-size: 110%
    }

    .bios .bio-image-wrapper.gillianhaselden {
        background-size: 110%
    }

    .bios .bio-image-wrapper.kevinsamborn {
        background-size: 110%
    }
}

@media only screen and (min-width:1024px) {
    .bios .bio-panel:nth-child(odd) {
        border-right: 2px solid #eeefef
    }

    .bios .bio-panel:nth-child(even) {
        padding-left: 2.5rem
    }
}

.coloured-block-panel {
    border-radius: 18px;
    padding: 2.625rem 2rem 2.625rem 9.375rem;
    background-repeat: no-repeat;
    background-position: left 30px center;
    background-size: 5.9375rem 5.9375rem;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .coloured-block-panel.alt {
        border-radius: 18px;
        padding: 10rem 2rem 3.25rem 2rem;
        background-repeat: no-repeat;
        background-position: top 40px center;
        background-size: 5.9375rem 5.9375rem;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .coloured-block-panel h4 {
        font-size: 2.375rem;
        font-family: gilmer-bold,sans-serif;
        font-weight: 400;
        margin-bottom: .25rem;
        line-height: 1.2
    }

    .coloured-block-panel.alt h4 {
        font-size: 1.5rem;
        font-family: gilmer-medium,sans-serif;
        font-weight: 400;
        margin-bottom: .25rem;
        text-align: center
    }

    .coloured-block-panel p {
        font-size: 1.25rem;
        font-family: gilmer-medium,sans-serif;
        font-weight: 400;
        margin-bottom: 0;
        line-height: 1.3
    }

    .coloured-block-panel.one {
        background-image: url(../img/block-panel-icon-1.svg);
        background-color: #ef7f8a
    }

    .coloured-block-panel.two {
        background-image: url(../img/block-panel-icon-2.svg);
        background-color: #fbcb4d
    }

    .coloured-block-panel.three {
        background-image: url(../img/block-panel-icon-3.svg);
        background-color: #021B41;
        color: #fff
    }

        .coloured-block-panel.three h4 {
            color: #fff
        }

    .coloured-block-panel.four {
        background-image: url(../img/block-panel-icon-4.svg);
        background-color: #54565b;
        color: #fff
    }

        .coloured-block-panel.four h4 {
            color: #fff
        }

    .coloured-block-panel.five {
        background-image: url(../img/block-panel-icon-5.svg);
        background-color: #2E5C99
    }

    .coloured-block-panel.six {
        background-image: url(../img/block-panel-icon-6.svg);
        background-color: #035142;
        color: #fff
    }

    .coloured-block-panel.seven {
        background-image: url(../img/block-panel-icon-7.svg);
        background-color: #ef7f8a
    }

    .coloured-block-panel.eight {
        background-image: url(../img/block-panel-icon-8.svg);
        background-color: #2E5C99
    }

    .coloured-block-panel.nine {
        background-image: url(../img/block-panel-icon-9.svg);
        background-color: #fbcb4d
    }

    .coloured-block-panel.ten {
        background-image: url(../img/block-panel-icon-10.svg);
        background-color: #021B41;
        color: #fff
    }

        .coloured-block-panel.six h4, .coloured-block-panel.ten h4 {
            color: #fff
        }

    .coloured-block-panel.eleven {
        background-image: url(../img/block-panel-icon-11.svg);
        background-color: #ef7f8a
    }

    .coloured-block-panel.twelve {
        background-image: url(../img/block-panel-icon-12.svg);
        background-color: #2E5C99
    }

    .coloured-block-panel.thirteen {
        background-image: url(../img/block-panel-icon-13.svg);
        background-color: #fbcb4d
    }

    .coloured-block-panel.fourteen {
        background-image: url(../img/block-panel-icon-14.svg);
        background-color: #021B41;
        color: #fff
    }

        .coloured-block-panel.eleven h4, .coloured-block-panel.fourteen h4, .coloured-block-panel.thirteen h4, .coloured-block-panel.twelve h4 {
            font-size: 1.25rem
        }

        .coloured-block-panel.fourteen h4 {
            color: #fff
        }

    .coloured-block-panel.solo {
        background-position: center;
        padding: 5rem 2rem 5rem 2rem
    }

    .coloured-block-panel.arrow {
        background-image: url(../img/block-panel-icon-arrow.svg);
        background-color: #ef7f8a
    }

    .coloured-block-panel.head {
        background-image: url(../img/block-panel-icon-head.svg);
        background-color: #fbcb4d
    }

    .coloured-block-panel.cloud {
        background-image: url(../img/block-panel-icon-cloud.svg);
        background-color: #2E5C99
    }

    .coloured-block-panel.people {
        background-image: url(../img/block-panel-icon-4.svg);
        background-color: #021B41;
        color: #fff
    }

.bottom-border {
    border-bottom: 1px solid #000
}

@media only screen and (min-width:0) and (max-width:414px) {
    .coloured-block-panel, .coloured-block-panel.alt {
        border-radius: 18px;
        padding: 1.5rem 1.5rem 1.5rem 6.875rem;
        background-repeat: no-repeat;
        background-position: left 25px center;
        background-size: 4.0625rem 4.0625rem;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .coloured-block-panel.solo {
            background-position: center
        }

        .coloured-block-panel.alt {
            min-height: 124px
        }

        .coloured-block-panel h4 {
            font-size: 1.875rem;
            font-family: gilmer-bold,sans-serif;
            font-weight: 400;
            margin-bottom: .25rem
        }

        .coloured-block-panel.alt h4 {
            text-align: left;
            font-size: 1.25rem
        }

        .coloured-block-panel p {
            font-size: 1rem;
            font-family: gilmer-medium,sans-serif;
            font-weight: 400;
            margin-bottom: 0;
            line-height: 1.3
        }
}

@media only screen and (min-width:415px) and (max-width:719px) {
    .coloured-block-panel.alt {
        border-radius: 18px;
        padding: 2.625rem 2rem 2.625rem 9.375rem;
        background-repeat: no-repeat;
        background-position: left 30px center;
        background-size: 5.9375rem 5.9375rem;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 148px
    }

    .coloured-block-panel.solo {
        background-position: center
    }

    .coloured-block-panel.alt h4 {
        text-align: left
    }
}

.responsive-embed.rounded {
    border-radius: 20px;
    overflow: hidden
}

.responsive-embed.contact-us-map {
    padding-bottom: 25%
}

@media only screen and (min-width:0) and (max-width:719px) {
    .responsive-embed.contact-us-map {
        padding-bottom: 40%
    }
}

.chart_container {
    position: relative;
    max-width: 285px;
    margin: auto
}

#chart_text {
    position: absolute;
    top: 5%;
    left: 5%;
    font-size: 1.625rem;
    line-height: 1.3;
    font-family: gilmer-bold,sans-serif;
    font-weight: 400;
    width: 90%;
    height: 90%;
    padding: 0;
    border-radius: 999px;
    pointer-events: none
}

    #chart_text span.date {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        display: block;
        width: 100%;
        text-align: center;
        font-family: gilmer-regular,sans-serif;
        font-weight: 400
    }

.chart-container .row .border.columns, .chart-container .row .column.border {
    border-left: 3px solid rgba(84,86,91,.2)
}

@media only screen and (min-width:0) and (max-width:414px) {
    .chart-container .row .border.columns, .chart-container .row .column.border {
        border-left: none;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media only screen and (min-width:415px) and (max-width:719px) {
    .chart-container .row .border.columns, .chart-container .row .column.border {
        border-left: none;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.tooltip.seafoam-blue {
    background-color: #2E5C99;
    color: #021B41
}

.tooltip.carnation {
    background-color: #ef7f8a;
    color: #021B41
}

.tooltip.marine-blue {
    background-color: #021B41;
    color: #fff
}

.tooltip.dark-teal {
    background-color: #035142;
    color: #fff
}

.tooltip.deep-yellow {
    background-color: #fbcb4d
}

.tooltip.grey {
    background-color: #6b6b6b;
    color: #fff
}

.tooltip.large-text {
    font-size: 1.125rem;
    font-family: gilmer-medium,sans-serif;
    font-weight: 400;
    line-height: 1.3;
    max-width: 400px
}

    .tooltip.large-text:before {
        display: none
    }

@media only screen and (max-width:414px) {
    .tooltip.large-text {
        font-size: .9375rem
    }
}

.signpost-icon {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 2.875rem 2.375rem;
    background-image: url(../img/signpost-icon.svg);
    padding-left: 3.75rem;
    line-height: 2.375rem
}

.brainhead-icon {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 2.875rem 2.375rem;
    background-image: url(../img/brainhead-icon.svg);
    padding-left: 3.75rem;
    line-height: 2.375rem
}

ul#site-map-list {
    list-style: none;
    margin-left: 0;
    font-family: gilmer-regular,sans-serif;
    font-weight: 400
}

    ul#site-map-list li:before {
        display: none
    }

    ul#site-map-list li a {
        text-decoration: none;
        display: inline-block
    }

        ul#site-map-list li a:hover {
            text-decoration: underline
        }

    ul#site-map-list > li {
        font-size: 1.5rem;
        margin-bottom: 1.5rem
    }

        ul#site-map-list > li > a {
            font-family: gilmer-bold,sans-serif;
            font-weight: 400
        }

        ul#site-map-list > li > ul {
            margin-left: 2rem;
            margin-top: .75rem
        }

    ul#site-map-list ul.has-sub > li > a {
        font-family: gilmer-bold,sans-serif;
        font-weight: 400
    }

    ul#site-map-list > li > ul > li {
        font-size: 1.25rem;
        margin-bottom: .75rem
    }

        ul#site-map-list > li > ul > li > ul {
            margin-left: 2rem;
            margin-top: .75rem;
            margin-bottom: 1.5rem
        }

            ul#site-map-list > li > ul > li > ul > li {
                font-size: 1.25rem;
                margin-bottom: .75rem
            }

.panel-internal {
    border-radius: 18px;
    border: solid 1px rgba(0,45,89,.12);
    background-color: #fff;
    padding: 1.5rem 2.25rem 1.375rem 2.25rem;
    margin-bottom: 1.5rem;
    font-size: 1.125rem
}

@media only screen and (max-width:414px) {
    .panel-internal {
        padding: 2.25rem 1rem 1.5rem 1rem
    }
}

.video-popup-centered-wrapper {
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
    position: absolute;
    width: 96%
}

ul.basiclist ul.basiclist li
{
  list-style:circle
}

ol.basiclist  li {
  list-style: decimal
}
