﻿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, nav, section, summary {
    display: block;
}

.mb-0{
    margin-bottom: 0 !important;
}
.mt-0{
    margin-top: 0 !important
}
.insurance-screen {
    width: 740px;
}

    .insurance-screen .content {
        width: 100%;
    }

.No-Bottom-Margin {
    margin-bottom: 0px !important;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

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-border-radius: 0;
        border-radius: 0;
        -webkit-appearance: none;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}
/*!
    Animate.css - http://daneden.me/animate
    Licensed under the MIT license - http://opensource.org/licenses/MIT

    Copyright (c) 2015 Daniel Eden
    */

.animated {
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        -o-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated.bounceIn, .animated.bounceOut {
        -webkit-animation-duration: .75s;
        -o-animation-duration: .75s;
        animation-duration: .75s;
    }

    .animated.flipOutX, .animated.flipOutY {
        -webkit-animation-duration: .75s;
        -o-animation-duration: .75s;
        animation-duration: .75s;
    }

@-webkit-keyframes bounce {
    from,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@-o-keyframes bounce {
    from,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from,50%,to {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

@-o-keyframes flash {
    from,50%,to {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

@keyframes flash {
    from,50%,to {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    -o-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-o-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-o-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    -o-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from,to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@-o-keyframes shake {
    from,to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from,to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@-o-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-o-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes wobble {
    from {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    -o-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from,11.1%,to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

@-o-keyframes jello {
    from,11.1%,to {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -o-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -o-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -o-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -o-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        -o-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        -o-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

@keyframes jello {
    from,11.1%,to {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -o-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -o-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -o-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -o-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        -o-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        -o-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    -o-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {
    from,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-o-keyframes bounceIn {
    from,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes bounceInDown {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes bounceInLeft {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes bounceInRight {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes bounceInUp {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@-o-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    -o-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@-o-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    -o-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@-o-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    -o-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@-o-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    -o-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@-o-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    -o-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    -o-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    -o-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    -o-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@-o-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@-o-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    -o-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@-o-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@-o-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    -o-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@-o-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    -o-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@-o-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    -o-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@-o-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@-o-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    -o-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@-o-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        -o-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        -o-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        -o-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        -o-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    -o-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@-o-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -o-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@-o-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    -o-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    -o-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    -o-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-o-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        -o-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        -o-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        -o-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        -o-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -o-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@-o-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -o-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-o-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    -o-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-o-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    -o-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-o-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    -o-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-o-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    -o-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-o-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    -o-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@-o-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    -o-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@-o-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    -o-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@-o-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    -o-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@-o-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    -o-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@-o-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    -o-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@-o-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    -o-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    -o-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@-o-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    -o-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@-o-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    -o-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-o-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    -o-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-o-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    -o-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-o-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    -o-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-o-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    -o-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@-o-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    -o-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-o-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    -o-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@-o-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    -o-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@-o-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        -o-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        -o-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    -o-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-o-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    -o-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    -o-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    -o-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    -o-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    -o-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@-o-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    -o-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@-o-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    -o-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@-o-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    -o-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@-o-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    -o-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.lazyload, .lazyloading {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.lazyloading:not(iframe) {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: 400ms opacity;
    -o-transition: 400ms opacity;
    transition: 400ms opacity;
}

[data-expand] {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

    [data-expand].lazyloaded {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

[data-slideUp] {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

    [data-slideUp].lazyloaded {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

[data-slideDown] {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

    [data-slideDown].lazyloaded {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .select2-container .select2-selection--single {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative;
        }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px;
    }

    .select2-container .select2-selection--multiple {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .select2-container .select2-search--inline {
        float: left;
    }

        .select2-container .select2-search--inline .select2-search__field {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0;
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none;
            }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

    .select2-results__option[aria-selected] {
        cursor: pointer;
    }

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: text;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333;
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: none;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0;
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em;
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em;
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em;
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em;
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em;
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-right: 10px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
        background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
        background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none;
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px;
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555;
        }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

._exradicated-tooltip {
    position: absolute;
    display: block;
    opacity: 1;
    z-index: 999;
}

tooltip {
    display: inline-block;
    position: relative;
}

@-webkit-keyframes animate-tooltip {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    60% {
        opacity: .8;
    }

    70% {
        opacity: .9;
    }

    90% {
        opacity: 1;
    }
}

@-o-keyframes animate-tooltip {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    60% {
        opacity: .8;
    }

    70% {
        opacity: .9;
    }

    90% {
        opacity: 1;
    }
}

@keyframes animate-tooltip {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    60% {
        opacity: .8;
    }

    70% {
        opacity: .9;
    }

    90% {
        opacity: 1;
    }
}

tooltip._multiline {
    display: block;
}

tooltip._slow._ready tip {
    -webkit-animation: animate-tooltip 0.65s;
    -o-animation: animate-tooltip 0.65s;
    animation: animate-tooltip 0.65s;
}

tooltip._fast._ready tip {
    -webkit-animation: animate-tooltip 0.15s;
    -o-animation: animate-tooltip 0.15s;
    animation: animate-tooltip 0.15s;
}

tooltip._steady._ready tip {
    -webkit-animation: animate-tooltip 0.35s;
    -o-animation: animate-tooltip 0.35s;
    animation: animate-tooltip 0.35s;
}

tooltip tip {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0,0,0,0.85);
    color: #fff;
    display: none;
    line-height: normal;
    max-width: 500px;
    min-width: 100px;
    opacity: 0;
    padding: 8px 16px;
    position: absolute;
    text-align: center;
    width: auto;
    will-change: top, left, bottom, right;
}

    tooltip tip._hidden {
        display: block;
        visibility: hidden;
    }

tooltip.active:not(._force-hidden) tip {
    display: block;
    opacity: 1;
    z-index: 999;
}

tooltip tip-tip {
    font-size: .95em;
}

    tooltip tip-tip._large {
        font-size: 1.1em;
    }

    tooltip tip-tip._small {
        font-size: .8em;
    }

tooltip._top tip {
    left: 50%;
    top: -9px;
    -webkit-transform: translateX(-50%) translateY(-100%);
    -ms-transform: translateX(-50%) translateY(-100%);
    -o-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
}

    tooltip._top tip tip-arrow {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid rgba(0,0,0,0.85);
        content: '';
        height: 0;
        left: 50%;
        margin-left: -6px;
        position: absolute;
        top: 100%;
        width: 0;
    }

tooltip._bottom tip {
    right: 50%;
    top: 100%;
    -webkit-transform: translateX(50%) translateY(9px);
    -ms-transform: translateX(50%) translateY(9px);
    -o-transform: translateX(50%) translateY(9px);
    transform: translateX(50%) translateY(9px);
}

    tooltip._bottom tip tip-arrow {
        border-bottom: 6px solid rgba(0,0,0,0.85);
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        bottom: 100%;
        content: '';
        height: 0;
        left: 50%;
        margin-left: -6px;
        position: absolute;
        width: 0;
    }

tooltip._right tip {
    left: 100%;
    top: 50%;
    -webkit-transform: translateX(9px) translateY(-50%);
    -ms-transform: translateX(9px) translateY(-50%);
    -o-transform: translateX(9px) translateY(-50%);
    transform: translateX(9px) translateY(-50%);
}

    tooltip._right tip tip-arrow {
        border-bottom: 6px solid transparent;
        border-right: 6px solid rgba(0,0,0,0.85);
        border-top: 6px solid transparent;
        content: '';
        height: 0;
        margin-top: -6px;
        position: absolute;
        right: 100%;
        top: 50%;
        width: 0;
    }

tooltip._left tip {
    left: -9px;
    top: 50%;
    -webkit-transform: translateX(-100%) translateY(-50%);
    -ms-transform: translateX(-100%) translateY(-50%);
    -o-transform: translateX(-100%) translateY(-50%);
    transform: translateX(-100%) translateY(-50%);
}

    tooltip._left tip tip-arrow {
        border-bottom: 6px solid transparent;
        border-left: 6px solid rgba(0,0,0,0.85);
        border-top: 6px solid transparent;
        content: '';
        height: 0;
        left: 100%;
        margin-top: -6px;
        position: absolute;
        top: 50%;
        width: 0;
    }

tip-tip #close-button {
    cursor: pointer;
    float: right;
    left: 8%;
    margin-top: -7%;
    padding: 3px;
    position: relative;
}
/*!
     * Ladda
     * http://lab.hakim.se/ladda
     * MIT licensed
     *
     * Copyright (C) 2016 Hakim El Hattab, http://hakim.se
     */

.ladda-button {
    position: relative;
}

    .ladda-button .ladda-spinner {
        position: absolute;
        z-index: 2;
        display: inline-block;
        width: 32px;
        height: 32px;
        top: 50%;
        margin-top: 0;
        opacity: 0;
        pointer-events: none;
    }

    .ladda-button .ladda-label {
        position: relative;
        z-index: 3;
    }

    .ladda-button .ladda-progress {
        position: absolute;
        width: 0;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0.2);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.1s linear all !important;
        -o-transition: 0.1s linear all !important;
        transition: 0.1s linear all !important;
    }

    .ladda-button[data-loading] .ladda-progress {
        opacity: 1;
        visibility: visible;
    }

    .ladda-button, .ladda-button .ladda-spinner, .ladda-button .ladda-label {
        -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
        -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
        transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    }

        .ladda-button[data-style=zoom-in], .ladda-button[data-style=zoom-in] .ladda-spinner, .ladda-button[data-style=zoom-in] .ladda-label, .ladda-button[data-style=zoom-out], .ladda-button[data-style=zoom-out] .ladda-spinner, .ladda-button[data-style=zoom-out] .ladda-label {
            -webkit-transition: 0.3s ease all !important;
            -o-transition: 0.3s ease all !important;
            transition: 0.3s ease all !important;
        }

        .ladda-button[data-style=expand-right] .ladda-spinner {
            right: -6px;
        }

        .ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
            right: -12px;
        }

        .ladda-button[data-style=expand-right][data-loading] {
            padding-right: 56px;
        }

            .ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
                opacity: 1;
            }

            .ladda-button[data-style=expand-right][data-loading][data-size="s"], .ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
                padding-right: 40px;
            }

        .ladda-button[data-style=expand-left] .ladda-spinner {
            left: 26px;
        }

        .ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
            left: 4px;
        }

        .ladda-button[data-style=expand-left][data-loading] {
            padding-left: 56px;
        }

            .ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
                opacity: 1;
            }

            .ladda-button[data-style=expand-left][data-loading][data-size="s"], .ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
                padding-left: 40px;
            }

        .ladda-button[data-style=expand-up] {
            overflow: hidden;
        }

            .ladda-button[data-style=expand-up] .ladda-spinner {
                top: -32px;
                left: 50%;
                margin-left: 0;
            }

            .ladda-button[data-style=expand-up][data-loading] {
                padding-top: 54px;
            }

                .ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
                    opacity: 1;
                    top: 26px;
                    margin-top: 0;
                }

                .ladda-button[data-style=expand-up][data-loading][data-size="s"], .ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
                    padding-top: 32px;
                }

                    .ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
                        top: 4px;
                    }

        .ladda-button[data-style=expand-down] {
            overflow: hidden;
        }

            .ladda-button[data-style=expand-down] .ladda-spinner {
                top: 62px;
                left: 50%;
                margin-left: 0;
            }

            .ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
                top: 40px;
            }

            .ladda-button[data-style=expand-down][data-loading] {
                padding-bottom: 54px;
            }

                .ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
                    opacity: 1;
                }

                .ladda-button[data-style=expand-down][data-loading][data-size="s"], .ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
                    padding-bottom: 32px;
                }

        .ladda-button[data-style=slide-left] {
            overflow: hidden;
        }

            .ladda-button[data-style=slide-left] .ladda-label {
                position: relative;
            }

            .ladda-button[data-style=slide-left] .ladda-spinner {
                left: 100%;
                margin-left: 0;
            }

            .ladda-button[data-style=slide-left][data-loading] .ladda-label {
                opacity: 0;
                left: -100%;
            }

            .ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
                opacity: 1;
                left: 50%;
            }

        .ladda-button[data-style=slide-right] {
            overflow: hidden;
        }

            .ladda-button[data-style=slide-right] .ladda-label {
                position: relative;
            }

            .ladda-button[data-style=slide-right] .ladda-spinner {
                right: 100%;
                margin-left: 0;
                left: 16px;
            }

            .ladda-button[data-style=slide-right][data-loading] .ladda-label {
                opacity: 0;
                left: 100%;
            }

            .ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
                opacity: 1;
                left: 50%;
            }

        .ladda-button[data-style=slide-up] {
            overflow: hidden;
        }

            .ladda-button[data-style=slide-up] .ladda-label {
                position: relative;
            }

            .ladda-button[data-style=slide-up] .ladda-spinner {
                left: 50%;
                margin-left: 0;
                margin-top: 1em;
            }

            .ladda-button[data-style=slide-up][data-loading] .ladda-label {
                opacity: 0;
                top: -1em;
            }

            .ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
                opacity: 1;
                margin-top: 0;
            }

        .ladda-button[data-style=slide-down] {
            overflow: hidden;
        }

            .ladda-button[data-style=slide-down] .ladda-label {
                position: relative;
            }

            .ladda-button[data-style=slide-down] .ladda-spinner {
                left: 50%;
                margin-left: 0;
                margin-top: -2em;
            }

            .ladda-button[data-style=slide-down][data-loading] .ladda-label {
                opacity: 0;
                top: 1em;
            }

            .ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
                opacity: 1;
                margin-top: 0;
            }

        .ladda-button[data-style=zoom-out] {
            overflow: hidden;
        }

            .ladda-button[data-style=zoom-out] .ladda-spinner {
                left: 50%;
                margin-left: 32px;
                -webkit-transform: scale(2.5);
                -ms-transform: scale(2.5);
                -o-transform: scale(2.5);
                transform: scale(2.5);
            }

            .ladda-button[data-style=zoom-out] .ladda-label {
                position: relative;
                display: inline-block;
            }

            .ladda-button[data-style=zoom-out][data-loading] .ladda-label {
                opacity: 0;
                -webkit-transform: scale(0.5);
                -ms-transform: scale(0.5);
                -o-transform: scale(0.5);
                transform: scale(0.5);
            }

            .ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
                opacity: 1;
                margin-left: 0;
                -webkit-transform: none;
                -ms-transform: none;
                -o-transform: none;
                transform: none;
            }

        .ladda-button[data-style=zoom-in] {
            overflow: hidden;
        }

            .ladda-button[data-style=zoom-in] .ladda-spinner {
                left: 50%;
                margin-left: -16px;
                -webkit-transform: scale(0.2);
                -ms-transform: scale(0.2);
                -o-transform: scale(0.2);
                transform: scale(0.2);
            }

            .ladda-button[data-style=zoom-in] .ladda-label {
                position: relative;
                display: inline-block;
            }

            .ladda-button[data-style=zoom-in][data-loading] .ladda-label {
                opacity: 0;
                -webkit-transform: scale(2.2);
                -ms-transform: scale(2.2);
                -o-transform: scale(2.2);
                transform: scale(2.2);
            }

            .ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
                opacity: 1;
                margin-left: 0;
                -webkit-transform: none;
                -ms-transform: none;
                -o-transform: none;
                transform: none;
            }

        .ladda-button[data-style=contract] {
            overflow: hidden;
            width: 100px;
        }

            .ladda-button[data-style=contract] .ladda-spinner {
                left: 50%;
                margin-left: 0;
            }

            .ladda-button[data-style=contract][data-loading] {
                -webkit-border-radius: 50%;
                border-radius: 50%;
                width: 52px;
            }

                .ladda-button[data-style=contract][data-loading] .ladda-label {
                    opacity: 0;
                }

                .ladda-button[data-style=contract][data-loading] .ladda-spinner {
                    opacity: 1;
                }

        .ladda-button[data-style=contract-overlay] {
            overflow: hidden;
            width: 100px;
            -webkit-box-shadow: 0px 0px 0px 2000px transparent;
            box-shadow: 0px 0px 0px 2000px transparent;
        }

            .ladda-button[data-style=contract-overlay] .ladda-spinner {
                left: 50%;
                margin-left: 0;
            }

            .ladda-button[data-style=contract-overlay][data-loading] {
                -webkit-border-radius: 50%;
                border-radius: 50%;
                width: 52px;
                -webkit-box-shadow: 0px 0px 0px 2000px rgba(0,0,0,0.8);
                box-shadow: 0px 0px 0px 2000px rgba(0,0,0,0.8);
            }

                .ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
                    opacity: 0;
                }

                .ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
                    opacity: 1;
                }

@-webkit-keyframes ngdialog-fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes ngdialog-fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes ngdialog-fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes ngdialog-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes ngdialog-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes ngdialog-fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.ngdialog {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .ngdialog *, .ngdialog *:before, .ngdialog *:after {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }

.ngdialog {
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .ngdialog.ngdialog-disabled-animation, .ngdialog.ngdialog-disabled-animation .ngdialog-overlay, .ngdialog.ngdialog-disabled-animation .ngdialog-content {
        -webkit-animation: none !important;
        -o-animation: none !important;
        animation: none !important;
    }

.ngdialog-overlay {
    position: fixed;
    background: rgba(0,0,0,0.4);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: ngdialog-fadein 0.5s;
    -o-animation: ngdialog-fadein 0.5s;
    animation: ngdialog-fadein 0.5s;
    pointer-events: none;
}

.ngdialog-no-overlay {
    pointer-events: none;
}

.ngdialog.ngdialog-closing .ngdialog-overlay {
    -webkit-backface-visibility: hidden;
    -webkit-animation: ngdialog-fadeout 0.5s;
    -o-animation: ngdialog-fadeout 0.5s;
    animation: ngdialog-fadeout 0.5s;
}

.ngdialog-content {
    background: white;
    -webkit-backface-visibility: hidden;
    -webkit-animation: ngdialog-fadein 0.5s;
    -o-animation: ngdialog-fadein 0.5s;
    animation: ngdialog-fadein 0.5s;
    pointer-events: all;
}

.ngdialog.ngdialog-closing .ngdialog-content {
    -webkit-backface-visibility: hidden;
    -webkit-animation: ngdialog-fadeout 0.5s;
    -o-animation: ngdialog-fadeout 0.5s;
    animation: ngdialog-fadeout 0.5s;
}

.ngdialog-close:before {
    font-family: 'Helvetica', Arial, sans-serif;
    content: '\00D7';
    cursor: pointer;
}

html.ngdialog-open, body.ngdialog-open {
    overflow: hidden;
}

.ngdialog.ngdialog-theme-plain {
    padding-bottom: 160px;
    padding-top: 160px;
}

    .ngdialog.ngdialog-theme-plain .ngdialog-content {
        background: #fff;
        color: #444;
        font-family: 'Helvetica Neue',sans-serif;
        font-size: 1.1em;
        line-height: 1.5em;
        margin: 0 auto;
        max-width: 100%;
        padding: 1em;
        position: relative;
        width: 450px;
    }

        .ngdialog.ngdialog-theme-plain .ngdialog-content h1, .ngdialog.ngdialog-theme-plain .ngdialog-content h2, .ngdialog.ngdialog-theme-plain .ngdialog-content h3, .ngdialog.ngdialog-theme-plain .ngdialog-content h4, .ngdialog.ngdialog-theme-plain .ngdialog-content h5, .ngdialog.ngdialog-theme-plain .ngdialog-content h6, .ngdialog.ngdialog-theme-plain .ngdialog-content p, .ngdialog.ngdialog-theme-plain .ngdialog-content ul, .ngdialog.ngdialog-theme-plain .ngdialog-content li {
            color: inherit;
        }

    .ngdialog.ngdialog-theme-plain .ngdialog-close {
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
    }

        .ngdialog.ngdialog-theme-plain .ngdialog-close:before {
            background: transparent;
            color: #bbb;
            content: "\00D7";
            font-size: 26px;
            font-weight: 400;
            height: 30px;
            line-height: 26px;
            position: absolute;
            right: 3px;
            text-align: center;
            top: 3px;
            width: 30px;
        }

        .ngdialog.ngdialog-theme-plain .ngdialog-close:hover:before, .ngdialog.ngdialog-theme-plain .ngdialog-close:active:before {
            color: #777;
        }

    .ngdialog.ngdialog-theme-plain .ngdialog-message {
        margin-bottom: .5em;
    }

    .ngdialog.ngdialog-theme-plain .ngdialog-input {
        margin-bottom: 1em;
    }

        .ngdialog.ngdialog-theme-plain .ngdialog-input textarea, .ngdialog.ngdialog-theme-plain .ngdialog-input input[type="text"], .ngdialog.ngdialog-theme-plain .ngdialog-input input[type="password"], .ngdialog.ngdialog-theme-plain .ngdialog-input input[type="email"], .ngdialog.ngdialog-theme-plain .ngdialog-input input[type="url"] {
            background: #f0f0f0;
            border: 0;
            font-family: inherit;
            font-size: inherit;
            font-weight: inherit;
            margin: 0 0 .25em;
            min-height: 2.5em;
            padding: .25em .67em;
            width: 100%;
        }

            .ngdialog.ngdialog-theme-plain .ngdialog-input textarea:focus, .ngdialog.ngdialog-theme-plain .ngdialog-input input[type="text"]:focus, .ngdialog.ngdialog-theme-plain .ngdialog-input input[type="password"]:focus, .ngdialog.ngdialog-theme-plain .ngdialog-input input[type="email"]:focus, .ngdialog.ngdialog-theme-plain .ngdialog-input input[type="url"]:focus {
                -webkit-box-shadow: inset 0 0 0 2px rgba(0,0,0,0.2);
                box-shadow: inset 0 0 0 2px rgba(0,0,0,0.2);
                outline: none;
            }

    .ngdialog.ngdialog-theme-plain .ngdialog-buttons:after {
        clear: both;
        content: '';
        display: table;
    }

    .ngdialog.ngdialog-theme-plain .ngdialog-button {
        border: 0;
        cursor: pointer;
        float: right;
        font-family: inherit;
        font-size: .8em;
        letter-spacing: .1em;
        line-height: 1em;
        margin: 0 0 0 .5em;
        padding: .75em 2em;
        text-transform: uppercase;
    }

        .ngdialog.ngdialog-theme-plain .ngdialog-button:focus {
            -webkit-animation: ngdialog-pulse 1.1s infinite;
            -o-animation: ngdialog-pulse 1.1s infinite;
            animation: ngdialog-pulse 1.1s infinite;
            outline: none;
        }

@media (max-width: 568px) {
    .ngdialog.ngdialog-theme-plain .ngdialog-button:focus {
        -webkit-animation: none;
        -o-animation: none;
        animation: none;
    }
}

.ngdialog.ngdialog-theme-plain .ngdialog-button.ngdialog-button-primary {
    background: #3288e6;
    color: #fff;
}

.ngdialog.ngdialog-theme-plain .ngdialog-button.ngdialog-button-secondary {
    background: #e0e0e0;
    color: #777;
}

@-webkit-keyframes ngdialog-flyin {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes ngdialog-flyin {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes ngdialog-flyin {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes ngdialog-flyout {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-o-keyframes ngdialog-flyout {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes ngdialog-flyout {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

.ngdialog.ngdialog-theme-default {
    padding-bottom: 160px;
    padding-top: 160px;
}

    .ngdialog.ngdialog-theme-default.ngdialog-closing .ngdialog-content {
        -webkit-animation: ngdialog-flyout .5s;
        -o-animation: ngdialog-flyout .5s;
        animation: ngdialog-flyout .5s;
    }

    .ngdialog.ngdialog-theme-default .ngdialog-content {
        -webkit-animation: ngdialog-flyin .5s;
        -o-animation: ngdialog-flyin .5s;
        animation: ngdialog-flyin .5s;
        background: #f0f0f0;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        color: #444;
        font-family: 'Helvetica',sans-serif;
        font-size: 1.1em;
        line-height: 1.5em;
        margin: 0 auto;
        max-width: 100%;
        padding: 1em;
        position: relative;
        width: 450px;
    }

    .ngdialog.ngdialog-theme-default .ngdialog-close {
        -webkit-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
    }

        .ngdialog.ngdialog-theme-default .ngdialog-close:before {
            background: transparent;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            color: #bbb;
            content: '\00D7';
            font-size: 26px;
            font-weight: 400;
            height: 30px;
            line-height: 26px;
            position: absolute;
            right: 3px;
            text-align: center;
            top: 3px;
            width: 30px;
        }

        .ngdialog.ngdialog-theme-default .ngdialog-close:hover:before, .ngdialog.ngdialog-theme-default .ngdialog-close:active:before {
            color: #777;
        }

    .ngdialog.ngdialog-theme-default .ngdialog-message {
        margin-bottom: .5em;
    }

    .ngdialog.ngdialog-theme-default .ngdialog-input {
        margin-bottom: 1em;
    }

        .ngdialog.ngdialog-theme-default .ngdialog-input textarea, .ngdialog.ngdialog-theme-default .ngdialog-input input[type="text"], .ngdialog.ngdialog-theme-default .ngdialog-input input[type="password"], .ngdialog.ngdialog-theme-default .ngdialog-input input[type="email"], .ngdialog.ngdialog-theme-default .ngdialog-input input[type="url"] {
            background: #fff;
            border: 0;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            font-family: inherit;
            font-size: inherit;
            font-weight: inherit;
            margin: 0 0 .25em;
            min-height: 2.5em;
            padding: .25em .67em;
            width: 100%;
        }

            .ngdialog.ngdialog-theme-default .ngdialog-input textarea:focus, .ngdialog.ngdialog-theme-default .ngdialog-input input[type="text"]:focus, .ngdialog.ngdialog-theme-default .ngdialog-input input[type="password"]:focus, .ngdialog.ngdialog-theme-default .ngdialog-input input[type="email"]:focus, .ngdialog.ngdialog-theme-default .ngdialog-input input[type="url"]:focus {
                -webkit-box-shadow: inset 0 0 0 2px #8dbdf1;
                box-shadow: inset 0 0 0 2px #8dbdf1;
                outline: none;
            }

    .ngdialog.ngdialog-theme-default .ngdialog-buttons {
        *zoom: 1;
    }

        .ngdialog.ngdialog-theme-default .ngdialog-buttons:after {
            content: '';
            display: table;
            clear: both;
        }

    .ngdialog.ngdialog-theme-default .ngdialog-button {
        border: 0;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        cursor: pointer;
        float: right;
        font-family: inherit;
        font-size: .8em;
        letter-spacing: .1em;
        line-height: 1em;
        margin: 0 0 0 .5em;
        padding: .75em 2em;
        text-transform: uppercase;
    }

        .ngdialog.ngdialog-theme-default .ngdialog-button:focus {
            -webkit-animation: ngdialog-pulse 1.1s infinite;
            -o-animation: ngdialog-pulse 1.1s infinite;
            animation: ngdialog-pulse 1.1s infinite;
            outline: none;
        }

@media (max-width: 568px) {
    .ngdialog.ngdialog-theme-default .ngdialog-button:focus {
        -webkit-animation: none;
        -o-animation: none;
        animation: none;
    }
}

.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-primary {
    background: #3288e6;
    color: #fff;
}

.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-secondary {
    background: #e0e0e0;
    color: #777;
}

.u-absoluteFill {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.no-js-show {
    display: none;
}

.no-js .no-js-show {
    display: block;
}

.no-js .no-js-hide {
    display: none;
}

.no-js .js-hide {
    display: none;
}

.js-no-outlines a, .js-no-outlines a:active, .js-no-outlines a:focus, .js-no-outlines button, .js-no-outlines button:active, .js-no-outlines button:focus, .js-no-outlines input, .js-no-outlines input:active, .js-no-outlines input:focus {
    outline: 0;
}

@media print {
    .u-printHide, .SkipLinks {
        display: none !important;
    }
}

.u-printOnly {
    display: none !important;
}

@media print {
    .u-printOnly {
        display: block !important;
    }
}

ul, ol, .SkipLinks ul {
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}

.u-vh {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.focusable.u-vh:active, .focusable.u-vh:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.visuallyHidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyHidden.focusable:active, .visuallyHidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

[class*="u-row"]:before, [class*="u-row"]:after {
    content: "";
    display: table;
}

[class*="u-row"]:after {
    clear: both;
}

.u-vertCenter {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.no-csstransforms .u-vertCenter {
    top: auto;
    position: static;
}

.bg-black {
    background-color: #231f20;
}

.bg-darkGray {
    background-color: #363636;
}

.bg-fillGray {
    background-color: #f0f0f0;
}

.bg-gray {
    background-color: #5e6261;
}

.bg-lightGray {
    background-color: #cccccc;
}

.bg-beige {
    background-color: #f5f5de;
}

a.bg-beige:hover, a.bg-beige:focus, a.bg-beige:active {
    background-color: #f5f5de;
}

.bg-darkBlue {
    background-color: #315590;
}

.bg-blue {
    background-color: #278ACA;
}

a.bg-blue:hover, a.bg-blue:focus, a.bg-blue:active {
    background-color: #00c1db;
}

.bg-lightBlue {
    background-color: #00ccd9;
}

a.bg-lightBlue:hover, a.bg-lightBlue:focus, a.bg-lightBlue:active {
    background-color: #2eecf2;
}

.bg-brown {
    background-color: #99938a;
}

a.bg-brown:hover, a.bg-brown:focus, a.bg-brown:active {
    background-color: #b2aaa1;
}

.bg-green {
    background-color: #34ce92;
}

a.bg-green:hover, a.bg-green:focus, a.bg-green:active {
    background-color: #40e28d;
}

.bg-purple {
    background-color: #b73c9a;
}

a.bg-purple:hover, a.bg-purple:focus, a.bg-purple:active {
    background-color: #d350ba;
}

.bg-red {
    background-color: #d64c4c;
}

a.bg-red:hover, a.bg-red:focus, a.bg-red:active {
    background-color: #e25c59;
}

.bg-yellow {
    background-color: #f2b729;
}

a.bg-yellow:hover, a.bg-yellow:focus, a.bg-yellow:active {
    background-color: #ffc757;
}

.bg-white {
    background-color: #ffffff;
}

.layout-extraWide {
    padding-left: 27px;
    padding-right: 27px;
    margin: 0 auto;
    max-width: 1710px;
    z-index: 500;
}

@media all and (min-width: 30em) {
    .layout-extraWide {
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media all and (min-width: 75em) {
    .layout-extraWide {
        padding-left: 27px;
        padding-right: 27px;
    }
}

.-noPadding.layout-extraWide {
    padding: 0;
}

.-no-padding.layout-extraWide {
    padding: 0;
}

.-filter-header.layout-extraWide {
    padding: 0 0 0 18px;
}

.layout-CardListing, .layout-Wide {
    padding-left: 27px;
    padding-right: 27px;
    margin: 0 auto;
    max-width: 1254px;
}

@media all and (min-width: 30em) {
    .layout-CardListing, .layout-Wide {
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media all and (min-width: 75em) {
    .layout-CardListing, .layout-Wide {
        padding-left: 27px;
        padding-right: 27px;
    }
}

.-noPadding.layout-CardListing, .-noPadding.layout-Wide {
    padding: 0;
}

.-no-padding.layout-CardListing, .-no-padding.layout-Wide {
    padding: 0;
}

.-filter-header.layout-CardListing, .-filter-header.layout-Wide {
    padding: 0 0 0 18px;
}

.layout-Full {
    padding-left: 27px;
    padding-right: 27px;
    margin: 0 auto;
    max-width: 994px;
}

@media all and (min-width: 30em) {
    .layout-Full {
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media all and (min-width: 75em) {
    .layout-Full {
        padding-left: 27px;
        padding-right: 27px;
    }
}

.-noPadding.layout-Full {
    padding: 0;
}

.-no-padding.layout-Full {
    padding: 0;
}

.-filter-header.layout-Full {
    padding: 0 0 0 18px;
}

.layout-Small {
    padding-left: 27px;
    padding-right: 27px;
    margin: 0 auto;
    max-width: 794px;
}

@media all and (min-width: 30em) {
    .layout-Small {
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media all and (min-width: 75em) {
    .layout-Small {
        padding-left: 27px;
        padding-right: 27px;
    }
}

.-noPadding.layout-Small {
    padding: 0;
}

.-no-padding.layout-Small {
    padding: 0;
}

.-filter-header.layout-Small {
    padding: 0 0 0 18px;
}

.layout-header {
    padding: 0 15px;
    margin: auto;
    max-width: 1550px;
}

@media all and (min-width: 30em) {
    .layout-header {
        padding: 0 30px;
    }
}

.layout-Small {
    margin: auto;
    max-width: 860px;
}

@media all and (min-width: 30em) {
    .layout-Small {
        padding: 0 60px;
    }
}

.u-bulletsDots > li {
    padding-left: 16px;
    padding-left: 1rem;
    position: relative;
}

@media print {
    .u-bulletsDots > li {
        list-style: disc;
        padding-left: 0;
    }
}

.u-bulletsDots > li:before {
    background-color: #278ACA;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: '\0020';
    height: 6px;
    left: 0;
    position: absolute;
    top: 0.5em;
    width: 6px;
}

@media print {
    .u-bulletsDots > li:before {
        display: none;
    }
}

.u-innerBorder {
    border: 10px solid transparent;
    -webkit-box-shadow: inset 0 0 0 1px #000;
    box-shadow: inset 0 0 0 1px #000;
}

@-webkit-keyframes colorRotate {
    0% {
        background-color: #278ACA;
    }

    16.666667% {
        background-color: #b73c9a;
    }

    50% {
        background-color: #f2b729;
    }

    83.333333% {
        background-color: #34ce92;
    }

    100% {
        background-color: #278ACA;
    }
}

@-o-keyframes colorRotate {
    0% {
        background-color: #278ACA;
    }

    16.666667% {
        background-color: #b73c9a;
    }

    50% {
        background-color: #f2b729;
    }

    83.333333% {
        background-color: #34ce92;
    }

    100% {
        background-color: #278ACA;
    }
}

@keyframes colorRotate {
    0% {
        background-color: #278ACA;
    }

    16.666667% {
        background-color: #b73c9a;
    }

    50% {
        background-color: #f2b729;
    }

    83.333333% {
        background-color: #34ce92;
    }

    100% {
        background-color: #278ACA;
    }
}

@-webkit-keyframes colorRotateBorder {
    0% {
        border-top-color: #278ACA;
    }

    16.666667% {
        border-top-color: #b73c9a;
    }

    50% {
        border-top-color: #f2b729;
    }

    83.333333% {
        border-top-color: #34ce92;
    }

    100% {
        border-top-color: #278ACA;
    }
}

@-o-keyframes colorRotateBorder {
    0% {
        border-top-color: #278ACA;
    }

    16.666667% {
        border-top-color: #b73c9a;
    }

    50% {
        border-top-color: #f2b729;
    }

    83.333333% {
        border-top-color: #34ce92;
    }

    100% {
        border-top-color: #278ACA;
    }
}

@keyframes colorRotateBorder {
    0% {
        border-top-color: #278ACA;
    }

    16.666667% {
        border-top-color: #b73c9a;
    }

    50% {
        border-top-color: #f2b729;
    }

    83.333333% {
        border-top-color: #34ce92;
    }

    100% {
        border-top-color: #278ACA;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

.u-fadeIn {
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 600ms;
    -o-animation-duration: 600ms;
    animation-duration: 600ms;
    animation-timing-function: ease-in-out;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.u-fadeOut {
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 600ms;
    -o-animation-duration: 600ms;
    animation-duration: 600ms;
    animation-timing-function: ease-in-out;
}

.layout-LeftColumn, .layout-RightColumn {
    z-index: 3;
    margin-top: 30px;
    margin-top: 1.875rem;
}

    .layout-LeftColumn .Component {
        margin-top: 30px;
        margin-top: 1.875rem;
        margin-bottom: 30px;
        margin-bottom: 1.875rem;
    }

@media all and (min-width: 47.9375em) {
    .layout-LeftColumn .Component {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
}

.layout-CenterColumn {
    min-height: calc(110vh - 100px);
}

.layout .Component {
    margin: 20px 0;
    margin: 1.25rem 0;
}

.ScrollZone-column {
    position: absolute;
    top: 0;
}

.layout-CardListing {
    padding-left: 27px;
    padding-right: 27px;
    padding: 0 10%;
    position: relative;
}

@media all and (min-width: 30em) {
    .layout-CardListing {
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media all and (min-width: 75em) {
    .layout-CardListing {
        padding-left: 27px;
        padding-right: 27px;
    }
}

.layout-CardListing.-noPadding {
    padding: 0;
}

.layout-CardListing-right {
    display: block;
}

@media all and (min-width: 47.9375em) {
    .layout-CardListing-right {
        display: inline;
        float: right;
        width: 38%;
    }
}

.layout-CardListing-left {
    display: block;
}

@media all and (min-width: 47.9375em) {
    .layout-CardListing-left {
        display: inline;
        float: left;
        width: 60%;
    }
}

.layout-CardListing > div {
    margin-bottom: 30px;
}

.layout-ContentWithNav {
    margin-top: 20px;
    margin-top: 1.25rem;
    position: relative;
}

@media all and (min-width: 47.9375em) {
    .layout-ContentWithNav {
        margin-top: 1.875rem;
        top: -10px;
        z-index: 99;
    }
}

@media all and (min-width: 75em) {
    .layout-ContentWithNav {
        margin-top: 0;
    }
}

@media (max-width: 46em) {
    .layout-ContentWithNav {
        z-index: 99;
    }
}

.right-menu {
    left: auto !important;
    right: 20px;
}

@media all and (min-width: 47.9375em) {
    .right-menu {
        right: 40px;
    }
}

@media all and (min-width: 61.25em) {
    .right-menu {
        right: 100px;
    }
}

@media all and (min-width: 75em) {
    .right-menu {
        right: 20px;
    }
}

.min-height-auto {
    min-height: auto !important;
}

@media all and (min-width: 47.9375em) {
    .detail-main-content {
        margin-right: 10.625rem;
        margin-left: auto;
    }
}

@media all and (min-width: 61.25em) {
    .detail-main-content {
        margin-left: auto;
        margin-right: 14.375rem;
    }
}

.layout-ContentWithNav-sidebar, .layout-ContentWithNav-mainContent {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
}

.layout-ContentWithNav-sidebar {
    left: 20px;
}

@media print {
    .layout-ContentWithNav-sidebar {
        display: none !important;
    }
}

@media all and (min-width: 47.9375em) {
    .layout-ContentWithNav-sidebar {
        position: absolute;
        /* max-width: 180px;*/
        max-width: 259px;
        left: 40px;
        top: 0;
        width: 100%;
    }
}

@media all and (min-width: 61.25em) {
    .layout-ContentWithNav-sidebar {
        left: 100px;
    }
}

@media all and (min-width: 75em) {
    .layout-ContentWithNav-sidebar {
        left: 20px;
    }
}

.layout-ContentWithNav-sidebar.-country-detail-nav {
    display: none;
}

@media all and (min-width: 47.9375em) {
    .layout-ContentWithNav-sidebar.-country-detail-nav {
        display: inline-block;
    }
}

.layout-ContentWithNav-sidebar.-dashboard {
    margin-top: 25px;
}

@media all and (max-width: 75em) {
    .layout-ContentWithNav-sidebar.-dashboard {
        margin-top: 120px;
    }
}

.layout-ContentWithNav-mainContent {
    min-height: 1300px;
    /*min-height: 1200px;*/
}

@media all and (max-width: 75em) {
    .layout-ContentWithNav-mainContent {
        min-height: 1400px;
    }
}

@media all and (min-width: 47.9375em) {
    .layout-ContentWithNav-mainContent {
        margin-left: 10.625rem;
        max-width: 740px;
    }
}

@media all and (min-width: 61.25em) {
    .layout-ContentWithNav-mainContent {
        margin-left: 14.375rem;
        max-width: 740px;
    }
}

.layout-extraWide:before, .layout-extraWide:after {
    content: "";
    display: table;
}

.layout-extraWide:after {
    clear: both;
}

.layout-extraWide.-no-margin {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.layout-Full:before, .layout-Full:after {
    content: "";
    display: table;
}

.layout-Full:after {
    clear: both;
}

.u-row {
    margin-left: -40px;
}

[class*="u-row"].-noGutter {
    margin-left: 0;
}

[class*="u-col-"] {
    position: relative;
    width: 100%;
}

    [class*="u-col-"].-static {
        position: static;
    }

.u-row > [class*="u-col-"] {
    float: left;
    padding-left: 40px;
}

.-noGutter > [class*="u-col-"] {
    padding-left: 0;
}

.u-col-1 {
    float: left;
    padding-left: 40px;
    width: 8.333333%;
}

.u-col-pull-1 {
    right: 8.333333%;
}

.u-col-push-1 {
    left: 8.333333%;
}

.u-col-offset-1 {
    margin-left: 8.333333%;
}

.u-col-2 {
    float: left;
    padding-left: 40px;
    width: 16.666667%;
}

.u-col-pull-2 {
    right: 16.666667%;
}

.u-col-push-2 {
    left: 16.666667%;
}

.u-col-offset-2 {
    margin-left: 16.666667%;
}

.u-col-3 {
    float: left;
    padding-left: 40px;
    width: 25%;
}

.u-col-pull-3 {
    right: 25%;
}

.u-col-push-3 {
    left: 25%;
}

.u-col-offset-3 {
    margin-left: 25%;
}

.u-col-4 {
    float: left;
    padding-left: 40px;
    width: 33.333333%;
}

.u-col-pull-4 {
    right: 33.333333%;
}

.u-col-push-4 {
    left: 33.333333%;
}

.u-col-offset-4 {
    margin-left: 33.333333%;
}

.u-col-5 {
    float: left;
    padding-left: 40px;
    width: 41.666667%;
}

.u-col-pull-5 {
    right: 41.666667%;
}

.u-col-push-5 {
    left: 41.666667%;
}

.u-col-offset-5 {
    margin-left: 41.666667%;
}

.u-col-6 {
    float: left;
    padding-left: 40px;
    width: 50%;
}

.u-col-pull-6 {
    right: 50%;
}

.u-col-push-6 {
    left: 50%;
}

.u-col-offset-6 {
    margin-left: 50%;
}

.u-col-7 {
    float: left;
    padding-left: 40px;
    width: 58.333333%;
}

.u-col-pull-7 {
    right: 58.333333%;
}

.u-col-push-7 {
    left: 58.333333%;
}

.u-col-offset-7 {
    margin-left: 58.333333%;
}

.u-col-8 {
    float: left;
    padding-left: 40px;
    width: 66.666667%;
}

.u-col-pull-8 {
    right: 66.666667%;
}

.u-col-push-8 {
    left: 66.666667%;
}

.u-col-offset-8 {
    margin-left: 66.666667%;
}

.u-col-9 {
    float: left;
    padding-left: 40px;
    width: 75%;
}

.u-col-pull-9 {
    right: 75%;
}

.u-col-push-9 {
    left: 75%;
}

.u-col-offset-9 {
    margin-left: 75%;
}

.u-col-10 {
    float: left;
    padding-left: 40px;
    width: 83.333333%;
}

.u-col-pull-10 {
    right: 83.333333%;
}

.u-col-push-10 {
    left: 83.333333%;
}

.u-col-offset-10 {
    margin-left: 83.333333%;
}

.u-col-11 {
    float: left;
    padding-left: 40px;
    width: 91.666667%;
}

.u-col-pull-11 {
    right: 91.666667%;
}

.u-col-push-11 {
    left: 91.666667%;
}

.u-col-offset-11 {
    margin-left: 91.666667%;
}

.u-col-12 {
    float: left;
    padding-left: 40px;
    width: 100%;
}

.u-col-pull-12 {
    right: 100%;
}

.u-col-push-12 {
    left: 100%;
}

.u-col-offset-12 {
    margin-left: 100%;
}

.u-col-full {
    float: left;
    padding-left: 40px;
    width: 100%;
}

.u-col-half {
    float: left;
    padding-left: 40px;
    width: 50%;
}

.u-col-third {
    float: left;
    padding-left: 40px;
    width: 33.333333%;
}

.u-col-quarter {
    float: left;
    padding-left: 40px;
    width: 25%;
}

.u-col-centered, .u-row > .u-col-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

@media all and (min-width: 20em) {
    .u-row--small {
        margin-left: -40px;
    }

    .u-col-1--small {
        float: left;
        padding-left: 40px;
        width: 8.333333%;
    }

    .u-col-pull-1--small {
        right: 91.666667%;
    }

    .u-col-push-1--small {
        left: 8.333333%;
    }

    .u-col-offset-0--small {
        margin-left: 0%;
    }

    .u-col-2--small {
        float: left;
        padding-left: 40px;
        width: 16.666667%;
    }

    .u-col-pull-2--small {
        right: 83.333333%;
    }

    .u-col-push-2--small {
        left: 16.666667%;
    }

    .u-col-offset-1--small {
        margin-left: 8.333333%;
    }

    .u-col-3--small {
        float: left;
        padding-left: 40px;
        width: 25%;
    }

    .u-col-pull-3--small {
        right: 75%;
    }

    .u-col-push-3--small {
        left: 25%;
    }

    .u-col-offset-2--small {
        margin-left: 16.666667%;
    }

    .u-col-4--small {
        float: left;
        padding-left: 40px;
        width: 33.333333%;
    }

    .u-col-pull-4--small {
        right: 66.666667%;
    }

    .u-col-push-4--small {
        left: 33.333333%;
    }

    .u-col-offset-3--small {
        margin-left: 25%;
    }

    .u-col-5--small {
        float: left;
        padding-left: 40px;
        width: 41.666667%;
    }

    .u-col-pull-5--small {
        right: 58.333333%;
    }

    .u-col-push-5--small {
        left: 41.666667%;
    }

    .u-col-offset-4--small {
        margin-left: 33.333333%;
    }

    .u-col-6--small {
        float: left;
        padding-left: 40px;
        width: 50%;
    }

    .u-col-pull-6--small {
        right: 50%;
    }

    .u-col-push-6--small {
        left: 50%;
    }

    .u-col-offset-5--small {
        margin-left: 41.666667%;
    }

    .u-col-7--small {
        float: left;
        padding-left: 40px;
        width: 58.333333%;
    }

    .u-col-pull-7--small {
        right: 41.666667%;
    }

    .u-col-push-7--small {
        left: 58.333333%;
    }

    .u-col-offset-6--small {
        margin-left: 50%;
    }

    .u-col-8--small {
        float: left;
        padding-left: 40px;
        width: 66.666667%;
    }

    .u-col-pull-8--small {
        right: 33.333333%;
    }

    .u-col-push-8--small {
        left: 66.666667%;
    }

    .u-col-offset-7--small {
        margin-left: 58.333333%;
    }

    .u-col-9--small {
        float: left;
        padding-left: 40px;
        width: 75%;
    }

    .u-col-pull-9--small {
        right: 25%;
    }

    .u-col-push-9--small {
        left: 75%;
    }

    .u-col-offset-8--small {
        margin-left: 66.666667%;
    }

    .u-col-10--small {
        float: left;
        padding-left: 40px;
        width: 83.333333%;
    }

    .u-col-pull-10--small {
        right: 16.666667%;
    }

    .u-col-push-10--small {
        left: 83.333333%;
    }

    .u-col-offset-9--small {
        margin-left: 75%;
    }

    .u-col-11--small {
        float: left;
        padding-left: 40px;
        width: 91.666667%;
    }

    .u-col-pull-11--small {
        right: 8.333333%;
    }

    .u-col-push-11--small {
        left: 91.666667%;
    }

    .u-col-offset-10--small {
        margin-left: 83.333333%;
    }

    .u-col-12--small {
        float: left;
        padding-left: 40px;
        width: 100%;
    }

    .u-col-pull-12--small {
        right: 0%;
    }

    .u-col-push-12--small {
        left: 100%;
    }

    .u-col-offset-11--small {
        margin-left: 91.666667%;
    }

    .u-col-full--small {
        float: left;
        padding-left: 40px;
        width: 100%;
    }

    .u-col-half--small {
        float: left;
        padding-left: 40px;
        width: 50%;
    }

    .u-col-third--small {
        float: left;
        padding-left: 40px;
        width: 33.333333%;
    }

    .u-col-quarter--small {
        float: left;
        padding-left: 40px;
        width: 25%;
    }

    .u-col-centered--small {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

@media all and (min-width: 30em) {
    .u-row--med-small {
        margin-left: -40px;
    }

    .u-col-1--med-small {
        float: left;
        padding-left: 40px;
        width: 8.333333%;
    }

    .u-col-pull-1--med-small {
        right: 91.666667%;
    }

    .u-col-push-1--med-small {
        left: 8.333333%;
    }

    .u-col-offset-0--med-small {
        margin-left: 0%;
    }

    .u-col-2--med-small {
        float: left;
        padding-left: 40px;
        width: 16.666667%;
    }

    .u-col-pull-2--med-small {
        right: 83.333333%;
    }

    .u-col-push-2--med-small {
        left: 16.666667%;
    }

    .u-col-offset-1--med-small {
        margin-left: 8.333333%;
    }

    .u-col-3--med-small {
        float: left;
        padding-left: 40px;
        width: 25%;
    }

    .u-col-pull-3--med-small {
        right: 75%;
    }

    .u-col-push-3--med-small {
        left: 25%;
    }

    .u-col-offset-2--med-small {
        margin-left: 16.666667%;
    }

    .u-col-4--med-small {
        float: left;
        padding-left: 40px;
        width: 33.333333%;
    }

    .u-col-pull-4--med-small {
        right: 66.666667%;
    }

    .u-col-push-4--med-small {
        left: 33.333333%;
    }

    .u-col-offset-3--med-small {
        margin-left: 25%;
    }

    .u-col-5--med-small {
        float: left;
        padding-left: 40px;
        width: 41.666667%;
    }

    .u-col-pull-5--med-small {
        right: 58.333333%;
    }

    .u-col-push-5--med-small {
        left: 41.666667%;
    }

    .u-col-offset-4--med-small {
        margin-left: 33.333333%;
    }

    .u-col-6--med-small {
        float: left;
        padding-left: 40px;
        width: 50%;
    }

    .u-col-pull-6--med-small {
        right: 50%;
    }

    .u-col-push-6--med-small {
        left: 50%;
    }

    .u-col-offset-5--med-small {
        margin-left: 41.666667%;
    }

    .u-col-7--med-small {
        float: left;
        padding-left: 40px;
        width: 58.333333%;
    }

    .u-col-pull-7--med-small {
        right: 41.666667%;
    }

    .u-col-push-7--med-small {
        left: 58.333333%;
    }

    .u-col-offset-6--med-small {
        margin-left: 50%;
    }

    .u-col-8--med-small {
        float: left;
        padding-left: 40px;
        width: 66.666667%;
    }

    .u-col-pull-8--med-small {
        right: 33.333333%;
    }

    .u-col-push-8--med-small {
        left: 66.666667%;
    }

    .u-col-offset-7--med-small {
        margin-left: 58.333333%;
    }

    .u-col-9--med-small {
        float: left;
        padding-left: 40px;
        width: 75%;
    }

    .u-col-pull-9--med-small {
        right: 25%;
    }

    .u-col-push-9--med-small {
        left: 75%;
    }

    .u-col-offset-8--med-small {
        margin-left: 66.666667%;
    }

    .u-col-10--med-small {
        float: left;
        padding-left: 40px;
        width: 83.333333%;
    }

    .u-col-pull-10--med-small {
        right: 16.666667%;
    }

    .u-col-push-10--med-small {
        left: 83.333333%;
    }

    .u-col-offset-9--med-small {
        margin-left: 75%;
    }

    .u-col-11--med-small {
        float: left;
        padding-left: 40px;
        width: 91.666667%;
    }

    .u-col-pull-11--med-small {
        right: 8.333333%;
    }

    .u-col-push-11--med-small {
        left: 91.666667%;
    }

    .u-col-offset-10--med-small {
        margin-left: 83.333333%;
    }

    .u-col-12--med-small {
        float: left;
        padding-left: 40px;
        width: 100%;
    }

    .u-col-pull-12--med-small {
        right: 0%;
    }

    .u-col-push-12--med-small {
        left: 100%;
    }

    .u-col-offset-11--med-small {
        margin-left: 91.666667%;
    }

    .u-col-full--med-small {
        float: left;
        padding-left: 40px;
        width: 100%;
    }

    .u-col-half--med-small {
        float: left;
        padding-left: 40px;
        width: 50%;
    }

    .u-col-third--med-small {
        float: left;
        padding-left: 40px;
        width: 33.333333%;
    }

    .u-col-quarter--med-small {
        float: left;
        padding-left: 40px;
        width: 25%;
    }

    .u-col-centered--med-small {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

@media all and (min-width: 40.625em) {
    .u-row--med-large {
        margin-left: -40px;
    }

    .u-col-1--med-large {
        float: left;
        padding-left: 40px;
        width: 8.333333%;
    }

    .u-col-pull-1--med-large {
        right: 91.666667%;
    }

    .u-col-push-1--med-large {
        left: 8.333333%;
    }

    .u-col-offset-0--med-large {
        margin-left: 0%;
    }

    .u-col-2--med-large {
        float: left;
        padding-left: 40px;
        width: 16.666667%;
    }

    .u-col-pull-2--med-large {
        right: 83.333333%;
    }

    .u-col-push-2--med-large {
        left: 16.666667%;
    }

    .u-col-offset-1--med-large {
        margin-left: 8.333333%;
    }

    .u-col-3--med-large {
        float: left;
        padding-left: 40px;
        width: 25%;
    }

    .u-col-pull-3--med-large {
        right: 75%;
    }

    .u-col-push-3--med-large {
        left: 25%;
    }

    .u-col-offset-2--med-large {
        margin-left: 16.666667%;
    }

    .u-col-4--med-large {
        float: left;
        padding-left: 40px;
        width: 33.333333%;
    }

    .u-col-pull-4--med-large {
        right: 66.666667%;
    }

    .u-col-push-4--med-large {
        left: 33.333333%;
    }

    .u-col-offset-3--med-large {
        margin-left: 25%;
    }

    .u-col-5--med-large {
        float: left;
        padding-left: 40px;
        width: 41.666667%;
    }

    .u-col-pull-5--med-large {
        right: 58.333333%;
    }

    .u-col-push-5--med-large {
        left: 41.666667%;
    }

    .u-col-offset-4--med-large {
        margin-left: 33.333333%;
    }

    .u-col-6--med-large {
        float: left;
        padding-left: 40px;
        width: 50%;
    }

    .u-col-pull-6--med-large {
        right: 50%;
    }

    .u-col-push-6--med-large {
        left: 50%;
    }

    .u-col-offset-5--med-large {
        margin-left: 41.666667%;
    }

    .u-col-7--med-large {
        float: left;
        padding-left: 40px;
        width: 58.333333%;
    }

    .u-col-pull-7--med-large {
        right: 41.666667%;
    }

    .u-col-push-7--med-large {
        left: 58.333333%;
    }

    .u-col-offset-6--med-large {
        margin-left: 50%;
    }

    .u-col-8--med-large {
        float: left;
        padding-left: 40px;
        width: 66.666667%;
    }

    .u-col-pull-8--med-large {
        right: 33.333333%;
    }

    .u-col-push-8--med-large {
        left: 66.666667%;
    }

    .u-col-offset-7--med-large {
        margin-left: 58.333333%;
    }

    .u-col-9--med-large {
        float: left;
        padding-left: 40px;
        width: 75%;
    }

    .u-col-pull-9--med-large {
        right: 25%;
    }

    .u-col-push-9--med-large {
        left: 75%;
    }

    .u-col-offset-8--med-large {
        margin-left: 66.666667%;
    }

    .u-col-10--med-large {
        float: left;
        padding-left: 40px;
        width: 83.333333%;
    }

    .u-col-pull-10--med-large {
        right: 16.666667%;
    }

    .u-col-push-10--med-large {
        left: 83.333333%;
    }

    .u-col-offset-9--med-large {
        margin-left: 75%;
    }

    .u-col-11--med-large {
        float: left;
        padding-left: 40px;
        width: 91.666667%;
    }

    .u-col-pull-11--med-large {
        right: 8.333333%;
    }

    .u-col-push-11--med-large {
        left: 91.666667%;
    }

    .u-col-offset-10--med-large {
        margin-left: 83.333333%;
    }

    .u-col-12--med-large {
        float: left;
        padding-left: 40px;
        width: 100%;
    }

    .u-col-pull-12--med-large {
        right: 0%;
    }

    .u-col-push-12--med-large {
        left: 100%;
    }

    .u-col-offset-11--med-large {
        margin-left: 91.666667%;
    }

    .u-col-full--med-large {
        float: left;
        padding-left: 40px;
        width: 100%;
    }

    .u-col-half--med-large {
        float: left;
        padding-left: 40px;
        width: 50%;
    }

    .u-col-third--med-large {
        float: left;
        padding-left: 40px;
        width: 33.333333%;
    }

    .u-col-quarter--med-large {
        float: left;
        padding-left: 40px;
        width: 25%;
    }

    .u-col-centered--med-large {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

@media all and (min-width: 47.9375em) {
    .u-row--medium {
        margin-left: -40px;
    }

    .u-col-1--medium {
        float: left;
        padding-left: 40px;
        width: 8.333333%;
    }

    .u-col-pull-1--medium {
        right: 91.666667%;
    }

    .u-col-push-1--medium {
        left: 8.333333%;
    }

    .u-col-offset-0--medium {
        margin-left: 0%;
    }

    .u-col-2--medium {
        float: left;
        padding-left: 40px;
        width: 16.666667%;
    }

    .u-col-pull-2--medium {
        right: 83.333333%;
    }

    .u-col-push-2--medium {
        left: 16.666667%;
    }

    .u-col-offset-1--medium {
        margin-left: 8.333333%;
    }

    .u-col-3--medium {
        float: left;
        padding-left: 40px;
        width: 25%;
    }

    .u-col-pull-3--medium {
        right: 75%;
    }

    .u-col-push-3--medium {
        left: 25%;
    }

    .u-col-offset-2--medium {
        margin-left: 16.666667%;
    }

    .u-col-4--medium {
        float: left;
        padding-left: 40px;
        width: 33.333333%;
    }

    .u-col-pull-4--medium {
        right: 66.666667%;
    }

    .u-col-push-4--medium {
        left: 33.333333%;
    }

    .u-col-offset-3--medium {
        margin-left: 25%;
    }

    .u-col-5--medium {
        float: left;
        padding-left: 40px;
        width: 41.666667%;
    }

    .u-col-pull-5--medium {
        right: 58.333333%;
    }

    .u-col-push-5--medium {
        left: 41.666667%;
    }

    .u-col-offset-4--medium {
        margin-left: 33.333333%;
    }

    .u-col-6--medium {
        float: left;
        padding-left: 40px;
        width: 50%;
    }

    .u-col-pull-6--medium {
        right: 50%;
    }

    .u-col-push-6--medium {
        left: 50%;
    }

    .u-col-offset-5--medium {
        margin-left: 41.666667%;
    }

    .u-col-7--medium {
        float: left;
        padding-left: 40px;
        width: 58.333333%;
    }

    .u-col-pull-7--medium {
        right: 41.666667%;
    }

    .u-col-push-7--medium {
        left: 58.333333%;
    }

    .u-col-offset-6--medium {
        margin-left: 50%;
    }

    .u-col-8--medium {
        float: left;
        padding-left: 40px;
        width: 66.666667%;
    }

    .u-col-pull-8--medium {
        right: 33.333333%;
    }

    .u-col-push-8--medium {
        left: 66.666667%;
    }

    .u-col-offset-7--medium {
        margin-left: 58.333333%;
    }

    .u-col-9--medium {
        float: left;
        padding-left: 40px;
        width: 75%;
    }

    .u-col-pull-9--medium {
        right: 25%;
    }

    .u-col-push-9--medium {
        left: 75%;
    }

    .u-col-offset-8--medium {
        margin-left: 66.666667%;
    }

    .u-col-10--medium {
        float: left;
        padding-left: 40px;
        width: 83.333333%;
    }

    .u-col-pull-10--medium {
        right: 16.666667%;
    }

    .u-col-push-10--medium {
        left: 83.333333%;
    }

    .u-col-offset-9--medium {
        margin-left: 75%;
    }

    .u-col-11--medium {
        float: left;
        padding-left: 40px;
        width: 91.666667%;
    }

    .u-col-pull-11--medium {
        right: 8.333333%;
    }

    .u-col-push-11--medium {
        left: 91.666667%;
    }

    .u-col-offset-10--medium {
        margin-left: 83.333333%;
    }

    .u-col-12--medium {
        float: left;
        padding-left: 40px;
        width: 100%;
    }

    .u-col-pull-12--medium {
        right: 0%;
    }

    .u-col-push-12--medium {
        left: 100%;
    }

    .u-col-offset-11--medium {
        margin-left: 91.666667%;
    }

    .u-col-full--medium {
        float: left;
        padding-left: 40px;
        width: 100%;
    }

    .u-col-half--medium {
        float: left;
        padding-left: 40px;
        width: 50%;
    }

    .u-col-third--medium {
        float: left;
        padding-left: 40px;
        width: 33.333333%;
    }

    .u-col-quarter--medium {
        float: left;
        padding-left: 40px;
        width: 25%;
    }

    .u-col-centered--medium {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

@media all and (min-width: 61.25em) {
    .u-row--med-wide {
        margin-left: -40px;
    }

    .u-col-1--med-wide {
        float: left;
        padding-left: 40px;
        width: 8.333333%;
    }

    .u-col-pull-1--med-wide {
        right: 91.666667%;
    }

    .u-col-push-1--med-wide {
        left: 8.333333%;
    }

    .u-col-offset-0--med-wide {
        margin-left: 0%;
    }

    .u-col-2--med-wide {
        float: left;
        padding-left: 40px;
        width: 16.666667%;
    }

    .u-col-pull-2--med-wide {
        right: 83.333333%;
    }

    .u-col-push-2--med-wide {
        left: 16.666667%;
    }

    .u-col-offset-1--med-wide {
        margin-left: 8.333333%;
    }

    .u-col-3--med-wide {
        float: left;
        padding-left: 40px;
        width: 25%;
    }

    .u-col-pull-3--med-wide {
        right: 75%;
    }

    .u-col-push-3--med-wide {
        left: 25%;
    }

    .u-col-offset-2--med-wide {
        margin-left: 16.666667%;
    }

    .u-col-4--med-wide {
        float: left;
        padding-left: 40px;
        width: 33.333333%;
    }

    .u-col-pull-4--med-wide {
        right: 66.666667%;
    }

    .u-col-push-4--med-wide {
        left: 33.333333%;
    }

    .u-col-offset-3--med-wide {
        margin-left: 25%;
    }

    .u-col-5--med-wide {
        float: left;
        padding-left: 40px;
        width: 41.666667%;
    }

    .u-col-pull-5--med-wide {
        right: 58.333333%;
    }

    .u-col-push-5--med-wide {
        left: 41.666667%;
    }

    .u-col-offset-4--med-wide {
        margin-left: 33.333333%;
    }

    .u-col-6--med-wide {
        float: left;
        padding-left: 40px;
        width: 50%;
    }

    .u-col-pull-6--med-wide {
        right: 50%;
    }

    .u-col-push-6--med-wide {
        left: 50%;
    }

    .u-col-offset-5--med-wide {
        margin-left: 41.666667%;
    }

    .u-col-7--med-wide {
        float: left;
        padding-left: 40px;
        width: 58.333333%;
    }

    .u-col-pull-7--med-wide {
        right: 41.666667%;
    }

    .u-col-push-7--med-wide {
        left: 58.333333%;
    }

    .u-col-offset-6--med-wide {
        margin-left: 50%;
    }

    .u-col-8--med-wide {
        float: left;
        padding-left: 40px;
        width: 66.666667%;
    }

    .u-col-pull-8--med-wide {
        right: 33.333333%;
    }

    .u-col-push-8--med-wide {
        left: 66.666667%;
    }

    .u-col-offset-7--med-wide {
        margin-left: 58.333333%;
    }

    .u-col-9--med-wide {
        float: left;
        padding-left: 40px;
        width: 75%;
    }

    .u-col-pull-9--med-wide {
        right: 25%;
    }

    .u-col-push-9--med-wide {
        left: 75%;
    }

    .u-col-offset-8--med-wide {
        margin-left: 66.666667%;
    }

    .u-col-10--med-wide {
        float: left;
        padding-left: 40px;
        width: 83.333333%;
    }

    .u-col-pull-10--med-wide {
        right: 16.666667%;
    }

    .u-col-push-10--med-wide {
        left: 83.333333%;
    }

    .u-col-offset-9--med-wide {
        margin-left: 75%;
    }

    .u-col-11--med-wide {
        float: left;
        padding-left: 40px;
        width: 91.666667%;
    }

    .u-col-pull-11--med-wide {
        right: 8.333333%;
    }

    .u-col-push-11--med-wide {
        left: 91.666667%;
    }

    .u-col-offset-10--med-wide {
        margin-left: 83.333333%;
    }

    .u-col-12--med-wide {
        float: left;
        padding-left: 40px;
        width: 100%;
    }

    .u-col-pull-12--med-wide {
        right: 0%;
    }

    .u-col-push-12--med-wide {
        left: 100%;
    }

    .u-col-offset-11--med-wide {
        margin-left: 91.666667%;
    }

    .u-col-full--med-wide {
        float: left;
        padding-left: 40px;
        width: 100%;
    }

    .u-col-half--med-wide {
        float: left;
        padding-left: 40px;
        width: 50%;
    }

    .u-col-third--med-wide {
        float: left;
        padding-left: 40px;
        width: 33.333333%;
    }

    .u-col-quarter--med-wide {
        float: left;
        padding-left: 40px;
        width: 25%;
    }

    .u-col-centered--med-wide {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

@media all and (min-width: 75em) {
    .u-row--wide {
        margin-left: -40px;
    }

    .u-col-1--wide {
        float: left;
        padding-left: 40px;
        width: 8.333333%;
    }

    .u-col-pull-1--wide {
        right: 91.666667%;
    }

    .u-col-push-1--wide {
        left: 8.333333%;
    }

    .u-col-offset-0--wide {
        margin-left: 0%;
    }

    .u-col-2--wide {
        float: left;
        padding-left: 40px;
        width: 16.666667%;
    }

    .u-col-pull-2--wide {
        right: 83.333333%;
    }

    .u-col-push-2--wide {
        left: 16.666667%;
    }

    .u-col-offset-1--wide {
        margin-left: 8.333333%;
    }

    .u-col-3--wide {
        float: left;
        padding-left: 40px;
        width: 25%;
    }

    .u-col-pull-3--wide {
        right: 75%;
    }

    .u-col-push-3--wide {
        left: 25%;
    }

    .u-col-offset-2--wide {
        margin-left: 16.666667%;
    }

    .u-col-4--wide {
        float: left;
        padding-left: 40px;
        width: 33.333333%;
    }

    .u-col-pull-4--wide {
        right: 66.666667%;
    }

    .u-col-push-4--wide {
        left: 33.333333%;
    }

    .u-col-offset-3--wide {
        margin-left: 25%;
    }

    .u-col-5--wide {
        float: left;
        padding-left: 40px;
        width: 41.666667%;
    }

    .u-col-pull-5--wide {
        right: 58.333333%;
    }

    .u-col-push-5--wide {
        left: 41.666667%;
    }

    .u-col-offset-4--wide {
        margin-left: 33.333333%;
    }

    .u-col-6--wide {
        float: left;
        padding-left: 40px;
        width: 50%;
    }

    .u-col-pull-6--wide {
        right: 50%;
    }

    .u-col-push-6--wide {
        left: 50%;
    }

    .u-col-offset-5--wide {
        margin-left: 41.666667%;
    }

    .u-col-7--wide {
        float: left;
        padding-left: 40px;
        width: 58.333333%;
    }

    .u-col-pull-7--wide {
        right: 41.666667%;
    }

    .u-col-push-7--wide {
        left: 58.333333%;
    }

    .u-col-offset-6--wide {
        margin-left: 50%;
    }

    .u-col-8--wide {
        float: left;
        padding-left: 40px;
        width: 66.666667%;
    }

    .u-col-pull-8--wide {
        right: 33.333333%;
    }

    .u-col-push-8--wide {
        left: 66.666667%;
    }

    .u-col-offset-7--wide {
        margin-left: 58.333333%;
    }

    .u-col-9--wide {
        float: left;
        padding-left: 40px;
        width: 75%;
    }

    .u-col-pull-9--wide {
        right: 25%;
    }

    .u-col-push-9--wide {
        left: 75%;
    }

    .u-col-offset-8--wide {
        margin-left: 66.666667%;
    }

    .u-col-10--wide {
        float: left;
        padding-left: 40px;
        width: 83.333333%;
    }

    .u-col-pull-10--wide {
        right: 16.666667%;
    }

    .u-col-push-10--wide {
        left: 83.333333%;
    }

    .u-col-offset-9--wide {
        margin-left: 75%;
    }

    .u-col-11--wide {
        float: left;
        padding-left: 40px;
        width: 91.666667%;
    }

    .u-col-pull-11--wide {
        right: 8.333333%;
    }

    .u-col-push-11--wide {
        left: 91.666667%;
    }

    .u-col-offset-10--wide {
        margin-left: 83.333333%;
    }

    .u-col-12--wide {
        float: left;
        padding-left: 40px;
        width: 100%;
    }

    .u-col-pull-12--wide {
        right: 0%;
    }

    .u-col-push-12--wide {
        left: 100%;
    }

    .u-col-offset-11--wide {
        margin-left: 91.666667%;
    }

    .u-col-full--wide {
        float: left;
        padding-left: 40px;
        width: 100%;
    }

    .u-col-half--wide {
        float: left;
        padding-left: 40px;
        width: 50%;
    }

    .u-col-third--wide {
        float: left;
        padding-left: 40px;
        width: 33.333333%;
    }

    .u-col-quarter--wide {
        float: left;
        padding-left: 40px;
        width: 25%;
    }

    .u-col-centered--wide {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

.Homepage-how-it-works {
    background: #ffffff;
}

.Homepage-stories {
    background: #ffffff;
    padding: 40px 0;
    padding: 2.5rem 0;
}

@media all and (min-width: 47.9375em) {
    .Homepage-stories {
        padding: 2.5rem 0 50%;
    }
}

.Homepage-stories-short {
    background: #ffffff;
    padding: 40px 0 0;
    padding: 2.5rem 0 0;
}

.layout-Map {
    position: relative;
    background-color: #ccc;
    display: table;
    height: calc(100vh - 279px);
    overflow: scroll;
    width: 100%;
}

@media all and (min-width: 40.625em) {
    .layout-Map-leftColumn, .layout-Map-rightColumn {
        display: table-cell;
        vertical-align: top;
    }
}

.layout-Map-leftColumn {
    background-color: #fff;
    border-style: none solid;
    border-width: 1px;
    border-color: #cccccc;
}

@media all and (min-width: 40.625em) {
    .layout-Map-leftColumn {
        width: 400px;
    }
}

.layout-Map-rightColumn {
    background-color: #97C3FF;
}

.layout-Map-content {
    position: relative;
}

@media all and (min-width: 40.625em) {
    .layout-Map-content {
        height: calc(100vh - 279px);
        overflow: hidden;
    }
}

.layout-Map-content.-listing {
    overflow-y: scroll;
}

.layout-Wide:before, .layout-Wide:after {
    content: "";
    display: table;
}

.layout-Wide:after {
    clear: both;
}

.layout-Small:before, .layout-Small:after {
    content: "";
    display: table;
}

.layout-Small:after {
    clear: both;
}

.Button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #777777;
    background-image: none;
    border: solid 1px #777777;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    line-height: 1;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
    text-align: left;
    text-transform: none;
    -webkit-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}

    .Button svg {
        fill: currentColor;
        vertical-align: bottom;
        height: 1em;
        width: 1em;
    }

    .Button, .Button:link, .Button:visited {
        color: #fff;
    }

        .Button:focus, .Button:hover, .Button:active {
            background-color: #5e5e5e;
            color: #fff;
        }

        .Button.-outlined, .Button.-outlined-thick {
            background-color: transparent;
            border-color: #cccccc;
        }

            .Button.-outlined, .Button.-outlined:link, .Button.-outlined:visited, .Button.-outlined-thick, .Button.-outlined-thick:link, .Button.-outlined-thick:visited {
                color: #777777;
            }

                .Button.-outlined:hover, .Button.-outlined:focus, .Button.-outlined:active, .Button.-outlined-thick:hover, .Button.-outlined-thick:focus, .Button.-outlined-thick:active {
                    color: #fff;
                    background-color: #777777;
                    border-color: #777777;
                }

        .Button.-outlined-white {
            color: #777777;
            background-color: #ffffff;
            border-color: #cccccc;
        }

            .Button.-outlined-white, .Button.-outlined-white:link, .Button.-outlined-white:visited {
                color: #777777;
            }

                .Button.-outlined-white:hover, .Button.-outlined-white:focus, .Button.-outlined-white:active {
                    color: #777777;
                    background-color: #e6e6e6;
                }

        .Button.-plain-text {
            border-color: transparent;
            background-color: transparent;
        }

            .Button.-plain-text, .Button.-plain-text:link, .Button.-plain-text:visited {
                color: #777777;
            }

                .Button.-plain-text:hover, .Button.-plain-text:focus, .Button.-plain-text:active {
                    color: #fff;
                    background-color: #5e5e5e;
                    border-color: #5e5e5e;
                }

        .Button.-orange:not(.-outlined), .Button.-orange:not(.-outlined-thick), .Button.-orange:not(.-plain-text) {
            background-color: #EE7835;
            border-color: #EE7835;
            display: inline-flex;
            gap: 8px
        }

            .Button.-orange:not(.-outlined):disabled, .Button.-orange:not(.-outlined).is-disabled, .Button.-orange:not(.-outlined-thick):disabled, .Button.-orange:not(.-outlined-thick).is-disabled, .Button.-orange:not(.-plain-text):disabled, .Button.-orange:not(.-plain-text).is-disabled {
                background-color: #f29764;
            }

input[type="radio"]:checked + .Button.-orange:not(.-outlined), input[type="radio"]:checked + .Button.-orange:not(.-outlined-thick), input[type="radio"]:checked + .Button.-orange:not(.-plain-text) {
    color: #fff;
    background-color: #EE7835;
    border-color: #EE7835;
}

.Button.-orange:not(.-outlined):hover, .Button.-orange:not(.-outlined):focus, .Button.-orange:not(.-outlined):active, .Button.-orange:not(.-outlined-thick):hover, .Button.-orange:not(.-outlined-thick):focus, .Button.-orange:not(.-outlined-thick):active, .Button.-orange:not(.-plain-text):hover, .Button.-orange:not(.-plain-text):focus, .Button.-orange:not(.-plain-text):active {
    background-color: #dd5c13;
    border-color: #dd5c13;
}

.Button.-orange.-outlined, .Button.-orange.-outlined-thick {
    background-color: transparent;
    border-color: #EE7835;
}

    .Button.-orange.-outlined, .Button.-orange.-outlined:link, .Button.-orange.-outlined:visited, .Button.-orange.-outlined-thick, .Button.-orange.-outlined-thick:link, .Button.-orange.-outlined-thick:visited {
        color: #EE7835;
    }

        .Button.-orange.-outlined:hover, .Button.-orange.-outlined:focus, .Button.-orange.-outlined:active, .Button.-orange.-outlined-thick:hover, .Button.-orange.-outlined-thick:focus, .Button.-orange.-outlined-thick:active {
            color: #fff;
            background-color: #EE7835;
        }

.Button.-orange.-plain-text {
    border-color: transparent;
    background-color: transparent;
}

    .Button.-orange.-plain-text, .Button.-orange.-plain-text:link, .Button.-orange.-plain-text:visited {
        color: #EE7835;
    }

        .Button.-orange.-plain-text:hover, .Button.-orange.-plain-text:focus, .Button.-orange.-plain-text:active {
            color: #fff;
            background-color: #dd5c13;
            border-color: #dd5c13;
        }

.Button.-yellow:not(.-outlined), .Button.-yellow:not(.-outlined-thick), .Button.-yellow:not(.-plain-text) {
    background-color: #FFC425;
    border-color: #FFC425;
}

    .Button.-yellow:not(.-outlined):disabled, .Button.-yellow:not(.-outlined).is-disabled, .Button.-yellow:not(.-outlined-thick):disabled, .Button.-yellow:not(.-outlined-thick).is-disabled, .Button.-yellow:not(.-plain-text):disabled, .Button.-yellow:not(.-plain-text).is-disabled {
        background-color: #ffd258;
    }

input[type="radio"]:checked + .Button.-yellow:not(.-outlined), input[type="radio"]:checked + .Button.-yellow:not(.-outlined-thick), input[type="radio"]:checked + .Button.-yellow:not(.-plain-text) {
    color: #fff;
    background-color: #FFC425;
    border-color: #FFC425;
}

.Button.-yellow:not(.-outlined):hover, .Button.-yellow:not(.-outlined):focus, .Button.-yellow:not(.-outlined):active, .Button.-yellow:not(.-outlined-thick):hover, .Button.-yellow:not(.-outlined-thick):focus, .Button.-yellow:not(.-outlined-thick):active, .Button.-yellow:not(.-plain-text):hover, .Button.-yellow:not(.-plain-text):focus, .Button.-yellow:not(.-plain-text):active {
    background-color: #f1b000;
    border-color: #f1b000;
}

.Button.-yellow.-outlined, .Button.-yellow.-outlined-thick {
    background-color: transparent;
    border-color: #FFC425;
}

    .Button.-yellow.-outlined, .Button.-yellow.-outlined:link, .Button.-yellow.-outlined:visited, .Button.-yellow.-outlined-thick, .Button.-yellow.-outlined-thick:link, .Button.-yellow.-outlined-thick:visited {
        color: #FFC425;
    }

        .Button.-yellow.-outlined:hover, .Button.-yellow.-outlined:focus, .Button.-yellow.-outlined:active, .Button.-yellow.-outlined-thick:hover, .Button.-yellow.-outlined-thick:focus, .Button.-yellow.-outlined-thick:active {
            color: #fff;
            background-color: #FFC425;
        }

.Button.-yellow.-plain-text {
    border-color: transparent;
    background-color: transparent;
}

    .Button.-yellow.-plain-text, .Button.-yellow.-plain-text:link, .Button.-yellow.-plain-text:visited {
        color: #FFC425;
    }

        .Button.-yellow.-plain-text:hover, .Button.-yellow.-plain-text:focus, .Button.-yellow.-plain-text:active {
            color: #fff;
            background-color: #f1b000;
            border-color: #f1b000;
        }

.Button.-blue:not(.-outlined), .Header-mobileContent .Header-helpBtn:not(.-outlined), .Header.-transparent .Header-desktopContent .Header-helpBtn:not(.-outlined), .Header.-homepage .Header-desktopContent .Header-helpBtn:not(.-outlined), .Button.-blue:not(.-outlined-thick), .Header-mobileContent .Header-helpBtn:not(.-outlined-thick), .Header.-transparent .Header-desktopContent .Header-helpBtn:not(.-outlined-thick), .Header.-homepage .Header-desktopContent .Header-helpBtn:not(.-outlined-thick), .Button.-blue:not(.-plain-text), .Header-mobileContent .Header-helpBtn:not(.-plain-text), .Header.-transparent .Header-desktopContent .Header-helpBtn:not(.-plain-text), .Header.-homepage .Header-desktopContent .Header-helpBtn:not(.-plain-text) {
    background-color: #278ACA;
    border-color: #278ACA;
}

    .Button.-blue:not(.-outlined):disabled, .Header-mobileContent .Header-helpBtn:not(.-outlined):disabled, .Header.-transparent .Header-desktopContent .Header-helpBtn:not(.-outlined):disabled, .Header.-homepage .Header-desktopContent .Header-helpBtn:not(.-outlined):disabled, .Button.-blue:not(.-outlined).is-disabled, .Header-mobileContent .Header-helpBtn:not(.-outlined).is-disabled, .Header.-transparent .Header-desktopContent .Header-helpBtn:not(.-outlined).is-disabled, .Header.-homepage .Header-desktopContent .Header-helpBtn:not(.-outlined).is-disabled, .Button.-blue:not(.-outlined-thick):disabled, .Header-mobileContent .Header-helpBtn:not(.-outlined-thick):disabled, .Header.-transparent .Header-desktopContent .Header-helpBtn:not(.-outlined-thick):disabled, .Header.-homepage .Header-desktopContent .Header-helpBtn:not(.-outlined-thick):disabled, .Button.-blue:not(.-outlined-thick).is-disabled, .Header-mobileContent .Header-helpBtn:not(.-outlined-thick).is-disabled, .Header.-transparent .Header-desktopContent .Header-helpBtn:not(.-outlined-thick).is-disabled, .Header.-homepage .Header-desktopContent .Header-helpBtn:not(.-outlined-thick).is-disabled, .Button.-blue:not(.-plain-text):disabled, .Header-mobileContent .Header-helpBtn:not(.-plain-text):disabled, .Header.-transparent .Header-desktopContent .Header-helpBtn:not(.-plain-text):disabled, .Header.-homepage .Header-desktopContent .Header-helpBtn:not(.-plain-text):disabled, .Button.-blue:not(.-plain-text).is-disabled, .Header-mobileContent .Header-helpBtn:not(.-plain-text).is-disabled, .Header.-transparent .Header-desktopContent .Header-helpBtn:not(.-plain-text).is-disabled, .Header.-homepage .Header-desktopContent .Header-helpBtn:not(.-plain-text).is-disabled {
        background-color: #48a2dc;
    }

input[type="radio"]:checked + .Button.-blue:not(.-outlined), .Header-mobileContent input[type="radio"]:checked + .Header-helpBtn:not(.-outlined), .Header.-transparent .Header-desktopContent input[type="radio"]:checked + .Header-helpBtn:not(.-outlined), .Header.-homepage .Header-desktopContent input[type="radio"]:checked + .Header-helpBtn:not(.-outlined), input[type="radio"]:checked + .Button.-blue:not(.-outlined-thick), .Header-mobileContent input[type="radio"]:checked + .Header-helpBtn:not(.-outlined-thick), .Header.-transparent .Header-desktopContent input[type="radio"]:checked + .Header-helpBtn:not(.-outlined-thick), .Header.-homepage .Header-desktopContent input[type="radio"]:checked + .Header-helpBtn:not(.-outlined-thick), input[type="radio"]:checked + .Button.-blue:not(.-plain-text), .Header-mobileContent input[type="radio"]:checked + .Header-helpBtn:not(.-plain-text), .Header.-transparent .Header-desktopContent input[type="radio"]:checked + .Header-helpBtn:not(.-plain-text), .Header.-homepage .Header-desktopContent input[type="radio"]:checked + .Header-helpBtn:not(.-plain-text) {
    color: #fff;
    background-color: #278ACA;
    border-color: #278ACA;
}

.Button.-blue:not(.-outlined):hover, .Header-mobileContent .Header-helpBtn:not(.-outlined):hover, .Header.-transparent .Header-desktopContent .Header-helpBtn:not(.-outlined):hover, .Header.-homepage .Header-desktopContent .Header-helpBtn:not(.-outlined):hover, .Button.-blue:not(.-outlined):focus, .Header-mobileContent .Header-helpBtn:not(.-outlined):focus, .Header.-transparent .Header-desktopContent .Header-helpBtn:not(.-outlined):focus, .Header.-homepage .Header-desktopContent .Header-helpBtn:not(.-outlined):focus, .Button.-blue:not(.-outlined):active, .Header-mobileContent .Header-helpBtn:not(.-outlined):active, .Header.-transparent .Header-desktopContent .Header-helpBtn:not(.-outlined):active, .Header.-homepage .Header-desktopContent .Header-helpBtn:not(.-outlined):active, .Button.-blue:not(.-outlined-thick):hover, .Header-mobileContent .Header-helpBtn:not(.-outlined-thick):hover, .Header.-transparent .Header-desktopContent .Header-helpBtn:not(.-outlined-thick):hover, .Header.-homepage .Header-desktopContent .Header-helpBtn:not(.-outlined-thick):hover, .Button.-blue:not(.-outlined-thick):focus, .Header-mobileContent .Header-helpBtn:not(.-outlined-thick):focus, .Header.-transparent .Header-desktopContent .Header-helpBtn:not(.-outlined-thick):focus, .Header.-homepage .Header-desktopContent .Header-helpBtn:not(.-outlined-thick):focus, .Button.-blue:not(.-outlined-thick):active, .Header-mobileContent .Header-helpBtn:not(.-outlined-thick):active, .Header.-transparent .Header-desktopContent .Header-helpBtn:not(.-outlined-thick):active, .Header.-homepage .Header-desktopContent .Header-helpBtn:not(.-outlined-thick):active, .Button.-blue:not(.-plain-text):hover, .Header-mobileContent .Header-helpBtn:not(.-plain-text):hover, .Header.-transparent .Header-desktopContent .Header-helpBtn:not(.-plain-text):hover, .Header.-homepage .Header-desktopContent .Header-helpBtn:not(.-plain-text):hover, .Button.-blue:not(.-plain-text):focus, .Header-mobileContent .Header-helpBtn:not(.-plain-text):focus, .Header.-transparent .Header-desktopContent .Header-helpBtn:not(.-plain-text):focus, .Header.-homepage .Header-desktopContent .Header-helpBtn:not(.-plain-text):focus, .Button.-blue:not(.-plain-text):active, .Header-mobileContent .Header-helpBtn:not(.-plain-text):active, .Header.-transparent .Header-desktopContent .Header-helpBtn:not(.-plain-text):active, .Header.-homepage .Header-desktopContent .Header-helpBtn:not(.-plain-text):active {
    background-color: #1f6d9f;
    border-color: #1f6d9f;
}

.Button.-blue.-outlined, .Header-mobileContent .-outlined.Header-helpBtn, .Header.-transparent .Header-desktopContent .-outlined.Header-helpBtn, .Header.-homepage .Header-desktopContent .-outlined.Header-helpBtn, .Button.-blue.-outlined-thick, .Header-mobileContent .-outlined-thick.Header-helpBtn, .Header.-transparent .Header-desktopContent .-outlined-thick.Header-helpBtn, .Header.-homepage .Header-desktopContent .-outlined-thick.Header-helpBtn {
    background-color: transparent;
    border-color: #278ACA;
}

    .Button.-blue.-outlined, .Header-mobileContent .-outlined.Header-helpBtn, .Header.-transparent .Header-desktopContent .-outlined.Header-helpBtn, .Header.-homepage .Header-desktopContent .-outlined.Header-helpBtn, .Button.-blue.-outlined:link, .Header-mobileContent .-outlined.Header-helpBtn:link, .Header.-transparent .Header-desktopContent .-outlined.Header-helpBtn:link, .Header.-homepage .Header-desktopContent .-outlined.Header-helpBtn:link, .Button.-blue.-outlined:visited, .Header-mobileContent .-outlined.Header-helpBtn:visited, .Header.-transparent .Header-desktopContent .-outlined.Header-helpBtn:visited, .Header.-homepage .Header-desktopContent .-outlined.Header-helpBtn:visited, .Button.-blue.-outlined-thick, .Header-mobileContent .-outlined-thick.Header-helpBtn, .Header.-transparent .Header-desktopContent .-outlined-thick.Header-helpBtn, .Header.-homepage .Header-desktopContent .-outlined-thick.Header-helpBtn, .Button.-blue.-outlined-thick:link, .Header-mobileContent .-outlined-thick.Header-helpBtn:link, .Header.-transparent .Header-desktopContent .-outlined-thick.Header-helpBtn:link, .Header.-homepage .Header-desktopContent .-outlined-thick.Header-helpBtn:link, .Button.-blue.-outlined-thick:visited, .Header-mobileContent .-outlined-thick.Header-helpBtn:visited, .Header.-transparent .Header-desktopContent .-outlined-thick.Header-helpBtn:visited, .Header.-homepage .Header-desktopContent .-outlined-thick.Header-helpBtn:visited {
        color: #278ACA;
    }

        .Button.-blue.-outlined:hover, .Header-mobileContent .-outlined.Header-helpBtn:hover, .Header.-transparent .Header-desktopContent .-outlined.Header-helpBtn:hover, .Header.-homepage .Header-desktopContent .-outlined.Header-helpBtn:hover, .Button.-blue.-outlined:focus, .Header-mobileContent .-outlined.Header-helpBtn:focus, .Header.-transparent .Header-desktopContent .-outlined.Header-helpBtn:focus, .Header.-homepage .Header-desktopContent .-outlined.Header-helpBtn:focus, .Button.-blue.-outlined:active, .Header-mobileContent .-outlined.Header-helpBtn:active, .Header.-transparent .Header-desktopContent .-outlined.Header-helpBtn:active, .Header.-homepage .Header-desktopContent .-outlined.Header-helpBtn:active, .Button.-blue.-outlined-thick:hover, .Header-mobileContent .-outlined-thick.Header-helpBtn:hover, .Header.-transparent .Header-desktopContent .-outlined-thick.Header-helpBtn:hover, .Header.-homepage .Header-desktopContent .-outlined-thick.Header-helpBtn:hover, .Button.-blue.-outlined-thick:focus, .Header-mobileContent .-outlined-thick.Header-helpBtn:focus, .Header.-transparent .Header-desktopContent .-outlined-thick.Header-helpBtn:focus, .Header.-homepage .Header-desktopContent .-outlined-thick.Header-helpBtn:focus, .Button.-blue.-outlined-thick:active, .Header-mobileContent .-outlined-thick.Header-helpBtn:active, .Header.-transparent .Header-desktopContent .-outlined-thick.Header-helpBtn:active, .Header.-homepage .Header-desktopContent .-outlined-thick.Header-helpBtn:active {
            color: #fff;
            background-color: #278ACA;
        }

.Button.-blue.-plain-text, .Header-mobileContent .-plain-text.Header-helpBtn, .Header.-transparent .Header-desktopContent .-plain-text.Header-helpBtn, .Header.-homepage .Header-desktopContent .-plain-text.Header-helpBtn {
    border-color: transparent;
    background-color: transparent;
}

    .Button.-blue.-plain-text, .Header-mobileContent .-plain-text.Header-helpBtn, .Header.-transparent .Header-desktopContent .-plain-text.Header-helpBtn, .Header.-homepage .Header-desktopContent .-plain-text.Header-helpBtn, .Button.-blue.-plain-text:link, .Header-mobileContent .-plain-text.Header-helpBtn:link, .Header.-transparent .Header-desktopContent .-plain-text.Header-helpBtn:link, .Header.-homepage .Header-desktopContent .-plain-text.Header-helpBtn:link, .Button.-blue.-plain-text:visited, .Header-mobileContent .-plain-text.Header-helpBtn:visited, .Header.-transparent .Header-desktopContent .-plain-text.Header-helpBtn:visited, .Header.-homepage .Header-desktopContent .-plain-text.Header-helpBtn:visited {
        color: #278ACA;
    }

        .Button.-blue.-plain-text:hover, .Header-mobileContent .-plain-text.Header-helpBtn:hover, .Header.-transparent .Header-desktopContent .-plain-text.Header-helpBtn:hover, .Header.-homepage .Header-desktopContent .-plain-text.Header-helpBtn:hover, .Button.-blue.-plain-text:focus, .Header-mobileContent .-plain-text.Header-helpBtn:focus, .Header.-transparent .Header-desktopContent .-plain-text.Header-helpBtn:focus, .Header.-homepage .Header-desktopContent .-plain-text.Header-helpBtn:focus, .Button.-blue.-plain-text:active, .Header-mobileContent .-plain-text.Header-helpBtn:active, .Header.-transparent .Header-desktopContent .-plain-text.Header-helpBtn:active, .Header.-homepage .Header-desktopContent .-plain-text.Header-helpBtn:active {
            color: #fff;
            background-color: #1f6d9f;
            border-color: #1f6d9f;
        }

.Button.-teal:not(.-outlined), .Button.-teal:not(.-outlined-thick), .Button.-teal:not(.-plain-text) {
    background-color: #00A79D;
    border-color: #00A79D;
}

    .Button.-teal:not(.-outlined):disabled, .Button.-teal:not(.-outlined).is-disabled, .Button.-teal:not(.-outlined-thick):disabled, .Button.-teal:not(.-outlined-thick).is-disabled, .Button.-teal:not(.-plain-text):disabled, .Button.-teal:not(.-plain-text).is-disabled {
        background-color: #00dacd;
    }

input[type="radio"]:checked + .Button.-teal:not(.-outlined), input[type="radio"]:checked + .Button.-teal:not(.-outlined-thick), input[type="radio"]:checked + .Button.-teal:not(.-plain-text) {
    color: #fff;
    background-color: #00A79D;
    border-color: #00A79D;
}

.Button.-teal:not(.-outlined):hover, .Button.-teal:not(.-outlined):focus, .Button.-teal:not(.-outlined):active, .Button.-teal:not(.-outlined-thick):hover, .Button.-teal:not(.-outlined-thick):focus, .Button.-teal:not(.-outlined-thick):active, .Button.-teal:not(.-plain-text):hover, .Button.-teal:not(.-plain-text):focus, .Button.-teal:not(.-plain-text):active {
    background-color: #00746d;
    border-color: #00746d;
}

.Button.-teal.-outlined, .Button.-teal.-outlined-thick {
    background-color: transparent;
    border-color: #00A79D;
}

    .Button.-teal.-outlined, .Button.-teal.-outlined:link, .Button.-teal.-outlined:visited, .Button.-teal.-outlined-thick, .Button.-teal.-outlined-thick:link, .Button.-teal.-outlined-thick:visited {
        color: #00A79D;
    }

        .Button.-teal.-outlined:hover, .Button.-teal.-outlined:focus, .Button.-teal.-outlined:active, .Button.-teal.-outlined-thick:hover, .Button.-teal.-outlined-thick:focus, .Button.-teal.-outlined-thick:active {
            color: #fff;
            background-color: #00A79D;
        }

.Button.-teal.-plain-text {
    border-color: transparent;
    background-color: transparent;
}

    .Button.-teal.-plain-text, .Button.-teal.-plain-text:link, .Button.-teal.-plain-text:visited {
        color: #00A79D;
    }

        .Button.-teal.-plain-text:hover, .Button.-teal.-plain-text:focus, .Button.-teal.-plain-text:active {
            color: #fff;
            background-color: #00746d;
            border-color: #00746d;
        }

.Button.-red:not(.-outlined), .Button.-red:not(.-outlined-thick), .Button.-red:not(.-plain-text) {
    background-color: #D61F26;
    border-color: #D61F26;
}

    .Button.-red:not(.-outlined):disabled, .Button.-red:not(.-outlined).is-disabled, .Button.-red:not(.-outlined-thick):disabled, .Button.-red:not(.-outlined-thick).is-disabled, .Button.-red:not(.-plain-text):disabled, .Button.-red:not(.-plain-text).is-disabled {
        background-color: #e4444a;
    }

input[type="radio"]:checked + .Button.-red:not(.-outlined), input[type="radio"]:checked + .Button.-red:not(.-outlined-thick), input[type="radio"]:checked + .Button.-red:not(.-plain-text) {
    color: #fff;
    background-color: #D61F26;
    border-color: #D61F26;
}

.Button.-red:not(.-outlined):hover, .Button.-red:not(.-outlined):focus, .Button.-red:not(.-outlined):active, .Button.-red:not(.-outlined-thick):hover, .Button.-red:not(.-outlined-thick):focus, .Button.-red:not(.-outlined-thick):active, .Button.-red:not(.-plain-text):hover, .Button.-red:not(.-plain-text):focus, .Button.-red:not(.-plain-text):active {
    background-color: #a9191e;
    border-color: #a9191e;
}

.Button.-red.-outlined, .Button.-red.-outlined-thick {
    background-color: transparent;
    border-color: #D61F26;
}

    .Button.-red.-outlined, .Button.-red.-outlined:link, .Button.-red.-outlined:visited, .Button.-red.-outlined-thick, .Button.-red.-outlined-thick:link, .Button.-red.-outlined-thick:visited {
        color: #D61F26;
    }

        .Button.-red.-outlined:hover, .Button.-red.-outlined:focus, .Button.-red.-outlined:active, .Button.-red.-outlined-thick:hover, .Button.-red.-outlined-thick:focus, .Button.-red.-outlined-thick:active {
            color: #fff;
            background-color: #D61F26;
        }

.Button.-red.-plain-text {
    border-color: transparent;
    background-color: transparent;
}

    .Button.-red.-plain-text, .Button.-red.-plain-text:link, .Button.-red.-plain-text:visited {
        color: #D61F26;
    }

        .Button.-red.-plain-text:hover, .Button.-red.-plain-text:focus, .Button.-red.-plain-text:active {
            color: #fff;
            background-color: #a9191e;
            border-color: #a9191e;
        }

.Button.-purple:not(.-outlined), .Button.-purple:not(.-outlined-thick), .Button.-purple:not(.-plain-text) {
    background-color: #6058A6;
    border-color: #6058A6;
}

    .Button.-purple:not(.-outlined):disabled, .Button.-purple:not(.-outlined).is-disabled, .Button.-purple:not(.-outlined-thick):disabled, .Button.-purple:not(.-outlined-thick).is-disabled, .Button.-purple:not(.-plain-text):disabled, .Button.-purple:not(.-plain-text).is-disabled {
        background-color: #7f79b8;
    }

input[type="radio"]:checked + .Button.-purple:not(.-outlined), input[type="radio"]:checked + .Button.-purple:not(.-outlined-thick), input[type="radio"]:checked + .Button.-purple:not(.-plain-text) {
    color: #fff;
    background-color: #6058A6;
    border-color: #6058A6;
}

.Button.-purple:not(.-outlined):hover, .Button.-purple:not(.-outlined):focus, .Button.-purple:not(.-outlined):active, .Button.-purple:not(.-outlined-thick):hover, .Button.-purple:not(.-outlined-thick):focus, .Button.-purple:not(.-outlined-thick):active, .Button.-purple:not(.-plain-text):hover, .Button.-purple:not(.-plain-text):focus, .Button.-purple:not(.-plain-text):active {
    background-color: #4d4685;
    border-color: #4d4685;
}

.Button.-purple.-outlined, .Button.-purple.-outlined-thick {
    background-color: transparent;
    border-color: #6058A6;
}

    .Button.-purple.-outlined, .Button.-purple.-outlined:link, .Button.-purple.-outlined:visited, .Button.-purple.-outlined-thick, .Button.-purple.-outlined-thick:link, .Button.-purple.-outlined-thick:visited {
        color: #6058A6;
    }

        .Button.-purple.-outlined:hover, .Button.-purple.-outlined:focus, .Button.-purple.-outlined:active, .Button.-purple.-outlined-thick:hover, .Button.-purple.-outlined-thick:focus, .Button.-purple.-outlined-thick:active {
            color: #fff;
            background-color: #6058A6;
        }

.Button.-purple.-plain-text {
    border-color: transparent;
    background-color: transparent;
}

    .Button.-purple.-plain-text, .Button.-purple.-plain-text:link, .Button.-purple.-plain-text:visited {
        color: #6058A6;
    }

        .Button.-purple.-plain-text:hover, .Button.-purple.-plain-text:focus, .Button.-purple.-plain-text:active {
            color: #fff;
            background-color: #4d4685;
            border-color: #4d4685;
        }

.Button.-green:not(.-outlined), .Button.-green:not(.-outlined-thick), .Button.-green:not(.-plain-text) {
    background-color: #83943f;
    border-color: #83943f;
}

    .Button.-green:not(.-outlined):disabled, .Button.-green:not(.-outlined).is-disabled, .Button.-green:not(.-outlined-thick):disabled, .Button.-green:not(.-outlined-thick).is-disabled, .Button.-green:not(.-plain-text):disabled, .Button.-green:not(.-plain-text).is-disabled {
        background-color: #a1b551;
    }

input[type="radio"]:checked + .Button.-green:not(.-outlined), input[type="radio"]:checked + .Button.-green:not(.-outlined-thick), input[type="radio"]:checked + .Button.-green:not(.-plain-text) {
    color: #fff;
    background-color: #83943f;
    border-color: #83943f;
}

.Button.-green:not(.-outlined):hover, .Button.-green:not(.-outlined):focus, .Button.-green:not(.-outlined):active, .Button.-green:not(.-outlined-thick):hover, .Button.-green:not(.-outlined-thick):focus, .Button.-green:not(.-outlined-thick):active, .Button.-green:not(.-plain-text):hover, .Button.-green:not(.-plain-text):focus, .Button.-green:not(.-plain-text):active {
    background-color: #637030;
    border-color: #637030;
}

.Button.-green.-outlined, .Button.-green.-outlined-thick {
    background-color: transparent;
    border-color: #83943f;
}

    .Button.-green.-outlined, .Button.-green.-outlined:link, .Button.-green.-outlined:visited, .Button.-green.-outlined-thick, .Button.-green.-outlined-thick:link, .Button.-green.-outlined-thick:visited {
        color: #83943f;
    }

        .Button.-green.-outlined:hover, .Button.-green.-outlined:focus, .Button.-green.-outlined:active, .Button.-green.-outlined-thick:hover, .Button.-green.-outlined-thick:focus, .Button.-green.-outlined-thick:active {
            color: #fff;
            background-color: #83943f;
        }

.Button.-green.-plain-text {
    border-color: transparent;
    background-color: transparent;
}

    .Button.-green.-plain-text, .Button.-green.-plain-text:link, .Button.-green.-plain-text:visited {
        color: #83943f;
    }

        .Button.-green.-plain-text:hover, .Button.-green.-plain-text:focus, .Button.-green.-plain-text:active {
            color: #fff;
            background-color: #637030;
            border-color: #637030;
        }

.Button.-white:not(.-outlined), .Button.-white:not(.-outlined-thick), .Button.-white:not(.-plain-text) {
    background-color: #fff;
    border-color: #fff;
}

    .Button.-white:not(.-outlined):disabled, .Button.-white:not(.-outlined).is-disabled, .Button.-white:not(.-outlined-thick):disabled, .Button.-white:not(.-outlined-thick).is-disabled, .Button.-white:not(.-plain-text):disabled, .Button.-white:not(.-plain-text).is-disabled {
        background-color: white;
    }

input[type="radio"]:checked + .Button.-white:not(.-outlined), input[type="radio"]:checked + .Button.-white:not(.-outlined-thick), input[type="radio"]:checked + .Button.-white:not(.-plain-text) {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}

.Button.-white:not(.-outlined):hover, .Button.-white:not(.-outlined):focus, .Button.-white:not(.-outlined):active, .Button.-white:not(.-outlined-thick):hover, .Button.-white:not(.-outlined-thick):focus, .Button.-white:not(.-outlined-thick):active, .Button.-white:not(.-plain-text):hover, .Button.-white:not(.-plain-text):focus, .Button.-white:not(.-plain-text):active {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

.Button.-white.-outlined, .Header.-transparent .Header-savedProgramsBtn, .Header.-homepage .Header-savedProgramsBtn, .Button.-white.-outlined-thick {
    background-color: transparent;
    border-color: #fff;
}

    .Button.-white.-outlined, .Header.-transparent .Header-savedProgramsBtn, .Header.-homepage .Header-savedProgramsBtn, .Button.-white.-outlined:link, .Header.-transparent .Header-savedProgramsBtn:link, .Header.-homepage .Header-savedProgramsBtn:link, .Button.-white.-outlined:visited, .Header.-transparent .Header-savedProgramsBtn:visited, .Header.-homepage .Header-savedProgramsBtn:visited, .Button.-white.-outlined-thick, .Button.-white.-outlined-thick:link, .Button.-white.-outlined-thick:visited {
        color: #fff;
    }

        .Button.-white.-outlined:hover, .Header.-transparent .Header-savedProgramsBtn:hover, .Header.-homepage .Header-savedProgramsBtn:hover, .Button.-white.-outlined:focus, .Header.-transparent .Header-savedProgramsBtn:focus, .Header.-homepage .Header-savedProgramsBtn:focus, .Button.-white.-outlined:active, .Header.-transparent .Header-savedProgramsBtn:active, .Header.-homepage .Header-savedProgramsBtn:active, .Button.-white.-outlined-thick:hover, .Button.-white.-outlined-thick:focus, .Button.-white.-outlined-thick:active {
            color: #fff;
            background-color: #fff;
        }

.Button.-white.-plain-text {
    border-color: transparent;
    background-color: transparent;
}

    .Button.-white.-plain-text, .Button.-white.-plain-text:link, .Button.-white.-plain-text:visited {
        color: #fff;
    }

        .Button.-white.-plain-text:hover, .Button.-white.-plain-text:focus, .Button.-white.-plain-text:active {
            color: #fff;
            background-color: #e6e6e6;
            border-color: #e6e6e6;
        }

.Button.-white:not(.-outlined), .Button.-white:not(.-outlined-thick), .Button.-white:not(.-plain-text) {
    background-color: #ffffff;
    border-color: #ffffff;
}

    .Button.-white:not(.-outlined), .Button.-white:not(.-outlined):link, .Button.-white:not(.-outlined):visited, .Button.-white:not(.-outlined-thick), .Button.-white:not(.-outlined-thick):link, .Button.-white:not(.-outlined-thick):visited, .Button.-white:not(.-plain-text), .Button.-white:not(.-plain-text):link, .Button.-white:not(.-plain-text):visited {
        color: #222222;
    }

        .Button.-white:not(.-outlined):hover, .Button.-white:not(.-outlined):focus, .Button.-white:not(.-outlined):active, .Button.-white:not(.-outlined-thick):hover, .Button.-white:not(.-outlined-thick):focus, .Button.-white:not(.-outlined-thick):active, .Button.-white:not(.-plain-text):hover, .Button.-white:not(.-plain-text):focus, .Button.-white:not(.-plain-text):active {
            background-color: #e6e6e6;
        }

.Button.-white.-outlined, .Header.-transparent .Header-savedProgramsBtn, .Header.-homepage .Header-savedProgramsBtn, .Button.-white.-outlined-thick {
    background-color: transparent;
    border-color: #ffffff;
}

    .Button.-white.-outlined, .Header.-transparent .Header-savedProgramsBtn, .Header.-homepage .Header-savedProgramsBtn, .Button.-white.-outlined:link, .Header.-transparent .Header-savedProgramsBtn:link, .Header.-homepage .Header-savedProgramsBtn:link, .Button.-white.-outlined:visited, .Header.-transparent .Header-savedProgramsBtn:visited, .Header.-homepage .Header-savedProgramsBtn:visited, .Button.-white.-outlined-thick, .Button.-white.-outlined-thick:link, .Button.-white.-outlined-thick:visited {
        color: #fff;
    }

        .Button.-white.-outlined:hover, .Header.-transparent .Header-savedProgramsBtn:hover, .Header.-homepage .Header-savedProgramsBtn:hover, .Button.-white.-outlined:focus, .Header.-transparent .Header-savedProgramsBtn:focus, .Header.-homepage .Header-savedProgramsBtn:focus, .Button.-white.-outlined:active, .Header.-transparent .Header-savedProgramsBtn:active, .Header.-homepage .Header-savedProgramsBtn:active, .Button.-white.-outlined-thick:hover, .Button.-white.-outlined-thick:focus, .Button.-white.-outlined-thick:active {
            color: #222222;
            background-color: #ffffff;
        }

.Button.-white.-plain-text {
    background-color: transparent;
    border-color: transparent;
}

    .Button.-white.-plain-text, .Button.-white.-plain-text:link, .Button.-white.-plain-text:visited {
        color: #fff;
    }

        .Button.-white.-plain-text:hover, .Button.-white.-plain-text:focus, .Button.-white.-plain-text:active {
            color: #222222;
            background-color: #ffffff;
        }

.Button.-small {
    font-size: 0.875em;
    padding: 10px 10px;
    padding: 0.625rem 0.625rem;
}

.Button.-default {
    font-size: 1em;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
}

.Button.-large {
    font-size: 1.375em;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
}

.Button.-block {
    display: block;
    margin-right: 0;
}

.Button.-text-center {
    text-align: center;
}

.Button.-icon-right {
    padding-right: calc( 20px + 1em);
    position: relative;
}

    .Button.-icon-right.-small {
        padding-right: calc(0.625rem + 1em);
    }

    .Button.-icon-right.-default {
        padding-right: calc(1.25rem + 1em);
    }

    .Button.-icon-right.-large {
        padding-right: calc(1.25rem + 1em);
    }

    .Button.-icon-right svg {
        margin-top: -.5em;
        position: absolute;
        right: 20px;
        right: 1.25rem;
        top: 50%;
    }

        .Button.-icon-right svg.-small {
            right: 10px 10px;
            right: 0.625rem 0.625rem;
        }

        .Button.-icon-right svg.-default {
            right: 10px 20px;
            right: 0.625rem 1.25rem;
        }

        .Button.-icon-right svg.-large {
            right: 10px 20px;
            right: 0.625rem 1.25rem;
        }

.Button.-hover-clear:hover, .Button.-hover-clear:focus, .Button.-hover-clear:active {
    border-color: transparent;
    background: none;
}

.Button.-outlined-thick {
    border-width: 2px;
}

.Button.-squared {
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.Button.-fw-normal {
    font-weight: normal;
}

dl {
    margin-bottom: 1em;
    margin-top: 0;
}

dd {
    margin-left: 0;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

legend {
    padding-left: 0;
    padding-right: 0;
}

label, input, textarea {
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

    label, input[type='radio'], input[type='checkbox'] {
        cursor: pointer;
    }

textarea {
    display: block;
    width: 100%;
}

[readonly] {
    cursor: text;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], textarea, .dd-academicreferencerole {
    background-color: transparent;
    border: 1px solid #5e6261;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    height: 40px;
    padding: 0 0.625em 0;
    width: 100%;
    -webkit-appearance: none;
}

@media (min-width: 1920px) {
    input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], textarea {
        border: 2px solid #5e6261;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
    font-weight: inherit;
    margin: 0;
}

hr {
    background-color: #000;
    border: none;
    height: 1px;
    margin: 0;
}

hr {
    color: red;
    background-color: #cccccc;
}

.icon {
    fill: currentColor;
    height: 1em;
    vertical-align: middle;
    overflow: visible !important;
    width: 1em;
}

    .icon.-va-text-bottom {
        vertical-align: text-bottom;
    }

    .icon.-large {
        height: 30px;
        width: 30px;
    }

    .icon.-small {
        height: .7em;
        margin-bottom: .2em;
        width: .7em;
    }

    .icon.-map {
        height: 40px;
        width: 40px;
    }

    .icon.-tiny {
        height: .75em;
        vertical-align: baseline;
        width: .5em;
    }

    .icon.-flip {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.button-icon {
    vertical-align: baseline;
    height: 10px;
    width: 10px;
}

img {
    height: auto;
    max-width: 100%;
}

.u-photoBorder {
    border: 7px solid #fff;
    -webkit-box-shadow: 3px 3px 1px 0 rgba(0,0,0,0.15);
    box-shadow: 3px 3px 1px 0 rgba(0,0,0,0.15);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    padding: 0;
}

.u-richtext table {
    margin: 2em 0;
    position: relative;
    width: 100%;
}

    .u-richtext table:before {
        background-color: #278ACA;
        content: "";
        height: 5px;
        position: absolute;
        top: 0;
        left: 16px;
        right: 16px;
    }

    .u-richtext table caption {
        margin-bottom: 15px;
        margin-bottom: 0.9375rem;
    }

    .u-richtext table tr:first-child > * {
        padding-top: 19px;
    }

    .u-richtext table th, .u-richtext table td {
        border: solid 1px #cccccc;
        padding: 14px 16px;
        padding: 0.875rem 1rem;
    }

    .u-richtext table td {
        color: inherit;
        vertical-align: top;
    }

    .u-richtext table th {
        font-size: 1.1875em;
        line-height: 1.315789474;
        border-bottom: 0;
        color: #231f20;
        text-align: left;
    }

    .u-richtext table tfoot td {
        border-top: 3px solid #5e6261;
        font-weight: bold;
    }

p {
    margin: 0;
}

blockquote {
    margin: 0;
}

.BodyText.-bordered {
    border-top: solid 1px #cccccc;
    padding-top: 30px;
    padding-top: 1.875rem;
}

.BodyText-intro {
    font-weight: bold;
    font-size: 121%;
}

    .BodyText-intro strong {
        font-weight: normal;
    }

.BodyText-intro--university {
    color: #222;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1.3125em;
    line-height: 29px;
    line-height: 1.8125rem;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
}

@media all and (min-width: 47.9375em) {
    .BodyText-intro--university {
        color: #222;
        font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
        font-size: 1.4375em;
        line-height: 1.9375rem;
    }
}

.BodyText--university {
    color: #777777;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1.0625em;
    line-height: 23px;
    line-height: 1.4375rem;
}

@media all and (min-width: 47.9375em) {
    .BodyText--university {
        font-size: 1.1875em;
        line-height: 1.5625rem;
    }
}

.u-richtext {
    color: #777777;
    line-height: 1.4;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
}

    .u-richtext:before, .u-richtext:after {
        content: "";
        display: table;
    }

    .u-richtext:after {
        clear: both;
    }

@media all and (min-width: 30em) {
    .u-richtext {
        font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    }
}

.u-richtext .Media {
    margin: 2em 0;
}

    .u-richtext .Media:first-child {
        margin-top: 0;
    }

    .u-richtext .Media + .Media {
        margin: 4em 0;
    }

.u-richtext > *:last-child {
    margin-bottom: 0;
}

.u-richtext p:empty {
    display: none;
}

.u-richtext > h1, .u-richtext > h2, .u-richtext > h3, .u-richtext > h4, .u-richtext > h5, .u-richtext > h6 {
    margin-top: 30px;
    margin-top: 1.875rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
}

    .u-richtext > h1:first-child, .u-richtext > h2:first-child, .u-richtext > h3:first-child, .u-richtext > h4:first-child, .u-richtext > h5:first-child, .u-richtext > h6:first-child {
        margin-top: 0;
    }

.u-richtext > h1 {
    line-height: 1.185;
    color: #222222;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

@media all and (min-width: 20em) {
    .u-richtext > h1 {
        font-size: 175%;
    }
}

@media all and (min-width: 75em) {
    .u-richtext > h1 {
        font-size: 187.5%;
    }
}

.webos .u-richtext > h1 {
    text-rendering: auto;
}

.u-richtext > h2 {
    line-height: 1.185;
    color: #222222;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

@media all and (min-width: 20em) {
    .u-richtext > h2 {
        font-size: 175%;
    }
}

@media all and (min-width: 75em) {
    .u-richtext > h2 {
        font-size: 187.5%;
    }
}

.webos .u-richtext > h2 {
    text-rendering: auto;
}

.u-richtext > h3 {
    line-height: 1.185;
    color: #222222;
    font-weight: bold;
}

@media all and (min-width: 20em) {
    .u-richtext > h3:not(.ProgramDetail-header-title) {
        font-size: 150%;
    }
}

@media all and (min-width: 75em) {
    .u-richtext > h3:not(.ProgramDetail-header-title) {
        font-size: 162.5%;
    }
}

.u-richtext > h4 {
    line-height: 1.185;
    color: #222222;
    font-weight: bold;
    line-height: 20px;
}

@media all and (min-width: 20em) {
    .u-richtext > h4 {
        font-size: 125%;
    }
}

@media all and (min-width: 75em) {
    .u-richtext > h4 {
        font-size: 137.5%;
    }
}

.u-richtext > h5 {
    font-size: 1.125em;
    line-height: 1.3;
    color: #777777;
    font-weight: bold;
}

@media all and (min-width: 20em) {
    .u-richtext > h5 {
        font-size: 125%;
    }
}

@media all and (min-width: 75em) {
    .u-richtext > h5 {
        font-size: 137.5%;
    }
}

.u-richtext > h6 {
    font-size: 1em;
    line-height: 1.3;
    color: #222222;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin: 0 0 10px;
    margin: 0 0 0.625rem;
    position: relative;
}

.u-richtext.-small > p:not(.Shortcode):not(.Component), .u-richtext.-small > ul:not(.Shortcode):not(.Component), .u-richtext.-small > ol:not(.Shortcode):not(.Component) {
    font-size: 17px;
    line-height: 23px;
}

@media all and (min-width: 47.9375em) {
    .u-richtext.-small > p:not(.Shortcode):not(.Component), .u-richtext.-small > ul:not(.Shortcode):not(.Component), .u-richtext.-small > ol:not(.Shortcode):not(.Component) {
        font-size: 19px;
        line-height: 25px;
    }
}

.u-richtext.-small > p {
    margin-bottom: .75em;
}

.u-richtext > p {
    font-size: 21px;
    font-weight: 300;
    line-height: 29px;
    margin-bottom: 1em;
}

@media all and (min-width: 47.9375em) {
    .u-richtext > p {
        font-size: 23px;
        line-height: 31px;
    }
}

.u-richtext ul:not(.Shortcode):not(.Component) {
    list-style-type: inherit;
    margin-bottom: 1em;
    padding-left: 0;
}

    .u-richtext ul:not(.Shortcode):not(.Component) ul, .u-richtext ul:not(.Shortcode):not(.Component) ol {
        margin-bottom: 0;
        padding-left: 1.25em;
    }

    .u-richtext ul:not(.Shortcode):not(.Component) li {
        margin-top: 0.2em;
    }

        .u-richtext ul:not(.Shortcode):not(.Component) li:first-child {
            margin-top: 0;
        }

        .u-richtext ul:not(.Shortcode):not(.Component) li li:first-child {
            margin-top: 0.2em;
        }

    .u-richtext ul:not(.Shortcode):not(.Component) ul {
        list-style: circle;
    }

.u-richtext > ul:not(.Shortcode):not(.Component), .u-richtext blockquote > ul {
    margin-left: 20px;
    margin-left: 1.25rem;
}

.u-richtext ol:not(.Shortcode):not(.Component) {
    list-style-type: inherit;
    margin-bottom: 1em;
    padding-left: 0;
    list-style-type: decimal;
    padding-left: 1.5625em;
}

    .u-richtext ol:not(.Shortcode):not(.Component) ul, .u-richtext ol:not(.Shortcode):not(.Component) ol {
        margin-bottom: 0;
        padding-left: 1.25em;
    }

    .u-richtext ol:not(.Shortcode):not(.Component) li {
        margin-top: 0.2em;
    }

        .u-richtext ol:not(.Shortcode):not(.Component) li:first-child {
            margin-top: 0;
        }

        .u-richtext ol:not(.Shortcode):not(.Component) li li:first-child {
            margin-top: 0.2em;
        }

    .u-richtext ol:not(.Shortcode):not(.Component) ol {
        list-style: lower-alpha;
    }

        .u-richtext ol:not(.Shortcode):not(.Component) ol ol {
            list-style: lower-roman;
        }

    .u-richtext ol:not(.Shortcode):not(.Component) ul {
        list-style: circle;
    }

.u-richtext blockquote {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    line-height: 1.7;
    padding: 0 0 0 20px;
    padding: 0 0 0 1.25rem;
    margin-bottom: 1em;
}

    .u-richtext blockquote ul, .u-richtext blockquote ol {
        line-height: 1.4;
    }

    .u-richtext blockquote p {
        margin-bottom: 1em;
    }

.u-richtext > li > p:last-child {
    margin-bottom: 0;
}

.u-richtext table:first-child {
    margin-top: 0;
}

.u-richtext b, .u-richtext strong {
    font-weight: bold;
}

.u-richtext sup {
    font-size: 0.8em;
    left: -1px;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

object, embed {
    display: block;
    z-index: 1 !important;
}

iframe {
    display: block;
    z-index: 1;
}

.ios input, .ios textarea, .ios select {
    font-size: 16px;
}

a > svg, button > svg {
    pointer-events: none;
}

a {
    -webkit-transition: color 150ms ease-in-out, background-color 150ms ease-in-out, border 150ms ease-in-out;
    -o-transition: color 150ms ease-in-out, background-color 150ms ease-in-out, border 150ms ease-in-out;
    transition: color 150ms ease-in-out, background-color 150ms ease-in-out, border 150ms ease-in-out;
}

    a, a:link, a:visited, a:focus, a:hover, a:active {
        text-decoration: none;
        outline: 0 !important;
    }

        a, a:link, a:visited {
            color: #278ACA;
        }

            a:hover, a:focus, a:active {
                color: #2073a8;
            }

            a[href^=tel] {
                color: inherit;
                text-decoration: none;
            }

            a[href^="mailto"] {
                word-break: break-all;
                word-break: break-word;
            }

button {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    background-image: none;
    cursor: pointer;
    font-weight: normal;
    letter-spacing: 0;
    line-height: normal;
    text-align: left;
    text-shadow: none;
    text-transform: none;
    -webkit-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}

    button:hover, button:focus, button:active {
        background-color: transparent;
    }

input:focus, textarea:focus {
    border-color: #34ce92;
}

.no-records-found {
    text-align: center;
    color: #2229;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.2;
}

html {
    font-size: 100%;
    height: 100%;
}

body {
    color: #222222;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-style: normal;
    font-weight: normal;
    line-height: 1.6875;
    background-color: #fff;
    height: 100%;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0;
}

.disable-hover {
    pointer-events: none;
}

.js-no-outlines *:focus {
    outline: none;
}

.u-show {
    display: block;
}

.u-hide {
    display: none;
}

.u-HIDE {
    display: none !important;
}

.u-invisible {
    visibility: hidden;
}

.u-visible {
    visibility: visible;
}

[class^='u-visible'] {
    display: none;
}

@media screen and (max-width: 30em) {
    .u-visible--small {
        display: inherit;
    }

    .u-visible--small--block {
        display: block;
    }

    .u-visible--small--inline {
        display: inline;
    }

    .u-visible--small--inline-block {
        display: inline-block;
    }
}

@media screen and (min-width: 30em) and (max-width: 47.9375em) {
    .u-visible--med-small {
        display: inherit;
    }

    .u-visible--med-small--block {
        display: block;
    }

    .u-visible--med-small--inline {
        display: inline;
    }

    .u-visible--med-small--inline-block {
        display: inline-block;
    }
}

@media screen and (min-width: 47.9375em) and (max-width: 61.25em) {
    .u-visible--medium {
        display: inherit;
    }

    .u-visible--medium--block {
        display: block;
    }

    .u-visible--medium--inline {
        display: inline;
    }

    .u-visible--medium--inline-block {
        display: inline-block;
    }
}

@media screen and (min-width: 61.25em) and (max-width: 75em) {
    .u-visible--med-wide {
        display: inherit;
    }

    .u-visible--med-wide--block {
        display: block;
    }

    .u-visible--med-wide--inline {
        display: inline;
    }

    .u-visible--med-wide--inline-block {
        display: inline-block;
    }
}

@media all and (min-width: 75em) {
    .u-visible--wide {
        display: inherit;
    }

    .u-visible--wide--block {
        display: block;
    }

    .u-visible--wide--inline {
        display: inline;
    }

    .u-visible--wide--inline-block {
        display: inline-block;
    }
}

@media screen and (max-width: 30em) {
    .u-hidden--small {
        display: none;
    }
}

@media screen and (min-width: 30em) and (max-width: 47.9375em) {
    .u-hidden--med-small {
        display: none;
    }
}

@media screen and (min-width: 47.9375em) and (max-width: 61.25em) {
    .u-hidden--medium {
        display: none;
    }
}

@media screen and (min-width: 61.25em) and (max-width: 75em) {
    .u-hidden--med-wide {
        display: none;
    }
}

@media all and (min-width: 75em) {
    .u-hidden--wide {
        display: none;
    }
}

.u-clear {
    clear: both;
}

.u-clearfix:before, .u-clearfix:after {
    content: "";
    display: table;
}

.u-clearfix:after {
    clear: both;
}

.u-nowrap {
    display: inline-block;
    white-space: nowrap;
}

.u-hyphenate {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.u-uppercase {
    text-transform: uppercase;
}

.u-textCenter {
    text-align: center;
/*    display: flex;
    justify-content: center;*/
}

.u-textLeft {
    text-align: left;
}

.u-textRight {
    text-align: right;
}

.u-mb1 {
    margin-bottom: 0.5625em;
}

.u-mt1 {
    margin-top: 0.5625em;
}

.u-mb2 {
    margin-bottom: 1.125em;
}

.u-mt2 {
    margin-top: 1.125em;
}

.u-mb3 {
    margin-bottom: 1.6875em;
}

.u-mt3 {
    margin-top: 1.6875em;
}

.u-mb4 {
    margin-bottom: 2.25em;
}

.u-mt4 {
    margin-top: 2.25em;
}

.u-mb5 {
    margin-bottom: 2.8125em;
}

.u-mt5 {
    margin-top: 2.8125em;
}

.u-mb6 {
    margin-bottom: 3.375em;
}

.u-mt6 {
    margin-top: 3.375em;
}

.u-mb7 {
    margin-bottom: 3.9375em;
}

.u-mt7 {
    margin-top: 3.9375em;
}

.u-mb8 {
    margin-bottom: 4.5em;
}

.u-mt8 {
    margin-top: 4.5em;
}

.u-mb9 {
    margin-bottom: 5.0625em;
}

.u-mt9 {
    margin-top: 5.0625em;
}

.u-mb10 {
    margin-bottom: 5.625em;
}

.u-mt10 {
    margin-top: 5.625em;
}

.u-mb11 {
    margin-bottom: 6.1875em;
}

.u-mt11 {
    margin-top: 6.1875em;
}

.u-mb12 {
    margin-bottom: 6.75em;
}

.u-mt12 {
    margin-top: 6.75em;
}

.u-mb13 {
    margin-bottom: 7.3125em;
}

.u-mt13 {
    margin-top: 7.3125em;
}

.u-mb14 {
    margin-bottom: 7.875em;
}

.u-mt14 {
    margin-top: 7.875em;
}

.u-mb15 {
    margin-bottom: 8.4375em;
}

.u-mt15 {
    margin-top: 8.4375em;
}

.u-mb16 {
    margin-bottom: 9em;
}

.u-mt16 {
    margin-top: 9em;
}

.u-mb17 {
    margin-bottom: 9.5625em;
}

.u-mt17 {
    margin-top: 9.5625em;
}

.u-mb18 {
    margin-bottom: 10.125em;
}

.u-mt18 {
    margin-top: 10.125em;
}

.u-mb19 {
    margin-bottom: 10.6875em;
}

.u-mt19 {
    margin-top: 10.6875em;
}

.u-mb20 {
    margin-bottom: 11.25em;
}

.u-mt20 {
    margin-top: 11.25em;
}

.u-posr {
    position: relative;
}

.u-posa {
    position: absolute;
}

.u-poss {
    position: static;
}

.u-db {
    display: block;
}

.u-di {
    display: inline;
}

.u-dib {
    display: inline-block;
}

.ArticleHeader {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    margin: 20px 0 0;
    margin: 1.25rem 0 0;
}

@media all and (min-width: 47.9375em) {
    .ArticleHeader {
        margin: 1.875rem 0 0;
    }
}

.ArticleHeader > * {
    margin: 10px 0;
    margin: 0.625rem 0;
}

.ArticleHeader-title {
    font-size: 2.625em;
    font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    line-height: 1.2;
}

@media all and (min-width: 47.9375em) {
    .ArticleHeader-title {
        font-size: 3.375em;
    }
}

.ArticleHeader-category {
    font-weight: bold;
    text-transform: uppercase;
}





/*Tabs Styling*/
.box-shadow {
    background: #f9fafb;
    padding: 20px;
    -webkit-border-radius: 0 3px 3px;
    border-radius: 0 3px 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
}

.nav-tabs {
    border-bottom: 0;
}

.active-nav-items a {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #278aca;
    border-top: 2px solid #278aca;
    /* background-color: #ddecff; */
}

.card-main-container, .box-shadow, #unpaidFeeType, #paidFeeType {
    width: 100%;
}

.card-main-container {
    transition: opacity 0.9s ease, transform 0.9s ease;
    display: flex;
    gap: 12px;
    /* margin-bottom:16px;*/
}


/*.card-main-container {
    padding: 20px;
    transition: opacity 0.6s ease, transform 0.6s ease;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
}

    .card-main-container.visible {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
    .card-main-container.hidden {*/
/*opacity: 0;*/
/*transform: translateY(-10px);
        transition: all ease-in-out 0.5s;
    }*/

@media all and (min-width: 20em) {
    .ArticleHeader-category {
        font-size: 100%;
    }
}

@media all and (min-width: 47.5em) {
    .ArticleHeader-category {
        font-size: 112.5%;
    }
}

.ArticleHeader-category a, .ArticleHeader-category a:link, .ArticleHeader-category a:visited {
    color: #231f20;
}

    .ArticleHeader-category a:hover, .ArticleHeader-category a:focus, .ArticleHeader-category a:active {
        color: #278ACA;
    }

.ArticleHeader-date {
    color: #777777;
    font-style: italic;
}

@media all and (min-width: 20em) {
    .ArticleHeader-date {
        font-size: 100%;
    }
}

@media all and (min-width: 33.75em) {
    .ArticleHeader-date {
        font-size: 112.5%;
    }
}

@media all and (min-width: 47.5em) {
    .ArticleHeader-date {
        font-size: 125%;
    }
}

@media all and (min-width: 61.25em) {
    .ArticleHeader-date {
        font-size: 137.5%;
    }
}

.ArticleIndexHeader-hero {
    width: 100%;
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 40px 5% 20px 5%;
}

@media all and (min-width: 47.5em) {
    .ArticleIndexHeader-hero {
        padding: 60px 5% 50px 5%;
    }
}

.ArticleIndexHeader-title a {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    display: block;
}

@media all and (min-width: 47.5em) {
    .ArticleIndexHeader-title a {
        font-size: 80px;
    }
}

.ArticleIndexHeader-form {
    position: relative;
    display: block;
    max-width: 550px;
    margin: 30px auto 30px auto;
}

    .ArticleIndexHeader-form:before, .ArticleIndexHeader-form:after {
        content: "";
        display: table;
    }

    .ArticleIndexHeader-form:after {
        clear: both;
    }

.ArticleIndexHeader-form-input[type=text] {
    background: #fff;
    -webkit-border-radius: 1px 0 0 1px;
    border-radius: 1px 0 0 1px;
    border: 1px solid rgba(0,0,0,0.2);
    border-right: none;
    display: block;
    float: left;
    font-size: 14px;
    width: 90%;
}

    .ArticleIndexHeader-form-input[type=text]:focus {
        border-color: #999;
    }

.ArticleIndexHeader-form-button {
    display: block;
    width: 10%;
    float: left;
    display: block;
    height: 40px;
    height: calc(2em + 8px);
    background-image: url("/Content/svg/search.svg");
    background-color: #EE7835;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: auto 40%;
    background-size: auto 40%;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 0 0 0 -2px;
    cursor: pointer;
}

    .ArticleIndexHeader-form-button:hover, .ArticleIndexHeader-form-button:active, .ArticleIndexHeader-form-button:focus {
        background-color: #f0884d;
    }

.ArticleIndexHeader-facets {
    display: block;
    padding: 20px 0;
    padding: 1.25rem 0;
    border-bottom: 1px solid #ccc;
}

    .ArticleIndexHeader-facets:before, .ArticleIndexHeader-facets:after {
        content: "";
        display: table;
    }

    .ArticleIndexHeader-facets:after {
        clear: both;
    }

    .ArticleIndexHeader-facets .InnerAlign {
        max-width: 1000px;
    }

@media all and (min-width: 47.5em) {
    .ArticleIndexHeader-facets {
        width: 100%;
        margin: 0 auto;
    }
}

.ArticleIndexHeader-facets select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    border: none;
    padding: none;
    font-size: 13px;
    width: 48%;
    color: #888;
    cursor: pointer;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
    background-position: center left;
    background-repeat: no-repeat;
    padding: 5px 0 5px 25px;
    float: left;
    -webkit-transition: color 100ms linear;
    -o-transition: color 100ms linear;
    transition: color 100ms linear;
}

    .ArticleIndexHeader-facets select:hover, .ArticleIndexHeader-facets select:active {
        color: #000;
    }

@media all and (min-width: 47.5em) {
    .ArticleIndexHeader-facets select {
        margin: 0 2% 0 0;
        display: block;
        width: 18%;
    }
}

.ArticleIndexHeader-facets select.-region {
    background-image: url("/Content/svg/map-marker.svg");
}

.ArticleIndexHeader-facets select.-before {
    background-image: url("/Content/svg/calendar-check-o.svg");
}

.ArticleIndexHeader-facets select.-abroad {
    background-image: url("/Content/svg/map-o.svg");
}

.ArticleIndexHeader-facets select.-return {
    background-image: url("/Content/svg/home.svg");
}

.ArticleIndexHeader-facets select.-alumni {
    background-image: url("/Content/svg/bookmark-o.svg");
}

.ArticleIndexHeader-facets select.-stories {
    background-image: url("/Content/svg/comment-o.svg");
}

.ArticleIndex {
    padding: 30px 5% 5% 5%;
}

    .ArticleIndex:before, .ArticleIndex:after {
        content: "";
        display: table;
    }

    .ArticleIndex:after {
        clear: both;
    }

.ArticleIndex-leader {
    display: block;
    width: 100%;
    clear: both;
}

.ArticleIndex-leader-title {
    margin: 10px 0 35px 0;
}

    .ArticleIndex-leader-title span {
        font-size: 16px;
        color: #000;
        text-transform: uppercase;
        text-align: center;
        display: block;
        line-height: 1;
    }

    .ArticleIndex-leader-title strong {
        font-family: Georgia;
        font-size: 300%;
        font-weight: normal;
        text-transform: none;
        text-align: center;
        display: block;
        line-height: 1.2;
    }

.ArticleIndex-listing-item {
    margin-top: 30px;
    margin-top: 1.875rem;
}

    .ArticleIndex-listing-item:first-child {
        margin-top: 0;
    }

@media all and (min-width: 30em) {
    .ArticleIndex-listing-item.-clear.u-col-6--med-small:nth-child(2n+1) {
        clear: left;
    }
}

.ArticleTags-super {
    display: inline-block;
    font-size: 1em;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.ArticleTags-list {
    display: inline-block;
    margin-left: 5px;
    margin-left: 0.3125rem;
}

.ArticleTags-list-item {
    display: inline-block;
    margin-top: 5px;
}

.ArticleUtilities {
    margin: 20px 0;
    margin: 1.25rem 0;
}

.ArticleUtilities-item {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

.ArticleUtilities-icon {
    float: left;
}

.ArticleUtilities-text {
    color: #5e6261;
    display: block;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 22px;
    margin: 0 0 0 40px;
    padding-top: 5px;
}

.BackgroundImage {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 1.5s opacity;
    -o-transition: 1.5s opacity;
    transition: 1.5s opacity;
    z-index: 1;
}

.Banner {
    background-color: #278ACA;
    color: #fff;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media print {
    .Banner {
        display: none !important;
    }
}

.Banner-contentWrapper {
    display: table;
    position: relative;
    width: 100%;
    z-index: 2;
}

.Banner-content {
    display: table-cell;
    height: 165px;
    padding: 20px 0;
    padding: 1.25rem 0;
    text-align: center;
    vertical-align: middle;
}

@media all and (min-width: 47.9375em) {
    .Banner-content {
        height: 260px;
    }

    .Banner.-dashboard .Banner-content {
        height: 210px;
    }

    .Banner.-tall .Banner-content {
        height: 333px;
    }
}

@media all and (min-width: 75em) {
    .Banner.-tall .Banner-content {
        height: 433px;
    }
}

.Banner-arch {
    bottom: -2px;
    display: none;
    fill: #fff;
    margin-left: -1%;
    position: relative;
    width: 102%;
    z-index: 3;
}

@media all and (min-width: 20.0625em) {
    .Banner-arch {
        display: block;
    }
}

.Banner-title, .Banner-text {
    display: block;
    font-weight: bold;
    text-shadow: 2px 2px rgba(0,0,0,0.3) !important;
}

.Banner-title {
    font-size: 1.6875em;
    line-height: 1.2;
}

.Banner.-textLarge .Banner-title {
    line-height: 1.3;
}

@media all and (min-width: 20em) {
    .Banner.-textLarge .Banner-title {
        font-size: 250%;
    }
}

@media all and (min-width: 22.1875em) {
    .Banner.-textLarge .Banner-title {
        font-size: 262.5%;
    }
}

@media all and (min-width: 24.375em) {
    .Banner.-textLarge .Banner-title {
        font-size: 275%;
    }
}

@media all and (min-width: 26.5625em) {
    .Banner.-textLarge .Banner-title {
        font-size: 287.5%;
    }
}

@media all and (min-width: 28.75em) {
    .Banner.-textLarge .Banner-title {
        font-size: 300%;
    }
}

@media all and (min-width: 30.9375em) {
    .Banner.-textLarge .Banner-title {
        font-size: 312.5%;
    }
}

@media all and (min-width: 33.125em) {
    .Banner.-textLarge .Banner-title {
        font-size: 325%;
    }
}

@media all and (min-width: 35.3125em) {
    .Banner.-textLarge .Banner-title {
        font-size: 337.5%;
    }
}

@media all and (min-width: 37.5em) {
    .Banner.-textLarge .Banner-title {
        font-size: 350%;
    }
}

@media all and (min-width: 39.6875em) {
    .Banner.-textLarge .Banner-title {
        font-size: 362.5%;
    }
}

@media all and (min-width: 41.875em) {
    .Banner.-textLarge .Banner-title {
        font-size: 375%;
    }
}

@media all and (min-width: 44.0625em) {
    .Banner.-textLarge .Banner-title {
        font-size: 387.5%;
    }
}

@media all and (min-width: 46.25em) {
    .Banner.-textLarge .Banner-title {
        font-size: 400%;
    }
}

@media all and (min-width: 48.4375em) {
    .Banner.-textLarge .Banner-title {
        font-size: 412.5%;
    }
}

@media all and (min-width: 50.625em) {
    .Banner.-textLarge .Banner-title {
        font-size: 425%;
    }
}

@media all and (min-width: 52.8125em) {
    .Banner.-textLarge .Banner-title {
        font-size: 437.5%;
    }
}

@media all and (min-width: 55em) {
    .Banner.-textLarge .Banner-title {
        font-size: 450%;
    }
}

@media all and (min-width: 57.1875em) {
    .Banner.-textLarge .Banner-title {
        font-size: 462.5%;
    }
}

@media all and (min-width: 59.375em) {
    .Banner.-textLarge .Banner-title {
        font-size: 475%;
    }
}

@media all and (min-width: 61.5625em) {
    .Banner.-textLarge .Banner-title {
        font-size: 487.5%;
    }
}

@media all and (min-width: 63.75em) {
    .Banner.-textLarge .Banner-title {
        font-size: 500%;
    }
}

@media all and (min-width: 65.9375em) {
    .Banner.-textLarge .Banner-title {
        font-size: 512.5%;
    }
}

@media all and (min-width: 68.125em) {
    .Banner.-textLarge .Banner-title {
        font-size: 525%;
    }
}

@media all and (min-width: 70.3125em) {
    .Banner.-textLarge .Banner-title {
        font-size: 537.5%;
    }
}

@media all and (min-width: 72.5em) {
    .Banner.-textLarge .Banner-title {
        font-size: 550%;
    }
}

@media all and (min-width: 74.6875em) {
    .Banner.-textLarge .Banner-title {
        font-size: 562.5%;
    }
}

.Banner.-serif .Banner-title {
    font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    font-weight: normal;
    line-height: 1.3;
}

@media all and (min-width: 20em) {
    .Banner.-serif .Banner-title {
        font-size: 187.5%;
    }
}

@media all and (min-width: 24.1875em) {
    .Banner.-serif .Banner-title {
        font-size: 200%;
    }
}

@media all and (min-width: 28.375em) {
    .Banner.-serif .Banner-title {
        font-size: 212.5%;
    }
}

@media all and (min-width: 32.5625em) {
    .Banner.-serif .Banner-title {
        font-size: 225%;
    }
}

@media all and (min-width: 36.75em) {
    .Banner.-serif .Banner-title {
        font-size: 237.5%;
    }
}

@media all and (min-width: 40.9375em) {
    .Banner.-serif .Banner-title {
        font-size: 250%;
    }
}

@media all and (min-width: 45.125em) {
    .Banner.-serif .Banner-title {
        font-size: 262.5%;
    }
}

@media all and (min-width: 49.3125em) {
    .Banner.-serif .Banner-title {
        font-size: 275%;
    }
}

@media all and (min-width: 53.5em) {
    .Banner.-serif .Banner-title {
        font-size: 287.5%;
    }
}

@media all and (min-width: 57.6875em) {
    .Banner.-serif .Banner-title {
        font-size: 300%;
    }
}

@media all and (min-width: 61.875em) {
    .Banner.-serif .Banner-title {
        font-size: 312.5%;
    }
}

@media all and (min-width: 66.0625em) {
    .Banner.-serif .Banner-title {
        font-size: 325%;
    }
}

@media all and (min-width: 70.25em) {
    .Banner.-serif .Banner-title {
        font-size: 337.5%;
    }
}

@media all and (min-width: 75em) {
    .Banner.-dashboard .Banner-title {
        margin-bottom: 1.25rem;
    }
}

@media all and (min-width: 20em) {
    .Banner.-textLarge .Banner-text {
        font-size: 112.5%;
    }
}

@media all and (min-width: 47.5em) {
    .Banner.-textLarge .Banner-text {
        font-size: 125%;
    }
}

@media all and (min-width: 75em) {
    .Banner.-textLarge .Banner-text {
        font-size: 137.5%;
    }
}

.Banner-form {
    color: #222222;
    max-width: 550px;
    margin: 20px auto;
    margin: 1.25rem auto;
}

    .Banner-form input[type="email"], .Banner-form input[type="number"], .Banner-form input[type="password"], .Banner-form input[type="search"], .Banner-form input[type="tel"], .Banner-form input[type="text"], .Banner-form input[type="url"] {
        font-size: 19px;
        height: 48px;
        height: 3rem;
        line-height: 25px;
    }

    .Banner-form input::-webkit-input-placeholder {
        color: #777777;
    }

    .Banner-form input:-moz-placeholder {
        color: #777777;
    }

    .Banner-form input::-moz-placeholder {
        color: #777777;
    }

    .Banner-form input:-ms-input-placeholder {
        color: #777777;
    }

.Banner-form-button {
    height: 48px;
    height: 3rem;
}

svg.Banner-form-icon {
    height: 20px;
    height: 1.25rem;
    width: 20px;
    width: 1.25rem;
}

.Banner-line {
    display: none;
    position: absolute;
    z-index: 3;
}

@media all and (min-width: 47.9375em) {
    .Banner-line {
        display: inline-block;
    }
}

.Banner-line.-right {
    height: 400px;
    right: 0;
    top: 0;
    width: 240px;
}

.Banner-line.-left {
    height: 550px;
    bottom: 0;
    width: 300px;
}

.BioPage {
    padding: 40px 0;
    padding: 2.5rem 0;
}

.BioPage-main {
    width: 100%;
}

@media all and (min-width: 47.9375em) {
    .BioPage-main {
        float: right;
        margin-top: 2.5rem;
        width: 63%;
    }
}

.BioPage-label {
    color: #278ACA;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1.0625em;
    font-weight: bold;
    line-height: 1.375;
    text-transform: uppercase;
}

@media all and (min-width: 47.9375em) {
    .BioPage-label {
        font-size: 1.1875em;
        line-height: 1.3;
    }
}

.BioPage-name {
    color: #222222;
    font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    font-size: 42px;
    font-size: 2.625rem;
    font-weight: normal;
    line-height: 1.2;
}

@media all and (min-width: 47.9375em) {
    .BioPage-name {
        font-size: 3.375em;
    }
}

.BioPage-title {
    color: #777777;
    font-style: italic;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1.3125em;
    font-weight: normal;
    line-height: 1.375;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
}

@media all and (min-width: 47.9375em) {
    .BioPage-title {
        font-size: 1.4375em;
    }
}

.BioPage-text {
    color: #777777;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1.3125em;
    line-height: 1.375;
    margin: 40px 0;
    margin: 2.5rem 0;
}

@media all and (min-width: 47.9375em) {
    .BioPage-text {
        font-size: 1.4375rem;
    }
}

.BioPage-contributions-header {
    color: #222222;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1.5625em;
    font-weight: bold;
    line-height: 1.275;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    text-transform: uppercase;
}

@media all and (min-width: 47.9375em) {
    .BioPage-contributions-header {
        font-size: 1.6875em;
    }
}

.BioPage-view-all {
    color: #222222 !important;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 19px;
    line-height: 1.375;
    text-transform: uppercase;
}

    .BioPage-view-all:hover, .BioPage-view-all:focus, .BioPage-view-all:active {
        color: #278ACA !important;
    }

.BioPage-view-all-link {
    display: block;
    margin-top: 10px;
    margin-top: 0.625rem;
}

.BioPage-view-all-arrow {
    color: #278ACA;
    margin-bottom: 0 !important;
    vertical-align: inherit;
}

.BioPage-left {
    display: none;
}

@media all and (min-width: 47.9375em) {
    .BioPage-left {
        display: block;
        width: 30%;
    }
}

.BioPage-left-mobile {
    display: block;
    width: 100%;
}

@media all and (min-width: 47.9375em) {
    .BioPage-left-mobile {
        display: none;
    }
}

.BlogShow-back {
    display: none;
}

@media all and (min-width: 47.9375em) {
    .BlogShow-back {
        display: inline-block;
    }
}

@media all and (min-width: 47.9375em) {
    .BlogShow-utilities {
        display: none;
    }
}

.BlogShow-updates {
    border: 1px solid #cccccc;
    padding: 0;
}

@media all and (min-width: 47.9375em) {
    .BlogShow-updates {
        display: none;
    }
}

.BlogShow-rightrail {
    display: none;
}

@media all and (min-width: 47.9375em) {
    .BlogShow-rightrail {
        display: inline-block;
    }
}

.Breadcrumbs {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
}

.Breadcrumbs-back {
    display: block;
    font-size: 19px;
    font-weight: bold;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    line-height: 25px;
    margin: 0 0 10px;
    margin: 0 0 0.625rem;
    padding: 5px 0 5px 20px;
    padding: 0.3125rem 0 0.3125rem 1.25rem;
    position: relative;
}

    .Breadcrumbs-back, .Breadcrumbs-back:link, .Breadcrumbs-back:visited {
        color: #222222;
    }

        .Breadcrumbs-back .icon, .Breadcrumbs-back:link .icon, .Breadcrumbs-back:visited .icon {
            color: #278ACA;
        }

        .Breadcrumbs-back:hover, .Breadcrumbs-back:focus, .Breadcrumbs-back:active {
            color: #278ACA;
        }

.Breadcrumbs-back-icon {
    position: absolute;
    top: 11px;
    left: 0;
}

.BudgetCalculator {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
}

.BudgetCalculator-header {
    color: #222222;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 30px 0 10px;
    margin: 1.875rem 0 0.625rem;
}

@media all and (min-width: 20em) {
    .BudgetCalculator-header {
        font-size: 112.5%;
    }
}

@media all and (min-width: 38.3125em) {
    .BudgetCalculator-header {
        font-size: 125%;
    }
}

@media all and (min-width: 56.625em) {
    .BudgetCalculator-header {
        font-size: 137.5%;
    }
}

@media all and (min-width: 74.9375em) {
    .BudgetCalculator-header {
        font-size: 150%;
    }
}

.BudgetCalculator-heading {
    color: #222222;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 29px;
    margin: 30px 0 10px;
    margin: 1.875rem 0 0.625rem;
}

@media all and (min-width: 20em) {
    .BudgetCalculator-heading {
        font-size: 125%;
    }
}

@media all and (min-width: 33.75em) {
    .BudgetCalculator-heading {
        font-size: 137.5%;
    }
}

@media all and (min-width: 47.5em) {
    .BudgetCalculator-heading {
        font-size: 150%;
    }
}

@media all and (min-width: 61.25em) {
    .BudgetCalculator-heading {
        font-size: 162.5%;
    }
}

@media all and (min-width: 75em) {
    .BudgetCalculator-heading {
        font-size: 175%;
    }
}

@media all and (min-width: 47.9375em) {
    .BudgetCalculator-heading {
        font-size: 23px;
        line-height: 31px;
    }
}

.BudgetCalculator-description {
    color: #777777;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 21px;
    line-height: 29px;
    margin: 10px 0 30px;
    margin: 0.625rem 0 1.875rem;
}

@media all and (min-width: 47.9375em) {
    .BudgetCalculator-description {
        font-size: 23px;
        line-height: 31px;
    }
}

.BudgetCalculator-page-text {
    color: #777777;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

@media all and (min-width: 47.9375em) {
    .BudgetCalculator-page-text {
        font-size: 23px;
        line-height: 31px;
    }
}

.BudgetCalculator--summary {
    margin-bottom: 0;
}

.BudgetCalculator-content {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    padding: 20px 0;
    padding: 1.25rem 0;
    position: relative;
    top: 0;
    z-index: 2;
}

    .BudgetCalculator-content:before {
        background-color: #EE7835;
        border: 1px solid #EE7835;
        content: "";
        height: 5px;
        position: absolute;
        left: -1px;
        top: -1px;
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease;
        width: calc(100% + 2px);
    }

.BudgetCalculator-wrapper {
    background-color: #ffffff;
    border: solid 1px #cccccc;
}

.BudgetCalculator-title {
    color: #222222;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 0 20px;
    padding: 0 1.25rem;
}

@media all and (min-width: 20em) {
    .BudgetCalculator-title {
        font-size: 100%;
    }
}

@media all and (min-width: 38.3125em) {
    .BudgetCalculator-title {
        font-size: 112.5%;
    }
}

@media all and (min-width: 56.625em) {
    .BudgetCalculator-title {
        font-size: 125%;
    }
}

@media all and (min-width: 74.9375em) {
    .BudgetCalculator-title {
        font-size: 137.5%;
    }
}

.BudgetCalculator-title--summary {
    color: #222222;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 0 20px;
    padding: 0 1.25rem;
}

@media all and (min-width: 20em) {
    .BudgetCalculator-title--summary {
        font-size: 125%;
    }
}

@media all and (min-width: 47.5em) {
    .BudgetCalculator-title--summary {
        font-size: 137.5%;
    }
}

@media all and (min-width: 75em) {
    .BudgetCalculator-title--summary {
        font-size: 150%;
    }
}

.BudgetCalculator-subtitle {
    color: #222222;
    font-weight: bold;
}

.BudgetCalculator-subtitle-total {
    color: #222222;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

@media all and (min-width: 20em) {
    .BudgetCalculator-subtitle-total {
        font-size: 75%;
    }
}

@media all and (min-width: 38.3125em) {
    .BudgetCalculator-subtitle-total {
        font-size: 87.5%;
    }
}

@media all and (min-width: 56.625em) {
    .BudgetCalculator-subtitle-total {
        font-size: 100%;
    }
}

@media all and (min-width: 74.9375em) {
    .BudgetCalculator-subtitle-total {
        font-size: 112.5%;
    }
}

.BudgetCalculator-subtitle-total-text {
    display: inline-block;
    width: 50%;
}

@media all and (min-width: 40.625em) {
    .BudgetCalculator-subtitle-total-text {
        width: 70%;
    }
}

.BudgetCalculator-subtitle-total-amount {
    color: #222222;
    display: inline;
    float: right;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: normal;
    line-height: 1.2;
    width: 40%;
}

@media all and (min-width: 40.625em) {
    .BudgetCalculator-subtitle-total-amount {
        width: 9.375rem;
    }
}

.BudgetCalculator-subtitle-total-amount--summary {
    color: #222222;
    display: inline;
    float: right;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 27px;
    font-size: 1.6875rem;
    font-weight: normal;
    line-height: 1.2;
    width: 40%;
}

@media all and (min-width: 40.625em) {
    .BudgetCalculator-subtitle-total-amount--summary {
        width: 9.375rem;
    }
}

.BudgetCalculator-subtitle-total-amount--savings {
    color: #83943f;
    display: inline;
    float: right;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: normal;
    line-height: 1.2;
    width: 40%;
}

@media all and (min-width: 40.625em) {
    .BudgetCalculator-subtitle-total-amount--savings {
        width: 9.375rem;
    }
}

.BudgetCalculator-subtitle-total-amount--savings--summary {
    color: #83943f;
    display: inline;
    float: right;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: normal;
    line-height: 1.2;
    margin-right: 15px;
    margin-right: 0.9375rem;
    width: 40%;
}

@media all and (min-width: 40.625em) {
    .BudgetCalculator-subtitle-total-amount--savings--summary {
        width: 9.375rem;
    }
}

.BudgetCalculator-subtitle-total--summary {
    color: #222222;
    display: inline;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

@media all and (min-width: 20em) {
    .BudgetCalculator-subtitle-total--summary {
        font-size: 112.5%;
    }
}

@media all and (min-width: 38.3125em) {
    .BudgetCalculator-subtitle-total--summary {
        font-size: 125%;
    }
}

@media all and (min-width: 56.625em) {
    .BudgetCalculator-subtitle-total--summary {
        font-size: 137.5%;
    }
}

@media all and (min-width: 74.9375em) {
    .BudgetCalculator-subtitle-total--summary {
        font-size: 150%;
    }
}

.BudgetCalculator-subtitle-tab-exchange {
    margin-right: 6px;
    margin-right: 0.375rem;
}

.BudgetCalculator-subtitle-tab-exchange, .BudgetCalculator-subtitle-tab-direct {
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    color: #000;
    display: inline-block;
    font-weight: bold;
    padding: 10px;
    padding: 0.625rem;
    position: relative;
    top: 0;
    z-index: 2;
}

    .BudgetCalculator-subtitle-tab-exchange:before, .BudgetCalculator-subtitle-tab-direct:before {
        background-color: #278ACA;
        border: 1px solid #278ACA;
        content: "";
        height: 5px;
        position: absolute;
        left: -1px;
        top: -1px;
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease;
        width: calc(100% + 2px);
    }

    .BudgetCalculator-subtitle-tab-exchange.active, .BudgetCalculator-subtitle-tab-direct.active {
        border-bottom: 1px solid #fff;
        margin-bottom: -1px;
        z-index: 9;
    }

    .BudgetCalculator-subtitle-tab-exchange:hover, .BudgetCalculator-subtitle-tab-exchange:focus, .BudgetCalculator-subtitle-tab-exchange:active, .BudgetCalculator-subtitle-tab-direct:hover, .BudgetCalculator-subtitle-tab-direct:focus, .BudgetCalculator-subtitle-tab-direct:active {
        text-decoration: underline;
    }

        .BudgetCalculator-subtitle-tab-exchange:hover:before, .BudgetCalculator-subtitle-tab-exchange:focus:before, .BudgetCalculator-subtitle-tab-exchange:active:before, .BudgetCalculator-subtitle-tab-direct:hover:before, .BudgetCalculator-subtitle-tab-direct:focus:before, .BudgetCalculator-subtitle-tab-direct:active:before {
            background-color: #EE7835;
            border: 1px solid #EE7835;
            content: "";
            height: 5px;
            position: absolute;
            left: -1px;
            top: -1px;
            -webkit-transition: background .3s ease;
            -o-transition: background .3s ease;
            transition: background .3s ease;
            width: calc(100% + 2px);
        }

.BudgetCalculator-text {
    color: #222222;
}

.BudgetCalculator-section-heading {
    border-bottom: solid 1px #cccccc;
    padding: 20px 0;
    padding: 1.25rem 0;
    position: relative;
    top: 0;
    z-index: 2;
}

    .BudgetCalculator-section-heading:before {
        background-color: #EE7835;
        border: 1px solid #EE7835;
        content: "";
        height: 5px;
        position: absolute;
        left: -1px;
        top: -1px;
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease;
        width: calc(100% + 2px);
    }

.BudgetCalculator-section-heading-tabs {
    padding: 20px 0;
    padding: 1.25rem 0;
    position: relative;
    top: 0;
    z-index: 2;
}

    .BudgetCalculator-section-heading-tabs:before {
        background-color: #EE7835;
        border: 1px solid #EE7835;
        content: "";
        height: 5px;
        position: absolute;
        left: -1px;
        top: -1px;
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease;
        width: calc(100% + 2px);
    }

.BudgetCalculator-section-heading-savings {
    padding: 20px 0;
    padding: 1.25rem 0;
    position: relative;
    top: 0;
    z-index: 2;
}

    .BudgetCalculator-section-heading-savings:before {
        background-color: #83943f;
        border: 1px solid #83943f;
        content: "";
        height: 5px;
        position: absolute;
        left: -1px;
        top: -1px;
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease;
        width: calc(100% + 2px);
    }

.BudgetCalculator-section-content {
    border-bottom: solid 1px #cccccc;
    border-top: solid 1px #cccccc;
    padding: 20px 10px;
    padding: 1.25rem 0.625rem;
    position: relative;
    top: 0;
    z-index: 2;
}

@media all and (min-width: 40.625em) {
    .BudgetCalculator-section-content {
        padding: 1.25rem 1.875rem;
    }
}

.BudgetCalculator-section-tab {
    padding: 0 5px;
    padding: 0 0.3125rem;
}

@media all and (min-width: 30em) {
    .BudgetCalculator-section-tab {
        padding: 0 1.875rem;
    }
}

.BudgetCalculator-subsection {
    padding: 20px;
    padding: 1.25rem;
}

.BudgetCalculator-subsection-heading {
    margin: 0 20px;
    margin: 0 1.25rem;
    padding: 20px 0;
    padding: 1.25rem 0;
    position: relative;
    top: 0;
    z-index: 2;
}

    .BudgetCalculator-subsection-heading:before {
        background-color: #278ACA;
        border: 1px solid #278ACA;
        content: "";
        height: 5px;
        position: absolute;
        left: -1px;
        top: -1px;
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease;
        width: calc(100% + 2px);
    }

.BudgetCalculator-subsection--summary {
    border-top: solid 1px #cccccc;
    padding: 15px 20px;
    padding: 0.9375rem 1.25rem;
    position: relative;
    top: 0;
    z-index: 2;
}

.BudgetCalculator-subsection--summary-last {
    border-bottom: solid 1px #cccccc;
    border-top: solid 1px #cccccc;
    padding: 15px 20px;
    padding: 0.9375rem 1.25rem;
    position: relative;
    top: 0;
    z-index: 2;
}

.BudgetCalculator-item {
    line-height: 1.3;
    margin: 20px 0;
    margin: 1.25rem 0;
    min-height: 40px;
    min-height: 2.5rem;
}

.BudgetCalculator-item-label {
    display: inline-block;
    padding-left: 10px;
    padding-left: 0.625rem;
    width: 50%;
}

@media all and (min-width: 40.625em) {
    .BudgetCalculator-item-label {
        width: 60%;
    }
}

@media all and (min-width: 47.9375em) {
    .BudgetCalculator-item-label {
        width: 70%;
    }
}

.BudgetCalculator-item-label-text {
    color: #222222;
}

.BudgetCalculator-item-description {
    color: #777777;
    display: block;
    font-style: italic;
    margin-top: 3px;
    margin-top: 0.1875rem;
}

@media screen and (max-width: 30em) {
    .BudgetCalculator-item-description {
        font-size: 0.8125em;
    }
}

.BudgetCalculator-item-icon {
    float: left;
    margin-top: 2px;
    margin-top: 0.125rem;
    vertical-align: top;
}

.BudgetCalculator-input {
    border: 1px solid #cccccc;
    -webkit-border-radius: 0.125rem;
    border-radius: 0.125rem;
    color: #222222;
    float: right;
    height: 40px;
    height: 2.5rem;
    padding-left: 10px;
    padding-left: 0.625rem;
    position: relative;
    width: 40%;
}

@media all and (min-width: 40.625em) {
    .BudgetCalculator-input {
        max-width: 9.375rem;
        min-width: 9.375rem;
    }
}

.BudgetCalculator-input input[type="email"], .BudgetCalculator-input input[type="number"], .BudgetCalculator-input input[type="password"], .BudgetCalculator-input input[type="search"], .BudgetCalculator-input input[type="tel"], .BudgetCalculator-input input[type="text"], .BudgetCalculator-input input[type="url"] {
    font-size: 1em;
}

.BudgetCalculator-input-radio {
    float: right;
    width: 40%;
}

@media all and (min-width: 40.625em) {
    .BudgetCalculator-input-radio {
        width: 9.375rem;
    }
}

.BudgetCalculator-input-radio-detail {
    color: #222222;
    font-size: 16px;
    font-size: 1rem;
    padding-left: 10px;
    padding-left: 0.625rem;
}

.BudgetCalculator-input-radio input[type="radio"]:focus ~ .BudgetCalculator-input-radio-detail {
    font-weight: bold;
    text-decoration: underline;
}

.BudgetCalculator-input-dollar {
    bottom: 7px;
    bottom: 0.4375rem;
    position: absolute;
}

.BudgetCalculator-input input {
    border: 0;
    height: 40px;
    height: 2.5rem;
    position: absolute;
}

.BudgetCalculator-summary-item {
    display: inline-block;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    width: 50%;
}

.CampusDetailListing {
    margin: 30px 0;
    margin: 1.875rem 0;
}

.CampusDetailListing-intro {
    color: #222222;
    font-size: 1.3125em !important;
    line-height: 29px !important;
}

@media all and (min-width: 47.9375em) {
    .CampusDetailListing-intro {
        font-size: 1.4375em !important;
        line-height: 31px !important;
    }
}

.CampusDetailListing-item {
    border-bottom: 1px solid #cccccc;
}

    .CampusDetailListing-item > * {
        padding: 20px 0;
        padding: 1.25rem 0;
    }

@media all and (min-width: 47.9375em) {
    .CampusDetailListing-item > * {
        padding: 2.8125rem 0;
    }
}

.CampusDetailListing-item:first-child {
    border-top: 1px solid #cccccc;
}

.CampusDetail {
    padding-bottom: 10px;
}

    .CampusDetail:before, .CampusDetail:after {
        content: "";
        display: table;
    }

    .CampusDetail:after {
        clear: both;
    }

@media all and (min-width: 47.9375em) {
    .CampusDetail {
        /*padding-bottom: 30px;*/
    }
}

@media all and (min-width: 61.25em) {
    .CampusDetail-header {
        float: left;
        margin-right: 1.25rem;
        width: 50%;
    }
}

@media print {
    .CampusDetail-content {
        display: block !important;
    }
}

@media all and (min-width: 47.9375em) {
    .CampusDetail-content {
        display: block !important;
    }
}

.CampusDetail-content-info {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}

.CampusDetail-content-info-item {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 23px;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

@media all and (min-width: 47.9375em) {
    .CampusDetail-content-info-item {
        font-size: 1.1875rem;
        line-height: 25px;
    }
}

.CampusDetail-right {
    padding-left: 50px !important;
    padding-left: 3.125rem !important;
}

.Card {
    display: block;
    width: 100%;
    border: 1px solid #D3D3D3;
}

.Card-image {
    display: none;
}

@media all and (min-width: 47.5em) {
    .Card-image {
        display: block;
        width: 100%;
        padding-bottom: 56.25%;
        -webkit-background-size: cover;
        background-size: cover;
        margin: -1px 0 0 0;
    }
}

.Card-text {
    border-left: 5px solid red;
    color: #000;
    display: block;
    padding: 5px 15px 0 15px;
    width: 100%;
    margin: 30px 0 30px 0;
}

@media all and (min-width: 47.5em) {
    .Card-text {
        padding: 5px 20px 0 20px;
    }
}

.Card.-brand-orange .Card-text {
    border-left-color: #EE7835;
}

.Card.-brand-yellow .Card-text {
    border-left-color: #FFC425;
}

.Card.-brand-blue .Card-text {
    border-left-color: #278ACA;
}

.Card.-brand-teal .Card-text {
    border-left-color: #00A79D;
}

.Card.-brand-red .Card-text {
    border-left-color: #D61F26;
}

.Card.-brand-purple .Card-text {
    border-left-color: #6058A6;
}

.Card.-brand-green .Card-text {
    border-left-color: #83943f;
}

.Card.-brand-white .Card-text {
    border-left-color: #fff;
}

.Card-title {
    font-family: Georgia;
    font-size: 20px;
    line-height: 1.25;
}

@media all and (min-width: 47.5em) {
    .Card-title {
        font-size: 26px;
    }
}

.Card-supertitle {
    display: block;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

@media all and (min-width: 47.5em) {
    .Card-supertitle {
        font-size: 16px;
    }
}

.Card-details {
    font-size: 14px;
    margin: 0.5em 0 0 0;
}

.CircleFeatureImage {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    -webkit-shape-outside: inset(1% round 50%);
    shape-outside: inset(1% round 50%);
    display: block;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: right;
    margin: 0 0 10px 13px;
    margin: 0 0 0.625rem 0.8125rem;
    width: 80px;
}

    .CircleFeatureImage:before {
        content: "\0020";
        display: block;
    }

    .CircleFeatureImage:before {
        padding-top: 100%;
    }

@media all and (min-width: 30em) {
    .CircleFeatureImage {
        width: 150px;
    }
}

@media all and (min-width: 47.9375em) {
    .CircleFeatureImage {
        width: 250px;
    }
}

@media all and (min-width: 75em) {
    .CircleFeatureImage {
        margin-right: -100px;
    }
}

.CompareProgramsStart {
    background-color: #F0F0F0;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
}

@media all and (min-width: 47.9375em) {
    .CompareProgramsStart {
        padding-bottom: 5rem;
    }
}

.CompareProgramsStart-header {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    margin: 30px 0 30px;
    margin: 1.875rem 0 1.875rem;
}

    .CompareProgramsStart-header:before, .CompareProgramsStart-header:after {
        content: "";
        display: table;
    }

    .CompareProgramsStart-header:after {
        clear: both;
    }

    .CompareProgramsStart-header.-mt-0 {
        margin-top: 0;
    }

.CompareProgramsStart-header-titleGroup {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

@media all and (min-width: 37.5em) {
    .CompareProgramsStart-header-titleGroup {
        float: left;
    }
}

.CompareProgramsStart-header-buttonGroup > * {
    vertical-align: top;
}

@media all and (min-width: 37.5em) {
    .CompareProgramsStart-header-buttonGroup {
        float: right;
    }
}

.CompareProgramsStart-header-title {
    color: #222222;
    line-height: 1.2;
}

@media all and (min-width: 20em) {
    .CompareProgramsStart-header-title {
        font-size: 131.25%;
    }
}

@media all and (min-width: 47.5em) {
    .CompareProgramsStart-header-title {
        font-size: 143.75%;
    }
}

.CompareProgramsStart-header-text {
    color: #777777;
    font-size: 1em;
    line-height: 1.5;
}

@media all and (min-width: 30em) {
    .CompareProgramsStart-header-select {
        display: inline-block;
        margin-right: 0.625rem;
        width: 200px;
    }
}

@media all and (min-width: 30em) {
    .StudentDashboard-programs .CompareProgramsStart-header-select {
        margin-right: 0;
    }
}

.ComparePrograms {
    z-index: -1;
}

.ComparePrograms-tile-wrapper {
    background-color: #f0f0f0;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    padding: 20px 0;
    padding: 1.25rem 0;
}

@media all and (min-width: 40.625em) {
    .ComparePrograms-tile-wrapper {
        padding: 1.875rem 0;
    }
}

.ComparePrograms-back {
    display: inline-block;
    margin-top: 30px;
    margin-top: 1.875rem;
}

.ComparePrograms-back-bottom {
    display: inline-block;
    margin: 15px 0 50px;
    margin: 0.9375rem 0 3.125rem;
}

.ComparePrograms-back-top {
    display: inline-block;
}

@media all and (min-width: 40.625em) {
    .ComparePrograms-back {
        display: block;
    }
}

.ComparePrograms-back-text {
    display: inline-block;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    padding-left: 10px;
    padding-left: 0.625rem;
}

    .ComparePrograms-back-text:hover, .ComparePrograms-back-text:focus, .ComparePrograms-back-text:active {
        color: #278ACA;
        text-decoration: underline;
    }

.ComparePrograms-back-text-top {
    display: inline-block;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    padding-left: 15px;
    padding-left: 0.9375rem;
}

@media all and (min-width: 40.625em) {
    .ComparePrograms-back-text-top {
        width: 70%;
    }
}

.ComparePrograms-back-icon {
    float: left;
    margin-top: 2px;
    margin-top: 0.125rem;
    vertical-align: top;
}

.ComparePrograms-back-icon-bottom {
    float: left;
    margin-top: 5px;
    margin-top: 0.3125rem;
    vertical-align: top;
}

.ComparePrograms-link {
    margin-top: -2px;
    margin-top: -0.125rem;
}

.ComparePrograms-link-back {
    margin-top: -4px;
    margin-top: -0.25rem;
}

.ComparePrograms-utilities-icon {
    height: 1em;
    left: 50%;
    position: absolute;
    top: 50%;
    margin-left: -.33em;
    margin-top: -.35em;
    z-index: 2;
}

.ComparePrograms-utilities-icon-email {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.38em;
    margin-top: -.36em;
    z-index: 2;
}

.ComparePrograms-utilities-icon-back {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.35em;
    margin-top: -.35em;
    z-index: 2;
}

.ComparePrograms-utilities-text {
    color: #5e6261;
    display: inline-block;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.375em;
    padding-left: 25px;
    padding-left: 1.5625rem;
}

.ComparePrograms-utilities-text-back {
    color: #278ACA;
    display: inline-block;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.375em;
    padding-left: 25px;
    padding-left: 1.5625rem;
    -webkit-transition: 150ms ease-in-out;
    -o-transition: 150ms ease-in-out;
    transition: 150ms ease-in-out;
    width: 188px;
    width: 11.75rem;
}

@media all and (min-width: 40.625em) {
    .ComparePrograms-utilities-text-back {
        width: 9.375rem;
    }
}

.ComparePrograms-utilities-text-back:hover, .ComparePrograms-utilities-text-back:focus, .ComparePrograms-utilities-text-back:active {
    text-decoration: underline;
}

.ComparePrograms-utilities-link {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 22px;
    height: 1.375rem;
    margin-left: -30px;
    margin-left: -1.875rem;
    position: relative;
    width: 22px;
    width: 1.375rem;
}

@media all and (min-width: 40.625em) {
    .ComparePrograms-utilities-link {
        margin-left: 0;
    }
}

.ComparePrograms-utilities-link, .ComparePrograms-utilities-link:link, .ComparePrograms-utilities-link:visited {
    border: solid 1px #cccccc;
    color: #777777;
}

    .ComparePrograms-utilities-link:hover, .ComparePrograms-utilities-link:focus, .ComparePrograms-utilities-link:active {
        background-color: #278ACA;
        border: solid 1px #278ACA;
        color: #ffffff;
    }

.ComparePrograms-utilities-link-back {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    height: 1.25rem;
    margin-left: -169px;
    margin-left: -10.5625rem;
    position: relative;
    width: 20px;
    width: 1.25rem;
}

@media all and (min-width: 40.625em) {
    .ComparePrograms-utilities-link-back {
        margin-left: 0;
    }
}

.ComparePrograms-utilities-link-back, .ComparePrograms-utilities-link-back:link, .ComparePrograms-utilities-link-back:visited {
    border: solid 1px #278ACA;
    color: #278ACA;
}

.ComparePrograms-utilities-links {
    margin-top: 10px;
    margin-top: 0.625rem;
}

.ComparePrograms-utilities-links-item {
    display: inline;
    margin-top: 10px;
    margin-top: 0.625rem;
}

    .ComparePrograms-utilities-links-item:last-of-type {
        margin-left: 80px;
        margin-left: 5rem;
    }

@media all and (min-width: 40.625em) {
    .ComparePrograms-utilities-links-item:last-of-type {
        display: block;
        margin-left: 0;
    }
}

.ComparePrograms-heading-title {
    color: #222222;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1.6875em;
    line-height: 34px;
    text-align: center;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

@media all and (min-width: 40.625em) {
    .ComparePrograms-heading-title {
        text-align: left;
        margin-bottom: 1.25rem;
    }
}

.ComparePrograms-heading-content {
    display: block;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    text-align: center;
    width: 100%;
}

@media all and (min-width: 40.625em) {
    .ComparePrograms-heading-content {
        float: left;
        text-align: left;
        width: 15%;
    }
}

.ComparePrograms-card-wrap {
    margin-left: -15px;
    margin-left: -0.9375rem;
    width: 100%;
}

@media all and (min-width: 40.625em) {
    .ComparePrograms-card-wrap {
        float: right;
        width: 85%;
    }
}

.ComparePrograms-detail-info {
    float: right;
    width: 100%;
}

@media all and (min-width: 40.625em) {
    .ComparePrograms-detail-info {
        width: 85%;
    }
}

.ComparePrograms-row {
    border-bottom: 1px solid #cccccc;
    color: #777777;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 25px;
    padding-top: 10px;
    padding-top: 0.625rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    position: relative;
    -webkit-transition: 150ms ease-in-out;
    -o-transition: 150ms ease-in-out;
    transition: 150ms ease-in-out;
}

@media all and (min-width: 40.625em) {
    .ComparePrograms-row {
        font-size: 1.1875em;
        padding-top: 1.875rem;
    }
}

.ComparePrograms-row.-hidden {
    padding: 10px 0 !important;
    padding: 0.625rem 0 !important;
}

    .ComparePrograms-row.-hidden.-tooltip-row {
        padding-bottom: 25px !important;
    }

.ComparePrograms-row-name {
    display: none;
}

@media all and (min-width: 40.625em) {
    .ComparePrograms-row-name {
        color: #222222;
        display: inline-block;
        font-size: 0.75rem;
        font-weight: bold;
        text-transform: uppercase;
        width: 15%;
    }

        .ComparePrograms-row-name.-hidden {
            display: none;
        }
}

.ComparePrograms-row-name-minus-mobile {
    color: #222222;
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
    z-index: 99;
    width: 100%;
}

    .ComparePrograms-row-name-minus-mobile.-hidden {
        display: none;
    }

@media all and (min-width: 40.625em) {
    .ComparePrograms-row-name-minus-mobile {
        display: none;
    }
}

.ComparePrograms-row-name-plus {
    display: none;
}

@media all and (min-width: 40.625em) {
    .ComparePrograms-row-name-plus.-hidden {
        color: #222222;
        display: block;
        font-size: 0.75rem;
        font-weight: bold;
        text-transform: uppercase;
        width: 15%;
    }
}

.ComparePrograms-row-name-plus-mobile {
    display: none;
}

    .ComparePrograms-row-name-plus-mobile.-hidden {
        color: #222222;
        display: inline-block;
        font-size: 12px;
        font-size: 0.75rem;
        font-weight: bold;
        text-transform: uppercase;
        width: 100%;
    }

@media all and (min-width: 40.625em) {
    .ComparePrograms-row-name-plus-mobile {
        display: none;
    }

        .ComparePrograms-row-name-plus-mobile.-hidden {
            display: none;
        }
}

.ComparePrograms-row-name-text {
    display: inline-block;
    padding-left: 10px;
    padding-left: 0.625rem;
    position: relative;
    width: 80%;
}

.ComparePrograms-row-name-mobile {
    color: #222222;
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
}

@media all and (min-width: 40.625em) {
    .ComparePrograms-row-name-mobile {
        display: none;
    }
}

.ComparePrograms-row-line {
    display: block;
}

    .ComparePrograms-row-line:not(:last-of-type) {
        margin-bottom: 10px;
        margin-bottom: 0.625rem;
    }

.ComparePrograms-icon {
    color: #278ACA;
    float: left;
    margin-top: 2px;
    margin-top: 0.125rem;
    vertical-align: top;
}

.ComparePrograms-icon-mobile {
    display: inline;
    color: #278ACA;
    float: left;
    margin-right: 10px;
    margin-right: 0.625rem;
    margin-top: 2px;
    margin-top: 0.125rem;
    vertical-align: top;
}

@media all and (min-width: 40.625em) {
    .ComparePrograms-icon-mobile {
        display: none;
    }
}

.ComparePrograms-clear {
    clear: both;
}

.ComparePrograms-tooltip {
    display: none;
}

@media all and (min-width: 40.625em) {
    .ComparePrograms-tooltip {
        display: inline;
        padding-left: 0.9375rem;
    }
}

.ComparePrograms-tooltip-mobile {
    display: inline;
}

@media all and (min-width: 40.625em) {
    .ComparePrograms-tooltip-mobile {
        display: none;
    }
}

.Sidebar .Component {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.Link.-viewMore {
    display: inline-block;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1.1875em;
    font-weight: bold;
    line-height: 1.375;
}

    .Link.-viewMore, .Link.-viewMore:link, .Link.-viewMore:visited {
        color: #231f20;
    }

        .Link.-viewMore .icon, .Link.-viewMore:link .icon, .Link.-viewMore:visited .icon {
            fill: #278ACA;
        }

        .Link.-viewMore:hover, .Link.-viewMore:focus, .Link.-viewMore:active {
            color: #278ACA;
        }

.ContactCard {
    border: 1px solid #cccccc;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.ContactCard-content {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    margin: 15px 0;
    margin: 0.9375rem 0;
    padding: 0 20px 0 20px;
    padding: 0 1.25rem 0 1.25rem;
    position: relative;
    line-height: 1.3;
    top: 0;
    width: 100%;
    z-index: 2;
}

    .ContactCard-content:before {
        background-color: #278ACA;
        content: "";
        height: 100%;
        position: absolute;
        left: -1px;
        top: 0;
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease;
        width: 5px;
    }

.ContactCard.-scheme-orange .ContactCard-content:before {
    background-color: #EE7835;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.ContactCard.-scheme-yellow .ContactCard-content:before {
    background-color: #FFC425;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.ContactCard.-scheme-blue .ContactCard-content:before {
    background-color: #278ACA;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.ContactCard.-scheme-teal .ContactCard-content:before {
    background-color: #00A79D;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.ContactCard.-scheme-red .ContactCard-content:before {
    background-color: #D61F26;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.ContactCard.-scheme-purple .ContactCard-content:before {
    background-color: #6058A6;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.ContactCard.-scheme-green .ContactCard-content:before {
    background-color: #83943f;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.ContactCard.-scheme-white .ContactCard-content:before {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.ContactCard-content > * {
    margin: 5px 0;
    margin: 0.3125rem 0;
}

.ContactCard-content-wrapper {
    border: solid 1px #cccccc;
}

    .ContactCard-content-wrapper:before, .ContactCard-content-wrapper:after {
        content: "";
        display: table;
    }

    .ContactCard-content-wrapper:after {
        clear: both;
    }

.ContactCard-type {
    font-size: 0.875em;
    font-weight: bold;
    text-transform: uppercase;
}

.ContactCard-placementRequestLabel {
    font-size: 0.875em;
    font-weight: bold;
    text-transform: uppercase;
}

.ContactCard-typeLowerCase {
    font-size: 0.875em;
    font-weight: bold;
}

.ContactCard-nameNohover {
    color: #222222;
    font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    font-size: 1.5em;
    font-weight: bold;
}

.ContactCard-name {
    color: #222222;
    font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    font-size: 1.5em;
    font-weight: bold;
}

    .ContactCard-name:hover, .ContactCard-name:focus, .ContactCard-name:active {
        cursor: pointer;
        color: #278ACA;
    }

        .ContactCard-name:hover .ContactCard-icon, .ContactCard-name:focus .ContactCard-icon, .ContactCard-name:active .ContactCard-icon {
            margin-left: 4px;
            -webkit-transition: 150ms ease-in-out;
            -o-transition: 150ms ease-in-out;
            transition: 150ms ease-in-out;
        }

.ContactCard-university {
    color: #777777;
    font-size: 1em;
    line-height: 1.375;
}

.ContactCard-phone {
    color: #777777;
    font-size: 1em;
    line-height: 1.375;
}

.ContactCard-email, .ContactCard-email:link, .ContactCard-email:visited {
    color: #278ACA;
}

    .ContactCard-email:hover, .ContactCard-email:focus, .ContactCard-email:active {
        color: #1f6d9f;
    }

.ContactCard-icon {
    color: #278ACA;
}

.ContactUs-address {
    margin-bottom: 0 !important;
}

.ContactUs-share {
    color: #5e6261 !important;
}

.ContactUs-form.ng-submitted .ng-invalid {
    background-color: rgba(214,31,38,0.1) !important;
}

.ContactUs-form-label {
    color: #222222;
    display: inline-block;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
}

.ContactUs-form-row {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    margin-top: 20px;
    margin-top: 1.25rem;
}

.ContactUs-form-row-half {
    display: inline-block;
    width: 48%;
}

    .ContactUs-form-row-half:last-of-type {
        float: right;
    }

.ContactUs-form-error {
    margin-top: -22px;
    margin-top: -1.375rem;
}

.ContactUs-form-input {
    border-color: #cccccc !important;
}

    .ContactUs-form-input.ng-touched.ng-invalid {
        background-color: rgba(214,31,38,0.1) !important;
    }

.ContactUs-form-submit {
    background-color: #ff6720;
    border: none;
    -webkit-border-radius: 0.125rem;
    border-radius: 0.125rem;
    color: #ffffff;
    float: right;
    font-size: 1.4375em;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
}

.ContactUs-form-message {
    min-height: 200px;
    min-height: 12.5rem;
    padding: 12px;
    padding: 0.75rem;
}

.ContactUs-info {
    margin-top: 10px;
    margin-top: 0.625rem;
}

.ContactUs-info-item {
    padding-right: 20px;
}

.ContactUs-link {
    color: #278ACA !important;
}

    .ContactUs-link:hover, .ContactUs-link:focus, .ContactUs-link:active {
        color: #278ACA !important;
        text-decoration: underline;
    }

.ContentCard {
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 0px 0px #c7c5c7;
    box-shadow: 3px 3px 0px 0px #c7c5c7;
    position: relative;
    text-align: left;
}

    .ContentCard.-checked {
        -webkit-box-shadow: 3px 3px 0px 0px #0271a0;
        box-shadow: 3px 3px 0px 0px #0271a0;
    }

.-compareLimit .ContentCard {
    opacity: .7;
}

    .-compareLimit .ContentCard.-checked {
        opacity: 1;
    }

.ContentCard-content {
    margin: 15px 0 20px;
    margin: 0.9375rem 0 1.25rem;
    padding: 0 20px 0 20px;
    padding: 0 1.25rem 0 1.25rem;
}

.ContentCard-content-wrapper:before, .ContentCard-content-wrapper:after {
    content: "";
    display: table;
}

.ContentCard-content-wrapper:after {
    clear: both;
}

.ContentCard-image {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
}

    .ContentCard-image:before {
        content: "\0020";
        display: block;
    }

    .ContentCard-image:before {
        padding-top: 56.25%;
    }

.no-js .ContentCard-image {
    display: none;
}

.ContentCard-title {
    color: #222222 !important;
    display: block;
    font-size: 19px;
    font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
}

@media all and (min-width: 20em) {
    .ContentCard-title {
        font-size: 106.25%;
    }
}

@media all and (min-width: 75em) {
    .ContentCard-title {
        font-size: 118.75%;
    }
}

.ContentCard-title:hover, .ContentCard-title:focus, .ContentCard-title:active {
    color: #278ACA !important;
}

    .ContentCard-title:hover .ContentCard-arrow, .ContentCard-title:focus .ContentCard-arrow, .ContentCard-title:active .ContentCard-arrow {
        margin-left: 8px;
        margin-left: 0.5rem;
        -webkit-transition: 150ms ease-in-out;
        -o-transition: 150ms ease-in-out;
        transition: 150ms ease-in-out;
    }

.ContentCard-subtitle {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    color: #777777;
    display: block;
    display: block;
    font-size: 1em;
    line-height: 1.375;
    margin-bottom: 3px;
    margin-bottom: 0.1875rem;
}

.ContentCard-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

    .ContentCard-link:hover {
        text-decoration: underline;
    }

.ContentCard-arrow {
    color: #278ACA;
    margin-left: 5px;
    margin-left: 0.3125rem;
    vertical-align: middle;
}

.ContentCard-buttons {
    margin-top: 5px;
    margin-top: 0.3125rem;
}

.ContentCard-button {
    position: relative;
    margin-top: 10px;
    margin-top: 0.625rem;
}

.ContentCard-save {
    text-transform: capitalize;
    font-size: 16px !important;
    line-height: 22px;
    padding: 10px 7px !important;
    padding: 0.625rem 0.4375rem !important;
}

@media all and (min-width: 50em) {
    .ContentCard-save {
        padding: 0.625rem !important;
    }
}

.ContentCard-saved {
    background-color: #ae480f !important;
    border-color: #ae480f !important;
    text-transform: capitalize;
    font-size: 16px !important;
    line-height: 22px;
}

.ContentCard-more {
    text-transform: capitalize;
    font-size: 16px !important;
    line-height: 22px;
}

.ContentCard-gray {
    background-color: #eee;
    padding: 20px;
}

.ContentCard-footer {
    margin-top: 20px;
    text-align: center;
}

.CountryList {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    list-style: none;
    line-height: 1.3;
}

@media all and (min-width: 20em) {
    .CountryList {
        font-size: 100%;
    }
}

@media all and (min-width: 47.5em) {
    .CountryList {
        font-size: 112.5%;
    }
}

@media all and (min-width: 75em) {
    .CountryList {
        font-size: 125%;
    }
}

.CountryList-link {
    color: #278ACA;
    display: inline-block;
    font-size: 19px;
    line-height: 25px;
    padding-bottom: 19px;
    padding-bottom: 1.1875rem;
}

    .CountryList-link:hover, .CountryList-link:focus, .CountryList-link:active {
        color: #1f6d9f;
    }

.DashedLine {
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

    .DashedLine.-active {
        -webkit-transition: opacity 1s ease;
        -o-transition: opacity 1s ease;
        transition: opacity 1s ease;
    }

@media all and (min-width: 61.25em) {
    .DashedLine.-active {
        display: block;
        opacity: 1;
    }
}

.DashedLine.-fixed {
    width: 1200px;
    left: -25%;
}

.DashedLine path {
    stroke-width: 2px;
    stroke-miterlimit: 10;
    stroke-dasharray: 5 5;
}

.DashedLine.-gray > svg > path {
    stroke: #cccccc;
}

.DonationForm {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}

.DonationForm-input-wrapper {
    position: relative;
}

.DonationForm-card-icon {
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    opacity: .4;
    right: 12px;
    top: 50%;
    width: 30px;
}

.DonationForm-amounts {
    margin: 35px 0;
    margin: 2.1875rem 0;
    text-align: center;
}

@media screen and (max-width: 30em) {
    .DonationForm-amounts {
        font-size: 0;
    }
}

.DonationForm-amounts-item {
    display: inline-block;
    margin: 5px;
    margin: 0.3125rem;
}

@media screen and (max-width: 30em) {
    .DonationForm-amounts-item {
        font-size: 16px;
        text-align: center;
        margin: 0;
        width: 25%;
    }

        .DonationForm-amounts-item:last-child {
            width: 100%;
        }
}

@media screen and (max-width: 30em) {
    .DonationForm-amounts-label {
        display: block;
        margin: 0 2px;
        padding: 10px 0 !important;
        text-align: center;
    }
}

@media screen and (max-width: 30em) {
    .DonationForm-amounts .Form-inputWrapper {
        margin: 10px 2px 0;
        width: auto !important;
    }
}

.DonationForm [data-cc-number].default + .DonationForm-card-icon {
    background-image: url("/Content/svg/credit-card.svg");
}

.DonationForm [data-cc-number].visa + .DonationForm-card-icon {
    background-image: url("/Content/svg/cc-visa.svg");
}

.DonationForm [data-cc-number].amex + .DonationForm-card-icon {
    background-image: url("/Content/svg/cc-amex.svg");
}

.DonationForm [data-cc-number].mastercard + .DonationForm-card-icon {
    background-image: url("/Content/svg/cc-mastercard.svg");
}

.DonationForm [data-cc-number].dinersclub + .DonationForm-card-icon {
    background-image: url("/Content/svg/cc-diner-club.svg");
}

.DonationForm [data-cc-number].discover + .DonationForm-card-icon {
    background-image: url("/Content/svg/cc-discover.svg");
}

.DonationForm [data-cc-number].jcb + .DonationForm-card-icon {
    background-image: url("/Content/svg/cc-jcb.svg");
}

.DonationForm input[type="text"] {
    font-size: 1.4375em;
}

.DonationForm-errors {
    color: #d64c4c;
    margin: 1em 0;
}

.EmailWidget {
    margin-top: 5px;
    margin-top: 0.3125rem;
    position: relative;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
}

    .EmailWidget:before {
        content: "245";
        display: none;
    }

    .EmailWidget input[type="email"], .EmailWidget input[type="number"], .EmailWidget input[type="password"], .EmailWidget input[type="search"], .EmailWidget input[type="tel"], .EmailWidget input[type="text"], .EmailWidget input[type="url"] {
        font-size: 1em;
    }

    .EmailWidget.ng-dirty .ng-dirty.ng-invalid {
        background-color: rgba(214,31,38,0.1);
    }

    .EmailWidget.ng-submitted .ng-invalid {
        background-color: rgba(214,31,38,0.1);
    }

.EmailWidget-legend {
    font-size: 1em;
    color: #777777;
    display: block;
    line-height: 1.375;
    margin: 10px 0;
    margin: 0.625rem 0;
}

.EmailWidget-inputGroup {
    border: solid 1px #cccccc;
    margin: 0 0 10px;
    margin: 0 0 0.625rem;
}

.EmailWidget input {
    height: 46px;
    height: 2.875rem;
    border: none;
    background-color: #fff;
}

.EmailWidget select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    padding: 0 12px;
    padding: 0 0.75rem;
    display: block;
    height: 46px;
    height: 2.875rem;
    display: block;
    width: 100%;
}

.EmailWidget-button {
    margin: 0;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
}

    .EmailWidget-button.-large {
        padding: 0 0.625em;
    }

.EmailWidget .u-row {
    margin-left: -10px;
}

.EmailWidget [class^="u-col"] {
    padding-left: 10px;
}

.EmailWidget:not([data-minwidth~="245"]) .EmailWidget-col-eq {
    width: 100%;
}

.EmailWidget .select2 {
    background-color: #fff;
    height: 46px;
    height: 2.875rem;
}

.EmailWidget .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
    line-height: 2.875rem;
}

.is-external {
    display: inline;
}

    .is-external:hover, .is-external:focus, .is-external:active {
        color: #278ACA !important;
    }

        .is-external:hover .is-external:after, .is-external:focus .is-external:after, .is-external:active .is-external:after {
            margin-left: 0.5em;
            -webkit-transition: 150ms ease-in-out;
            -o-transition: 150ms ease-in-out;
            transition: 150ms ease-in-out;
        }

.external-icon {
    margin-left: 5px;
    margin-left: 0.3125rem;
}

.FeedbackContentCard {
    background-color: #fff;
    border: solid 1px #cccccc;
    -webkit-box-shadow: 3px 3px 0px 0px #c7c5c7;
    box-shadow: 3px 3px 0px 0px #c7c5c7;
    position: relative;
    text-align: left;
}

.FeedbackContentCard-content {
    margin: 15px 0 20px;
    margin: 0.9375rem 0 1.25rem;
    padding: 0 20px 0 20px;
    padding: 0 1.25rem 0 1.25rem;
}

.FeedbackContentCard-content-wrapper:before, .FeedbackContentCard-content-wrapper:after {
    content: "";
    display: table;
}

.FeedbackContentCard-content-wrapper:after {
    clear: both;
}

.FeedbackContentCard-label {
    color: #777777;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

.FeedbackContentCard-location {
    color: #777777;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.5625;
}

.FeedbackContentCard-text {
    color: #222222;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.1;
}

.FeedbackContentCard-stars {
    font-size: 12px;
}

.FeedbackContentCard-image {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
}

    .FeedbackContentCard-image:before {
        content: "\0020";
        display: block;
    }

    .FeedbackContentCard-image:before {
        padding-top: 56.25%;
    }

.no-js .FeedbackContentCard-image {
    display: none;
}

.FeedbackContentCard-title {
    color: #222222;
    font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    font-weight: 600;
    line-height: 1.347;
    margin: 5px 0;
    margin: 0.3125rem 0;
}

@media all and (min-width: 20em) {
    .FeedbackContentCard-title {
        font-size: 131.25%;
    }
}

@media all and (min-width: 75em) {
    .FeedbackContentCard-title {
        font-size: 143.75%;
    }
}

.FeedbackContentCard-title:hover, .FeedbackContentCard-title:focus, .FeedbackContentCard-title:active {
    color: #278ACA;
}

    .FeedbackContentCard-title:hover .FeedbackContentCard-arrow, .FeedbackContentCard-title:focus .FeedbackContentCard-arrow, .FeedbackContentCard-title:active .FeedbackContentCard-arrow {
        margin-left: 9px;
        margin-left: 0.5625rem;
        -webkit-transition: 150ms ease-in-out;
        -o-transition: 150ms ease-in-out;
        transition: 150ms ease-in-out;
    }

.FeedbackContentCard-subtitle {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    color: #777777;
    display: block;
    font-style: 1em;
}

.FeedbackContentCard-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

    .FeedbackContentCard-link:hover {
        text-decoration: underline;
    }

.FeedbackContentCard-arrow {
    color: #278ACA;
    margin-left: 5px;
    margin-left: 0.3125rem;
    vertical-align: middle;
}

.FeedbackContentCard-rating {
    display: block;
    margin: 30px 0 20px;
    margin: 1.875rem 0 1.25rem;
}

.FeedbackContentCard-buttons {
    margin-top: 5px;
    margin-top: 0.3125rem;
}

.FeedbackContentCard-button {
    position: relative;
    margin-top: 20px;
    margin-top: 1.25rem;
}

.FeedbackContentCard-save {
    text-transform: capitalize;
    font-size: 16px !important;
    line-height: 22px;
}

.FeedbackContentCard-more {
    text-transform: capitalize;
    font-size: 16px !important;
    line-height: 22px;
}

.FeedbackContentCard-gray {
    background-color: #eee;
    padding: 20px;
}

.FeedbackContentCard-icon {
    border: dashed 2px #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 60px;
    margin: -30px auto;
    margin: -1.875rem auto;
    position: absolute;
    right: 10px;
    top: 40px;
    width: 60px;
    z-index: 2;
}

    .FeedbackContentCard-icon.-complete {
        background-color: #315590;
        border: none;
    }

.FeedbackContentCard-icon-inner {
    background-color: inherit;
    -webkit-background-size: 25px 25px;
    background-size: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    border: solid 1px #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 52px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 52px;
    z-index: 1;
}

.FeedbackContentCard-icon-check {
    fill: #fff;
    height: 30px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 30px;
}

.FeedbackContentCard.-scheme-orange .FeedbackContentCard-icon {
    background-color: #EE7835;
}

.FeedbackContentCard.-scheme-yellow .FeedbackContentCard-icon {
    background-color: #FFC425;
}

.FeedbackContentCard.-scheme-blue .FeedbackContentCard-icon {
    background-color: #278ACA;
}

.FeedbackContentCard.-scheme-teal .FeedbackContentCard-icon {
    background-color: #00A79D;
}

.FeedbackContentCard.-scheme-red .FeedbackContentCard-icon {
    background-color: #D61F26;
}

.FeedbackContentCard.-scheme-purple .FeedbackContentCard-icon {
    background-color: #6058A6;
}

.FeedbackContentCard.-scheme-green .FeedbackContentCard-icon {
    background-color: #83943f;
}

.FeedbackContentCard.-scheme-white .FeedbackContentCard-icon {
    background-color: #fff;
}

.FilterBarStrata {
    margin: 20px 0;
    margin: 1.25rem 0;
}

@media all and (min-width: 61.25em) {
    .FilterBarStrata {
        border-bottom: 1px solid #cccccc;
        margin-top: 0;
        margin-bottom: 1.875rem;
        padding: 0.9375rem 0;
    }
}

.FilterBar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
}

    .FilterBar.-small {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

.FilterBar-selectGroup {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
}

@media all and (min-width: 30em) {
    .FilterBar-selectGroup {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    }
}

@media all and (min-width: 47.9375em) {
    .FilterBar-selectGroup {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 32%;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
    }
}

@media all and (min-width: 61.25em) {
    .FilterBar-selectGroup {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

.FilterBar-selectGroup:after {
    color: #777777;
    content: "▾";
    margin-top: -.5em;
    position: absolute;
    line-height: 1em;
    right: 10px;
    top: 50%;
    z-index: 1;
}

.FilterBar-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid #cccccc;
    color: #222222;
    cursor: pointer;
    display: block;
    font-size: 0.8125em;
    margin: 5px 0;
    margin: 0.3125rem 0;
    padding: 5px 25px 5px 30px;
    padding: 0.3125rem 1.5625rem 0.3125rem 1.875rem;
    position: relative;
    width: 100%;
    z-index: 2;
}

    .FilterBar-select:hover, .FilterBar-select:focus, .FilterBar-select:active {
        background-color: rgba(204,204,204,0.2);
    }

@media all and (min-width: 61.25em) {
    .FilterBar-select {
        border: none;
    }

        .FilterBar-select:hover, .FilterBar-select:focus, .FilterBar-select:active {
            background-color: none;
        }
}

.FilterBar-select.-region {
    background-image: url("/Content/svg/sass/region.svg");
}

.FilterBar-select.-before {
    background-image: url("/Content/svg/sass/calendar-check-o.svg");
}

.FilterBar-select.-abroad {
    background-image: url("/Content/svg/sass/map-o.svg");
}

.FilterBar-select.-return {
    background-image: url("/Content/svg/sass/home.svg");
}

.FilterBar-select.-alumni {
    background-image: url("/Content/svg/sass/bookmark-o.svg");
}

.FilterBar-select.-stories {
    background-image: url("/Content/svg/sass/contributors.svg");
}

.FilterBar-select.-network {
    background-image: url("/Content/svg/sass/contributors.svg");
}

.FilterBar-select.-events {
    background-image: url("/Content/svg/sass/events.svg");
}

.FilterBar-select.-graduation {
    background-image: url("/Content/svg/sass/bookmark-o.svg");
}

.FilterBar-select.-news_and_events_contributors {
    background-image: url("/Content/svg/sass/contributors.svg");
}

.FilterBar-select.-alerts {
    background-image: url("/Content/svg/sass/travel-advisories.svg");
}

.FilterBar-select.-contributors {
    background-image: url("/Content/svg/sass/contributors.svg");
}

.FluidFrame {
    background: #000;
    display: block;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}

    .FluidFrame.-ratio-4-3 {
        padding-bottom: 75%;
    }

    .FluidFrame.-ratio-16-9 {
        padding-bottom: 56.25%;
    }

    .FluidFrame iframe {
        display: block;
        height: 100%;
        left: 0;
        margin: 0 auto;
        position: absolute;
        top: 0;
        width: 100%;
    }

.NotYourHome {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}

    .NotYourHome:visited {
        color: #222222;
    }

    .NotYourHome:hover {
        color: #278ACA;
    }

.FooterNav {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
}

.FooterNav-item {
    float: left;
    margin: 25px 0;
    margin: 1.5625rem 0;
    width: 100%;
}

@media screen and (min-width: 30em) and (max-width: 47.9375em) {
    .FooterNav-item {
        width: 50%;
    }

        .FooterNav-item:nth-child(2n+3) {
            clear: left;
        }
}

@media all and (min-width: 48em) {
    .FooterNav-item {
        width: 25%;
    }
}

.FooterNav-sublist {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    font-size: 18.86px;
    line-height: 24.89px;
}

@media all and (min-width: 30em) {
    .FooterNav-sublist {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
}

.FooterNav-sublist-item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

.FooterNav-sublist-link {
    display: inline-block;
    padding: 5px 0;
    padding: 0.3125rem 0;
}

    .FooterNav-sublist-link, .FooterNav-sublist-link:link, .FooterNav-sublist-link:visited {
        color: #222222;
    }

        .FooterNav-sublist-link:hover, .FooterNav-sublist-link:focus, .FooterNav-sublist-link:active {
            color: #278ACA;
        }

.Footer {
    background-color: #F0F0F0;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
    position: relative;
}

@media print {
    .Footer {
        display: none !important;
    }
}

.footerFlush .Footer {
    margin-top: 0;
}

@media all and (min-width: 47.9375em) {
    .Footer {
        margin: 5rem 0 0;
    }

    .footerFlush .Footer {
        margin-top: 0;
    }
}

.Footer-title {
    line-height: 36.8px;
    font-weight: bold;
}

@media all and (min-width: 20em) {
    .Footer-title {
        font-size: 21px;
    }
}

@media all and (min-width: 47.5em) {
    .Footer-title {
        font-size: 23px;
    }
}

.Footer-logo {
    clear: both;
    display: block;
    height: 60px;
    position: relative;
    width: 60px;
    z-index: 2;
}

    .Footer-logo.-scheme-orange:hover .outline, .Footer-logo.-scheme-orange:focus .outline, .Footer-logo.-scheme-orange:active .outline {
        fill: #EE7835;
    }

    .Footer-logo.-scheme-yellow:hover .outline, .Footer-logo.-scheme-yellow:focus .outline, .Footer-logo.-scheme-yellow:active .outline {
        fill: #FFC425;
    }

    .Footer-logo.-scheme-blue:hover .outline, .Footer-logo.-scheme-blue:focus .outline, .Footer-logo.-scheme-blue:active .outline {
        fill: #278ACA;
    }

    .Footer-logo.-scheme-teal:hover .outline, .Footer-logo.-scheme-teal:focus .outline, .Footer-logo.-scheme-teal:active .outline {
        fill: #00A79D;
    }

    .Footer-logo.-scheme-red:hover .outline, .Footer-logo.-scheme-red:focus .outline, .Footer-logo.-scheme-red:active .outline {
        fill: #D61F26;
    }

    .Footer-logo.-scheme-purple:hover .outline, .Footer-logo.-scheme-purple:focus .outline, .Footer-logo.-scheme-purple:active .outline {
        fill: #6058A6;
    }

    .Footer-logo.-scheme-green:hover .outline, .Footer-logo.-scheme-green:focus .outline, .Footer-logo.-scheme-green:active .outline {
        fill: #83943f;
    }

    .Footer-logo.-scheme-white:hover .outline, .Footer-logo.-scheme-white:focus .outline, .Footer-logo.-scheme-white:active .outline {
        fill: #fff;
    }

@media all and (min-width: 30em) {
    .Footer-logo {
        width: 100px;
        height: 100px;
    }
}

.Footer-logo .text {
    fill: #222222;
}

.Footer-logo .outline {
    fill: #EE7835;
    -webkit-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    transition: fill .3s ease;
}

.Footer-bkgLandscape {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    display: block;
    height: 270px;
    margin-top: -60px;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media all and (min-width: 30em) {
    .Footer-bkgLandscape {
        background-position: center top;
        height: 410px;
        margin-top: -100px;
    }
}

.Footer-legal {
    background-color: #231f20;
    color: #fff;
    font-size: 0.875em;
    padding: 10px 0;
    padding: 0.625rem 0;
    position: relative;
    z-index: 2;
}

.Footer-legal-contact {
    color: #fff;
    display: block;
}

@media all and (min-width: 61.25em) {
    .Footer-legal-contact {
        float: left;
    }
}

.Footer-legal-other {
    color: #bdbbbc;
    display: block;
}

@media all and (min-width: 61.25em) {
    .Footer-legal-other {
        float: right;
    }
}

.Footer-legal-item {
    display: inline-block;
    margin: 0 20px 0 0;
    margin: 0 1.25rem 0 0;
    line-height: 1.45;
}

    .Footer-legal-item:last-child {
        margin-right: 0;
    }

.Footer-legal-contact .Footer-legal-link, .Footer-legal-contact .Footer-legal-link:link, .Footer-legal-contact .Footer-legal-link:visited {
    color: #fff;
}

    .Footer-legal-contact .Footer-legal-link:hover, .Footer-legal-contact .Footer-legal-link:focus, .Footer-legal-contact .Footer-legal-link:active {
        text-decoration: underline;
    }

.Footer-legal-other .Footer-legal-link, .Footer-legal-other .Footer-legal-link:link, .Footer-legal-other .Footer-legal-link:visited {
    color: #bdbbbc;
}

    .Footer-legal-other .Footer-legal-link:hover, .Footer-legal-other .Footer-legal-link:focus, .Footer-legal-other .Footer-legal-link:active {
        text-decoration: underline;
    }

.Form {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
}

.Form-inputGroup {
    display: table;
    width: 100%;
}

    .Form-inputGroup input[type="email"], .Form-inputGroup input[type="number"], .Form-inputGroup input[type="password"], .Form-inputGroup input[type="search"], .Form-inputGroup input[type="tel"], .Form-inputGroup input[type="text"], .Form-inputGroup input[type="url"] {
        background: #fff;
        border: none;
    }

    .Form-inputGroup > *:not(label) {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    .Form-inputGroup input, .Form-inputGroup select {
        width: 100%;
    }

    .Form-inputGroup > .Form-inputGroup-end {
        line-height: 1;
        width: 1%;
        white-space: nowrap;
    }

    .Form-inputGroup button {
        -webkit-border-radius: 0;
        border-radius: 0;
        white-space: nowrap;
    }

.Form-textInput, .Form-select {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
}

    .Form-textInput.-filter, .Form-select.-filter {
        -webkit-border-radius: 2px;
        border-radius: 2px;
        border-color: #cccccc;
    }

    .Form-textInput select, .Form-select select {
        font-size: 14px;
        line-height: 20px;
    }

.Form-textInput {
    position: relative;
    z-index: 2;
}

    .Form-textInput:hover, .Form-textInput:focus, .Form-textInput:active {
        border: 1px solid #aaa;
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
        box-shadow: 0 0 3px rgba(0,0,0,0.2);
    }

    .Form-textInput.-small {
        font-size: 14px;
        height: 36px;
    }

    .Form-textInput.-large {
        font-size: 14px;
        height: 44px;
    }

.Form-inputWrapper {
    display: block;
    background-color: #fff;
    position: relative;
    width: 100%;
    z-index: 1;
}

    .Form-inputWrapper.-small {
        font-size: 14px;
    }

    .Form-inputWrapper.-icon input[type="text"], .Form-inputWrapper.-icon select {
        padding-left: 40px;
        padding-left: 2.5rem;
        padding-left: calc(20px + 1em);
    }

.Form-radioInput, .Form-checkboxInput {
    display: inline-block;
    float: left;
    height: 15px;
    margin-top: calc(1.1em - 15px);
    width: 15px;
}

.Form-alignedLabel {
    color: #777777;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-left: 20px;
    margin-left: 1.25rem;
    margin-left: calc(5px + 1em);
}

.Form-icon {
    height: 1.1em;
    fill: #777777;
    position: absolute;
    width: 1em;
    left: 10px;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.Form-select {
    border: solid 1px #cccccc;
    background-color: #fff;
    display: inline-block;
    font-size: 1em;
    height: 39px;
    position: relative;
}

.ProgramSearchFilters .Form-select {
    overflow: hidden;
}

.Form-select.-block {
    display: block;
}

.Form-select.-small {
    font-size: 0.9375em;
    height: 36px;
}

    .Form-select.-small:after {
        font-size: 16px;
        line-height: 2.1;
        height: 33px;
    }

.Form-select:after {
    color: #777777;
    background: #fff;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(40%, #fff));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 40%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 40%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 40%);
    content: "▾";
    height: 37px;
    position: absolute;
    padding: 0 10px 0 20px;
    padding: 0 0.625rem 0 1.25rem;
    line-height: 37px;
    top: 0;
    right: 0;
    z-index: 1;
}

.ie9 .Form-select:after {
    display: none;
}

.Form-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    color: #777777;
    cursor: pointer;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 30px 0 10px;
    padding: 0 1.875rem 0 0.625rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    z-index: 2;
    border: 1px solid #ccc !important;
}

.Form-select.-filter.Form-inputWrapper.-small {
    border: 0px;
}

.ie9 .Form-select select {
    padding-right: 0;
}

.Form-select select::-ms-expand {
    display: none;
}

.Form-select select:hover, .Form-select select:focus, .Form-select select:active {
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    outline: 1px solid #ddd;
    z-index: 4;
}

.Form-select option {
    overflow: hidden;
    text-overflow: ellipsis;
}

.Form-errors {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    color: #D61F26;
    font-size: 0.8125em;
}


.ng-map-info-window {
    height: 250px !important;
    width: 300px !important;
    margin-left: 25px;
}

    .ng-map-info-window > *:first-child {
        display: none !important;
    }



.HeaderHelp {
    color: #fff;
    background-color: #278ACA;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    display: none;
    font-size: 1em;
    left: 0;
    line-height: 22px;
    position: absolute;
    width: 100%;
    z-index: 10;
}

    .HeaderHelp.-desktop {
        right: 0;
        left: inherit;
        top: 0;
        width: 360px;
    }

.HeaderHelp-content {
    margin: 70px 30px 15px;
    margin: 4.375rem 1.875rem 0.9375rem;
    font-size: 1.125em;
}

.HeaderHelp-group {
    display: block;
    margin: 15px 0;
    margin: 0.9375rem 0;
}

.HeaderHelp-link {
    display: block;
}

.HeaderHelp a, .HeaderHelp a:link, .HeaderHelp a:visited {
    color: #fff;
}

    .HeaderHelp a:hover, .HeaderHelp a:focus, .HeaderHelp a:active {
        color: #fff;
        text-decoration: underline;
    }

.HeaderHelp-close {
    position: absolute;
    top: 10px;
    top: 0.625rem;
    right: 10px;
    right: 0.625rem;
}

    .HeaderHelp-close:hover, .HeaderHelp-close:focus, .HeaderHelp-close:active {
        background-color: transparent !important;
        border-color: transparent !important;
    }

.HeaderHelp-icon {
    margin-bottom: 2px;
    margin-left: 5px;
}

.HeaderNav {
    font-size: 16px;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    line-height: 27px;
}

.Header-desktopContent .HeaderNav {
    clear: right;
    float: right;
}

.HeaderNav-item {
    font-size: 1.31em;
    line-height: 64px;
}

.Header-desktopContent .HeaderNav-item {
    display: inline-block;
    margin: 0 0 0 15px;
    margin: 0 0 0 0.9375rem;
}

@media all and (min-width: 62.5em) {
    .Header-desktopContent .HeaderNav-item {
        margin: 0 0 0 2.5rem;
    }
}

.Header-mobileContent .HeaderNav-item {
    margin: 20px 0;
    margin: 1.25rem 0;
}

    .Header-mobileContent .HeaderNav-item:first-child {
        margin-top: 0;
    }

.Header-mobileContent .HeaderNav-link, .Header-mobileContent .HeaderNav-link:link, .Header-mobileContent .HeaderNav-link:visited {
    color: #fff;
}

    .Header-mobileContent .HeaderNav-link:hover, .Header-mobileContent .HeaderNav-link:focus, .Header-mobileContent .HeaderNav-link:active {
        color: #fff;
    }

.Header-desktopContent .HeaderNav-link, .Header-desktopContent .HeaderNav-link:link, .Header-desktopContent .HeaderNav-link:visited {
    color: #222222;
}

    .Header-desktopContent .HeaderNav-link:hover, .Header-desktopContent .HeaderNav-link:focus, .Header-desktopContent .HeaderNav-link:active {
        color: #278ACA;
    }

.Header.-transparent .Header-desktopContent .HeaderNav-link, .Header.-transparent .Header-desktopContent .HeaderNav-link:link, .Header.-transparent .Header-desktopContent .HeaderNav-link:visited {
    color: #fff;
}

    .Header.-transparent .Header-desktopContent .HeaderNav-link:hover, .Header.-transparent .Header-desktopContent .HeaderNav-link:focus, .Header.-transparent .Header-desktopContent .HeaderNav-link:active {
        color: #278ACA;
    }

.Header.-homepage .Header-desktopContent .HeaderNav-link, .Header.-homepage .Header-desktopContent .HeaderNav-link:link, .Header.-homepage .Header-desktopContent .HeaderNav-link:visited {
    color: #fff;
}

    .Header.-homepage .Header-desktopContent .HeaderNav-link:hover, .Header.-homepage .Header-desktopContent .HeaderNav-link:focus, .Header.-homepage .Header-desktopContent .HeaderNav-link:active {
        color: #278ACA;
    }

.Header {
    position: relative;
    z-index: 10;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
}

    .Header:before, .Header:after {
        content: "";
        display: table;
    }

    .Header:after {
        clear: both;
    }

@media screen and (max-width: 55.625em) {
    .Header {
        padding: 0.5rem 0;
    }
}

.Header.-normal {
    background: #fff;
}

.Header.-border {
    border-bottom: 1px solid #cccccc;
}

.Header-desktopContent, .Header-mobileContent {
    z-index: 10;
}

.Header.-homepage {
    background: transparent;
}

@media all and (min-width: 55.625em) {
    .Header.-homepage {
        background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(15%, transparent), to(rgba(0,0,0,0.5)));
        background: -webkit-linear-gradient(bottom, transparent 0%, transparent 15%, rgba(0,0,0,0.5) 100%);
        background: -o-linear-gradient(bottom, transparent 0%, transparent 15%, rgba(0,0,0,0.5) 100%);
        background: linear-gradient(to top, transparent 0%, transparent 15%, rgba(0,0,0,0.5) 100%);
    }
}

.Header-desktopContent {
    display: none;
    position: relative;
    visibility: hidden;
}

    .Header-desktopContent:before, .Header-desktopContent:after {
        content: "";
        display: table;
    }

    .Header-desktopContent:after {
        clear: both;
    }

@media print {
    .Header-desktopContent {
        display: none !important;
    }
}

@media all and (min-width: 55.625em) {
    .Header-desktopContent {
        display: block;
        visibility: visible;
    }
}

.Header-desktopContent .Header-userLinks {
    float: right;
}

@media print {
    .Header-mobileContent {
        display: none !important;
    }
}

@media all and (min-width: 55.5625em) {
    .Header-mobileContent {
        display: none;
        visibility: hidden;
    }
}

.Header-table {
    display: table;
    width: 100%;
}

.Header-cell {
    display: table-cell;
    vertical-align: middle;
}

@media all and (min-width: 55.625em) {
    .Header-cell.-right {
        height: 126px;
        vertical-align: top;
    }
}

.Header-primaryRow {
    clear: right;
    float: right;
    margin: 0;
}

.Header-search {
    position: relative;
    float: right;
    background-color: #ffffff;
    width: 210px;
}

.Header-search-mobile {
    margin-bottom: 20px;
    position: relative;
    width: 250px;
}

.Header-search-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: solid 1px #cccccc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    color: #777777;
    display: block;
    font-size: 1.125em;
    height: 35px;
    height: 2.1875rem;
    padding: 0 12px;
    padding: 0 0.75rem;
    width: 210px;
}

.Header-search-select-mobile {
    width: 250px;
}

.Header-search-submit {
    border-style: solid solid solid none;
    border-color: #cccccc;
    border-width: 1px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 100%;
    line-height: 1;
    position: absolute;
    padding: 0 10px;
    padding: 0 0.625rem;
    right: 0;
    top: 0;
}

    .Header-search-submit, .Header-search-submit:link, .Header-search-submit:visited {
        background-color: #ffffff;
        color: #5e6261;
    }

        .Header-search-submit:hover, .Header-search-submit:focus, .Header-search-submit:active {
            background-color: #EE7835;
            color: #ffffff;
        }

.Header-search-icon {
    fill: currentColor;
    line-height: 35px;
}

.Header-search-mobile {
    background-color: #ffffff;
    display: block;
    width: 250px;
}

.Header-logo {
    clear: both;
    display: block;
    float: left;
    height: 60px;
    position: relative;
    width: 60px;
    z-index: 2;
}

    .Header-logo.-scheme-orange:hover .outline, .Header-logo.-scheme-orange:focus .outline, .Header-logo.-scheme-orange:active .outline {
        fill: #EE7835;
    }

    .Header-logo.-scheme-yellow:hover .outline, .Header-logo.-scheme-yellow:focus .outline, .Header-logo.-scheme-yellow:active .outline {
        fill: #FFC425;
    }

    .Header-logo.-scheme-blue:hover .outline, .Header-logo.-scheme-blue:focus .outline, .Header-logo.-scheme-blue:active .outline {
        fill: #278ACA;
    }

    .Header-logo.-scheme-teal:hover .outline, .Header-logo.-scheme-teal:focus .outline, .Header-logo.-scheme-teal:active .outline {
        fill: #00A79D;
    }

    .Header-logo.-scheme-red:hover .outline, .Header-logo.-scheme-red:focus .outline, .Header-logo.-scheme-red:active .outline {
        fill: #D61F26;
    }

    .Header-logo.-scheme-purple:hover .outline, .Header-logo.-scheme-purple:focus .outline, .Header-logo.-scheme-purple:active .outline {
        fill: #6058A6;
    }

    .Header-logo.-scheme-green:hover .outline, .Header-logo.-scheme-green:focus .outline, .Header-logo.-scheme-green:active .outline {
        fill: #83943f;
    }

    .Header-logo.-scheme-white:hover .outline, .Header-logo.-scheme-white:focus .outline, .Header-logo.-scheme-white:active .outline {
        fill: #fff;
    }

@media all and (min-width: 30em) {
    .Header-logo {
        width: 90px;
        height: 90px;
    }
}

.Header-logo .text {
    fill: #222222;
}

.Header-logo .text-white {
    fill: #fff;
}

.Header-logo .outline {
    fill: #EE7835;
    -webkit-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    transition: fill .3s ease;
}

.Header-logo-wrap {
    display: inline-block;
    margin: 18px 0 13px;
}

@media all and (min-width: 55.625em) {
    .Header-logo-wrap {
        margin: 25px 0;
    }
}

.Header-menuToggle.-open {
    float: right;
    margin: 0;
    right: 10px;
}

.Header-menuToggle.-close {
    float: right;
}

.Header-mobileContent .Header-helpBtn {
    background-color: #278ACA !important;
    border-color: #278ACA !important;
}

.Header.-normal .Header-desktopContent .Header-helpBtn {
    padding-right: 0;
}

    .Header.-normal .Header-desktopContent .Header-helpBtn, .Header.-normal .Header-desktopContent .Header-helpBtn:link, .Header.-normal .Header-desktopContent .Header-helpBtn:visited {
        background: none;
        border-color: transparent;
        color: #278ACA;
    }

        .Header.-normal .Header-desktopContent .Header-helpBtn:hover, .Header.-normal .Header-desktopContent .Header-helpBtn:focus, .Header.-normal .Header-desktopContent .Header-helpBtn:active {
            color: #278ACA;
            text-decoration: underline;
        }

.Header-helpBtn svg {
    margin-left: 5px;
    vertical-align: baseline;
}

.Header-welcome {
    color: #777777;
}

.Header-loginBtn {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    margin-right: 10px;
    margin-right: 0.625rem;
    display: inline-block;
}

    .Header-loginBtn, .Header-loginBtn:link, .Header-loginBtn:visited {
        color: #222222;
    }

        .Header-loginBtn:hover, .Header-loginBtn:focus, .Header-loginBtn:active {
            color: #278ACA;
            cursor: pointer;
        }

.Header .Header-mobileContent .Header-loginBtn, .Header .Header-mobileContent .Header-loginBtn:link, .Header .Header-mobileContent .Header-loginBtn:visited {
    color: #fff;
}

    .Header .Header-mobileContent .Header-loginBtn:hover, .Header .Header-mobileContent .Header-loginBtn:focus, .Header .Header-mobileContent .Header-loginBtn:active {
        color: #fff;
        text-decoration: underline;
    }

.Header.-transparent .Header-desktopContent .Header-loginBtn {
    margin-bottom: 0;
}

    .Header.-transparent .Header-desktopContent .Header-loginBtn, .Header.-transparent .Header-desktopContent .Header-loginBtn:link, .Header.-transparent .Header-desktopContent .Header-loginBtn:visited {
        background: none;
        border-color: transparent;
        color: #fff;
    }

        .Header.-transparent .Header-desktopContent .Header-loginBtn:hover, .Header.-transparent .Header-desktopContent .Header-loginBtn:focus, .Header.-transparent .Header-desktopContent .Header-loginBtn:active {
            color: #fff;
            text-decoration: underline;
        }

.Header.-homepage .Header-desktopContent .Header-loginBtn {
    margin-bottom: 0;
}

    .Header.-homepage .Header-desktopContent .Header-loginBtn, .Header.-homepage .Header-desktopContent .Header-loginBtn:link, .Header.-homepage .Header-desktopContent .Header-loginBtn:visited {
        background: none;
        border-color: transparent;
        color: #fff;
    }

        .Header.-homepage .Header-desktopContent .Header-loginBtn:hover, .Header.-homepage .Header-desktopContent .Header-loginBtn:focus, .Header.-homepage .Header-desktopContent .Header-loginBtn:active {
            color: #fff;
            text-decoration: underline;
        }

.Header-userLinks {
    position: relative;
    z-index: 3;
}

.Header-mobileMenu {
    display: none;
    position: absolute;
    padding: 0 0 70px;
    padding: 0 0 4.375rem;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}

.Header-mobileMenu-content {
    background-color: #315590;
    padding: 20px 0 0;
    padding: 1.25rem 0 0;
    position: relative;
}

.Header-mobileMenu-close {
    margin-bottom: 2px;
    margin-right: 5px;
}

.Header-mobileMenu-login {
    color: #fff !important;
    display: block;
    font-size: 1em;
    line-height: 22px;
    margin-bottom: 20px;
}

.Header-arch {
    height: 71px;
    overflow: hidden;
    margin-bottom: -70px;
    position: relative;
    width: 100%;
}

    .Header-arch.-help {
        width: auto;
    }

        .Header-arch.-help:after {
            background-color: #278ACA;
            margin-top: -160px;
        }


    .HeaderHelp.-login, .Header-arch.-login:after {
        background-color: #278ACA !important;
    }

.Header-helpBtn.login-btn {
    transition: none;
}

    .Header-helpBtn .btn-login-caption, .HeaderHelp .btn-login-caption, .Header-helpBtn.login-btn:hover {
        color: #278ACA !important;
    }

.Header-helpBtn .btn-login-caption-dropdown, .HeaderHelp .btn-login-caption-dropdown {
    color: white !important;
    font-weight: normal;
}

.Header-helpBtn .login-text, .HeaderHelp .login-text {
    color: #278ACA !Important;
}

.Header-helpBtn .login-text-name {
    font-weight: bold;
}

.Header-helpBtn .login-text-dropdown, .HeaderHelp .login-text-dropdown {
    color: white !Important;
}

.HeaderHelp .login-over.HeaderHelp-close:hover .login-text, .HeaderHelp .login-over.HeaderHelp-close:hover .btn-login-caption {
    color: #fff !Important;
}

.HeaderHelp .login-over.HeaderHelp-close:hover .login-text-dropdown, .HeaderHelp .login-over.HeaderHelp-close:hover .btn-login-caption-dropdown {
    color: black !Important;
}

.Header-loginBtn.login-label {
    color: #278ACA !Important;
    fill: #278ACA;
}

.Header-helpBtn.login-btn {
    fill: #278ACA;
}

.thin-label {
    font-weight: normal;
}

.Header-arch:after {
    background-color: #315590;
    content: "";
    -webkit-border-radius: 0 0 50% 50%;
    border-radius: 0 0 50% 50%;
    height: 200px;
    left: -15%;
    margin-top: -130px;
    position: absolute;
    top: 0;
    width: 130%;
    z-index: 1;
}

.Header-savedProgramsBtn {
    border-bottom: none;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    clear: right;
    float: right;
}

.Header-savedProgramsBtn-open {
    background-color: #f0f0f0 !important;
    border-bottom: none;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    clear: right;
    float: right;
    position: relative;
}

    .Header-savedProgramsBtn-open:hover, .Header-savedProgramsBtn-open:focus, .Header-savedProgramsBtn-open:active {
        border-color: #cccccc !important;
        color: #777777 !important;
    }

    .Header-savedProgramsBtn-open:after {
        border-bottom: 1px solid #f0f0f0;
        bottom: -1px;
        content: "";
        left: 0;
        position: absolute;
        width: 100%;
    }

.HeadingShareLinks:before {
    content: "200 260";
    display: none;
}

.HeadingShareLinks-text {
    color: #777777;
    display: inline-block;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 0.875em;
    font-weight: bold;
    margin-right: 12px;
    margin-right: 0.75rem;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
}

.HeadingShareLinks-list {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

    .HeadingShareLinks-list:before, .HeadingShareLinks-list:after {
        content: "";
        display: table;
    }

    .HeadingShareLinks-list:after {
        clear: both;
    }

.HeadingShareLinks:not([data-minwidth~="260"]) .HeadingShareLinks-list {
    display: block;
}

.HeadingShareLinks-item {
    display: inline-block;
    list-style: none;
    float: left;
    line-height: 1;
    margin-right: 6px;
    margin-right: 0.375rem;
}

    .HeadingShareLinks-item:last-of-type {
        margin-right: 0;
    }

.HeadingShareLinks[data-minwidth~="200"] .HeadingShareLinks-item {
    margin-right: 12px;
    margin-right: 0.75rem;
}

.HeadshotProfile-info {
    border: 1px solid #cccccc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: -30px;
    margin-top: -1.875rem;
    padding: 40px 20px 20px;
    padding: 2.5rem 1.25rem 1.25rem;
}

.HeadshotProfile-info-link {
    color: #278ACA;
    display: block;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
}

    .HeadshotProfile-info-link:nth-of-type(1), .HeadshotProfile-info-link:nth-of-type(2) {
        margin-bottom: 10px;
        margin-bottom: 0.625rem;
    }

    .HeadshotProfile-info-link:hover, .HeadshotProfile-info-link:focus, .HeadshotProfile-info-link:active {
        color: #278ACA;
    }

        .HeadshotProfile-info-link:hover .HeadshotProfile-info-link-text, .HeadshotProfile-info-link:focus .HeadshotProfile-info-link-text, .HeadshotProfile-info-link:active .HeadshotProfile-info-link-text {
            text-decoration: underline;
        }

.HeadshotProfile-info-link-text {
    display: inline-block;
    font-size: 1.1875em;
    line-height: 1.375;
    min-width: 150px;
    padding-left: 10px;
    padding-left: 0.625rem;
    word-wrap: break-word;
}

.HeadshotProfile-info-icon {
    color: #777777;
    vertical-align: top;
}

.HeadshotProfile-image {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #cccccc;
    background-position: center center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin: auto;
    min-width: 200px;
    width: 40%;
}

    .HeadshotProfile-image:before {
        content: "\0020";
        display: block;
    }

    .HeadshotProfile-image:before {
        padding-top: 100%;
    }

.Header-helpBtn.mobile-login.login-btn {
    background-color: transparent !important;
}

.mobile-login-content {
    top: 0;
}

.fixed-z-index {
    z-index: 510;
}

.login-mobile-content {
    margin-bottom: 10px;
}

.login-button {
    color: #222222 !important;
    margin-bottom: 0px;
}

@media all and (min-width: 47.9375em) {
    .HeadshotProfile-image {
        width: 100%;
    }
}

.no-js .HeadshotProfile-image {
    display: none;
}

.HomepageAlert {
    background-color: #D61F26;
    color: #fff !important;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    padding: 16px 0;
    padding: 1rem 0;
}

@media all and (min-width: 20em) {
    .HomepageAlert {
        font-size: 100%;
    }
}

@media all and (min-width: 38.3125em) {
    .HomepageAlert {
        font-size: 112.5%;
    }
}

@media all and (min-width: 56.625em) {
    .HomepageAlert {
        font-size: 125%;
    }
}

@media all and (min-width: 74.9375em) {
    .HomepageAlert {
        font-size: 137.5%;
    }
}

.HomepageAlert strong {
    display: block;
}

@media all and (min-width: 40.625em) {
    .HomepageAlert strong {
        display: inline-block;
        margin-right: 0.375rem;
    }
}

.HomepageAlert-link {
    color: #fff !important;
    display: block;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

    .HomepageAlert-link:hover {
        text-decoration: underline;
    }

.HomepageAlert-link-icon {
    color: #ffffff !important;
}

@media all and (min-width: 47.9375em) {
    .HomepageAlert-link {
        display: inline-block;
        margin-left: 0.375rem;
    }
}

.HomepageAlert-close {
    display: block;
    position: absolute;
    right: 16px;
    right: 1rem;
    top: 16px;
    top: 1rem;
}

.HomepageFeature {
    background-color: #278ACA;
    color: #fff;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    position: relative;
    z-index: 10;
}

.HomepageFeature-contentWrapper {
    display: table;
    position: relative;
    width: 100%;
    z-index: 4;
}

.HomepageFeature-content {
    display: table-cell;
    height: 265px;
    padding: 5% 0 10% 0;
    text-align: center;
}

@media all and (min-width: 47.9375em) {
    .HomepageFeature-content {
        height: 450px;
    }
}

.HomepageFeature-arch {
    bottom: -2px;
    display: none;
    fill: #fff;
    margin-left: -1%;
    position: relative;
    width: 102%;
    z-index: 3;
}

@media all and (min-width: 20.0625em) {
    .HomepageFeature-arch {
        display: block;
    }
}

.HomepageFeature-title, .HomepageFeature-text {
    display: block;
    font-weight: bold;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.HomepageFeature-title {
    line-height: 1;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
}

@media all and (min-width: 20em) {
    .HomepageFeature-title {
        font-size: 250%;
    }
}

@media all and (min-width: 21.5625em) {
    .HomepageFeature-title {
        font-size: 262.5%;
    }
}

@media all and (min-width: 23.125em) {
    .HomepageFeature-title {
        font-size: 275%;
    }
}

@media all and (min-width: 24.6875em) {
    .HomepageFeature-title {
        font-size: 287.5%;
    }
}

@media all and (min-width: 26.25em) {
    .HomepageFeature-title {
        font-size: 300%;
    }
}

@media all and (min-width: 27.8125em) {
    .HomepageFeature-title {
        font-size: 312.5%;
    }
}

@media all and (min-width: 29.375em) {
    .HomepageFeature-title {
        font-size: 325%;
    }
}

@media all and (min-width: 30.9375em) {
    .HomepageFeature-title {
        font-size: 337.5%;
    }
}

@media all and (min-width: 32.5em) {
    .HomepageFeature-title {
        font-size: 350%;
    }
}

@media all and (min-width: 34.0625em) {
    .HomepageFeature-title {
        font-size: 362.5%;
    }
}

@media all and (min-width: 35.625em) {
    .HomepageFeature-title {
        font-size: 375%;
    }
}

@media all and (min-width: 37.1875em) {
    .HomepageFeature-title {
        font-size: 387.5%;
    }
}

@media all and (min-width: 38.75em) {
    .HomepageFeature-title {
        font-size: 400%;
    }
}

@media all and (min-width: 40.3125em) {
    .HomepageFeature-title {
        font-size: 412.5%;
    }
}

@media all and (min-width: 41.875em) {
    .HomepageFeature-title {
        font-size: 425%;
    }
}

@media all and (min-width: 43.4375em) {
    .HomepageFeature-title {
        font-size: 437.5%;
    }
}

@media all and (min-width: 45em) {
    .HomepageFeature-title {
        font-size: 450%;
    }
}

@media all and (min-width: 46.5625em) {
    .HomepageFeature-title {
        font-size: 462.5%;
    }
}

@media all and (min-width: 48.125em) {
    .HomepageFeature-title {
        font-size: 475%;
    }
}

@media all and (min-width: 49.6875em) {
    .HomepageFeature-title {
        font-size: 487.5%;
    }
}

@media all and (min-width: 51.25em) {
    .HomepageFeature-title {
        font-size: 500%;
    }
}

@media all and (min-width: 52.8125em) {
    .HomepageFeature-title {
        font-size: 512.5%;
    }
}

@media all and (min-width: 54.375em) {
    .HomepageFeature-title {
        font-size: 525%;
    }
}

@media all and (min-width: 55.9375em) {
    .HomepageFeature-title {
        font-size: 537.5%;
    }
}

@media all and (min-width: 57.5em) {
    .HomepageFeature-title {
        font-size: 550%;
    }
}

@media all and (min-width: 59.0625em) {
    .HomepageFeature-title {
        font-size: 562.5%;
    }
}

@media all and (min-width: 60.625em) {
    .HomepageFeature-title {
        font-size: 575%;
    }
}

@media all and (min-width: 62.1875em) {
    .HomepageFeature-title {
        font-size: 587.5%;
    }
}

@media all and (min-width: 63.75em) {
    .HomepageFeature-title {
        font-size: 600%;
    }
}

@media all and (min-width: 65.3125em) {
    .HomepageFeature-title {
        font-size: 612.5%;
    }
}

@media all and (min-width: 66.875em) {
    .HomepageFeature-title {
        font-size: 625%;
    }
}

@media all and (min-width: 68.4375em) {
    .HomepageFeature-title {
        font-size: 637.5%;
    }
}

@media all and (min-width: 70em) {
    .HomepageFeature-title {
        font-size: 650%;
    }
}

@media all and (min-width: 71.5625em) {
    .HomepageFeature-title {
        font-size: 662.5%;
    }
}

@media all and (min-width: 73.125em) {
    .HomepageFeature-title {
        font-size: 675%;
    }
}

@media all and (min-width: 74.6875em) {
    .HomepageFeature-title {
        font-size: 687.5%;
    }
}

.HomepageFeature-text {
    line-height: 1.25;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
}

@media all and (min-width: 20em) {
    .HomepageFeature-text {
        font-size: 112.5%;
    }
}

@media all and (min-width: 31em) {
    .HomepageFeature-text {
        font-size: 125%;
    }
}

@media all and (min-width: 42em) {
    .HomepageFeature-text {
        font-size: 137.5%;
    }
}

@media all and (min-width: 53em) {
    .HomepageFeature-text {
        font-size: 150%;
    }
}

@media all and (min-width: 64em) {
    .HomepageFeature-text {
        font-size: 162.5%;
    }
}

@media all and (min-width: 75em) {
    .HomepageFeature-text {
        font-size: 175%;
    }
}

.HomepageFeature-form {
    color: #777777;
    line-height: 1.347826087;
    margin: auto;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 4;
}

@media all and (min-width: 20em) {
    .HomepageFeature-form {
        font-size: 112.5%;
    }
}

@media all and (min-width: 38.3125em) {
    .HomepageFeature-form {
        font-size: 125%;
    }
}

@media all and (min-width: 56.625em) {
    .HomepageFeature-form {
        font-size: 137.5%;
    }
}

@media all and (min-width: 47.9375em) {
    .HomepageFeature-form {
        margin: 0 auto;
        width: 550px;
    }
}

.HomepageFeature-form-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    height: 50px !important;
    padding: 0 15px;
    padding: 0 0.9375rem;
}

.js .HomepageFeature-form-input {
    display: static !important;
}

.HomepageFeature-form-button {
    height: 50px;
}

.HomepageFeature > .select2.select2-container.select2-container--default {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

.HomepagePromo {
    background-color: #278ACA;
    color: #fff;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    overflow: hidden;
    position: relative;
}

.HomepagePromo-contentWrapper {
    display: table;
    position: relative;
    width: 100%;
    z-index: 2;
}

.HomepagePromo-bkgImage {
    background-attachment: fixed;
}

.HomepagePromo-content {
    display: table-cell;
    height: 265px;
    text-align: center;
    vertical-align: middle;
}

.HomepagePromo-title, .HomepagePromo-text {
    color: #fff;
    display: block;
    font-weight: bold;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.HomepagePromo-title {
    line-height: 1;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
}

@media all and (min-width: 20em) {
    .HomepagePromo-title {
        font-size: 250%;
    }
}

@media all and (min-width: 22.5em) {
    .HomepagePromo-title {
        font-size: 262.5%;
    }
}

@media all and (min-width: 25em) {
    .HomepagePromo-title {
        font-size: 275%;
    }
}

@media all and (min-width: 27.5em) {
    .HomepagePromo-title {
        font-size: 287.5%;
    }
}

@media all and (min-width: 30em) {
    .HomepagePromo-title {
        font-size: 300%;
    }
}

@media all and (min-width: 32.5em) {
    .HomepagePromo-title {
        font-size: 312.5%;
    }
}

@media all and (min-width: 35em) {
    .HomepagePromo-title {
        font-size: 325%;
    }
}

@media all and (min-width: 37.5em) {
    .HomepagePromo-title {
        font-size: 337.5%;
    }
}

@media all and (min-width: 40em) {
    .HomepagePromo-title {
        font-size: 350%;
    }
}

@media all and (min-width: 42.5em) {
    .HomepagePromo-title {
        font-size: 362.5%;
    }
}

@media all and (min-width: 45em) {
    .HomepagePromo-title {
        font-size: 375%;
    }
}

@media all and (min-width: 47.5em) {
    .HomepagePromo-title {
        font-size: 387.5%;
    }
}

@media all and (min-width: 50em) {
    .HomepagePromo-title {
        font-size: 400%;
    }
}

@media all and (min-width: 52.5em) {
    .HomepagePromo-title {
        font-size: 412.5%;
    }
}

@media all and (min-width: 55em) {
    .HomepagePromo-title {
        font-size: 425%;
    }
}

@media all and (min-width: 57.5em) {
    .HomepagePromo-title {
        font-size: 437.5%;
    }
}

@media all and (min-width: 60em) {
    .HomepagePromo-title {
        font-size: 450%;
    }
}

@media all and (min-width: 62.5em) {
    .HomepagePromo-title {
        font-size: 462.5%;
    }
}

@media all and (min-width: 65em) {
    .HomepagePromo-title {
        font-size: 475%;
    }
}

@media all and (min-width: 67.5em) {
    .HomepagePromo-title {
        font-size: 487.5%;
    }
}

@media all and (min-width: 70em) {
    .HomepagePromo-title {
        font-size: 500%;
    }
}

@media all and (min-width: 72.5em) {
    .HomepagePromo-title {
        font-size: 512.5%;
    }
}

@media all and (min-width: 75em) {
    .HomepagePromo-title {
        font-size: 525%;
    }
}

.HomepagePromo-text {
    font-weight: normal;
    line-height: 1.25;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
}

@media all and (min-width: 20em) {
    .HomepagePromo-text {
        font-size: 112.5%;
    }
}

@media all and (min-width: 31em) {
    .HomepagePromo-text {
        font-size: 125%;
    }
}

@media all and (min-width: 42em) {
    .HomepagePromo-text {
        font-size: 137.5%;
    }
}

@media all and (min-width: 53em) {
    .HomepagePromo-text {
        font-size: 150%;
    }
}

@media all and (min-width: 64em) {
    .HomepagePromo-text {
        font-size: 162.5%;
    }
}

@media all and (min-width: 75em) {
    .HomepagePromo-text {
        font-size: 175%;
    }
}

.HomepagePromo-line {
    position: absolute;
    z-index: 3;
}

    .HomepagePromo-line.-right {
        height: 400px;
        right: 0;
        top: 0;
        width: 240px;
    }

    .HomepagePromo-line.-left {
        height: 450px;
        bottom: 0;
        width: 320px;
    }

@media screen and (max-width: 30em) {
    .HomepagePromo-button, .HomepagePromo-button.Button.-large {
        padding: 10px;
        font-size: 16px;
    }
}

.HomepagePromo-line-right {
    top: 0;
    height: 50vh;
    right: -150px;
    position: absolute;
}

@media all and (min-width: 47.9375em) {
    .HomepagePromo-line-right {
        right: -120px;
    }
}

.HomepagePromo-line-left {
    bottom: 0;
    height: 50vh;
    left: -150px;
    position: absolute;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media all and (min-width: 47.9375em) {
    .HomepagePromo-line-left {
        left: -100px;
    }
}

.slide {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 100px 10%;
    -webkit-transform-style: inherit;
    transform-style: inherit;
    width: 100vw;
}

@media all and (min-width: 47.9375em) {
    .slide {
        padding: 200px 10%;
        min-height: 700px;
    }
}

.slide:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.slide:nth-child(2n) .title {
    margin-left: 0;
    margin-right: auto;
}

.slide:nth-child(2n+1) .title {
    margin-left: auto;
    margin-right: 0;
}

.slide, .slide:before {
    background: 50% 50% / cover;
}

#slide1:before {
    -webkit-transform: translateZ(-1px) scale(2);
    transform: translateZ(-1px) scale(2);
    z-index: -10;
}

#slide2 {
    background-attachment: fixed;
}

#slide3:before {
    -webkit-transform: translateZ(-1px) scale(2);
    transform: translateZ(-1px) scale(2);
    z-index: -10;
}

#slide4 {
    background: #ffffff;
    height: 100px;
}

.HowItWorks-item {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    position: relative;
    display: table;
    width: 100%;
}

@media all and (min-width: 40.625em) {
    .HowItWorks-item {
        display: block;
    }
}

.HowItWorks-item-cell {
    display: table-cell;
    vertical-align: middle;
}

@media all and (min-width: 40.625em) {
    .HowItWorks-item-cell {
        display: block;
    }
}

.HowItWorks-item-cell:first-child {
    width: 30%;
}

@media all and (min-width: 40.625em) {
    .HowItWorks-item-cell:first-child {
        width: 80%;
        margin: 0 auto;
    }
}

.HowItWorks-item-image {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #cccccc;
    background-position: center center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: auto;
    width: 100%;
}

    .HowItWorks-item-image:before {
        content: "\0020";
        display: block;
    }

    .HowItWorks-item-image:before {
        padding-top: 100%;
    }

.no-js .HowItWorks-item-image {
    display: none;
}

.HowItWorks-item-content {
    margin: 0;
    padding: 20px 20px;
    padding: 1.25rem 1.25rem;
    position: relative;
    text-align: left;
    z-index: 2;
}

@media all and (min-width: 40.625em) {
    .HowItWorks-item-content {
        float: none;
        margin: 1.875rem 0 0;
        padding: 0 1.25rem;
        text-align: center;
        width: 100%;
    }
}

.HowItWorks-item.-scheme-orange .HowItWorks-item-content:before {
    background-color: #EE7835;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.HowItWorks-item.-scheme-yellow .HowItWorks-item-content:before {
    background-color: #FFC425;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.HowItWorks-item.-scheme-blue .HowItWorks-item-content:before {
    background-color: #278ACA;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.HowItWorks-item.-scheme-teal .HowItWorks-item-content:before {
    background-color: #00A79D;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.HowItWorks-item.-scheme-red .HowItWorks-item-content:before {
    background-color: #D61F26;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.HowItWorks-item.-scheme-purple .HowItWorks-item-content:before {
    background-color: #6058A6;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.HowItWorks-item.-scheme-green .HowItWorks-item-content:before {
    background-color: #83943f;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.HowItWorks-item.-scheme-white .HowItWorks-item-content:before {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.HowItWorks-item-content-wrapper:before, .HowItWorks-item-content-wrapper:after {
    content: "";
    display: table;
}

.HowItWorks-item-content-wrapper:after {
    clear: both;
}

.HowItWorks-item-title {
    display: none;
}

@media all and (min-width: 40.625em) {
    .HowItWorks-item-title {
        display: inline-block;
        font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
        line-height: 1.3;
    }
}

@media all and (min-width: 40.625em) and (min-width: 20em) {
    .HowItWorks-item-title {
        font-size: 137.5%;
    }
}

@media all and (min-width: 40.625em) and (min-width: 38.3125em) {
    .HowItWorks-item-title {
        font-size: 150%;
    }
}

@media all and (min-width: 40.625em) and (min-width: 56.625em) {
    .HowItWorks-item-title {
        font-size: 162.5%;
    }
}

@media all and (min-width: 40.625em) and (min-width: 74.9375em) {
    .HowItWorks-item-title {
        font-size: 175%;
    }
}

.HowItWorks-item-title-link {
    color: #222222 !important;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    line-height: 1.3;
}

@media all and (min-width: 20em) {
    .HowItWorks-item-title-link {
        font-size: 137.5%;
    }
}

@media all and (min-width: 38.3125em) {
    .HowItWorks-item-title-link {
        font-size: 150%;
    }
}

@media all and (min-width: 56.625em) {
    .HowItWorks-item-title-link {
        font-size: 162.5%;
    }
}

@media all and (min-width: 74.9375em) {
    .HowItWorks-item-title-link {
        font-size: 175%;
    }
}

@media all and (min-width: 40.625em) {
    .HowItWorks-item-title-link {
        display: none;
    }
}

.HowItWorks-item-title-link-icon {
    color: #278ACA;
    margin-bottom: 2px;
}

.HowItWorks-item-title-link:hover, .HowItWorks-item-title-link:focus, .HowItWorks-item-title-link:active {
    color: #278ACA !important;
}

    .HowItWorks-item-title-link:hover .HowItWorks-item-title-link-icon, .HowItWorks-item-title-link:focus .HowItWorks-item-title-link-icon, .HowItWorks-item-title-link:active .HowItWorks-item-title-link-icon {
        margin-left: 4px;
        -webkit-transition: 150ms ease-in-out;
        -o-transition: 150ms ease-in-out;
        transition: 150ms ease-in-out;
    }

.HowItWorks-item-text {
    display: none;
}

@media all and (min-width: 40.625em) {
    .HowItWorks-item-text {
        display: block;
        font-size: 1.125em;
        font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
        line-height: 1.3;
    }
}

.HowItWorks-item-button {
    display: none;
}

@media all and (min-width: 40.625em) {
    .HowItWorks-item-button {
        display: inline-block;
        margin-top: 1.25rem;
    }
}

.HowItWorks-strata {
    padding: 5% 10% 20%;
    overflow: hidden;
    z-index: 9;
}

@media all and (min-width: 61.25em) {
    .HowItWorks-strata {
        margin: -3.125rem 0 0;
        padding: 5% 10%;
    }
}

.HowItWorks-strata-link {
    color: #222222 !important;
    display: inline-block;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    margin: 20px 0;
    margin: 1.25rem 0;
}

@media all and (min-width: 20em) {
    .HowItWorks-strata-link {
        font-size: 100%;
    }
}

@media all and (min-width: 33.75em) {
    .HowItWorks-strata-link {
        font-size: 112.5%;
    }
}

@media all and (min-width: 47.5em) {
    .HowItWorks-strata-link {
        font-size: 125%;
    }
}

@media all and (min-width: 61.25em) {
    .HowItWorks-strata-link {
        font-size: 137.5%;
    }
}

@media all and (min-width: 75em) {
    .HowItWorks-strata-link {
        font-size: 150%;
    }
}

.HowItWorks-strata-link:hover, .HowItWorks-strata-link:focus, .HowItWorks-strata-link:active {
    color: #278ACA !important;
}

    .HowItWorks-strata-link:hover .HowItWorks-strata-link-icon, .HowItWorks-strata-link:focus .HowItWorks-strata-link-icon, .HowItWorks-strata-link:active .HowItWorks-strata-link-icon {
        margin-left: 4px;
        -webkit-transition: 150ms ease-in-out;
        -o-transition: 150ms ease-in-out;
        transition: 150ms ease-in-out;
    }

.HowItWorks-strata-link-icon {
    color: #278ACA !important;
    margin-bottom: 3px;
}

.HowItWorks-strata-header {
    margin-top: 0 !important;
}

.HowItWorks-line.-small {
    display: block;
    position: absolute;
    top: initial;
    bottom: 240px;
    opacity: 1;
    width: 400px;
    -webkit-transform: rotate(-45deg) translateX(-70%);
    -ms-transform: rotate(-45deg) translateX(-70%);
    -o-transform: rotate(-45deg) translateX(-70%);
    transform: rotate(-45deg) translateX(-70%);
}

@media all and (min-width: 40.625em) {
    .HowItWorks-line.-small {
        display: none;
    }
}

.HowItWorks-line.-wide {
    display: none;
}

@media all and (min-width: 40.625em) {
    .HowItWorks-line.-wide {
        display: block;
    }
}

.IconTypeList {
    display: inline-block;
}

.UniversityListing > .IconTypeList {
    border-bottom: 1px solid #cccccc;
    display: block;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
}

.IconTypeList-item {
    color: #777777;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    display: inline-block;
}

.UniversityListing > .IconTypeList .IconTypeList-item {
    margin-right: 15px;
    margin-right: 0.9375rem;
}

.IconTypeList-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .IconTypeList-label.focusable:active, .IconTypeList-label.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.UniversityListing > .IconTypeList .IconTypeList-label {
    font-size: 16px;
    line-height: 22px;
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.IconTypeList .icon {
    fill: #777777;
}

.UniversityListing > .IconTypeList .icon {
    margin-top: -3px;
}

.IconographicList {
    font-size: 0;
}

.IconographicList-item {
    font-size: 16px;
    margin: 25px 0;
    margin: 1.5625rem 0;
}

.IconographicLink {
    border: solid 1px #cccccc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    text-align: left;
    vertical-align: top;
}

.IconographicLink-title {
    font-family: "Verlag A","Verlag B",Arial,Helvetica,sans-serif;
}

.IconographicLink-icon-lightgrey {
    display: block;
}

.IconographicLink-icon-lightgrey {
    background-color: lightgrey;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 60px;
    left: -13px;
    margin: -30px auto;
    margin: -1.875rem auto;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 2;
}

.IconographicLink-icon, .IconographicLink-title, .IconographicLink-link {
    display: block;
}

.IconographicLink-icon {
    background-color: #EE7835;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 60px;
    left: -13px;
    margin: -30px auto;
    margin: -1.875rem auto;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 2;
}

.IconographicLink-icon-inner {
    background-color: inherit;
    -webkit-background-size: 25px 25px;
    background-size: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    border: solid 1px #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 52px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 52px;
    z-index: 1;
}

.IconographicLink.-scheme-orange .IconographicLink-icon {
    background-color: #EE7835;
}

.IconographicLink.-scheme-yellow .IconographicLink-icon {
    background-color: #FFC425;
}

.IconographicLink.-scheme-blue .IconographicLink-icon {
    background-color: #278ACA;
}

.IconographicLink.-scheme-teal .IconographicLink-icon {
    background-color: #00A79D;
}

.IconographicLink.-scheme-red .IconographicLink-icon {
    background-color: #D61F26;
}

.IconographicLink.-scheme-purple .IconographicLink-icon {
    background-color: #6058A6;
}

.IconographicLink.-scheme-green .IconographicLink-icon {
    background-color: #83943f;
}

.IconographicLink.-scheme-white .IconographicLink-icon {
    background-color: #fff;
}

.IconographicLink-arrow {
    color: #5e6261;
    height: 20px;
    height: 1.25rem;
    margin-left: 10px;
    margin-left: 0.625rem;
    vertical-align: sub;
    width: 20px;
    width: 1.25rem;
}

.IconographicLink-title {
    font-size: 1.1875em;
    line-height: 25px;
    padding: 8px 15px 8px 61px;
    padding: 0.5rem 0.9375rem 0.5rem 3.8125rem;
}

.IconographicLink-link, .IconographicLink-link:link, .IconographicLink-link:visited {
    color: #222222;
}

.IconographicLink.-scheme-orange .IconographicLink-link:hover, .IconographicLink.-scheme-orange .IconographicLink-link:focus, .IconographicLink.-scheme-orange .IconographicLink-link:active {
    color: #EE7835;
}

.IconographicLink.-scheme-yellow .IconographicLink-link:hover, .IconographicLink.-scheme-yellow .IconographicLink-link:focus, .IconographicLink.-scheme-yellow .IconographicLink-link:active {
    color: #FFC425;
}

.IconographicLink.-scheme-blue .IconographicLink-link:hover, .IconographicLink.-scheme-blue .IconographicLink-link:focus, .IconographicLink.-scheme-blue .IconographicLink-link:active {
    color: #278ACA;
}

.IconographicLink.-scheme-teal .IconographicLink-link:hover, .IconographicLink.-scheme-teal .IconographicLink-link:focus, .IconographicLink.-scheme-teal .IconographicLink-link:active {
    color: #00A79D;
}

.IconographicLink.-scheme-red .IconographicLink-link:hover, .IconographicLink.-scheme-red .IconographicLink-link:focus, .IconographicLink.-scheme-red .IconographicLink-link:active {
    color: #D61F26;
}

.IconographicLink.-scheme-purple .IconographicLink-link:hover, .IconographicLink.-scheme-purple .IconographicLink-link:focus, .IconographicLink.-scheme-purple .IconographicLink-link:active {
    color: #6058A6;
}

.IconographicLink.-scheme-green .IconographicLink-link:hover, .IconographicLink.-scheme-green .IconographicLink-link:focus, .IconographicLink.-scheme-green .IconographicLink-link:active {
    color: #83943f;
}

.IconographicLink.-scheme-white .IconographicLink-link:hover, .IconographicLink.-scheme-white .IconographicLink-link:focus, .IconographicLink.-scheme-white .IconographicLink-link:active {
    color: #fff;
}

.IconographicSectionHeader {
    color: #777777;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: top;
}

.IconographicSectionHeader-icon, .IconographicSectionHeader-title {
    display: block;
}

.IconographicSectionHeader-icon {
    background-color: #EE7835;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 250px;
    margin: 0 auto 1.25em;
    position: relative;
    width: 250px;
    z-index: 2;
}

.IconographicSectionHeader-icon-inner {
    background-color: inherit;
    -webkit-background-size: 110px 110px;
    background-size: 110px 110px;
    background-position: center center;
    background-repeat: no-repeat;
    border: solid 5px #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 236px;
    left: 7px;
    position: absolute;
    top: 7px;
    width: 236px;
    z-index: 1;
}

.IconographicSectionHeader.-scheme-orange .IconographicSectionHeader-icon {
    background-color: #EE7835;
}

.IconographicSectionHeader.-scheme-yellow .IconographicSectionHeader-icon {
    background-color: #FFC425;
}

.IconographicSectionHeader.-scheme-blue .IconographicSectionHeader-icon {
    background-color: #278ACA;
}

.IconographicSectionHeader.-scheme-teal .IconographicSectionHeader-icon {
    background-color: #00A79D;
}

.IconographicSectionHeader.-scheme-red .IconographicSectionHeader-icon {
    background-color: #D61F26;
}

.IconographicSectionHeader.-scheme-purple .IconographicSectionHeader-icon {
    background-color: #6058A6;
}

.IconographicSectionHeader.-scheme-green .IconographicSectionHeader-icon {
    background-color: #83943f;
}

.IconographicSectionHeader.-scheme-white .IconographicSectionHeader-icon {
    background-color: #fff;
}

.no-js .IconographicSectionHeader-icon {
    display: none;
}

.IconographicSectionHeader-title {
    color: #231f20;
    margin: 8px 0;
    margin: 0.5rem 0;
    font-size: 1.625em;
    font-weight: bold;
    text-transform: uppercase;
}

.InnerAlign {
    display: block;
    max-width: 1160px;
    margin: 0 auto;
}

.InterestsList {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
}

.InterestsList-icon {
    background-color: #3357A3;
    border: solid 1px #fff;
    -webkit-border-radius: 50% 50%;
    border-radius: 50% 50%;
    position: absolute;
    padding: 3px;
    left: -31.5px;
    top: 0;
    vertical-align: middle;
    z-index: 1;
}

.InterestsList-icon-inner {
    background-color: #3357A3;
    border: solid 1px #fff;
    -webkit-border-radius: 50% 50%;
    border-radius: 50% 50%;
    padding: 10px;
}

.InterestsList-icon-svg {
    display: block;
    fill: #fff;
    height: 33px;
    width: 33px;
}

.InterestsList-item {
    border-left: dashed 2px #CACACA;
    counter-increment: section;
    position: relative;
    margin: 0 0 0 31px;
    margin: 0 0 0 1.96875rem;
    padding: 0 0 31px 53px;
    padding: 0 0 1.96875rem 3.3125rem;
}

    .InterestsList-item:last-child {
        border-left: solid 2px #fff;
        padding-bottom: 0;
    }

    .InterestsList-item.-scheme-orange .InterestsList-item {
        background-color: #EE7835;
    }

    .InterestsList-item.-scheme-yellow .InterestsList-item {
        background-color: #FFC425;
    }

    .InterestsList-item.-scheme-blue .InterestsList-item {
        background-color: #278ACA;
    }

    .InterestsList-item.-scheme-teal .InterestsList-item {
        background-color: #00A79D;
    }

    .InterestsList-item.-scheme-red .InterestsList-item {
        background-color: #D61F26;
    }

    .InterestsList-item.-scheme-purple .InterestsList-item {
        background-color: #6058A6;
    }

    .InterestsList-item.-scheme-green .InterestsList-item {
        background-color: #83943f;
    }

    .InterestsList-item.-scheme-white .InterestsList-item {
        background-color: #fff;
    }

.InterestsList-item-title, .InterestsList-item-link {
    display: block;
}

.InterestsList-item-title {
    color: #231f20;
    font-size: 1.75em;
    line-height: 1.315789474;
    font-weight: bold;
    padding: 14px 0 20px;
    padding: 0.875rem 0 1.25rem;
}

@media all and (min-width: 20em) {
    .InterestsList-item-title {
        font-size: 106.25%;
    }
}

@media all and (min-width: 75em) {
    .InterestsList-item-title {
        font-size: 118.75%;
    }
}

.InterestsList-cardList {
    margin: 0 -20px;
    margin: 0 -1.25rem;
}

    .InterestsList-cardList:before, .InterestsList-cardList:after {
        content: "";
        display: table;
    }

    .InterestsList-cardList:after {
        clear: both;
    }

    .InterestsList-cardList:before, .InterestsList-cardList:after {
        content: "";
        display: table;
    }

    .InterestsList-cardList:after {
        clear: both;
    }

@media all and (min-width: 75em) {
    .InterestsList-cardList {
        margin: 0 -3.125rem;
    }
}

.InterestsList-cardList-list {
    margin: 0 -20px;
    margin: 0 -1.25rem;
}

    .InterestsList-cardList-list:before, .InterestsList-cardList-list:after {
        content: "";
        display: table;
    }

    .InterestsList-cardList-list:after {
        clear: both;
    }

@media all and (min-width: 75em) {
    .InterestsList-cardList-list {
        margin: 0 -3.125rem;
    }
}

.InterestsList-cardList-item {
    float: left;
    margin: 0 0 35px;
    margin: 0 0 2.1875rem;
    padding: 0 20px;
    padding: 0 1.25rem;
    width: 100%;
}

@media all and (min-width: 39.375em) {
    .InterestsList-cardList-item {
        width: 50%;
    }
}

@media all and (min-width: 75em) {
    .InterestsList-cardList-item {
        padding: 0 3.125rem;
    }
}

.InterestsList-cardList-item .ContentCard-content-wrapper {
    border-left: solid 1px #C7C5C7;
    border-bottom: solid 1px #C7C5C7;
}

.InterestsList-cardList-item .ContentCard-title {
    line-height: 1.166666667;
}

@media all and (min-width: 20em) {
    .InterestsList-cardList-item .ContentCard-title {
        font-size: 131.25%;
    }
}

@media all and (min-width: 47.5em) {
    .InterestsList-cardList-item .ContentCard-title {
        font-size: 143.75%;
    }
}

.InterestsList-buttonList-item {
    display: inline-block;
    margin-right: 10px;
    margin-right: 0.625rem;
    margin-top: 10px;
    margin-top: 0.625rem;
}

.InterestsList-buttonList-checkbox:checked ~ .InterestsList-buttonList-label {
    background-color: #278ACA;
    border-color: #278ACA;
    color: #fff;
}

.InterestsList-buttonList-label {
    font-weight: normal;
}

    .InterestsList-buttonList-label:hover, .InterestsList-buttonList-label:focus, .InterestsList-buttonList-label:active {
        background-color: #278ACA !important;
        border-color: #278ACA !important;
        color: #fff !important;
    }

@media all and (min-width: 36.25em) {
    .InterestsList-checkboxList {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

.InterestsList-checkboxList-item {
    position: relative;
    margin: 0 0 12px 0;
    margin: 0 0 0.75rem 0;
}

.InterestsList-checkboxList-label {
    display: inline-block;
    font-size: 1.125em;
    margin: 0 0 0 30px;
    margin: 0 0 0 1.875rem;
}

.InterestsList-checkboxList-checkbox {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.LargeStoryPromo-link {
    display: block;
    min-height: 350px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .LargeStoryPromo-link, .LargeStoryPromo-link:link, .LargeStoryPromo-link:visited {
        color: #ffffff;
    }

        .LargeStoryPromo-link:hover, .LargeStoryPromo-link:focus, .LargeStoryPromo-link:active {
            color: #ffffff;
            text-decoration: underline;
        }

            .LargeStoryPromo-link:hover:before, .LargeStoryPromo-link:focus:before, .LargeStoryPromo-link:active:before {
                opacity: .7;
            }

            .LargeStoryPromo-link:hover .LargeStoryPromo-super, .LargeStoryPromo-link:hover .LargeStoryPromo-title, .LargeStoryPromo-link:focus .LargeStoryPromo-super, .LargeStoryPromo-link:focus .LargeStoryPromo-title, .LargeStoryPromo-link:active .LargeStoryPromo-super, .LargeStoryPromo-link:active .LargeStoryPromo-title {
                text-shadow: 0 0 5px rgba(0,0,0,0.3);
            }

        .LargeStoryPromo-link:before {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            content: "";
            opacity: 0;
            -webkit-transition: opacity .3s ease;
            -o-transition: opacity .3s ease;
            transition: opacity .3s ease;
            z-index: 2;
        }

        .LargeStoryPromo-link:after {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, transparent), to(rgba(0,0,0,0.7)));
            background: -webkit-linear-gradient(top, transparent 0%, transparent 15%, rgba(0,0,0,0.7) 100%);
            background: -o-linear-gradient(top, transparent 0%, transparent 15%, rgba(0,0,0,0.7) 100%);
            background: linear-gradient(to bottom, transparent 0%, transparent 15%, rgba(0,0,0,0.7) 100%);
            bottom: 0 !important;
            content: "";
            height: 100%;
            opacity: 1;
            -webkit-transition: opacity .3s ease;
            -o-transition: opacity .3s ease;
            transition: opacity .3s ease;
            z-index: 1;
        }

@media all and (min-width: 47.9375em) {
    .LargeStoryPromo-link:after {
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, transparent), to(rgba(0,0,0,0.4)));
        background: -webkit-linear-gradient(top, transparent 0%, transparent 15%, rgba(0,0,0,0.4) 100%);
        background: -o-linear-gradient(top, transparent 0%, transparent 15%, rgba(0,0,0,0.4) 100%);
        background: linear-gradient(to bottom, transparent 0%, transparent 15%, rgba(0,0,0,0.4) 100%);
        height: 60%;
        top: 40%;
    }
}

.LargeStoryPromo-link:hover:after, .LargeStoryPromo-link:focus:after, .LargeStoryPromo-link:active:after {
    opacity: 0;
}

.LargeStoryPromo.-scheme-orange .LargeStoryPromo-link:hover:before, .LargeStoryPromo.-scheme-orange .LargeStoryPromo-link:focus:before, .LargeStoryPromo.-scheme-orange .LargeStoryPromo-link:active:before {
    background-color: #EE7835;
}

.LargeStoryPromo.-scheme-orange .LargeStoryPromo-link:hover .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-orange .LargeStoryPromo-link:focus .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-orange .LargeStoryPromo-link:active .LargeStoryPromo-content:before {
    background-color: #ffffff;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.LargeStoryPromo.-scheme-orange .LargeStoryPromo-link:hover .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-orange .LargeStoryPromo-link:focus .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-orange .LargeStoryPromo-link:active .LargeStoryPromo-content:before {
    left: 0;
}

.LargeStoryPromo.-scheme-yellow .LargeStoryPromo-link:hover:before, .LargeStoryPromo.-scheme-yellow .LargeStoryPromo-link:focus:before, .LargeStoryPromo.-scheme-yellow .LargeStoryPromo-link:active:before {
    background-color: #FFC425;
}

.LargeStoryPromo.-scheme-yellow .LargeStoryPromo-link:hover .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-yellow .LargeStoryPromo-link:focus .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-yellow .LargeStoryPromo-link:active .LargeStoryPromo-content:before {
    background-color: #ffffff;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.LargeStoryPromo.-scheme-yellow .LargeStoryPromo-link:hover .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-yellow .LargeStoryPromo-link:focus .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-yellow .LargeStoryPromo-link:active .LargeStoryPromo-content:before {
    left: 0;
}

.LargeStoryPromo.-scheme-blue .LargeStoryPromo-link:hover:before, .LargeStoryPromo.-scheme-blue .LargeStoryPromo-link:focus:before, .LargeStoryPromo.-scheme-blue .LargeStoryPromo-link:active:before {
    background-color: #278ACA;
}

.LargeStoryPromo.-scheme-blue .LargeStoryPromo-link:hover .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-blue .LargeStoryPromo-link:focus .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-blue .LargeStoryPromo-link:active .LargeStoryPromo-content:before {
    background-color: #ffffff;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.LargeStoryPromo.-scheme-blue .LargeStoryPromo-link:hover .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-blue .LargeStoryPromo-link:focus .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-blue .LargeStoryPromo-link:active .LargeStoryPromo-content:before {
    left: 0;
}

.LargeStoryPromo.-scheme-teal .LargeStoryPromo-link:hover:before, .LargeStoryPromo.-scheme-teal .LargeStoryPromo-link:focus:before, .LargeStoryPromo.-scheme-teal .LargeStoryPromo-link:active:before {
    background-color: #00A79D;
}

.LargeStoryPromo.-scheme-teal .LargeStoryPromo-link:hover .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-teal .LargeStoryPromo-link:focus .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-teal .LargeStoryPromo-link:active .LargeStoryPromo-content:before {
    background-color: #ffffff;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.LargeStoryPromo.-scheme-teal .LargeStoryPromo-link:hover .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-teal .LargeStoryPromo-link:focus .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-teal .LargeStoryPromo-link:active .LargeStoryPromo-content:before {
    left: 0;
}

.LargeStoryPromo.-scheme-red .LargeStoryPromo-link:hover:before, .LargeStoryPromo.-scheme-red .LargeStoryPromo-link:focus:before, .LargeStoryPromo.-scheme-red .LargeStoryPromo-link:active:before {
    background-color: #D61F26;
}

.LargeStoryPromo.-scheme-red .LargeStoryPromo-link:hover .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-red .LargeStoryPromo-link:focus .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-red .LargeStoryPromo-link:active .LargeStoryPromo-content:before {
    background-color: #ffffff;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.LargeStoryPromo.-scheme-red .LargeStoryPromo-link:hover .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-red .LargeStoryPromo-link:focus .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-red .LargeStoryPromo-link:active .LargeStoryPromo-content:before {
    left: 0;
}

.LargeStoryPromo.-scheme-purple .LargeStoryPromo-link:hover:before, .LargeStoryPromo.-scheme-purple .LargeStoryPromo-link:focus:before, .LargeStoryPromo.-scheme-purple .LargeStoryPromo-link:active:before {
    background-color: #6058A6;
}

.LargeStoryPromo.-scheme-purple .LargeStoryPromo-link:hover .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-purple .LargeStoryPromo-link:focus .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-purple .LargeStoryPromo-link:active .LargeStoryPromo-content:before {
    background-color: #ffffff;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.LargeStoryPromo.-scheme-purple .LargeStoryPromo-link:hover .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-purple .LargeStoryPromo-link:focus .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-purple .LargeStoryPromo-link:active .LargeStoryPromo-content:before {
    left: 0;
}

.LargeStoryPromo.-scheme-green .LargeStoryPromo-link:hover:before, .LargeStoryPromo.-scheme-green .LargeStoryPromo-link:focus:before, .LargeStoryPromo.-scheme-green .LargeStoryPromo-link:active:before {
    background-color: #83943f;
}

.LargeStoryPromo.-scheme-green .LargeStoryPromo-link:hover .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-green .LargeStoryPromo-link:focus .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-green .LargeStoryPromo-link:active .LargeStoryPromo-content:before {
    background-color: #ffffff;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.LargeStoryPromo.-scheme-green .LargeStoryPromo-link:hover .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-green .LargeStoryPromo-link:focus .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-green .LargeStoryPromo-link:active .LargeStoryPromo-content:before {
    left: 0;
}

.LargeStoryPromo.-scheme-white .LargeStoryPromo-link:hover:before, .LargeStoryPromo.-scheme-white .LargeStoryPromo-link:focus:before, .LargeStoryPromo.-scheme-white .LargeStoryPromo-link:active:before {
    background-color: #fff;
}

.LargeStoryPromo.-scheme-white .LargeStoryPromo-link:hover .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-white .LargeStoryPromo-link:focus .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-white .LargeStoryPromo-link:active .LargeStoryPromo-content:before {
    background-color: #ffffff;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.LargeStoryPromo.-scheme-white .LargeStoryPromo-link:hover .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-white .LargeStoryPromo-link:focus .LargeStoryPromo-content:before, .LargeStoryPromo.-scheme-white .LargeStoryPromo-link:active .LargeStoryPromo-content:before {
    left: 0;
}

.LargeStoryPromo-content {
    bottom: 40px;
    position: absolute;
    padding: 0 20px 0 30px;
    padding: 0 1.25rem 0 1.875rem;
    width: 100%;
    z-index: 3;
}

    .LargeStoryPromo-content:before {
        background-color: #278ACA;
        content: "";
        height: 100%;
        position: absolute;
        left: -1px;
        top: 0;
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease;
        width: 5px;
    }

.LargeStoryPromo.-scheme-orange .LargeStoryPromo-content:before {
    background-color: #EE7835;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.LargeStoryPromo.-scheme-orange .LargeStoryPromo-content:before {
    left: 0;
}

.LargeStoryPromo.-scheme-yellow .LargeStoryPromo-content:before {
    background-color: #FFC425;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.LargeStoryPromo.-scheme-yellow .LargeStoryPromo-content:before {
    left: 0;
}

.LargeStoryPromo.-scheme-blue .LargeStoryPromo-content:before {
    background-color: #278ACA;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.LargeStoryPromo.-scheme-blue .LargeStoryPromo-content:before {
    left: 0;
}

.LargeStoryPromo.-scheme-teal .LargeStoryPromo-content:before {
    background-color: #00A79D;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.LargeStoryPromo.-scheme-teal .LargeStoryPromo-content:before {
    left: 0;
}

.LargeStoryPromo.-scheme-red .LargeStoryPromo-content:before {
    background-color: #D61F26;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.LargeStoryPromo.-scheme-red .LargeStoryPromo-content:before {
    left: 0;
}

.LargeStoryPromo.-scheme-purple .LargeStoryPromo-content:before {
    background-color: #6058A6;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.LargeStoryPromo.-scheme-purple .LargeStoryPromo-content:before {
    left: 0;
}

.LargeStoryPromo.-scheme-green .LargeStoryPromo-content:before {
    background-color: #83943f;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.LargeStoryPromo.-scheme-green .LargeStoryPromo-content:before {
    left: 0;
}

.LargeStoryPromo.-scheme-white .LargeStoryPromo-content:before {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}

.LargeStoryPromo.-scheme-white .LargeStoryPromo-content:before {
    left: 0;
}

.LargeStoryPromo-super {
    display: block;
    font-size: 1em;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.375;
    text-transform: uppercase;
}

.LargeStoryPromo-title {
    font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    font-weight: 600;
    line-height: 1.1;
}

@media all and (min-width: 20em) {
    .LargeStoryPromo-title {
        font-size: 200%;
    }
}

@media all and (min-width: 26.875em) {
    .LargeStoryPromo-title {
        font-size: 212.5%;
    }
}

@media all and (min-width: 33.75em) {
    .LargeStoryPromo-title {
        font-size: 225%;
    }
}

@media all and (min-width: 40.625em) {
    .LargeStoryPromo-title {
        font-size: 237.5%;
    }
}

@media all and (min-width: 47.5em) {
    .LargeStoryPromo-title {
        font-size: 250%;
    }
}

@media all and (min-width: 54.375em) {
    .LargeStoryPromo-title {
        font-size: 262.5%;
    }
}

@media all and (min-width: 61.25em) {
    .LargeStoryPromo-title {
        font-size: 275%;
    }
}

@media all and (min-width: 68.125em) {
    .LargeStoryPromo-title {
        font-size: 287.5%;
    }
}

@media all and (min-width: 75em) {
    .LargeStoryPromo-title {
        font-size: 300%;
    }
}

.LargeStoryPromo-no-image {
    background-color: #278ACA;
}

.LeftNav {
    font-weight: bold;
}

.LeftNav-wrap {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
}

.LeftNav-heading {
    color: #278ACA;
    border-top: 1px solid #e7e9e8;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
}

.nav-handbook {
    text-align: right;
}

.LeftNav-title {
    display: block;
    line-height: 1.2;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1.5625em;
    line-height: 32px;
    font-weight: bold;
    margin: 10px 0;
    margin: 0.625rem 0;
}

@media all and (min-width: 47.9375em) {
    .LeftNav-title {
        font-size: 1.6875em;
        line-height: 34px;
    }
}

.LeftNav-item {
    border-top: 1px solid #e7e9e8;
    list-style: none;
}

    .LeftNav-item:last-child {
        border-bottom: 1px solid #e7e9e8;
    }

.RightNav-item {
    border-top: 1px solid #e7e9e8;
    list-style: none;
}

    .RightNav-item:last-child {
        border-bottom: 1px solid #e7e9e8;
    }

    .RightNav-item.-active .RightNav-link, .RightNav-item.-active .RightNav-link:link, .RightNav-item.-active .RightNav-link:visited {
        border-left: solid 3px #278ACA;
    }

.RightNav-link {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #222222 !important;
    display: block;
    font-size: 1em;
    line-height: 22px;
    padding: 15px 10px 15px 0;
    padding: 0.9375rem 0.625rem 0.9375rem 0;
}

    .RightNav-link, .RightNav-link:link, .RightNav-link:visited {
        border-left: 3px solid #e7e9e8;
    }

        .RightNav-link:hover, .RightNav-link:focus, .RightNav-link:active {
            color: #278ACA !important;
            border-left: 3px solid #278ACA;
        }

            .RightNav-link:hover > span, .RightNav-link:focus > span, .RightNav-link:active > span {
                color: #278ACA !important;
            }

.RightNav-link-heading {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #278ACA;
    display: block;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.2;
    padding: 15px 10px 15px 0;
    padding: 0.9375rem 0.625rem 0.9375rem 0;
}

    .RightNav-link-heading, .RightNav-link-heading:link, .RightNav-link-heading:visited {
        border-left: 3px solid #e7e9e8;
    }

        .RightNav-link-heading:hover, .RightNav-link-heading:focus, .RightNav-link-heading:active {
            border-left: 3px solid #278ACA;
            text-decoration: underline;
        }

.LeftNav-item.-active .LeftNav-link, .LeftNav-item.-active .LeftNav-link:link, .LeftNav-item.-active .LeftNav-link:visited {
    border-right: solid 3px #278ACA;
}

.button-handbook {
    background-color: #EE7835;
    border-color: #EE7835;
    color: white;
    width: 180px;
    margin-top: 30px;
    font-weight: bold;
}

    .button-handbook:hover, .button-handbook:focus, .button-handbook:active {
        color: white;
        background-color: #dd5c13;
        border-color: #dd5c13;
        outline: 0 !important;
    }

.mobile-button-handbook {
    width: 100%;
}

.LeftNav-link {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #222222 !important;
    display: block;
    font-size: 1em;
    line-height: 22px;
    padding: 15px 10px 15px 0;
    padding: 0.9375rem 0.625rem 0.9375rem 0;
}

    .LeftNav-link, .LeftNav-link:link, .LeftNav-link:visited {
        border-right: 3px solid #e7e9e8;
    }

        .LeftNav-link:hover, .LeftNav-link:focus, .LeftNav-link:active {
            color: #278ACA !important;
            border-right: 3px solid #278ACA;
        }

            .LeftNav-link:hover > span, .LeftNav-link:focus > span, .LeftNav-link:active > span {
                color: #278ACA !important;
            }

.LeftNav-link-heading {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #278ACA;
    display: block;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.2;
    padding: 15px 10px 15px 0;
    padding: 0.9375rem 0.625rem 0.9375rem 0;
}

    .LeftNav-link-heading, .LeftNav-link-heading:link, .LeftNav-link-heading:visited {
        border-right: 3px solid #e7e9e8;
    }

        .LeftNav-link-heading:hover, .LeftNav-link-heading:focus, .LeftNav-link-heading:active {
            border-right: 3px solid #278ACA;
            text-decoration: underline;
        }

.LetsConnect-text {
    text-align: center;
    margin: 0 auto 40px !important;
    margin: 0 auto 2.5rem !important;
}

@media all and (min-width: 46.25em) {
    .LetsConnect-text {
        width: 80%;
    }
}

.LetsConnect-form input[type="email"], .LetsConnect-form input[type="number"], .LetsConnect-form input[type="password"], .LetsConnect-form input[type="search"], .LetsConnect-form input[type="tel"], .LetsConnect-form input[type="text"], .LetsConnect-form input[type="url"] {
    width: 100%;
}

@media all and (min-width: 46.25em) {
    .LetsConnect-form input[type="email"], .LetsConnect-form input[type="number"], .LetsConnect-form input[type="password"], .LetsConnect-form input[type="search"], .LetsConnect-form input[type="tel"], .LetsConnect-form input[type="text"], .LetsConnect-form input[type="url"] {
        width: 70%;
    }
}

.LetsConnect-form .select2-container--default .select2-selection--single .select2-selection__placeholder, .LetsConnect-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 39px;
}

.LetsConnect-form-row {
    display: block;
    margin: 20px auto 0;
    margin: 1.25rem auto 0;
    position: relative;
    width: 100%;
}

@media all and (min-width: 46.25em) {
    .LetsConnect-form-row {
        width: 70%;
    }
}

.LetsConnect-form-row.-other {
    display: none;
}

    .LetsConnect-form-row.-other.-show {
        display: block;
    }

.LetsConnect-form-error {
    color: red;
    margin-left: 26%;
}

.LetsConnect-form-label {
    display: inline-block;
    padding-right: 10px;
    width: 100%;
}

@media all and (min-width: 46.25em) {
    .LetsConnect-form-label {
        width: 25%;
    }
}

.LetsConnect-form-input {
    background-color: #fff;
    border-color: #cccccc !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: 38px;
    height: 2.375rem;
    position: relative;
    padding: 0 10px;
    -webkit-appearance: none;
    width: 100%;
}

@media all and (min-width: 46.25em) {
    .LetsConnect-form-input {
        width: 70%;
    }
}

.LetsConnect-form-customSelect {
    position: relative;
    vertical-align: top;
    z-index: 3;
    width: 100%;
}

@media all and (min-width: 46.25em) {
    .LetsConnect-form-customSelect {
        width: 70%;
    }
}

.LetsConnect-form-customSelect input[type="email"], .LetsConnect-form-customSelect input[type="number"], .LetsConnect-form-customSelect input[type="password"], .LetsConnect-form-customSelect input[type="search"], .LetsConnect-form-customSelect input[type="tel"], .LetsConnect-form-customSelect input[type="text"], .LetsConnect-form-customSelect input[type="url"] {
    width: 100%;
}

.LetsConnect-form-checkbox-label {
    display: block;
    float: left;
    padding-right: 10px;
    width: 100%;
}

@media all and (min-width: 46.25em) {
    .LetsConnect-form-checkbox-label {
        width: 25%;
    }
}

.LetsConnect-form-checkbox-group {
    display: inline-block;
    position: relative;
    padding: 0 4px;
    width: 100%;
}

@media all and (min-width: 46.25em) {
    .LetsConnect-form-checkbox-group {
        width: 70%;
    }
}

.LetsConnect-form-submit {
    display: block;
    margin: 40px auto;
    margin: 2.5rem auto;
    padding: 15px 100px;
    padding: 0.9375rem 6.25rem;
}

.LetsConnect-form-key {
    display: block;
    margin: 20px auto;
    margin: 1.25rem auto;
    width: 100%;
}

@media all and (min-width: 46.25em) {
    .LetsConnect-form-key {
        width: 70%;
    }
}

.LetsConnect-form-select {
    display: inline-block;
    padding: 0;
    vertical-align: top;
    width: 100%;
}

@media all and (min-width: 46.25em) {
    .LetsConnect-form-select {
        width: 70%;
    }
}

.LetsConnect-form-select select {
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
}

.LetsConnect-form-icon {
    right: 35px;
    top: 25px;
    position: absolute;
}

.LightGallery {
    display: block;
    margin-left: -10px;
    margin-top: 50px;
    margin-top: 3.125rem;
    overflow: hidden;
    text-align: center;
}

.LightGallery-link {
    display: block;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: right;
}

@media print {
    .LightGallery-link {
        display: none !important;
    }
}

.LightGallery-link-icon {
    color: #278ACA !important;
    display: inline-block;
    margin-left: 5px;
    vertical-align: text-bottom;
}

.LightGallery-all {
    color: #222222;
    display: inline-block;
    margin-top: 10px;
    margin-top: 0.625rem;
}

    .LightGallery-all:hover, .LightGallery-all:focus, .LightGallery-all:active {
        color: #278ACA;
    }

.LightGallery-two {
    color: #000 !important;
    display: block;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: right;
}

    .LightGallery-two:hover {
        text-decoration: underline;
    }

.LightGallery-two-icon {
    color: #278ACA;
}

@media all and (min-width: 400px) {
    .LightGallery-two {
        display: none;
    }
}

.LightGallery-item {
    display: table-cell;
}

.LightGallery-item-extra {
    display: none;
}

.LightGallery-item-one {
    display: inline-block;
    padding-left: 10px;
    width: 100%;
}

@media all and (min-width: 400px) {
    .LightGallery-item-one {
        width: 33.333333%;
    }
}

.LightGallery-item-two {
    display: inline-block;
    padding-left: 10px;
    width: 100%;
}

@media all and (max-width: 400px) {
    .LightGallery-item-two:nth-of-type(2) {
        display: none;
    }
}

@media all and (min-width: 500px) {
    .LightGallery-item-two {
        width: 49%;
    }
}

@media all and (min-width: 900px) {
    .LightGallery-item-two {
        width: 33.333333%;
    }
}

.LightGallery-item-three {
    float: left;
    padding-left: 10px;
    width: 100%;
}

@media all and (max-width: 700px) {
    .LightGallery-item-three:nth-of-type(3) {
        display: none;
    }
}

@media all and (max-width: 500px) {
    .LightGallery-item-three:nth-of-type(2) {
        display: none;
    }
}

@media all and (min-width: 500px) {
    .LightGallery-item-three {
        width: 50%;
    }
}

@media all and (min-width: 700px) {
    .LightGallery-item-three {
        width: 33.33333%;
    }
}

.LeftNav-item {
    font-family: "Verlag A","Verlag B",Arial,Helvetica,sans-serif;
}

@font-face {
    font-family: 'lg';
    src: url("../fonts/lg.eot?n1z373");
    src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"),url("../fonts/lg.woff?n1z373") format("woff"),url("../fonts/lg.ttf?n1z373") format("truetype"),url("../fonts/lg.svg?n1z373#lg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.lg-icon {
    font-family: 'lg';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0,0,0,0.45);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
}

    .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
        pointer-events: none;
        opacity: 0.5;
    }

    .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
        color: #FFF;
    }

.lg-actions .lg-next {
    right: 20px;
}

    .lg-actions .lg-next:before {
        content: "\e095";
    }

.lg-actions .lg-prev {
    left: 20px;
}

    .lg-actions .lg-prev:after {
        content: "\e094";
    }

@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-o-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@-o-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1080;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.45);
}

    .lg-toolbar .lg-icon {
        color: #999;
        cursor: pointer;
        float: right;
        font-size: 24px;
        height: 47px;
        line-height: 27px;
        padding: 10px 0;
        text-align: center;
        width: 50px;
        text-decoration: none !important;
        outline: medium none;
    }

        .lg-toolbar .lg-icon:hover {
            color: #FFF;
        }

    .lg-toolbar .lg-close:after {
        content: "\e070";
    }

    .lg-toolbar .lg-download:after {
        content: "\e0f2";
    }

.lg-sub-html {
    background-color: rgba(0,0,0,0.45);
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}

    .lg-sub-html h4 {
        margin: 0;
        font-size: 13px;
        font-weight: bold;
    }

    .lg-sub-html p {
        font-size: 12px;
        margin: 5px 0 0;
    }

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,-webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,-webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,-o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,-webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,-o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,-webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
    -webkit-transition: opacity 250ms, -webkit-transform 250ms ease 0s !important;
    transition: opacity 250ms, -webkit-transform 250ms ease 0s !important;
    -o-transition: transform 250ms ease 0s, opacity 250ms, -o-transform 250ms ease 0s !important;
    transition: transform 250ms ease 0s, opacity 250ms !important;
    transition: transform 250ms ease 0s, opacity 250ms, -webkit-transform 250ms ease 0s, -o-transform 250ms ease 0s !important;
    transition: transform 250ms ease 0s, opacity 250ms, -webkit-transform 250ms ease 0s !important;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,-o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,-webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,-o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,-webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

    .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
        cursor: move;
        cursor: -webkit-grabbing;
        cursor: -o-grabbing;
        cursor: -ms-grabbing;
        cursor: grabbing;
    }

    .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
        -webkit-transition-duration: 0s !important;
        -o-transition-duration: 0s !important;
        transition-duration: 0s !important;
    }

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
    }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}

    .lg-outer .lg-toogle-thumb:after {
        content: "\e1ff";
    }

    .lg-outer .lg-toogle-thumb:hover {
        color: #FFF;
    }

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

    .lg-outer .lg-video .lg-object {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

    .lg-outer .lg-video .lg-video-play {
        width: 84px;
        height: 59px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -42px;
        margin-top: -30px;
        z-index: 1080;
        cursor: pointer;
    }

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1080;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    -o-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s;
}

    .lg-progress-bar .lg-progress {
        background-color: #a90707;
        height: 5px;
        width: 0;
    }

    .lg-progress-bar.lg-start .lg-progress {
        width: 100%;
    }

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s, -o-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s, -o-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
    -webkit-transition: opacity 0.15s, -webkit-transform 0.3s ease 0s !important;
    transition: opacity 0.15s, -webkit-transform 0.3s ease 0s !important;
    -o-transition: transform 0.3s ease 0s, opacity 0.15s, -o-transform 0.3s ease 0s !important;
    transition: transform 0.3s ease 0s, opacity 0.15s !important;
    transition: transform 0.3s ease 0s, opacity 0.15s, -webkit-transform 0.3s ease 0s, -o-transform 0.3s ease 0s !important;
    transition: transform 0.3s ease 0s, opacity 0.15s, -webkit-transform 0.3s ease 0s !important;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#lg-zoom-in:after {
    content: "\e311";
}

#lg-actual-size {
    font-size: 20px;
}

    #lg-actual-size:after {
        content: "\e033";
    }

#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}

    #lg-zoom-out:after {
        content: "\e312";
    }

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}

    .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
        overflow: visible;
    }

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

    .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
        -webkit-box-shadow: 0 0 0 2px white inset;
        box-shadow: 0 0 0 2px white inset;
    }

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}

    .lg-outer .lg-pager-thumb-cont img {
        width: 100%;
        height: 100%;
    }

.lg-outer .lg-pager {
    background-color: rgba(255,255,255,0.5);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 8px rgba(255,255,255,0.7) inset;
    box-shadow: 0 0 0 8px rgba(255,255,255,0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    width: 12px;
}

    .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
        -webkit-box-shadow: 0 0 0 8px white inset;
        box-shadow: 0 0 0 8px white inset;
    }

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}

.group {
    *zoom: 1;
}

    .group:before, .group:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .group:after {
        clear: both;
    }

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

    .lg-outer * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .lg-outer.lg-visible {
        opacity: 1;
    }

    .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
        -webkit-transition-duration: inherit !important;
        -o-transition-duration: inherit !important;
        transition-duration: inherit !important;
        -webkit-transition-timing-function: inherit !important;
        -o-transition-timing-function: inherit !important;
        transition-timing-function: inherit !important;
    }

    .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
        -webkit-transition-duration: 0s !important;
        -o-transition-duration: 0s !important;
        transition-duration: 0s !important;
        opacity: 1;
    }

    .lg-outer.lg-grab img.lg-object {
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .lg-outer.lg-grabbing img.lg-object {
        cursor: move;
        cursor: -webkit-grabbing;
        cursor: -o-grabbing;
        cursor: -ms-grabbing;
        cursor: grabbing;
    }

    .lg-outer .lg {
        height: 100%;
        width: 100%;
        position: relative;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .lg-outer .lg-inner {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap;
    }

    .lg-outer .lg-item {
        background: url("/Content/images/loading.gif") no-repeat scroll center center transparent;
        display: none !important;
    }

    .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
        display: inline-block !important;
    }

    .lg-outer.lg-css .lg-current {
        display: inline-block !important;
    }

    .lg-outer .lg-item, .lg-outer .lg-img-wrap {
        display: inline-block;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
    }

        .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
            content: "";
            display: inline-block;
            height: 50%;
            width: 1px;
            margin-right: -1px;
        }

    .lg-outer .lg-img-wrap {
        position: static;
        padding: 0 5px;
    }

    .lg-outer .lg-item.lg-complete {
        background-image: none;
    }

    .lg-outer .lg-item.lg-current {
        z-index: 1060;
    }

    .lg-outer .lg-image {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
        width: auto !important;
        height: auto !important;
    }

    .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
        opacity: 0;
        -webkit-transition: opacity 0.15s ease 0s;
        -o-transition: opacity 0.15s ease 0s;
        transition: opacity 0.15s ease 0s;
    }

    .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
        opacity: 1;
    }

    .lg-outer .lg-empty-html {
        display: none;
    }

    .lg-outer.lg-hide-download #lg-download {
        display: none;
    }

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

    .lg-backdrop.in {
        opacity: 1;
    }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

    .lg-css3.lg-fade .lg-item.lg-current {
        opacity: 1;
    }

    .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
        -webkit-transition: opacity 0.1s ease 0s;
        -o-transition: opacity 0.1s ease 0s;
        transition: opacity 0.1s ease 0s;
    }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;
        -webkit-transition: opacity 0.1s ease 0s,-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
        transition: opacity 0.1s ease 0s,-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
        -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s,-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s,-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,-o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s,-webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    }

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
        left: -100%;
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
        left: 100%;
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
        left: 0;
        opacity: 1;
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
        -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;
        -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;
        transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,opacity 0.1s ease 0s;
    }

.ListingComponent {
    border-top: 1px solid #cccccc;
    padding: 40px 0;
    padding: 2.5rem 0;
}

    .ListingComponent:last-of-type {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 10px;
        margin-bottom: 0.625rem;
    }

.ListingStrata-header {
    border-top: solid 1px #cccccc;
    color: #222222;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1.1875em;
    font-weight: bold;
    padding: 20px 0;
    padding: 1.25rem 0;
}

.ListingStrata-title {
    text-transform: uppercase;
}

.Listing-clear {
    clear: both;
}

@media all and (min-width: 30em) {
    .Listing-content {
        display: inline-block;
        width: 70%;
    }
}

.Listing-content-full {
    display: inline-block;
}

@media all and (min-width: 30em) {
    .Listing-content-full {
        display: inline-block;
    }
}

.Listing-image {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

@media all and (min-width: 30em) {
    .Listing-image {
        float: right;
        margin-bottom: 0;
        width: 28%;
    }
}

.Listing-label {
    color: #222222;
    font-weight: bold;
    text-transform: uppercase;
}

@media all and (min-width: 20em) {
    .Listing-label {
        font-size: 87.5%;
    }
}

@media all and (min-width: 47.5em) {
    .Listing-label {
        font-size: 100%;
    }
}

@media all and (min-width: 75em) {
    .Listing-label {
        font-size: 112.5%;
    }
}

.Listing-title {
    color: #222222;
    font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    font-size: 1.5625em;
    line-height: 1.28;
}

@media all and (min-width: 20em) {
    .Listing-title {
        font-size: 150%;
    }
}

@media all and (min-width: 38.3125em) {
    .Listing-title {
        font-size: 162.5%;
    }
}

@media all and (min-width: 56.625em) {
    .Listing-title {
        font-size: 175%;
    }
}

@media all and (min-width: 74.9375em) {
    .Listing-title {
        font-size: 187.5%;
    }
}

@media all and (min-width: 47.9375em) {
    .Listing-title {
        font-size: 1.6875em;
        line-height: 1.35;
    }
}

.Listing-title:hover, .Listing-title:focus, .Listing-title:active {
    color: #278ACA;
}

    .Listing-title:hover .Listing-icon, .Listing-title:focus .Listing-icon, .Listing-title:active .Listing-icon {
        margin-left: 4px;
        -webkit-transition: 150ms ease-in-out;
        -o-transition: 150ms ease-in-out;
        transition: 150ms ease-in-out;
    }

.Listing-text {
    font-size: 1em;
    line-height: 1.375;
}

.Listing-icon {
    color: #278ACA;
}

.MapResultsHeader {
    display: block;
    border-bottom: solid 1px #cccccc;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    padding: 8px 27px 8px 27px;
    padding: 0.5rem 1.6875rem 0.5rem 1.6875rem;
}

    .MapResultsHeader:before, .MapResultsHeader:after {
        content: "";
        display: table;
    }

    .MapResultsHeader:after {
        clear: both;
    }

    .MapResultsHeader.-no-padding {
        padding-right: 0;
        padding-left: 0;
    }

.MapResultsHeader-formGroup {
    float: left;
}

.MapResultsHeader-select {
    float: left;
    width: 150px;
}

.MapResultsHeader-displayToggle {
    display: none;
    font-weight: 500;
    margin-left: 20px;
}

@media all and (min-width: 40.625em) {
    .MapResultsHeader-displayToggle {
        display: inline-block;
    }

    .layout-Map-leftColumn .MapResultsHeader-displayToggle {
        float: right;
    }
}

.ListResultsListing-item {
    border-top: solid 1px #cccccc;
    padding: 20px 0;
    padding: 1.25rem 0;
}

@media all and (min-width: 40.625em) {
    .ListResultsListing-item {
        padding: 2.5rem 0;
    }
}

.ListResultsListing-item:first-child {
    border-top: none;
}

.MapResultsListing-item {
    border-top: solid 1px #cccccc;
}

    .MapResultsListing-item:first-child {
        border-top: none;
    }

.MobileLeftNav {
    font-weight: bold;
}

.layout-ContentWithNav-mainContent .ProgressBar, .layout-ContentWithNav-mainContent .ng-scope {
    width: 100%;
}

.MobileLeftNav-wrap {
    border-bottom: solid 1px #cccccc;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    width: 100%;
}

@media all and (min-width: 47.9375em) {
    .MobileLeftNav-wrap {
        display: none;
    }
}

.MobileLeftNav-heading {
    border-top: solid 1px #cccccc;
    color: #278ACA;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
}

    .MobileLeftNav-heading:last-of-type {
        border-top: solid 1px #cccccc;
    }

.MobileLeftNav-title {
    display: block;
    line-height: 1.2;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1.5625em;
    line-height: 32px;
    font-weight: bold;
    margin: 10px 0;
    margin: 0.625rem 0;
}

@media all and (min-width: 47.9375em) {
    .MobileLeftNav-title {
        font-size: 1.6875em;
        line-height: 34px;
    }
}

.MobileLeftNav-item {
    border-top: 1px solid #cccccc;
    list-style: none;
}

.MobileLeftNav-icon {
    color: #777777;
}

.MobileLeftNav-link {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #222222 !important;
    display: block;
    font-size: 1em;
    line-height: 22px;
    padding: 15px 10px 15px 20px;
    padding: 0.9375rem 0.625rem 0.9375rem 1.25rem;
}

    .MobileLeftNav-link:hover, .MobileLeftNav-link:focus, .MobileLeftNav-link:active {
        color: #278ACA !important;
    }

        .MobileLeftNav-link:hover > span, .MobileLeftNav-link:focus > span, .MobileLeftNav-link:active > span {
            color: #278ACA !important;
        }

.MobileLeftNav-link-heading {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #278ACA;
    display: block;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1.375em;
    font-weight: bold;
    line-height: 1.2;
    padding: 15px 10px 15px 0;
    padding: 0.9375rem 0.625rem 0.9375rem 0;
}

    .MobileLeftNav-link-heading:hover, .MobileLeftNav-link-heading:focus, .MobileLeftNav-link-heading:active {
        text-decoration: underline;
    }

.modal-layout {
    border-top: 1px solid #cccccc;
}

.modal-layout-header {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: bold;
    margin: 30px 0;
    margin: 1.875rem 0;
    text-decoration: underline;
}

.ngdialog.ngdialog-theme-default {
    padding: 100px 0 100px 0;
    padding: 6.25rem 0 6.25rem 0;
}

@media all and (min-width: 47.9375em) {
    .ngdialog.ngdialog-theme-default {
        padding-top: 11.25rem;
    }
}

@media all and (min-width: 75em) {
    .ngdialog.ngdialog-theme-default {
        padding-top: 12.5rem;
    }
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
    background-color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    max-width: 92%;
}

@media all and (min-width: 47.9375em) {
    .ngdialog.ngdialog-theme-default .ngdialog-content {
        max-width: 760px;
    }
}

.Modal {
    color: #777777;
    font-size: 16px;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
}

    .Modal input[type="email"], .Modal input[type="number"], .Modal input[type="password"], .Modal input[type="search"], .Modal input[type="tel"], .Modal input[type="text"], .Modal input[type="url"] {
        border: solid 1px #cccccc;
    }

        .Modal input[type="email"].ng-touched.ng-invalid, .Modal input[type="number"].ng-touched.ng-invalid, .Modal input[type="password"].ng-touched.ng-invalid, .Modal input[type="search"].ng-touched.ng-invalid, .Modal input[type="tel"].ng-touched.ng-invalid, .Modal input[type="text"].ng-touched.ng-invalid, .Modal input[type="url"].ng-touched.ng-invalid {
            background-color: rgba(214,31,38,0.1) !important;
        }

.Modal-form.ng-submitted .ng-invalid {
    background-color: rgba(214,31,38,0.1) !important;
}

.Modal-form-error {
    color: #D61F26;
}

.Modal-content {
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
}

.Modal-group {
    margin: 20px 0;
    max-width: 100%;
}

.Modal-buttonGroup button, .Modal-buttonGroup a {
    margin: 0 0 5px;
    margin: 0 0 0.3125rem;
}

.Modal-header {
    margin-top: -100px;
}

@media all and (min-width: 47.9375em) {
    .Modal-header {
        margin-top: -160px;
    }
}

@media all and (min-width: 75em) {
    .Modal-header {
        margin-top: -180px;
    }
}

.Modal-header-image {
    display: block;
    position: relative;
    background-color: #278ACA;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50% 50%;
    border-radius: 50% 50%;
    max-width: 90%;
    margin: 0 auto 20px;
    position: relative;
    width: 120px;
}

    .Modal-header-image:before {
        content: "\0020";
        display: block;
    }

    .Modal-header-image:before {
        padding-top: 100%;
    }

@media all and (min-width: 47.9375em) {
    .Modal-header-image {
        width: 220px;
    }
}

@media all and (min-width: 75em) {
    .Modal-header-image {
        width: 260px;
    }
}

.Modal-body {
    max-width: 500px;
    margin: 0 auto;
}

.Modal-footer a {
    font-weight: bold;
}

    .Modal-footer a, .Modal-footer a:link, .Modal-footer a:visited {
        color: #222222;
    }

        .Modal-footer a:hover, .Modal-footer a:focus, .Modal-footer a:active {
            color: #278ACA;
        }

.Modal-footer .icon {
    fill: #278ACA;
}

.Modal-title {
    color: #222222;
    line-height: 1.2;
    font-weight: bold;
    margin: 15px 0;
    margin: 0.9375rem 0;
}

@media all and (min-width: 20em) {
    .Modal-title {
        font-size: 143.75%;
    }
}

@media all and (min-width: 47.5em) {
    .Modal-title {
        font-size: 156.25%;
    }
}

@media all and (min-width: 75em) {
    .Modal-title {
        font-size: 168.75%;
    }
}

.Modal-text {
    line-height: 1.315789474;
}

@media all and (min-width: 20em) {
    .Modal-text {
        font-size: 100%;
    }
}

@media all and (min-width: 47.5em) {
    .Modal-text {
        font-size: 112.5%;
    }
}

.Modal-headerLabel {
    color: #222222;
    display: block;
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
}

.Modal-inputCheckboxGroup {
    position: relative;
    margin-top: 5px;
    margin-top: 0.3125rem;
}

    .Modal-inputCheckboxGroup > [type="checkbox"] {
        position: absolute;
        left: 0;
        top: .2em;
    }

    .Modal-inputCheckboxGroup > label {
        display: block;
        font-size: 16px;
        margin-left: 20px;
        margin-left: 1.25rem;
        line-height: 1.375;
    }

.Modal-rightLink {
    display: inline-block;
    float: right;
    margin-left: 10px;
    margin-left: 0.625rem;
}

    .Modal-rightLink, .Modal-rightLink:link, .Modal-rightLink:visited {
        color: #777777;
        text-decoration: underline;
    }

.Modal-closeButton {
    display: inline-block;
    position: absolute;
    padding: 15px;
    padding: 0.9375rem;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 2;
}

    .Modal-closeButton .icon {
        height: 22px;
        width: 22px;
    }

.NextArticle {
    border-style: solid none;
    border-width: 1px;
    border-color: #cccccc;
    position: relative;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    margin-top: 20px;
    margin-top: 1.25rem;
}

.NextArticle-header {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
}

.NextArticle-header-title {
    font-weight: bold;
    text-transform: uppercase;
}

@media all and (min-width: 20em) {
    .NextArticle-header-title {
        font-size: 112.5%;
    }
}

@media all and (min-width: 38.3125em) {
    .NextArticle-header-title {
        font-size: 125%;
    }
}

@media all and (min-width: 56.625em) {
    .NextArticle-header-title {
        font-size: 137.5%;
    }
}

.NextArticle-content {
    margin: 20px 0;
    margin: 1.25rem 0;
}

.NextArticle-link {
    display: block;
    margin-top: 15px;
    margin-top: 0.9375rem;
}

    .NextArticle-link, .NextArticle-link:link, .NextArticle-link:visited {
        color: #222222;
    }

        .NextArticle-link:hover, .NextArticle-link:focus, .NextArticle-link:active {
            color: #278ACA;
        }

            .NextArticle-link:hover .NextArticle-super, .NextArticle-link:focus .NextArticle-super, .NextArticle-link:active .NextArticle-super {
                color: #222222;
            }

            .NextArticle-link:hover .NextArticle-icon, .NextArticle-link:focus .NextArticle-icon, .NextArticle-link:active .NextArticle-icon {
                margin-left: 4px;
                -webkit-transition: 150ms ease-in-out;
                -o-transition: 150ms ease-in-out;
                transition: 150ms ease-in-out;
            }

.NextArticle-super {
    color: #222222;
    display: block;
    font-size: 1em;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.NextArticle-title {
    font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    font-weight: bold;
    line-height: 1.3;
}

@media all and (min-width: 20em) {
    .NextArticle-title {
        font-size: 143.75%;
    }
}

@media all and (min-width: 38.3125em) {
    .NextArticle-title {
        font-size: 156.25%;
    }
}

@media all and (min-width: 56.625em) {
    .NextArticle-title {
        font-size: 168.75%;
    }
}

.NextArticle-text {
    color: #777777;
    display: block;
    font-size: 1em;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    line-height: 1.375;
}

.NextArticle-icon {
    color: #278ACA;
}

.Notification {
    color: #ffffff;
    background-color: #00A79D;
    -webkit-border-radius: 0.125rem;
    border-radius: 0.125rem;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    padding: 20px;
    padding: 1.25rem;
}

.Notification-exclamation {
    float: left;
    margin-top: 4px;
}

.Notification-content {
    display: block;
    padding: 0 25px;
    padding: 0 1.5625rem;
}

.Notification-notice {
    font-weight: bold;
}

.Notification-close {
    float: right;
}

.NumberedList-item {
    border-left: dashed 2px #CACACA;
    counter-increment: section;
    position: relative;
    margin: 0 0 0 30px;
    margin: 0 0 0 1.875rem;
    padding: 0 0 30px 50px;
    padding: 0 0 1.875rem 3.125rem;
}

    .NumberedList-item:last-child {
        border-left: solid 2px #fff;
    }

    .NumberedList-item:before {
        background-color: #EE7835;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        content: "";
        height: 60px;
        left: -30px;
        position: absolute;
        top: 0;
        width: 60px;
        vertical-align: middle;
        z-index: 1;
    }

    .NumberedList-item:after {
        background-color: inherit;
        background-color: #EE7835;
        border: solid 1px #fff;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        color: white;
        content: counter(section);
        font-size: 28px;
        height: 52px;
        left: -26px;
        line-height: 1.8;
        position: absolute;
        top: 4px;
        text-align: center;
        width: 52px;
        vertical-align: middle;
        z-index: 2;
    }

    .NumberedList-item.-scheme-orange:before, .NumberedList-item.-scheme-orange:after {
        background-color: #EE7835;
    }

    .NumberedList-item.-scheme-yellow:before, .NumberedList-item.-scheme-yellow:after {
        background-color: #FFC425;
    }

    .NumberedList-item.-scheme-blue:before, .NumberedList-item.-scheme-blue:after {
        background-color: #278ACA;
    }

    .NumberedList-item.-scheme-teal:before, .NumberedList-item.-scheme-teal:after {
        background-color: #00A79D;
    }

    .NumberedList-item.-scheme-red:before, .NumberedList-item.-scheme-red:after {
        background-color: #D61F26;
    }

    .NumberedList-item.-scheme-purple:before, .NumberedList-item.-scheme-purple:after {
        background-color: #6058A6;
    }

    .NumberedList-item.-scheme-green:before, .NumberedList-item.-scheme-green:after {
        background-color: #83943f;
    }

    .NumberedList-item.-scheme-white:before, .NumberedList-item.-scheme-white:after {
        background-color: #fff;
    }

.NumberedList-item-title, .NumberedList-item-link {
    display: block;
}

.NumberedList-item-title {
    color: #231f20;
    font-size: 1.75em;
    font-weight: bold;
}

.NumberedList-item-text {
    font-size: 1.4375em;
}

.PageHeader {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    max-width: 1200px;
    margin: 20px auto 30px;
    margin: 1.25rem auto 1.875rem;
    position: relative;
    text-align: center;
    z-index: 1;
}

@media all and (min-width: 61.25em) {
    .PageHeader {
        margin-top: -1.25rem;
    }
}

.PageHeader-title {
    font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    line-height: 42px;
    line-height: 2.625rem;
    margin-bottom: 5px;
}

@media all and (min-width: 20em) {
    .PageHeader-title {
        font-size: 225%;
    }
}

@media all and (min-width: 26.0625em) {
    .PageHeader-title {
        font-size: 237.5%;
    }
}

@media all and (min-width: 32.125em) {
    .PageHeader-title {
        font-size: 250%;
    }
}

@media all and (min-width: 38.1875em) {
    .PageHeader-title {
        font-size: 262.5%;
    }
}

@media all and (min-width: 44.25em) {
    .PageHeader-title {
        font-size: 275%;
    }
}

@media all and (min-width: 50.3125em) {
    .PageHeader-title {
        font-size: 287.5%;
    }
}

@media all and (min-width: 56.375em) {
    .PageHeader-title {
        font-size: 300%;
    }
}

@media all and (min-width: 62.4375em) {
    .PageHeader-title {
        font-size: 312.5%;
    }
}

@media all and (min-width: 68.5em) {
    .PageHeader-title {
        font-size: 325%;
    }
}

@media all and (min-width: 74.5625em) {
    .PageHeader-title {
        font-size: 337.5%;
    }
}

.PageHeader-title--university {
    font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    font-size: 2.25em;
    line-height: 42px;
    line-height: 2.625rem;
}

@media all and (min-width: 47.9375em) {
    .PageHeader-title--university {
        font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
        font-size: 3.375em;
        line-height: 3.875rem;
    }
}

@media all and (min-width: 47.9375em) {
    .PageHeader-title {
        line-height: 3.875rem;
        margin-bottom: 0;
    }
}

.PageHeader-super {
    display: block;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

@media all and (min-width: 47.9375em) {
    .PageHeader-super {
        font-size: 27px;
        line-height: 34px;
    }
}

.PageHeader-super a {
    color: #278ACA;
}

    .PageHeader-super a:hover, .PageHeader-super a:focus, .PageHeader-super a:active {
        color: #2073a8;
    }

.PageHeader-text {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    line-height: 1.39;
}

@media all and (min-width: 20em) {
    .PageHeader-text {
        font-size: 131.25%;
    }
}

@media all and (min-width: 75em) {
    .PageHeader-text {
        font-size: 143.75%;
    }
}

.PageHeader-text--university {
    color: #222;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1.3125em;
    line-height: 29px;
}

@media all and (min-width: 47.9375em) {
    .PageHeader-text--university {
        font-size: 1.4375em;
        line-height: 31px;
    }
}

.PageHeader-text a {
    color: #278ACA;
    font-size: 17px;
    line-height: 23px;
    text-decoration: underline;
}

@media all and (min-width: 47.9375em) {
    .PageHeader-text a {
        font-size: 19px;
        line-height: 25px;
    }
}

.PageHeader-text a:hover, .PageHeader-text a:focus, .PageHeader-text a:active {
    color: #2073a8;
}

.PagePromo {
    border: solid 1px #cccccc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    text-align: left;
    vertical-align: top;
}

@media screen and (max-width: 30em) {
    .PagePromo {
        margin-top: 70px;
    }
}

.PagePromo-icon, .PagePromo-title, .PagePromo-link, .PagePromo-cta {
    display: block;
}

.PagePromo-icon {
    background-color: #EE7835;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 90px;
    margin: -70px auto 0;
    position: relative;
    width: 90px;
    z-index: 2;
}

@media all and (min-width: 30em) {
    .PagePromo-icon {
        left: -23px;
        margin: -2.8125rem auto;
        position: absolute;
        top: 50%;
    }
}

.PagePromo-icon-inner {
    background-color: inherit;
    -webkit-background-size: 40px 40px;
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    border: solid 2px #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 82px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 82px;
    z-index: 1;
}

.PagePromo.-scheme-orange .PagePromo-icon {
    background-color: #EE7835;
}

.PagePromo.-scheme-yellow .PagePromo-icon {
    background-color: #FFC425;
}

.PagePromo.-scheme-blue .PagePromo-icon {
    background-color: #278ACA;
}

.PagePromo.-scheme-teal .PagePromo-icon {
    background-color: #00A79D;
}

.PagePromo.-scheme-red .PagePromo-icon {
    background-color: #D61F26;
}

.PagePromo.-scheme-purple .PagePromo-icon {
    background-color: #6058A6;
}

.PagePromo.-scheme-green .PagePromo-icon {
    background-color: #83943f;
}

.PagePromo.-scheme-white .PagePromo-icon {
    background-color: #fff;
}

.PagePromo-content {
    display: table;
    padding: 0 15px 0;
    padding: 0 0.9375rem 0;
    width: 100%;
}

@media all and (min-width: 30em) {
    .PagePromo-content {
        padding: 1.5625rem 0.9375rem;
        display: table;
        padding-left: 5rem;
    }
}

.PagePromo-arrow {
    height: 20px;
    height: 1.25rem;
    margin-left: 10px;
    margin-left: 0.625rem;
    vertical-align: sub;
    width: 20px;
    width: 1.25rem;
}

.PagePromo-title, .PagePromo-cta {
    padding: 20px;
    padding: 1.25rem;
    text-align: center;
}

@media all and (min-width: 30em) {
    .PagePromo-title, .PagePromo-cta {
        display: table-cell;
        padding: 0 1.25rem 0;
        vertical-align: middle;
        width: 50%;
    }
}

.PagePromo-title {
    border-color: #cccccc;
    border-style: none none dashed none;
    border-width: 2px;
    font-size: 1.1875em;
    line-height: 25px;
}

@media all and (min-width: 30em) {
    .PagePromo-title {
        border-style: none dashed none none;
    }
}

.PagePromo-title-line-one, .PagePromo-title-line-two {
    display: block;
}

.PagePromo-title-line-two {
    font-weight: bold;
    text-transform: uppercase;
}

.PagePromo.-scheme-orange .PagePromo-title-line-two {
    color: #EE7835;
}

.PagePromo.-scheme-yellow .PagePromo-title-line-two {
    color: #FFC425;
}

.PagePromo.-scheme-blue .PagePromo-title-line-two {
    color: #278ACA;
}

.PagePromo.-scheme-teal .PagePromo-title-line-two {
    color: #00A79D;
}

.PagePromo.-scheme-red .PagePromo-title-line-two {
    color: #D61F26;
}

.PagePromo.-scheme-purple .PagePromo-title-line-two {
    color: #6058A6;
}

.PagePromo.-scheme-green .PagePromo-title-line-two {
    color: #83943f;
}

.PagePromo.-scheme-white .PagePromo-title-line-two {
    color: #fff;
}

.PagePromo-cta {
    font-size: 1em;
    line-height: 20px;
}

.PagePromo-text {
    margin-bottom: 0.625em;
}

.PagePromo.-scheme-orange .PagePromo-link:hover, .PagePromo.-scheme-orange .PagePromo-link:focus, .PagePromo.-scheme-orange .PagePromo-link:active {
    color: #EE7835;
}

.PagePromo.-scheme-yellow .PagePromo-link:hover, .PagePromo.-scheme-yellow .PagePromo-link:focus, .PagePromo.-scheme-yellow .PagePromo-link:active {
    color: #FFC425;
}

.PagePromo.-scheme-blue .PagePromo-link:hover, .PagePromo.-scheme-blue .PagePromo-link:focus, .PagePromo.-scheme-blue .PagePromo-link:active {
    color: #278ACA;
}

.PagePromo.-scheme-teal .PagePromo-link:hover, .PagePromo.-scheme-teal .PagePromo-link:focus, .PagePromo.-scheme-teal .PagePromo-link:active {
    color: #00A79D;
}

.PagePromo.-scheme-red .PagePromo-link:hover, .PagePromo.-scheme-red .PagePromo-link:focus, .PagePromo.-scheme-red .PagePromo-link:active {
    color: #D61F26;
}

.PagePromo.-scheme-purple .PagePromo-link:hover, .PagePromo.-scheme-purple .PagePromo-link:focus, .PagePromo.-scheme-purple .PagePromo-link:active {
    color: #6058A6;
}

.PagePromo.-scheme-green .PagePromo-link:hover, .PagePromo.-scheme-green .PagePromo-link:focus, .PagePromo.-scheme-green .PagePromo-link:active {
    color: #83943f;
}

.PagePromo.-scheme-white .PagePromo-link:hover, .PagePromo.-scheme-white .PagePromo-link:focus, .PagePromo.-scheme-white .PagePromo-link:active {
    color: #fff;
}

.Pagination {
    display: inline-block;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0 !important;
    text-align: center;
    width: 100%;
}

@media all and (min-width: 47.9375em) {
    .Pagination.-reviews {
        text-align: right;
    }
}

.Pagination.-program-finder-search, .Pagination.-listing {
    padding-top: 20px;
    padding-top: 1.25rem;
}

@media all and (min-width: 47.9375em) {
    .Pagination.-program-finder-search, .Pagination.-listing {
        float: right;
        width: auto;
    }
}

.Pagination li {
    position: relative;
}

@media all and (min-width: 30em) {
    .Pagination li {
        margin-right: 0.3125rem;
    }
}

.Pagination-text {
    color: #5e6261;
    font-size: 1.1875em;
}

@media all and (min-width: 47.9375em) {
    .Pagination-text {
        right: 1.125rem;
    }
}

.Pagination-item {
    display: inline-block;
    font-size: 0.8125em;
    vertical-align: middle;
    width: auto;
}

    .Pagination-item.-number {
        display: none;
    }

@media all and (min-width: 30em) {
    .Pagination-item.-number {
        display: inline-block;
    }
}

.Pagination-item.-results {
    display: block;
    margin-bottom: 10px !important;
}

@media all and (min-width: 47.9375em) {
    .Pagination-item.-results {
        padding: 20px;
        padding: 1.25rem;
        display: inline-block;
        margin: 0 !important;
        white-space: nowrap;
    }
}

.Pagination-link {
    border: solid 1px #c4c5c4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-top: 12px;
    padding-top: 0.75rem;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
}

    .Pagination-link, .Pagination-link:link, .Pagination-link:visited {
        background-color: #fff;
        color: #777;
    }

        .Pagination-link:hover, .Pagination-link:focus, .Pagination-link:active {
            background-color: #fff;
            border: solid 1px #278ACA;
            color: #278ACA;
            text-decoration: none;
        }

        .Pagination-link.current {
            background-color: #eeeeee;
        }

            .Pagination-link.current:hover, .Pagination-link.current:focus, .Pagination-link.current:active {
                background-color: #eeeeee;
                border: solid 1px #c4c5c4;
                color: #777;
                cursor: default;
                text-decoration: none;
            }

        .Pagination-link.-next {
            background-color: #fff;
            border: solid 1px #278ACA;
            color: #278ACA;
            text-decoration: none;
        }

.PortalHeader-title {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    text-transform: uppercase;
}

@media all and (min-width: 20em) {
    .PortalHeader-title {
        font-size: 150%;
    }
}

@media all and (min-width: 29.125em) {
    .PortalHeader-title {
        font-size: 162.5%;
    }
}

@media all and (min-width: 38.25em) {
    .PortalHeader-title {
        font-size: 175%;
    }
}

@media all and (min-width: 47.375em) {
    .PortalHeader-title {
        font-size: 187.5%;
    }
}

@media all and (min-width: 56.5em) {
    .PortalHeader-title {
        font-size: 200%;
    }
}

@media all and (min-width: 65.625em) {
    .PortalHeader-title {
        font-size: 212.5%;
    }
}

@media all and (min-width: 74.75em) {
    .PortalHeader-title {
        font-size: 225%;
    }
}

.ProfileLinkList-item {
    margin: 15px 0;
    margin: 0.9375rem 0;
}

@media all and (min-width: 47.9375em) {
    .ProfileLinkList-item {
        margin: 0.625rem 0 0.9375rem;
    }
}

.ProfileLink {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    margin: 15px 0;
    margin: 0.9375rem 0;
}

@media all and (min-width: 47.9375em) {
    .ProfileLink {
        margin: 0.625rem 0 0.9375rem;
    }
}

.ProfileLink-link .ProfileLink-text, .ProfileLink-link:link .ProfileLink-text, .ProfileLink-link:visited .ProfileLink-text {
    color: #222222;
}

.ProfileLink-link .ProfileLink-text-icon, .ProfileLink-link:link .ProfileLink-text-icon, .ProfileLink-link:visited .ProfileLink-text-icon {
    color: #278ACA;
}

.ProfileLink-link:hover .ProfileLink-text, .ProfileLink-link:focus .ProfileLink-text, .ProfileLink-link:active .ProfileLink-text {
    color: #278ACA;
}

.ProfileLink-table {
    display: table;
    width: 100%;
}

.ProfileLink-cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

    .ProfileLink-cell:first-child {
        width: 1%;
        white-space: nowrap;
    }

.ProfileLink-image {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50% 50%;
    border-radius: 50% 50%;
    height: 60px;
    margin: 0 15px 0 0;
    margin: 0 0.9375rem 0 0;
    width: 60px;
}

.ProfileLink-text {
    line-height: 1.3;
}

@media all and (min-width: 20em) {
    .ProfileLink-text {
        font-size: 100%;
    }
}

@media all and (min-width: 47.5em) {
    .ProfileLink-text {
        font-size: 112.5%;
    }
}

.ProfileLink-text-icon {
    margin-bottom: 2px;
    margin-bottom: 0.125rem;
}

.ProfileLink-description {
    color: #bdbbbc;
    font-size: 1em;
    font-style: italic;
    line-height: 1.5;
    margin: 10px 0;
    margin: 0.625rem 0;
}

.ProfileListing {
    font-size: 0;
    margin-left: -20px;
    margin-left: -1.25rem;
    text-align: center;
}

.ProfileListing-item {
    padding-left: 20px;
    padding-left: 1.25rem;
    margin: 10px 0;
    margin: 0.625rem 0;
    vertical-align: top;
}

@media all and (min-width: 30em) {
    .ProfileListing-item {
        display: inline-block;
        width: 50%;
    }
}

@media all and (min-width: 47.9375em) {
    .ProfileListing-item {
        display: inline-block;
        width: 33.333333%;
    }
}

@media all and (min-width: 61.25em) {
    .ProfileListing-item {
        width: 25%;
    }
}

@media all and (min-width: 47.9375em) {
    .ProfileListing {
        margin-left: -2.5rem;
    }

    .ProfileListing-item {
        padding-left: 2.5rem;
    }
}

.ProfilePromo {
    position: relative;
    font-size: 16px;
}

.ProfilePromo-image {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-border-radius: 50% 50%;
    border-radius: 50% 50%;
    display: block;
    height: 160px;
    margin: 10px auto;
    margin: 0.625rem auto;
    width: 160px;
}

    .ProfilePromo-image:before {
        content: "\0020";
        display: block;
    }

    .ProfilePromo-image:before {
        padding-top: 56.25%;
    }

.no-js .ProfilePromo-image {
    display: none;
}

.ProfilePromo-content {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    margin: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.ProfilePromo-link {
    display: block;
}

    .ProfilePromo-link, .ProfilePromo-link:link, .ProfilePromo-link:visited {
        color: #222222;
    }

        .ProfilePromo-link svg, .ProfilePromo-link:link svg, .ProfilePromo-link:visited svg {
            fill: #278ACA;
        }

        .ProfilePromo-link:hover, .ProfilePromo-link:focus, .ProfilePromo-link:active {
            color: #278ACA;
        }

            .ProfilePromo-link:hover .ProfilePromo-icon, .ProfilePromo-link:focus .ProfilePromo-icon, .ProfilePromo-link:active .ProfilePromo-icon {
                margin-left: 4px;
                -webkit-transition: 150ms ease-in-out;
                -o-transition: 150ms ease-in-out;
                transition: 150ms ease-in-out;
            }

.ProfilePromo-title, .ProfilePromo-name, .ProfilePromo-text {
    display: block;
    margin: 8px 0;
    margin: 0.5rem 0;
}

.ProfilePromo-title {
    font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    font-size: 1.6875em;
    font-weight: bold;
    line-height: 1.25;
}

.ProfilePromo-text {
    color: #777777;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-style: italic;
    line-height: 1.3;
}

.ProgramAcademicsList-header {
    line-height: 1.2;
}

.ProgramAcademicsList-header-title {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.25em;
}

@media screen and (max-width: 47.9375em) {
    .ProgramAcademicsList-header-title {
        padding: 0.625rem 0;
        min-height: 40px;
    }
}

.ProgramAcademicsList-header-text {
    color: #222222;
    display: none;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.375;
    margin: 10px 0;
    margin: 0.625rem 0;
}

@media all and (min-width: 47.9375em) {
    .ProgramAcademicsList-header-text {
        display: block;
    }
}

.ProgramAcademicsList > * {
    border-top: solid 1px #d9d9d9;
    padding: 20px 0;
    padding: 1.25rem 0;
}

@media all and (min-width: 47.9375em) {
    .ProgramAcademicsList > * {
        /*padding: 2.5rem 0;*/
    }
}

.ProgramAcademics {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
}

.ProgramAcademics-header {
    line-height: 1.2;
}

@media all and (min-width: 47.9375em) {
    .ProgramAcademics-header {
        float: left;
        width: 11.875rem;
    }
}

.ProgramAcademics-header-title {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.25em;
}

@media screen and (max-width: 47.9375em) {
    .ProgramAcademics-header-title {
        padding: 0.625rem 0;
        min-height: 40px;
    }
}

.ProgramAcademics-header-text {
    color: #777777;
    display: none;
    font-size: 1.1875em;
    line-height: 1.315;
    font-style: italic;
    margin: 10px 0;
    margin: 0.625rem 0;
}

@media all and (min-width: 47.9375em) {
    .ProgramAcademics-header-text {
        display: block;
    }
}

.ProgramAcademicsContent {
    color: #777777;
    line-height: 1.315;
    display: none;
}

@media all and (min-width: 20em) {
    .ProgramAcademicsContent {
        font-size: 106.25%;
    }
}

@media all and (min-width: 75em) {
    .ProgramAcademicsContent {
        font-size: 118.75%;
    }
}

@media all and (min-width: 47.9375em) {
    .ProgramAcademicsContent {
        display: block;
        margin-left: 12.5rem;
    }
}

.ProgramAcademicsContent > *:first-child {
    display: block;
    margin-top: 0;
}

.ProgramAcademicsContent-title {
    color: #222222;
    font-weight: bold;
    margin-top: 1.8em;
}

.ProgramAcademicsContent-list {
    list-style: disc;
    padding-left: 1.2em;
    margin: 7px 0;
    margin: 0.4375rem 0;
}

.ProgramAcademicsContent-list-item {
    margin: 10px 0;
    margin: 0.625rem 0;
}

.ProgramAcademicsContent-recommended {
    display: block !important;
}

.ProgramAcademicsContent p {
    margin: 7px 0 10px;
    margin: 0.4375rem 0 0.625rem;
}

.ProgramAcademicsContent small {
    font-size: 95%;
}

.ProgramCardList {
    margin: 0 -15px;
    margin: 0 -0.9375rem;
    text-align: center;
}

.ProgramCardListLeft {
    margin: 0 -15px;
    margin: 0 -0.9375rem;
    text-align: left;
}

.ProgramCardList-item {
    display: inline-block;
    padding: 0 15px 30px;
    padding: 0 0.9375rem 1.875rem;
    vertical-align: top;
    width: 100%;
}

@media all and (min-width: 30em) {
    .ProgramCardList-item {
        width: 50%;
    }
}

@media all and (min-width: 47.9375em) {
    .ProgramCardList-item {
        padding: 0 0.9375rem 3.75rem;
        width: 33.333333%;
    }
}

@media all and (min-width: 75em) {
    .ProgramCardList-item {
        width: 25%;
    }
}

.PromgramFinderMap {
    position: absolute;
    height: 100% !important;
    width: 100%;
    top: 0;
}

.ProgramInfoCard {
    color: #777777;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    margin: auto;
    max-width: 400px;
    min-width: 230px;
}

.ProgramInfoCard-content {
    margin: 0 20px;
    margin: 0 1.25rem;
    padding: 15px 0;
    padding: 0.9375rem 0;
    position: relative;
    top: 0;
    z-index: 2;
}

    .ProgramInfoCard-content:before {
        background-color: #EE7835;
        border: 1px solid #EE7835;
        content: "";
        height: 5px;
        position: absolute;
        left: -1px;
        top: -1px;
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease;
        width: calc(100% + 2px);
    }

    .ProgramInfoCard-content.-scheme-orange .ProgramInfoCard-content:before {
        background-color: #EE7835;
        border: 1px solid #EE7835;
        content: "";
        height: 5px;
        position: absolute;
        left: -1px;
        top: -1px;
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease;
        width: calc(100% + 2px);
    }

    .ProgramInfoCard-content.-scheme-yellow .ProgramInfoCard-content:before {
        background-color: #FFC425;
        border: 1px solid #FFC425;
        content: "";
        height: 5px;
        position: absolute;
        left: -1px;
        top: -1px;
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease;
        width: calc(100% + 2px);
    }

    .ProgramInfoCard-content.-scheme-blue .ProgramInfoCard-content:before {
        background-color: #278ACA;
        border: 1px solid #278ACA;
        content: "";
        height: 5px;
        position: absolute;
        left: -1px;
        top: -1px;
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease;
        width: calc(100% + 2px);
    }

    .ProgramInfoCard-content.-scheme-teal .ProgramInfoCard-content:before {
        background-color: #00A79D;
        border: 1px solid #00A79D;
        content: "";
        height: 5px;
        position: absolute;
        left: -1px;
        top: -1px;
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease;
        width: calc(100% + 2px);
    }

    .ProgramInfoCard-content.-scheme-red .ProgramInfoCard-content:before {
        background-color: #D61F26;
        border: 1px solid #D61F26;
        content: "";
        height: 5px;
        position: absolute;
        left: -1px;
        top: -1px;
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease;
        width: calc(100% + 2px);
    }

    .ProgramInfoCard-content.-scheme-purple .ProgramInfoCard-content:before {
        background-color: #6058A6;
        border: 1px solid #6058A6;
        content: "";
        height: 5px;
        position: absolute;
        left: -1px;
        top: -1px;
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease;
        width: calc(100% + 2px);
    }

    .ProgramInfoCard-content.-scheme-green .ProgramInfoCard-content:before {
        background-color: #83943f;
        border: 1px solid #83943f;
        content: "";
        height: 5px;
        position: absolute;
        left: -1px;
        top: -1px;
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease;
        width: calc(100% + 2px);
    }

    .ProgramInfoCard-content.-scheme-white .ProgramInfoCard-content:before {
        background-color: #fff;
        border: 1px solid #fff;
        content: "";
        height: 5px;
        position: absolute;
        left: -1px;
        top: -1px;
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease;
        width: calc(100% + 2px);
    }

.ProgramInfoCard-wrapper {
    background-color: #ffffff;
    border: solid 1px #cccccc;
}

.ProgramInfoCard-title {
    font-size: 1.1875em;
    line-height: 25px;
    color: #000;
    font-weight: bold;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
}

.ProgramInfoCard-subtitle {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
}

.ProgramInfoCard-subtitle-share {
    display: inline;
    font-size: 14px;
    font-weight: bold;
    left: 20px;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
}

.ProgramInfoCard-subtitle-terms {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
}

.ProgramInfoCard-location {
    line-height: 22px;
    font-size: 15px;
}

.ProgramInfoCard-stars {
    font-size: 15px;
}

.ProgramInfoCard-website {
    display: inline-block;
    line-height: 22px;
    margin-bottom: 0;
    text-decoration: underline !important;
}

.ProgramInfoCard-text {
    line-height: 22px;
    margin: 5px 0;
}

.ProgramInfoCard-link {
    color: #278ACA !important;
    display: inline-block;
    line-height: 22px;
    margin: 3px 0;
    margin: 0.1875rem 0;
    vertical-align: top;
    width: 85%;
    word-wrap: break-word;
}

    .ProgramInfoCard-link:hover, .ProgramInfoCard-link:focus, .ProgramInfoCard-link:active {
        color: #2073a8 !important;
    }

.ProgramInfoCard-section {
    margin: 0 20px;
    margin: 0 1.25rem;
    padding: 15px 0;
    padding: 0.9375rem 0;
}

.ProgramInfoCard-section-middle {
    border-top: solid 1px #cccccc;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
}

    .ProgramInfoCard-section-middle:before, .ProgramInfoCard-section-middle:after {
        content: "";
        display: table;
    }

    .ProgramInfoCard-section-middle:after {
        clear: both;
    }

.ProgramInfoCard-section-bottom {
    border-top: solid 1px #cccccc;
    padding: 10px 20px 5px;
    padding: 0.625rem 1.25rem 0.3125rem;
    position: relative;
}

.ProgramInfoCard-share {
    border: solid 1px #cccccc;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    line-height: 20px;
    margin: 0 20px;
    padding: 5px;
}

.ProgramInfoCard-share-link {
    color: #777777 !important;
}

.ProgramInfoCard-share-list {
    display: inline;
    list-style: none;
    margin-left: 60px;
}

.ProgramInfoCard-share-list-item {
    display: inline;
    list-style: none;
    margin-left: 5%;
}

@media all and (min-width: 47.9375em) {
    .ProgramInfoCard-share-list-item {
        margin-left: 1%;
    }
}

@media all and (min-width: 65em) {
    .ProgramInfoCard-share-list-item {
        margin-left: 5%;
    }
}

.ProgramInfoCard-price {
    clear: right;
    color: #5e6261;
    display: inline-block;
    float: right;
    font-weight: normal;
    margin: 0 0 5px 15px;
    margin: 0 0 0.3125rem 0.9375rem;
}

.ProgramInfoCard-price-info {
    clear: right;
    color: #5e6261;
    display: inline-block;
    float: right;
    font-size: 0.75em;
    font-weight: normal;
    margin: 0 0 5px 15px;
    margin: 0 0 0.3125rem 0.9375rem;
}

.ProgramInfoCard-price.-strong {
    color: #222222;
    font-weight: bold;
}

.ProgramInfoCard-price small {
    color: #5e6261;
    font-weight: normal;
}

.ProgramInfoCard-costSummary {
    line-height: 1.4;
}

.ProgramInfoCard-costSummary-title {
    font-weight: bold;
    color: #222222;
    line-height: 1.2;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.ProgramInfoCard-costSummary-list {
    margin-left: 20px;
    margin-left: 1.25rem;
}

    .ProgramInfoCard-costSummary-list li {
        display: block;
        margin-top: 5px;
        margin-top: 0.3125rem;
    }

.ProgramInfoCard-costSummary-link {
    display: inline-block;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
}

    .ProgramInfoCard-costSummary-link, .ProgramInfoCard-costSummary-link:link, .ProgramInfoCard-costSummary-link:visited {
        color: #222222;
    }

        .ProgramInfoCard-costSummary-link .icon, .ProgramInfoCard-costSummary-link:link .icon, .ProgramInfoCard-costSummary-link:visited .icon {
            fill: #278ACA;
        }

        .ProgramInfoCard-costSummary-link:hover, .ProgramInfoCard-costSummary-link:focus, .ProgramInfoCard-costSummary-link:active {
            text-decoration: underline;
        }

.ProgramInfoCard-buttons {
    margin: 15px 0;
    margin: 0.9375rem 0;
}

@media all and (min-width: 47.9375em) {
    .ProgramInfoCard-buttons {
        margin: 0.9375rem 0 1.5625rem;
    }
}

.ProgramInfoCard-priceList {
    color: #222222;
    font-weight: bold;
}

    .ProgramInfoCard-priceList:before, .ProgramInfoCard-priceList:after {
        content: "";
        display: table;
    }

    .ProgramInfoCard-priceList:after {
        clear: both;
    }

.ProgramInfoCard-priceList-item {
    float: left;
    display: block;
    line-height: 1.2;
    margin: 13px 0 0;
    margin: 0.8125rem 0 0;
    width: 100%;
}

    .ProgramInfoCard-priceList-item:first-of-type {
        margin-top: 0;
    }

.ProgramInfoCard-priceList-item-total {
    border-top: solid 1px #cccccc;
    color: #222222;
    font-weight: bold;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
}

    .ProgramInfoCard-priceList-item-total:before, .ProgramInfoCard-priceList-item-total:after {
        content: "";
        display: table;
    }

    .ProgramInfoCard-priceList-item-total:after {
        clear: both;
    }

.ProgramInfoCard-priceList-item.-large {
    line-height: 1.35;
}

@media all and (min-width: 20em) {
    .ProgramInfoCard-priceList-item.-large {
        font-size: 106.25%;
    }
}

@media all and (min-width: 75em) {
    .ProgramInfoCard-priceList-item.-large {
        font-size: 118.75%;
    }
}

.ProgramInfoCard-priceList-optionLink {
    display: block;
    font-size: 0.875em;
}

.ProgramInfoCard-priceList-optionLink-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media all and (min-width: 47.9375em) {
    .ProgramInfoCard-priceList-optionLink-arrow {
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.ProgramReviews {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
}

.ProgramReviews-header {
    line-height: 1.2;
    position: relative;
}

@media all and (min-width: 47.9375em) {
    .ProgramReviews-header {
        float: left;
        width: 11.875rem;
    }
}

.ProgramReviews-header-title {
    font-weight: bold;
    font-size: 1.25em;
    text-transform: uppercase;
}

@media screen and (max-width: 47.9375em) {
    .ProgramReviews-header-title {
        padding: 0.625rem 0;
        min-height: 40px;
    }
}

.ProgramReviewsContent {
    color: #5e6261;
    line-height: 1.4;
}

@media all and (min-width: 47.9375em) {
    .ProgramReviewsContent {
        display: block;
        margin-left: 12.5rem;
    }
}

.ProgramReviewsContent > *:first-child {
    display: block;
}

.ProgramReviewsContent-rating {
    font-size: 1.1875em;
    color: #222222;
    font-weight: bold;
    margin-top: 10px;
    margin-top: 0.625rem;
}

@media all and (min-width: 47.9375em) {
    .ProgramReviewsContent-rating {
        margin-top: 1.5em;
    }
}

.ProgramReviewsContent-rating span {
    font-size: 120%;
    line-height: 19px;
}

.ProgramReviewsContent-stars {
    display: inline-block;
    font-size: 85%;
    vertical-align: top;
}

@media all and (min-width: 47.9375em) {
    .ProgramReviewsContent-toggle {
        display: none;
    }
}

.ProgramReviewsSummary {
    font-size: 16px;
    font-size: 1rem;
    margin: 20px 0;
    margin: 1.25rem 0;
}

.ProgramReviewsSummary-title {
    font-weight: bold;
}

.ProgramReviewsSummary-list {
    margin-left: -25px;
    margin-left: -1.5625rem;
}

    .ProgramReviewsSummary-list:before, .ProgramReviewsSummary-list:after {
        content: "";
        display: table;
    }

    .ProgramReviewsSummary-list:after {
        clear: both;
    }

.ProgramReviewsSummary-list-item {
    color: #222222;
    display: block;
    float: left;
    margin: 3px 0 2px;
    margin: 0.1875rem 0 0.125rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
}

@media all and (min-width: 31.25em) {
    .ProgramReviewsSummary-list-item {
        width: 50%;
    }
}

@media all and (min-width: 31.25em) {
    .ProgramReviewsSummary-list-item {
        width: 50%;
    }
}

@media all and (min-width: 47.9375em) {
    .ProgramReviewsSummary-list-item {
        width: 100%;
    }
}

@media all and (min-width: 75em) {
    .ProgramReviewsSummary-list-item {
        width: 50%;
    }
}

.ProgramReviewsSummary-list-stars {
    display: inline-block;
    font-size: 85%;
    vertical-align: top;
}

@media all and (min-width: 47.9375em) {
    [data-id="ReviewsList"] {
        display: block !important;
    }
}

.ProgramReviewsList {
    border-style: solid none;
    border-width: 1px;
    border-color: #d9d9d9;
    font-size: 1em;
    margin: 20px 0 10px;
    margin: 1.25rem 0 0.625rem;
}

.ProgramReviewsList-item {
    margin: 20px 0;
    margin: 1.25rem 0;
}

@media all and (min-width: 47.9375em) {
    .ProgramReviewsList-item {
        margin: 1.875rem 0;
    }
}

.ProgramSearchAdvancedFilters {
    background-color: #fff;
    border-bottom: 2px solid #cccccc;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 11;
}

    .ProgramSearchAdvancedFilters:before, .ProgramSearchAdvancedFilters:after {
        content: "";
        display: table;
    }

    .ProgramSearchAdvancedFilters:after {
        clear: both;
    }

.ProgramSearchAdvancedFilters-row {
    border-top: solid 1px #cccccc;
    position: relative;
}

    .ProgramSearchAdvancedFilters-row:first-child {
        border-top: none;
    }

@media all and (min-width: 47.9375em) {
    .ProgramSearchAdvancedFilters-row.-academic {
        min-height: 134px;
    }
}

.ProgramSearchAdvancedFilters-section-header, .ProgramSearchAdvancedFilters-inputGroup {
    padding-left: 20px;
}

.ProgramSearchAdvancedFilters-section {
    padding: 20px 0 8px;
    padding: 1.25rem 0 0.5rem;
    margin-left: -20px;
}

    .ProgramSearchAdvancedFilters-section:before, .ProgramSearchAdvancedFilters-section:after {
        content: "";
        display: table;
    }

    .ProgramSearchAdvancedFilters-section:after {
        clear: both;
    }

.ProgramSearchAdvancedFilters-section-header {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

@media all and (min-width: 75em) {
    .ProgramSearchAdvancedFilters-section-header {
        float: left;
        width: 170px;
    }
}

.ProgramSearchAdvancedFilters-section-content:before, .ProgramSearchAdvancedFilters-section-content:after {
    content: "";
    display: table;
}

.ProgramSearchAdvancedFilters-section-content:after {
    clear: both;
}

@media all and (min-width: 75em) {
    .ProgramSearchAdvancedFilters-section-content {
        margin-left: 170px;
    }
}

.ProgramSearchAdvancedFilters-legend {
    color: #777777;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

.ProgramSearchAdvancedFilters-inputGroup {
    display: block;
    float: left;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    width: 50%;
}

@media all and (min-width: 30em) {
    .ProgramSearchAdvancedFilters-inputGroup {
        width: 33.333333%;
    }
}

@media all and (min-width: 47.9375em) {
    .ProgramSearchAdvancedFilters-inputGroup {
        width: 25%;
    }
}

@media all and (min-width: 75em) {
    .ProgramSearchAdvancedFilters-inputGroup {
        width: 190px;
    }
}

.ProgramSearchAdvancedFilters-inputGroup.-full {
    width: 100%;
}

.ProgramSearchAdvancedFilters-inputGroup.-checkbox {
    padding-top: 5px;
}

#findUniversityModalSearchButton button {
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    bottom: 0px;
    right: 0px;
    position: absolute;
}

.strong {
    font-weight: bold !important;
}

.socialLoginButton {
    background-size: 41px;
    background-position-y: 50%;
    background-position-x: 8px;
    background-repeat: no-repeat;
    width: 100%;
    height: 45px;
}

.googleLoginButton {
    background-image: url("/Content/svg/google.svg");
}

.facebookLoginButton {
    background-size: 30px;
    background-image: url("/Content/images/facebook.png");
}


.u-richtext-orange table:before {
    background-color: #EE7835;
}

.u-richtext-orange .fa-trash {
    cursor: pointer;
    color: #278ACA;
}

.u-richtext-orange .fa-save {
    cursor: pointer;
    color: #EE7835;
    font-size: 1.1em;
}

.-main-margin-top-20 {
    margin-top: 20px;
}

.-orange-line {
    border: none;
    background-color: #EE7835 !important;
    color: #EE7835 !important;
    height: 5px;
}

.-tree-headings {
    font-family: initial;
    font-size: larger;
    padding-bottom: 5px;
}

.-print-logo {
    display: none;
}

.-layout-logo {
    padding: 0 15px;
    margin: auto;
    max-width: 790px;
}

.-padding-left-15 {
    padding-left: 15px;
}

.-padding-right-15 {
    padding-right: 15px;
}

@media print {
    .-orange-line {
        border-top: solid 4px #222222;
    }

    .-print-button {
        display: none !important;
    }

    .-print-logo {
        display: block;
        margin-left: -25px;
    }

    .-checkbox-inline {
        display: inline !important;
    }

    .-radio-div {
        width: 710px !important;
        float: left;
        padding-right: 30px;
    }
}

.-orange-color {
    color: #EE7835;
}

.-orange-link {
    color: #EE7835 !important;
}

.-bg-orange {
    background-color: #EE7835;
}

.-purple {
    color: #b73c9a !important;
}


.-bold {
    font-weight: bold;
}

.editrow-orange td {
    white-space: nowrap;
}

    .editrow-orange td label {
        color: #EE7835 !important;
        white-space: nowrap;
    }

    .editrow-orange td input {
        font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
        font-weight: 100;
    }

.center {
    text-align: center;
}

.-right {
    text-align: right;
}

.-float-right {
    float: right;
}

.-margin {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.-inline {
    display: inline-block;
}

.-width60 {
    width: 60%;
}

.-width30 {
    width: 30%;
}

.-width10 {
    width: 10%;
}

.-width5 {
    width: 5%;
}

@media all and (min-width: 47.9375em) {
    .-width50 {
        width: 50% !important;
    }
}

.faCheckIcon {
    position: relative;
}

    .faCheckIcon:before {
        font-family: FontAwesome;
        content: "\f00c";
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #fff;
        font-size: 1.7em;
        position: absolute;
        top: 4px;
        left: 12px;
    }

.button-completed {
    float: right;
    margin-right: -130px;
    margin-top: -40px;
    border: 1px solid #278ACA;
    padding: 4px 10px 4px 10px;
    width: 7.4em;
    text-align: center;
}

.button-start {
    float: right;
    margin-right: -130px;
    margin-top: -40px;
    border: 1px solid #EE7835;
    color: #EE7835 !important;
    padding: 4px 10px 4px 10px;
    width: 7.4em;
    text-align: center;
}

.button-coordinator {
    float: right;
    margin-right: -130px;
    margin-top: -40px;
    border: 1px solid lightgray;
    color: lightgray !important;
    padding: 4px 10px 4px 10px;
    width: 7.4em;
    text-align: center;
}

.button-blue {
    border: 1px solid #278ACA;
    background: #278ACA;
    color: white !important;
    text-align: center;
}

.button-orange {
    border: 1px solid #278ACA;
    background: #EE7835;
    color: white !important;
    text-align: center;
}

.button-white {
    border: 1px solid #5e6261;
    background: white;
    color: #5e6261;
    text-align: center;
}

.fa-grey {
    color: #5e6261;
    font-weight: lighter;
    font-size: 0.9em;
    margin-left: 10px
}

.m-right150 {
    margin-right: 150px;
}

.m-right {
    margin-right: 1em;
}

.m-top2em {
    margin-top: 2em;
}

.m-top1em {
    margin-top: 1em !important;
    padding-top: 0 !important;
}

.orange-heading:before {
    background-color: #EE7835;
    border: 1px solid #EE7835;
    content: "";
    height: 5px;
    position: absolute;
    left: -1px;
    top: -1px;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: calc(100% + 2px);
}

.orange-heading {
    position: relative;
    border: solid 1px #cccccc;
    padding: 20px;
}


.-textarea {
    height: 80px;
}

.-formtext {
    font-size: 1.1875em;
    line-height: 1.3;
}

.fa-orange {
    color: #EE7835;
    font-weight: lighter;
    font-size: 0.9em;
    margin-left: 10px
}

.verlag {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
}

.text-danger {
    color: #a94442 !important;
}

    .text-danger a, .text-danger a:link, .text-danger a:visited {
        color: #a94442 !important;
    }

.text-val-error, .text-val-error a, .text-val-error a:link, .text-val-error a:visited {
    color: #D61F26 !important;
}

/*Student Portal Invoices Style*/

/*New Styling*/
.layout-ContentWithNav {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    max-width: 100%;
    margin-left: 8%;
    margin-right: 8%;
}
.sidenav {
    display: flex;
    width: 429px;
    padding-left: 160px;
    flex-direction: column;
    gap: -1px;
    flex-shrink: 0;
    box-sizing: border-box;
}
.layout-ContentWithNav-mainContent {
    width: calc(100% - 475px);
    display: flex;
    padding: 0px 100px 0px 36px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    flex: 1 0 0;
    margin-bottom: 72px;
    margin-left: 0 !important;
    max-width: 100%;
}
.LeftNav {
    font-weight: bold;
    margin-bottom: 48px;
}
.LeftNav-heading span{
    cursor:default;
    text-decoration:none;
}
.LeftNav-link-heading:hover{
    text-decoration:none;
}
.StudentPortalHeader-layout-wide {
    width: 100%;
}
@media (max-width: 1199px) {
    .sidenav {
        width: 330px;
        padding-left: 60px;
    }
    .layout-Wide.layout-ContentWithNav {
        padding: 0 12px;
    }
}
    @media (max-width: 767px) {
        .sidenav {
            display: none;
        }
        .MobileLeftNav-wrap{
            width:100%;
        }
    }

/* Student Portal Styling */
.layout-ContentWithNav-mainContent {
    width: calc(100% - 475px);
    display: flex;
    padding: 0px 100px 0px 36px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    flex: 1 0 0;
    margin-bottom: 72px;
    margin-left: 0 !important;
    max-width: 100%;
}

.student-portal-invoices {
    width: calc(100% - 475px);
    display: flex;
    padding: 0px 100px 0px 36px;
    flex-direction: column;
    align-items: flex-start;
    /*gap: 14px;*/
    flex: 1 0 0;
    margin-bottom: 72px;
}

    .student-portal-invoices h2 {
        color: #222;
        font-family: Arial;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.36px;
        margin-bottom: 14px;
    }

    .student-portal-invoices ul.nav.nav-pills {
        display: flex;
        /*     padding: 12px;*/
        justify-content: center;
        align-items: center;
        /*        gap: 8px;*/
        list-style: none;
    }

    .student-portal-invoices .table-holder-card {
        display: flex;
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        border-radius: 4px;
        border: 1px solid #DADADA;
        background: transparent;
        margin-bottom: 16px;
        background: #fff;
    }

    .student-portal-invoices .tabs-head {
        /*border-bottom: 1px solid var(--Gray-200, #EAECF0);*/
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        /*margin-bottom: 14px;*/
    }

        .student-portal-invoices .tabs-head .pay-btn {
            display: flex;
            height: 32px;
            padding: 12px;
            justify-content: center;
            align-items: center;
            gap: 8px;
            border-radius: 4px;
            border: 1px solid #448AC5;
            background: #448AC5;
            color: var(--Base-White, #FFF);
            font-family: Arial;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 0.24px;
        }

            .student-portal-invoices .tabs-head .pay-btn[disabled] {
                opacity: 0.5;
            }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 0;
}

.tabs-head .nav-pills > li > a {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--Gray-500, #667085);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border: none;
    background: transparent;
    border: 0;
    text-decoration: none;
    border-top: 2px solid transparent;
}

.tabs-head .nav-pills > li.active > a {
    background-color: #f9fafb;
    background-color: #f9fafb;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #278aca;
    border-top: 2px solid #278aca;
    border-radius: 0;
    /* Text sm/Semibold */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}

.tabs-head input[type=checkbox], input[type=checkbox] {
/*    width: 20px;
    height: 20px;*/
    background: transparent;
}
.large-checkbox-section input[type=checkbox] {
    width: 20px;
    height: 20px;
}

.tab-pane .form-check label.form-check-label {
    color: #222;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
    letter-spacing: 0.36px;
    margin: 0;
}

.centered-align {
    display: flex;
    align-items: center;
    gap: 12px;
}

.table-holder-card .list-item-data {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
    padding: 0 0 0 40px;
    margin-top: 4px;
    flex-wrap: wrap;
}

    .table-holder-card .list-item-data li {
        color: var(--Gray-900, #101828);
        font-family: Arial !important;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.28px;
    }

        .table-holder-card .list-item-data li > span {
            color: #667085;
        }

.student-portal-sidebar ul li:hover {
    border-right: 3px solid #278ACA;
}

    .student-portal-sidebar ul li:hover a, .student-portal-sidebar ul li:hover span {
        color: #278ACA !important;
        text-decoration: underline;
    }

.table-holder-card .printer-icon-holder {
    border-radius: 4px;
    border: 1px solid var(--Gray-300, #D0D5DD);
    display: flex;
    height: 32px;
    width: 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.table-holder-card .space-between-structure {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    width: 100%;
}

.table-holder-card .about-status {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 0 0 0 40px;
    /* width: calc(100% - 40px);*/
    width: 100%;
}

    .table-holder-card .about-status h3 {
        color: var(--Gray-800, #1D2939);
        font-family: Arial;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 150% */
        letter-spacing: 0.32px;
    }

    .table-holder-card .about-status strong {
        color: var(--Gray-800, #1D2939);
        font-family: Arial;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 171.429% */
        letter-spacing: 0.28px;
    }

.d-flex {
    display: flex;
    align-items: center;
    gap: 6px;
}

.status {
    display: inline-block;
    padding: 1px 8px;
    border-radius: 4px;
    font-weight: bold;
    font-size: x-small;
    line-height: 20px;
    min-height: 24px;
}

.partial-paid {
    border: 2px solid #5ed094;
    color: #4caf50;
    background-color: #fff;
}

.paid {
    color: #087443;
    border: 1px solid var(--Green-400, #3CCB7F);
    background: var(--Green-100, #D3F8DF);
}

.overdue {
    color: #B93815;
    border: 1px solid var(--Error-700, #B42318);
    background: var(--Error-100, #FEE4E2);
}

.refunded {
    border: 2px solid #ee9055;
    color: #ee9055;
    background-color: #f7e5d4;
}

.refund-approved {
    border: 1px solid #77c934;
    color: #77c934;
    background-color: #e3fbcc;
}

.partial-refund {
    border: 1px solid #ee9055;
    color: #ee9055;
    background-color: #f7e5d4;
}

.partial-overdue {
    color: #B93815;
    border: 1px solid var(--Error-700, #B42318);
    background: var(--Error-100, #FEE4E2);
}

.due {
    color: #9e9e9e;
    border: 1px solid var(--Gray-cool-400, #7D89B0);
    background: var(--Gray-cool-100, #EFF1F5);
}

.processing {
    border: 2px solid #efc836;
    color: #efc836;
    background-color: #fffabe;
}

/*.table-holder-card .due-tab {
    border-radius: 4px;
    border: 1px solid var(--Gray-cool-400, #7D89B0);
    background: var(--Gray-cool-100, #EFF1F5);
    mix-blend-mode: multiply;
    display: inline-flex;
    justify-content: center;
    padding: 2px 12px;
    align-items: center;
    color: var(--Gray-cool-700, #404968);
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;*/ /* 180% */
/*height: 18px;
}

.table-holder-card span.overdue-tab.due-tab {
    border-radius: 4px;
    border: 1px solid var(--Error-700, #B42318);
    background: var(--Error-100, #FEE4E2);
    mix-blend-mode: multiply;
    border-radius: 4px;
    display: inline-flex;
    padding: 6px 8px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #B42318;
    font-family: Arial;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 18px;
    letter-spacing: 0.2px;
}

.table-holder-card .paid-tab {
    border-radius: 4px;
    height: 18px;
    border: 1px solid var(--Green-400, #3CCB7F);
    background: var(--Green-100, #D3F8DF);
    mix-blend-mode: multiply;
    border-radius: 4px;
    color: #087443;
    display: inline-flex;
    padding: 2px 12px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: var(--Green-700, #087443);
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;*/ /* 180% */
/*height: 18px;
}

.table-holder-card .refund-tab {
    border-radius: 4px;
    height: 18px;
    border: 1px solid var(--Orange-400, #F38744);
    background: var(--Orange-100, #FDEAD7);
    mix-blend-mode: multiply;
    display: flex;
    padding: 2px 8px;
    align-items: center;
    gap: 4px;
    color: var(--Orange-700, #B93815);
    display: inline-flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;*/ /* 180% */
/*}*/

.table-holder-card .note-holder {
    display: flex;
    padding: 8px 20px 8px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #F2F4F7;
    background: var(--Gray-50, #F9FAFB);
}

    .table-holder-card .note-holder strong {
        color: var(--Gray-700, #344054);
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 17px; /* 141.667% */
        letter-spacing: 0.2px;
    }

.table-holder-card .total-balance {
    display: flex;
    justify-content: end;
    margin-bottom: 12px;
    width: 100%;
}

    .table-holder-card .total-balance strong {
        color: var(--Gray-800, #1D2939);
        font-family: Arial;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 171.429% */
        letter-spacing: 0.28px;
    }

.table-holder-card .note-holder p {
    color: var(--Gray-600, #475467);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px; /* 141.667% */
    letter-spacing: 0.2px;
}

.table-holder-card .note-holder > div {
    display: flex;
    align-items: baseline;
    gap: 8px;
    align-self: stretch;
}

.tab-content > .tab-pane {
    width: 100%;
}

.table-holder-card .student-detail-table {
    padding: 0 0 0 40px;
    width: 100%;
    /*  width: calc(100% - 40px);*/
}

    .table-holder-card .student-detail-table tr:last-child {
        border-bottom: 1px solid #D0D5DD;
    }

    .table-holder-card .student-detail-table .table-fee tr:last-child {
        border-bottom: 0;
    }

    .table-holder-card .student-detail-table table th {
        color: var(--Gray-800, #1D2939);
        font-family: Arial;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 171.429% */
        letter-spacing: 0.28px;
        vertical-align: middle;
        text-align: start;
    }

        .table-holder-card .student-detail-table table td:first-child, .table-holder-card .student-detail-table table th:first-child {
            padding-left: 0;
            text-align: left;
        }

        .table-holder-card .student-detail-table table td:last-child, .table-holder-card .student-detail-table table th:last-child {
            padding-right: 0;
            text-align: right;
        }

    .table-holder-card .student-detail-table table td {
        color: var(--Gray-500, #667085);
        font-family: Arial;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 171.429% */
        letter-spacing: 0.28px;
        padding: 12px;
        vertical-align: middle;
    }

        .table-holder-card .student-detail-table table td.balance-amount {
            color: var(--Gray-500, #667085);
            font-family: Arial;
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            line-height: 24px; /* 171.429% */
            letter-spacing: 0.28px;
        }

    .table-holder-card .student-detail-table table > thead > tr > th {
        border-bottom: 1px solid #D0D5DD !important;
        padding: 12px;
    }

        .table-holder-card .student-detail-table table > thead > tr > th.amount-value, .table-holder-card .student-detail-table table td.amount-value {
            text-align: right;
        }

    .table-holder-card .student-detail-table table > thead > tr > th, .table > tbody > tr > th, .table-holder-card .student-detail-table table > tfoot > tr > th, .table-holder-card .student-detail-table table > thead > tr > td, .table-holder-card .student-detail-table .table > tbody > tr > td, .table-holder-card .student-detail-table .table > tfoot > tr > td {
        border: 0
    }

.student-detail-table {
    overflow-x: auto;
}

    .student-detail-table .table {
        width: 100%;
        border-collapse: collapse;
        min-width: 800px; /* Optional: set a minimum width if you want the table to have a minimum size */
    }

.student-portal-invoices .tab-content {
    /*  background: #fff;*/
    padding: 0;
    border-bottom: 0;
    border-left: 0;
    -webkit-border-radius: 0 3px 3px;
    border-radius: 0;
    border-right: 0;
    box-shadow: none;
    margin-bottom: 0;
    width: 100%;
}

/*Student Portal Sidebar*/
.student-portal-sidebar {
    display: flex;
    width: 429px;
    padding-left: 160px;
    flex-direction: column;
    gap: -1px;
    flex-shrink: 0;
    box-sizing: border-box;
}

    .student-portal-sidebar ul {
        list-style: none;
        padding: 0;
        margin-bottom: 48px;
    }

        .student-portal-sidebar ul li {
            border-top: 0.5px solid #E8E9E8;
            border-right: 3px solid #E8E9E8;
            border-bottom: 0.5px solid #E8E9E8;
            display: flex;
            height: 52px;
            padding: 14px 10px 14px 0px;
            align-items: center;
        }

            .student-portal-sidebar ul li h2 {
                color: #448AC5;
                font-family: Arial;
                font-size: 18px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                letter-spacing: 0.36px;
                /*       display: flex;
                height: 52px;
                padding: 14px 10px 14px 0px;
                align-items: center;
                gap: 10px;
                align-self: stretch;
                border-top: 0.5px solid #E8E9E8;
                border-right: 3px solid #E8E9E8;
                border-bottom: 0.5px solid #E8E9E8;*/
            }

            .student-portal-sidebar ul li a.active {
                color: #448AC5;
                font-family: Arial;
                font-size: 14px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                letter-spacing: 0.28px;
                text-decoration-line: underline;
            }

            .student-portal-sidebar ul li a {
                gap: 10px;
                text-decoration: none;
                color: #222;
                font-family: Arial;
                font-size: 14px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                letter-spacing: 0.28px;
                width: 100%; /*145px;*/
                display: block;
            }

.student-portal {
    display: flex;
    align-items: flex-start;
    /*gap: 46px;*/
}

.u-richtext.u-richtext-orange {
    overflow-x: auto;
}

    /* Make the table responsive and adjust its width */
    .u-richtext.u-richtext-orange table {
        width: 100%;
        max-width: 100%; /* Ensure it doesn't exceed its container */
        border-collapse: collapse;
        border-spacing: 0;
    }


.layout-Wide.layout-ContentWithNav {
    display: flex;
    flex-direction: row-reverse;
    max-width: 100%;
}

@media (max-width: 1199px) {
    .layout-Wide.layout-ContentWithNav, .layout-Wide.layout-ContentWithNav {
        padding: 12px;
    }
}

@media (max-width: 1240px) {
    .insurance-screen {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .student-portal-invoices {
        padding: 0 20px;
    }

    .student-portal-footer {
        min-height: 780px;
    }

        .student-portal-footer .footer-bg {
            height: auto;
        }

    .student-portal-sidebar {
        width: 330px;
        padding-left: 60px;
    }


    .layout-ContentWithNav-mainContent {
        padding: 0px 20px 0px 20px;
    }

    .layout-Wide.layout-ContentWithNav {
        padding: 0 12px;
    }

    /*      .layout-ContentWithNav-mainContent .ng-scope {
                min-width: 760px;
                overflow: auto;
            }*/
}
/*Full Modal Style*/

.payment-account {
    background: linear-gradient(0deg, #F6F6F6 0%, #F6F6F6 100%), #FFF;
    padding: 24px;
    /*    min-height: calc(100vh - 99px);*/
}

.payment-account-page {
    position: relative;
}

.payment-account .top-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.payment-account .-select-custom {
    height: 40px;
}

.payment-account .back-btn {
    width: 20px;
    height: 20px;
    border-radius: 6px;
}

.payment-account .top-head h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}

.payment-account .payment-method {
    border-radius: 4px;
    border: 1px solid #EAECF0;
    background: #FFF;
    padding: 16px;
}

    .payment-account .payment-method h3 {
        color: #1D2939;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .payment-account .payment-method h4 {
        color: var(--Gray-800, #1D2939);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
    }

.payment-account .payment-checks {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.payment-account .date-selector {
    display: flex;
    gap: 6px;
}

.payment-account .payment-checks label {
    color: #475467;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.payment-account .payment-policy {
    display: flex;
    flex-wrap: wrap;
    padding: 16px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    border-bottom: 1px solid #F2F4F7;
    background: #FCFCFD;
    margin-bottom: 24px;
}

.payment-account .payment-method label {
    color: var(--Gray-600, #475467);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.payment-account .payment-method input.text-input {
    padding: 12px 14px;
    border-radius: 2px;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--Base-White, #FFF);
    height: 40px;
    width: 100%;
}

.payment-account .mb-3 {
    margin-bottom: 16px;
}

.payment-account .payment-method input::placeholder {
    color: var(--Gray-500, #667085);
    /* Text sm/Regular */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: 20px; /* 142.857% */
}

.payment-account .payment-policy p {
    color: #475467;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    letter-spacing: 0.2px;
}

.payment-account .invoice-summary {
    border-radius: 4px;
    border: 1px solid var(--Gray-200, #EAECF0);
    background: var(--Base-White, #FFF);
    padding: 16px;
}

    .payment-account .invoice-summary h3 {
        color: var(--Gray-800, #1D2939);
        /* Text md/Medium */
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
    }

.payment-account .list-summary {
    width: 100%;
}

.payment-account .invoice-summary ul.list-summary li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 19px;
    flex-wrap: wrap;
}

.payment-account .invoice-summary strong {
    color: var(--Gray-700, #344054);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
}

.payment-account .invoice-summary span {
    color: var(--Gray-600, #475467);
    /* Text xs/Regular */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}

.payment-account .invoice-summary strong.sub-total {
    color: var(--Gray-800, #1D2939);
    /* Text sm/Semibold */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.payment-account .invoice-summary .fee-method {
    border-radius: 4px;
    background: var(--Gray-50, #F9FAFB);
    display: flex;
    padding: 8px 20px 8px 16px;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    flex: 1 0 0;
}

    .payment-account .invoice-summary .fee-method ul li {
        display: flex;
        padding: 10px 0px;
        justify-content: space-between;
        align-items: flex-end;
        align-self: stretch;
        margin: 0;
        border-bottom: 1px solid #F2F4F7;
    }

        .payment-account .invoice-summary .fee-method ul li:last-child {
            border-bottom: 0;
        }

.payment-account-footer {
    border-top: 1px solid var(--Gray-200, #EAECF0);
    background: #FFF;
    padding: 12px;
    width: 100%;
}

    .payment-account-footer .action-btn {
        display: flex;
        justify-content: end;
        gap: 16px;
        flex-wrap: wrap;
    }

    .payment-account-footer .btn-cancel {
        border-radius: 2px;
        border: 1px solid var(--Gray-300, #D0D5DD);
        background: var(--Base-White, #FFF);
        /* Shadow/xs */
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
        padding: 6px 10px;
        color: var(--Gray-700, #344054);
        /* Text md/Semibold */
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px; /* 150% */
        min-width: 114px;
        min-height: 34px;
        display: flex;
        justify-content: center;
        align-content: center;
    }

    .payment-account-footer .btn-review {
        border-radius: 2px;
        /*background: #D0D5DD;*/
        /* Shadow/xs */
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
        padding: 6px 10px;
        /*color: var(--Base-White, #FFF);*/
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px; /* 150% */
        border: 1px solid #D0D5DD;
        min-width: 114px;
        min-height: 34px;
        display: flex;
        justify-content: center;
        align-content: center;
    }

.payment-modal-screen .modal-fullscreen {
    padding: 0 !important;
}

..payment-account .payment-method .table-striped.dataTable {
    min-width: 911px;
    overflow: auto;
}

.payment-modal-screen .modal-footer {
    padding: 0;
    border-top: 0;
}

.payment-modal-screen .modal-fullscreen .modal-dialog {
    /*margin: 0;*/
    /*width: 100%;*/
    /*    width: calc(100% - 216px);*/
    /*height: 100%;*/
    /*padding: 0;
        float: right;*/
}

.payment-modal-screen .modal-fullscreen .modal-backdrop.fade.in {
    width: 0;
}

.payment-modal-screen .modal-fullscreen .modal-backdrop.in {
    opacity: 0;
}

.payment-modal-screen .modal-fullscreen .modal-content {
    height: auto;
    min-height: 100%;
    border: 0 none;
    border-radius: 0;
    background: linear-gradient(0deg, #F6F6F6 0%, #F6F6F6 100%), #FFF;
}

.payment-checks .form-check {
    display: flex;
    align-content: center;
    gap: 6px;
}

    .payment-checks .form-check label, .payment-checks .form-check input {
        margin: 0;
    }

/*Thank You page Custom CSS*/

.thank-you-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

    .thank-you-container h1 {
        color: var(--Gray-900, #101828);
        font-size: 50px;
        font-style: normal;
        font-weight: 500;
        line-height: 60px;
        text-align: center;
    }

    .thank-you-container p {
        color: var(--Gray-600, #475467);
        text-overflow: ellipsis;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
    }

.thank-you-box {
    padding: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /*    height: calc(100vh - 128px);*/
}

.checkmark {
    font-size: 50px;
    color: green;
}

.back-button {
    margin-top: 20px;
    border-radius: 2px;
    background: #448AC5;
    color: var(--Base-White, #FFF) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 18px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.custom-input-wrapper {
    width: 100%;
}

/* Financial Aid Styling */
.financial-aid .top-header {
    display: flex;
    padding: 5px 0px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    /*margin-bottom: 14px;*/
    flex-wrap: wrap;
}

    .financial-aid .top-header h2 {
        color: #222;
        font-family: Arial;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.36px;
    }

.financial-aid .submit-btn {
    display: flex;
    padding: 12px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #448AC5;
    color: var(--Base-White, #FFF);
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.24px;
}

.financial-aid .note-card {
    display: flex;
    padding: 8px 20px 8px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 4px;
    background: var(--Gray-50, #F9FAFB);
    /*margin-bottom: 14px;*/
}

    .financial-aid .note-card p > strong {
        color: var(--Gray-800, #1D2939);
    }

    .financial-aid .note-card p {
        color: var(--Gray-600, #475467);
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 17px;
        letter-spacing: 0.2px;
    }

.financial-aid .application-card {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #DADADA;
    margin-bottom: 15px;
}

    .financial-aid .application-card .top-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
    }

    .financial-aid .application-card h2 {
        color: #222;
        font-family: Arial;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 133.333% */
        letter-spacing: 0.36px;
        margin: 0;
    }

    .financial-aid .application-card .btn {
        display: flex;
        padding: 6px 8px;
        justify-content: center;
        align-items: center;
        gap: 6px;
        border-radius: 4px;
        font-family: Arial;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.2px;
    }

        .financial-aid .application-card .btn:focus {
            outline: none;
        }

    .financial-aid .application-card .submitted-btn {
        border: 1px solid var(--Gray-400, #98A2B3);
        color: var(--Gray-600, #475467);
        transition: all ease-in-out 0.3s;
    }

        .financial-aid .application-card .submitted-btn:hover {
            border: 1px solid var(--Gray-400, #98A2B3);
            background: #98A2B3;
            color: #fff;
        }

    .financial-aid .application-card .pending-btn {
        border: 1px solid #ffc425;
        color: #ffc425;
        transition: all ease-in-out 0.3s;
    }

        .financial-aid .application-card .pending-btn:hover {
            border: #ffc425;
            background: #ffc425;
            color: #fff;
        }

    .financial-aid .application-card .approve-btn {
        border: 1px solid var(--Green-light-700, #3B7C0F);
        color: var(--Green-light-700, #3B7C0F);
        transition: all ease-in-out 0.3s;
    }

        .financial-aid .application-card .approve-btn:hover {
            border: 1px solid var(--Green-light-700, #3B7C0F);
            background: #3B7C0F;
            color: #fff;
        }

    .financial-aid .application-card .reject-btn {
        color: var(--Ros-700, #C01048);
        border: 1px solid var(--Ros-700, #C01048);
        transition: all ease-in-out 0.3s;
    }

        .financial-aid .application-card .reject-btn:hover {
            color: #fff;
            border: 1px solid var(--Ros-700, #C01048);
            background: #C01048;
        }

    .financial-aid .application-card h3 {
        color: #777;
        font-family: Arial;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 171.429% */
        letter-spacing: 0.28px;
    }

    .financial-aid .application-card h4 {
        color: var(--Gray-400, #98A2B3);
        font-family: Arial;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 218.182% */
        letter-spacing: 0.22px;
    }

    .financial-aid .application-card p.msg-para {
        color: #222;
        font-family: Arial;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 19px; /* 135.714% */
        letter-spacing: 0.28px;
    }

        .financial-aid .application-card p.msg-para > span.warning-msg {
            color: #FF692E;
            font-weight: 700;
        }

        .financial-aid .application-card p.msg-para > span.pending-msg {
            color: #ffc425;
            font-weight: 700;
        }

        .financial-aid .application-card p.msg-para > span.success-msg {
            color: #3B7C0F;
            font-weight: 700;
        }

        .financial-aid .application-card p.msg-para > span.danger-msg {
            color: #E31B54;
            font-weight: 700;
        }

    .financial-aid .application-card .list-head {
        display: flex;
        align-items: center;
        gap: 6px;
    }

        .financial-aid .application-card .list-head h4 {
            color: #777;
            font-family: Arial;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px; /* 171.429% */
            letter-spacing: 0.28px;
        }

    .financial-aid .application-card ul li .action {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        flex-wrap: wrap;
        margin-bottom: 12px;
    }

    .financial-aid .application-card ul li h4 {
        color: var(--Gray-950, #0C111D);
        font-family: Arial;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px; /* 171.429% */
        letter-spacing: 0.28px;
    }

    .financial-aid .application-card ul {
        padding: 0 0 0 40px;
    }

ul.custom-marker {
    list-style-type: none;
    padding-left: 20px; /* Adjust based on your layout */
}

    ul.custom-marker li {
        position: relative;
        margin-bottom: 10px; /* Adjust spacing between items */
    }

        ul.custom-marker li::before {
            content: url("../images/ul-marker.svg");
            position: absolute;
            top: -5px;
            left: -32px;
        }

        ul.custom-marker li.status-pending::before {
            content: url("../images/pending-marker.svg");
        }

        ul.custom-marker li.status-rejected::before {
            content: url("../images/rejected-marker.svg");
        }

        ul.custom-marker li::after {
            content: '';
            border: 1px solid #D9D9D9;
            width: 1px;
            height: 100%;
            left: -19px;
            top: 20px;
            position: absolute;
        }

        ul.custom-marker li.pending::after {
            content: '';
            border: 1px dotted #D9D9D9;
            width: 1px;
            height: 100%;
            left: -19px;
            top: 20px;
            position: absolute;
        }

        ul.custom-marker li:last-child::after {
            border: 0;
        }

ul.custom-marker  svg{
    cursor: pointer;
}
.financial-aid .application-card ul li span {
    color: #777;
    leading-trim: both;
    text-edge: cap;
    font-family: Arial;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 240% */
    letter-spacing: 0.2px;
}

.financial-aid .note-msg {
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-radius: 2px;
    background: var(--Gray-100, #F2F4F7);
    margin-bottom: 12px;
}

    .financial-aid .note-msg p {
        color: var(--Gray-600, #475467);
        font-family: Arial;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 17px;
        letter-spacing: 0.2px;
        width: 319px;
    }

        .financial-aid .note-msg p > strong {
            color: var(--Gray-800, #1D2939);
            font-weight: 700;
        }

.status-pending h4 {
    opacity: .5;
}

.txt-right-align {
    text-align: right;
}

.financialAidData {
    width: 100%;
}

.fa-modal-body {
    background: white !important;
    font-size: 13px;
}

.fa-modal-main-heading {
    font-size: 25px;
    font-weight: 800;
}

.financial-aid-heading {
    padding-bottom: 10px;
    border-bottom: 1px solid lightgray;
    justify-content: space-between;
}

    .financial-aid-heading button {
        font-size: 20px;
        font-weight: 700;
    }

.financial-aid-subheading {
    font-size: 15px;
    font-weight: 600;
    padding-top: 15px;
    margin-bottom: 15px;
}

.financial-aid-part {
    margin-right: 0px !important;
    margin-left: 0px !important;
    display: flex;
}

.financial-aid-label-part {
    margin-right: 0px !important;
    margin-left: 0px !important;
    display: ruby;
}

.financial-aid-first-imputs {
    width: 20% !important;
    height: 30px !important;
    border: 1px solid lightgrey !important;
    font-size: 14px !important;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: -4px;
    border-radius: 3px !important;
}

.mtop-13 {
    margin-top: 13px;
}

.mtop-10 {
    margin-top: 10px;
}

.font-15 {
    font-size: 15px;
}

.fa-officer-info {
    width: 100%;
    border-bottom: 1px solid #ededed;
    margin-bottom: 7px;
}

.fa-officer-heading {
    font-size: 15px;
    font-weight: 700;
}

.color-grey {
    color: grey;
}

.acdemic-details-input {
    border: 1px solid lightgray !important;
    border-radius: 3px !important;
    height: 35px !important;
    font-size: 14px !important;
    margin-top: 5px;
    margin-bottom: 5px;
}

.auth-person input {
    border: 1px solid lightgray !important;
    border-radius: 3px !important;
    height: 35px !important;
    font-size: 14px !important;
    margin-top: 7px;
    margin-bottom: 7px;
}

.border-radius-3 {
    border-radius: 3px !important;
}

.financial-aid-first-labels {
    width: fit-content;
    height: 20px !important;
    font-weight: 800 !important;
    font-size: 13px !important;
    color: black !important;
}

.financial-aid-form-container label {
    border: none !important;
    font-size: 12px;
    color: #2c2c2c;
    box-shadow: none !important;
    -webkit-transition: none !important;
    font-family: 'Times New Roman' !important;
    padding: 0px 0px;
    margin-bottom: 0px;
    font-weight: 600;
    height: 20px;
}

.fa-label-desc {
    color: #9d9d9d;
    font-size: 10px;
}

.fa_FinalModal {
    align-content: center;
    justify-content: center;
}

.modal-fa-dialog {
    width: 480px;
}

.font-18 {
    font-size: 18px;
}

.width-100 {
    width: 100%;
}

.table-fa-payments {
    font-size: 13px;
    color: #555353;
}
.financial-aid-header-btn {
    width: 100%;
    justify-items: end;
    margin-bottom: 15px;
    margin-top: 10px;
}
.paidInvoicesTab-Section .form-check-label {
    cursor: text;
}
.m-bottom-15 {
    margin-bottom: 15px;
}
@media (max-width: 768px) {
    .u-richtext.u-richtext-orange {
        overflow-x: auto; /* Ensure horizontal scrolling */
        /*-webkit-overflow-scrolling: touch;*/ /* Smooth scrolling on iOS */
        /*width: 368px;*/
    }

    @media (max-width: 767px) {
        .student-portal-sidebar {
            display: none;
        }

        .student-portal-invoices {
            width: 100%;
        }
    }

    @media (max-width: 600px) {
        .u-richtext.u-richtext-orange, .financial-aid .note-msg p {
            width: 100%
        }
    }

    @media screen and (max-width: 767px) {
        .table-responsive {
            width: 100%;
        }
    }

    @media (min-width: 1400px) {
        /*    .layout-ContentWithNav-mainContent .ng-scope {
            min-width: 760px;
            overflow:auto;
        }*/
    }

 
}
/*PaymentPlan*/

.paymentPlanCardInnerDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.processing-msg {
    color: #FFCC00;
}

.processing-btn {
    color: #FFCC00;
    border: 1px solid #FFCC00;
    background: transparent;
}

.processing-btn:hover {
    background: #FFCC00;
    color: white;
}
