@charset "UTF-8";

#navigation .nagivation__hamburger-stripe,
#navigation .navigation__hamburger-elements,
.css-animations,
.search__explanation {
    -webkit-transition: all .4s 0s linear;
    transition: all .4s 0s linear
}

.css-animations--rotate-down {
    -webkit-transform-origin: 7% 50%;
    -ms-transform-origin: 7% 50%;
    transform-origin: 7% 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.css-animations--rotate-up {
    -webkit-transform-origin: 7% 50%;
    -ms-transform-origin: 7% 50%;
    transform-origin: 7% 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.css-animations--fade {
    opacity: 0
}

.css-animations--rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

.content--secondary .subtext--author,
.content--secondary .subtext--author a,
.content--secondary--articles .subtext--author,
.content--secondary--articles .subtext--author a,
.subtext,
.subtext a,
.subtext--smalltitle,
.subtext--smalltitle a,
small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

button[disabled],
html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

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

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    ::after,
    ::before {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]::after {
        content: " ("attr(href) ")"
    }

    abbr[title]::after {
        content: " ("attr(title) ")"
    }

    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: FranciscoLight, Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

.container::after,
.container::before {
    content: " ";
    display: table
}

.container::after {
    clear: both
}

@media (min-width:768px) {
    .container {
        width: 740px
    }
}

@media (min-width:992px) {
    .container {
        width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1160px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

.container-fluid::after,
.container-fluid::before {
    content: " ";
    display: table
}

.container-fluid::after {
    clear: both
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

.row::after,
.row::before {
    content: " ";
    display: table
}

.row::after {
    clear: both
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

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

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.clearfix::after,
.clearfix::before {
    content: " ";
    display: table
}

.clearfix::after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@-ms-viewport {
    width: device-width
}

body {
    -ms-overflow-style: scrollbar;
    font-family: FranciscoLight, Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink
}

body,
html {
    background-color: #e1f1ff
}

body.color--secondary,
html.color--secondary {
    background-color: #daf4d6
}

body.color--tertiary,
html.color--tertiary {
    background-color: #faf8dc
}

body.color--quaternary,
html.color--quaternary {
    background-color: #faddd1
}

.content {
    padding: 40px
}

@media screen and (max-width:992px) {
    .content {
        padding: 20px
    }
}

.content--primary {
    position: relative;
    padding: 102px 100px 80px 100px;
    background-color: #fff
}

@media screen and (max-width:1200px) {
    .content--primary {
        padding: 80px 60px
    }
}

@media screen and (max-width:992px) {
    .content--primary {
        padding: 50px 60px
    }
}

@media screen and (max-width:480px) {
    .content--primary {
        padding: 50px 20px
    }
}

.content--secondary {
    padding: 40px;
    background-color: #f8fcff
}

@media screen and (max-width:992px) {
    .content--secondary {
        padding: 20px
    }
}

.color--secondary .content--secondary {
    background-color: #f9fff8
}

.color--tertiary .content--secondary {
    background-color: #fffef7
}

.color--quaternary .content--secondary {
    background-color: #fffaf8
}

.content--primary+.content--secondary,
.content--primary+.content--secondary--articles,
.content--secondary+.content--primary {
    border-top: 1px solid #dcdcdc
}

.content--tertiary {
    padding: 48px 10px 0 10px;
    background-color: #fff
}

.content--expertises {
    position: relative;
    padding: 0 28px 60px 28px;
    background-color: #fff
}

.content--expertises .content--expertises__image {
    position: absolute;
    bottom: 40px;
    right: 20px
}

.content--expertises .content--expertises__image img {
    height: auto;
    max-width: 100%
}

@media screen and (max-width:1200px) {
    .content--expertises .content--expertises__image {
        position: relative;
        bottom: 0
    }
}

.wrapper--primary {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px
}

@media screen and (max-width:992px) {
    .wrapper--primary {
        padding: 0 20px
    }
}

@media screen and (max-width:480px) {
    .wrapper--primary {
        padding: 0
    }
}

.shadow-box {
    -webkit-box-shadow: 0 0 6px 0 #cbe0f3;
    box-shadow: 0 0 6px 0 #cbe0f3
}

.shadow--top {
    -webkit-box-shadow: 0 -3px 6px 0 #f5f5f5;
    box-shadow: 0 -3px 6px 0 #f5f5f5
}

.color--secondary .shadow-box {
    -webkit-box-shadow: 0 0 6px 0 #cbe3c7;
    box-shadow: 0 0 6px 0 #cbe3c7
}

.color--tertiary .shadow-box {
    -webkit-box-shadow: 0 0 6px 0 #f2f0e7;
    box-shadow: 0 0 6px 0 #f2f0e7
}

.color--quaternary .shadow-box {
    -webkit-box-shadow: 0 0 6px 0 #fddbce;
    box-shadow: 0 0 6px 0 #fddbce
}

.content--narrow {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto
}

.content--narrow-sm {
    max-width: 575px;
    margin-left: auto;
    margin-right: auto
}

.content--secondary--articles {
    padding: 43px 10px 20px 10px;
    background-color: #f8fcff
}

.content--secondary--articles h3 {
    margin-bottom: 15px
}

.color--secondary .content--secondary--articles {
    background-color: #f9fff8
}

.color--tertiary .content--secondary--articles {
    background-color: #fffef7
}

.color--quaternary .content--secondary--articles {
    background-color: #fffaf8
}

.container__element {
    padding-bottom: 20px
}

.container__element--last {
    padding-bottom: 0
}

.container__element--columned {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.container__element--columned ul {
    display: inline !important
}

.container__element--columned div {
    -webkit-column-break-after: avoid !important;
    break-after: avoid !important;
    page-break-after: avoid !important;
    -ms-break-after: avoid !important
}

@media screen and (min-width:992px) {
    .container__element--columned {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

.container__element--columned p {
    -webkit-column-break-before: avoid;
    break-before: avoid;
    page-break-before: avoid
}

.container__element--columned h5 {
    margin-top: 20px
}

.container__element--columned h2,
.container__element--columned h3,
.container__element--columned h4,
.container__element--columned h5,
.container__element--columned h6 {
    -webkit-column-break-after: avoid !important;
    break-after: avoid !important;
    page-break-after: avoid !important;
    -ms-break-after: avoid !important
}

.container__element--columned :first-child {
    margin: 0;
    padding-top: 0;
    display: inline-block
}

.container__image {
    display: block;
    margin: 0 auto;
    height: auto;
    width: auto;
    max-width: 100%
}

.container--primary {
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #fff
}

.container--primary .container__image {
    width: 120px
}

@media screen and (min-width:480px) {
    .container--primary .container__image {
        width: 160px
    }
}

@media screen and (min-width:992px) {
    .container--primary .container__image {
        width: 200px
    }
}

.container--secondary {
    background-color: #fff;
    position: relative
}

.container--secondary .container__element {
    padding: 40px 30px 40px 30px;
    border-bottom: 1px solid #dcdcdc;
    min-height: 305px
}

@media screen and (max-width:992px) {
    .container--secondary .container__element {
        min-height: 0
    }
}

@media screen and (min-width:992px) {
    .container--secondary .container__element:nth-of-type(2) {
        border-left: 1px solid #dcdcdc
    }
}

.container--secondary .container--secondary__image-back {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: .14;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: grey;
    filter: grey;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale")
}

.container--secondary .row {
    background-color: #fff
}

@media screen and (min-width:992px) {
    .container--secondary .row:first-of-type .container__element {
        border-top: 1px solid #dcdcdc
    }
}

@media screen and (max-width:992px) {
    .container--secondary .row:first-of-type .container__element:first-of-type {
        border-top: 1px solid #dcdcdc
    }
}

.container--secondary .row:last-of-type .container__element:last-of-type.container__element:nth-of-type(1) {
    float: none;
    margin: 0 auto
}

.container--secondary:last-of-type {
    color: #fff
}

.container--tertiary,
.container--tertiary-horizontal,
.container--tertiary-horizontal-large,
.container--tertiary-vertical {
    position: relative;
    background-color: #f8fcff;
    border: 1px solid #cbe0f3
}

.container--tertiary .attachment-post-thumbnail,
.container--tertiary-horizontal .attachment-post-thumbnail,
.container--tertiary-horizontal-large .attachment-post-thumbnail,
.container--tertiary-vertical .attachment-post-thumbnail {
    max-width: 100%;
    height: auto
}

.container--tertiary .container__title,
.container--tertiary-horizontal .container__title,
.container--tertiary-horizontal-large .container__title,
.container--tertiary-vertical .container__title {
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    white-space: nowrap;
    padding: 0 25px;
    height: 20px;
    line-height: 20px;
    color: #3893e5;
    background-color: #f8fcff;
    border: 1px solid #cbe0f3;
    border-top: 0;
    border-bottom: 0
}

.container--tertiary .container__element,
.container--tertiary-horizontal .container__element,
.container--tertiary-horizontal-large .container__element,
.container--tertiary-vertical .container__element {
    padding: 65px 25px 65px 15px;
    border-bottom: 1px solid #cbe0f3
}

.container--tertiary .container__element p,
.container--tertiary-horizontal .container__element p,
.container--tertiary-horizontal-large .container__element p,
.container--tertiary-vertical .container__element p {
    margin-left: 0
}

.container--tertiary .container__element:last-of-type,
.container--tertiary-horizontal .container__element:last-of-type,
.container--tertiary-horizontal-large .container__element:last-of-type,
.container--tertiary-vertical .container__element:last-of-type {
    border-bottom-width: 0
}

.container--tertiary .container__sub-element,
.container--tertiary-horizontal .container__sub-element,
.container--tertiary-horizontal-large .container__sub-element,
.container--tertiary-vertical .container__sub-element {
    overflow: hidden;
    padding-left: 20px
}

@media screen and (max-width:480px) {

    .container--tertiary .container__sub-element,
    .container--tertiary-horizontal .container__sub-element,
    .container--tertiary-horizontal-large .container__sub-element,
    .container--tertiary-vertical .container__sub-element {
        padding-left: 0
    }
}

.container--tertiary .container__image,
.container--tertiary-horizontal .container__image,
.container--tertiary-horizontal-large .container__image,
.container--tertiary-vertical .container__image {
    float: left
}

@media screen and (max-width:480px) {

    .container--tertiary .container__image,
    .container--tertiary-horizontal .container__image,
    .container--tertiary-horizontal-large .container__image,
    .container--tertiary-vertical .container__image {
        width: 100%;
        float: none
    }
}

.container--tertiary-vertical {
    padding: 5px 0 0 0
}

.container--tertiary-vertical .container__element {
    padding: 30px 20px;
    border: 0
}

.container--tertiary-horizontal,
.container--tertiary-horizontal-large {
    border: 0
}

.container--tertiary-horizontal .container--tertiary-horizontal__box,
.container--tertiary-horizontal-large .container--tertiary-horizontal__box {
    overflow: hidden;
    padding: 20px 20px 50px 20px;
    margin: 0 10px;
    border: 1px solid #cbe0f3
}

.container--tertiary-horizontal .read-more-container,
.container--tertiary-horizontal-large .read-more-container {
    padding-top: 4px
}

.container--tertiary-horizontal .subtext--author,
.container--tertiary-horizontal-large .subtext--author {
    line-height: 30px;
    margin: 13px 0 11px 0
}

.container--tertiary-horizontal .container__title,
.container--tertiary-horizontal-large .container__title {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.container--tertiary-horizontal .container__element,
.container--tertiary-horizontal-large .container__element {
    border: 0;
    padding: 47px 0 25px 0
}

.container--tertiary-horizontal .container__button,
.container--tertiary-horizontal-large .container__button {
    padding-top: 15px
}

.container--tertiary-horizontal .container__content p:first-of-type,
.container--tertiary-horizontal-large .container__content p:first-of-type {
    margin-top: 0
}

.container--tertiary-horizontal .container__content p:last-of-type,
.container--tertiary-horizontal-large .container__content p:last-of-type {
    margin-bottom: 5px
}

.color--secondary .container--tertiary,
.color--secondary .container--tertiary-horizontal,
.color--secondary .container--tertiary-horizontal-large,
.color--secondary .container--tertiary-vertical {
    background-color: #f9fff8;
    border: 1px solid #cbe3c7
}

.color--secondary .container--tertiary .container__title,
.color--secondary .container--tertiary-horizontal .container__title,
.color--secondary .container--tertiary-horizontal-large .container__title,
.color--secondary .container--tertiary-vertical .container__title {
    color: #63b856;
    background-color: #f9fff8;
    border: 1px solid #cbe3c7;
    border-top: 0;
    border-bottom: 0
}

.color--secondary .container--tertiary .container__element,
.color--secondary .container--tertiary-horizontal .container__element,
.color--secondary .container--tertiary-horizontal-large .container__element,
.color--secondary .container--tertiary-vertical .container__element {
    border-bottom: 1px solid #cbe3c7
}

.color--secondary .container--tertiary .container__element:last-of-type,
.color--secondary .container--tertiary-horizontal .container__element:last-of-type,
.color--secondary .container--tertiary-horizontal-large .container__element:last-of-type,
.color--secondary .container--tertiary-vertical .container__element:last-of-type {
    border-bottom-width: 0
}

.color--tertiary .container--tertiary,
.color--tertiary .container--tertiary-horizontal,
.color--tertiary .container--tertiary-horizontal-large,
.color--tertiary .container--tertiary-vertical {
    background-color: #fffef7;
    border: 1px solid #f2f0e7
}

.color--tertiary .container--tertiary .container__title,
.color--tertiary .container--tertiary-horizontal .container__title,
.color--tertiary .container--tertiary-horizontal-large .container__title,
.color--tertiary .container--tertiary-vertical .container__title {
    color: #d69526;
    background-color: #fffef7;
    border: 1px solid #f2f0e7;
    border-top: 0;
    border-bottom: 0
}

.color--tertiary .container--tertiary .container__element,
.color--tertiary .container--tertiary-horizontal .container__element,
.color--tertiary .container--tertiary-horizontal-large .container__element,
.color--tertiary .container--tertiary-vertical .container__element {
    border-bottom: 1px solid #f2f0e7
}

.color--tertiary .container--tertiary .container__element:last-of-type,
.color--tertiary .container--tertiary-horizontal .container__element:last-of-type,
.color--tertiary .container--tertiary-horizontal-large .container__element:last-of-type,
.color--tertiary .container--tertiary-vertical .container__element:last-of-type {
    border-bottom-width: 0
}

.color--quaternary .container--tertiary,
.color--quaternary .container--tertiary-horizontal,
.color--quaternary .container--tertiary-horizontal-large,
.color--quaternary .container--tertiary-vertical {
    background-color: #fffaf8;
    border: 1px solid #fddbce
}

.color--quaternary .container--tertiary .container__title,
.color--quaternary .container--tertiary-horizontal .container__title,
.color--quaternary .container--tertiary-horizontal-large .container__title,
.color--quaternary .container--tertiary-vertical .container__title {
    color: #da2405;
    background-color: #fffaf8;
    border: 1px solid #fddbce;
    border-top: 0;
    border-bottom: 0
}

.color--quaternary .container--tertiary .container__element,
.color--quaternary .container--tertiary-horizontal .container__element,
.color--quaternary .container--tertiary-horizontal-large .container__element,
.color--quaternary .container--tertiary-vertical .container__element {
    border-bottom: 1px solid #fddbce
}

.color--quaternary .container--tertiary .container__element:last-of-type,
.color--quaternary .container--tertiary-horizontal .container__element:last-of-type,
.color--quaternary .container--tertiary-horizontal-large .container__element:last-of-type,
.color--quaternary .container--tertiary-vertical .container__element:last-of-type {
    border-bottom-width: 0
}

.container--tertiary-horizontal-large {
    padding-top: 65px
}

.container--tertiary-horizontal-large .container__title {
    top: 55px
}

.container--quaternary {
    min-height: 20em;
    margin: 2em 0 3em 0
}

@media screen and (max-width:480px) {
    .container--quaternary {
        min-height: 0;
        margin: 20px 0
    }
}

.container--quaternary .container__content p:first-of-type {
    margin-top: 0
}

.container--quaternary .container__image {
    display: inline-block;
    max-height: 200px;
    max-width: 260px;
    vertical-align: middle
}

.container--quaternary .container__image-container {
    line-height: 200px;
    height: 220px;
    text-align: center
}

@media screen and (max-width:480px) {
    .container--quaternary .container__image-container {
        height: 205px
    }
}

.container--quaternary .subtext--author {
    line-height: 30px;
    margin-top: 0
}

.container--quaternary h3 {
    margin-bottom: 11px
}

.container--double-border {
    padding: 32px 35px 15px 35px;
    margin-left: -35px;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 10px 10px 0 0 #fff, 10px 10px 0 1px #dcdcdc;
    box-shadow: 10px 10px 0 0 #fff, 10px 10px 0 1px #dcdcdc
}

@media screen and (max-width:992px) {
    .container--double-border {
        margin-right: -35px
    }
}

@media screen and (max-width:480px) {
    .container--double-border {
        margin-right: -15px;
        margin-left: -15px;
        padding: 15px
    }
}

.container--about-us {
    position: relative;
    padding: 45px 20px 93px 20px
}

.container--about-us__back-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 14px solid transparent;
    border-right: 3px solid transparent;
    overflow: hidden
}

.container--about-us__back-top object {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: auto;
    height: 870px
}

@media screen and (max-width:992px) {
    .container--about-us__back-top object {
        height: 670px
    }
}

@media screen and (max-width:480px) {
    .container--about-us__back-top object {
        display: none
    }
}

.container--about-us__back-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    overflow: hidden
}

.container--about-us__back-bottom object {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: auto;
    height: 870px
}

@media screen and (max-width:992px) {
    .container--about-us__back-bottom object {
        height: 670px
    }
}

@media screen and (max-width:480px) {
    .container--about-us__back-bottom object {
        right: auto;
        left: 0
    }
}

.container--basic-text {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto
}

@font-face {
    font-family: FranciscoLight;
    src: url(/wp-content/themes/brandeis/assets/fonts/franciscobrandeislight-light-webfont.eot);
    src: url(/wp-content/themes/brandeis/assets/fonts/franciscobrandeislight-light-webfont.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/brandeis/assets/fonts/franciscobrandeislight-light-webfont.woff2) format("woff2"), url(/wp-content/themes/brandeis/assets/fonts/franciscobrandeislight-light-webfont.woff) format("woff"), url(/wp-content/themes/brandeis/assets/fonts/franciscobrandeislight-light-webfont.ttf) format("truetype"), url(/wp-content/themes/brandeis/assets/fonts/franciscobrandeislight-light-webfont.svg#francisco_brandeis_lightlight) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: FranciscoMedium;
    src: url(/wp-content/themes/brandeis/assets/fonts/franciscobrandeismedium-regular-webfont.eot);
    src: url(/wp-content/themes/brandeis/assets/fonts/franciscobrandeismedium-regular-webfont.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/brandeis/assets/fonts/franciscobrandeismedium-regular-webfont.woff2) format("woff2"), url(/wp-content/themes/brandeis/assets/fonts/franciscobrandeismedium-regular-webfont.woff) format("woff"), url(/wp-content/themes/brandeis/assets/fonts/franciscobrandeismedium-regular-webfont.ttf) format("truetype"), url(/wp-content/themes/brandeis/assets/fonts/franciscobrandeismedium-regular-webfont.svg#francisco_brandeis_mediumRg) format("svg");
    font-weight: 400;
    font-style: normal
}

/*!
Ionicons, v2.0.0
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
https://twitter.com/benjsperry  https://twitter.com/ionicframework
MIT License: https://github.com/driftyco/ionicons
*/
@font-face {
    font-family: Ionicons;
    src: url(/wp-content/themes/brandeis/assets/fonts/ionicons.eot);
    src: url(/wp-content/themes/brandeis/assets/fonts/ionicons.eot#iefix) format("embedded-opentype"), url(/wp-content/themes/brandeis/assets/fonts/ionicons.ttf) format("truetype"), url(/wp-content/themes/brandeis/assets/fonts/ionicons.woff) format("woff"), url(/wp-content/themes/brandeis/assets/fonts/ionicons.svg#Ionicons) format("svg");
    font-weight: 400;
    font-style: normal
}

.ion,
.ion-alert-circled::before,
.ion-alert::before,
.ion-android-add-circle::before,
.ion-android-add::before,
.ion-android-alarm-clock::before,
.ion-android-alert::before,
.ion-android-apps::before,
.ion-android-archive::before,
.ion-android-arrow-back::before,
.ion-android-arrow-down::before,
.ion-android-arrow-dropdown-circle::before,
.ion-android-arrow-dropdown::before,
.ion-android-arrow-dropleft-circle::before,
.ion-android-arrow-dropleft::before,
.ion-android-arrow-dropright-circle::before,
.ion-android-arrow-dropright::before,
.ion-android-arrow-dropup-circle::before,
.ion-android-arrow-dropup::before,
.ion-android-arrow-forward::before,
.ion-android-arrow-up::before,
.ion-android-attach::before,
.ion-android-bar::before,
.ion-android-bicycle::before,
.ion-android-boat::before,
.ion-android-bookmark::before,
.ion-android-bulb::before,
.ion-android-bus::before,
.ion-android-calendar::before,
.ion-android-call::before,
.ion-android-camera::before,
.ion-android-cancel::before,
.ion-android-car::before,
.ion-android-cart::before,
.ion-android-chat::before,
.ion-android-checkbox-blank::before,
.ion-android-checkbox-outline-blank::before,
.ion-android-checkbox-outline::before,
.ion-android-checkbox::before,
.ion-android-checkmark-circle::before,
.ion-android-clipboard::before,
.ion-android-close::before,
.ion-android-cloud-circle::before,
.ion-android-cloud-done::before,
.ion-android-cloud-outline::before,
.ion-android-cloud::before,
.ion-android-color-palette::before,
.ion-android-compass::before,
.ion-android-contact::before,
.ion-android-contacts::before,
.ion-android-contract::before,
.ion-android-create::before,
.ion-android-delete::before,
.ion-android-desktop::before,
.ion-android-document::before,
.ion-android-done-all::before,
.ion-android-done::before,
.ion-android-download::before,
.ion-android-drafts::before,
.ion-android-exit::before,
.ion-android-expand::before,
.ion-android-favorite-outline::before,
.ion-android-favorite::before,
.ion-android-film::before,
.ion-android-folder-open::before,
.ion-android-folder::before,
.ion-android-funnel::before,
.ion-android-globe::before,
.ion-android-hand::before,
.ion-android-hangout::before,
.ion-android-happy::before,
.ion-android-home::before,
.ion-android-image::before,
.ion-android-laptop::before,
.ion-android-list::before,
.ion-android-locate::before,
.ion-android-lock::before,
.ion-android-mail::before,
.ion-android-map::before,
.ion-android-menu::before,
.ion-android-microphone-off::before,
.ion-android-microphone::before,
.ion-android-more-horizontal::before,
.ion-android-more-vertical::before,
.ion-android-navigate::before,
.ion-android-notifications-none::before,
.ion-android-notifications-off::before,
.ion-android-notifications::before,
.ion-android-open::before,
.ion-android-options::before,
.ion-android-people::before,
.ion-android-person-add::before,
.ion-android-person::before,
.ion-android-phone-landscape::before,
.ion-android-phone-portrait::before,
.ion-android-pin::before,
.ion-android-plane::before,
.ion-android-playstore::before,
.ion-android-print::before,
.ion-android-radio-button-off::before,
.ion-android-radio-button-on::before,
.ion-android-refresh::before,
.ion-android-remove-circle::before,
.ion-android-remove::before,
.ion-android-restaurant::before,
.ion-android-sad::before,
.ion-android-search::before,
.ion-android-send::before,
.ion-android-settings::before,
.ion-android-share-alt::before,
.ion-android-share::before,
.ion-android-star-half::before,
.ion-android-star-outline::before,
.ion-android-star::before,
.ion-android-stopwatch::before,
.ion-android-subway::before,
.ion-android-sunny::before,
.ion-android-sync::before,
.ion-android-textsms::before,
.ion-android-time::before,
.ion-android-train::before,
.ion-android-unlock::before,
.ion-android-upload::before,
.ion-android-volume-down::before,
.ion-android-volume-mute::before,
.ion-android-volume-off::before,
.ion-android-volume-up::before,
.ion-android-walk::before,
.ion-android-warning::before,
.ion-android-watch::before,
.ion-android-wifi::before,
.ion-aperture::before,
.ion-archive::before,
.ion-arrow-down-a::before,
.ion-arrow-down-b::before,
.ion-arrow-down-c::before,
.ion-arrow-expand::before,
.ion-arrow-graph-down-left::before,
.ion-arrow-graph-down-right::before,
.ion-arrow-graph-up-left::before,
.ion-arrow-graph-up-right::before,
.ion-arrow-left-a::before,
.ion-arrow-left-b::before,
.ion-arrow-left-c::before,
.ion-arrow-move::before,
.ion-arrow-resize::before,
.ion-arrow-return-left::before,
.ion-arrow-return-right::before,
.ion-arrow-right-a::before,
.ion-arrow-right-b::before,
.ion-arrow-right-c::before,
.ion-arrow-shrink::before,
.ion-arrow-swap::before,
.ion-arrow-up-a::before,
.ion-arrow-up-b::before,
.ion-arrow-up-c::before,
.ion-asterisk::before,
.ion-at::before,
.ion-backspace-outline::before,
.ion-backspace::before,
.ion-bag::before,
.ion-battery-charging::before,
.ion-battery-empty::before,
.ion-battery-full::before,
.ion-battery-half::before,
.ion-battery-low::before,
.ion-beaker::before,
.ion-beer::before,
.ion-bluetooth::before,
.ion-bonfire::before,
.ion-bookmark::before,
.ion-bowtie::before,
.ion-briefcase::before,
.ion-bug::before,
.ion-calculator::before,
.ion-calendar::before,
.ion-camera::before,
.ion-card::before,
.ion-cash::before,
.ion-chatbox-working::before,
.ion-chatbox::before,
.ion-chatboxes::before,
.ion-chatbubble-working::before,
.ion-chatbubble::before,
.ion-chatbubbles::before,
.ion-checkmark-circled::before,
.ion-checkmark-round::before,
.ion-checkmark::before,
.ion-chevron-down::before,
.ion-chevron-left::before,
.ion-chevron-right::before,
.ion-chevron-up::before,
.ion-clipboard::before,
.ion-clock::before,
.ion-close-circled::before,
.ion-close-round::before,
.ion-close::before,
.ion-closed-captioning::before,
.ion-cloud::before,
.ion-code-download::before,
.ion-code-working::before,
.ion-code::before,
.ion-coffee::before,
.ion-compass::before,
.ion-compose::before,
.ion-connection-bars::before,
.ion-contrast::before,
.ion-crop::before,
.ion-cube::before,
.ion-disc::before,
.ion-document-text::before,
.ion-document::before,
.ion-drag::before,
.ion-earth::before,
.ion-easel::before,
.ion-edit::before,
.ion-egg::before,
.ion-eject::before,
.ion-email-unread::before,
.ion-email::before,
.ion-erlenmeyer-flask-bubbles::before,
.ion-erlenmeyer-flask::before,
.ion-eye-disabled::before,
.ion-eye::before,
.ion-female::before,
.ion-filing::before,
.ion-film-marker::before,
.ion-fireball::before,
.ion-flag::before,
.ion-flame::before,
.ion-flash-off::before,
.ion-flash::before,
.ion-folder::before,
.ion-fork-repo::before,
.ion-fork::before,
.ion-forward::before,
.ion-funnel::before,
.ion-gear-a::before,
.ion-gear-b::before,
.ion-grid::before,
.ion-hammer::before,
.ion-happy-outline::before,
.ion-happy::before,
.ion-headphone::before,
.ion-heart-broken::before,
.ion-heart::before,
.ion-help-buoy::before,
.ion-help-circled::before,
.ion-help::before,
.ion-home::before,
.ion-icecream::before,
.ion-image::before,
.ion-images::before,
.ion-information-circled::before,
.ion-information::before,
.ion-ionic::before,
.ion-ios-alarm-outline::before,
.ion-ios-alarm::before,
.ion-ios-albums-outline::before,
.ion-ios-albums::before,
.ion-ios-americanfootball-outline::before,
.ion-ios-americanfootball::before,
.ion-ios-analytics-outline::before,
.ion-ios-analytics::before,
.ion-ios-arrow-back::before,
.ion-ios-arrow-down::before,
.ion-ios-arrow-forward::before,
.ion-ios-arrow-left::before,
.ion-ios-arrow-right::before,
.ion-ios-arrow-thin-down::before,
.ion-ios-arrow-thin-left::before,
.ion-ios-arrow-thin-right::before,
.ion-ios-arrow-thin-up::before,
.ion-ios-arrow-up::before,
.ion-ios-at-outline::before,
.ion-ios-at::before,
.ion-ios-barcode-outline::before,
.ion-ios-barcode::before,
.ion-ios-baseball-outline::before,
.ion-ios-baseball::before,
.ion-ios-basketball-outline::before,
.ion-ios-basketball::before,
.ion-ios-bell-outline::before,
.ion-ios-bell::before,
.ion-ios-body-outline::before,
.ion-ios-body::before,
.ion-ios-bolt-outline::before,
.ion-ios-bolt::before,
.ion-ios-book-outline::before,
.ion-ios-book::before,
.ion-ios-bookmarks-outline::before,
.ion-ios-bookmarks::before,
.ion-ios-box-outline::before,
.ion-ios-box::before,
.ion-ios-briefcase-outline::before,
.ion-ios-briefcase::before,
.ion-ios-browsers-outline::before,
.ion-ios-browsers::before,
.ion-ios-calculator-outline::before,
.ion-ios-calculator::before,
.ion-ios-calendar-outline::before,
.ion-ios-calendar::before,
.ion-ios-camera-outline::before,
.ion-ios-camera::before,
.ion-ios-cart-outline::before,
.ion-ios-cart::before,
.ion-ios-chatboxes-outline::before,
.ion-ios-chatboxes::before,
.ion-ios-chatbubble-outline::before,
.ion-ios-chatbubble::before,
.ion-ios-checkmark-empty::before,
.ion-ios-checkmark-outline::before,
.ion-ios-checkmark::before,
.ion-ios-circle-filled::before,
.ion-ios-circle-outline::before,
.ion-ios-clock-outline::before,
.ion-ios-clock::before,
.ion-ios-close-empty::before,
.ion-ios-close-outline::before,
.ion-ios-close::before,
.ion-ios-cloud-download-outline::before,
.ion-ios-cloud-download::before,
.ion-ios-cloud-outline::before,
.ion-ios-cloud-upload-outline::before,
.ion-ios-cloud-upload::before,
.ion-ios-cloud::before,
.ion-ios-cloudy-night-outline::before,
.ion-ios-cloudy-night::before,
.ion-ios-cloudy-outline::before,
.ion-ios-cloudy::before,
.ion-ios-cog-outline::before,
.ion-ios-cog::before,
.ion-ios-color-filter-outline::before,
.ion-ios-color-filter::before,
.ion-ios-color-wand-outline::before,
.ion-ios-color-wand::before,
.ion-ios-compose-outline::before,
.ion-ios-compose::before,
.ion-ios-contact-outline::before,
.ion-ios-contact::before,
.ion-ios-copy-outline::before,
.ion-ios-copy::before,
.ion-ios-crop-strong::before,
.ion-ios-crop::before,
.ion-ios-download-outline::before,
.ion-ios-download::before,
.ion-ios-drag::before,
.ion-ios-email-outline::before,
.ion-ios-email::before,
.ion-ios-eye-outline::before,
.ion-ios-eye::before,
.ion-ios-fastforward-outline::before,
.ion-ios-fastforward::before,
.ion-ios-filing-outline::before,
.ion-ios-filing::before,
.ion-ios-film-outline::before,
.ion-ios-film::before,
.ion-ios-flag-outline::before,
.ion-ios-flag::before,
.ion-ios-flame-outline::before,
.ion-ios-flame::before,
.ion-ios-flask-outline::before,
.ion-ios-flask::before,
.ion-ios-flower-outline::before,
.ion-ios-flower::before,
.ion-ios-folder-outline::before,
.ion-ios-folder::before,
.ion-ios-football-outline::before,
.ion-ios-football::before,
.ion-ios-game-controller-a-outline::before,
.ion-ios-game-controller-a::before,
.ion-ios-game-controller-b-outline::before,
.ion-ios-game-controller-b::before,
.ion-ios-gear-outline::before,
.ion-ios-gear::before,
.ion-ios-glasses-outline::before,
.ion-ios-glasses::before,
.ion-ios-grid-view-outline::before,
.ion-ios-grid-view::before,
.ion-ios-heart-outline::before,
.ion-ios-heart::before,
.ion-ios-help-empty::before,
.ion-ios-help-outline::before,
.ion-ios-help::before,
.ion-ios-home-outline::before,
.ion-ios-home::before,
.ion-ios-infinite-outline::before,
.ion-ios-infinite::before,
.ion-ios-information-empty::before,
.ion-ios-information-outline::before,
.ion-ios-information::before,
.ion-ios-ionic-outline::before,
.ion-ios-keypad-outline::before,
.ion-ios-keypad::before,
.ion-ios-lightbulb-outline::before,
.ion-ios-lightbulb::before,
.ion-ios-list-outline::before,
.ion-ios-list::before,
.ion-ios-location-outline::before,
.ion-ios-location::before,
.ion-ios-locked-outline::before,
.ion-ios-locked::before,
.ion-ios-loop-strong::before,
.ion-ios-loop::before,
.ion-ios-medical-outline::before,
.ion-ios-medical::before,
.ion-ios-medkit-outline::before,
.ion-ios-medkit::before,
.ion-ios-mic-off::before,
.ion-ios-mic-outline::before,
.ion-ios-mic::before,
.ion-ios-minus-empty::before,
.ion-ios-minus-outline::before,
.ion-ios-minus::before,
.ion-ios-monitor-outline::before,
.ion-ios-monitor::before,
.ion-ios-moon-outline::before,
.ion-ios-moon::before,
.ion-ios-more-outline::before,
.ion-ios-more::before,
.ion-ios-musical-note::before,
.ion-ios-musical-notes::before,
.ion-ios-navigate-outline::before,
.ion-ios-navigate::before,
.ion-ios-nutrition-outline::before,
.ion-ios-nutrition::before,
.ion-ios-paper-outline::before,
.ion-ios-paper::before,
.ion-ios-paperplane-outline::before,
.ion-ios-paperplane::before,
.ion-ios-partlysunny-outline::before,
.ion-ios-partlysunny::before,
.ion-ios-pause-outline::before,
.ion-ios-pause::before,
.ion-ios-paw-outline::before,
.ion-ios-paw::before,
.ion-ios-people-outline::before,
.ion-ios-people::before,
.ion-ios-person-outline::before,
.ion-ios-person::before,
.ion-ios-personadd-outline::before,
.ion-ios-personadd::before,
.ion-ios-photos-outline::before,
.ion-ios-photos::before,
.ion-ios-pie-outline::before,
.ion-ios-pie::before,
.ion-ios-pint-outline::before,
.ion-ios-pint::before,
.ion-ios-play-outline::before,
.ion-ios-play::before,
.ion-ios-plus-empty::before,
.ion-ios-plus-outline::before,
.ion-ios-plus::before,
.ion-ios-pricetag-outline::before,
.ion-ios-pricetag::before,
.ion-ios-pricetags-outline::before,
.ion-ios-pricetags::before,
.ion-ios-printer-outline::before,
.ion-ios-printer::before,
.ion-ios-pulse-strong::before,
.ion-ios-pulse::before,
.ion-ios-rainy-outline::before,
.ion-ios-rainy::before,
.ion-ios-recording-outline::before,
.ion-ios-recording::before,
.ion-ios-redo-outline::before,
.ion-ios-redo::before,
.ion-ios-refresh-empty::before,
.ion-ios-refresh-outline::before,
.ion-ios-refresh::before,
.ion-ios-reload::before,
.ion-ios-reverse-camera-outline::before,
.ion-ios-reverse-camera::before,
.ion-ios-rewind-outline::before,
.ion-ios-rewind::before,
.ion-ios-rose-outline::before,
.ion-ios-rose::before,
.ion-ios-search-strong::before,
.ion-ios-search::before,
.ion-ios-settings-strong::before,
.ion-ios-settings::before,
.ion-ios-shuffle-strong::before,
.ion-ios-shuffle::before,
.ion-ios-skipbackward-outline::before,
.ion-ios-skipbackward::before,
.ion-ios-skipforward-outline::before,
.ion-ios-skipforward::before,
.ion-ios-snowy::before,
.ion-ios-speedometer-outline::before,
.ion-ios-speedometer::before,
.ion-ios-star-half::before,
.ion-ios-star-outline::before,
.ion-ios-star::before,
.ion-ios-stopwatch-outline::before,
.ion-ios-stopwatch::before,
.ion-ios-sunny-outline::before,
.ion-ios-sunny::before,
.ion-ios-telephone-outline::before,
.ion-ios-telephone::before,
.ion-ios-tennisball-outline::before,
.ion-ios-tennisball::before,
.ion-ios-thunderstorm-outline::before,
.ion-ios-thunderstorm::before,
.ion-ios-time-outline::before,
.ion-ios-time::before,
.ion-ios-timer-outline::before,
.ion-ios-timer::before,
.ion-ios-toggle-outline::before,
.ion-ios-toggle::before,
.ion-ios-trash-outline::before,
.ion-ios-trash::before,
.ion-ios-undo-outline::before,
.ion-ios-undo::before,
.ion-ios-unlocked-outline::before,
.ion-ios-unlocked::before,
.ion-ios-upload-outline::before,
.ion-ios-upload::before,
.ion-ios-videocam-outline::before,
.ion-ios-videocam::before,
.ion-ios-volume-high::before,
.ion-ios-volume-low::before,
.ion-ios-wineglass-outline::before,
.ion-ios-wineglass::before,
.ion-ios-world-outline::before,
.ion-ios-world::before,
.ion-ipad::before,
.ion-iphone::before,
.ion-ipod::before,
.ion-jet::before,
.ion-key::before,
.ion-knife::before,
.ion-laptop::before,
.ion-leaf::before,
.ion-levels::before,
.ion-lightbulb::before,
.ion-link::before,
.ion-load-a::before,
.ion-load-b::before,
.ion-load-c::before,
.ion-load-d::before,
.ion-location::before,
.ion-lock-combination::before,
.ion-locked::before,
.ion-log-in::before,
.ion-log-out::before,
.ion-loop::before,
.ion-magnet::before,
.ion-male::before,
.ion-man::before,
.ion-map::before,
.ion-medkit::before,
.ion-merge::before,
.ion-mic-a::before,
.ion-mic-b::before,
.ion-mic-c::before,
.ion-minus-circled::before,
.ion-minus-round::before,
.ion-minus::before,
.ion-model-s::before,
.ion-monitor::before,
.ion-more::before,
.ion-mouse::before,
.ion-music-note::before,
.ion-navicon-round::before,
.ion-navicon::before,
.ion-navigate::before,
.ion-network::before,
.ion-no-smoking::before,
.ion-nuclear::before,
.ion-outlet::before,
.ion-paintbrush::before,
.ion-paintbucket::before,
.ion-paper-airplane::before,
.ion-paperclip::before,
.ion-pause::before,
.ion-person-add::before,
.ion-person-stalker::before,
.ion-person::before,
.ion-pie-graph::before,
.ion-pin::before,
.ion-pinpoint::before,
.ion-pizza::before,
.ion-plane::before,
.ion-planet::before,
.ion-play::before,
.ion-playstation::before,
.ion-plus-circled::before,
.ion-plus-round::before,
.ion-plus::before,
.ion-podium::before,
.ion-pound::before,
.ion-power::before,
.ion-pricetag::before,
.ion-pricetags::before,
.ion-printer::before,
.ion-pull-request::before,
.ion-qr-scanner::before,
.ion-quote::before,
.ion-radio-waves::before,
.ion-record::before,
.ion-refresh::before,
.ion-reply-all::before,
.ion-reply::before,
.ion-ribbon-a::before,
.ion-ribbon-b::before,
.ion-sad-outline::before,
.ion-sad::before,
.ion-scissors::before,
.ion-search::before,
.ion-settings::before,
.ion-share::before,
.ion-shuffle::before,
.ion-skip-backward::before,
.ion-skip-forward::before,
.ion-social-android-outline::before,
.ion-social-android::before,
.ion-social-angular-outline::before,
.ion-social-angular::before,
.ion-social-apple-outline::before,
.ion-social-apple::before,
.ion-social-bitcoin-outline::before,
.ion-social-bitcoin::before,
.ion-social-buffer-outline::before,
.ion-social-buffer::before,
.ion-social-chrome-outline::before,
.ion-social-chrome::before,
.ion-social-codepen-outline::before,
.ion-social-codepen::before,
.ion-social-css3-outline::before,
.ion-social-css3::before,
.ion-social-designernews-outline::before,
.ion-social-designernews::before,
.ion-social-dribbble-outline::before,
.ion-social-dribbble::before,
.ion-social-dropbox-outline::before,
.ion-social-dropbox::before,
.ion-social-euro-outline::before,
.ion-social-euro::before,
.ion-social-facebook-outline::before,
.ion-social-facebook::before,
.ion-social-foursquare-outline::before,
.ion-social-foursquare::before,
.ion-social-freebsd-devil::before,
.ion-social-github-outline::before,
.ion-social-github::before,
.ion-social-google-outline::before,
.ion-social-google::before,
.ion-social-googleplus-outline::before,
.ion-social-googleplus::before,
.ion-social-hackernews-outline::before,
.ion-social-hackernews::before,
.ion-social-html5-outline::before,
.ion-social-html5::before,
.ion-social-instagram-outline::before,
.ion-social-instagram::before,
.ion-social-javascript-outline::before,
.ion-social-javascript::before,
.ion-social-linkedin-outline::before,
.ion-social-linkedin::before,
.ion-social-markdown::before,
.ion-social-nodejs::before,
.ion-social-octocat::before,
.ion-social-pinterest-outline::before,
.ion-social-pinterest::before,
.ion-social-python::before,
.ion-social-reddit-outline::before,
.ion-social-reddit::before,
.ion-social-rss-outline::before,
.ion-social-rss::before,
.ion-social-sass::before,
.ion-social-skype-outline::before,
.ion-social-skype::before,
.ion-social-snapchat-outline::before,
.ion-social-snapchat::before,
.ion-social-tumblr-outline::before,
.ion-social-tumblr::before,
.ion-social-tux::before,
.ion-social-twitch-outline::before,
.ion-social-twitch::before,
.ion-social-twitter-outline::before,
.ion-social-twitter::before,
.ion-social-usd-outline::before,
.ion-social-usd::before,
.ion-social-vimeo-outline::before,
.ion-social-vimeo::before,
.ion-social-whatsapp-outline::before,
.ion-social-whatsapp::before,
.ion-social-windows-outline::before,
.ion-social-windows::before,
.ion-social-wordpress-outline::before,
.ion-social-wordpress::before,
.ion-social-yahoo-outline::before,
.ion-social-yahoo::before,
.ion-social-yen-outline::before,
.ion-social-yen::before,
.ion-social-youtube-outline::before,
.ion-social-youtube::before,
.ion-soup-can-outline::before,
.ion-soup-can::before,
.ion-speakerphone::before,
.ion-speedometer::before,
.ion-spoon::before,
.ion-star::before,
.ion-stats-bars::before,
.ion-steam::before,
.ion-stop::before,
.ion-thermometer::before,
.ion-thumbsdown::before,
.ion-thumbsup::before,
.ion-toggle-filled::before,
.ion-toggle::before,
.ion-transgender::before,
.ion-trash-a::before,
.ion-trash-b::before,
.ion-trophy::before,
.ion-tshirt-outline::before,
.ion-tshirt::before,
.ion-umbrella::before,
.ion-university::before,
.ion-unlocked::before,
.ion-upload::before,
.ion-usb::before,
.ion-videocamera::before,
.ion-volume-high::before,
.ion-volume-low::before,
.ion-volume-medium::before,
.ion-volume-mute::before,
.ion-wand::before,
.ion-waterdrop::before,
.ion-wifi::before,
.ion-wineglass::before,
.ion-woman::before,
.ion-wrench::before,
.ion-xbox::before,
.ionicons {
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ion-alert::before {
    content: ""
}

.ion-alert-circled::before {
    content: ""
}

.ion-android-add::before {
    content: ""
}

.ion-android-add-circle::before {
    content: ""
}

.ion-android-alarm-clock::before {
    content: ""
}

.ion-android-alert::before {
    content: ""
}

.ion-android-apps::before {
    content: ""
}

.ion-android-archive::before {
    content: ""
}

.ion-android-arrow-back::before {
    content: ""
}

.ion-android-arrow-down::before {
    content: ""
}

.ion-android-arrow-dropdown::before {
    content: ""
}

.ion-android-arrow-dropdown-circle::before {
    content: ""
}

.ion-android-arrow-dropleft::before {
    content: ""
}

.ion-android-arrow-dropleft-circle::before {
    content: ""
}

.ion-android-arrow-dropright::before {
    content: ""
}

.ion-android-arrow-dropright-circle::before {
    content: ""
}

.ion-android-arrow-dropup::before {
    content: ""
}

.ion-android-arrow-dropup-circle::before {
    content: ""
}

.ion-android-arrow-forward::before {
    content: ""
}

.ion-android-arrow-up::before {
    content: ""
}

.ion-android-attach::before {
    content: ""
}

.ion-android-bar::before {
    content: ""
}

.ion-android-bicycle::before {
    content: ""
}

.ion-android-boat::before {
    content: ""
}

.ion-android-bookmark::before {
    content: ""
}

.ion-android-bulb::before {
    content: ""
}

.ion-android-bus::before {
    content: ""
}

.ion-android-calendar::before {
    content: ""
}

.ion-android-call::before {
    content: ""
}

.ion-android-camera::before {
    content: ""
}

.ion-android-cancel::before {
    content: ""
}

.ion-android-car::before {
    content: ""
}

.ion-android-cart::before {
    content: ""
}

.ion-android-chat::before {
    content: ""
}

.ion-android-checkbox::before {
    content: ""
}

.ion-android-checkbox-blank::before {
    content: ""
}

.ion-android-checkbox-outline::before {
    content: ""
}

.ion-android-checkbox-outline-blank::before {
    content: ""
}

.ion-android-checkmark-circle::before {
    content: ""
}

.ion-android-clipboard::before {
    content: ""
}

.ion-android-close::before {
    content: ""
}

.ion-android-cloud::before {
    content: ""
}

.ion-android-cloud-circle::before {
    content: ""
}

.ion-android-cloud-done::before {
    content: ""
}

.ion-android-cloud-outline::before {
    content: ""
}

.ion-android-color-palette::before {
    content: ""
}

.ion-android-compass::before {
    content: ""
}

.ion-android-contact::before {
    content: ""
}

.ion-android-contacts::before {
    content: ""
}

.ion-android-contract::before {
    content: ""
}

.ion-android-create::before {
    content: ""
}

.ion-android-delete::before {
    content: ""
}

.ion-android-desktop::before {
    content: ""
}

.ion-android-document::before {
    content: ""
}

.ion-android-done::before {
    content: ""
}

.ion-android-done-all::before {
    content: ""
}

.ion-android-download::before {
    content: ""
}

.ion-android-drafts::before {
    content: ""
}

.ion-android-exit::before {
    content: ""
}

.ion-android-expand::before {
    content: ""
}

.ion-android-favorite::before {
    content: ""
}

.ion-android-favorite-outline::before {
    content: ""
}

.ion-android-film::before {
    content: ""
}

.ion-android-folder::before {
    content: ""
}

.ion-android-folder-open::before {
    content: ""
}

.ion-android-funnel::before {
    content: ""
}

.ion-android-globe::before {
    content: ""
}

.ion-android-hand::before {
    content: ""
}

.ion-android-hangout::before {
    content: ""
}

.ion-android-happy::before {
    content: ""
}

.ion-android-home::before {
    content: ""
}

.ion-android-image::before {
    content: ""
}

.ion-android-laptop::before {
    content: ""
}

.ion-android-list::before {
    content: ""
}

.ion-android-locate::before {
    content: ""
}

.ion-android-lock::before {
    content: ""
}

.ion-android-mail::before {
    content: ""
}

.ion-android-map::before {
    content: ""
}

.ion-android-menu::before {
    content: ""
}

.ion-android-microphone::before {
    content: ""
}

.ion-android-microphone-off::before {
    content: ""
}

.ion-android-more-horizontal::before {
    content: ""
}

.ion-android-more-vertical::before {
    content: ""
}

.ion-android-navigate::before {
    content: ""
}

.ion-android-notifications::before {
    content: ""
}

.ion-android-notifications-none::before {
    content: ""
}

.ion-android-notifications-off::before {
    content: ""
}

.ion-android-open::before {
    content: ""
}

.ion-android-options::before {
    content: ""
}

.ion-android-people::before {
    content: ""
}

.ion-android-person::before {
    content: ""
}

.ion-android-person-add::before {
    content: ""
}

.ion-android-phone-landscape::before {
    content: ""
}

.ion-android-phone-portrait::before {
    content: ""
}

.ion-android-pin::before {
    content: ""
}

.ion-android-plane::before {
    content: ""
}

.ion-android-playstore::before {
    content: ""
}

.ion-android-print::before {
    content: ""
}

.ion-android-radio-button-off::before {
    content: ""
}

.ion-android-radio-button-on::before {
    content: ""
}

.ion-android-refresh::before {
    content: ""
}

.ion-android-remove::before {
    content: ""
}

.ion-android-remove-circle::before {
    content: ""
}

.ion-android-restaurant::before {
    content: ""
}

.ion-android-sad::before {
    content: ""
}

.ion-android-search::before {
    content: ""
}

.ion-android-send::before {
    content: ""
}

.ion-android-settings::before {
    content: ""
}

.ion-android-share::before {
    content: ""
}

.ion-android-share-alt::before {
    content: ""
}

.ion-android-star::before {
    content: ""
}

.ion-android-star-half::before {
    content: ""
}

.ion-android-star-outline::before {
    content: ""
}

.ion-android-stopwatch::before {
    content: ""
}

.ion-android-subway::before {
    content: ""
}

.ion-android-sunny::before {
    content: ""
}

.ion-android-sync::before {
    content: ""
}

.ion-android-textsms::before {
    content: ""
}

.ion-android-time::before {
    content: ""
}

.ion-android-train::before {
    content: ""
}

.ion-android-unlock::before {
    content: ""
}

.ion-android-upload::before {
    content: ""
}

.ion-android-volume-down::before {
    content: ""
}

.ion-android-volume-mute::before {
    content: ""
}

.ion-android-volume-off::before {
    content: ""
}

.ion-android-volume-up::before {
    content: ""
}

.ion-android-walk::before {
    content: ""
}

.ion-android-warning::before {
    content: ""
}

.ion-android-watch::before {
    content: ""
}

.ion-android-wifi::before {
    content: ""
}

.ion-aperture::before {
    content: ""
}

.ion-archive::before {
    content: ""
}

.ion-arrow-down-a::before {
    content: ""
}

.ion-arrow-down-b::before {
    content: ""
}

.ion-arrow-down-c::before {
    content: ""
}

.ion-arrow-expand::before {
    content: ""
}

.ion-arrow-graph-down-left::before {
    content: ""
}

.ion-arrow-graph-down-right::before {
    content: ""
}

.ion-arrow-graph-up-left::before {
    content: ""
}

.ion-arrow-graph-up-right::before {
    content: ""
}

.ion-arrow-left-a::before {
    content: ""
}

.ion-arrow-left-b::before {
    content: ""
}

.ion-arrow-left-c::before {
    content: ""
}

.ion-arrow-move::before {
    content: ""
}

.ion-arrow-resize::before {
    content: ""
}

.ion-arrow-return-left::before {
    content: ""
}

.ion-arrow-return-right::before {
    content: ""
}

.ion-arrow-right-a::before {
    content: ""
}

.ion-arrow-right-b::before {
    content: ""
}

.ion-arrow-right-c::before {
    content: ""
}

.ion-arrow-shrink::before {
    content: ""
}

.ion-arrow-swap::before {
    content: ""
}

.ion-arrow-up-a::before {
    content: ""
}

.ion-arrow-up-b::before {
    content: ""
}

.ion-arrow-up-c::before {
    content: ""
}

.ion-asterisk::before {
    content: ""
}

.ion-at::before {
    content: ""
}

.ion-backspace::before {
    content: ""
}

.ion-backspace-outline::before {
    content: ""
}

.ion-bag::before {
    content: ""
}

.ion-battery-charging::before {
    content: ""
}

.ion-battery-empty::before {
    content: ""
}

.ion-battery-full::before {
    content: ""
}

.ion-battery-half::before {
    content: ""
}

.ion-battery-low::before {
    content: ""
}

.ion-beaker::before {
    content: ""
}

.ion-beer::before {
    content: ""
}

.ion-bluetooth::before {
    content: ""
}

.ion-bonfire::before {
    content: ""
}

.ion-bookmark::before {
    content: ""
}

.ion-bowtie::before {
    content: ""
}

.ion-briefcase::before {
    content: ""
}

.ion-bug::before {
    content: ""
}

.ion-calculator::before {
    content: ""
}

.ion-calendar::before {
    content: ""
}

.ion-camera::before {
    content: ""
}

.ion-card::before {
    content: ""
}

.ion-cash::before {
    content: ""
}

.ion-chatbox::before {
    content: ""
}

.ion-chatbox-working::before {
    content: ""
}

.ion-chatboxes::before {
    content: ""
}

.ion-chatbubble::before {
    content: ""
}

.ion-chatbubble-working::before {
    content: ""
}

.ion-chatbubbles::before {
    content: ""
}

.ion-checkmark::before {
    content: ""
}

.ion-checkmark-circled::before {
    content: ""
}

.ion-checkmark-round::before {
    content: ""
}

.ion-chevron-down::before {
    content: ""
}

.ion-chevron-left::before {
    content: ""
}

.ion-chevron-right::before {
    content: ""
}

.ion-chevron-up::before {
    content: ""
}

.ion-clipboard::before {
    content: ""
}

.ion-clock::before {
    content: ""
}

.ion-close::before {
    content: ""
}

.ion-close-circled::before {
    content: ""
}

.ion-close-round::before {
    content: ""
}

.ion-closed-captioning::before {
    content: ""
}

.ion-cloud::before {
    content: ""
}

.ion-code::before {
    content: ""
}

.ion-code-download::before {
    content: ""
}

.ion-code-working::before {
    content: ""
}

.ion-coffee::before {
    content: ""
}

.ion-compass::before {
    content: ""
}

.ion-compose::before {
    content: ""
}

.ion-connection-bars::before {
    content: ""
}

.ion-contrast::before {
    content: ""
}

.ion-crop::before {
    content: ""
}

.ion-cube::before {
    content: ""
}

.ion-disc::before {
    content: ""
}

.ion-document::before {
    content: ""
}

.ion-document-text::before {
    content: ""
}

.ion-drag::before {
    content: ""
}

.ion-earth::before {
    content: ""
}

.ion-easel::before {
    content: ""
}

.ion-edit::before {
    content: ""
}

.ion-egg::before {
    content: ""
}

.ion-eject::before {
    content: ""
}

.ion-email::before {
    content: ""
}

.ion-email-unread::before {
    content: ""
}

.ion-erlenmeyer-flask::before {
    content: ""
}

.ion-erlenmeyer-flask-bubbles::before {
    content: ""
}

.ion-eye::before {
    content: ""
}

.ion-eye-disabled::before {
    content: ""
}

.ion-female::before {
    content: ""
}

.ion-filing::before {
    content: ""
}

.ion-film-marker::before {
    content: ""
}

.ion-fireball::before {
    content: ""
}

.ion-flag::before {
    content: ""
}

.ion-flame::before {
    content: ""
}

.ion-flash::before {
    content: ""
}

.ion-flash-off::before {
    content: ""
}

.ion-folder::before {
    content: ""
}

.ion-fork::before {
    content: ""
}

.ion-fork-repo::before {
    content: ""
}

.ion-forward::before {
    content: ""
}

.ion-funnel::before {
    content: ""
}

.ion-gear-a::before {
    content: ""
}

.ion-gear-b::before {
    content: ""
}

.ion-grid::before {
    content: ""
}

.ion-hammer::before {
    content: ""
}

.ion-happy::before {
    content: ""
}

.ion-happy-outline::before {
    content: ""
}

.ion-headphone::before {
    content: ""
}

.ion-heart::before {
    content: ""
}

.ion-heart-broken::before {
    content: ""
}

.ion-help::before {
    content: ""
}

.ion-help-buoy::before {
    content: ""
}

.ion-help-circled::before {
    content: ""
}

.ion-home::before {
    content: ""
}

.ion-icecream::before {
    content: ""
}

.ion-image::before {
    content: ""
}

.ion-images::before {
    content: ""
}

.ion-information::before {
    content: ""
}

.ion-information-circled::before {
    content: ""
}

.ion-ionic::before {
    content: ""
}

.ion-ios-alarm::before {
    content: ""
}

.ion-ios-alarm-outline::before {
    content: ""
}

.ion-ios-albums::before {
    content: ""
}

.ion-ios-albums-outline::before {
    content: ""
}

.ion-ios-americanfootball::before {
    content: ""
}

.ion-ios-americanfootball-outline::before {
    content: ""
}

.ion-ios-analytics::before {
    content: ""
}

.ion-ios-analytics-outline::before {
    content: ""
}

.ion-ios-arrow-back::before {
    content: ""
}

.ion-ios-arrow-down::before {
    content: ""
}

.ion-ios-arrow-forward::before {
    content: ""
}

.ion-ios-arrow-left::before {
    content: ""
}

.ion-ios-arrow-right::before {
    content: ""
}

.ion-ios-arrow-thin-down::before {
    content: ""
}

.ion-ios-arrow-thin-left::before {
    content: ""
}

.ion-ios-arrow-thin-right::before {
    content: ""
}

.ion-ios-arrow-thin-up::before {
    content: ""
}

.ion-ios-arrow-up::before {
    content: ""
}

.ion-ios-at::before {
    content: ""
}

.ion-ios-at-outline::before {
    content: ""
}

.ion-ios-barcode::before {
    content: ""
}

.ion-ios-barcode-outline::before {
    content: ""
}

.ion-ios-baseball::before {
    content: ""
}

.ion-ios-baseball-outline::before {
    content: ""
}

.ion-ios-basketball::before {
    content: ""
}

.ion-ios-basketball-outline::before {
    content: ""
}

.ion-ios-bell::before {
    content: ""
}

.ion-ios-bell-outline::before {
    content: ""
}

.ion-ios-body::before {
    content: ""
}

.ion-ios-body-outline::before {
    content: ""
}

.ion-ios-bolt::before {
    content: ""
}

.ion-ios-bolt-outline::before {
    content: ""
}

.ion-ios-book::before {
    content: ""
}

.ion-ios-book-outline::before {
    content: ""
}

.ion-ios-bookmarks::before {
    content: ""
}

.ion-ios-bookmarks-outline::before {
    content: ""
}

.ion-ios-box::before {
    content: ""
}

.ion-ios-box-outline::before {
    content: ""
}

.ion-ios-briefcase::before {
    content: ""
}

.ion-ios-briefcase-outline::before {
    content: ""
}

.ion-ios-browsers::before {
    content: ""
}

.ion-ios-browsers-outline::before {
    content: ""
}

.ion-ios-calculator::before {
    content: ""
}

.ion-ios-calculator-outline::before {
    content: ""
}

.ion-ios-calendar::before {
    content: ""
}

.ion-ios-calendar-outline::before {
    content: ""
}

.ion-ios-camera::before {
    content: ""
}

.ion-ios-camera-outline::before {
    content: ""
}

.ion-ios-cart::before {
    content: ""
}

.ion-ios-cart-outline::before {
    content: ""
}

.ion-ios-chatboxes::before {
    content: ""
}

.ion-ios-chatboxes-outline::before {
    content: ""
}

.ion-ios-chatbubble::before {
    content: ""
}

.ion-ios-chatbubble-outline::before {
    content: ""
}

.ion-ios-checkmark::before {
    content: ""
}

.ion-ios-checkmark-empty::before {
    content: ""
}

.ion-ios-checkmark-outline::before {
    content: ""
}

.ion-ios-circle-filled::before {
    content: ""
}

.ion-ios-circle-outline::before {
    content: ""
}

.ion-ios-clock::before {
    content: ""
}

.ion-ios-clock-outline::before {
    content: ""
}

.ion-ios-close::before {
    content: ""
}

.ion-ios-close-empty::before {
    content: ""
}

.ion-ios-close-outline::before {
    content: ""
}

.ion-ios-cloud::before {
    content: ""
}

.ion-ios-cloud-download::before {
    content: ""
}

.ion-ios-cloud-download-outline::before {
    content: ""
}

.ion-ios-cloud-outline::before {
    content: ""
}

.ion-ios-cloud-upload::before {
    content: ""
}

.ion-ios-cloud-upload-outline::before {
    content: ""
}

.ion-ios-cloudy::before {
    content: ""
}

.ion-ios-cloudy-night::before {
    content: ""
}

.ion-ios-cloudy-night-outline::before {
    content: ""
}

.ion-ios-cloudy-outline::before {
    content: ""
}

.ion-ios-cog::before {
    content: ""
}

.ion-ios-cog-outline::before {
    content: ""
}

.ion-ios-color-filter::before {
    content: ""
}

.ion-ios-color-filter-outline::before {
    content: ""
}

.ion-ios-color-wand::before {
    content: ""
}

.ion-ios-color-wand-outline::before {
    content: ""
}

.ion-ios-compose::before {
    content: ""
}

.ion-ios-compose-outline::before {
    content: ""
}

.ion-ios-contact::before {
    content: ""
}

.ion-ios-contact-outline::before {
    content: ""
}

.ion-ios-copy::before {
    content: ""
}

.ion-ios-copy-outline::before {
    content: ""
}

.ion-ios-crop::before {
    content: ""
}

.ion-ios-crop-strong::before {
    content: ""
}

.ion-ios-download::before {
    content: ""
}

.ion-ios-download-outline::before {
    content: ""
}

.ion-ios-drag::before {
    content: ""
}

.ion-ios-email::before {
    content: ""
}

.ion-ios-email-outline::before {
    content: ""
}

.ion-ios-eye::before {
    content: ""
}

.ion-ios-eye-outline::before {
    content: ""
}

.ion-ios-fastforward::before {
    content: ""
}

.ion-ios-fastforward-outline::before {
    content: ""
}

.ion-ios-filing::before {
    content: ""
}

.ion-ios-filing-outline::before {
    content: ""
}

.ion-ios-film::before {
    content: ""
}

.ion-ios-film-outline::before {
    content: ""
}

.ion-ios-flag::before {
    content: ""
}

.ion-ios-flag-outline::before {
    content: ""
}

.ion-ios-flame::before {
    content: ""
}

.ion-ios-flame-outline::before {
    content: ""
}

.ion-ios-flask::before {
    content: ""
}

.ion-ios-flask-outline::before {
    content: ""
}

.ion-ios-flower::before {
    content: ""
}

.ion-ios-flower-outline::before {
    content: ""
}

.ion-ios-folder::before {
    content: ""
}

.ion-ios-folder-outline::before {
    content: ""
}

.ion-ios-football::before {
    content: ""
}

.ion-ios-football-outline::before {
    content: ""
}

.ion-ios-game-controller-a::before {
    content: ""
}

.ion-ios-game-controller-a-outline::before {
    content: ""
}

.ion-ios-game-controller-b::before {
    content: ""
}

.ion-ios-game-controller-b-outline::before {
    content: ""
}

.ion-ios-gear::before {
    content: ""
}

.ion-ios-gear-outline::before {
    content: ""
}

.ion-ios-glasses::before {
    content: ""
}

.ion-ios-glasses-outline::before {
    content: ""
}

.ion-ios-grid-view::before {
    content: ""
}

.ion-ios-grid-view-outline::before {
    content: ""
}

.ion-ios-heart::before {
    content: ""
}

.ion-ios-heart-outline::before {
    content: ""
}

.ion-ios-help::before {
    content: ""
}

.ion-ios-help-empty::before {
    content: ""
}

.ion-ios-help-outline::before {
    content: ""
}

.ion-ios-home::before {
    content: ""
}

.ion-ios-home-outline::before {
    content: ""
}

.ion-ios-infinite::before {
    content: ""
}

.ion-ios-infinite-outline::before {
    content: ""
}

.ion-ios-information::before {
    content: ""
}

.ion-ios-information-empty::before {
    content: ""
}

.ion-ios-information-outline::before {
    content: ""
}

.ion-ios-ionic-outline::before {
    content: ""
}

.ion-ios-keypad::before {
    content: ""
}

.ion-ios-keypad-outline::before {
    content: ""
}

.ion-ios-lightbulb::before {
    content: ""
}

.ion-ios-lightbulb-outline::before {
    content: ""
}

.ion-ios-list::before {
    content: ""
}

.ion-ios-list-outline::before {
    content: ""
}

.ion-ios-location::before {
    content: ""
}

.ion-ios-location-outline::before {
    content: ""
}

.ion-ios-locked::before {
    content: ""
}

.ion-ios-locked-outline::before {
    content: ""
}

.ion-ios-loop::before {
    content: ""
}

.ion-ios-loop-strong::before {
    content: ""
}

.ion-ios-medical::before {
    content: ""
}

.ion-ios-medical-outline::before {
    content: ""
}

.ion-ios-medkit::before {
    content: ""
}

.ion-ios-medkit-outline::before {
    content: ""
}

.ion-ios-mic::before {
    content: ""
}

.ion-ios-mic-off::before {
    content: ""
}

.ion-ios-mic-outline::before {
    content: ""
}

.ion-ios-minus::before {
    content: ""
}

.ion-ios-minus-empty::before {
    content: ""
}

.ion-ios-minus-outline::before {
    content: ""
}

.ion-ios-monitor::before {
    content: ""
}

.ion-ios-monitor-outline::before {
    content: ""
}

.ion-ios-moon::before {
    content: ""
}

.ion-ios-moon-outline::before {
    content: ""
}

.ion-ios-more::before {
    content: ""
}

.ion-ios-more-outline::before {
    content: ""
}

.ion-ios-musical-note::before {
    content: ""
}

.ion-ios-musical-notes::before {
    content: ""
}

.ion-ios-navigate::before {
    content: ""
}

.ion-ios-navigate-outline::before {
    content: ""
}

.ion-ios-nutrition::before {
    content: ""
}

.ion-ios-nutrition-outline::before {
    content: ""
}

.ion-ios-paper::before {
    content: ""
}

.ion-ios-paper-outline::before {
    content: ""
}

.ion-ios-paperplane::before {
    content: ""
}

.ion-ios-paperplane-outline::before {
    content: ""
}

.ion-ios-partlysunny::before {
    content: ""
}

.ion-ios-partlysunny-outline::before {
    content: ""
}

.ion-ios-pause::before {
    content: ""
}

.ion-ios-pause-outline::before {
    content: ""
}

.ion-ios-paw::before {
    content: ""
}

.ion-ios-paw-outline::before {
    content: ""
}

.ion-ios-people::before {
    content: ""
}

.ion-ios-people-outline::before {
    content: ""
}

.ion-ios-person::before {
    content: ""
}

.ion-ios-person-outline::before {
    content: ""
}

.ion-ios-personadd::before {
    content: ""
}

.ion-ios-personadd-outline::before {
    content: ""
}

.ion-ios-photos::before {
    content: ""
}

.ion-ios-photos-outline::before {
    content: ""
}

.ion-ios-pie::before {
    content: ""
}

.ion-ios-pie-outline::before {
    content: ""
}

.ion-ios-pint::before {
    content: ""
}

.ion-ios-pint-outline::before {
    content: ""
}

.ion-ios-play::before {
    content: ""
}

.ion-ios-play-outline::before {
    content: ""
}

.ion-ios-plus::before {
    content: ""
}

.ion-ios-plus-empty::before {
    content: ""
}

.ion-ios-plus-outline::before {
    content: ""
}

.ion-ios-pricetag::before {
    content: ""
}

.ion-ios-pricetag-outline::before {
    content: ""
}

.ion-ios-pricetags::before {
    content: ""
}

.ion-ios-pricetags-outline::before {
    content: ""
}

.ion-ios-printer::before {
    content: ""
}

.ion-ios-printer-outline::before {
    content: ""
}

.ion-ios-pulse::before {
    content: ""
}

.ion-ios-pulse-strong::before {
    content: ""
}

.ion-ios-rainy::before {
    content: ""
}

.ion-ios-rainy-outline::before {
    content: ""
}

.ion-ios-recording::before {
    content: ""
}

.ion-ios-recording-outline::before {
    content: ""
}

.ion-ios-redo::before {
    content: ""
}

.ion-ios-redo-outline::before {
    content: ""
}

.ion-ios-refresh::before {
    content: ""
}

.ion-ios-refresh-empty::before {
    content: ""
}

.ion-ios-refresh-outline::before {
    content: ""
}

.ion-ios-reload::before {
    content: ""
}

.ion-ios-reverse-camera::before {
    content: ""
}

.ion-ios-reverse-camera-outline::before {
    content: ""
}

.ion-ios-rewind::before {
    content: ""
}

.ion-ios-rewind-outline::before {
    content: ""
}

.ion-ios-rose::before {
    content: ""
}

.ion-ios-rose-outline::before {
    content: ""
}

.ion-ios-search::before {
    content: ""
}

.ion-ios-search-strong::before {
    content: ""
}

.ion-ios-settings::before {
    content: ""
}

.ion-ios-settings-strong::before {
    content: ""
}

.ion-ios-shuffle::before {
    content: ""
}

.ion-ios-shuffle-strong::before {
    content: ""
}

.ion-ios-skipbackward::before {
    content: ""
}

.ion-ios-skipbackward-outline::before {
    content: ""
}

.ion-ios-skipforward::before {
    content: ""
}

.ion-ios-skipforward-outline::before {
    content: ""
}

.ion-ios-snowy::before {
    content: ""
}

.ion-ios-speedometer::before {
    content: ""
}

.ion-ios-speedometer-outline::before {
    content: ""
}

.ion-ios-star::before {
    content: ""
}

.ion-ios-star-half::before {
    content: ""
}

.ion-ios-star-outline::before {
    content: ""
}

.ion-ios-stopwatch::before {
    content: ""
}

.ion-ios-stopwatch-outline::before {
    content: ""
}

.ion-ios-sunny::before {
    content: ""
}

.ion-ios-sunny-outline::before {
    content: ""
}

.ion-ios-telephone::before {
    content: ""
}

.ion-ios-telephone-outline::before {
    content: ""
}

.ion-ios-tennisball::before {
    content: ""
}

.ion-ios-tennisball-outline::before {
    content: ""
}

.ion-ios-thunderstorm::before {
    content: ""
}

.ion-ios-thunderstorm-outline::before {
    content: ""
}

.ion-ios-time::before {
    content: ""
}

.ion-ios-time-outline::before {
    content: ""
}

.ion-ios-timer::before {
    content: ""
}

.ion-ios-timer-outline::before {
    content: ""
}

.ion-ios-toggle::before {
    content: ""
}

.ion-ios-toggle-outline::before {
    content: ""
}

.ion-ios-trash::before {
    content: ""
}

.ion-ios-trash-outline::before {
    content: ""
}

.ion-ios-undo::before {
    content: ""
}

.ion-ios-undo-outline::before {
    content: ""
}

.ion-ios-unlocked::before {
    content: ""
}

.ion-ios-unlocked-outline::before {
    content: ""
}

.ion-ios-upload::before {
    content: ""
}

.ion-ios-upload-outline::before {
    content: ""
}

.ion-ios-videocam::before {
    content: ""
}

.ion-ios-videocam-outline::before {
    content: ""
}

.ion-ios-volume-high::before {
    content: ""
}

.ion-ios-volume-low::before {
    content: ""
}

.ion-ios-wineglass::before {
    content: ""
}

.ion-ios-wineglass-outline::before {
    content: ""
}

.ion-ios-world::before {
    content: ""
}

.ion-ios-world-outline::before {
    content: ""
}

.ion-ipad::before {
    content: ""
}

.ion-iphone::before {
    content: ""
}

.ion-ipod::before {
    content: ""
}

.ion-jet::before {
    content: ""
}

.ion-key::before {
    content: ""
}

.ion-knife::before {
    content: ""
}

.ion-laptop::before {
    content: ""
}

.ion-leaf::before {
    content: ""
}

.ion-levels::before {
    content: ""
}

.ion-lightbulb::before {
    content: ""
}

.ion-link::before {
    content: ""
}

.ion-load-a::before {
    content: ""
}

.ion-load-b::before {
    content: ""
}

.ion-load-c::before {
    content: ""
}

.ion-load-d::before {
    content: ""
}

.ion-location::before {
    content: ""
}

.ion-lock-combination::before {
    content: ""
}

.ion-locked::before {
    content: ""
}

.ion-log-in::before {
    content: ""
}

.ion-log-out::before {
    content: ""
}

.ion-loop::before {
    content: ""
}

.ion-magnet::before {
    content: ""
}

.ion-male::before {
    content: ""
}

.ion-man::before {
    content: ""
}

.ion-map::before {
    content: ""
}

.ion-medkit::before {
    content: ""
}

.ion-merge::before {
    content: ""
}

.ion-mic-a::before {
    content: ""
}

.ion-mic-b::before {
    content: ""
}

.ion-mic-c::before {
    content: ""
}

.ion-minus::before {
    content: ""
}

.ion-minus-circled::before {
    content: ""
}

.ion-minus-round::before {
    content: ""
}

.ion-model-s::before {
    content: ""
}

.ion-monitor::before {
    content: ""
}

.ion-more::before {
    content: ""
}

.ion-mouse::before {
    content: ""
}

.ion-music-note::before {
    content: ""
}

.ion-navicon::before {
    content: ""
}

.ion-navicon-round::before {
    content: ""
}

.ion-navigate::before {
    content: ""
}

.ion-network::before {
    content: ""
}

.ion-no-smoking::before {
    content: ""
}

.ion-nuclear::before {
    content: ""
}

.ion-outlet::before {
    content: ""
}

.ion-paintbrush::before {
    content: ""
}

.ion-paintbucket::before {
    content: ""
}

.ion-paper-airplane::before {
    content: ""
}

.ion-paperclip::before {
    content: ""
}

.ion-pause::before {
    content: ""
}

.ion-person::before {
    content: ""
}

.ion-person-add::before {
    content: ""
}

.ion-person-stalker::before {
    content: ""
}

.ion-pie-graph::before {
    content: ""
}

.ion-pin::before {
    content: ""
}

.ion-pinpoint::before {
    content: ""
}

.ion-pizza::before {
    content: ""
}

.ion-plane::before {
    content: ""
}

.ion-planet::before {
    content: ""
}

.ion-play::before {
    content: ""
}

.ion-playstation::before {
    content: ""
}

.ion-plus::before {
    content: ""
}

.ion-plus-circled::before {
    content: ""
}

.ion-plus-round::before {
    content: ""
}

.ion-podium::before {
    content: ""
}

.ion-pound::before {
    content: ""
}

.ion-power::before {
    content: ""
}

.ion-pricetag::before {
    content: ""
}

.ion-pricetags::before {
    content: ""
}

.ion-printer::before {
    content: ""
}

.ion-pull-request::before {
    content: ""
}

.ion-qr-scanner::before {
    content: ""
}

.ion-quote::before {
    content: ""
}

.ion-radio-waves::before {
    content: ""
}

.ion-record::before {
    content: ""
}

.ion-refresh::before {
    content: ""
}

.ion-reply::before {
    content: ""
}

.ion-reply-all::before {
    content: ""
}

.ion-ribbon-a::before {
    content: ""
}

.ion-ribbon-b::before {
    content: ""
}

.ion-sad::before {
    content: ""
}

.ion-sad-outline::before {
    content: ""
}

.ion-scissors::before {
    content: ""
}

.ion-search::before {
    content: ""
}

.ion-settings::before {
    content: ""
}

.ion-share::before {
    content: ""
}

.ion-shuffle::before {
    content: ""
}

.ion-skip-backward::before {
    content: ""
}

.ion-skip-forward::before {
    content: ""
}

.ion-social-android::before {
    content: ""
}

.ion-social-android-outline::before {
    content: ""
}

.ion-social-angular::before {
    content: ""
}

.ion-social-angular-outline::before {
    content: ""
}

.ion-social-apple::before {
    content: ""
}

.ion-social-apple-outline::before {
    content: ""
}

.ion-social-bitcoin::before {
    content: ""
}

.ion-social-bitcoin-outline::before {
    content: ""
}

.ion-social-buffer::before {
    content: ""
}

.ion-social-buffer-outline::before {
    content: ""
}

.ion-social-chrome::before {
    content: ""
}

.ion-social-chrome-outline::before {
    content: ""
}

.ion-social-codepen::before {
    content: ""
}

.ion-social-codepen-outline::before {
    content: ""
}

.ion-social-css3::before {
    content: ""
}

.ion-social-css3-outline::before {
    content: ""
}

.ion-social-designernews::before {
    content: ""
}

.ion-social-designernews-outline::before {
    content: ""
}

.ion-social-dribbble::before {
    content: ""
}

.ion-social-dribbble-outline::before {
    content: ""
}

.ion-social-dropbox::before {
    content: ""
}

.ion-social-dropbox-outline::before {
    content: ""
}

.ion-social-euro::before {
    content: ""
}

.ion-social-euro-outline::before {
    content: ""
}

.ion-social-facebook::before {
    content: ""
}

.ion-social-facebook-outline::before {
    content: ""
}

.ion-social-foursquare::before {
    content: ""
}

.ion-social-foursquare-outline::before {
    content: ""
}

.ion-social-freebsd-devil::before {
    content: ""
}

.ion-social-github::before {
    content: ""
}

.ion-social-github-outline::before {
    content: ""
}

.ion-social-google::before {
    content: ""
}

.ion-social-google-outline::before {
    content: ""
}

.ion-social-googleplus::before {
    content: ""
}

.ion-social-googleplus-outline::before {
    content: ""
}

.ion-social-hackernews::before {
    content: ""
}

.ion-social-hackernews-outline::before {
    content: ""
}

.ion-social-html5::before {
    content: ""
}

.ion-social-html5-outline::before {
    content: ""
}

.ion-social-instagram::before {
    content: ""
}

.ion-social-instagram-outline::before {
    content: ""
}

.ion-social-javascript::before {
    content: ""
}

.ion-social-javascript-outline::before {
    content: ""
}

.ion-social-linkedin::before {
    content: ""
}

.ion-social-linkedin-outline::before {
    content: ""
}

.ion-social-markdown::before {
    content: ""
}

.ion-social-nodejs::before {
    content: ""
}

.ion-social-octocat::before {
    content: ""
}

.ion-social-pinterest::before {
    content: ""
}

.ion-social-pinterest-outline::before {
    content: ""
}

.ion-social-python::before {
    content: ""
}

.ion-social-reddit::before {
    content: ""
}

.ion-social-reddit-outline::before {
    content: ""
}

.ion-social-rss::before {
    content: ""
}

.ion-social-rss-outline::before {
    content: ""
}

.ion-social-sass::before {
    content: ""
}

.ion-social-skype::before {
    content: ""
}

.ion-social-skype-outline::before {
    content: ""
}

.ion-social-snapchat::before {
    content: ""
}

.ion-social-snapchat-outline::before {
    content: ""
}

.ion-social-tumblr::before {
    content: ""
}

.ion-social-tumblr-outline::before {
    content: ""
}

.ion-social-tux::before {
    content: ""
}

.ion-social-twitch::before {
    content: ""
}

.ion-social-twitch-outline::before {
    content: ""
}

.ion-social-twitter::before {
    content: ""
}

.ion-social-twitter-outline::before {
    content: ""
}

.ion-social-usd::before {
    content: ""
}

.ion-social-usd-outline::before {
    content: ""
}

.ion-social-vimeo::before {
    content: ""
}

.ion-social-vimeo-outline::before {
    content: ""
}

.ion-social-whatsapp::before {
    content: ""
}

.ion-social-whatsapp-outline::before {
    content: ""
}

.ion-social-windows::before {
    content: ""
}

.ion-social-windows-outline::before {
    content: ""
}

.ion-social-wordpress::before {
    content: ""
}

.ion-social-wordpress-outline::before {
    content: ""
}

.ion-social-yahoo::before {
    content: ""
}

.ion-social-yahoo-outline::before {
    content: ""
}

.ion-social-yen::before {
    content: ""
}

.ion-social-yen-outline::before {
    content: ""
}

.ion-social-youtube::before {
    content: ""
}

.ion-social-youtube-outline::before {
    content: ""
}

.ion-soup-can::before {
    content: ""
}

.ion-soup-can-outline::before {
    content: ""
}

.ion-speakerphone::before {
    content: ""
}

.ion-speedometer::before {
    content: ""
}

.ion-spoon::before {
    content: ""
}

.ion-star::before {
    content: ""
}

.ion-stats-bars::before {
    content: ""
}

.ion-steam::before {
    content: ""
}

.ion-stop::before {
    content: ""
}

.ion-thermometer::before {
    content: ""
}

.ion-thumbsdown::before {
    content: ""
}

.ion-thumbsup::before {
    content: ""
}

.ion-toggle::before {
    content: ""
}

.ion-toggle-filled::before {
    content: ""
}

.ion-transgender::before {
    content: ""
}

.ion-trash-a::before {
    content: ""
}

.ion-trash-b::before {
    content: ""
}

.ion-trophy::before {
    content: ""
}

.ion-tshirt::before {
    content: ""
}

.ion-tshirt-outline::before {
    content: ""
}

.ion-umbrella::before {
    content: ""
}

.ion-university::before {
    content: ""
}

.ion-unlocked::before {
    content: ""
}

.ion-upload::before {
    content: ""
}

.ion-usb::before {
    content: ""
}

.ion-videocamera::before {
    content: ""
}

.ion-volume-high::before {
    content: ""
}

.ion-volume-low::before {
    content: ""
}

.ion-volume-medium::before {
    content: ""
}

.ion-volume-mute::before {
    content: ""
}

.ion-wand::before {
    content: ""
}

.ion-waterdrop::before {
    content: ""
}

.ion-wifi::before {
    content: ""
}

.ion-wineglass::before {
    content: ""
}

.ion-woman::before {
    content: ""
}

.ion-wrench::before {
    content: ""
}

.ion-xbox::before {
    content: ""
}

.pad-top-xxxl {
    padding-top: 90px !important
}

@media screen and (max-width:480px) {
    .pad-top-xxxl {
        padding-top: 50px !important
    }
}

.pad-top-xxl {
    padding-top: 82px !important
}

@media screen and (max-width:480px) {
    .pad-top-xxl {
        padding-top: 50px !important
    }
}

.pad-top-xl {
    padding-top: 74px !important
}

@media screen and (max-width:480px) {
    .pad-top-xl {
        padding-top: 50px !important
    }
}

.pad-top-lg {
    padding-top: 65px !important
}

@media screen and (max-width:480px) {
    .pad-top-lg {
        padding-top: 50px !important
    }
}

.pad-top-md {
    padding-top: 50px !important
}

.pad-top-sm {
    padding-top: 40px !important
}

.pad-top-xs {
    padding-top: 25px !important
}

.pad-top-xxxs {
    padding-top: 10px !important
}

.pad-bottom-xxxl {
    padding-bottom: 97px !important
}

@media screen and (max-width:480px) {
    .pad-bottom-xxxl {
        padding-bottom: 50px !important
    }
}

.pad-bottom-xl {
    padding-bottom: 70px !important
}

@media screen and (max-width:480px) {
    .pad-bottom-xl {
        padding-bottom: 50px !important
    }
}

.pad-bottom-lg {
    padding-bottom: 65px !important
}

@media screen and (max-width:480px) {
    .pad-bottom-lg {
        padding-bottom: 50px !important
    }
}

.pad-bottom-md {
    padding-bottom: 50px !important
}

.pad-bottom-sm {
    padding-bottom: 35px !important
}

.pad-bottom-xs {
    padding-bottom: 25px !important
}

.pad-bottom-xxs {
    padding-bottom: 20px !important
}

.pad-bottom-xxxs {
    padding-bottom: 10px !important
}

.pad-bottom-xxxxs {
    padding-bottom: 5px !important
}

.margin-right-xs {
    margin-right: 20px
}

.margin-bottom-xxs {
    margin-bottom: 15px
}

a.margin-right-xs {
    display: inline-block
}

.padding-left-right {
    padding-left: 40px;
    padding-right: 40px
}

.no-pad-top {
    padding-top: 0 !important
}

.no-pad-bottom {
    padding-bottom: 0 !important
}

.no-pad-left {
    padding-left: 0 !important
}

.no-pad-right {
    padding-right: 0 !important
}

.pad-bottom-image-desktop {
    padding-bottom: 180px
}

@media screen and (max-width:992px) {
    .pad-bottom-image-desktop {
        padding-bottom: 0
    }
}

.pad-bottom-image-mobile {
    padding-bottom: 0
}

@media screen and (max-width:992px) {
    .pad-bottom-image-mobile {
        padding-bottom: 180px
    }
}

.spacer--medium {
    height: 45px;
    max-height: 5vh
}

.spacer--large {
    height: 65px;
    max-height: 5vh
}

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

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

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

.text-center-md-max {
    text-align: left
}

@media screen and (max-width:992px) {
    .text-center-md-max {
        text-align: center
    }
}

.no-wrap {
    white-space: nowrap
}

body {
    color: #000
}

a,
a:active,
a:visited {
    color: #3893e5;
    cursor: pointer
}

a:hover {
    color: #b9daf7
}

a.cleanlink {
    text-decoration: none;
    color: inherit
}

.color--secondary a,
.color--secondary a:active,
.color--secondary a:visited {
    color: #63b856
}

.color--secondary a:hover {
    color: #cbe3c7
}

.color--tertiary a,
.color--tertiary a:active,
.color--tertiary a:visited {
    color: #d69526
}

.color--tertiary a:hover {
    color: #f2f0e7
}

.color--quaternary a,
.color--quaternary a:active,
.color--quaternary a:visited {
    color: #da2405
}

.color--quaternary a:hover {
    color: #fddbce
}

.link {
    color: #3893e5;
    cursor: pointer;
    text-decoration: none
}

.link:hover {
    color: #b9daf7;
    text-decoration: underline
}

a.link--social,
a.link--social:active,
a.link--social:visited {
    display: inline-block;
    cursor: pointer;
    padding-top: 20px;
    color: #9e9e9e;
    text-decoration: none
}

a.link--social .icon,
a.link--social:active .icon,
a.link--social:visited .icon {
    margin: 0 5px;
    font-size: 22px
}

a.link--social:hover {
    color: #000;
    text-decoration: none
}

.color--quaternary .link--invisible,
.color--quaternary .link--invisible:active,
.color--quaternary .link--invisible:visited,
.color--secondary .link--invisible,
.color--secondary .link--invisible:active,
.color--secondary .link--invisible:visited,
.color--tertiary .link--invisible,
.color--tertiary .link--invisible:active,
.color--tertiary .link--invisible:visited,
.link--invisible,
.link--invisible:active,
.link--invisible:visited {
    color: #000;
    text-decoration: none
}

.link--invisible:hover {
    color: #3893e5;
    text-decoration: none
}

.color--secondary .link--invisible:hover {
    color: #63b856;
    text-decoration: none
}

.color--tertiary .link--invisible:hover {
    color: #d69526;
    text-decoration: none
}

.color--quaternary .link--invisible:hover {
    color: #da2405;
    text-decoration: none
}

.link--read-more,
.link--read-more:hover {
    text-decoration: none;
    position: relative;
    z-index: 2
}

a.link--contact-me,
a.link--contact-me:active,
a.link--contact-me:visited {
    color: #9e9e9e;
    text-decoration: none
}

a.link--contact-me:hover {
    color: #000;
    text-decoration: none
}

a.link--email-me,
a.link--email-me:active,
a.link--email-me:visited {
    color: #9e9e9e;
    text-decoration: underline
}

a.link--email-me:hover {
    color: #000;
    text-decoration: underline
}

.link--black a,
.link--black a:active,
.link--black a:visited {
    color: #000
}

.link--black a:hover {
    color: #3893e5
}

.wrapped-link--plain--underline,
.wrapped-link--plain--underline:active,
.wrapped-link--plain--underline:focus,
.wrapped-link--plain--underline:visited {
    color: #000;
    text-decoration: none
}

.wrapped-link--plain--underline span,
.wrapped-link--plain--underline:active span,
.wrapped-link--plain--underline:focus span,
.wrapped-link--plain--underline:visited span {
    text-decoration: underline
}

.wrapped-link--plain--underline:hover {
    color: #3893e5;
    text-decoration: none
}

.link--color-underline,
.link--color-underline:active,
.link--color-underline:hover,
.link--color-underline:visited,
.link--color-underline__block .link--color-underline__item {
    text-decoration: none;
    display: inline-block;
    position: relative;
    white-space: normal;
    color: #000;
    z-index: 2
}

.link--color-underline.no-wrap,
.link--color-underline:active.no-wrap,
.link--color-underline:hover.no-wrap,
.link--color-underline:visited.no-wrap,
.link--color-underline__block .link--color-underline__item.no-wrap {
    white-space: nowrap
}

.link--color-underline:hover::after,
.link--color-underline__block:hover .link--color-underline__item::after {
    content: '';
    display: block;
    height: 0;
    width: 105%;
    border-bottom: 6px solid #cbe0f3;
    position: absolute;
    left: -2%;
    right: 0;
    bottom: 0;
    z-index: -1
}

.link--color-underline__block:hover .link--color-underline__item::after {
    bottom: .2em
}

.color--secondary .link--color-underline:hover::after,
.color--secondary .link--color-underline__block:hover .link--color-underline__item::after {
    border-bottom: 6px solid #cbe3c7
}

.color--tertiary .link--color-underline:hover::after,
.color--tertiary .link--color-underline__block:hover .link--color-underline__item::after {
    border-bottom: 6px solid #f2f0e7
}

.color--quaternary .link--color-underline:hover::after,
.color--quaternary .link--color-underline__block:hover .link--color-underline__item::after {
    border-bottom: 6px solid #fddbce
}

.subtext--author,
.subtext--smalltitle,
.subtext--subtitle {
    font-style: italic;
    color: #9e9e9e
}

.page-template-page-advocaten .subtext--smalltitle {
    min-height: 50px
}

@media (min-width:768px) {
    .page-template-page-advocaten .subtext--smalltitle {
        min-height: 65px
    }
}

.content--primary .subtext--author {
    padding-bottom: 50px
}

.content--secondary .subtext--author,
.content--secondary--articles .subtext--author {
    line-height: 30px;
    margin: 14px 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
    margin: 0;
    padding: 0;
    font-size: inherit
}

h1 b,
h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong,
h5 b,
h5 strong,
h6 b,
h6 strong {
    font-weight: inherit
}

h1 a,
h1 a:active,
h1 a:hover,
h1 a:visited,
h2 a,
h2 a:active,
h2 a:hover,
h2 a:visited,
h3 a,
h3 a:active,
h3 a:hover,
h3 a:visited,
h4 a,
h4 a:active,
h4 a:hover,
h4 a:visited,
h5 a,
h5 a:active,
h5 a:hover,
h5 a:visited,
h6 a,
h6 a:active,
h6 a:hover,
h6 a:visited {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit
}

h1.page-title {
    margin-top: 10px
}

h2.subtitle {
    line-height: 1.5em
}

h3+ol,
h3+ul {
    margin-top: .65em
}

h3+p,
h4+p,
h5+p {
    margin-top: 0
}

p {
    margin: .895rem auto
}

p a {
    text-decoration: underline
}

.letter--dropcap>p:first-of-type::first-letter {
    float: left;
    padding-right: .1em;
    color: #3893e5;
    font-size: 3.2rem;
    line-height: 3.1rem
}

.color--secondary .letter--dropcap>p:first-of-type::first-letter {
    color: #63b856
}

.color--tertiary .letter--dropcap>p:first-of-type::first-letter {
    color: #d69526
}

.color--quaternary .letter--dropcap>p:first-of-type::first-letter {
    color: #da2405
}

abbr,
acronym,
blockquote,
code,
dir,
kbd,
listing,
plaintext,
q,
samp,
tt,
var,
xmp {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none
}

.border-bottom-gray {
    border-bottom: 1px solid #d8d8d8
}

.dummy-border--primary {
    height: 1px;
    margin-right: 60px;
    background-color: #d8d8d8
}

.dummy-border--secondary {
    height: 1px;
    margin: 0 10px;
    background-color: #e1f1ff;
    clear: both
}

blockquote p {
    margin: 0;
    font-size: inherit
}

.icon {
    font-size: 16px;
    margin: 0 10px
}

pre {
    font-family: 'Source Code Pro', monospace;
    border: 0;
    background-color: #faf9fc;
    margin-top: 1em;
    white-space: pre
}

code {
    white-space: pre;
    font-family: monospace
}

.component--profile .component__element,
.component--profile .component__link,
.font-primary,
.font-primary-bold,
.font-primary-light,
.font-primary-regular,
.font-primary-semibold,
.list--expertise ul li:not(.list__title)::before,
.list--expertise ul li>a,
.list--expertise ul li>a:active,
.list--expertise ul li>a:visited,
.list--publicaties>li>a,
.list--publicaties>li>a:active,
.list--publicaties>li>a:hover,
.list--publicaties>li>a:visited,
.list--specialismes>li>a,
.list--specialismes>li>a:active,
.list--specialismes>li>a:hover,
.list--specialismes>li>a:visited,
.list--specialty__sublist>li>a,
.list--specialty__sublist>li>a:active,
.list--specialty__sublist>li>a:hover,
.list--specialty__sublist>li>a:visited,
.search-field input,
.search-field--filters input[type=text],
body,
html,
html a {
    font-family: FranciscoLight
}

.font-primary-light,
body {
    font-weight: 300
}

.font-primary-regular,
html,
html a {
    font-weight: 400
}

.font-primary-semibold {
    font-weight: 600
}

.font-primary-bold,
.search-field input,
.search-field--filters input[type=text] {
    font-weight: 700
}

.button,
.button--primary,
.button--primary:active,
.button--primary:visited,
.button--secondary,
.button--secondary:active,
.button--secondary:visited,
.button--tertiary,
.button--tertiary:active,
.button--tertiary:visited,
.font-medium,
.font-medium-bold,
.font-medium-light,
.font-medium-regular,
.font-medium-semibold,
.list--expertise ul li.list__title,
.list--navigation-links li>a,
.list--navigation-links li>a:active,
.list--navigation-links li>a:visited,
.list--specialty>li>a,
.list--specialty>li>a:active,
.list--specialty>li>a:hover,
.list--specialty>li>a:visited,
.list--subnavigation-links>li,
.quote-block--plain .quote__text,
.quote-block--subquote .quote__text,
b,
h1,
h1 a,
h1 a:active,
h1 a:hover,
h1 a:visited,
h1 b,
h1 strong,
h2,
h2 a,
h2 a:active,
h2 a:hover,
h2 a:visited,
h2 b,
h2 strong,
h3,
h3 a,
h3 a:active,
h3 a:hover,
h3 a:visited,
h3 b,
h3 strong,
h4,
h4 a,
h4 a:active,
h4 a:hover,
h4 a:visited,
h4 b,
h4 strong,
h5,
h5 a,
h5 a:active,
h5 a:hover,
h5 a:visited,
h5 b,
h5 strong,
h6,
h6 a,
h6 a:active,
h6 a:hover,
h6 a:visited,
h6 b,
h6 strong,
strong {
    font-family: FranciscoMedium
}

.font-medium-light {
    font-weight: 300
}

.button,
.button--primary,
.button--primary:active,
.button--primary:visited,
.button--secondary,
.button--secondary:active,
.button--secondary:visited,
.button--tertiary,
.button--tertiary:active,
.button--tertiary:visited,
.font-medium-regular,
.list--expertise ul li.list__title,
.list--navigation-links li>a,
.list--navigation-links li>a:active,
.list--navigation-links li>a:visited,
.list--specialty>li>a,
.list--specialty>li>a:active,
.list--specialty>li>a:hover,
.list--specialty>li>a:visited,
.list--subnavigation-links>li,
.quote-block--plain .quote__text,
.quote-block--subquote .quote__text,
b,
h1,
h1 a,
h1 a:active,
h1 a:hover,
h1 a:visited,
h1 b,
h1 strong,
h2,
h2 a,
h2 a:active,
h2 a:hover,
h2 a:visited,
h2 b,
h2 strong,
h3,
h3 a,
h3 a:active,
h3 a:hover,
h3 a:visited,
h3 b,
h3 strong,
h4,
h4 a,
h4 a:active,
h4 a:hover,
h4 a:visited,
h4 b,
h4 strong,
h5,
h5 a,
h5 a:active,
h5 a:hover,
h5 a:visited,
h5 b,
h5 strong,
h6,
h6 a,
h6 a:active,
h6 a:hover,
h6 a:visited,
h6 b,
h6 strong,
strong {
    font-weight: 400
}

.font-medium-semibold {
    font-weight: 600
}

.font-medium-bold {
    font-weight: 700
}

.container--tertiary .container__title,
.container--tertiary-horizontal .container__title,
.container--tertiary-horizontal-large .container__title,
.container--tertiary-vertical .container__title,
.font-size-base,
body,
html,
html a {
    font-size: 16px
}

.font-size-h1,
.font-size-xxxl,
h1 {
    font-size: 1.6rem
}

.font-size-h2,
.font-size-xxl,
.search-field input,
.search-field--filters .icon,
.search-field--filters input[type=text],
h2 {
    font-size: 1.6rem
}

.font-size-h3,
.font-size-xl,
.list--expertise ul li.list__title,
.list--specialty>li>a,
.list--specialty>li>a:active,
.list--specialty>li>a:hover,
.list--specialty>li>a:visited,
.quote-block--subquote .quote__text,
h3 {
    font-size: 1.263rem
}

.content--primary .subtext--author,
.content--primary .subtext--subtitle,
.font-size-h4,
.font-size-lg,
.list--navigation-links li>a,
.list--navigation-links li>a:active,
.list--navigation-links li>a:visited,
.list--subnavigation-links>li,
h4 {
    font-size: 1.125rem
}

.list--navigation-links li li>a,
.list--navigation-links li li>a:active {
    font: .842rem/25px FranciscoLight
}

.font-size-h5,
.font-size-md,
.journal--selected-options__option .icon,
h5 {
    font-size: 1rem
}

.color--quaternary footer a,
.color--quaternary footer a:active,
.color--quaternary footer a:visited,
.color--secondary footer a,
.color--secondary footer a:active,
.color--secondary footer a:visited,
.color--tertiary footer a,
.color--tertiary footer a:active,
.color--tertiary footer a:visited,
.component--profile .component__element,
.component--profile .component__link,
.container--quaternary .subtext--author,
.container--secondary,
.container--tertiary,
.container--tertiary a,
.container--tertiary-horizontal,
.container--tertiary-horizontal a,
.container--tertiary-horizontal-large,
.container--tertiary-horizontal-large a,
.container--tertiary-vertical,
.container--tertiary-vertical a,
.content--secondary .subtext--author,
.content--secondary .subtext--author a,
.content--secondary--articles .subtext--author,
.content--secondary--articles .subtext--author a,
.font-size-h6,
.font-size-sm,
.journal .container__content,
.journal .link--read-more,
.journal--selected-options,
.list--filter-links,
.list--subnavigation-links>li>a,
.list--subnavigation-links>li>a:active,
.list--subnavigation-links>li>a:visited,
.subtext,
.subtext a,
.subtext--smalltitle,
.subtext--smalltitle a,
footer,
footer a,
footer a:active,
footer a:visited,
h6,
small {
    font-size: 1rem
}

.line-height-base,
.list--publicaties>li,
.list--specialismes>li,
.list--specialty__sublist>li,
body {
    line-height: 1.59rem
}

.line-height-h1,
.line-height-xxxl,
h1 {
    line-height: 1.204em
}

.line-height-h2,
.line-height-xxl,
h2 {
    line-height: 1.25em
}

.line-height-h3,
.line-height-xl,
.list--expertise ul li.list__title,
.list--specialty>li>a,
.list--specialty>li>a:active,
.list--specialty>li>a:hover,
.list--specialty>li>a:visited,
h3 {
    line-height: 1.25em
}

.content--primary .subtext--author,
.content--primary .subtext--subtitle,
.line-height-h4,
.line-height-lg,
h4 {
    line-height: 1.22em
}

.journal--selected-options__option .icon,
.line-height-h5,
.line-height-md,
h5 {
    line-height: 1.59rem
}

.component--profile .component__element,
.component--profile .component__link,
.container--secondary,
.container--tertiary,
.container--tertiary a,
.container--tertiary-horizontal,
.container--tertiary-horizontal a,
.container--tertiary-horizontal-large,
.container--tertiary-horizontal-large a,
.container--tertiary-vertical,
.container--tertiary-vertical a,
.content--secondary .subtext--author,
.content--secondary .subtext--author a,
.content--secondary--articles .subtext--author,
.content--secondary--articles .subtext--author a,
.journal .container__content,
.journal--selected-options,
.line-height-h6,
.line-height-sm,
.subtext,
.subtext a,
.subtext--smalltitle,
.subtext--smalltitle a,
h6,
small {
    line-height: 1.59rem
}

@media screen and (min-width:480px) {

    .container--tertiary .container__title,
    .container--tertiary-horizontal .container__title,
    .container--tertiary-horizontal-large .container__title,
    .container--tertiary-vertical .container__title,
    .font-size-base,
    body,
    html,
    html a {
        font-size: 19px
    }

    .font-size-h1,
    .font-size-xxxl,
    h1 {
        font-size: 2.842rem
    }

    .font-size-h2,
    .font-size-xxl,
    .search-field input,
    .search-field--filters .icon,
    .search-field--filters input[type=text],
    h2 {
        font-size: 1.842rem
    }

    .font-size-h3,
    .font-size-xl,
    .list--expertise ul li.list__title,
    .list--specialty>li>a,
    .list--specialty>li>a:active,
    .list--specialty>li>a:hover,
    .list--specialty>li>a:visited,
    .quote-block--subquote .quote__text,
    h3 {
        font-size: 1.263rem
    }

    .content--primary .subtext--author,
    .content--primary .subtext--subtitle,
    .font-size-h4,
    .font-size-lg,
    .list--navigation-links li>a,
    .list--navigation-links li>a:active,
    .list--navigation-links li>a:visited,
    .list--subnavigation-links>li,
    h4 {
        font-size: 1.125rem
    }

    .font-size-h5,
    .font-size-md,
    .journal--selected-options__option .icon,
    h5 {
        font-size: 1rem
    }

    .color--quaternary footer a,
    .color--quaternary footer a:active,
    .color--quaternary footer a:visited,
    .color--secondary footer a,
    .color--secondary footer a:active,
    .color--secondary footer a:visited,
    .color--tertiary footer a,
    .color--tertiary footer a:active,
    .color--tertiary footer a:visited,
    .component--profile .component__element,
    .component--profile .component__link,
    .container--quaternary .subtext--author,
    .container--secondary,
    .container--tertiary,
    .container--tertiary a,
    .container--tertiary-horizontal,
    .container--tertiary-horizontal a,
    .container--tertiary-horizontal-large,
    .container--tertiary-horizontal-large a,
    .container--tertiary-vertical,
    .container--tertiary-vertical a,
    .content--secondary .subtext--author,
    .content--secondary .subtext--author a,
    .content--secondary--articles .subtext--author,
    .content--secondary--articles .subtext--author a,
    .font-size-h6,
    .font-size-sm,
    .journal .container__content,
    .journal .link--read-more,
    .journal--selected-options,
    .list--filter-links,
    .list--subnavigation-links>li>a,
    .list--subnavigation-links>li>a:active,
    .list--subnavigation-links>li>a:visited,
    .subtext,
    .subtext a,
    .subtext--smalltitle,
    .subtext--smalltitle a,
    footer,
    footer a,
    footer a:active,
    footer a:visited,
    h6,
    small {
        font-size: .842rem
    }

    .line-height-base,
    .list--publicaties>li,
    .list--specialismes>li,
    .list--specialty__sublist>li,
    body {
        line-height: 1.59rem
    }

    .line-height-h1,
    .line-height-xxxl,
    h1 {
        line-height: 1.204em
    }

    .line-height-h2,
    .line-height-xxl,
    h2 {
        line-height: 1.25em
    }

    .line-height-h3,
    .line-height-xl,
    .list--expertise ul li.list__title,
    .list--specialty>li>a,
    .list--specialty>li>a:active,
    .list--specialty>li>a:hover,
    .list--specialty>li>a:visited,
    h3 {
        line-height: 1.25em
    }

    .content--primary .subtext--author,
    .content--primary .subtext--subtitle,
    .line-height-h4,
    .line-height-lg,
    h4 {
        line-height: 1.22em
    }

    .journal--selected-options__option .icon,
    .line-height-h5,
    .line-height-md,
    h5 {
        line-height: 1.59rem
    }

    .component--profile .component__element,
    .component--profile .component__link,
    .container--secondary,
    .container--tertiary,
    .container--tertiary a,
    .container--tertiary-horizontal,
    .container--tertiary-horizontal a,
    .container--tertiary-horizontal-large,
    .container--tertiary-horizontal-large a,
    .container--tertiary-vertical,
    .container--tertiary-vertical a,
    .content--secondary .subtext--author,
    .content--secondary .subtext--author a,
    .content--secondary--articles .subtext--author,
    .content--secondary--articles .subtext--author a,
    .journal .container__content,
    .journal--selected-options,
    .line-height-h6,
    .line-height-sm,
    .subtext,
    .subtext a,
    .subtext--smalltitle,
    .subtext--smalltitle a,
    h6,
    small {
        line-height: 1.59rem
    }
}

@media screen and (min-width:992px) {

    .container--tertiary .container__title,
    .container--tertiary-horizontal .container__title,
    .container--tertiary-horizontal-large .container__title,
    .container--tertiary-vertical .container__title,
    .font-size-base,
    body,
    html,
    html a {
        font-size: 19px
    }

    .font-size-h1,
    .font-size-xxxl,
    h1 {
        font-size: 2.842rem
    }

    .font-size-h2,
    .font-size-xxl,
    .search-field input,
    .search-field--filters .icon,
    .search-field--filters input[type=text],
    h2 {
        font-size: 1.842rem
    }

    .font-size-h3,
    .font-size-xl,
    .list--expertise ul li.list__title,
    .list--specialty>li>a,
    .list--specialty>li>a:active,
    .list--specialty>li>a:hover,
    .list--specialty>li>a:visited,
    .quote-block--subquote .quote__text,
    h3 {
        font-size: 1.263rem
    }

    .content--primary .subtext--author,
    .content--primary .subtext--subtitle,
    .font-size-h4,
    .font-size-lg,
    .list--navigation-links li>a,
    .list--navigation-links li>a:active,
    .list--navigation-links li>a:visited,
    .list--subnavigation-links>li,
    h4 {
        font-size: 1.125rem
    }

    .font-size-h5,
    .font-size-md,
    .journal--selected-options__option .icon,
    h5 {
        font-size: 1rem
    }

    .color--quaternary footer a,
    .color--quaternary footer a:active,
    .color--quaternary footer a:visited,
    .color--secondary footer a,
    .color--secondary footer a:active,
    .color--secondary footer a:visited,
    .color--tertiary footer a,
    .color--tertiary footer a:active,
    .color--tertiary footer a:visited,
    .component--profile .component__element,
    .component--profile .component__link,
    .container--quaternary .subtext--author,
    .container--secondary,
    .container--tertiary,
    .container--tertiary a,
    .container--tertiary-horizontal,
    .container--tertiary-horizontal a,
    .container--tertiary-horizontal-large,
    .container--tertiary-horizontal-large a,
    .container--tertiary-vertical,
    .container--tertiary-vertical a,
    .content--secondary .subtext--author,
    .content--secondary .subtext--author a,
    .content--secondary--articles .subtext--author,
    .content--secondary--articles .subtext--author a,
    .font-size-h6,
    .font-size-sm,
    .journal .container__content,
    .journal .link--read-more,
    .journal--selected-options,
    .list--filter-links,
    .list--subnavigation-links>li>a,
    .list--subnavigation-links>li>a:active,
    .list--subnavigation-links>li>a:visited,
    .subtext,
    .subtext a,
    .subtext--smalltitle,
    .subtext--smalltitle a,
    footer,
    footer a,
    footer a:active,
    footer a:visited,
    h6,
    small {
        font-size: .842rem
    }

    .line-height-base,
    .list--publicaties>li,
    .list--specialismes>li,
    .list--specialty__sublist>li,
    body {
        line-height: 1.59rem
    }

    .line-height-h1,
    .line-height-xxxl,
    h1 {
        line-height: 1.204em
    }

    .line-height-h2,
    .line-height-xxl,
    h2 {
        line-height: 1.25em
    }

    .line-height-h3,
    .line-height-xl,
    .list--expertise ul li.list__title,
    .list--specialty>li>a,
    .list--specialty>li>a:active,
    .list--specialty>li>a:hover,
    .list--specialty>li>a:visited,
    h3 {
        line-height: 1.25em;
        margin-bottom: 10px
    }

    .content--primary .subtext--author,
    .content--primary .subtext--subtitle,
    .line-height-h4,
    .line-height-lg,
    h4 {
        line-height: 1.22em
    }

    .journal--selected-options__option .icon,
    .line-height-h5,
    .line-height-md,
    h5 {
        line-height: 1.59rem
    }

    .component--profile .component__element,
    .component--profile .component__link,
    .container--secondary,
    .container--tertiary,
    .container--tertiary a,
    .container--tertiary-horizontal,
    .container--tertiary-horizontal a,
    .container--tertiary-horizontal-large,
    .container--tertiary-horizontal-large a,
    .container--tertiary-vertical,
    .container--tertiary-vertical a,
    .content--secondary .subtext--author,
    .content--secondary .subtext--author a,
    .content--secondary--articles .subtext--author,
    .content--secondary--articles .subtext--author a,
    .journal .container__content,
    .journal--selected-options,
    .line-height-h6,
    .line-height-sm,
    .subtext,
    .subtext a,
    .subtext--smalltitle,
    .subtext--smalltitle a,
    h6,
    small {
        line-height: 1.59rem
    }
}

.button {
    display: inline-block;
    padding: 9px 32px;
    font-weight: 400;
    text-decoration: none;
    border: 1px solid #000
}

.button--primary,
.button--primary:active,
.button--primary:visited {
    display: inline-block;
    padding: 9px 32px;
    font-weight: 400;
    text-decoration: none;
    border: 1px solid #000;
    color: #3893e5;
    border-color: #b9daf7
}

.button--primary:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3893e5;
    border-color: #3893e5
}

.color--secondary .button--primary,
.color--secondary .button--primary:active,
.color--secondary .button--primary:visited {
    color: #63b856;
    border-color: #bce4b9
}

.color--secondary .button--primary:hover {
    color: #fff;
    background-color: #63b856;
    border-color: #63b856
}

.color--tertiary .button--primary,
.color--tertiary .button--primary:active,
.color--tertiary .button--primary:visited {
    color: #d69526;
    border-color: #eae8c4
}

.color--tertiary .button--primary:hover {
    color: #fff;
    background-color: #d69526;
    border-color: #d69526
}

.color--quaternary .button--primary,
.color--quaternary .button--primary:active,
.color--quaternary .button--primary:visited {
    color: #da2405;
    border-color: #e8c9bc
}

.color--quaternary .button--primary:hover {
    color: #fff;
    background-color: #da2405;
    border-color: #da2405
}

.button--secondary,
.button--secondary:active,
.button--secondary:visited {
    display: inline-block;
    padding: 9px 32px;
    font-weight: 400;
    text-decoration: none;
    border: 1px solid #000;
    padding: 10px 20px;
    color: #000;
    border-color: #000;
    background-color: #fff;
    z-index: 99
}

.button--secondary:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-color: #000
}

.button--tertiary,
.button--tertiary:active,
.button--tertiary:visited {
    display: inline-block;
    padding: 9px 32px;
    font-weight: 400;
    text-decoration: none;
    border: 1px solid #000;
    padding: 10px 20px;
    margin: 0 20px;
    color: #577a9b;
    border-color: #577a9b
}

.button--tertiary:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3893e5;
    border-color: #3893e5
}

.color--secondary .button--tertiary,
.color--secondary .button--tertiary:active,
.color--secondary .button--tertiary:visited {
    color: #51904c;
    border-color: #51904c
}

.color--secondary .button--tertiary:hover {
    color: #fff;
    background-color: #63b856;
    border-color: #63b856
}

.color--tertiary .button--tertiary,
.color--tertiary .button--tertiary:active,
.color--tertiary .button--tertiary:visited {
    color: #b79458;
    border-color: #b79458
}

.color--tertiary .button--tertiary:hover {
    color: #fff;
    background-color: #d69526;
    border-color: #d69526
}

.color--quaternary .button--tertiary,
.color--quaternary .button--tertiary:active,
.color--quaternary .button--tertiary:visited {
    color: #a85648;
    border-color: #a85648
}

.color--quaternary .button--tertiary:hover {
    color: #fff;
    background-color: #da2405;
    border-color: #da2405
}

ul {
    list-style: none;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
}

ul>li {
    padding-left: 20px;
    padding-bottom: .895rem;
    text-indent: 0;
    position: relative
}

@media screen and (max-width:480px) {
    ul>li {
        padding-left: 20px
    }
}

ul>li::before {
    position: absolute;
    left: 0;
    font-size: 19px;
    content: '\00B7';
    width: 10px;
    vertical-align: top
}

ul>li.list__title::before {
    content: '';
    width: 0
}

ul>li.list__title {
    padding-left: 0;
    padding-bottom: 0
}

.color--secondary ul>li a:hover {
    color: #63b856
}

.color--tertiary ul>li a:hover {
    color: #d69526
}

.color--quaternary ul>li a:hover {
    color: #da2405
}

.list {
    list-style: none;
    margin: 0;
    padding: 0
}

.list li {
    white-space: nowrap;
    padding-left: 20px;
    padding-bottom: 0;
    text-indent: 0;
    z-index: 1
}

.list li a,
.list li a:active,
.list li a:hover,
.list li a:visited {
    display: inline-block;
    position: relative;
    white-space: normal;
    color: #000
}

.list li.list__title {
    padding-left: 0;
    padding-bottom: 0
}

.list--navigation-links {
    list-style: none;
    margin: 0;
    padding: 0
}

.list--navigation-links li {
    white-space: nowrap;
    padding-left: 20px;
    padding-bottom: 0;
    text-indent: 0;
    z-index: 1
}

.list--navigation-links li a,
.list--navigation-links li a:active,
.list--navigation-links li a:hover,
.list--navigation-links li a:visited {
    display: inline-block;
    position: relative;
    white-space: normal;
    color: #000
}

.list--navigation-links li.list__title {
    padding-left: 0;
    padding-bottom: 0
}

@media screen and (max-width:992px) {
    .list--navigation-links li {
        padding-left: 10px
    }
}

@media screen and (max-width:768px) {
    .list--navigation-links li {
        padding-left: 40px
    }
}

.list--navigation-links li>a,
.list--navigation-links li>a:active,
.list--navigation-links li>a:visited {
    width: 100%;
    line-height: 40px;
    text-decoration: none
}

.list--navigation-links li>a:hover {
    text-decoration: none;
    color: #3893e5
}

.list--navigation-links>li::before {
    content: '';
    width: 0
}

.color--secondary .list--navigation-links>li>a:hover {
    color: #63b856
}

.color--tertiary .list--navigation-links>li>a:hover {
    color: #d69526
}

.color--quaternary .list--navigation-links>li>a:hover {
    color: #da2405
}

.list--subnavigation-links {
    list-style: none;
    margin: 0;
    padding: 0
}

.list--subnavigation-links li {
    white-space: nowrap;
    padding-left: 20px;
    padding-bottom: 0;
    text-indent: 0;
    z-index: 1
}

.list--subnavigation-links li a,
.list--subnavigation-links li a:active,
.list--subnavigation-links li a:hover,
.list--subnavigation-links li a:visited {
    display: inline-block;
    position: relative;
    white-space: normal;
    color: #000
}

.list--subnavigation-links li.list__title {
    padding-left: 0;
    padding-bottom: 0
}

.list--subnavigation-links>li {
    line-height: 38px
}

@media screen and (max-width:992px) {
    .list--subnavigation-links>li {
        padding-left: 10px
    }
}

.list--subnavigation-links>li>a,
.list--subnavigation-links>li>a:active,
.list--subnavigation-links>li>a:visited {
    line-height: 38px;
    text-decoration: none
}

@media screen and (max-width:992px) {

    .list--subnavigation-links>li>a,
    .list--subnavigation-links>li>a:active,
    .list--subnavigation-links>li>a:visited {
        font-size: .75rem
    }
}

.list--subnavigation-links>li>a:hover {
    text-decoration: none;
    color: #3893e5
}

.list--subnavigation-links>li:not(.list__title)::before {
    display: inline-block;
    content: '\00B7';
    font-size: 19px;
    width: 10px;
    vertical-align: top
}

.color--secondary .list--subnavigation-links>li>a:hover {
    color: #63b856
}

.color--tertiary .list--subnavigation-links>li>a:hover {
    color: #d69526
}

.color--quaternary .list--subnavigation-links>li>a:hover {
    color: #da2405
}

.list--filter-links {
    list-style: none;
    margin: 0;
    padding: 0
}

.list--filter-links li {
    white-space: nowrap;
    padding-left: 20px;
    padding-bottom: 0;
    text-indent: 0;
    z-index: 1
}

.list--filter-links li a,
.list--filter-links li a:active,
.list--filter-links li a:hover,
.list--filter-links li a:visited {
    display: inline-block;
    position: relative;
    white-space: normal;
    color: #000
}

.list--filter-links li.list__title {
    padding-left: 0;
    padding-bottom: 0
}

.list--filter-links li {
    padding-left: 10px;
    overflow: hidden
}

.list--filter-links li a,
.list--filter-links li a:active,
.list--filter-links li a:hover,
.list--filter-links li a:visited,
.list--filter-links li span {
    text-decoration: underline;
    cursor: pointer
}

.list--filter-links li a:hover,
.list--filter-links li span:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #3893e5
}

.list--filter-links input[type=checkbox] {
    display: none
}

.list--filter-links input[type=checkbox]:checked+span {
    display: none
}

.list--specialty {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 35px
}

.list--specialty li {
    white-space: nowrap;
    padding-left: 20px;
    padding-bottom: 0;
    text-indent: 0;
    z-index: 1
}

.list--specialty li a,
.list--specialty li a:active,
.list--specialty li a:hover,
.list--specialty li a:visited {
    display: inline-block;
    position: relative;
    white-space: normal;
    color: #000
}

.list--specialty li.list__title {
    padding-left: 0;
    padding-bottom: 0
}

.list--specialty>li {
    padding-left: 0;
    line-height: 73px
}

.list--specialty>li::before {
    display: inline-block;
    content: url(/wp-content/themes/brandeis/assets/img/app-icons/item-icon.svg);
    width: 20px;
    margin-left: -20px;
    vertical-align: top
}

.list--specialty.list--specialty-subitems>li {
    line-height: 34px;
    padding-top: 16px
}

.list--specialty.list--specialty-subitems>li>a {
    margin-bottom: 18px
}

.list--specialty__sublist {
    list-style: none;
    margin: 0;
    padding: 0
}

.list--specialty__sublist li {
    white-space: nowrap;
    padding-left: 20px;
    padding-bottom: 0;
    text-indent: 0;
    z-index: 1
}

.list--specialty__sublist li a,
.list--specialty__sublist li a:active,
.list--specialty__sublist li a:hover,
.list--specialty__sublist li a:visited {
    display: inline-block;
    position: relative;
    white-space: normal;
    color: #000
}

.list--specialty__sublist li.list__title {
    padding-left: 0;
    padding-bottom: 0
}

.list--specialty__sublist>li {
    padding-left: .895rem
}

.list--specialty__sublist>li>.link--color-underline:hover::after {
    bottom: .55em
}

.list--specialty__sublist>li>a,
.list--specialty__sublist>li>a:active,
.list--specialty__sublist>li>a:hover,
.list--specialty__sublist>li>a:visited {
    line-height: 37px;
    font-size: 16px
}

.list--specialty__sublist>li:last-of-type {
    padding-bottom: 13px
}

.list--specialty__sublist>li::before {
    display: inline-block;
    content: '\00B7';
    font-size: 19px;
    width: 7px;
    vertical-align: top
}

.list--expertise {
    font-size: 0;
    white-space: nowrap;
    margin-left: 45px;
    margin-right: 55px;
    margin-bottom: 50px;
    -webkit-box-shadow: 10px 10px 0 0 #f8fcff, 10px 10px 0 1px #cbe0f3;
    box-shadow: 10px 10px 0 0 #f8fcff, 10px 10px 0 1px #cbe0f3;
    text-align: center;
    border: 1px solid #cbe0f3
}

@media screen and (max-width:992px) {
    .list--expertise {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        white-space: normal
    }
}

@media screen and (max-width:1200px) {
    .list--expertise {
        margin-left: 0;
        margin-right: 10px
    }
}

.list--expertise ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 40px
}

.list--expertise ul li {
    white-space: nowrap;
    padding-left: 20px;
    padding-bottom: 0;
    text-indent: 0;
    z-index: 1
}

.list--expertise ul li a,
.list--expertise ul li a:active,
.list--expertise ul li a:hover,
.list--expertise ul li a:visited {
    display: inline-block;
    position: relative;
    white-space: normal;
    color: #000
}

.list--expertise ul li.list__title {
    padding-left: 0;
    padding-bottom: 0
}

@media screen and (max-width:992px) {
    .list--expertise ul {
        margin-left: 80px
    }
}

@media screen and (max-width:768px) {
    .list--expertise ul {
        margin-left: 10px
    }
}

.list--expertise ul li {
    text-align: left
}

.list--expertise ul li>a,
.list--expertise ul li>a:active,
.list--expertise ul li>a:visited {
    font-size: 16px;
    line-height: 37px;
    white-space: normal;
    text-decoration: none
}

.list--expertise ul li>a:hover {
    text-decoration: none;
    color: #3893e5
}

.list--expertise ul li.list__title {
    padding-bottom: 20px
}

.list--expertise ul li:not(.list__title)::before {
    line-height: 37px;
    display: inline-block;
    white-space: normal;
    content: '\00B7';
    font-size: 19px;
    width: 10px;
    vertical-align: top
}

.list--expertise .list--expertise__box {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    height: 100%;
    padding: 45px 0 34px 0;
    margin: 0 auto;
    background-color: inherit;
    border: none
}

@media screen and (max-width:992px) {
    .list--expertise .list--expertise__box {
        width: 100%;
        border: 1px solid #cbe0f3;
        -webkit-box-shadow: 10px 10px 0 0 #f8fcff, 10px 10px 0 1px #cbe0f3;
        box-shadow: 10px 10px 0 0 #f8fcff, 10px 10px 0 1px #cbe0f3;
        margin-right: 11px;
        margin-bottom: 20px
    }
}

.list--expertise .list--expertise__box:first-of-type {
    border-right: 1px solid #cbe0f3
}

.list--expertise .list--expertise__box:last-of-type {
    border-left: 1px solid #cbe0f3
}

.list--publicaties {
    list-style: none;
    margin: 0;
    padding: 0
}

.list--publicaties li {
    white-space: nowrap;
    padding-left: 20px;
    padding-bottom: 0;
    text-indent: 0;
    z-index: 1
}

.list--publicaties li a,
.list--publicaties li a:active,
.list--publicaties li a:hover,
.list--publicaties li a:visited {
    display: inline-block;
    position: relative;
    white-space: normal;
    color: #000
}

.list--publicaties li.list__title {
    padding-left: 0;
    padding-bottom: 0
}

.list--publicaties>li {
    padding-left: .895rem
}

.list--publicaties>li>.link--color-underline:hover::after {
    bottom: .55em
}

.list--publicaties>li>a,
.list--publicaties>li>a:active,
.list--publicaties>li>a:hover,
.list--publicaties>li>a:visited {
    line-height: 37px;
    font-size: 16px
}

.list--publicaties>li:last-of-type {
    padding-bottom: 13px
}

.list--publicaties>li::before {
    display: inline-block;
    content: '\00B7';
    font-size: 19px;
    width: 7px;
    vertical-align: top
}

.list--publicaties>li {
    padding-bottom: .895rem;
    font-size: 16px;
    white-space: normal
}

.list--publicaties>li>a,
.list--publicaties>li>a:active,
.list--publicaties>li>a:visited {
    line-height: 28px;
    text-decoration: underline
}

.list--publicaties>li>a:hover {
    color: #3893e5;
    line-height: 28px;
    text-decoration: underline
}

.list--publicaties>li:last-of-type {
    padding-bottom: .895rem
}

.list--publicaties>li::before {
    width: 12px
}

.list--specialismes {
    list-style: none;
    margin: 0 0 30px;
    padding: 0
}

.list--specialismes li {
    white-space: nowrap;
    padding-left: 20px;
    padding-bottom: 0;
    text-indent: 0;
    z-index: 1
}

.list--specialismes li a,
.list--specialismes li a:active,
.list--specialismes li a:hover,
.list--specialismes li a:visited {
    display: inline-block;
    position: relative;
    white-space: normal;
    color: #000
}

.list--specialismes li.list__title {
    padding-left: 0;
    padding-bottom: 0
}

.list--specialismes>li {
    padding-left: .895rem
}

.list--specialismes>li>.link--color-underline:hover::after {
    bottom: .55em
}

.list--specialismes>li>a,
.list--specialismes>li>a:active,
.list--specialismes>li>a:hover,
.list--specialismes>li>a:visited {
    line-height: 37px;
    font-size: 16px
}

.list--specialismes>li:last-of-type {
    padding-bottom: 13px
}

.list--specialismes>li::before {
    display: inline-block;
    content: '\00B7';
    font-size: 19px;
    width: 7px;
    vertical-align: top
}

.list--specialismes>li {
    line-height: 28px;
    white-space: normal
}

.list--specialismes>li>a,
.list--specialismes>li>a:active,
.list--specialismes>li>a:visited {
    line-height: 28px;
    text-decoration: none
}

.list--specialismes>li>a:hover {
    color: #3893e5;
    line-height: 28px;
    text-decoration: none
}

.list--specialismes>li:last-of-type {
    padding-bottom: 0
}

.list--specialismes>li::before {
    width: 12px
}

.filter_group__option.checked {
    display: none
}

.image--primary {
    display: block;
    margin: 50px auto 20px auto;
    height: auto;
    max-width: 80%
}

.image__lawyer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    max-width: 60%
}

img.wp-post-image:not(.attachment-medewerker-thumb),
img[class*=' wp-image-'],
img[class^=wp-image-] {
    max-width: 100%;
    height: auto
}

img.attachment-featured-image {
    height: auto
}

.image--bureauBrandeis {
    display: inline-block;
    width: 200px;
    height: 50px;
    background: url(/wp-content/themes/brandeis/assets/img/logo-brandeis-Paris.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    text-indent: -9999px;
    margin-top: 5px;
    padding-bottom: 50px;
    margin-left: 100px;
}

@media screen and (min-width:480px) {
    .image--bureauBrandeis {
        width: 310px;
        height: 50px;
        margin-left: 0px;
    }
}

@media screen and (min-width:768px) {
    .image--bureauBrandeis {
        position: relative;
        top: -15px;
        width: 330px;
        height: 100%;
        margin-top: -5px;
        margin-left: 130px;
    }
}
@media screen and (max-width:448px) {
    .image--bureauBrandeis {
       position: relative;
       top: -35px;
    }
}

.image--bureauBrandeis--footer {
    display: inline-block;
    width: 350px;
    height: 38px;
    background: url(/wp-content/themes/brandeis/assets/img/logo-brandeis-Paris.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    text-indent: -9999px;
    font-size: 10px;
    margin-bottom: 7px
}

@media screen and (max-width:480px) {
    .image--bureauBrandeis--footer {
        width: 260px;
        height: 30px
        background-position: center center;
    }
}

.image--employee-logo {
    margin: 10px 0 20px 0;
    max-width: 80%;
    height: auto
}

input {
    outline: 0
}

.background--medewerker {
    position: relative;
    display: inline-block;
    width: 190px;
    height: 220px;
    overflow: hidden
}

.background--medewerker .background--medewerker__circle {
    position: absolute;
    left: 5px;
    bottom: 5px;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    background-color: #d8d8d8;
    -webkit-box-shadow: 0 0 0 4px #fff, 0 0 0 5px #cbe0f3;
    box-shadow: 0 0 0 4px #fff, 0 0 0 5px #cbe0f3
}

.background--medewerker .background--medewerker__mask {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 180px;
    height: 205px;
    overflow: hidden;
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px
}

.link--color-underline__block:hover .background--medewerker .background--medewerker__circle,
.link:hover .background--medewerker .background--medewerker__circle {
    background-color: #cbe0f3
}

.color--secondary .background--medewerker .background--medewerker__circle {
    -webkit-box-shadow: 0 0 0 4px #fff, 0 0 0 5px #cbe3c7;
    box-shadow: 0 0 0 4px #fff, 0 0 0 5px #cbe3c7
}

.color--secondary .link--color-underline__block:hover .background--medewerker .background--medewerker__circle,
.color--secondary .link:hover .background--medewerker .background--medewerker__circle {
    background-color: #cbe3c7
}

.color--tertiary .background--medewerker .background--medewerker__circle {
    -webkit-box-shadow: 0 0 0 4px #fff, 0 0 0 5px #f2f0e7;
    box-shadow: 0 0 0 4px #fff, 0 0 0 5px #f2f0e7
}

.color--tertiary .link--color-underline__block:hover .background--medewerker .background--medewerker__circle,
.color--tertiary .link:hover .background--medewerker .background--medewerker__circle {
    background-color: #f2f0e7
}

.color--quaternary .background--medewerker .background--medewerker__circle {
    -webkit-box-shadow: 0 0 0 4px #fff, 0 0 0 5px #fddbce;
    box-shadow: 0 0 0 4px #fff, 0 0 0 5px #fddbce
}

.color--quaternary .link--color-underline__block:hover .background--medewerker .background--medewerker__circle,
.color--quaternary .link:hover .background--medewerker .background--medewerker__circle {
    background-color: #fddbce
}

.background--medewerker--lg {
    position: relative;
    display: inline-block;
    width: 190px;
    height: 220px;
    overflow: hidden;
    width: 260px;
    height: 301px
}

.background--medewerker--lg .background--medewerker__circle {
    position: absolute;
    left: 5px;
    bottom: 5px;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    background-color: #d8d8d8;
    -webkit-box-shadow: 0 0 0 4px #fff, 0 0 0 5px #cbe0f3;
    box-shadow: 0 0 0 4px #fff, 0 0 0 5px #cbe0f3
}

.background--medewerker--lg .background--medewerker__mask {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 180px;
    height: 205px;
    overflow: hidden;
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px
}

.background--medewerker--lg .background--medewerker__circle {
    height: 250px;
    width: 250px;
    -webkit-box-shadow: 0 0 0 4px #fff, 0 0 0 5px #cbe0f3;
    box-shadow: 0 0 0 4px #fff, 0 0 0 5px #cbe0f3
}

.background--medewerker--lg .background--medewerker__mask {
    width: 250px;
    height: 285px;
    border-bottom-left-radius: 125px;
    border-bottom-right-radius: 125px
}

.component--profile .component__image {
    margin-bottom: 20px
}

#navigation .navigation__hamburger {
    display: inline-block;
    cursor: pointer
}

#navigation .navigation__hamburger-elements {
    display: inline-block;
    vertical-align: middle
}

#navigation .nagivation__hamburger-stripe {
    display: block;
    margin: 5px 0;
    margin-left: 10px
}

#navigation .nagivation__hamburger-stripe1 {
    margin-left: 11px
}

#navigation__menu {
    display: none;
    position: relative
}

#navigation__menu .navigation__container {
    border: 1px solid #b9daf7;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 25px;
    padding-bottom: 30px
}

@media screen and (max-width:992px) {
    #navigation__menu .navigation__container {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width:480px) {
    #navigation__menu .navigation__container {
        margin-bottom: 10px
    }
}

#navigation__menu .navigation__box {
    padding-top: 30px;
    padding-bottom: 35px
}

@media screen and (max-width:992px) {
    #navigation__menu .navigation__box {
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (max-width:480px) {
    #navigation__menu .navigation__box {
        padding: 10px 0
    }
}

#navigation__menu .navigation__main-box {
    padding-bottom: 80px
}

@media screen and (max-width:480px) {
    #navigation__menu .navigation__main-box {
        padding-bottom: 50px
    }
}

#navigation__menu .navigation__language {
    position: absolute;
    bottom: 65px;
    left: 60px
}

@media screen and (max-width:992px) {
    #navigation__menu .navigation__language {
        left: 15px
    }
}

@media screen and (max-width:768px) {
    #navigation__menu .navigation__language {
        left: 45px
    }
}

@media screen and (max-width:480px) {
    #navigation__menu .navigation__language {
        bottom: 25px
    }
}

#navigation__menu .navigation__language a {
    color: #577a9b
}

#navigation__menu .navigation__link-mobile {
    display: none
}

@media screen and (max-width:768px) {
    #navigation__menu .navigation__link-mobile {
        display: inline-block
    }
}

.color--secondary #navigation__menu .navigation__container {
    border: 1px solid #bce4b9
}

.color--secondary #navigation__menu .navigation__language a {
    color: #51904c
}

.color--tertiary #navigation__menu .navigation__container {
    border: 1px solid #eae8c4
}

.color--tertiary #navigation__menu .navigation__language a {
    color: #b79458
}

.color--quaternary #navigation__menu .navigation__container {
    border: 1px solid #e8c9bc
}

.color--quaternary #navigation__menu .navigation__language a {
    color: #a85648
}

.newsletter-signup {
    min-height: 130px;
    background-color: #fff;
    border-bottom: 1px solid #cbe0f3;
    padding-top: 58px;
    margin-left: -10px;
    margin-right: -10px
}

.newsletter-signup__form {
    position: relative;
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.newsletter-signup__form input[type=email] {
    border: 0;
    border-bottom: 1px solid #000;
    color: #8a8a8a;
    font-size: .842rem;
    width: calc(100% - 81px);
    height: 45px;
    margin-left: 36px;
    padding-left: 1.5em
}

.newsletter-signup__form span {
    position: absolute;
    left: 50%;
    margin-left: -52px;
    margin-top: -35px;
    color: #141414;
    font-size: 1rem
}

@media screen and (max-width:480px) {
    .newsletter-signup__form {
        padding-left: 20px;
        padding-right: 20px
    }
}

.newsletter-signup__submit {
    border: 0;
    background-color: #000;
    background-image: url(/wp-content/themes/brandeis/assets/img/arrow-right.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    color: #fff;
    width: 45px;
    height: 45px;
    top: 0;
    position: absolute
}

.newsletter-signup__pencil {
    background-image: url(/wp-content/themes/brandeis/assets/img/potlood.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50px;
    height: 92px;
    position: absolute;
    top: -37px
}

.newsletter-signup__notice p {
    display: none
}

.pagination {
    position: relative;
    color: #9e9e9e;
    line-height: 22px;
    width: 100%;
    float: left
}

.pagination a,
.pagination a:active,
.pagination a:visited {
    font-size: 16px;
    color: #9e9e9e;
    text-decoration: none;
    line-height: 22px
}

.pagination a:hover {
    color: #000
}

.pagination .next {
    position: absolute;
    right: 0
}

.pagination .next .meta-nav {
    font-size: 1.263rem;
    padding-left: 35px
}

.pagination .prev {
    position: absolute;
    left: 0
}

.pagination .prev .meta-nav {
    font-size: 1.263rem;
    padding-right: 35px
}

.pagination .current {
    color: #141414;
    background-color: #cbe0f3
}

.pagination .page-numbers {
    display: inline-block;
    padding: 0 5px;
    margin-top: 10px
}

.pagination .pagination__next-prev-border {
    border-top: 1px solid #9e9e9e;
    width: 60px;
    margin: 0 5px;
    line-height: 40px
}

.pagination .pagination__numbers-border {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    border-top: 1px solid #9e9e9e;
    width: 200px
}

.pagination--single {
    position: relative;
    color: #9e9e9e;
    line-height: 22px;
    width: 100%;
    float: left
}

.pagination--single a,
.pagination--single a:active,
.pagination--single a:visited {
    font-size: 16px;
    color: #9e9e9e;
    text-decoration: none;
    line-height: 22px
}

.pagination--single a:hover {
    color: #000
}

.pagination--single .next {
    position: absolute;
    right: 0
}

.pagination--single .next .meta-nav {
    font-size: 1.263rem;
    padding-left: 35px
}

.pagination--single .prev {
    position: absolute;
    left: 0
}

.pagination--single .prev .meta-nav {
    font-size: 1.263rem;
    padding-right: 35px
}

.pagination--single .current {
    color: #141414;
    background-color: #cbe0f3
}

.pagination--single .page-numbers {
    display: inline-block;
    padding: 0 5px;
    margin-top: 10px
}

.pagination--single .pagination__next-prev-border {
    border-top: 1px solid #9e9e9e;
    width: 60px;
    margin: 0 5px;
    line-height: 40px
}

.pagination--single .pagination__numbers-border {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    border-top: 1px solid #9e9e9e;
    width: 200px
}

.pagination--single .pagination__next-prev-border {
    width: auto
}

.search-icon {
    cursor: pointer
}

.search-icon.toggled .search__explanation {
    opacity: 1
}

.search-field {
    overflow: hidden;
    height: 0;
    width: 100%;
    -webkit-transition: all .2s 0s ease-in-out;
    transition: all .2s 0s ease-in-out
}

.search-field.toggled {
    padding-bottom: 1rem;
    height: 170px
}

.search-field form {
    position: relative
}

.search-field input {
    width: 100%;
    height: 100px;
    padding: 0 1em;
    line-height: 100px;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #cbe0f3;
    color: #000
}

.search-field input:focus {
    outline: 0
}

.search-field .search__submit {
    position: absolute;
    top: 0;
    right: 0;
    outline: 0;
    height: 100px;
    padding: 0 2em;
    border: 0;
    background: 0 0
}

.color--secondary .search-field input {
    border-color: #cbe3c7
}

.color--tertiary .search-field input {
    border-color: #f2f0e7
}

.color--quaternary .search-field input {
    border-color: #fddbce
}

.search__element {
    display: inline-block
}

.search__image {
    margin-right: 10px
}

.search-field--filters input[type=text] {
    width: 85%;
    height: 85px;
    padding: 0 0 0 10px;
    border: 0;
    color: grey;
    line-height: 100px;
    background: 0 0
}

.search-field--filters input[type=text]:focus {
    outline: 0;
    color: #000
}

@media screen and (max-width:480px) {
    .search-field--filters input[type=text] {
        height: 50px;
        line-height: 70px
    }
}

.search-field--filters .icon {
    display: none;
    position: absolute;
    right: 0;
    bottom: 13px
}

.content-sidebar-toggled .content-area-sidebar {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    border-color: #e1f1ff
}

@media (min-width:768px) {
    .content-sidebar-toggled .content-area-sidebar {
        float: left;
        width: 66.66667%
    }
}

@media screen and (min-width:480px) {
    .content-sidebar-toggled .content-area-sidebar .item-grid__item {
        width: 100%;
        clear: both
    }
}

@media screen and (min-width:1200px) {
    .content-sidebar-toggled .content-area-sidebar .item-grid__item {
        width: 50%;
        clear: none
    }

    .content-sidebar-toggled .content-area-sidebar .item-grid__item:nth-of-type(3n+1) {
        clear: none
    }

    .content-sidebar-toggled .content-area-sidebar .item-grid__item:nth-of-type(2n+1) {
        clear: left
    }
}

.content-sidebar-toggled .sidebar--primary {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    opacity: 1;
    padding: 0 38px;
    border-left: 1px solid #e1f1ff;
    left: -1px
}

@media (min-width:768px) {
    .content-sidebar-toggled .sidebar--primary {
        float: left;
        width: 33.33333%
    }
}

@media screen and (max-width:768px) {
    .content-sidebar-toggled .sidebar--primary {
        height: auto;
        border-width: 0
    }
}

.content-area-sidebar {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    border-right: 1px solid transparent
}

@media (min-width:992px) {
    .content-area-sidebar {
        float: left;
        width: 100%
    }
}

.content-area-sidebar .item-grid__item {
    float: left;
    padding-right: 2rem;
    width: 100%
}

.content-area-sidebar .loader {
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -135px;
    height: auto
}

.content-area-sidebar.is-loading .loader {
    opacity: 1
}

@media screen and (min-width:768px) {
    .content-area-sidebar .item-grid__item {
        width: 50%
    }

    .content-area-sidebar .item-grid__item:nth-of-type(2n+1) {
        clear: left
    }
}

@media screen and (min-width:1200px) {
    .content-area-sidebar .item-grid__item {
        width: 33%
    }

    .content-area-sidebar .item-grid__item:nth-of-type(2n+1) {
        clear: none
    }

    .content-area-sidebar .item-grid__item:nth-of-type(3n+1) {
        clear: left
    }
}

.sidebar--primary {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding: 0;
    opacity: 0;
    overflow: hidden
}

@media (min-width:992px) {
    .sidebar--primary {
        float: left;
        width: 0%
    }
}

@media screen and (min-width:768px) {
    .sidebar--primary {
        float: right !important
    }
}

@media screen and (max-width:768px) {
    .sidebar--primary {
        height: 0;
        width: 100%
    }
}

footer {
    position: relative;
    line-height: 25px;
    margin: 20px 0 0 0
}

footer a,
footer a:active,
footer a:visited {
    color: #000
}

footer a:hover {
    color: #3893e5
}

@media screen and (max-width:480px) {
    footer {
        padding-bottom: 20px
    }
}

footer a,
footer a:active,
footer a:visited {
    line-height: 25px;
    text-decoration: none
}

footer a:hover {
    color: #3893e5;
    text-decoration: none
}

footer .logo {
    width: 330px;
    height: auto;
    padding-top: 7px;
    padding-bottom: 15px
}

@media screen and (max-width:480px) {
    footer .logo {
        width: 260px
    }
}

footer .footer__subtext {
    padding-left: 20px;
    padding-right: 20px;
    color: #577a9b
}

footer .footer__subtext a,
footer .footer__subtext a:active,
footer .footer__subtext a:visited {
    color: #577a9b;
    text-decoration: none
}

footer .footer__subtext a:hover {
    color: #3893e5;
    text-decoration: none
}

footer .footer__subtext-left {
    text-align: center;
}
footer .footer__subtext-left .menu-item{position: relative;}
footer .footer__subtext-left .menu-item::after{
    position: absolute;
    content: '-';
    right: -13px;
    top: 0px;

}
footer .footer__subtext-left .menu-item:last-child:after{display: none;}
@media screen and (max-width:768px) {
    footer .footer__subtext-left {
        float: none;
        text-align: center
    }
}

footer .button--tertiary {
    position: fixed;
    -webkit-transition: .25s opacity;
    transition: .25s opacity;
    display: none;
    opacity: 0;
    right: 20px;
    bottom: 20px;
    margin: 0;
    background-color: #e1f1ff
}

@media screen and (min-width:768px) {
    footer .button--tertiary {
        display: none
    }
}

footer .button--tertiary:active {
    margin: 0
}

footer .button--tertiary.display {
    display: block
}

footer .button--tertiary.opacity {
    opacity: 1
}

.color--quaternary footer a,
.color--quaternary footer a:active,
.color--quaternary footer a:visited,
.color--secondary footer a,
.color--secondary footer a:active,
.color--secondary footer a:visited,
.color--tertiary footer a,
.color--tertiary footer a:active,
.color--tertiary footer a:visited {
    color: #000;
    line-height: 25px;
    text-decoration: none
}

.color--secondary footer a:hover {
    color: #63b856;
    text-decoration: none
}

.color--tertiary footer a:hover {
    color: #d69526;
    text-decoration: none
}

.color--quaternary footer a:hover {
    color: #da2405;
    text-decoration: none
}

.color--secondary footer .footer__subtext,
.color--secondary footer .footer__subtext a,
.color--secondary footer .footer__subtext a:active,
.color--secondary footer .footer__subtext a:visited {
    color: #51904c
}

.color--secondary footer .footer__subtext a:hover {
    color: #63b856
}

.color--tertiary footer .footer__subtext,
.color--tertiary footer .footer__subtext a,
.color--tertiary footer .footer__subtext a:active,
.color--tertiary footer .footer__subtext a:visited {
    color: #b79458
}

.color--tertiary footer .footer__subtext a:hover {
    color: #d69526
}

.color--quaternary footer .footer__subtext,
.color--quaternary footer .footer__subtext a,
.color--quaternary footer .footer__subtext a:active,
.color--quaternary footer .footer__subtext a:visited {
    color: #a85648
}

.color--quaternary footer .footer__subtext a:hover {
    color: #da2405
}

.color--secondary footer .button--tertiary {
    background-color: #daf4d6
}

.color--tertiary footer .button--tertiary {
    background-color: #faf8dc
}

.color--quaternary footer .button--tertiary {
    background-color: #faddd1
}

.header {
    position: relative;
    padding-top: 51px
}

@media screen and (max-width:480px) {
    .header {
        padding-top: 30px
    }
}

.header__search {
    float: left;
    margin-top: 5px
}

.header__logo {
    height: 92px
}

@media screen and (max-width:480px) {
    .header__logo {
        height: 69px
    }
}

.header__navigation {
    float: right
}

#map-canvas {
    width: 100%;
    height: 500px;
    max-height: 55vh
}

.map-canvas__container {
    position: relative;
    overflow: hidden;
    height: 0;
    max-height: 55vh
}

.map-canvas__container .button--secondary {
    position: absolute;
    top: 30px;
    right: 30px
}

.list--navigation-links li.first-level {
    margin-top: 20px;
    padding: 0
}

.list--navigation-links li.first-level a,
.list--navigation-links li.first-level a:active {
    font: 1.125rem FranciscoMedium
}

.list--navigation-links li.first-level:before {
    display: none
}

.quote-block {
    padding: 104px 0 87px 60px;
    background: #141414 url(/wp-content/themes/brandeis/assets/img/brandeis_bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover
}

@media screen and (max-width:992px) {
    .quote-block {
        padding: 90px 0 70px 20px
    }
}

@media screen and (max-width:480px) {
    .quote-block {
        padding: 80px 0 60px 20px;
        background: #141414
    }
}

.quote-block__author {
    color: #d8d8d8;
    margin: 42px auto 0 auto
}

.quote-block__quote {
    width: 42%;
    height: auto;
    max-height: 460px
}

@media screen and (max-width:992px) {
    .quote-block__quote {
        width: 50%
    }
}

@media screen and (max-width:768px) {
    .quote-block__quote {
        width: 60%
    }
}

@media screen and (max-width:480px) {
    .quote-block__quote {
        width: 90%
    }
}

.quote-block--plain {
    padding: 20px 10px;
    background: #000
}

.quote-block--plain .quote__text {
    font-size: 1.263rem;
    line-height: 1.72em;
    color: #fff
}

.quote-block--plain .quote__text>div {
    display: inline-block;
    max-width: 980px
}

@media screen and (min-width:480px) {
    .quote-block--plain .quote__text {
        font-size: 1.5rem
    }
}

@media screen and (min-width:768px) {
    .quote-block--plain .quote__text {
        font-size: 1.6rem
    }
}

@media screen and (min-width:992px) {
    .quote-block--plain .quote__text {
        font-size: 1.842rem
    }
}

@media screen and (min-width:480px) {
    .quote-block--plain {
        padding: 50px 20px
    }
}

@media screen and (min-width:768px) {
    .quote-block--plain {
        padding: 80px 60px
    }
}

.quote-block--plain strong {
    color: #666;
    font-weight: 400
}

.quote-block--plain p {
    max-width: none
}

.quote-block--subquote {
    padding: 30px 0
}

.quote-block--subquote .quote__text {
    line-height: 1.5em
}

.quote-block--subquote .quote__text>span {
    max-width: 780px
}

.quote-block--subquote .quote-block__image img {
    padding-top: 30px;
    height: auto;
    max-width: 80%
}

@media screen and (min-width:480px) {
    .quote-block--subquote {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (min-width:768px) {
    .quote-block--subquote {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media screen and (min-width:992px) {
    .quote-block--subquote {
        padding: 35px 50px 15px 50px
    }
}

.quote-block--louis-brandeis {
    padding: 650px 180px 75px 180px;
    color: #fff;
    background-color: #151515;
    position: relative;
    overflow: hidden
}

@media screen and (max-width:992px) {
    .quote-block--louis-brandeis {
        padding: 550px 80px 70px 80px
    }
}

@media screen and (max-width:768px) {
    .quote-block--louis-brandeis {
        padding: 450px 50px 60px 50px
    }
}

@media screen and (max-width:480px) {
    .quote-block--louis-brandeis {
        padding: 300px 20px 30px 20px
    }
}

.quote-block--louis-brandeis .quote-block--louis-brandeis__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.quote-block--louis-brandeis .quote-block--louis-brandeis__quote {
    max-width: 350px;
    width: 100%;
    height: auto
}

.four-o-four__header {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 50px
}

.four-o-four__content {
    position: relative;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
    text-align: right
}

@media screen and (max-width:768px) {
    .four-o-four__content {
        text-align: center
    }
}

.four-o-four__content .four-o-four__image {
    width: 75%
}

@media screen and (max-width:768px) {
    .four-o-four__content .four-o-four__image {
        display: none
    }
}

.four-o-four__content .four-o-four__text {
    position: absolute;
    top: 27%;
    left: 42%
}

@media screen and (max-width:768px) {
    .four-o-four__content .four-o-four__text {
        position: relative;
        top: auto;
        left: auto
    }
}

.journal--selected-options {
    padding: 35px 20px;
    margin-right: -10px;
    border: 1px solid #e1f1ff;
    border-top: 0;
    background-color: #f8fcff;
    color: #3893e5;
    font-style: italic
}

.journal--selected-options__option {
    position: relative;
    color: #000;
    cursor: pointer;
    white-space: nowrap
}

.journal--selected-options__option .icon {
    color: #b9daf7
}

.journal--selected-options__option::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 97%;
    border-bottom: 1px solid #b9daf7
}

.jourmal__filter-button {
    height: 85px;
    position: relative
}

.jourmal__filter-button a {
    position: absolute;
    right: 10px;
    bottom: 15px
}

@media screen and (max-width:480px) {
    .jourmal__filter-button a {
        bottom: 3px
    }
}

.jourmal__filter-button a .icon {
    display: inline-block;
    -webkit-transition: all .4s 0s linear;
    transition: all .4s 0s linear
}

.jourmal__filter-button a.toggled {
    right: auto;
    left: 0
}

.jourmal__filter-button a.toggled .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (max-width:480px) {
    .jourmal__filter-button {
        height: 40px
    }
}

.journal__category {
    color: #3893e5
}

.journal__meta {
    display: block;
    color: #9e9e9e;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 1px;
    margin-top: -7px
}

.color--secondary .journal__category {
    color: #63b856
}

.color--tertiary .journal__category {
    color: #d69526
}

.color--quaternary .journal__category {
    color: #da2405
}

[data-page-transition=target] {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .7s 0s ease;
    transition: all .7s 0s ease
}

[data-page-transition=page] {
    width: 100%;
    -webkit-transition: top .7s 0s ease;
    transition: top .7s 0s ease;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0
}

[data-page-transition=page].page-transition--loaded {
    top: 0
}

[data-page-transition=page].page-transition--hide {
    top: 100%
}

#styleguide {
    padding: 1em;
    width: 100%;
    background-color: #e1f1ff
}

#styleguide .style-section {
    padding: .2em .2em 1em .2em;
    margin: 3em 0 1em 0;
    background-color: #fff
}

#styleguide .style-section__title {
    margin-bottom: 2em;
    font-size: 1.5em
}

#styleguide .style-item__element {
    position: relative;
    margin: 4em 2em;
    padding-left: 20%;
    min-height: 3em
}

#styleguide .style-item__description {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    white-space: pre-wrap;
    word-break: break-word;
    display: block;
    background-color: #e1f1ff;
    padding: .5em;
    margin: 0 0 .5em 0;
    font-size: 14px
}

.subtext--author {
    display: none
}

.menu-footer-menu-container li {
    display: inline-flex;
    list-style: none
}

.menu-footer-menu-container li::before {
    display: none
}

.map-canvas__link a {
    margin-top: 25px
}