/*@import url("//hello.myfonts.net/count/3bbb7b");*/

.account-dropdown, .community-dropdown {
    color: #555;
    position: relative;
    text-align: left;
    margin-right: 5px;
}

.account-submenu {
    background: #fff;
    position: absolute;
    top: 34px;
    left: -200px;
    z-index: 100;
    width: 260px;
    display: none;
    margin-left: 10px;
    padding: 5px 0 5px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.account-dropdown li a {
    color: #555555 !important;
    display: block;
    padding: 6px 15px;
    cursor: pointer;
    text-decoration: none;
}

    .account-dropdown li a:hover {
        background: #155FB0;
        color: #FFFFFF !important;
        text-decoration: none;
    }

a.account {
    font-size: 11px;
    line-height: 16px;
    color: #555;
    z-index: 110;
    display: block;
    padding: 0;
    margin: 0;
    margin-left: 24px;
    text-decoration: none;
    cursor: pointer;
    text-align: right;
}

.root {
    list-style-type: none !important;
    margin: 0px !important;
    font-size: 11px;
    padding: 11px 0 0 0px;
    /*border-top: 1px solid #dedede;*/
}

    .root li {
        list-style-type: none !important;
        margin: 0px !important;
    }

@media (min-width: 0em) and (max-width: 48em) {
    .site-header.wrapper.stuck {
        width: 100vw;
        overflow-x: visible;
        overflow-y: visible;
    }
}


.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:before,
    .slick-track:after {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(../images/ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../images/slick.svg#slick) format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        outline: none;
        background: transparent;
        color: transparent
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        color: #fff;
        opacity: .75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            color: transparent;
            padding: 5px;
            cursor: pointer
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-family: "slick";
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: #000;
                opacity: .25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale
            }

        .slick-dots li.slick-active button:before {
            color: #000;
            opacity: .75
        }

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        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 {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        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 {
            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;
    border-radius: 4px;
    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;
    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;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        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;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    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;
    border-radius: 4px;
    cursor: text
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none
        }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px;
        padding: 1px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        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-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 {
    border-top-left-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 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    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;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eee 100%);
    background-image: linear-gradient(to bottom, white 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;
        border-top-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: -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;
    border-radius: 0;
    border-top-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;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eee 50%);
    background-image: linear-gradient(to bottom, white 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;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eee 50%, white 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;
    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;
        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;
    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;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-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;
    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
}


/*!
  Ionicons, v4.5.4
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/

@font-face {
    font-family: "Ionicons";
    src: url(../fonts/ionicons.eot);
    src: url(../fonts/ionicons.eot#iefix) format("embedded-opentype"), url(../fonts/ionicons.woff2) format("woff2"), url(../fonts/ionicons.woff) format("woff"), url(../fonts/ionicons.ttf) format("truetype"), url(../images/ionicons.svg#Ionicons) format("svg");
    font-weight: normal;
    font-style: normal
}

.ion,
.ionicons,
.ion-ios-add:before,
.ion-ios-add-circle:before,
.ion-ios-add-circle-outline:before,
.ion-ios-airplane:before,
.ion-ios-alarm:before,
.ion-ios-albums:before,
.ion-ios-alert:before,
.ion-ios-american-football:before,
.ion-ios-analytics:before,
.ion-ios-aperture:before,
.ion-ios-apps:before,
.ion-ios-appstore:before,
.ion-ios-archive:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-dropdown:before,
.ion-ios-arrow-dropdown-circle:before,
.ion-ios-arrow-dropleft:before,
.ion-ios-arrow-dropleft-circle:before,
.ion-ios-arrow-dropright:before,
.ion-ios-arrow-dropright-circle:before,
.ion-ios-arrow-dropup:before,
.ion-ios-arrow-dropup-circle:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-round-back:before,
.ion-ios-arrow-round-down:before,
.ion-ios-arrow-round-forward:before,
.ion-ios-arrow-round-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-attach:before,
.ion-ios-backspace:before,
.ion-ios-barcode:before,
.ion-ios-baseball:before,
.ion-ios-basket:before,
.ion-ios-basketball:before,
.ion-ios-battery-charging:before,
.ion-ios-battery-dead:before,
.ion-ios-battery-full:before,
.ion-ios-beaker:before,
.ion-ios-bed:before,
.ion-ios-beer:before,
.ion-ios-bicycle:before,
.ion-ios-bluetooth:before,
.ion-ios-boat:before,
.ion-ios-body:before,
.ion-ios-bonfire:before,
.ion-ios-book:before,
.ion-ios-bookmark:before,
.ion-ios-bookmarks:before,
.ion-ios-bowtie:before,
.ion-ios-briefcase:before,
.ion-ios-browsers:before,
.ion-ios-brush:before,
.ion-ios-bug:before,
.ion-ios-build:before,
.ion-ios-bulb:before,
.ion-ios-bus:before,
.ion-ios-business:before,
.ion-ios-cafe:before,
.ion-ios-calculator:before,
.ion-ios-calendar:before,
.ion-ios-call:before,
.ion-ios-camera:before,
.ion-ios-car:before,
.ion-ios-card:before,
.ion-ios-cart:before,
.ion-ios-cash:before,
.ion-ios-cellular:before,
.ion-ios-chatboxes:before,
.ion-ios-chatbubbles:before,
.ion-ios-checkbox:before,
.ion-ios-checkbox-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-circle:before,
.ion-ios-checkmark-circle-outline:before,
.ion-ios-clipboard:before,
.ion-ios-clock:before,
.ion-ios-close:before,
.ion-ios-close-circle:before,
.ion-ios-close-circle-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-circle:before,
.ion-ios-cloud-done:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-code:before,
.ion-ios-code-download:before,
.ion-ios-code-working:before,
.ion-ios-cog:before,
.ion-ios-color-fill:before,
.ion-ios-color-filter:before,
.ion-ios-color-palette:before,
.ion-ios-color-wand:before,
.ion-ios-compass:before,
.ion-ios-construct:before,
.ion-ios-contact:before,
.ion-ios-contacts:before,
.ion-ios-contract:before,
.ion-ios-contrast:before,
.ion-ios-copy:before,
.ion-ios-create:before,
.ion-ios-crop:before,
.ion-ios-cube:before,
.ion-ios-cut:before,
.ion-ios-desktop:before,
.ion-ios-disc:before,
.ion-ios-document:before,
.ion-ios-done-all:before,
.ion-ios-download:before,
.ion-ios-easel:before,
.ion-ios-egg:before,
.ion-ios-exit:before,
.ion-ios-expand:before,
.ion-ios-eye:before,
.ion-ios-eye-off:before,
.ion-ios-fastforward:before,
.ion-ios-female:before,
.ion-ios-filing:before,
.ion-ios-film:before,
.ion-ios-finger-print:before,
.ion-ios-fitness:before,
.ion-ios-flag:before,
.ion-ios-flame:before,
.ion-ios-flash:before,
.ion-ios-flash-off:before,
.ion-ios-flashlight:before,
.ion-ios-flask:before,
.ion-ios-flower:before,
.ion-ios-folder:before,
.ion-ios-folder-open:before,
.ion-ios-football:before,
.ion-ios-funnel:before,
.ion-ios-gift:before,
.ion-ios-git-branch:before,
.ion-ios-git-commit:before,
.ion-ios-git-compare:before,
.ion-ios-git-merge:before,
.ion-ios-git-network:before,
.ion-ios-git-pull-request:before,
.ion-ios-glasses:before,
.ion-ios-globe:before,
.ion-ios-grid:before,
.ion-ios-hammer:before,
.ion-ios-hand:before,
.ion-ios-happy:before,
.ion-ios-headset:before,
.ion-ios-heart:before,
.ion-ios-heart-dislike:before,
.ion-ios-heart-empty:before,
.ion-ios-heart-half:before,
.ion-ios-help:before,
.ion-ios-help-buoy:before,
.ion-ios-help-circle:before,
.ion-ios-help-circle-outline:before,
.ion-ios-home:before,
.ion-ios-hourglass:before,
.ion-ios-ice-cream:before,
.ion-ios-image:before,
.ion-ios-images:before,
.ion-ios-infinite:before,
.ion-ios-information:before,
.ion-ios-information-circle:before,
.ion-ios-information-circle-outline:before,
.ion-ios-jet:before,
.ion-ios-journal:before,
.ion-ios-key:before,
.ion-ios-keypad:before,
.ion-ios-laptop:before,
.ion-ios-leaf:before,
.ion-ios-link:before,
.ion-ios-list:before,
.ion-ios-list-box:before,
.ion-ios-locate:before,
.ion-ios-lock:before,
.ion-ios-log-in:before,
.ion-ios-log-out:before,
.ion-ios-magnet:before,
.ion-ios-mail:before,
.ion-ios-mail-open:before,
.ion-ios-mail-unread:before,
.ion-ios-male:before,
.ion-ios-man:before,
.ion-ios-map:before,
.ion-ios-medal:before,
.ion-ios-medical:before,
.ion-ios-medkit:before,
.ion-ios-megaphone:before,
.ion-ios-menu:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-microphone:before,
.ion-ios-moon:before,
.ion-ios-more:before,
.ion-ios-move:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-notifications:before,
.ion-ios-notifications-off:before,
.ion-ios-notifications-outline:before,
.ion-ios-nuclear:before,
.ion-ios-nutrition:before,
.ion-ios-open:before,
.ion-ios-options:before,
.ion-ios-outlet:before,
.ion-ios-paper:before,
.ion-ios-paper-plane:before,
.ion-ios-partly-sunny:before,
.ion-ios-pause:before,
.ion-ios-paw:before,
.ion-ios-people:before,
.ion-ios-person:before,
.ion-ios-person-add:before,
.ion-ios-phone-landscape:before,
.ion-ios-phone-portrait:before,
.ion-ios-photos:before,
.ion-ios-pie:before,
.ion-ios-pin:before,
.ion-ios-pint:before,
.ion-ios-pizza:before,
.ion-ios-planet:before,
.ion-ios-play:before,
.ion-ios-play-circle:before,
.ion-ios-podium:before,
.ion-ios-power:before,
.ion-ios-pricetag:before,
.ion-ios-pricetags:before,
.ion-ios-print:before,
.ion-ios-pulse:before,
.ion-ios-qr-scanner:before,
.ion-ios-quote:before,
.ion-ios-radio:before,
.ion-ios-radio-button-off:before,
.ion-ios-radio-button-on:before,
.ion-ios-rainy:before,
.ion-ios-recording:before,
.ion-ios-redo:before,
.ion-ios-refresh:before,
.ion-ios-refresh-circle:before,
.ion-ios-remove:before,
.ion-ios-remove-circle:before,
.ion-ios-remove-circle-outline:before,
.ion-ios-reorder:before,
.ion-ios-repeat:before,
.ion-ios-resize:before,
.ion-ios-restaurant:before,
.ion-ios-return-left:before,
.ion-ios-return-right:before,
.ion-ios-reverse-camera:before,
.ion-ios-rewind:before,
.ion-ios-ribbon:before,
.ion-ios-rocket:before,
.ion-ios-rose:before,
.ion-ios-sad:before,
.ion-ios-save:before,
.ion-ios-school:before,
.ion-ios-search:before,
.ion-ios-send:before,
.ion-ios-settings:before,
.ion-ios-share:before,
.ion-ios-share-alt:before,
.ion-ios-shirt:before,
.ion-ios-shuffle:before,
.ion-ios-skip-backward:before,
.ion-ios-skip-forward:before,
.ion-ios-snow:before,
.ion-ios-speedometer:before,
.ion-ios-square:before,
.ion-ios-square-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stats:before,
.ion-ios-stopwatch:before,
.ion-ios-subway:before,
.ion-ios-sunny:before,
.ion-ios-swap:before,
.ion-ios-switch:before,
.ion-ios-sync:before,
.ion-ios-tablet-landscape:before,
.ion-ios-tablet-portrait:before,
.ion-ios-tennisball:before,
.ion-ios-text:before,
.ion-ios-thermometer:before,
.ion-ios-thumbs-down:before,
.ion-ios-thumbs-up:before,
.ion-ios-thunderstorm:before,
.ion-ios-time:before,
.ion-ios-timer:before,
.ion-ios-today:before,
.ion-ios-train:before,
.ion-ios-transgender:before,
.ion-ios-trash:before,
.ion-ios-trending-down:before,
.ion-ios-trending-up:before,
.ion-ios-trophy:before,
.ion-ios-tv:before,
.ion-ios-umbrella:before,
.ion-ios-undo:before,
.ion-ios-unlock:before,
.ion-ios-videocam:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-volume-mute:before,
.ion-ios-volume-off:before,
.ion-ios-walk:before,
.ion-ios-wallet:before,
.ion-ios-warning:before,
.ion-ios-watch:before,
.ion-ios-water:before,
.ion-ios-wifi:before,
.ion-ios-wine:before,
.ion-ios-woman:before,
.ion-logo-android:before,
.ion-logo-angular:before,
.ion-logo-apple:before,
.ion-logo-bitbucket:before,
.ion-logo-bitcoin:before,
.ion-logo-buffer:before,
.ion-logo-chrome:before,
.ion-logo-closed-captioning:before,
.ion-logo-codepen:before,
.ion-logo-css3:before,
.ion-logo-designernews:before,
.ion-logo-dribbble:before,
.ion-logo-dropbox:before,
.ion-logo-euro:before,
.ion-logo-facebook:before,
.ion-logo-flickr:before,
.ion-logo-foursquare:before,
.ion-logo-freebsd-devil:before,
.ion-logo-game-controller-a:before,
.ion-logo-game-controller-b:before,
.ion-logo-github:before,
.ion-logo-google:before,
.ion-logo-googleplus:before,
.ion-logo-hackernews:before,
.ion-logo-html5:before,
.ion-logo-instagram:before,
.ion-logo-ionic:before,
.ion-logo-ionitron:before,
.ion-logo-javascript:before,
.ion-logo-linkedin:before,
.ion-logo-markdown:before,
.ion-logo-model-s:before,
.ion-logo-no-smoking:before,
.ion-logo-nodejs:before,
.ion-logo-npm:before,
.ion-logo-octocat:before,
.ion-logo-pinterest:before,
.ion-logo-playstation:before,
.ion-logo-polymer:before,
.ion-logo-python:before,
.ion-logo-reddit:before,
.ion-logo-rss:before,
.ion-logo-sass:before,
.ion-logo-skype:before,
.ion-logo-slack:before,
.ion-logo-snapchat:before,
.ion-logo-steam:before,
.ion-logo-tumblr:before,
.ion-logo-tux:before,
.ion-logo-twitch:before,
.ion-logo-twitter:before,
.ion-logo-usd:before,
.ion-logo-vimeo:before,
.ion-logo-vk:before,
.ion-logo-whatsapp:before,
.ion-logo-windows:before,
.ion-logo-wordpress:before,
.ion-logo-xbox:before,
.ion-logo-xing:before,
.ion-logo-yahoo:before,
.ion-logo-yen:before,
.ion-logo-youtube:before,
.ion-md-add:before,
.ion-md-add-circle:before,
.ion-md-add-circle-outline:before,
.ion-md-airplane:before,
.ion-md-alarm:before,
.ion-md-albums:before,
.ion-md-alert:before,
.ion-md-american-football:before,
.ion-md-analytics:before,
.ion-md-aperture:before,
.ion-md-apps:before,
.ion-md-appstore:before,
.ion-md-archive:before,
.ion-md-arrow-back:before,
.ion-md-arrow-down:before,
.ion-md-arrow-dropdown:before,
.ion-md-arrow-dropdown-circle:before,
.ion-md-arrow-dropleft:before,
.ion-md-arrow-dropleft-circle:before,
.ion-md-arrow-dropright:before,
.ion-md-arrow-dropright-circle:before,
.ion-md-arrow-dropup:before,
.ion-md-arrow-dropup-circle:before,
.ion-md-arrow-forward:before,
.ion-md-arrow-round-back:before,
.ion-md-arrow-round-down:before,
.ion-md-arrow-round-forward:before,
.ion-md-arrow-round-up:before,
.ion-md-arrow-up:before,
.ion-md-at:before,
.ion-md-attach:before,
.ion-md-backspace:before,
.ion-md-barcode:before,
.ion-md-baseball:before,
.ion-md-basket:before,
.ion-md-basketball:before,
.ion-md-battery-charging:before,
.ion-md-battery-dead:before,
.ion-md-battery-full:before,
.ion-md-beaker:before,
.ion-md-bed:before,
.ion-md-beer:before,
.ion-md-bicycle:before,
.ion-md-bluetooth:before,
.ion-md-boat:before,
.ion-md-body:before,
.ion-md-bonfire:before,
.ion-md-book:before,
.ion-md-bookmark:before,
.ion-md-bookmarks:before,
.ion-md-bowtie:before,
.ion-md-briefcase:before,
.ion-md-browsers:before,
.ion-md-brush:before,
.ion-md-bug:before,
.ion-md-build:before,
.ion-md-bulb:before,
.ion-md-bus:before,
.ion-md-business:before,
.ion-md-cafe:before,
.ion-md-calculator:before,
.ion-md-calendar:before,
.ion-md-call:before,
.ion-md-camera:before,
.ion-md-car:before,
.ion-md-card:before,
.ion-md-cart:before,
.ion-md-cash:before,
.ion-md-cellular:before,
.ion-md-chatboxes:before,
.ion-md-chatbubbles:before,
.ion-md-checkbox:before,
.ion-md-checkbox-outline:before,
.ion-md-checkmark:before,
.ion-md-checkmark-circle:before,
.ion-md-checkmark-circle-outline:before,
.ion-md-clipboard:before,
.ion-md-clock:before,
.ion-md-close:before,
.ion-md-close-circle:before,
.ion-md-close-circle-outline:before,
.ion-md-cloud:before,
.ion-md-cloud-circle:before,
.ion-md-cloud-done:before,
.ion-md-cloud-download:before,
.ion-md-cloud-outline:before,
.ion-md-cloud-upload:before,
.ion-md-cloudy:before,
.ion-md-cloudy-night:before,
.ion-md-code:before,
.ion-md-code-download:before,
.ion-md-code-working:before,
.ion-md-cog:before,
.ion-md-color-fill:before,
.ion-md-color-filter:before,
.ion-md-color-palette:before,
.ion-md-color-wand:before,
.ion-md-compass:before,
.ion-md-construct:before,
.ion-md-contact:before,
.ion-md-contacts:before,
.ion-md-contract:before,
.ion-md-contrast:before,
.ion-md-copy:before,
.ion-md-create:before,
.ion-md-crop:before,
.ion-md-cube:before,
.ion-md-cut:before,
.ion-md-desktop:before,
.ion-md-disc:before,
.ion-md-document:before,
.ion-md-done-all:before,
.ion-md-download:before,
.ion-md-easel:before,
.ion-md-egg:before,
.ion-md-exit:before,
.ion-md-expand:before,
.ion-md-eye:before,
.ion-md-eye-off:before,
.ion-md-fastforward:before,
.ion-md-female:before,
.ion-md-filing:before,
.ion-md-film:before,
.ion-md-finger-print:before,
.ion-md-fitness:before,
.ion-md-flag:before,
.ion-md-flame:before,
.ion-md-flash:before,
.ion-md-flash-off:before,
.ion-md-flashlight:before,
.ion-md-flask:before,
.ion-md-flower:before,
.ion-md-folder:before,
.ion-md-folder-open:before,
.ion-md-football:before,
.ion-md-funnel:before,
.ion-md-gift:before,
.ion-md-git-branch:before,
.ion-md-git-commit:before,
.ion-md-git-compare:before,
.ion-md-git-merge:before,
.ion-md-git-network:before,
.ion-md-git-pull-request:before,
.ion-md-glasses:before,
.ion-md-globe:before,
.ion-md-grid:before,
.ion-md-hammer:before,
.ion-md-hand:before,
.ion-md-happy:before,
.ion-md-headset:before,
.ion-md-heart:before,
.ion-md-heart-dislike:before,
.ion-md-heart-empty:before,
.ion-md-heart-half:before,
.ion-md-help:before,
.ion-md-help-buoy:before,
.ion-md-help-circle:before,
.ion-md-help-circle-outline:before,
.ion-md-home:before,
.ion-md-hourglass:before,
.ion-md-ice-cream:before,
.ion-md-image:before,
.ion-md-images:before,
.ion-md-infinite:before,
.ion-md-information:before,
.ion-md-information-circle:before,
.ion-md-information-circle-outline:before,
.ion-md-jet:before,
.ion-md-journal:before,
.ion-md-key:before,
.ion-md-keypad:before,
.ion-md-laptop:before,
.ion-md-leaf:before,
.ion-md-link:before,
.ion-md-list:before,
.ion-md-list-box:before,
.ion-md-locate:before,
.ion-md-lock:before,
.ion-md-log-in:before,
.ion-md-log-out:before,
.ion-md-magnet:before,
.ion-md-mail:before,
.ion-md-mail-open:before,
.ion-md-mail-unread:before,
.ion-md-male:before,
.ion-md-man:before,
.ion-md-map:before,
.ion-md-medal:before,
.ion-md-medical:before,
.ion-md-medkit:before,
.ion-md-megaphone:before,
.ion-md-menu:before,
.ion-md-mic:before,
.ion-md-mic-off:before,
.ion-md-microphone:before,
.ion-md-moon:before,
.ion-md-more:before,
.ion-md-move:before,
.ion-md-musical-note:before,
.ion-md-musical-notes:before,
.ion-md-navigate:before,
.ion-md-notifications:before,
.ion-md-notifications-off:before,
.ion-md-notifications-outline:before,
.ion-md-nuclear:before,
.ion-md-nutrition:before,
.ion-md-open:before,
.ion-md-options:before,
.ion-md-outlet:before,
.ion-md-paper:before,
.ion-md-paper-plane:before,
.ion-md-partly-sunny:before,
.ion-md-pause:before,
.ion-md-paw:before,
.ion-md-people:before,
.ion-md-person:before,
.ion-md-person-add:before,
.ion-md-phone-landscape:before,
.ion-md-phone-portrait:before,
.ion-md-photos:before,
.ion-md-pie:before,
.ion-md-pin:before,
.ion-md-pint:before,
.ion-md-pizza:before,
.ion-md-planet:before,
.ion-md-play:before,
.ion-md-play-circle:before,
.ion-md-podium:before,
.ion-md-power:before,
.ion-md-pricetag:before,
.ion-md-pricetags:before,
.ion-md-print:before,
.ion-md-pulse:before,
.ion-md-qr-scanner:before,
.ion-md-quote:before,
.ion-md-radio:before,
.ion-md-radio-button-off:before,
.ion-md-radio-button-on:before,
.ion-md-rainy:before,
.ion-md-recording:before,
.ion-md-redo:before,
.ion-md-refresh:before,
.ion-md-refresh-circle:before,
.ion-md-remove:before,
.ion-md-remove-circle:before,
.ion-md-remove-circle-outline:before,
.ion-md-reorder:before,
.ion-md-repeat:before,
.ion-md-resize:before,
.ion-md-restaurant:before,
.ion-md-return-left:before,
.ion-md-return-right:before,
.ion-md-reverse-camera:before,
.ion-md-rewind:before,
.ion-md-ribbon:before,
.ion-md-rocket:before,
.ion-md-rose:before,
.ion-md-sad:before,
.ion-md-save:before,
.ion-md-school:before,
.ion-md-search:before,
.ion-md-send:before,
.ion-md-settings:before,
.ion-md-share:before,
.ion-md-share-alt:before,
.ion-md-shirt:before,
.ion-md-shuffle:before,
.ion-md-skip-backward:before,
.ion-md-skip-forward:before,
.ion-md-snow:before,
.ion-md-speedometer:before,
.ion-md-square:before,
.ion-md-square-outline:before,
.ion-md-star:before,
.ion-md-star-half:before,
.ion-md-star-outline:before,
.ion-md-stats:before,
.ion-md-stopwatch:before,
.ion-md-subway:before,
.ion-md-sunny:before,
.ion-md-swap:before,
.ion-md-switch:before,
.ion-md-sync:before,
.ion-md-tablet-landscape:before,
.ion-md-tablet-portrait:before,
.ion-md-tennisball:before,
.ion-md-text:before,
.ion-md-thermometer:before,
.ion-md-thumbs-down:before,
.ion-md-thumbs-up:before,
.ion-md-thunderstorm:before,
.ion-md-time:before,
.ion-md-timer:before,
.ion-md-today:before,
.ion-md-train:before,
.ion-md-transgender:before,
.ion-md-trash:before,
.ion-md-trending-down:before,
.ion-md-trending-up:before,
.ion-md-trophy:before,
.ion-md-tv:before,
.ion-md-umbrella:before,
.ion-md-undo:before,
.ion-md-unlock:before,
.ion-md-videocam:before,
.ion-md-volume-high:before,
.ion-md-volume-low:before,
.ion-md-volume-mute:before,
.ion-md-volume-off:before,
.ion-md-walk:before,
.ion-md-wallet:before,
.ion-md-warning:before,
.ion-md-watch:before,
.ion-md-water:before,
.ion-md-wifi:before,
.ion-md-wine:before,
.ion-md-woman:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ion-ios-add:before {
    content: "\f102"
}

.ion-ios-add-circle:before {
    content: "\f101"
}

.ion-ios-add-circle-outline:before {
    content: "\f100"
}

.ion-ios-airplane:before {
    content: "\f137"
}

.ion-ios-alarm:before {
    content: "\f3c8"
}

.ion-ios-albums:before {
    content: "\f3ca"
}

.ion-ios-alert:before {
    content: "\f104"
}

.ion-ios-american-football:before {
    content: "\f106"
}

.ion-ios-analytics:before {
    content: "\f3ce"
}

.ion-ios-aperture:before {
    content: "\f108"
}

.ion-ios-apps:before {
    content: "\f10a"
}

.ion-ios-appstore:before {
    content: "\f10c"
}

.ion-ios-archive:before {
    content: "\f10e"
}

.ion-ios-arrow-back:before {
    content: "\f3cf"
}

.ion-ios-arrow-down:before {
    content: "\f3d0"
}

.ion-ios-arrow-dropdown:before {
    content: "\f110"
}

.ion-ios-arrow-dropdown-circle:before {
    content: "\f125"
}

.ion-ios-arrow-dropleft:before {
    content: "\f112"
}

.ion-ios-arrow-dropleft-circle:before {
    content: "\f129"
}

.ion-ios-arrow-dropright:before {
    content: "\f114"
}

.ion-ios-arrow-dropright-circle:before {
    content: "\f12b"
}

.ion-ios-arrow-dropup:before {
    content: "\f116"
}

.ion-ios-arrow-dropup-circle:before {
    content: "\f12d"
}

.ion-ios-arrow-forward:before {
    content: "\f3d1"
}

.ion-ios-arrow-round-back:before {
    content: "\f117"
}

.ion-ios-arrow-round-down:before {
    content: "\f118"
}

.ion-ios-arrow-round-forward:before {
    content: "\f119"
}

.ion-ios-arrow-round-up:before {
    content: "\f11a"
}

.ion-ios-arrow-up:before {
    content: "\f3d8"
}

.ion-ios-at:before {
    content: "\f3da"
}

.ion-ios-attach:before {
    content: "\f11b"
}

.ion-ios-backspace:before {
    content: "\f11d"
}

.ion-ios-barcode:before {
    content: "\f3dc"
}

.ion-ios-baseball:before {
    content: "\f3de"
}

.ion-ios-basket:before {
    content: "\f11f"
}

.ion-ios-basketball:before {
    content: "\f3e0"
}

.ion-ios-battery-charging:before {
    content: "\f120"
}

.ion-ios-battery-dead:before {
    content: "\f121"
}

.ion-ios-battery-full:before {
    content: "\f122"
}

.ion-ios-beaker:before {
    content: "\f124"
}

.ion-ios-bed:before {
    content: "\f139"
}

.ion-ios-beer:before {
    content: "\f126"
}

.ion-ios-bicycle:before {
    content: "\f127"
}

.ion-ios-bluetooth:before {
    content: "\f128"
}

.ion-ios-boat:before {
    content: "\f12a"
}

.ion-ios-body:before {
    content: "\f3e4"
}

.ion-ios-bonfire:before {
    content: "\f12c"
}

.ion-ios-book:before {
    content: "\f3e8"
}

.ion-ios-bookmark:before {
    content: "\f12e"
}

.ion-ios-bookmarks:before {
    content: "\f3ea"
}

.ion-ios-bowtie:before {
    content: "\f130"
}

.ion-ios-briefcase:before {
    content: "\f3ee"
}

.ion-ios-browsers:before {
    content: "\f3f0"
}

.ion-ios-brush:before {
    content: "\f132"
}

.ion-ios-bug:before {
    content: "\f134"
}

.ion-ios-build:before {
    content: "\f136"
}

.ion-ios-bulb:before {
    content: "\f138"
}

.ion-ios-bus:before {
    content: "\f13a"
}

.ion-ios-business:before {
    content: "\f1a3"
}

.ion-ios-cafe:before {
    content: "\f13c"
}

.ion-ios-calculator:before {
    content: "\f3f2"
}

.ion-ios-calendar:before {
    content: "\f3f4"
}

.ion-ios-call:before {
    content: "\f13e"
}

.ion-ios-camera:before {
    content: "\f3f6"
}

.ion-ios-car:before {
    content: "\f140"
}

.ion-ios-card:before {
    content: "\f142"
}

.ion-ios-cart:before {
    content: "\f3f8"
}

.ion-ios-cash:before {
    content: "\f144"
}

.ion-ios-cellular:before {
    content: "\f13d"
}

.ion-ios-chatboxes:before {
    content: "\f3fa"
}

.ion-ios-chatbubbles:before {
    content: "\f146"
}

.ion-ios-checkbox:before {
    content: "\f148"
}

.ion-ios-checkbox-outline:before {
    content: "\f147"
}

.ion-ios-checkmark:before {
    content: "\f3ff"
}

.ion-ios-checkmark-circle:before {
    content: "\f14a"
}

.ion-ios-checkmark-circle-outline:before {
    content: "\f149"
}

.ion-ios-clipboard:before {
    content: "\f14c"
}

.ion-ios-clock:before {
    content: "\f403"
}

.ion-ios-close:before {
    content: "\f406"
}

.ion-ios-close-circle:before {
    content: "\f14e"
}

.ion-ios-close-circle-outline:before {
    content: "\f14d"
}

.ion-ios-cloud:before {
    content: "\f40c"
}

.ion-ios-cloud-circle:before {
    content: "\f152"
}

.ion-ios-cloud-done:before {
    content: "\f154"
}

.ion-ios-cloud-download:before {
    content: "\f408"
}

.ion-ios-cloud-outline:before {
    content: "\f409"
}

.ion-ios-cloud-upload:before {
    content: "\f40b"
}

.ion-ios-cloudy:before {
    content: "\f410"
}

.ion-ios-cloudy-night:before {
    content: "\f40e"
}

.ion-ios-code:before {
    content: "\f157"
}

.ion-ios-code-download:before {
    content: "\f155"
}

.ion-ios-code-working:before {
    content: "\f156"
}

.ion-ios-cog:before {
    content: "\f412"
}

.ion-ios-color-fill:before {
    content: "\f159"
}

.ion-ios-color-filter:before {
    content: "\f414"
}

.ion-ios-color-palette:before {
    content: "\f15b"
}

.ion-ios-color-wand:before {
    content: "\f416"
}

.ion-ios-compass:before {
    content: "\f15d"
}

.ion-ios-construct:before {
    content: "\f15f"
}

.ion-ios-contact:before {
    content: "\f41a"
}

.ion-ios-contacts:before {
    content: "\f161"
}

.ion-ios-contract:before {
    content: "\f162"
}

.ion-ios-contrast:before {
    content: "\f163"
}

.ion-ios-copy:before {
    content: "\f41c"
}

.ion-ios-create:before {
    content: "\f165"
}

.ion-ios-crop:before {
    content: "\f41e"
}

.ion-ios-cube:before {
    content: "\f168"
}

.ion-ios-cut:before {
    content: "\f16a"
}

.ion-ios-desktop:before {
    content: "\f16c"
}

.ion-ios-disc:before {
    content: "\f16e"
}

.ion-ios-document:before {
    content: "\f170"
}

.ion-ios-done-all:before {
    content: "\f171"
}

.ion-ios-download:before {
    content: "\f420"
}

.ion-ios-easel:before {
    content: "\f173"
}

.ion-ios-egg:before {
    content: "\f175"
}

.ion-ios-exit:before {
    content: "\f177"
}

.ion-ios-expand:before {
    content: "\f178"
}

.ion-ios-eye:before {
    content: "\f425"
}

.ion-ios-eye-off:before {
    content: "\f17a"
}

.ion-ios-fastforward:before {
    content: "\f427"
}

.ion-ios-female:before {
    content: "\f17b"
}

.ion-ios-filing:before {
    content: "\f429"
}

.ion-ios-film:before {
    content: "\f42b"
}

.ion-ios-finger-print:before {
    content: "\f17c"
}

.ion-ios-fitness:before {
    content: "\f1ab"
}

.ion-ios-flag:before {
    content: "\f42d"
}

.ion-ios-flame:before {
    content: "\f42f"
}

.ion-ios-flash:before {
    content: "\f17e"
}

.ion-ios-flash-off:before {
    content: "\f12f"
}

.ion-ios-flashlight:before {
    content: "\f141"
}

.ion-ios-flask:before {
    content: "\f431"
}

.ion-ios-flower:before {
    content: "\f433"
}

.ion-ios-folder:before {
    content: "\f435"
}

.ion-ios-folder-open:before {
    content: "\f180"
}

.ion-ios-football:before {
    content: "\f437"
}

.ion-ios-funnel:before {
    content: "\f182"
}

.ion-ios-gift:before {
    content: "\f191"
}

.ion-ios-git-branch:before {
    content: "\f183"
}

.ion-ios-git-commit:before {
    content: "\f184"
}

.ion-ios-git-compare:before {
    content: "\f185"
}

.ion-ios-git-merge:before {
    content: "\f186"
}

.ion-ios-git-network:before {
    content: "\f187"
}

.ion-ios-git-pull-request:before {
    content: "\f188"
}

.ion-ios-glasses:before {
    content: "\f43f"
}

.ion-ios-globe:before {
    content: "\f18a"
}

.ion-ios-grid:before {
    content: "\f18c"
}

.ion-ios-hammer:before {
    content: "\f18e"
}

.ion-ios-hand:before {
    content: "\f190"
}

.ion-ios-happy:before {
    content: "\f192"
}

.ion-ios-headset:before {
    content: "\f194"
}

.ion-ios-heart:before {
    content: "\f443"
}

.ion-ios-heart-dislike:before {
    content: "\f13f"
}

.ion-ios-heart-empty:before {
    content: "\f19b"
}

.ion-ios-heart-half:before {
    content: "\f19d"
}

.ion-ios-help:before {
    content: "\f446"
}

.ion-ios-help-buoy:before {
    content: "\f196"
}

.ion-ios-help-circle:before {
    content: "\f198"
}

.ion-ios-help-circle-outline:before {
    content: "\f197"
}

.ion-ios-home:before {
    content: "\f448"
}

.ion-ios-hourglass:before {
    content: "\f103"
}

.ion-ios-ice-cream:before {
    content: "\f19a"
}

.ion-ios-image:before {
    content: "\f19c"
}

.ion-ios-images:before {
    content: "\f19e"
}

.ion-ios-infinite:before {
    content: "\f44a"
}

.ion-ios-information:before {
    content: "\f44d"
}

.ion-ios-information-circle:before {
    content: "\f1a0"
}

.ion-ios-information-circle-outline:before {
    content: "\f19f"
}

.ion-ios-jet:before {
    content: "\f1a5"
}

.ion-ios-journal:before {
    content: "\f189"
}

.ion-ios-key:before {
    content: "\f1a7"
}

.ion-ios-keypad:before {
    content: "\f450"
}

.ion-ios-laptop:before {
    content: "\f1a8"
}

.ion-ios-leaf:before {
    content: "\f1aa"
}

.ion-ios-link:before {
    content: "\f22a"
}

.ion-ios-list:before {
    content: "\f454"
}

.ion-ios-list-box:before {
    content: "\f143"
}

.ion-ios-locate:before {
    content: "\f1ae"
}

.ion-ios-lock:before {
    content: "\f1b0"
}

.ion-ios-log-in:before {
    content: "\f1b1"
}

.ion-ios-log-out:before {
    content: "\f1b2"
}

.ion-ios-magnet:before {
    content: "\f1b4"
}

.ion-ios-mail:before {
    content: "\f1b8"
}

.ion-ios-mail-open:before {
    content: "\f1b6"
}

.ion-ios-mail-unread:before {
    content: "\f145"
}

.ion-ios-male:before {
    content: "\f1b9"
}

.ion-ios-man:before {
    content: "\f1bb"
}

.ion-ios-map:before {
    content: "\f1bd"
}

.ion-ios-medal:before {
    content: "\f1bf"
}

.ion-ios-medical:before {
    content: "\f45c"
}

.ion-ios-medkit:before {
    content: "\f45e"
}

.ion-ios-megaphone:before {
    content: "\f1c1"
}

.ion-ios-menu:before {
    content: "\f1c3"
}

.ion-ios-mic:before {
    content: "\f461"
}

.ion-ios-mic-off:before {
    content: "\f45f"
}

.ion-ios-microphone:before {
    content: "\f1c6"
}

.ion-ios-moon:before {
    content: "\f468"
}

.ion-ios-more:before {
    content: "\f1c8"
}

.ion-ios-move:before {
    content: "\f1cb"
}

.ion-ios-musical-note:before {
    content: "\f46b"
}

.ion-ios-musical-notes:before {
    content: "\f46c"
}

.ion-ios-navigate:before {
    content: "\f46e"
}

.ion-ios-notifications:before {
    content: "\f1d3"
}

.ion-ios-notifications-off:before {
    content: "\f1d1"
}

.ion-ios-notifications-outline:before {
    content: "\f133"
}

.ion-ios-nuclear:before {
    content: "\f1d5"
}

.ion-ios-nutrition:before {
    content: "\f470"
}

.ion-ios-open:before {
    content: "\f1d7"
}

.ion-ios-options:before {
    content: "\f1d9"
}

.ion-ios-outlet:before {
    content: "\f1db"
}

.ion-ios-paper:before {
    content: "\f472"
}

.ion-ios-paper-plane:before {
    content: "\f1dd"
}

.ion-ios-partly-sunny:before {
    content: "\f1df"
}

.ion-ios-pause:before {
    content: "\f478"
}

.ion-ios-paw:before {
    content: "\f47a"
}

.ion-ios-people:before {
    content: "\f47c"
}

.ion-ios-person:before {
    content: "\f47e"
}

.ion-ios-person-add:before {
    content: "\f1e1"
}

.ion-ios-phone-landscape:before {
    content: "\f1e2"
}

.ion-ios-phone-portrait:before {
    content: "\f1e3"
}

.ion-ios-photos:before {
    content: "\f482"
}

.ion-ios-pie:before {
    content: "\f484"
}

.ion-ios-pin:before {
    content: "\f1e5"
}

.ion-ios-pint:before {
    content: "\f486"
}

.ion-ios-pizza:before {
    content: "\f1e7"
}

.ion-ios-planet:before {
    content: "\f1eb"
}

.ion-ios-play:before {
    content: "\f488"
}

.ion-ios-play-circle:before {
    content: "\f113"
}

.ion-ios-podium:before {
    content: "\f1ed"
}

.ion-ios-power:before {
    content: "\f1ef"
}

.ion-ios-pricetag:before {
    content: "\f48d"
}

.ion-ios-pricetags:before {
    content: "\f48f"
}

.ion-ios-print:before {
    content: "\f1f1"
}

.ion-ios-pulse:before {
    content: "\f493"
}

.ion-ios-qr-scanner:before {
    content: "\f1f3"
}

.ion-ios-quote:before {
    content: "\f1f5"
}

.ion-ios-radio:before {
    content: "\f1f9"
}

.ion-ios-radio-button-off:before {
    content: "\f1f6"
}

.ion-ios-radio-button-on:before {
    content: "\f1f7"
}

.ion-ios-rainy:before {
    content: "\f495"
}

.ion-ios-recording:before {
    content: "\f497"
}

.ion-ios-redo:before {
    content: "\f499"
}

.ion-ios-refresh:before {
    content: "\f49c"
}

.ion-ios-refresh-circle:before {
    content: "\f135"
}

.ion-ios-remove:before {
    content: "\f1fc"
}

.ion-ios-remove-circle:before {
    content: "\f1fb"
}

.ion-ios-remove-circle-outline:before {
    content: "\f1fa"
}

.ion-ios-reorder:before {
    content: "\f1fd"
}

.ion-ios-repeat:before {
    content: "\f1fe"
}

.ion-ios-resize:before {
    content: "\f1ff"
}

.ion-ios-restaurant:before {
    content: "\f201"
}

.ion-ios-return-left:before {
    content: "\f202"
}

.ion-ios-return-right:before {
    content: "\f203"
}

.ion-ios-reverse-camera:before {
    content: "\f49f"
}

.ion-ios-rewind:before {
    content: "\f4a1"
}

.ion-ios-ribbon:before {
    content: "\f205"
}

.ion-ios-rocket:before {
    content: "\f14b"
}

.ion-ios-rose:before {
    content: "\f4a3"
}

.ion-ios-sad:before {
    content: "\f207"
}

.ion-ios-save:before {
    content: "\f1a6"
}

.ion-ios-school:before {
    content: "\f209"
}

.ion-ios-search:before {
    content: "\f4a5"
}

.ion-ios-send:before {
    content: "\f20c"
}

.ion-ios-settings:before {
    content: "\f4a7"
}

.ion-ios-share:before {
    content: "\f211"
}

.ion-ios-share-alt:before {
    content: "\f20f"
}

.ion-ios-shirt:before {
    content: "\f213"
}

.ion-ios-shuffle:before {
    content: "\f4a9"
}

.ion-ios-skip-backward:before {
    content: "\f215"
}

.ion-ios-skip-forward:before {
    content: "\f217"
}

.ion-ios-snow:before {
    content: "\f218"
}

.ion-ios-speedometer:before {
    content: "\f4b0"
}

.ion-ios-square:before {
    content: "\f21a"
}

.ion-ios-square-outline:before {
    content: "\f15c"
}

.ion-ios-star:before {
    content: "\f4b3"
}

.ion-ios-star-half:before {
    content: "\f4b1"
}

.ion-ios-star-outline:before {
    content: "\f4b2"
}

.ion-ios-stats:before {
    content: "\f21c"
}

.ion-ios-stopwatch:before {
    content: "\f4b5"
}

.ion-ios-subway:before {
    content: "\f21e"
}

.ion-ios-sunny:before {
    content: "\f4b7"
}

.ion-ios-swap:before {
    content: "\f21f"
}

.ion-ios-switch:before {
    content: "\f221"
}

.ion-ios-sync:before {
    content: "\f222"
}

.ion-ios-tablet-landscape:before {
    content: "\f223"
}

.ion-ios-tablet-portrait:before {
    content: "\f24e"
}

.ion-ios-tennisball:before {
    content: "\f4bb"
}

.ion-ios-text:before {
    content: "\f250"
}

.ion-ios-thermometer:before {
    content: "\f252"
}

.ion-ios-thumbs-down:before {
    content: "\f254"
}

.ion-ios-thumbs-up:before {
    content: "\f256"
}

.ion-ios-thunderstorm:before {
    content: "\f4bd"
}

.ion-ios-time:before {
    content: "\f4bf"
}

.ion-ios-timer:before {
    content: "\f4c1"
}

.ion-ios-today:before {
    content: "\f14f"
}

.ion-ios-train:before {
    content: "\f258"
}

.ion-ios-transgender:before {
    content: "\f259"
}

.ion-ios-trash:before {
    content: "\f4c5"
}

.ion-ios-trending-down:before {
    content: "\f25a"
}

.ion-ios-trending-up:before {
    content: "\f25b"
}

.ion-ios-trophy:before {
    content: "\f25d"
}

.ion-ios-tv:before {
    content: "\f115"
}

.ion-ios-umbrella:before {
    content: "\f25f"
}

.ion-ios-undo:before {
    content: "\f4c7"
}

.ion-ios-unlock:before {
    content: "\f261"
}

.ion-ios-videocam:before {
    content: "\f4cd"
}

.ion-ios-volume-high:before {
    content: "\f11c"
}

.ion-ios-volume-low:before {
    content: "\f11e"
}

.ion-ios-volume-mute:before {
    content: "\f263"
}

.ion-ios-volume-off:before {
    content: "\f264"
}

.ion-ios-walk:before {
    content: "\f266"
}

.ion-ios-wallet:before {
    content: "\f18b"
}

.ion-ios-warning:before {
    content: "\f268"
}

.ion-ios-watch:before {
    content: "\f269"
}

.ion-ios-water:before {
    content: "\f26b"
}

.ion-ios-wifi:before {
    content: "\f26d"
}

.ion-ios-wine:before {
    content: "\f26f"
}

.ion-ios-woman:before {
    content: "\f271"
}

.ion-logo-android:before {
    content: "\f225"
}

.ion-logo-angular:before {
    content: "\f227"
}

.ion-logo-apple:before {
    content: "\f229"
}

.ion-logo-bitbucket:before {
    content: "\f193"
}

.ion-logo-bitcoin:before {
    content: "\f22b"
}

.ion-logo-buffer:before {
    content: "\f22d"
}

.ion-logo-chrome:before {
    content: "\f22f"
}

.ion-logo-closed-captioning:before {
    content: "\f105"
}

.ion-logo-codepen:before {
    content: "\f230"
}

.ion-logo-css3:before {
    content: "\f231"
}

.ion-logo-designernews:before {
    content: "\f232"
}

.ion-logo-dribbble:before {
    content: "\f233"
}

.ion-logo-dropbox:before {
    content: "\f234"
}

.ion-logo-euro:before {
    content: "\f235"
}

.ion-logo-facebook:before {
    content: "\f236"
}

.ion-logo-flickr:before {
    content: "\f107"
}

.ion-logo-foursquare:before {
    content: "\f237"
}

.ion-logo-freebsd-devil:before {
    content: "\f238"
}

.ion-logo-game-controller-a:before {
    content: "\f13b"
}

.ion-logo-game-controller-b:before {
    content: "\f181"
}

.ion-logo-github:before {
    content: "\f239"
}

.ion-logo-google:before {
    content: "\f23a"
}

.ion-logo-googleplus:before {
    content: "\f23b"
}

.ion-logo-hackernews:before {
    content: "\f23c"
}

.ion-logo-html5:before {
    content: "\f23d"
}

.ion-logo-instagram:before {
    content: "\f23e"
}

.ion-logo-ionic:before {
    content: "\f150"
}

.ion-logo-ionitron:before {
    content: "\f151"
}

.ion-logo-javascript:before {
    content: "\f23f"
}

.ion-logo-linkedin:before {
    content: "\f240"
}

.ion-logo-markdown:before {
    content: "\f241"
}

.ion-logo-model-s:before {
    content: "\f153"
}

.ion-logo-no-smoking:before {
    content: "\f109"
}

.ion-logo-nodejs:before {
    content: "\f242"
}

.ion-logo-npm:before {
    content: "\f195"
}

.ion-logo-octocat:before {
    content: "\f243"
}

.ion-logo-pinterest:before {
    content: "\f244"
}

.ion-logo-playstation:before {
    content: "\f245"
}

.ion-logo-polymer:before {
    content: "\f15e"
}

.ion-logo-python:before {
    content: "\f246"
}

.ion-logo-reddit:before {
    content: "\f247"
}

.ion-logo-rss:before {
    content: "\f248"
}

.ion-logo-sass:before {
    content: "\f249"
}

.ion-logo-skype:before {
    content: "\f24a"
}

.ion-logo-slack:before {
    content: "\f10b"
}

.ion-logo-snapchat:before {
    content: "\f24b"
}

.ion-logo-steam:before {
    content: "\f24c"
}

.ion-logo-tumblr:before {
    content: "\f24d"
}

.ion-logo-tux:before {
    content: "\f2ae"
}

.ion-logo-twitch:before {
    content: "\f2af"
}

.ion-logo-twitter:before {
    content: "\f2b0"
}

.ion-logo-usd:before {
    content: "\f2b1"
}

.ion-logo-vimeo:before {
    content: "\f2c4"
}

.ion-logo-vk:before {
    content: "\f10d"
}

.ion-logo-whatsapp:before {
    content: "\f2c5"
}

.ion-logo-windows:before {
    content: "\f32f"
}

.ion-logo-wordpress:before {
    content: "\f330"
}

.ion-logo-xbox:before {
    content: "\f34c"
}

.ion-logo-xing:before {
    content: "\f10f"
}

.ion-logo-yahoo:before {
    content: "\f34d"
}

.ion-logo-yen:before {
    content: "\f34e"
}

.ion-logo-youtube:before {
    content: "\f34f"
}

.ion-md-add:before {
    content: "\f273"
}

.ion-md-add-circle:before {
    content: "\f272"
}

.ion-md-add-circle-outline:before {
    content: "\f158"
}

.ion-md-airplane:before {
    content: "\f15a"
}

.ion-md-alarm:before {
    content: "\f274"
}

.ion-md-albums:before {
    content: "\f275"
}

.ion-md-alert:before {
    content: "\f276"
}

.ion-md-american-football:before {
    content: "\f277"
}

.ion-md-analytics:before {
    content: "\f278"
}

.ion-md-aperture:before {
    content: "\f279"
}

.ion-md-apps:before {
    content: "\f27a"
}

.ion-md-appstore:before {
    content: "\f27b"
}

.ion-md-archive:before {
    content: "\f27c"
}

.ion-md-arrow-back:before {
    content: "\f27d"
}

.ion-md-arrow-down:before {
    content: "\f27e"
}

.ion-md-arrow-dropdown:before {
    content: "\f280"
}

.ion-md-arrow-dropdown-circle:before {
    content: "\f27f"
}

.ion-md-arrow-dropleft:before {
    content: "\f282"
}

.ion-md-arrow-dropleft-circle:before {
    content: "\f281"
}

.ion-md-arrow-dropright:before {
    content: "\f284"
}

.ion-md-arrow-dropright-circle:before {
    content: "\f283"
}

.ion-md-arrow-dropup:before {
    content: "\f286"
}

.ion-md-arrow-dropup-circle:before {
    content: "\f285"
}

.ion-md-arrow-forward:before {
    content: "\f287"
}

.ion-md-arrow-round-back:before {
    content: "\f288"
}

.ion-md-arrow-round-down:before {
    content: "\f289"
}

.ion-md-arrow-round-forward:before {
    content: "\f28a"
}

.ion-md-arrow-round-up:before {
    content: "\f28b"
}

.ion-md-arrow-up:before {
    content: "\f28c"
}

.ion-md-at:before {
    content: "\f28d"
}

.ion-md-attach:before {
    content: "\f28e"
}

.ion-md-backspace:before {
    content: "\f28f"
}

.ion-md-barcode:before {
    content: "\f290"
}

.ion-md-baseball:before {
    content: "\f291"
}

.ion-md-basket:before {
    content: "\f292"
}

.ion-md-basketball:before {
    content: "\f293"
}

.ion-md-battery-charging:before {
    content: "\f294"
}

.ion-md-battery-dead:before {
    content: "\f295"
}

.ion-md-battery-full:before {
    content: "\f296"
}

.ion-md-beaker:before {
    content: "\f297"
}

.ion-md-bed:before {
    content: "\f160"
}

.ion-md-beer:before {
    content: "\f298"
}

.ion-md-bicycle:before {
    content: "\f299"
}

.ion-md-bluetooth:before {
    content: "\f29a"
}

.ion-md-boat:before {
    content: "\f29b"
}

.ion-md-body:before {
    content: "\f29c"
}

.ion-md-bonfire:before {
    content: "\f29d"
}

.ion-md-book:before {
    content: "\f29e"
}

.ion-md-bookmark:before {
    content: "\f29f"
}

.ion-md-bookmarks:before {
    content: "\f2a0"
}

.ion-md-bowtie:before {
    content: "\f2a1"
}

.ion-md-briefcase:before {
    content: "\f2a2"
}

.ion-md-browsers:before {
    content: "\f2a3"
}

.ion-md-brush:before {
    content: "\f2a4"
}

.ion-md-bug:before {
    content: "\f2a5"
}

.ion-md-build:before {
    content: "\f2a6"
}

.ion-md-bulb:before {
    content: "\f2a7"
}

.ion-md-bus:before {
    content: "\f2a8"
}

.ion-md-business:before {
    content: "\f1a4"
}

.ion-md-cafe:before {
    content: "\f2a9"
}

.ion-md-calculator:before {
    content: "\f2aa"
}

.ion-md-calendar:before {
    content: "\f2ab"
}

.ion-md-call:before {
    content: "\f2ac"
}

.ion-md-camera:before {
    content: "\f2ad"
}

.ion-md-car:before {
    content: "\f2b2"
}

.ion-md-card:before {
    content: "\f2b3"
}

.ion-md-cart:before {
    content: "\f2b4"
}

.ion-md-cash:before {
    content: "\f2b5"
}

.ion-md-cellular:before {
    content: "\f164"
}

.ion-md-chatboxes:before {
    content: "\f2b6"
}

.ion-md-chatbubbles:before {
    content: "\f2b7"
}

.ion-md-checkbox:before {
    content: "\f2b9"
}

.ion-md-checkbox-outline:before {
    content: "\f2b8"
}

.ion-md-checkmark:before {
    content: "\f2bc"
}

.ion-md-checkmark-circle:before {
    content: "\f2bb"
}

.ion-md-checkmark-circle-outline:before {
    content: "\f2ba"
}

.ion-md-clipboard:before {
    content: "\f2bd"
}

.ion-md-clock:before {
    content: "\f2be"
}

.ion-md-close:before {
    content: "\f2c0"
}

.ion-md-close-circle:before {
    content: "\f2bf"
}

.ion-md-close-circle-outline:before {
    content: "\f166"
}

.ion-md-cloud:before {
    content: "\f2c9"
}

.ion-md-cloud-circle:before {
    content: "\f2c2"
}

.ion-md-cloud-done:before {
    content: "\f2c3"
}

.ion-md-cloud-download:before {
    content: "\f2c6"
}

.ion-md-cloud-outline:before {
    content: "\f2c7"
}

.ion-md-cloud-upload:before {
    content: "\f2c8"
}

.ion-md-cloudy:before {
    content: "\f2cb"
}

.ion-md-cloudy-night:before {
    content: "\f2ca"
}

.ion-md-code:before {
    content: "\f2ce"
}

.ion-md-code-download:before {
    content: "\f2cc"
}

.ion-md-code-working:before {
    content: "\f2cd"
}

.ion-md-cog:before {
    content: "\f2cf"
}

.ion-md-color-fill:before {
    content: "\f2d0"
}

.ion-md-color-filter:before {
    content: "\f2d1"
}

.ion-md-color-palette:before {
    content: "\f2d2"
}

.ion-md-color-wand:before {
    content: "\f2d3"
}

.ion-md-compass:before {
    content: "\f2d4"
}

.ion-md-construct:before {
    content: "\f2d5"
}

.ion-md-contact:before {
    content: "\f2d6"
}

.ion-md-contacts:before {
    content: "\f2d7"
}

.ion-md-contract:before {
    content: "\f2d8"
}

.ion-md-contrast:before {
    content: "\f2d9"
}

.ion-md-copy:before {
    content: "\f2da"
}

.ion-md-create:before {
    content: "\f2db"
}

.ion-md-crop:before {
    content: "\f2dc"
}

.ion-md-cube:before {
    content: "\f2dd"
}

.ion-md-cut:before {
    content: "\f2de"
}

.ion-md-desktop:before {
    content: "\f2df"
}

.ion-md-disc:before {
    content: "\f2e0"
}

.ion-md-document:before {
    content: "\f2e1"
}

.ion-md-done-all:before {
    content: "\f2e2"
}

.ion-md-download:before {
    content: "\f2e3"
}

.ion-md-easel:before {
    content: "\f2e4"
}

.ion-md-egg:before {
    content: "\f2e5"
}

.ion-md-exit:before {
    content: "\f2e6"
}

.ion-md-expand:before {
    content: "\f2e7"
}

.ion-md-eye:before {
    content: "\f2e9"
}

.ion-md-eye-off:before {
    content: "\f2e8"
}

.ion-md-fastforward:before {
    content: "\f2ea"
}

.ion-md-female:before {
    content: "\f2eb"
}

.ion-md-filing:before {
    content: "\f2ec"
}

.ion-md-film:before {
    content: "\f2ed"
}

.ion-md-finger-print:before {
    content: "\f2ee"
}

.ion-md-fitness:before {
    content: "\f1ac"
}

.ion-md-flag:before {
    content: "\f2ef"
}

.ion-md-flame:before {
    content: "\f2f0"
}

.ion-md-flash:before {
    content: "\f2f1"
}

.ion-md-flash-off:before {
    content: "\f169"
}

.ion-md-flashlight:before {
    content: "\f16b"
}

.ion-md-flask:before {
    content: "\f2f2"
}

.ion-md-flower:before {
    content: "\f2f3"
}

.ion-md-folder:before {
    content: "\f2f5"
}

.ion-md-folder-open:before {
    content: "\f2f4"
}

.ion-md-football:before {
    content: "\f2f6"
}

.ion-md-funnel:before {
    content: "\f2f7"
}

.ion-md-gift:before {
    content: "\f199"
}

.ion-md-git-branch:before {
    content: "\f2fa"
}

.ion-md-git-commit:before {
    content: "\f2fb"
}

.ion-md-git-compare:before {
    content: "\f2fc"
}

.ion-md-git-merge:before {
    content: "\f2fd"
}

.ion-md-git-network:before {
    content: "\f2fe"
}

.ion-md-git-pull-request:before {
    content: "\f2ff"
}

.ion-md-glasses:before {
    content: "\f300"
}

.ion-md-globe:before {
    content: "\f301"
}

.ion-md-grid:before {
    content: "\f302"
}

.ion-md-hammer:before {
    content: "\f303"
}

.ion-md-hand:before {
    content: "\f304"
}

.ion-md-happy:before {
    content: "\f305"
}

.ion-md-headset:before {
    content: "\f306"
}

.ion-md-heart:before {
    content: "\f308"
}

.ion-md-heart-dislike:before {
    content: "\f167"
}

.ion-md-heart-empty:before {
    content: "\f1a1"
}

.ion-md-heart-half:before {
    content: "\f1a2"
}

.ion-md-help:before {
    content: "\f30b"
}

.ion-md-help-buoy:before {
    content: "\f309"
}

.ion-md-help-circle:before {
    content: "\f30a"
}

.ion-md-help-circle-outline:before {
    content: "\f16d"
}

.ion-md-home:before {
    content: "\f30c"
}

.ion-md-hourglass:before {
    content: "\f111"
}

.ion-md-ice-cream:before {
    content: "\f30d"
}

.ion-md-image:before {
    content: "\f30e"
}

.ion-md-images:before {
    content: "\f30f"
}

.ion-md-infinite:before {
    content: "\f310"
}

.ion-md-information:before {
    content: "\f312"
}

.ion-md-information-circle:before {
    content: "\f311"
}

.ion-md-information-circle-outline:before {
    content: "\f16f"
}

.ion-md-jet:before {
    content: "\f315"
}

.ion-md-journal:before {
    content: "\f18d"
}

.ion-md-key:before {
    content: "\f316"
}

.ion-md-keypad:before {
    content: "\f317"
}

.ion-md-laptop:before {
    content: "\f318"
}

.ion-md-leaf:before {
    content: "\f319"
}

.ion-md-link:before {
    content: "\f22e"
}

.ion-md-list:before {
    content: "\f31b"
}

.ion-md-list-box:before {
    content: "\f31a"
}

.ion-md-locate:before {
    content: "\f31c"
}

.ion-md-lock:before {
    content: "\f31d"
}

.ion-md-log-in:before {
    content: "\f31e"
}

.ion-md-log-out:before {
    content: "\f31f"
}

.ion-md-magnet:before {
    content: "\f320"
}

.ion-md-mail:before {
    content: "\f322"
}

.ion-md-mail-open:before {
    content: "\f321"
}

.ion-md-mail-unread:before {
    content: "\f172"
}

.ion-md-male:before {
    content: "\f323"
}

.ion-md-man:before {
    content: "\f324"
}

.ion-md-map:before {
    content: "\f325"
}

.ion-md-medal:before {
    content: "\f326"
}

.ion-md-medical:before {
    content: "\f327"
}

.ion-md-medkit:before {
    content: "\f328"
}

.ion-md-megaphone:before {
    content: "\f329"
}

.ion-md-menu:before {
    content: "\f32a"
}

.ion-md-mic:before {
    content: "\f32c"
}

.ion-md-mic-off:before {
    content: "\f32b"
}

.ion-md-microphone:before {
    content: "\f32d"
}

.ion-md-moon:before {
    content: "\f32e"
}

.ion-md-more:before {
    content: "\f1c9"
}

.ion-md-move:before {
    content: "\f331"
}

.ion-md-musical-note:before {
    content: "\f332"
}

.ion-md-musical-notes:before {
    content: "\f333"
}

.ion-md-navigate:before {
    content: "\f334"
}

.ion-md-notifications:before {
    content: "\f338"
}

.ion-md-notifications-off:before {
    content: "\f336"
}

.ion-md-notifications-outline:before {
    content: "\f337"
}

.ion-md-nuclear:before {
    content: "\f339"
}

.ion-md-nutrition:before {
    content: "\f33a"
}

.ion-md-open:before {
    content: "\f33b"
}

.ion-md-options:before {
    content: "\f33c"
}

.ion-md-outlet:before {
    content: "\f33d"
}

.ion-md-paper:before {
    content: "\f33f"
}

.ion-md-paper-plane:before {
    content: "\f33e"
}

.ion-md-partly-sunny:before {
    content: "\f340"
}

.ion-md-pause:before {
    content: "\f341"
}

.ion-md-paw:before {
    content: "\f342"
}

.ion-md-people:before {
    content: "\f343"
}

.ion-md-person:before {
    content: "\f345"
}

.ion-md-person-add:before {
    content: "\f344"
}

.ion-md-phone-landscape:before {
    content: "\f346"
}

.ion-md-phone-portrait:before {
    content: "\f347"
}

.ion-md-photos:before {
    content: "\f348"
}

.ion-md-pie:before {
    content: "\f349"
}

.ion-md-pin:before {
    content: "\f34a"
}

.ion-md-pint:before {
    content: "\f34b"
}

.ion-md-pizza:before {
    content: "\f354"
}

.ion-md-planet:before {
    content: "\f356"
}

.ion-md-play:before {
    content: "\f357"
}

.ion-md-play-circle:before {
    content: "\f174"
}

.ion-md-podium:before {
    content: "\f358"
}

.ion-md-power:before {
    content: "\f359"
}

.ion-md-pricetag:before {
    content: "\f35a"
}

.ion-md-pricetags:before {
    content: "\f35b"
}

.ion-md-print:before {
    content: "\f35c"
}

.ion-md-pulse:before {
    content: "\f35d"
}

.ion-md-qr-scanner:before {
    content: "\f35e"
}

.ion-md-quote:before {
    content: "\f35f"
}

.ion-md-radio:before {
    content: "\f362"
}

.ion-md-radio-button-off:before {
    content: "\f360"
}

.ion-md-radio-button-on:before {
    content: "\f361"
}

.ion-md-rainy:before {
    content: "\f363"
}

.ion-md-recording:before {
    content: "\f364"
}

.ion-md-redo:before {
    content: "\f365"
}

.ion-md-refresh:before {
    content: "\f366"
}

.ion-md-refresh-circle:before {
    content: "\f228"
}

.ion-md-remove:before {
    content: "\f368"
}

.ion-md-remove-circle:before {
    content: "\f367"
}

.ion-md-remove-circle-outline:before {
    content: "\f176"
}

.ion-md-reorder:before {
    content: "\f369"
}

.ion-md-repeat:before {
    content: "\f36a"
}

.ion-md-resize:before {
    content: "\f36b"
}

.ion-md-restaurant:before {
    content: "\f36c"
}

.ion-md-return-left:before {
    content: "\f36d"
}

.ion-md-return-right:before {
    content: "\f36e"
}

.ion-md-reverse-camera:before {
    content: "\f36f"
}

.ion-md-rewind:before {
    content: "\f370"
}

.ion-md-ribbon:before {
    content: "\f371"
}

.ion-md-rocket:before {
    content: "\f179"
}

.ion-md-rose:before {
    content: "\f372"
}

.ion-md-sad:before {
    content: "\f373"
}

.ion-md-save:before {
    content: "\f1a9"
}

.ion-md-school:before {
    content: "\f374"
}

.ion-md-search:before {
    content: "\f375"
}

.ion-md-send:before {
    content: "\f376"
}

.ion-md-settings:before {
    content: "\f377"
}

.ion-md-share:before {
    content: "\f379"
}

.ion-md-share-alt:before {
    content: "\f378"
}

.ion-md-shirt:before {
    content: "\f37a"
}

.ion-md-shuffle:before {
    content: "\f37b"
}

.ion-md-skip-backward:before {
    content: "\f37c"
}

.ion-md-skip-forward:before {
    content: "\f37d"
}

.ion-md-snow:before {
    content: "\f37e"
}

.ion-md-speedometer:before {
    content: "\f37f"
}

.ion-md-square:before {
    content: "\f381"
}

.ion-md-square-outline:before {
    content: "\f380"
}

.ion-md-star:before {
    content: "\f384"
}

.ion-md-star-half:before {
    content: "\f382"
}

.ion-md-star-outline:before {
    content: "\f383"
}

.ion-md-stats:before {
    content: "\f385"
}

.ion-md-stopwatch:before {
    content: "\f386"
}

.ion-md-subway:before {
    content: "\f387"
}

.ion-md-sunny:before {
    content: "\f388"
}

.ion-md-swap:before {
    content: "\f389"
}

.ion-md-switch:before {
    content: "\f38a"
}

.ion-md-sync:before {
    content: "\f38b"
}

.ion-md-tablet-landscape:before {
    content: "\f38c"
}

.ion-md-tablet-portrait:before {
    content: "\f38d"
}

.ion-md-tennisball:before {
    content: "\f38e"
}

.ion-md-text:before {
    content: "\f38f"
}

.ion-md-thermometer:before {
    content: "\f390"
}

.ion-md-thumbs-down:before {
    content: "\f391"
}

.ion-md-thumbs-up:before {
    content: "\f392"
}

.ion-md-thunderstorm:before {
    content: "\f393"
}

.ion-md-time:before {
    content: "\f394"
}

.ion-md-timer:before {
    content: "\f395"
}

.ion-md-today:before {
    content: "\f17d"
}

.ion-md-train:before {
    content: "\f396"
}

.ion-md-transgender:before {
    content: "\f397"
}

.ion-md-trash:before {
    content: "\f398"
}

.ion-md-trending-down:before {
    content: "\f399"
}

.ion-md-trending-up:before {
    content: "\f39a"
}

.ion-md-trophy:before {
    content: "\f39b"
}

.ion-md-tv:before {
    content: "\f17f"
}

.ion-md-umbrella:before {
    content: "\f39c"
}

.ion-md-undo:before {
    content: "\f39d"
}

.ion-md-unlock:before {
    content: "\f39e"
}

.ion-md-videocam:before {
    content: "\f39f"
}

.ion-md-volume-high:before {
    content: "\f123"
}

.ion-md-volume-low:before {
    content: "\f131"
}

.ion-md-volume-mute:before {
    content: "\f3a1"
}

.ion-md-volume-off:before {
    content: "\f3a2"
}

.ion-md-walk:before {
    content: "\f3a4"
}

.ion-md-wallet:before {
    content: "\f18f"
}

.ion-md-warning:before {
    content: "\f3a5"
}

.ion-md-watch:before {
    content: "\f3a6"
}

.ion-md-water:before {
    content: "\f3a7"
}

.ion-md-wifi:before {
    content: "\f3a8"
}

.ion-md-wine:before {
    content: "\f3a9"
}

.ion-md-woman:before {
    content: "\f3aa"
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2) format("woff2"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../images/fontawesome-webfont.svg#fontawesomeregular) format("svg");
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

body:before {
    content: '{ "current": "large" }';
    display: none
}

@media (min-width: 48.063em) and (max-width: 75em) {
    body:before {
        content: '{ "current": "medium" }'
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    body:before {
        content: '{ "current": "small" }'
    }
}

.wf-loading {
    visibility: hidden
}

.wf-active {
    visibility: visible
}

@font-face {
    font-family: "Rubik-Light";
    src: url(../fonts/Rubik-Light.eot);
    src: url(../fonts/Rubik-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Rubik-Light.otf) format("opentype"), url(../images/Rubik-Light.svg) format("svg"), url(../fonts/Rubik-Light.ttf) format("truetype"), url(../fonts/Rubik-Light.woff) format("woff"), url(../fonts/Rubik-Light.woff2) format("woff2");
    font-display: fallback
}

@font-face {
    font-family: "Rubik-Regular";
    src: url(../fonts/Rubik-Regular.eot);
    src: url(../fonts/Rubik-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Rubik-Regular.otf) format("opentype"), url(../images/Rubik-Regular.svg) format("svg"), url(../fonts/Rubik-Regular.ttf) format("truetype"), url(../fonts/Rubik-Regular.woff) format("woff"), url(../fonts/Rubik-Regular.woff2) format("woff2");
    font-display: fallback
}

@font-face {
    font-family: "Rubik-Medium";
    src: url(../fonts/Rubik-Medium.eot);
    src: url(../fonts/Rubik-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Rubik-Medium.otf) format("opentype"), url(../images/Rubik-Medium.svg) format("svg"), url(../fonts/Rubik-Medium.ttf) format("truetype"), url(../fonts/Rubik-Medium.woff) format("woff"), url(../fonts/Rubik-Medium.woff2) format("woff2");
    font-display: fallback
}

@font-face {
    font-family: "Rubik-Bold";
    src: url(../fonts/Rubik-Bold.eot);
    src: url(../fonts/Rubik-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Rubik-Bold.otf) format("opentype"), url(../images/Rubik-Bold.svg) format("svg"), url(../fonts/Rubik-Bold.ttf) format("truetype"), url(../fonts/Rubik-Bold.woff) format("woff"), url(../fonts/Rubik-Bold.woff2) format("woff2");
    font-weight: normal;
    font-style: normal
}

/*@font-face {
    font-family: "Calluna W01 Bold";
    src: url(../fonts/4dd60309-4d6e-4c1d-9999-ea30c8dc4a63.eot?#iefix);
    src: url(../fonts/4dd60309-4d6e-4c1d-9999-ea30c8dc4a63.eot?#iefix) format("eot"), url(../fonts/245cd401-d5a8-4b3c-97a8-ca5023459264.woff2) format("woff2"), url(../fonts/3ab3c2c2-f19e-449a-941e-095b8fbe62ba.woff) format("woff"), url(../fonts/e675fbab-6395-4c22-9d9c-68ed8eb3e95c.ttf) format("truetype");
    font-display: fallback
}*/

@font-face {
    font-family: "Geogrotesque Cond W01 Regular";
    src: url("../fonts/GeogrotesqueCond-Rg.otf") format("opentype");
    src: url("../fonts/GeogrotesqueCond-Rg.woff2") format("woff2"), url("../fonts/GeogrotesqueCond-Rg.woff") format("woff");
    font-display: fallback;
}

@font-face {
    font-family: "Geogrotesque Cond W01 Rg It";
    src: url("../fonts/GeogrotesqueCond-RgIt.otf") format("opentype");
    src: url("../fonts/GeogrotesqueCond-RgIt.woff2") format("woff2"), url("../fonts/GeogrotesqueCond-RgIt.woff") format("woff");
    font-display: fallback;
}

@font-face {
    font-family: "Geogrotesque Cond W01 Medium";
    src: url("../fonts/GeogrotesqueCond-Rg.otf") format("opentype");
    src: url("../fonts/GeogrotesqueCond-Rg.woff2") format("woff2"), url("../fonts/GeogrotesqueCond-Rg.woff") format("woff");
    /*src: url("../fonts/GeogrotesqueCond-Md.otf") format("opentype");
    src: url("../fonts/GeogrotesqueCond-Md.woff2") format("woff2"), url("../fonts/GeogrotesqueCond-Md.woff") format("woff");*/
    font-display: fallback;
}

@font-face {
    font-family: "Geogrotesque Cond W01 Bold";
    src: url("../fonts/GeogrotesqueCond-Bd.otf") format("opentype");
    src: url("../fonts/GeogrotesqueCond-Bd.woff2") format("woff2"), url("../fonts/GeogrotesqueCond-Bd.woff") format("woff");
    font-display: fallback;
}

@font-face {
    font-family: "Geogrotesque Regular";
    src: url("../fonts/Geogrotesque-Regular.otf") format("opentype");
    src: url("../fonts/Geogrotesque-Regular.woff2") format("woff2"), url("../fonts/Geogrotesque-Regular.woff") format("woff");
    font-display: fallback;
}

*:focus {
    outline: 0
}

html {
    -webkit-text-size-adjust: 100%
}

html,
body {
    height: 100%
}

*,
div {
    box-sizing: border-box
}

img {
    display: inline-block;
    vertical-align: middle
}

.clearit {
    clear: both;
    font-size: 1px;
    line-height: 1px
}

.layout-builder .tab-content {
    border: 2px solid #FE991F
}

.layout-builder .hidden {
    display: block !important
}

.tab-content .block-title {
    display: none
}

.page-wrap .site-header {
    display: flex;
    align-items: center;
    padding-top: 9px;
    padding-bottom: 18px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    position: relative;
    z-index: 101;
    transition: all ease-out 0.2s
}

    .page-wrap .site-header > div,
    .page-wrap .site-header > p {
        padding: 5px 27px 0 0
    }

@media (min-width: 0em) and (max-width: 48em) {
    .page-wrap .site-header > div,
    .page-wrap .site-header > p {
        padding: 0 9px 0 0
    }
}

.page-wrap .site-header > div.navigation,
.page-wrap .site-header > p.navigation {
    padding-right: 0
}

    .page-wrap .site-header > div.navigation .button,
    .page-wrap .site-header > p.navigation .button {
        min-width: 80px
    }

.page-wrap .site-header > div.login,
.page-wrap .site-header > p.login {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 18px;
}

    .page-wrap .site-header > div.login .button,
    .page-wrap .site-header > p.login .button {
        font-weight: 400;
        margin-left: 27px
    }

        .page-wrap .site-header > div.login .button:after,
        .page-wrap .site-header > p.login .button:after {
            display: none
        }

@media (min-width: 0em) and (max-width: 48em) {
    .page-wrap .site-header > div.login,
    .page-wrap .site-header > p.login {
        padding: 0
    }

        .page-wrap .site-header > div.login .button,
        .page-wrap .site-header > p.login .button {
            padding: 5px 10px;
            margin-left: 9px
        }
}

.page-wrap .site-header > div.logo,
.page-wrap .site-header > p.logo {
    padding-top: 0;
    position: relative
}

    .page-wrap .site-header > div.logo img,
    .page-wrap .site-header > p.logo img {
        width: 225px
    }

@media (min-width: 0em) and (max-width: 48em) {
    .page-wrap .site-header > div.logo img,
    .page-wrap .site-header > p.logo img {
        width: 120px
    }
}

.page-wrap .site-header > div.logo a,
.page-wrap .site-header > p.logo a {
    display: block
}

.page-wrap .site-header > div input,
.page-wrap .site-header > p input {
    display: block
}

.page-wrap .site-header > div .button.small,
.page-wrap .site-header > p .button.small {
    font-size: 18px;
    background: #0075A3;
    border: 1px solid #0075A3
}

.page-wrap .site-header > div.join .button,
.page-wrap .site-header > p.join .button {
    position: relative;
    padding-right: 40px
}

    .page-wrap .site-header > div.join .button:after,
    .page-wrap .site-header > p.join .button:after {
        content: '\f115';
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        top: 1px;
        width: 50px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        transform: rotate(-90deg)
    }

    .page-wrap .site-header > div.join .button:after {
        content: '';
        position: absolute;
        right: 12px;
        top: 12px;
        width: 14px;
        height: 19px;
        font-size: 17px;
        background: url(/images/join-icon.svg) center center no-repeat;
        background-size: contain;
        transform: rotate(0deg);
    }

.page-wrap .site-header > div.search,
.page-wrap .site-header > p.search {
    position: relative;
    min-width: 500px;
}

    .page-wrap .site-header > div.search label,
    .page-wrap .site-header > p.search label {
        position: absolute;
        top: 17px;
        left: 18px;
        transition: all ease-out 0.3s;
        opacity: 0.6;
        pointer-events: none
    }

    .page-wrap .site-header > div.search input[type="text"],
    .page-wrap .site-header > p.search input[type="text"] {
        padding-right: 45px !important;
        min-width: 500px;
        background: #f5f5f5;
        border-color: #ccc;
    }

@media (min-width: 48.063em) and (max-width: 75em) {
    .page-wrap .site-header > div.search input[type="text"],
    .page-wrap .site-header > p.search input[type="text"] {
        min-width: 100%
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .page-wrap .site-header > div.search input[type="text"],
    .page-wrap .site-header > p.search input[type="text"] {
        min-width: 100%
    }
}

.page-wrap .site-header > div.search input:focus + label,
.page-wrap .site-header > p.search input:focus + label {
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    top: 5px;
    opacity: 1
}

.page-wrap .site-header > div.search input:not(:placeholder-shown) + label,
.page-wrap .site-header > p.search input:not(:placeholder-shown) + label {
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    top: 5px;
    opacity: 1
}

.page-wrap .site-header > div.search .button,
.page-wrap .site-header > p.search .button {
    height: 45px;
    background: #0075A3;
    border: 1px solid #0075A3
}

@media (min-width: 0em) and (max-width: 48em) {
    .page-wrap .site-header > div.navigation,
    .page-wrap .site-header > div.join,
    .page-wrap .site-header > div.search,
    .page-wrap .site-header > p.navigation,
    .page-wrap .site-header > p.join,
    .page-wrap .site-header > p.search {
        display: none
    }
}

.page-wrap .site-header .logo-sm {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease-out 0.2s
}

.page-wrap .site-header .logo-lg {
    opacity: 1;
    transition: all ease-out 0.2s
}

.page-wrap .site-header.stuck {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.toolbar-fixed {
    padding-top: 156px !important
}

    .toolbar-fixed .page-wrap .site-header {
        position: fixed;
        top: 39px;
        left: 0;
        width: 100%
    }

    .toolbar-fixed.toolbar-tray-open {
        padding-top: 198px !important
    }

        .toolbar-fixed.toolbar-tray-open .page-wrap .site-header {
            position: fixed;
            top: 79px;
            left: 0;
            width: 100%
        }

.page-wrap .site-header.compressed {
    padding-top: 9px;
    padding-bottom: 9px
}

@media (min-width: 48.063em) {
    .page-wrap .site-header.compressed .logo-sm {
        opacity: 1;
        position: relative
    }

    .page-wrap .site-header.compressed .logo-lg {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0
    }

    .page-wrap .site-header.compressed .logo img {
        width: 115px;
        height: 50px
    }
}

.page-wrap .site-header.compressed .button.small {
    padding-top: 5px;
    padding-bottom: 5px
}

.page-wrap .site-header.compressed .button.right-align {
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    margin-top: -35px;
    float: left;
    border-radius: 5px
}

.page-wrap .site-header.compressed .search input[type="text"] {
    height: 35px;
    line-height: 35px;
    padding: 0 15px 0 45px;
    background: #fff
}

.page-wrap .site-header.compressed .search label {
    top: 12px;
    left: 45px
}

.page-wrap .site-header.compressed .search input:focus + label {
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    top: 10px;
    opacity: 1
}

.page-wrap .site-header.compressed .search input:not(:placeholder-shown) + label {
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    top: 10px;
    opacity: 1
}

.loggedin .page-wrap .site-header .login {
    display: flex;
    align-items: center;
    font-size: 18px
}

    .loggedin .page-wrap .site-header .login img {
        border-radius: 50%;
        width: 45px;
        height: 45px;
        margin: 0 10px 0 10px
    }

.navigation-dropdown {
    background: #425072;
    position: absolute;
    left: 0;
    top: 108px;
    width: 100%;
    padding: 0 !important
}

    .navigation-dropdown .navigation {
        display: flex;
        justify-content: space-between
    }

        .main-navigation,
        .navigation-dropdown .navigation .main-navigation {
            display: flex;
            justify-content: space-between;
            padding-top: 45px;
            padding-bottom: 27px
        }

            .main-navigation ul li,
            .navigation-dropdown .navigation .main-navigation ul li {
                border-right: 1px solid #fff;
                text-align: right;
                padding: 0 27px 15px 0;
                margin: 0 27px;
                list-style: none
            }

                .main-navigation ul li a,
                .navigation-dropdown .navigation .main-navigation ul li a {
                    color: #fff;
                    font-size: 1.5em;
                    font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
                    line-height: 1.1
                }

                .main-navigation ul li:before,
                .navigation-dropdown .navigation .main-navigation ul li:before {
                    display: none
                }

                .main-navigation ul li.active:after,
                .navigation-dropdown .navigation .main-navigation ul li.active:after {
                    content: '';
                    position: absolute;
                    right: -2px;
                    top: 0;
                    border-right: 5px solid #FE991F;
                    height: 100%
                }

                .main-navigation ul li.back,
                .navigation-dropdown .navigation .main-navigation ul li.back {
                    display: none
                }

@media (min-width: 0em) and (max-width: 48em) {
    .main-navigation ul li.back,
    .navigation-dropdown .navigation .main-navigation ul li.back {
        display: block
    }
}

.main-navigation .level2,
.navigation-dropdown .navigation .main-navigation .level2 {
    min-width: 230px
}

    .main-navigation .level2 ul li,
    .navigation-dropdown .navigation .main-navigation .level2 ul li {
        text-align: left;
        border: 0;
        padding-right: 0
    }

        .main-navigation .level2 ul li a,
        .navigation-dropdown .navigation .main-navigation .level2 ul li a {
            font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
        }

        .main-navigation .level2 ul li.active a,
        .navigation-dropdown .navigation .main-navigation .level2 ul li.active a {
            text-decoration: none
        }

        .main-navigation .level2 ul li.active:after,
        .navigation-dropdown .navigation .main-navigation .level2 ul li.active:after {
            position: relative;
            content: '\f3d1';
            font-family: Ionicons;
            border: 0;
            color: #fff;
            right: auto;
            margin: 0 0 0 10px
        }

.main-navigation .level3 p,
.navigation-dropdown .navigation .main-navigation .level3 p {
    color: #fff;
    font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

    .main-navigation .level3 p .button.light:after,
    .navigation-dropdown .navigation .main-navigation .level3 p .button.light:after {
        border-color: #fff
    }

    .main-navigation .level3 p .button.light:hover,
    .navigation-dropdown .navigation .main-navigation .level3 p .button.light:hover {
        color: #fff !important
    }

.main-navigation .level3 ul li,
.navigation-dropdown .navigation .main-navigation .level3 ul li {
    text-align: left;
    border: 0;
    padding: 0;
    margin: 0 27px 0 0
}

    .main-navigation .level3 ul li a,
    .navigation-dropdown .navigation .main-navigation .level3 ul li a {
        font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 18px
    }

    .main-navigation .level3 ul li.active a,
    .navigation-dropdown .navigation .main-navigation .level3 ul li.active a {
        font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
    }

    .main-navigation .level3 ul li.active:after,
    .navigation-dropdown .navigation .main-navigation .level3 ul li.active:after {
        position: relative;
        content: '\f3d3';
        font-family: Ionicons;
        border: 0;
        color: #fff;
        right: auto;
        margin: 0 0 0 10px
    }

.community {
    background: #151731;
    min-width: 350px;
    margin-right: -15px
}

@media only screen and (max-width: 1000px) {
    .community {
        min-width: 1px
    }
}

.community ul li {
    padding: 0 0 5px 0;
    margin: 0;
    text-align: center;
    list-style: none
}

    .community ul li a {
        font-size: 27px;
        color: #fff !important;
        font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        color: rgba(255, 255, 255, 0.5)
    }

        .community ul li a:hover {
            color: #fff;
            text-decoration: underline
        }

    .community ul li.active a {
        color: #fff
    }

    .community ul li:before {
        display: none
    }

.hero-nav {
    min-height: 150px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    margin: 0 0 18px 0
}

    .hero-nav:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 50%)
    }

    .hero-nav h4 {
        color: #fff;
        font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        margin: 0 18px 9px 18px;
        position: relative;
        z-index: 5
    }

.mobile-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100003;
    font-size: 18px;
    padding: 0;
    margin: 0;
    background: #425072
}

    .mobile-nav a {
        flex: 1;
        color: #fff;
        font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        padding: 15px 20px;
        text-align: center;
        border-left: 1px solid rgba(255, 255, 255, 0.3)
    }

        .mobile-nav a:hover {
            color: #fff;
            text-decoration: none
        }

@media (min-width: 0em) and (max-width: 48em) {
    .mobile-nav {
        display: flex
    }

        .mobile-nav i.fa-folder-open-o {
            transform: rotate(-90deg)
        }
}

.global-mobile-nav {
    background-color: #425072;
    color: #f7f7f7;
    height: 100%;
    bottom: -100%;
    padding-top: 75px;
    position: fixed;
    text-align: left;
    transition: bottom 0.2s ease-in-out;
    width: 100%;
    z-index: 100002
}

    .global-mobile-nav .global-mobile-bg {
        height: calc(100vh - 75px);
        overflow: auto;
        background: #151731
    }

        .global-mobile-nav .global-mobile-bg:before {
            content: '';
            position: absolute;
            z-index: 1000005;
            left: 0;
            top: 70px;
            width: 100%;
            height: 2px;
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25)
        }

    .global-mobile-nav .x {
        position: absolute;
        right: 18px;
        top: 9px;
        padding: 5px 0 0 0;
        text-align: center;
        font-size: 22px;
        color: #fff;
        border-radius: 50%
    }

        .global-mobile-nav .x:active,
        .global-mobile-nav .x:focus {
            color: #fff
        }

        .global-mobile-nav .x i {
            line-height: 100%
        }

    .global-mobile-nav .logo-mobile {
        position: absolute;
        left: 15px;
        top: 9px;
        width: 120px
    }

    .global-mobile-nav .main-navigation {
        display: block;
        padding-top: 0;
        background: #425072;
        position: relative
    }

        .global-mobile-nav .main-navigation ul {
            margin: 0;
            padding: 0 15px 0 15px
        }

            .global-mobile-nav .main-navigation ul li {
                border-right: none;
                border-bottom: 1px solid #fff;
                text-align: left;
                padding: 15px 0 15px 0;
                margin: 0
            }

                .global-mobile-nav .main-navigation ul li:last-child {
                    border: 0
                }

                .global-mobile-nav .main-navigation ul li a {
                    font-size: 22px;
                    display: block
                }

                .global-mobile-nav .main-navigation ul li.active:after {
                    display: none !important
                }

                .global-mobile-nav .main-navigation ul li.back {
                    border: 0;
                    padding-top: 30px
                }

                    .global-mobile-nav .main-navigation ul li.back a {
                        font-size: 16px;
                        color: #fff !important
                    }

                        .global-mobile-nav .main-navigation ul li.back a:before {
                            content: '\f177';
                            font-family: FontAwesome;
                            color: #FE991F;
                            margin: 0 5px 0 0
                        }

                        .global-mobile-nav .main-navigation ul li.back a:hover {
                            text-decoration: none
                        }

                .global-mobile-nav .main-navigation ul li a.has-sub {
                    position: relative
                }

                    .global-mobile-nav .main-navigation ul li a.has-sub:after {
                        content: '\f105';
                        font-family: FontAwesome;
                        position: absolute;
                        right: 0;
                        top: 0;
                        color: #FE991F
                    }

        .global-mobile-nav .main-navigation .level1 .back {
            display: none
        }

        .global-mobile-nav .main-navigation .level2,
        .global-mobile-nav .main-navigation .level3 {
            position: fixed;
            right: -100%;
            top: 60px;
            height: 100%;
            width: 100%;
            background: #425072;
            z-index: 1000003;
            transition: all 0.3s ease;
            display: block !important
        }

            .global-mobile-nav .main-navigation .level2 a,
            .global-mobile-nav .main-navigation .level3 a {
                font-size: 22px;
                font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
            }

            .global-mobile-nav .main-navigation .level2 ul li.active:after,
            .global-mobile-nav .main-navigation .level3 ul li.active:after {
                display: none !important
            }

        .global-mobile-nav .main-navigation .level3 {
            z-index: 1000004
        }

            .global-mobile-nav .main-navigation .level3 ul li:not(.back) {
                padding: 5px 0;
                border: 0
            }

                .global-mobile-nav .main-navigation .level3 ul li:not(.back) a {
                    font-size: 18px;
                    padding: 5px 0
                }

    .global-mobile-nav .community {
        margin: 0;
        padding-bottom: 25px
    }

        .global-mobile-nav .community ul {
            padding: 0
        }

            .global-mobile-nav .community ul li a {
                font-size: 18px
            }

.mobile-overlayer {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 101;
    display: none;
    background: rgba(0, 0, 0, 0.6)
}

    .mobile-overlayer.popup-overlayer {
        background: rgba(255, 255, 255, 0.95);
        z-index: 102
    }

.hero-blurb h2,
.hero-blurb p,
.main-header a {
    opacity: 0
}

.fontsloaded .hero-blurb h2,
.fontsloaded .hero-blurb p,
.fontsloaded .main-header a {
    opacity: 1
}

.page-wrap .site-footer {
    background: #425072
}

    .page-wrap .site-footer p,
    .page-wrap .site-footer a {
        color: #fff
    }

    .page-wrap .site-footer a {
        font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
    }

    .page-wrap .site-footer .sitemap {
        display: flex;
        padding-top: 45px;
        padding-bottom: 20px
    }

p a {
    text-decoration: underline;
}

@media (min-width: 0em) and (max-width: 48em) {
    .page-wrap .site-footer .sitemap {
        flex-wrap: wrap;
        padding-top: 25px;
        padding-bottom: 0
    }
}

.page-wrap .site-footer .sitemap > ul,
.page-wrap .site-footer .sitemap > p {
    flex: 1
}

@media (min-width: 0em) and (max-width: 48em) {
    .page-wrap .site-footer .sitemap > ul,
    .page-wrap .site-footer .sitemap > p {
        flex: 0 1 auto;
        width: 50%
    }

        .page-wrap .site-footer .sitemap > ul:last-child,
        .page-wrap .site-footer .sitemap > p:last-child {
            width: 100%;
            text-align: left
        }
}

.page-wrap .site-footer .sitemap ul li {
    padding: 0 0 8px 0;
    margin: 0
}

    .page-wrap .site-footer .sitemap ul li:before {
        display: none
    }

    .page-wrap .site-footer .sitemap ul li a {
        color: #fff;
        font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
    }

    .page-wrap .site-footer .sitemap ul li ul {
        margin: -2px 0 0 18px
    }

.page-wrap .site-footer .sitemap p {
    text-align: right
}

.page-wrap .site-footer .sitemap .button {
    background: #0075A3
}

.page-wrap .site-footer .util {
    background-color: rgba(0, 0, 0, 0.2);
    padding-top: 45px;
    padding-bottom: 27px;
    display: flex;
    justify-content: space-between
}

@media (min-width: 0em) and (max-width: 48em) {
    .page-wrap .site-footer .util {
        flex-wrap: wrap;
        padding-top: 25px;
        padding-bottom: 65px
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .page-wrap .site-footer .util > div {
        width: 100%
    }
}

.page-wrap .site-footer .util div p {
    font-size: 15px;
    font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

    .page-wrap .site-footer .util div p span {
        font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
    }

    .page-wrap .site-footer .util div p img {
        max-width: 200px;
        margin: 0 0 9px 0
    }

@media (min-width: 0em) and (max-width: 48em) {
    .page-wrap .site-footer .util div p {
        text-align: center
    }
}

.page-wrap .site-footer .util > div:last-child p {
    text-align: center
}

    .page-wrap .site-footer .util > div:last-child p a {
        text-decoration: underline
    }

    .page-wrap .site-footer .util > div:last-child p .button {
        font-size: 18px !important;
        text-decoration: none
    }

.page-wrap .site-footer .logo-img .logo-color {
    fill: #425072
}

img:not([src]) {
    opacity: 0
}

* {
    box-sizing: border-box
}

html,
body {
    height: 100%
}

body {
    padding: 0;
    margin: 0;
    font-size: 112.5%;
    color: #4A4A4A;
    font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif, "HelveticaNeueETW01-55Rg";
    background: #fff;
    -webkit-print-color-adjust: exact;
    overflow-y: scroll;
    background: #fff
}

@media (min-width: 0em) and (max-width: 48em) {
    body {
        font-size: 75%
    }
}

p,
.page-wrap li,
td {
    color: #4A4A4A;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    padding-bottom: 18px;
    font-size: 18px;
    margin: 0
}

a {
    color: #0075A3;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 0
}

    a:hover {
        color: #0075A3;
        text-decoration: underline
    }

.page-wrap ul,
.page-wrap ol {
    padding-bottom: 18px;
    padding-top: 18px;
    margin: 0 0 15px 0;
    padding: 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .page-wrap ul,
    .page-wrap ol {
        margin-left: 0
    }
}

.page-wrap ol {
    margin: 0 0 15px 20px
}

.page-wrap ul li {
    padding-bottom: 0;
    margin-left: 20px;
    list-style: disc;
    position: relative
}

    /*.page-wrap ul li:before {
        content: '\f111';
        font-family: FontAwesome;
        font-size: 5px;
        position: absolute;
        left: -17px;
        top: 10px;
        color: #4A4A4A
    }*/

@media (min-width: 0em) and (max-width: 48em) {
    .page-wrap ul li:before {
        left: -20px
    }
}

.page-wrap ul li a {
    color: #0075A3
}

    .page-wrap ul li a:hover {
        color: #0075A3
    }

.page-wrap ul li ul {
    margin-top: 10px
}

    .page-wrap ul li ul li {
        padding: 0 0 5px 0
    }

.page-wrap ol li {
    padding-bottom: 0
}

.h-line {
    border-top: 1px solid #CBCCD0;
    padding: 0
}

img {
    max-width: 100%;
    height: auto;
    border: 0
}

h1 {
    color: #4A4A4A;
    font-family: Geogrotesque Cond W01 Medium, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 4em;
    margin: 0 0 10px 0;
    line-height: 1;
    font-weight: 400;
    font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

h2 {
    color: #4A4A4A;
    font-family: Geogrotesque Cond W01 Medium, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.7em;
    line-height: 1.2;
    margin: 0 0 25px 0;
    font-weight: 400
}

    h2.blue {
        color: #425072
    }

h3 {
    color: #4A4A4A;
    font-family: Geogrotesque Cond W01 Medium, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 2.16em;
    margin: 0 0 18px 0;
    line-height: 1.2;
    font-weight: 400
}

    h3.green {
        color: #3E7B25
    }

    h3.blue {
        color: #425072
    }

    h3.center {
        text-align: center
    }

    h3.right {
        text-align: right
    }

@media (min-width: 0em) and (max-width: 48em) {
    h3 {
        text-align: center
    }
}

h4 {
    color: #4A4A4A;
    font-family: Geogrotesque Cond W01 Medium, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.5em;
    margin: 0 0 27px 0;
    line-height: 1.2;
    font-weight: 400
}

    h4.green {
        color: #3E7B25
    }

@media (min-width: 0em) and (max-width: 48em) {
    h4 {
        text-align: center
    }
}

h5 {
    color: #4A4A4A;
    font-family: Geogrotesque Cond W01 Medium, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 5px 0
}

    h5.green {
        color: #3E7B25
    }

    h5.navy {
        color: #425072
    }

    h5 a {
        text-decoration: underline
    }

@media (min-width: 0em) and (max-width: 48em) {
    h5 {
        text-align: center
    }
}

h6 {
    color: #4A4A4A;
    font-family: Geogrotesque Cond W01 Medium, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 5px 0
}

.align-center {
    text-align: center !important
}

.align-right {
    text-align: right
}

img.align-right {
    margin-left: 18px
}

img.align-left {
    margin-right: 18px
}

.alignleft {
    float: left;
    margin: 0 18px 10px 0
}

.alignright {
    float: right;
    margin: 0 0 10px 18px
}

    .alignright.vertical-align {
        margin-top: 10px
    }

    .alignright .button + .button {
        margin-left: 9px
    }

@media (min-width: 0em) and (max-width: 48em) {
    .alignright {
        float: none;
        margin: 0
    }

        .alignright .button {
            width: 100%
        }

            .alignright .button + .button {
                margin: 9px 0 0 0
            }
}

.upper {
    text-transform: uppercase
}

.hidden {
    display: none
}

label {
    color: #4A4A4A;
    font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px;
    padding: 0 0 5px 0;
    display: block
}

.page-wrap input:not(.button),
.site-header input[type="text"],
.site-wrap textarea,
.site-wrap select {
    color: #4A4A4A;
    font-size: 16px;
    font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -webkit-appearance: none;
    height: 45px;
    line-height: 45px;
    background: #f5f5f5;
    border: 0;
    padding: 0 18px;
    border-radius: 5px;
    min-width: 350px
}

    .page-wrap input:not(.button)[type="submit"],
    .page-wrap input:not(.button)[type="button"],
    .site-header input[type="text"][type="submit"],
    .site-header input[type="text"][type="button"],
    .site-wrap textarea[type="submit"],
    .site-wrap textarea[type="button"],
    .site-wrap select[type="submit"],
    .site-wrap select[type="button"] {
        cursor: pointer;
        width: auto
    }

    .page-wrap input:not(.button).full,
    .site-header input[type="text"].full,
    .site-wrap textarea.full,
    .site-wrap select.full {
        width: 100%
    }

@media (min-width: 0em) and (max-width: 48em) {
    .page-wrap input:not(.button),
    .site-header input[type="text"],
    .site-wrap textarea,
    .site-wrap select {
        min-width: 1px;
        width: 100%
    }
}

.page-wrap textarea {
    color: #4A4A4A;
    font-size: 16px;
    font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -webkit-appearance: none;
    height: 45px;
    line-height: 45px;
    background: #fff;
    border: 1px solid #CBCCD0;
    padding: 0 18px;
    border-radius: 5px;
    height: 150px;
    width: 100%
}

@media (min-width: 0em) and (max-width: 48em) {
    .page-wrap textarea {
        min-width: 1px;
        width: 100%
    }
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

*::-moz-placeholder {
    color: #4a4a4a
}

::-webkit-input-placeholder {
    color: #4a4a4a
}

:-ms-input-placeholder {
    color: #4a4a4a
}

.invisible {
    opacity: 0
}

.clearit {
    clear: both;
    padding: 0;
    height: 1px;
    line-height: 1px
}

.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

sup {
    vertical-align: baseline;
    position: relative;
    top: -.6em;
    font-size: 10px
}

sub {
    vertical-align: baseline;
    position: relative;
    top: .4em;
    font-size: 10px
}

.show-desktop,
.login .button.show-desktop {
    display: block !important
}

@media (min-width: 0em) and (max-width: 48em) {
    .show-desktop,
    .login .button.show-desktop {
        display: none !important
    }
}

.show-mobile {
    display: none !important
}

@media (min-width: 0em) and (max-width: 48em) {
    .show-mobile {
        display: block !important;
        margin: 0 auto 15px auto !important
    }
}

.page-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    width: 100%
}

    .page-wrap header {
        flex-shrink: 0;
        -webkit-flex-shrink: 0
    }

    .page-wrap main {
        -webkit-flex: 1;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1 0 auto;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        align-items: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch
    }

        .page-wrap main > div {
            width: 100%;
            display: flex;
            flex-direction: column
        }

            .page-wrap main > div section:last-child {
                margin: 0;
                flex: 1 0 auto
            }

    .page-wrap footer {
        flex-shrink: 0;
        -webkit-flex-shrink: 0
    }

    .page-wrap.fixed {
        position: fixed;
        width: 100%
    }

@media (min-width: 48.063em) {
    .fixMinHeight {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%
    }
}

.wrapper {
    padding: 0 calc(50% - 570px)
}

@media only screen and (max-width: 1220px) {
    .wrapper {
        padding: 0 15px
    }
}

.wrapper:not(.site-header) .wrapper {
    padding: 0
}

@media only screen and (max-width: 1220px) {
    .wrapper:not(.site-header) .wrapper {
        padding: 0
    }
}

.more:before {
    content: '\f272';
    font-family: Ionicons;
    color: #0075A3;
    margin: 0 5px 0 0;
    font-size: 20px;
    vertical-align: -0.1em
}

.more:hover {
    color: #0075A3;
    text-decoration: none
}

.note,
.note p {
    font-size: 13px !important
}

.small-txt {
    font-size: 14px !important;
    color: #868789;
    padding: 0 !important
}

.light-txt {
    color: #868789
}

.total {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 0 45px 0;
    float: right
}

    .total > p {
        font-size: 1.5em;
        text-align: right;
        padding: 5px 0 15px 0;
        width: 50%
    }

        .total > p:nth-child(2n+1) {
            text-align: left
        }

        .total > p.small {
            font-size: 18px;
            padding: 0;
            font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
        }

    .total > div {
        width: 100%;
        text-align: right
    }

        .total > div .button {
            width: 100%
        }

.button.more:hover:before {
    color: #fff
}

.info {
    color: #0075A3;
    font-weight: 700;
    font-size: 14px;
    padding: 0;
    margin: 0 0 18px 0;
    position: relative
}

    .info:before {
        content: '\f311';
        font-family: Ionicons;
        color: #0075A3;
        margin: 0 5px 0 0;
        font-size: 16px;
        font-weight: 400;
        vertical-align: -0.1em
    }

    .info:hover {
        color: #0075A3;
        text-decoration: none
    }

    .info.hover-popup:hover .info-popup {
        display: block
    }

.info-popup {
    display: none;
    position: absolute;
    z-index: 101;
    left: 0;
    top: 20px;
    background: #4A4A4A;
    border-radius: 5px;
    min-width: 100%;
    width: 330px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    padding: 18px 18px 0 18px
}

@media (min-width: 0em) and (max-width: 48em) {
    .info-popup {
        width: 100%
    }
}

.info-popup p {
    color: #fff
}

.more-info {
    position: absolute;
    bottom: 9px;
    right: 9px;
    color: #CBCCD0;
    z-index: 10
}

    .more-info i,
    .more-info ion-icon {
        color: #CBCCD0 !important
    }

    .more-info:hover {
        color: #3E7B25
    }

        .more-info:hover i,
        .more-info:hover ion-icon {
            color: #3E7B25 !important
        }

.more-info-overlayer {
    display: none;
    background: #fff;
    border-radius: 0 5px 5px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 18px;
    z-index: 100
}

    .more-info-overlayer p {
        color: #4A4A4A !important
    }

.page-wrap .check li {
    margin-left: 30px;
    padding: 0 0 9px 0;
    display: block
}

    .page-wrap .check li:before {
        content: '\f3fe';
        font-family: Ionicons;
        color: #3E7B25;
        margin: 0 5px 0 0;
        font-size: 22px;
        top: -6px;
        left: -27px
    }

.cols3 {
    column-count: 3
}

@media (min-width: 0em) and (max-width: 48em) {
    .cols3 {
        column-count: 2
    }
}

@media only screen and (max-width: 550px) {
    .cols3 {
        column-count: 1
    }
}

.back a {
    color: #4A4A4A !important
}

.small {
    font-size: 14px;
    padding: 0
}

.hero {
    display: flex;
    min-height: 450px;
    overflow: hidden
}

@media (min-width: 0em) and (max-width: 48em) {
    .hero {
        min-height: 350px
    }
}

@media only screen and (max-height: 750px) {
    .hero {
        min-height: 300px
    }
}

.hero .img {
    width: 55%
}

@media (min-width: 0em) and (max-width: 48em) {
    .hero .img {
        width: 0
    }
}

.hero .blurb {
    width: 45%;
    min-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 27px;
    padding-bottom: 17px;
    padding-top: 75px;
    padding-right: calc(50% - 570px);
    position: relative;
    overflow: hidden
}

@media (min-width: 0em) and (max-width: 48em) {
    .hero .blurb {
        min-width: 1px;
        width: 100%;
        padding: 75px 18px 9px 18px;
        justify-content: flex-end
    }

        .hero .blurb:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background-image: linear-gradient(to top, #000, transparent)
        }
}

.hero .blurb h1,
.hero .blurb p,
.hero .blurb > a {
    color: #fff;
    position: relative;
    z-index: 5
}

@media (min-width: 0em) and (max-width: 48em) {
    .hero .blurb h1,
    .hero .blurb p,
    .hero .blurb > a {
        margin: 0;
        padding: 0 0 9px 0
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .hero .blurb a {
        padding-left: 0
    }
}

.hero .blurb .button:not(.text) {
    background: #0075A3;
    border: 1px solid #0075A3;
    font-size: 18px;
    margin: 0 18px 0 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .hero .blurb .button:not(.text) {
        padding: 9px 27px;
        margin: 0 18px 0 0
    }
}

.hero .blurb .button,
.hero .blurb input {
    filter: blur(0)
}

    .hero .blurb input[type="text"] {
        width: 100%
    }

    .hero .blurb .button.right-align {
        margin: -45px 0 0 0;
        height: 45px
    }

.hero .blurb p {
    font-size: 1.5em;
    font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    line-height: 1.3
}

@media (min-width: 0em) and (max-width: 48em) {
    .hero .blurb p {
        font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 24px
    }

        .hero .blurb p .button.text {
            margin: -9px 0 9px 0;
            padding: 0
        }

            .hero .blurb p .button.text:hover {
                color: #fff !important
            }

            .hero .blurb p .button.text:after {
                border-bottom: 2px solid #425072
            }
}

@media only screen and (max-height: 750px) {
    .hero .blurb p {
        font-size: 24px
    }
}

.hero .blurb .blurb-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(-1.05, 1.1);
    transform: scale(-1.1, 1.1);
    filter: blur(10px)
}

@media (min-width: 0em) and (max-width: 48em) {
    .hero .blurb .blurb-bg {
        filter: blur(0);
        transform: scale(1, 1)
    }
}

.hero .blurb .blurb-bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    mix-blend-mode: multiply
}

@media (min-width: 0em) and (max-width: 48em) {
    .hero .blurb .blurb-bg:after {
        display: none
    }
}

.hero.hero-article {
    min-height: 500px;
    position: relative;
    padding: 0 calc(50% - 570px)
}

@media only screen and (max-width: 1170px) {
    .hero.hero-article {
        padding: 0;
        min-height: 200px
    }
}

.hero.hero-article .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.hero.hero-article .blurb {
    width: 100%;
    padding: 45px 90px 18px 90px
}

@media (min-width: 0em) and (max-width: 48em) {
    .hero.hero-article .blurb {
        padding-left: 15px;
        padding-right: 15px
    }

        .hero.hero-article .blurb h1,
        .hero.hero-article .blurb p,
        .hero.hero-article .blurb > a {
            background: none;
            padding: 0 0 9px 0
        }
}

.hero.hero-short {
    min-height: 200px;
    position: relative
}

@media (min-width: 0em) and (max-width: 48em) {
    .hero.hero-short {
        height: auto;
        min-height: 200px
    }
}

.hero.hero-short .img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.hero.hero-short .blurb {
    padding: 75px calc(50% - 570px);
    width: 100%;
    justify-content: center
}

@media only screen and (max-width: 1220px) {
    .hero.hero-short .blurb {
        padding: 50px 15px
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .hero.hero-short .blurb h1 {
        background: none;
        padding-left: 0
    }

    .hero.hero-short .blurb:after {
        display: none
    }
}

.hero .blurb-with-right-details {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (min-width: 0em) and (max-width: 48em) {
    .hero .blurb-with-right-details {
        flex-wrap: wrap
    }
}

.hero .blurb-with-right-details > div:last-child {
    width: 350px
}

@media (min-width: 0em) and (max-width: 48em) {
    .hero .blurb-with-right-details > div:last-child {
        width: 100%
    }
}

.hero .blurb-with-right-details > div:last-child p {
    font-size: 16px !important
}

@media (min-width: 0em) and (max-width: 48em) {
    .hero .blurb-with-right-details > div:last-child p {
        background: none;
        padding: 0 27px 9px 0
    }
}

.hero .blurb-with-right-details > div:last-child .button {
    min-width: 250px;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px
}

.hero .blurb-with-right-details > div:last-child input {
    margin-top: 5px
}

.general-article .hero.hero-short .blurb,
.blog .hero.hero-short .blurb {
    padding: 75px calc(50% - 384px) 75px calc(50% - 384px)
}

@media only screen and (max-width: 1220px) {
    .general-article .hero.hero-short .blurb,
    .blog .hero.hero-short .blurb {
        padding: 85px 15px 40px 35px
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .general-article .hero.hero-short .blurb p,
    .general-article .hero.hero-short .blurb a,
    .general-article .hero.hero-short .blurb h1,
    .blog .hero.hero-short .blurb p,
    .blog .hero.hero-short .blurb a,
    .blog .hero.hero-short .blurb h1 {
        background: none;
        margin: 0 auto 9px auto;
        border-radius: 0;
        padding: 0
    }
}

.general-article .hero.hero-short h2,
.general-article .hero.hero-short h1,
.blog .hero.hero-short h2,
.blog .hero.hero-short h1 {
    text-align: left;
    font-size: 2.7em;
    margin: 0;
    color: #fff;
    line-height: 1.1
}

.general-article .hero.hero-short p,
.blog .hero.hero-short p {
    text-align: left;
    padding: 0
}

    .general-article .hero.hero-short p:first-child,
    .blog .hero.hero-short p:first-child {
        font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 16px;
        font-weight: 300;
        color: #fff;
        text-transform: uppercase;
        border-bottom: 1px solid #fff;
        padding: 0;
        display: inline
    }

        .general-article .hero.hero-short p:first-child a,
        .blog .hero.hero-short p:first-child a {
            color: #fff
        }

        .general-article .hero.hero-short p:first-child:hover,
        .blog .hero.hero-short p:first-child:hover {
            text-decoration: none
        }

    .general-article .hero.hero-short p:first-child,
    .blog .hero.hero-short p:first-child {
        margin: 0 auto 18px 0
    }

.general-article .hero.hero-short {
    min-height: 1px
}

    .general-article .hero.hero-short .blurb {
        padding: 60px calc(50% - 384px) 40px calc(50% - 384px)
    }

@media only screen and (max-width: 1220px) {
    .general-article .hero.hero-short .blurb {
        padding: 85px 15px 40px 35px
    }
}

.page-wrap .crumb {
    position: relative;
    color: #425072;
    font-size: 14px;
    margin: -35px 0 45px 0;
    padding: 0 calc(50% - 570px)
}

    .page-wrap .crumb a,
    .page-wrap .crumb li {
        color: #425072 !important;
        list-style: none;
        font-size: 14px
    }

    .page-wrap .crumb ol {
        margin-left: 0
    }

        .page-wrap .crumb ol li {
            display: inline-block
        }

            .page-wrap .crumb ol li:after {
                content: '/'
            }

            .page-wrap .crumb ol li:last-child:after {
                content: ''
            }

@media only screen and (max-width: 1220px) {
    .page-wrap .crumb {
        padding: 0
    }
}

.page-wrap .hero .crumb {
    position: absolute;
    top: 10px;
    left: 0;
    color: #fff;
    margin: 0
}

    .page-wrap .hero .crumb a,
    .page-wrap .hero .crumb li {
        color: #fff !important
    }

@media only screen and (max-width: 1220px) {
    .page-wrap .hero .crumb {
        padding: 0 15px
    }
}

.section-level-up {
    background: #fff;
    padding-bottom: 1px;
    padding-top: 45px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 10
}

    .section-level-up:last-child {
        box-shadow: none
    }

    .section-level-up > div div:first-child .hero {
        margin-top: -45px
    }

.section-level-down {
    background: #f5f5f5;
    padding-bottom: 1px;
    padding-top: 45px
}

@media (min-width: 0em) and (max-width: 48em) {
    .section-level-down {
        padding-top: 35px
    }
}

.page-wrap .section-level-down:first-child {
    text-align: center;
    padding-top: 27px;
    padding-bottom: 27px
}

    .page-wrap .section-level-down:first-child .lazyload-wrapper {
        margin: 0 auto
    }

.page-wrap .section-level-up .align-center:first-child {
    max-width: 850px;
    margin: 0 auto;
    font-size: 27px;
    padding-bottom: 27px;
    line-height: 1.1;
    font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

.page-wrap .page-tabs {
    display: flex;
    justify-content: center;
    margin: 0 0 45px 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .page-wrap .page-tabs {
        margin-right: -15px;
        margin-left: -15px !important;
        width: calc(100% + 30px)
    }
}

.page-wrap .page-tabs li {
    margin: 0;
    font-size: 1.5em;
    min-width: 190px;
    display: flex;
    margin: 0 10px -3px 10px
}

@media (min-width: 0em) and (max-width: 48em) {
    .page-wrap .page-tabs li {
        min-width: 1px;
        flex: 1;
        margin: 0 3px -3px 3px
    }
}

.page-wrap .page-tabs li a {
    font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 600;
    color: #0075A3;
    padding: 18px 27px 21px 27px;
    display: block;
    text-align: center;
    line-height: 1.1;
    background-color: #F2F3F5;
    border-radius: 9px 9px 0 0;
    color: #868789;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: inset 0 -9px 9px -9px rgba(0, 0, 0, 0.25), 0 0 9px 0 rgba(0, 0, 0, 0.15)
}

    .page-wrap .page-tabs li a:hover {
        color: #5C3BFE;
        text-decoration: none
    }

@media (min-width: 0em) and (max-width: 48em) {
    .page-wrap .page-tabs li a {
        font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        padding: 21px 9px 19px 9px
    }
}

.page-wrap .page-tabs li.active a {
    background: #fff;
    border-radius: 9px 9px 0 0;
    color: #5C3BFE;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.15)
}

@media (min-width: 0em) and (max-width: 48em) {
    .page-wrap .page-tabs li.active a {
        color: #5C3BFE
    }
}

.page-wrap .page-tabs li.active a:hover {
    color: #5C3BFE
}

.page-wrap .page-tabs li:before {
    display: none
}

.tabs-cards {
    margin: 27px 0 45px 0
}

    .tabs-cards > ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0
    }

@media (min-width: 0em) and (max-width: 48em) {
    .tabs-cards > ul {
        flex-wrap: wrap;
        border-top: 1px solid #f5f5f5
    }
}

.tabs-cards > ul > li {
    margin: 0 15px -3px 0;
    position: relative;
    list-style-type: none;
}

@media (min-width: 0em) and (max-width: 48em) {
    .tabs-cards > ul > li {
        flex: 0 1 auto;
        width: 100%;
        text-align: left;
        margin: 0
    }
}

.tabs-cards > ul > li.tab-content {
    width: 100%;
    position: relative;
    z-index: 11
}

@media (min-width: 48.063em) {
    .tabs-cards > ul > li.tab-content {
        order: 11
    }
}

.tabs-cards > ul > li:not(.tab-content) {
    z-index: 10
}

@media (min-width: 0em) and (max-width: 48em) {
    .tabs-cards > ul > li:not(.tab-content) {
        flex: 0 1 auto;
        width: 100%;
        text-align: left
    }
}

.tabs-cards > ul > li:not(.tab-content):before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -7px;
    width: 100%;
    height: 100%;
    border-radius: 9px 9px 0 0;
    background: #F2F3F5;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.15)
}

@media (min-width: 0em) and (max-width: 48em) {
    .tabs-cards > ul > li:not(.tab-content):before {
        border-radius: 0;
        display: none
    }
}

.tabs-cards > ul > li:not(.tab-content) a {
    font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    color: #0075A3;
    padding: 12px 27px 25px 27px;
    display: block;
    text-align: center;
    line-height: 1.1;
    background-color: #F2F3F5;
    border-radius: 9px 9px 0 0;
    color: #4A4A4A;
    position: relative;
    z-index: 10;
    transition: none
}

    .tabs-cards > ul > li:not(.tab-content) a:hover {
        color: #FE991F;
        text-decoration: none
    }

@media (min-width: 0em) and (max-width: 48em) {
    .tabs-cards > ul > li:not(.tab-content) a {
        font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        padding: 21px 9px 19px 9px;
        border-radius: 0;
        border-bottom: 1px solid #fff
    }

        .tabs-cards > ul > li:not(.tab-content) a:after {
            content: '\f067';
            font-family: FontAwesome;
            position: absolute;
            right: 20px;
            top: 20px;
            color: #868789
        }
}

.tabs-cards > ul > li.active {
    position: relative;
    z-index: 100
}

    .tabs-cards > ul > li.active a {
        color: #FE991F;
        box-shadow: none;
        background: #fff;
        position: relative;
        z-index: 100
    }

@media (min-width: 0em) and (max-width: 48em) {
    .tabs-cards > ul > li.active a {
        border-left: 1px solid #f5f5f5;
        border-right: 1px solid #f5f5f5
    }

        .tabs-cards > ul > li.active a:after {
            content: '\f068';
            font-family: FontAwesome;
            position: absolute;
            right: 20px;
            top: 20px;
            color: #FE991F
        }
}

.tabs-cards > ul > li.active:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -7px;
    width: 100%;
    height: 100%;
    border-radius: 9px 9px 0 0;
    background: #fff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.15)
}

@media (min-width: 0em) and (max-width: 48em) {
    .tabs-cards > ul > li.active:before {
        border-radius: 0
    }
}

.tabs-cards > ul > li:before {
    display: none
}

.tabs-cards .tab-content {
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 0 9px 9px 9px;
    padding: 25px;
    position: relative;
    z-index: 10
}

@media (min-width: 0em) and (max-width: 48em) {
    .tabs-cards .tab-content {
        margin: 0;
        border-radius: 0
    }
}

.tabs-cards.icons > ul {
    border-bottom: 1px solid #425072
}

    .tabs-cards.icons > ul > li {
        margin-right: 0
    }

@media (min-width: 0em) and (max-width: 48em) {
    .tabs-cards.icons > ul > li {
        text-align: left
    }
}

.tabs-cards.icons > ul > li:not(.tab-content):before {
    display: none
}

@media (min-width: 0em) and (max-width: 48em) {
    .tabs-cards.icons > ul > li:not(.tab-content):before {
        display: block;
        border: 1px solid #425072;
        border-bottom: 0 !important;
        background: none;
        box-shadow: none;
        top: 0 !important;
        width: calc(100% - 2px)
    }
}

.tabs-cards.icons > ul > li:not(.tab-content).active:before {
    display: block;
    border: 1px solid #425072;
    border-bottom: 0;
    top: -3px;
    box-shadow: none
}

.tabs-cards.icons > ul > li:not(.tab-content):after {
    content: '';
    position: absolute;
    right: -1px;
    top: 10px;
    height: calc(100% - 20px);
    border-right: 1px solid #CBCCD0
}

@media (min-width: 0em) and (max-width: 48em) {
    .tabs-cards.icons > ul > li:not(.tab-content):after {
        display: none
    }
}

.tabs-cards.icons > ul > li:not(.tab-content).active:after {
    display: none
}

.tabs-cards.icons > ul > li:not(.tab-content) a {
    padding: 9px 12px 12px 12px;
    background: none;
    border: 0
}

    .tabs-cards.icons > ul > li:not(.tab-content) a img {
        max-width: 40px;
        border-radius: 5px
    }

@media (min-width: 0em) and (max-width: 48em) {
    .tabs-cards.icons > ul > li:not(.tab-content) a {
        text-align: left;
        border: 0
    }
}

.tabs-cards.icons .tab-content {
    box-shadow: none;
    border-radius: 0;
    border-top: 1px solid #425072;
    padding-left: 0;
    padding-right: 0
}

    .tabs-cards.icons .tab-content select {
        background: #f5f5f5;
        box-shadow: none;
        border: 0;
        padding: 5px 10px
    }

@media (min-width: 0em) and (max-width: 48em) {
    .tabs-cards.icons .tab-content {
        border: 1px solid #425072;
        border-top: 0;
        border-bottom: 0;
        padding: 18px
    }
}

.tabs-cards.icons .leaderboard {
    margin: 0
}

.tabs-cards.centered ul {
    justify-content: center
}

.tabs-cards.centered .tab-content {
    box-shadow: 0 -19px 9px -19px rgba(115, 115, 115, 0.15) !important;
    background: none
}

@media (min-width: 0em) and (max-width: 48em) {
    .tabs-cards.centered .tab-content {
        box-shadow: -9px 0 9px -5px rgba(115, 115, 115, 0.15), 9px 0 9px -5px rgba(115, 115, 115, 0.15) !important;
        margin: -10px 1px 0 1px
    }
}

.tabs-header {
    box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0.05);
    padding-top: 21px !important;
    padding-bottom: 0 !important
}

    .tabs-header.overlap {
        margin-top: 0;
        padding-top: 21px !important;
        background: #fcfcfc
    }

    .tabs-header .page-tabs {
        margin: 0
    }

.tabs-visual {
    margin: 27px 0 45px 0
}

    .tabs-visual > ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0
    }

@media (min-width: 0em) and (max-width: 48em) {
    .tabs-visual > ul {
        flex-wrap: wrap;
        border-top: 1px solid #f5f5f5
    }
}

.tabs-visual > ul > li {
    margin: 0 15px -3px 0;
    position: relative
}

@media (min-width: 0em) and (max-width: 48em) {
    .tabs-visual > ul > li {
        flex: 0 1 auto;
        width: 100%;
        text-align: left;
        margin: 0
    }
}

.tabs-visual > ul > li.tab-content {
    width: 100%;
    position: relative;
    z-index: 11
}

@media (min-width: 48.063em) {
    .tabs-visual > ul > li.tab-content {
        order: 11
    }
}

.tabs-visual > ul > li:not(.tab-content) {
    z-index: 10;
    flex: 1
}

@media (min-width: 0em) and (max-width: 48em) {
    .tabs-visual > ul > li:not(.tab-content) {
        flex: 0 1 auto;
        width: 100%;
        text-align: left
    }
}

.tabs-visual > ul > li:not(.tab-content) a {
    font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: #0075A3;
    display: block;
    text-align: center;
    line-height: 1.1;
    border-radius: 9px 9px 0 0;
    color: #0075A3;
    position: relative;
    z-index: 10;
    transition: none
}

    .tabs-visual > ul > li:not(.tab-content) a span.title {
        max-width: 200px;
        display: block;
        margin: 0 auto
    }

        .tabs-visual > ul > li:not(.tab-content) a span.title > span {
            width: 50%;
            padding-bottom: 50%;
            display: block;
            border-radius: 50%;
            margin: 0 auto 9px auto;
            position: relative
        }

            .tabs-visual > ul > li:not(.tab-content) a span.title > span img {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                display: block;
                margin: 0 auto;
                max-height: 60%;
                max-width: 60%
            }

    .tabs-visual > ul > li:not(.tab-content) a:hover {
        color: #FE991F;
        text-decoration: none
    }

        .tabs-visual > ul > li:not(.tab-content) a:hover span.title span {
            background: #0075A3
        }

            .tabs-visual > ul > li:not(.tab-content) a:hover span.title span img {
                filter: brightness(700%) grayscale(1)
            }

@media (min-width: 0em) and (max-width: 48em) {
    .tabs-visual > ul > li:not(.tab-content) a {
        font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        padding: 21px 9px 19px 9px;
        border-radius: 0;
        border-bottom: 1px solid #fff
    }
}

.tabs-visual > ul > li.active {
    position: relative;
    z-index: 100
}

    .tabs-visual > ul > li.active a {
        color: #FE991F;
        box-shadow: none;
        position: relative;
        z-index: 100
    }

        .tabs-visual > ul > li.active a span.title span {
            background: #0075A3 !important
        }

            .tabs-visual > ul > li.active a span.title span img {
                filter: brightness(700%) grayscale(1)
            }

@media (min-width: 0em) and (max-width: 48em) {
    .tabs-visual > ul > li.active a {
        border-left: 1px solid #f5f5f5;
        border-right: 1px solid #f5f5f5
    }
}

.tabs-visual > ul > li:before {
    display: none
}

.tabs-visual .tab-content {
    padding: 25px;
    position: relative;
    z-index: 10
}

    .tabs-visual .tab-content p {
        font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 21px;
        text-align: center
    }

        .tabs-visual .tab-content p.learn-more a {
            font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
            font-size: 27px
        }

@media (min-width: 0em) and (max-width: 48em) {
    .tabs-visual .tab-content {
        margin: 0;
        border-radius: 0
    }
}

.section-level-up > div div:nth-child(2) .page-tabs {
    margin-top: -14px;
    margin-bottom: 45px
}

.section-level-up > div:not(:nth-child(1)) .page-tabs {
    margin-top: 0
}

.featured-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end
}

    .featured-area > div,
    .featured-area .slider-holder {
        width: 100%
    }

        .featured-area .slider-holder .features {
            width: calc(100% + 27px)
        }

@media only screen and (max-width: 1220px) {
    .featured-area .slider-holder .features {
        width: calc(100% + 15px)
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .featured-area .slider-holder .features {
        width: 100%
    }
}

@media only screen and (max-width: 450px) {
    .featured-area .slider-holder .features {
        width: 100%
    }
}

.featured-area > p {
    padding: 0 0 30px 0
}

    .featured-area > p .button.text {
        text-transform: none;
        font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important
    }

@media (min-width: 0em) and (max-width: 48em) {
    .featured-area {
        padding: 0 0 27px 0
    }

        .featured-area p:nth-child(2) {
            order: 4;
            padding: 0 0 18px 0
        }

        .featured-area h3,
        .featured-area p,
        .featured-area h4 {
            width: 100%;
            text-align: center
        }
}

.secondary-navigation .features {
    flex-wrap: wrap;
    justify-content: center
}

    .secondary-navigation .features .visual {
        width: calc(33% - 27px);
        min-height: 200px;
        flex: 0 1 auto
    }

        .secondary-navigation .features .visual a {
            font-size: 27px;
            line-height: 1
        }

            .secondary-navigation .features .visual a span {
                max-width: 200px;
                margin: 0 auto
            }

.slider-holder.loading {
    padding-bottom: 16%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    height: 0;
    background: url(../images/loader.gif) center center no-repeat
}

    .slider-holder.loading .features {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .slider-holder.loading .slick-list,
    .slider-holder.loading .slick-track,
    .slider-holder.loading .slick-slide {
        height: 100% !important
    }

    .slider-holder.loading .features {
        opacity: 0
    }

.slider-holder {
    width: calc(100% + 27px)
}

@media only screen and (max-width: 1220px) {
    .slider-holder {
        width: calc(100% + 15px)
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .slider-holder {
        width: calc(100% + 15px)
    }
}

@media only screen and (max-width: 450px) {
    .slider-holder {
        width: 100%
    }
}

.features.features2 {
    flex-wrap: wrap
}

    .features.features2 .conversation,
    .features.features2 .collection {
        flex: 0 1 auto;
        width: calc(50% - 27px)
    }

@media only screen and (max-width: 1220px) {
    .features.features2 .conversation,
    .features.features2 .collection {
        width: calc(50% - 15px)
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .features.features2 .conversation,
    .features.features2 .collection {
        min-height: auto;
        width: calc(100% - 15px);
        margin: 3px 15px 3px 3px
    }
}

.features.start-discussion {
    flex-wrap: wrap;
    background: #fff;
    border: 1px solid #CBCCD0;
    border-radius: 5px;
    margin: 0 0 45px 0
}

    .features.start-discussion .conversation,
    .features.start-discussion .collection {
        flex: 0 1 auto;
        width: calc(50% - 27px);
        margin-bottom: 0;
        min-height: 245px;
        border-radius: 5px 0 0 5px
    }

@media (min-width: 0em) and (max-width: 48em) {
    .features.start-discussion {
        padding: 0 !important;
        margin: 0 0 15px 0 !important
    }

        .features.start-discussion .conversation {
            width: 100% !important;
            min-height: auto;
            padding: 18px !important
        }

            .features.start-discussion .conversation:first-child:not(:last-child) {
                display: none !important
            }
}

.slick-track {
    display: flex;
    align-items: stretch;
    justify-content: flex-start
}

    .slick-track .slick-slide {
        height: auto
    }

.features .slick-list,
.features .slick-track {
    min-width: 100%;
    margin: 0 auto;
    padding-top: 10px
}

@media only screen and (max-width: 650px) {
    .features .slick-list,
    .features .slick-track {
        min-width: 100%
    }
}

.features {
    display: flex;
    width: 100%;
    margin: 0 0 15px 0;
    flex-wrap: wrap;
    transition: opacity 0.3s ease
}

    .features > div:first-child:nth-last-child(n+8),
    .features div:first-child:nth-last-child(n+8) ~ div {
        width: calc(25% - 27px);
        flex: 0 1 auto
    }

@media only screen and (max-width: 1220px) {
    .features > div:first-child:nth-last-child(n+8),
    .features div:first-child:nth-last-child(n+8) ~ div {
        width: calc(33% - 15px)
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .features > div:first-child:nth-last-child(n+8),
    .features div:first-child:nth-last-child(n+8) ~ div {
        width: calc(50% - 15px)
    }
}

@media only screen and (max-width: 450px) {
    .features > div:first-child:nth-last-child(n+8),
    .features div:first-child:nth-last-child(n+8) ~ div {
        width: 100%
    }
}

.features .visual,
.features .book,
.features .conversation,
.features .collection,
.features .issue,
.features .article {
    flex: 1;
    margin: 0 27px 27px 0;
    min-height: 145px;
    color: #fff
}

@media only screen and (max-width: 1220px) {
    .features .visual,
    .features .book,
    .features .conversation,
    .features .collection,
    .features .issue,
    .features .article {
        margin: 0 15px 15px 0
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .features .visual,
    .features .book,
    .features .conversation,
    .features .collection,
    .features .issue,
    .features .article {
        margin: 0 15px 15px 0;
        min-height: 200px;
        min-width: 1px
    }
}

@media only screen and (max-width: 450px) {
    .features .visual,
    .features .book,
    .features .conversation,
    .features .collection,
    .features .issue,
    .features .article {
        margin: 0 0 18px 0
    }
}

.features .avatar {
    margin: 0 27px 27px 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .features .avatar {
        margin: 0 15px 18px 0
    }
}

@media only screen and (max-width: 750px) {
    .features .avatar {
        flex: 0 1 auto;
        width: calc(33.33% - 27px)
    }
}

.features:not(.features4) .article,
.features:not(.features4) .issue {
    flex: 0 1 auto;
    width: calc(25% - 21px) !important
}

@media only screen and (min-width: 1221px) {
    .features:not(.features4) .article:nth-child(4n),
    .features:not(.features4) .issue:nth-child(4n) {
        margin-right: 0
    }
}

@media only screen and (max-width: 1220px) {
    .features:not(.features4) .article,
    .features:not(.features4) .issue {
        width: calc(33% - 9px) !important
    }

        .features:not(.features4) .article:nth-child(3n),
        .features:not(.features4) .issue:nth-child(3n) {
            margin-right: 0
        }
}

@media (min-width: 0em) and (max-width: 48em) {
    .features:not(.features4) .article,
    .features:not(.features4) .issue {
        width: calc(50% - 8px) !important
    }

        .features:not(.features4) .article:nth-child(3n),
        .features:not(.features4) .issue:nth-child(3n) {
            margin-right: 15px
        }

        .features:not(.features4) .article:nth-child(2n),
        .features:not(.features4) .issue:nth-child(2n) {
            margin-right: 0
        }
}

@media only screen and (max-width: 450px) {
    .features:not(.features4) .article,
    .features:not(.features4) .issue {
        width: 100% !important
    }

        .features:not(.features4) .article:nth-child(3n),
        .features:not(.features4) .issue:nth-child(3n) {
            margin-right: 0
        }
}

.slider-holder .features {
    width: 100%
}

@media (min-width: 0em) and (max-width: 48em) {
    .slider-holder .features {
        padding-left: 15px;
        margin: 0;
        width: calc(100% - 15px)
    }
}

@media only screen and (max-width: 450px) {
    .slider-holder .features {
        width: 100%;
        padding-right: 15px
    }
}

.expandable-box {
    border: 1px solid #0075A3;
    border-radius: 5px;
    margin: 0 0 27px 0;
    padding: 18px 18px 18px 18px
}

    .expandable-box > a {
        font-size: 1.5em;
        color: #0075A3;
        display: block;
        position: relative
    }

        .expandable-box > a:after {
            content: '\f107';
            font-family: FontAwesome;
            position: absolute;
            right: 18px;
            top: 0;
            transition: all ease 0.3s
        }

    .expandable-box > div {
        padding: 18px 0 0 0
    }

    .expandable-box.expanded > a:after {
        transform: rotate(-180deg);
        transform-origin: 50% 50%
    }

    .expandable-box .expanded-content {
        display: none
    }

        .expandable-box .expanded-content p,
        .expandable-box .expanded-content li {
            font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
            font-size: 16px
        }

        .expandable-box .expanded-content .references p {
            padding-left: 18px;
            text-indent: -18px;
            font-size: 13px !important
        }

        .expandable-box .expanded-content blockquote {
            border: 0;
            margin: 20px 0 20px 50px;
            text-align: left;
            padding: 0
        }

        .expandable-box .expanded-content hr {
            display: none
        }

    .expandable-box.grey-style {
        background: #f5f5f5;
        border: 0
    }

        .expandable-box.grey-style > a {
            font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
            color: #0075A3
        }

            .expandable-box.grey-style > a:after {
                content: '\f067';
                font-size: 18px;
                top: 5px
            }

        .expandable-box.grey-style.expanded > a:after {
            content: '\f068';
            transform: none
        }

.section-level-down .expandable-box.grey-style {
    background: #eee
}

.expandable-box.simple-style {
    border: 0;
    padding: 0;
    margin: 0
}

    .expandable-box.simple-style > a {
        font-size: 21px;
        padding-left: 20px;
        font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
    }

        .expandable-box.simple-style > a:after {
            content: '\f054';
            right: auto;
            left: 0;
            top: 3px;
            font-size: 16px
        }

    .expandable-box.simple-style.expanded a:after {
        transform: rotate(90deg)
    }

    .expandable-box.simple-style .expanded-content {
        padding-left: 15px;
        padding-top: 9px
    }

        .expandable-box.simple-style .expanded-content p {
            font-size: 16px;
            padding: 0 0 9px 0;
            font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
        }

.expandable-area {
    margin: 18px 0 27px 0
}

    .expandable-area > a {
        display: block;
        font-weight: 700;
        position: relative;
        padding-bottom: 18px
    }

        .expandable-area > a:after {
            content: '\f107';
            font-family: FontAwesome;
            margin: 0 0 0 5px
        }

        .expandable-area > a:before {
            content: 'Show';
            margin: 0 5px 0 0
        }

        .expandable-area > a:hover {
            text-decoration: none
        }

    .expandable-area > div {
        padding: 18px 0 0 0
    }

    .expandable-area.expanded > a:after {
        content: '\f00d'
    }

    .expandable-area.expanded > a:before {
        content: 'Hide'
    }

    .expandable-area .expanded-content {
        border-top: 1px solid #CBCCD0;
        display: none
    }

.visual {
    border-radius: 5px;
    background-size: cover;
    background-position: center top;
    padding: 0;
    display: flex !important;
    font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    position: relative;
    min-height: 145px;
    max-width: 600px
}

    .visual a {
        display: block;
        position: relative;
        z-index: 2;
        color: #fff;
        text-align: center;
        padding: 18px 18px 9px 18px;
        font-size: 18px;
        width: 100%
    }

        .visual a > span {
            display: flex !important;
            flex-direction: column;
            align-items: center;
            justify-content: flex-end;
            height: 100%
        }

        .visual a:hover {
            text-decoration: none;
            color: #fff
        }

    .visual:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 50%);
        border-radius: 0 0 5px 5px
    }

.book {
    border-radius: 5px;
    background-size: cover;
    background-position: center top;
    padding: 0;
    display: flex !important;
    align-items: center;
    font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    position: relative;
    min-height: 145px;
    max-width: 600px;
    background: linear-gradient(45deg, #D21E78 0%, #3B0100 100%)
}

    .book:nth-child(4n) {
        background: linear-gradient(45deg, #99449F 0%, #00B8C9 100%)
    }

    .book:nth-child(4n+1) {
        background: linear-gradient(45deg, #D21E78 0%, #3B0100 100%)
    }

    .book:nth-child(4n+2) {
        background: linear-gradient(45deg, #7FC6BF 0%, #5291AD 100%)
    }

    .book:nth-child(4n+3) {
        background: linear-gradient(45deg, #008D6C 0%, #867B2C 100%)
    }

    .book a {
        display: block;
        position: relative;
        z-index: 2;
        color: #fff;
        text-align: left;
        padding: 9px;
        font-size: 18px;
        font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        width: 100%
    }

        .book a.cover {
            width: 40%;
            min-width: 113px
        }

            .book a.cover img {
                width: 100%
            }

@media (min-width: 48.063em) and (max-width: 75em) {
    .book a.cover {
        min-width: 80px
    }
}

.book a:hover {
    text-decoration: none;
    color: #fff
}

    .book a:hover span {
        transition: none;
        color: #fff
    }

.issue {
    background: #f5f5f5;
    border-radius: 5px;
    position: relative
}

    .issue .cover {
        background: rgba(66, 80, 114, 0.75);
        background-size: contain;
        border-radius: 5px 5px 0 0;
        text-align: center;
        overflow: hidden;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 55%;
        max-height: 160px
    }

        .issue .cover:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: url(../images/logo-white4.svg) center center no-repeat;
            background-size: contain;
            opacity: 0.8
        }

        .issue .cover img {
            transform: rotate(20deg) translate(-65%, -35%);
            display: inline-block;
            -webkit-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.25);
            box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.25);
            position: absolute;
            left: 50%;
            top: 50%;
            max-height: 100%;
            width: auto
        }

    .issue .blurb {
        padding: 18px;
        font-size: 18px;
        font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
    }

        .issue .blurb p {
            padding: 0;
            font-size: 14px;
            text-align: left;
            font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
        }

            .issue .blurb p.content-type {
                position: relative;
                font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
                background: none;
                padding: 0;
                margin: 0 0 5px 0;
                top: auto;
                left: auto
            }

    .issue a:hover {
        text-decoration: none
    }

.article {
    background: #f5f5f5;
    border-radius: 5px;
    position: relative
}

    .article .cover {
        border-radius: 5px 5px 0 0;
        position: relative;
        padding-bottom: 55%;
        background-size: cover;
        background-position: center top;
        font-size: 1px
    }

    .article .blurb {
        padding: 18px;
        font-size: 18px;
        font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
    }

        .article .blurb p {
            padding: 0;
            font-size: 14px;
            text-align: left;
            font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
        }

            .article .blurb p.content-type {
                position: relative;
                font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
                background: none;
                padding: 0;
                margin: 0 0 5px 0;
                top: auto;
                left: auto
            }

    .article a:hover {
        text-decoration: none
    }

.features .issue,
.features .article {
    min-height: 1px
}

.section-level-down .issue,
.section-level-down .article {
    background-color: #eee
}

.conversation {
    padding: 0;
    display: flex !important;
    font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    position: relative
}

@media (min-width: 0em) and (max-width: 48em) {
    .conversation {
        align-items: center
    }
}

@media only screen and (max-width: 450px) {
    .conversation {
        flex-wrap: wrap
    }
}

.conversation div {
    display: block;
    position: relative;
    z-index: 2;
    color: #4A4A4A;
    text-align: left;
    padding: 9px;
    font-size: 18px;
    font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

    .conversation div.quote {
        background: #fff;
        width: calc(100% - 165px);
        border: 1px solid #CBCCD0;
        border-radius: 5px;
        padding: 18px 18px 0 18px;
        margin-left: 15px
    }

@media (min-width: 0em) and (max-width: 48em) {
    .conversation div.quote {
        padding-bottom: 18px
    }

        .conversation div.quote p {
            text-align: left
        }
}

@media only screen and (max-width: 450px) {
    .conversation div.quote {
        width: 100%
    }
}

.conversation div.quote p:not(.title) {
    font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 14px
}

.conversation div.quote p.title {
    padding: 0;
    margin: 0 0 4px 0
}

    .conversation div.quote p.title a {
        color: #4A4A4A;
        font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        position: relative;
        border-bottom: 1px solid #0075A3
    }

        .conversation div.quote p.title a:hover {
            text-decoration: none;
            color: #0075A3
        }

.conversation div.quote:after {
    content: '';
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%)
}

.conversation div.quote:before {
    content: '';
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-right: 16px solid #CBCCD0;
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%)
}

.conversation div.name {
    width: 165px;
    text-align: center
}

@media only screen and (max-width: 450px) {
    .conversation div.name {
        width: 100%;
        text-align: center
    }
}

.conversation div.name a {
    color: #0075A3
}

.conversation div.name img {
    border-radius: 50%;
    margin: 0 0 10px 0;
    max-width: 150px
}

@media only screen and (max-width: 450px) {
    .conversation div.name img {
        max-width: 80px;
        margin: 0 auto -10px auto
    }
}

.page-wrap .topics-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0
}

    .page-wrap .topics-list li {
        border-bottom: 1px solid #CBCCD0;
        margin: 0 0 5px 45px;
        padding: 0 0 5px 0
    }

        .page-wrap .topics-list li:before {
            content: '\f0e6' !important;
            font-size: 25px;
            top: -5px;
            left: -35px;
            color: #868789
        }

        .page-wrap .topics-list li:last-child {
            border: 0
        }

.avatar {
    text-align: center;
    font-size: 18px
}

    .avatar a {
        color: #0075A3;
        display: block
    }

    .avatar img {
        margin: 0 auto 10px auto;
        max-width: 165px;
        width: 100%;
        border-radius: 50%
    }

.page-wrap .leaderboards-list li {
    margin: 0 0 18px 0;
    padding: 0;
    position: relative
}

    .page-wrap .leaderboards-list li a {
        padding: 20px 0 20px 75px;
        display: block
    }

    .page-wrap .leaderboards-list li.overall {
        color: #414E70;
        background-color: rgba(65, 78, 112, 0.2);
        border-radius: 5px
    }

        .page-wrap .leaderboards-list li.overall a {
            color: #414E70;
            font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
        }

    .page-wrap .leaderboards-list li:before {
        content: '';
        left: 0;
        top: 0;
        width: 60px;
        height: 100%;
        border-radius: 5px;
        background: #414E70 url(../images/badge-overall.jpg) center center no-repeat;
        background-size: contain;
        pointer-events: none
    }

    .page-wrap .leaderboards-list li.resources {
        color: #337372;
        background-color: rgba(51, 115, 114, 0.2);
        border-radius: 5px
    }

        .page-wrap .leaderboards-list li.resources a {
            color: #337372;
            font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
        }

        .page-wrap .leaderboards-list li.resources:before {
            background: #337372 url(../images/badge-resources.jpg) center center no-repeat;
            background-size: contain
        }

    .page-wrap .leaderboards-list li.commentors {
        color: #8F3425;
        background-color: rgba(143, 52, 37, 0.2);
        border-radius: 5px
    }

        .page-wrap .leaderboards-list li.commentors a {
            color: #8F3425;
            font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
        }

        .page-wrap .leaderboards-list li.commentors:before {
            background: #8F3425 url(../images/badge-commentors.jpg) center center no-repeat;
            background-size: contain
        }

    .page-wrap .leaderboards-list li.aggregators {
        color: #A48C3D;
        background-color: rgba(164, 140, 61, 0.2);
        border-radius: 5px
    }

        .page-wrap .leaderboards-list li.aggregators a {
            color: #A48C3D;
            font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
        }

        .page-wrap .leaderboards-list li.aggregators:before {
            background: #A48C3D url(../images/badge-aggregators.jpg) center center no-repeat;
            background-size: contain
        }

    .page-wrap .leaderboards-list li.disseminators {
        color: #9B6BB0;
        background-color: rgba(155, 107, 176, 0.2);
        border-radius: 5px
    }

        .page-wrap .leaderboards-list li.disseminators a {
            color: #9B6BB0;
            font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
        }

        .page-wrap .leaderboards-list li.disseminators:before {
            background: #9B6BB0 url(../images/badge-disseminators.jpg) center center no-repeat;
            background-size: contain
        }

    .page-wrap .leaderboards-list li.advocators {
        color: #42694a;
        background-color: rgba(66, 105, 74, 0.2);
        border-radius: 5px
    }

        .page-wrap .leaderboards-list li.advocators a {
            color: #42694a;
            font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
        }

        .page-wrap .leaderboards-list li.advocators:before {
            background: #42694a url(../images/badge-advocators.jpg) center center no-repeat;
            background-size: contain
        }

    .page-wrap .leaderboards-list li.sppu {
        color: #183D3A;
        background-color: rgba(24, 61, 58, 0.2);
        border-radius: 5px
    }

        .page-wrap .leaderboards-list li.sppu a {
            color: #183D3A;
            font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
        }

        .page-wrap .leaderboards-list li.sppu:before {
            background: #183D3A url(../images/badge-sppu.jpg) center center no-repeat;
            background-size: contain
        }

.content .avatar {
    flex: 1
}

    .content .avatar img {
        max-width: 140px
    }

.collection,
.content-with-callouts .content .collection {
    display: flex !important;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 5px;
    min-height: 145px;
    max-width: 600px;
    transition: all ease 0.3s
}

@media (min-width: 0em) and (max-width: 48em) {
    .collection,
    .content-with-callouts .content .collection {
        max-width: 100%
    }
}

.collection.checked,
.content-with-callouts .content .collection.checked {
    background: #425072;
    position: relative
}

    .collection.checked p,
    .collection.checked p.title a,
    .content-with-callouts .content .collection.checked p,
    .content-with-callouts .content .collection.checked p.title a {
        color: #fff
    }

    .collection.checked:after,
    .content-with-callouts .content .collection.checked:after {
        content: '\f14a';
        font-family: Ionicons;
        color: #3E7B25;
        font-size: 25px;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 20px;
        height: 20px
    }

@media (min-width: 0em) and (max-width: 48em) {
    .collection,
    .content-with-callouts .content .collection {
        margin: 0 0 18px 0
    }
}

.collection p,
.content-with-callouts .content .collection p {
    font-size: 14px !important;
    padding: 0 0 9px 0;
    font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

    .collection p.title,
    .content-with-callouts .content .collection p.title {
        line-height: 1.1;
        font-size: 18px !important
    }

        .collection p.title a,
        .content-with-callouts .content .collection p.title a {
            color: #0075A3;
            font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
        }

@media (min-width: 0em) and (max-width: 48em) {
    .collection p,
    .content-with-callouts .content .collection p {
        text-align: left
    }
}

.collection .cover + .blurb,
.content-with-callouts .content .collection .cover + .blurb {
    width: 70%
}

.collection .blurb,
.content-with-callouts .content .collection .blurb {
    padding: 18px 27px 9px 18px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

@media only screen and (max-width: 750px) {
    .collection .blurb,
    .content-with-callouts .content .collection .blurb {
        width: calc(100% - 100px)
    }
}

.collection .cover,
.content-with-callouts .content .collection .cover {
    padding-bottom: 35%;
    width: 30%;
    min-width: 115px;
    background-size: cover;
    background-position: right top;
    margin: 9px
}

@media only screen and (max-width: 550px) {
    .collection .cover,
    .content-with-callouts .content .collection .cover {
        width: 100px
    }
}

.tabs-cards.centered .tab-content .collection {
    max-width: 100%;
    margin: 0 0 27px 0
}

@media only screen and (max-width: 750px) {
    .tabs-cards.centered .tab-content .collection {
        flex-wrap: wrap
    }
}

.tabs-cards.centered .tab-content .collection .cover {
    padding-bottom: 25%;
    width: 20%
}

@media only screen and (max-width: 750px) {
    .tabs-cards.centered .tab-content .collection .cover {
        width: 100px
    }
}

.tabs-cards.centered .tab-content .collection .blurb {
    width: calc(80% - 150px)
}

@media only screen and (max-width: 750px) {
    .tabs-cards.centered .tab-content .collection .blurb {
        width: calc(100% - 150px)
    }
}

.tabs-cards.centered .tab-content .collection .util {
    width: 150px;
    padding: 18px 18px 0 18px;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media only screen and (max-width: 750px) {
    .tabs-cards.centered .tab-content .collection .util {
        width: 100%;
        flex-direction: row;
        align-items: center
    }
}

@media only screen and (max-width: 450px) {
    .tabs-cards.centered .tab-content .collection .util {
        flex-direction: column;
        align-items: flex-start
    }
}

.collection.selectable:hover {
    cursor: pointer
}

.content-half-half {
    display: flex;
    margin: 0 0 27px 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .content-half-half {
        flex-wrap: wrap;
        margin: 0
    }
}

.content-half-half > div {
    flex: 1
}

    .content-half-half > div:last-child {
        padding: 0 0 0 27px
    }

    .content-half-half > div .side-callout p {
        font-size: 18px
    }

    .content-half-half > div p {
        font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 16px
    }

@media (min-width: 0em) and (max-width: 48em) {
    .content-half-half > div {
        flex: 0 1 auto;
        padding: 0;
        width: 100%
    }

        .content-half-half > div:last-child {
            margin: 0 0 18px 0;
            padding: 0;
            text-align: left
        }
}

.content-half-half.vertical-align {
    align-items: center
}

    .content-half-half.vertical-align h3 + p {
        font-size: 1.5em;
        font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        line-height: 1.3
    }

@media (min-width: 0em) and (max-width: 48em) {
    .content-half-half.vertical-align h2,
    .content-half-half.vertical-align h3,
    .content-half-half.vertical-align h4 {
        text-align: left
    }
}

.content-half-half.bottom-align {
    align-items: flex-end
}

    .content-half-half.bottom-align h3 + p {
        font-size: 1.5em;
        font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        line-height: 1.3
    }

@media (min-width: 0em) and (max-width: 48em) {
    .content-half-half.bottom-align h2,
    .content-half-half.bottom-align h3,
    .content-half-half.bottom-align h4 {
        text-align: left
    }
}

.content-with-right-details {
    display: flex;
    margin: 0 0 27px 0
}

    .content-with-right-details h4 {
        margin: 9px 0 18px 0
    }

@media (min-width: 0em) and (max-width: 48em) {
    .content-with-right-details h4 {
        text-align: left
    }
}

.content-with-right-details h4:first-child {
    margin-top: 0
}

.content-with-right-details div:last-child h6 {
    padding-top: 18px
}

.content-with-right-details .button {
    background: #0075A3;
    border: 1px solid #0075A3;
    width: 100%
}

    .content-with-right-details .button:hover {
        background: #0075A3;
        border: 1px solid #0075A3
    }

@media (min-width: 0em) and (max-width: 48em) {
    .content-with-right-details {
        flex-wrap: wrap
    }
}

.content-with-right-details > div:first-child {
    width: 70%;
    padding: 0 45px 0 0
}

    .content-with-right-details > div:first-child p,
    .content-with-right-details > div:first-child li {
        font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
    }

@media (min-width: 0em) and (max-width: 48em) {
    .content-with-right-details > div:first-child {
        padding-right: 0
    }
}

.content-with-right-details > div:last-child {
    padding: 0 0 0 45px;
    width: 30%;
    border-left: 1px solid #CBCCD0
}

@media (min-width: 0em) and (max-width: 48em) {
    .content-with-right-details > div {
        padding: 0;
        width: 100% !important;
        border: 0 !important
    }

        .content-with-right-details > div:last-child {
            margin: 0;
            padding: 0;
            text-align: left
        }
}

.content-with-right-details.no-separator > div:last-child {
    border-left: 0
}

.section-level-up .content-with-right-details > div h2 + p a:not(.button) {
    color: #0075A3
}

.section-level-up .content-with-right-details > div li a {
    color: #0075A3
}

.section-level-up .content-with-right-details > div:first-child {
    width: calc(100% - 250px)
}

.section-level-up .content-with-right-details > div:last-child {
    width: 250px;
    border-left: 0;
    padding-left: 0
}

.resource-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

@media (min-width: 0em) and (max-width: 48em) {
    .resource-info {
        padding-right: 0
    }
}

@media only screen and (max-width: 500px) {
    .resource-info {
        display: block
    }
}

.resource-info h2 {
    color: #3E7B25;
    margin: 0 0 9px 0;
    line-height: 1.1
}

@media (min-width: 0) and (max-width: 75em) {
    .resource-info h2 {
        font-size: 32px
    }
}

.resource-info h2 + p {
    font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 20px
}

.resource-info p {
    font-size: 1.5em;
    line-height: 1.1;
    color: #000
}

.resource-info > div {
    padding-right: 27px;
    width: calc(100% - 300px)
}

@media (min-width: 0) and (max-width: 75em) {
    .resource-info > div {
        width: calc(100% - 200px)
    }
}

@media only screen and (max-width: 500px) {
    .resource-info > div {
        width: 100%;
        padding: 0
    }
}

.resource-info > div.img {
    width: 300px
}

@media (min-width: 0) and (max-width: 75em) {
    .resource-info > div.img {
        width: 200px
    }
}

@media only screen and (max-width: 500px) {
    .resource-info > div.img {
        width: 100%;
        padding: 0 0 18px 0;
        text-align: center
    }

        .resource-info > div.img img {
            max-width: 200px
        }
}

.content-with-right-details .resource-info h2 {
    color: #425072
}

    .content-with-right-details .resource-info h2 + p {
        font-size: 18px;
        color: #4A4A4A
    }

.popup .resource-info {
    margin: 0 0 18px 0
}

    .popup .resource-info > div.img {
        width: 170px
    }

@media only screen and (max-width: 500px) {
    .popup .resource-info > div.img {
        width: 100%
    }

        .popup .resource-info > div.img img {
            max-width: 100px
        }
}

.popup .resource-info p {
    font-size: 13px;
    padding: 0
}

.popup .resource-info h2 {
    font-size: 27px;
    color: #3E7B25;
    font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

    .popup .resource-info h2 + p {
        color: #868789;
        font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
    }

p.date {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 18px 0
}

h2 + .date {
    margin-top: -18px
}

.content-with-callouts {
    display: flex;
    margin: 0 0 27px 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .content-with-callouts {
        flex-wrap: wrap
    }
}

.content-with-callouts > div.content {
    width: calc(100% - 325px);
    padding: 0 0 27px 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .content-with-callouts > div.content {
        padding-right: 0
    }
}

.content-with-callouts > div.callouts {
    padding: 0 0 0 45px;
    width: 325px
}

    .content-with-callouts > div.callouts input[type="text"] {
        min-width: 1px;
        border: 1px solid #0075A3;
        background: none;
        margin: 0 0 9px 0;
        width: 100%
    }

    .content-with-callouts > div.callouts input[type="submit"] {
        margin-bottom: 27px
    }

    .content-with-callouts > div.callouts .button {
        width: 100%
    }

@media (min-width: 0em) and (max-width: 48em) {
    .content-with-callouts > div.callouts {
        padding: 0
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .content-with-callouts > div {
        padding: 0;
        width: 100% !important;
        border: 0 !important
    }

        .content-with-callouts > div:last-child {
            width: 100%;
            margin: 0;
            padding: 0;
            text-align: left
        }
}

.content-with-callouts .content p,
.content-with-callouts .content li {
    font-size: 16px;
    font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

@media (min-width: 0em) and (max-width: 48em) {
    .content-with-callouts .content h3,
    .content-with-callouts .content h4,
    .content-with-callouts .content h5 {
        text-align: left
    }
}

.content-with-callouts .content .content-intro p {
    font-size: 1.5em !important;
    font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

.content-with-callouts .content .content-intro h2 {
    color: #425072
}

.content-with-callouts .callouts h4 {
    color: #3E7B25;
    font-weight: 700;
    margin: 0 0 9px 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .content-with-callouts .callouts h4 {
        text-align: left
    }
}

.content-with-callouts .callouts h5 {
    color: #3E7B25
}

.content-with-callouts.two-tones {
    margin: 0
}

    .content-with-callouts.two-tones .content {
        padding: 45px 45px 45px calc(50% - 570px);
        width: auto
    }

@media only screen and (max-width: 1220px) {
    .content-with-callouts.two-tones .content {
        padding: 20px 15px
    }
}

.content-with-callouts.two-tones .callouts {
    background: #f5f5f5;
    box-shadow: inset 7px 0 9px -7px rgba(0, 0, 0, 0.4);
    padding: 45px calc(50% - 570px) 45px 45px;
    box-sizing: content-box;
    width: auto
}

@media only screen and (max-width: 1220px) {
    .content-with-callouts.two-tones .callouts {
        padding: 20px 15px;
        box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4)
    }
}

.content-with-callouts.two-tones .callouts .callout-content {
    width: 250px
}

@media (min-width: 0em) and (max-width: 48em) {
    .content-with-callouts.two-tones .callouts .callout-content {
        width: 100%
    }
}

.content-with-callouts.two-tones .callouts p {
    font-size: 14px
}

.content-with-callouts.two-tones .callouts h5 {
    font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 9px
}

    .content-with-callouts.two-tones .callouts h5:not(:first-child) {
        margin-top: 18px
    }

@media (min-width: 0em) and (max-width: 48em) {
    .content-with-callouts.two-tones .callouts h5 {
        text-align: left
    }
}

.content-with-callouts.two-tones .callouts .pairs span {
    width: 50%;
    padding: 0 0 9px 0
}

    .content-with-callouts.two-tones .callouts .pairs span.label {
        text-align: left
    }

.side-callout {
    max-width: 325px
}

    .side-callout .hdr {
        min-height: 145px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        position: relative;
        background-repeat: no-repeat !important;
        background-size: cover !important
    }

        .side-callout .hdr span {
            position: relative;
            z-index: 10
        }

        .side-callout .hdr img {
            position: relative;
            z-index: 10;
            max-height: 150px
        }

        .side-callout .hdr:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 50%)
        }

    .side-callout p {
        font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 16px
    }

.content-half-half .side-callout {
    max-width: 100%
}

.callout-floated {
    border-left: 2px solid #CBCCD0;
    padding-left: 27px;
    margin: 0 0 20px 45px;
    float: right;
    width: 325px;
    position: relative;
    z-index: 15
}

@media (min-width: 0em) and (max-width: 48em) {
    .callout-floated {
        float: none;
        margin: 0 0 18px 0;
        padding-left: 0;
        border: 0;
        width: 100%
    }
}

.callout-floated h4 {
    color: #3E7B25;
    font-weight: 700;
    margin: 0 0 18px 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .callout-floated h4 {
        text-align: left
    }
}

.keywords a {
    background: #f5f5f5;
    border-radius: 10px;
    font-size: 14px;
    color: #4A4A4A;
    padding: 5px 9px
}

    .keywords a:hover {
        text-decoration: none
    }

.general-article .keywords,
.blog .keywords {
    margin: 0 0 18px 0
}

    .general-article .keywords a,
    .blog .keywords a {
        color: #0075A3
    }

.article-intro .callout-floated {
    margin-right: -90px
}

.section-level-down .content-with-callouts .content {
    width: 70%;
    padding: 0 45px 0 0
}

    .section-level-down .content-with-callouts .content h4 {
        color: #4A4A4A
    }

@media (min-width: 0em) and (max-width: 48em) {
    .section-level-down .content-with-callouts .content {
        padding-right: 0
    }
}

.section-level-down .content-with-callouts .callouts {
    padding: 0 0 0 45px;
    width: 30%;
    border-left: 1px solid #CBCCD0
}

.section-level-down .content-with-callouts .button {
    background: #0075A3;
    border: 1px solid #0075A3;
    width: 100%
}

    .section-level-down .content-with-callouts .button:hover {
        background: #0075A3;
        border: 1px solid #0075A3
    }

.section-level-down .content-with-callouts h4 {
    font-weight: 400
}

@media (min-width: 0em) and (max-width: 48em) {
    .section-level-down .content-with-callouts {
        padding: 0;
        width: 100% !important;
        border: 0 !important
    }

        .section-level-down .content-with-callouts:last-child {
            margin: 0;
            padding: 0;
            text-align: left
        }
}

.callout-pricing {
    margin: 0 0 18px 0
}

    .callout-pricing h4 {
        color: #4A4A4A;
        font-weight: 400
    }

@media (min-width: 0em) and (max-width: 48em) {
    .callout-pricing h4 {
        text-align: left
    }
}

.callout-pricing p {
    font-size: 14px
}

.callout-pricing .button {
    width: 100%;
    font-weight: 400 !important
}

ul.subnav li {
    margin: 0 0 18px 0;
    padding: 0
}

    ul.subnav li a {
        color: #4A4A4A
    }

    ul.subnav li:before {
        display: none
    }

    ul.subnav li.active {
        border-left: 2px solid #5C5C5C;
        padding-left: 9px
    }

        ul.subnav li.active a {
            font-weight: 700
        }

.content ul.subnav li {
    display: inline-block;
    margin: 0
}

    .content ul.subnav li a {
        border: 1px solid #5C5C5C;
        padding: 3px 5px;
        margin: 0 10px 10px 0;
        display: inline-block;
        font-size: 14px;
        color: #4A4A4A
    }

    .content ul.subnav li.active {
        border: 0;
        padding: 0
    }

        .content ul.subnav li.active a {
            background: rgba(0, 145, 202, 0.3);
            font-weight: 400
        }

    .content ul.subnav li:before {
        display: none
    }

.resource-info {
    display: flex
}

.tags a:not(.button) {
    background: #fff;
    color: #4A4A4A;
    font-size: 14px;
    border-radius: 13px;
    padding: 5px 15px;
    margin: 0 10px 10px 0;
    display: inline-block
}

    .tags a:not(.button):hover {
        background: #0075A3;
        color: #fff;
        text-decoration: none
    }

.pairs {
    display: flex;
    flex-wrap: wrap
}

    .pairs span {
        font-size: 14px
    }

        .pairs span.label {
            font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
            text-align: right;
            width: 80px;
            padding-right: 10px
        }

        .pairs span:nth-child(2n) {
            width: calc(100% - 100px)
        }

    .pairs.price {
        align-items: center
    }

        .pairs.price span {
            font-size: 18px;
            color: #868789;
            text-align: left
        }

            .pairs.price span.label {
                font-size: 27px
            }

                .pairs.price span.label.offer {
                    color: #3E7B25
                }

                    .pairs.price span.label.offer + span {
                        color: #3E7B25
                    }

.slick-prev {
    left: -9px
}

    .slick-prev:before {
        content: '\f3cf';
        font-family: Ionicons;
        color: #4A4A4A;
        opacity: 1
    }

    .slick-prev:hover,
    .slick-prev:active,
    .slick-prev:focus {
        border: 0
    }

    .slick-prev.slick-disabled {
        cursor: default;
        opacity: 0.25
    }

        .slick-prev.slick-disabled:before {
            opacity: 1
        }

@media only screen and (max-width: 1345px) {
    .features-slider {
        margin-top: 75px
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .features-slider {
        margin: 0 0 27px 0
    }
}

.features-slider .book a {
    font-size: 1.5em;
    padding-left: 27px
}

@media (min-width: 48.063em) and (max-width: 75em) {
    .features-slider .book a {
        font-size: 22px;
        padding-left: 18px
    }
}

.features-slider .book a span {
    font-size: 18px;
    font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

@media (min-width: 0em) and (max-width: 48em) {
    .features-slider .book a span {
        font-size: 14px
    }
}

@media (min-width: 48.063em) {
    .features-slider .slick-prev {
        left: -85px;
        border: 2px solid #0075A3;
        border-radius: 50%;
        width: 60px;
        height: 60px
    }

        .features-slider .slick-prev:before {
            color: #0075A3;
            font-size: 50px
        }

        .features-slider .slick-prev:hover,
        .features-slider .slick-prev:active,
        .features-slider .slick-prev:focus {
            border: 2px solid #0075A3
        }
}

@media only screen and (min-width: 48.063em) and (max-width: 1345px) {
    .features-slider .slick-prev {
        top: -35px;
        left: auto;
        right: 80px;
        width: 45px;
        height: 45px
    }

        .features-slider .slick-prev:before {
            color: #0075A3;
            font-size: 35px
        }
}

@media (min-width: 48.063em) {
    .features-slider .slick-next {
        border: 2px solid #0075A3;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        right: -65px
    }

        .features-slider .slick-next:before {
            color: #0075A3;
            font-size: 50px
        }

        .features-slider .slick-next:hover,
        .features-slider .slick-next:active,
        .features-slider .slick-next:focus {
            border: 2px solid #0075A3
        }
}

@media only screen and (min-width: 48.063em) and (max-width: 1345px) {
    .features-slider .slick-next {
        top: -35px;
        right: 27px;
        width: 45px;
        height: 45px
    }

        .features-slider .slick-next:before {
            color: #0075A3;
            font-size: 35px
        }
}

.slick-next {
    right: -8px
}

    .slick-next:before {
        content: '\f3d1';
        font-family: Ionicons;
        color: #4A4A4A;
        opacity: 1
    }

    .slick-next:hover,
    .slick-next:active,
    .slick-next:focus {
        border: 0
    }

    .slick-next.slick-disabled {
        cursor: default;
        opacity: 0.25
    }

        .slick-next.slick-disabled:before {
            opacity: 1
        }

.main-featured-area {
    display: flex;
    margin: 0 0 45px 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .main-featured-area {
        flex-wrap: wrap;
        margin: 0
    }
}

.main-featured-area > div {
    flex: 1
}

@media (min-width: 0em) and (max-width: 48em) {
    .main-featured-area > div {
        flex: 0 1 auto;
        width: 100%
    }
}

.main-featured-area > div.visual {
    justify-content: flex-start;
    max-width: 100%
}

    .main-featured-area > div.visual a {
        text-align: left;
        font-size: 1.5em;
        padding: 0 0 27px 27px
    }

@media (min-width: 0em) and (max-width: 48em) {
    .main-featured-area > div.visual a {
        padding: 0 0 9px 9px
    }
}

.main-featured-area > div.visual a > span {
    align-items: flex-start
}

.main-featured-area > div.visual a span span {
    font-size: 18px;
    display: block !important;
    color: #fff;
    font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

@media (min-width: 0em) and (max-width: 48em) {
    .main-featured-area > div.visual a span span {
        font-size: 14px
    }
}

.main-featured-area > div.side-callout {
    justify-content: flex-start;
    max-width: 100%
}

@media (min-width: 0em) and (max-width: 48em) {
    .main-featured-area > div.side-callout h3,
    .main-featured-area > div.side-callout h4 {
        text-align: left !important
    }
}

.main-featured-area > div p {
    padding: 0 0 9px 0
}

    .main-featured-area > div p a {
        font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
    }

.main-featured-area .book {
    margin: 0 0 18px 0
}

    .main-featured-area .book span {
        font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        display: block;
        padding: 0 0 15px 0
    }

@media only screen and (max-width: 550px) {
    .main-featured-area .book {
        min-height: 1px;
        background: none !important;
        border-radius: 0;
        border-bottom: 1px solid #CBCCD0
    }

        .main-featured-area .book a {
            width: 100%;
            color: #0075A3;
            padding: 0 0 18px 0
        }

            .main-featured-area .book a span {
                color: #4A4A4A;
                padding: 0 0 5px 0
            }

            .main-featured-area .book a.cover {
                display: none
            }
}

.main-featured-area .short-features {
    display: flex
}

@media (min-width: 0em) and (max-width: 48em) {
    .main-featured-area .short-features {
        padding: 18px 0 0 0
    }
}

@media only screen and (max-width: 550px) {
    .main-featured-area .short-features {
        flex-wrap: wrap
    }
}

.main-featured-area .short-features .visual {
    margin: 0 0 18px 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .main-featured-area .short-features .visual a {
        text-align: left;
        padding-left: 9px
    }

        .main-featured-area .short-features .visual a span {
            align-items: flex-start
        }
}

.main-featured-area .short-features > div {
    flex: 1;
    padding: 0 0 0 27px
}

@media (min-width: 0em) and (max-width: 48em) {
    .main-featured-area .short-features > div {
        padding: 0 27px 0 0
    }

        .main-featured-area .short-features > div:last-child {
            padding-right: 0
        }
}

@media only screen and (max-width: 550px) {
    .main-featured-area .short-features > div {
        flex: 0 1 auto;
        padding: 0;
        width: 100%
    }

        .main-featured-area .short-features > div:last-child .plain-feature:last-child {
            border: 0
        }
}

.main-featured-area .plain-feature {
    border-bottom: 1px solid #CBCCD0;
    padding: 0 0 9px 0;
    margin: 0 0 18px 0
}

    .main-featured-area .plain-feature p {
        line-height: 1.1
    }

        .main-featured-area .plain-feature p a {
            color: #323232
        }

@media only screen and (max-width: 550px) {
    .main-featured-area .plain-feature p a {
        color: #0075A3 !important
    }
}

.main-featured-area .plain-feature:last-child {
    border: 0
}

@media only screen and (max-width: 550px) {
    .main-featured-area .plain-feature:last-child {
        border-bottom: 1px solid #CBCCD0
    }
}

.main-featured-area .article,
.main-featured-area .issue {
    margin: 0 0 18px 0
}

.full-callout {
    background: #425072 url(../images/full-mask.jpg) center center no-repeat;
    background-size: cover;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    border-top: 6px solid #FE991F;
    border-bottom: 6px solid #FE991F;
    margin: 0 0 45px 0;
    padding: 64px 0 45px 0
}

    .full-callout h3,
    .full-callout h4,
    .full-callout p {
        color: #fff;
        text-align: center
    }

        .full-callout h3 a:not(.button),
        .full-callout h4 a:not(.button),
        .full-callout p a:not(.button) {
            color: #fff;
            text-decoration: underline
        }

@media (min-width: 0em) and (max-width: 48em) {
    .full-callout img {
        max-width: 180px
    }
}

.cards-callout {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 27px 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .cards-callout {
        flex-wrap: wrap
    }
}

.cards-callout div,
.cards-callout > a {
    width: calc(50% - 14px)
}

@media only screen and (max-width: 1220px) {
    .cards-callout div,
    .cards-callout > a {
        width: calc(50% - 14px)
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .cards-callout div,
    .cards-callout > a {
        flex: 0 1 auto;
        width: 100%
    }

        .cards-callout div.card-callout,
        .cards-callout > a.card-callout {
            margin-right: 0
        }
}

.cards-callout a.card-callout:hover {
    text-decoration: none
}

.cards-callout .layout-cover.card-callout {
    align-items: center
}

@media (min-width: 0em) and (max-width: 48em) {
    .cards-callout .layout-cover.card-callout {
        justify-content: center
    }
}

.cards-callout .layout-cover.card-callout .blurb {
    width: 100%;
    text-align: center
}

.cards-callout .layout-cover.card-callout .links {
    display: none
}

.cards-callout .layout-cover.card-callout p {
    font-size: 18px;
    font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

.cards-callout .layout-cover.card-callout h3 {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 0em) and (max-width: 48em) {
    .cards-callout .layout-cover.card-callout h3 {
        height: auto;
        margin-bottom: 9px
    }
}

.cards-callout .layout-cover.card-callout:before {
    background: rgba(0, 0, 0, 0.3);
    mix-blend-mode: multiply
}

.content .card-callout {
    min-height: 350px;
    height: 350px;
    padding: 27px 27px 9px 27px
}

    .content .card-callout .button {
        padding-left: 15px;
        padding-right: 15px
    }

        .content .card-callout .button.outline {
            border: 1px solid #fff;
            color: #fff
        }

            .content .card-callout .button.outline:hover {
                border: 1px solid #0075A3
            }

@media (min-width: 0em) and (max-width: 48em) {
    .content .card-callout .button {
        width: auto !important
    }
}

.content .card-callout h3,
.content .card-callout h4,
.content .card-callout p {
    color: #fff
}

@media (min-width: 48.063em) {
    .content .cards-callout .card-callout {
        height: 170px;
        min-height: 180px
    }

        .content .cards-callout .card-callout .links {
            width: 100px
        }

        .content .cards-callout .card-callout .blurb {
            width: calc(100% - 100px);
            padding-right: 18px
        }
}

@media only screen and (max-width: 1000px) {
    .content .cards-callout .card-callout {
        flex: 0 1 auto;
        width: 100%;
        margin-right: 0 !important
    }
}

.content .card-callout .links .button {
    width: 100%
}

.cards-callout .card-callout {
    height: 250px;
    min-height: 250px;
    padding: 18px 0 0 0;
    margin: 0 27px 27px 0
}

    .cards-callout .card-callout:nth-child(2n) {
        margin-right: 0
    }

    .cards-callout .card-callout h3 {
        font-size: 1.5em;
        margin: 0 0 5px 0
    }

    .cards-callout .card-callout p {
        font-size: 14px;
        font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        line-height: 1.3
    }

    .cards-callout .card-callout .links {
        width: 130px;
        padding: 0 10px
    }

@media (min-width: 0em) and (max-width: 48em) {
    .cards-callout .card-callout .links {
        width: 100%;
        padding-left: 18px
    }
}

.cards-callout .card-callout .links .button.outline {
    border: 1px solid #fff;
    color: #fff;
    padding: 9px 18px
}

    .cards-callout .card-callout .links .button.outline:hover {
        border: 1px solid #0075A3;
        background: #0075A3
    }

.cards-callout .card-callout .blurb {
    padding: 18px 18px 0 18px;
    width: calc(100% - 130px)
}

    .cards-callout .card-callout .blurb:first-child:last-child {
        width: 100%
    }

@media (min-width: 0em) and (max-width: 48em) {
    .cards-callout .card-callout .blurb {
        width: 100%
    }
}

.content-half-half .card-callout {
    min-height: 350px;
    height: 350px;
    padding: 18px 18px 0 27px;
    margin-bottom: 18px
}

@media (min-width: 0em) and (max-width: 48em) {
    .content-half-half .card-callout {
        height: 250px;
        min-height: 250px
    }
}

.content-half-half .card-callout h3 {
    font-size: 1.5em
}

.content-half-half .card-callout a.play {
    color: #fff;
    padding-left: 35px;
    position: relative;
    display: block
}

    .content-half-half .card-callout a.play:before {
        content: '\f01d';
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%)
    }

.features-slider .card-callout {
    min-height: 300px;
    padding: 18px 0 0 0;
    margin-right: 27px
}

@media (min-width: 0em) and (max-width: 48em) {
    .features-slider .card-callout {
        margin-right: 15px
    }
}

@media only screen and (max-width: 650px) {
    .features-slider .card-callout {
        margin-right: 15px
    }
}

@media only screen and (max-width: 450px) {
    .features-slider .card-callout {
        margin-right: 0
    }
}

.features-slider .card-callout h3 {
    font-size: 21px;
    margin: 0
}

    .features-slider .card-callout h3 a {
        color: #fff;
        font-size: 1.5em;
        display: block
    }

@media (min-width: 0em) and (max-width: 48em) {
    .features-slider .card-callout h3 {
        font-size: 18px
    }
}

.features-slider .card-callout p {
    font-size: 16px;
    padding: 0 0 5px 0;
    font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

.features-slider .card-callout .links {
    width: 100px
}

@media (min-width: 0em) and (max-width: 48em) {
    .features-slider .card-callout .links {
        width: 100%
    }
}

.features-slider .card-callout .links .button.outline {
    border: 1px solid #fff;
    color: #fff
}

.features-slider .card-callout .blurb {
    padding: 35px 18px 18px 18px;
    width: calc(100% - 100px)
}

    .features-slider .card-callout .blurb:first-child:last-child {
        width: 100%
    }

@media (min-width: 0em) and (max-width: 48em) {
    .features-slider .card-callout .blurb {
        width: 100%
    }
}

.features-slider .visual {
    min-height: 300px;
    padding: 18px 18px 0 18px
}

    .features-slider .visual a {
        color: #fff;
        font-size: 39px;
        padding-bottom: 18px
    }

@media (min-width: 0em) and (max-width: 48em) {
    .features-slider .visual {
        height: 200px;
        min-height: 200px
    }

        .features-slider .visual a {
            font-size: 22px
        }
}

.features-slider .book {
    min-height: 300px;
    height: 300px
}

@media (min-width: 0em) and (max-width: 48em) {
    .features-slider .book {
        height: 200px;
        min-height: 200px
    }
}

.card-callout {
    margin: 0 0 45px 0;
    padding: 36px 45px 18px 45px;
    border-radius: 5px;
    height: 450px;
    min-height: 450px;
    display: flex !important;
    align-items: flex-end;
    position: relative;
    background-size: cover !important;
    background-position: center top;
    background-color: rgba(66, 80, 114, 0.75)
}

@media only screen and (max-width: 1220px) {
    .card-callout {
        margin-right: 15px
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .card-callout {
        flex-direction: column;
        justify-content: flex-end;
        padding: 18px 18px 0 18px;
        margin-right: 0
    }
}

.card-callout h3,
.card-callout h4,
.card-callout p,
.card-callout a {
    color: #fff
}

    .card-callout h3 a {
        display: flex;
        align-items: center
    }

        .card-callout h3 a i {
            margin-right: 15px
        }

        .card-callout h3 a:hover {
            text-decoration: none
        }

            .card-callout h3 a:hover i {
                color: #0075A3
            }

.card-callout p {
    font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

.card-callout:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 50%);
    border-radius: 0 0 5px 5px
}

.card-callout .blurb {
    width: calc(100% - 200px);
    padding-right: 45px;
    position: relative;
    z-index: 10
}

    .card-callout .blurb:first-child:last-child {
        width: 100%
    }

@media (min-width: 48.063em) and (max-width: 75em) {
    .card-callout .blurb h3 {
        font-size: 22px
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .card-callout .blurb {
        width: 100%;
        padding: 0
    }

        .card-callout .blurb h3 {
            text-align: left;
            font-size: 22px
        }
}

.card-callout .links {
    width: 200px;
    position: relative;
    z-index: 10
}

@media (min-width: 0em) and (max-width: 48em) {
    .card-callout .links {
        width: 100%
    }
}

.card-callout .links .outline:hover {
    border: 1px solid #0075A3;
    background: #0075A3
}

.card-callout .links p {
    text-align: center
}

@media (min-width: 0em) and (max-width: 48em) {
    .card-callout .links p {
        text-align: left;
        display: inline
    }

        .card-callout .links p .button {
            margin: 0 18px 18px 0
        }
}

.content-type {
    background: #69DEF3;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 100;
    color: #4A4A4A
}

.article .content-type,
.issue .content-type {
    padding: 2px 5px;
    font-size: 12px;
    top: 9px;
    left: 9px
}

.vetted {
    position: absolute;
    right: 9px;
    top: 9px;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    background: #fff url(../images/nsta-lockup.svg) center center no-repeat;
    background-size: 60% auto;
    z-index: 100
}

    .vetted:before {
        content: 'NSTA vetted resource';
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, -31px);
        display: none;
        white-space: nowrap;
        font-size: 13px;
        font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        background-color: #FFFFFF;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.18);
        color: #333;
        padding: 3px 9px;
        border-radius: 3px
    }

@media (min-width: 0em) and (max-width: 48em) {
    .vetted:before {
        left: auto;
        right: 0;
        transform: translate(0, -31px)
    }
}

.vetted:after {
    content: '';
    position: absolute;
    left: calc(50% - 10px);
    top: -12px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    display: none
}

.vetted:hover:before,
.vetted:hover:after {
    display: block
}

.list-items .article .vetted,
.list-items .issue .vetted,
.article .vetted,
.issue .vetted {
    right: 5px;
    top: 5px;
    width: 40px !important;
    height: 40px !important
}

    .article.vetted .cover:after,
    .issue.vetted .cover:after,
    .list-items .article.vetted .cover:after,
    .list-items .issue.vetted .cover:after {
        right: 5px;
        top: 5px;
        width: 40px;
        height: 40px
    }

.card-callout:not([data-bg]),
.article .cover:not([data-bg]) {
    background-image: url(../images/logo-white4.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain !important;
    background-color: rgba(66, 80, 114, 0.75) !important
}

.callouts .card-callout {
    height: auto;
    min-height: 200px;
    padding: 18px 18px 0 18px;
    align-items: center
}

@media (min-width: 0em) and (max-width: 48em) {
    .callouts .card-callout {
        justify-content: center
    }
}

.callouts .card-callout .blurb p {
    font-size: 22px;
    color: #fff;
    line-height: 1.3
}

    .callouts .card-callout .blurb p a:not(.button) {
        color: #fff;
        font-weight: 700
    }

.callouts p.logo img {
    border-radius: 5px
}

.side-callout {
    background: #f5f5f5;
    border-radius: 5px;
    margin: 0 0 18px 0
}

    .side-callout .hdr {
        background: linear-gradient(to bottom, #F8669D, #B61B56);
        border-radius: 5px 5px 0 0;
        padding: 18px;
        color: #fff;
        font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
    }

    .side-callout .indent {
        padding: 18px 18px 9px 18px
    }

    .side-callout h5 {
        color: #425072
    }

    .side-callout h4 {
        margin-bottom: 9px
    }

    .side-callout .button {
        width: 100%
    }

        .side-callout .button.outline {
            border: 1px solid #0075A3;
            color: #0075A3
        }

        .side-callout .button.text {
            width: auto
        }

.bordered-callout {
    margin: 0 0 45px 0;
    border-top: 3px solid #FE991F;
    border-bottom: 3px solid #FE991F;
    padding: 45px 0 27px 0
}

    .bordered-callout p {
        text-align: center;
        font-size: 1.5em;
        font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        max-width: 80%;
        margin: 0 auto;
        line-height: 1.3
    }

.logo-area {
    background: linear-gradient(to bottom, #F8669D, #B61B56);
    padding: 18px
}

.page-wrap .list-with-icons {
    margin: 0 0 0 auto;
    display: inline-block
}

    .page-wrap .list-with-icons li {
        text-align: left;
        font-size: 24px;
        color: #425072;
        font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        margin: 0;
        padding: 23px 0 23px 65px;
        line-height: 1.1
    }

        .page-wrap .list-with-icons li:before {
            display: none
        }

        .page-wrap .list-with-icons li img {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%)
        }

.forum {
    display: flex;
    align-items: center;
    border-top: 1px solid #CBCCD0;
    padding: 45px 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .forum {
        flex-wrap: wrap
    }
}

.forum h4,
.forum h3 {
    color: #0075A3
}

@media (min-width: 0em) and (max-width: 48em) {
    .forum h4,
    .forum h3 {
        text-align: left
    }
}

.forum .button.outline {
    border: 1px solid #0075A3;
    color: #0075A3
}

    .forum .button.outline:hover {
        background: #0075A3;
        color: #fff
    }

.forum .img {
    padding: 0 27px 0 0;
    width: 350px;
    min-width: 350px
}

@media (min-width: 0em) and (max-width: 48em) {
    .forum .img {
        width: 100%;
        min-width: 1px;
        padding: 0 0 18px 0
    }
}

.forum .section {
    width: 100%
}

    .forum .section p {
        font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
    }

.content-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 27px)
}

@media (min-width: 0em) and (max-width: 48em) {
    .content-list {
        width: 100%
    }
}

.content-list > div {
    width: calc(33.33% - 27px);
    margin: 0 27px 27px 0
}

@media only screen and (max-width: 950px) {
    .content-list > div {
        width: calc(50% - 27px)
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .content-list > div {
        margin: 0 0 18px 0;
        width: 100%
    }
}

.list-items .article {
    display: flex;
    align-items: flex-start;
    background: none;
    margin: 0 0 27px 0
}

    .list-items .article .cover {
        width: 30%;
        max-width: 265px;
        padding-bottom: 0;
        border-radius: 5px
    }

        .list-items .article .cover a {
            display: block;
            padding-bottom: 55%;
            border-radius: 5px
        }

    .list-items .article .blurb {
        display: flex;
        flex-direction: column;
        padding: 0
    }

        .list-items .article .blurb:not(:first-child) {
            width: 70%;
            padding: 0 18px
        }

@media (min-width: 0em) and (max-width: 48em) {
    .list-items .article .blurb {
        padding-right: 0
    }
}

.list-items .article .blurb .date {
    margin: 0 0 2px 0;
    font-weight: normal;
    font-size: 15px
}

.list-items .article .blurb p:not(.date) {
    font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 14px
}

.list-items .article .blurb p.by {
    color: #868789;
    font-size: 14px
}

.list-items .article .blurb p.title {
    font-size: 18px;
    padding: 0 0 5px 0
}

.list-items .article .tags {
    margin: auto 0 0 0;
    padding: 10px 0 0 0
}

    .list-items .article .tags a {
        background: #f5f5f5
    }

        .list-items .article .tags a:hover {
            color: #000
        }

.list-items .issue {
    display: flex;
    background: none;
    margin: 0 0 27px 0;
    max-width: 100%
}

    .list-items .issue > div:first-child:not(.blurb) {
        width: 30%;
        max-width: 265px;
        position: relative
    }

    .list-items .issue .cover {
        border-radius: 5px
    }

        .list-items .issue .cover a {
            display: block;
            padding-bottom: 55%
        }

    .list-items .issue .blurb {
        display: flex;
        padding: 0;
        flex-direction: column
    }

        .list-items .issue .blurb:not(:first-child) {
            width: 70%;
            padding: 0 18px
        }

        .list-items .issue .blurb .date {
            margin: 0 0 2px 0;
            font-weight: normal;
            font-size: 15px
        }

        .list-items .issue .blurb p:not(.date) {
            font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
            font-size: 14px
        }

        .list-items .issue .blurb p.by {
            color: #868789;
            font-size: 14px
        }

        .list-items .issue .blurb p.title {
            font-size: 18px;
            padding: 0 0 5px 0
        }

    .list-items .issue .tags {
        margin: auto 0 0 0;
        padding: 10px 0 0 0
    }

        .list-items .issue .tags a {
            background: #f5f5f5
        }

            .list-items .issue .tags a:hover {
                color: #000
            }

.content-with-callouts .content .content-list,
.options-box .content-list {
    width: calc(100% + 27px)
}

@media (min-width: 0em) and (max-width: 48em) {
    .content-with-callouts .content .content-list,
    .options-box .content-list {
        width: 100%
    }
}

.content-with-callouts .content .content-list > div,
.options-box .content-list > div {
    width: calc(50% - 27px);
    margin: 0 27px 27px 0
}

@media only screen and (max-width: 1170px) {
    .content-with-callouts .content .content-list > div,
    .options-box .content-list > div {
        width: calc(100% - 27px)
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .content-with-callouts .content .content-list > div,
    .options-box .content-list > div {
        margin: 0 0 18px 0;
        width: 100%
    }
}

.content-list-hdr,
.search-results-page .views-exposed-form {
    display: flex;
    align-items: center;
    width: 100%
}

@media (min-width: 0em) and (max-width: 48em) {
    .content-list-hdr,
    .search-results-page .views-exposed-form {
        flex-wrap: wrap
    }
}

.content-list-hdr h4,
.search-results-page .views-exposed-form h4 {
    color: #0075A3;
    font-weight: 700
}

.content-list-hdr .util-list,
.search-results-page .views-exposed-form .util-list {
    justify-content: flex-end
}

    .content-list-hdr .util-list > p,
    .search-results-page .views-exposed-form .util-list > p {
        font-size: 14px
    }

@media (min-width: 0em) and (max-width: 48em) {
    .content-list-hdr .util-list,
    .search-results-page .views-exposed-form .util-list {
        width: 100%;
        justify-content: flex-start
    }
}

.util-list {
    margin: 0 0 18px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

@media (min-width: 0em) and (max-width: 48em) {
    .util-list form {
        width: 100%
    }
}

.util-list.center {
    flex-direction: column
}

.util-list.left {
    justify-content: flex-start
}

    .util-list.left p {
        margin-left: 0
    }

.util-list.right {
    justify-content: flex-end
}

    .util-list.right p:last-child {
        margin-right: 0
    }

.util-list > p {
    margin: 0 9px 9px 9px;
    font-weight: 700;
    font-size: 16px;
    padding: 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .util-list > p {
        margin-left: 0;
        margin-right: 9px;
        width: 100%
    }
}

.util-list a {
    margin: 0 0 0 9px
}

@media (min-width: 0em) and (max-width: 48em) {
    .util-list a {
        margin-left: 0;
        margin-right: 9px
    }
}

.util-list input {
    width: 100%
}

.util-list .error {
    width: 100%;
    color: red;
    font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400
}

.util-list .button.right-align {
    background: #0075A3;
    border: 1px solid #0075A3
}

.util-list .button {
    white-space: nowrap
}

.util-list input[type="text"],
.util-list select {
    background: none;
    border: 1px solid #CBCCD0;
    width: 100%;
    font-size: 16px;
    font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #4A4A4A;
    border-radius: 5px
}

.intro .util-list {
    margin-top: 27px
}

    .intro .util-list p {
        font-size: 16px !important
    }

.search-results-page .views-exposed-form {
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 0 0 0 !important
}

@media only screen and (max-width: 1220px) {
    .search-results-page .views-exposed-form {
        padding: 40px 15px 0 15px !important
    }
}

.search-results-page .views-exposed-form label {
    font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

.search-results-page .views-exposed-form > div {
    width: 100%
}

.search-results-page .views-exposed-form {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 18px 0
}

    .search-results-page .views-exposed-form .form-actions {
        width: 100%
    }

    .search-results-page .views-exposed-form label,
    .search-results-page .views-exposed-form legend {
        color: #868789;
        font-size: 18px;
        font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
    }

    .search-results-page .views-exposed-form legend {
        padding: 0 0 5px 0
    }

    .search-results-page .views-exposed-form .main-filters {
        display: flex;
        flex-wrap: wrap;
        width: 100%
    }

        .search-results-page .views-exposed-form .main-filters > div {
            margin: 0 0 20px 0
        }

        .search-results-page .views-exposed-form .main-filters .results-no {
            align-self: center;
            margin: 0;
            color: #868789;
            font-size: 14px;
            padding-left: 18px;
            padding-right: 18px
        }

@media (min-width: 0em) and (max-width: 48em) {
    .search-results-page .views-exposed-form .main-filters .results-no {
        margin: -9px auto 0 auto;
        padding: 0 0 18px 0;
        width: 100%
    }
}

.search-results-page .views-exposed-form .fieldset-wrapper .form-radios {
    display: flex;
    background: #dbdbdb;
    border-radius: 30px
}

.search-results-page .views-exposed-form .fieldgroup.form-wrapper {
    margin: 0 0 18px auto
}

@media only screen and (max-width: 1070px) {
    .search-results-page .views-exposed-form .fieldgroup.form-wrapper {
        margin: 0 0 18px 0
    }
}

.search-results-page .views-exposed-form .js-form-item {
    padding: 0
}

    .search-results-page .views-exposed-form .js-form-item [type="radio"] + label {
        margin: 0;
        padding: 15px 27px;
        display: block;
        text-transform: uppercase;
        font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 14px;
        color: #4A4A4A
    }

    .search-results-page .views-exposed-form .js-form-item [type="radio"]:not(:checked) + label,
    .search-results-page .views-exposed-form .js-form-item [type="radio"]:checked + label {
        padding-left: 27px
    }

    .search-results-page .views-exposed-form .js-form-item [type="radio"]:checked + label {
        background: #0075A3;
        border-radius: 30px;
        color: #fff
    }

        .search-results-page .views-exposed-form .js-form-item [type="radio"]:not(:checked) + label::before,
        .search-results-page .views-exposed-form .js-form-item [type="radio"]:checked + label::before {
            display: none
        }

    .search-results-page .views-exposed-form .js-form-item.form-item-created-min {
        float: left;
        padding: 0 10px 0 0;
        width: auto;
        min-width: 90px
    }

        .search-results-page .views-exposed-form .js-form-item.form-item-created-min p {
            padding: 0 0 5px 0
        }

        .search-results-page .views-exposed-form .js-form-item.form-item-created-min .field-prefix,
        .search-results-page .views-exposed-form .js-form-item.form-item-created-min .field-prefix p {
            color: #3E7B25;
            font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
        }

    .search-results-page .views-exposed-form .js-form-item.form-item-created-max {
        padding-top: 32px
    }

        .search-results-page .views-exposed-form .js-form-item.form-item-created-max .field-prefix {
            padding-right: 10px
        }

@media (min-width: 0em) and (max-width: 48em) {
    .search-results-page .views-exposed-form .js-form-item {
        width: 100%
    }
}

.search-results-page .views-exposed-form input[type="text"] {
    border: 1px solid #0075A3;
    height: 45px;
    border-radius: 5px 0 0 5px
}

.search-results-page .views-exposed-form .button {
    background: none;
    padding: 0 !important;
    color: #0075A3;
    border: 0;
    cursor: pointer;
    margin: 0 30px 0 0
}

    .search-results-page .views-exposed-form .button#edit-submit-search-results-main,
    .search-results-page .views-exposed-form .button#edit-submit-search {
        display: none !important
    }

    .search-results-page .views-exposed-form .button:hover,
    .search-results-page .views-exposed-form .button:active,
    .search-results-page .views-exposed-form .button:focus {
        color: #0075A3 !important
    }

.search-results-page .callouts .main-filters {
    display: none
}

.search-results-page .callouts .advanced-filters fieldset {
    margin: 0 0 18px 0;
    padding: 0 0 18px 0;
    border-bottom: 2px solid #AEAEAE
}

    .search-results-page .callouts .advanced-filters fieldset#edit-search-topic-as-type--wrapper,
    .search-results-page .callouts .advanced-filters fieldset#edit-search-book--wrapper,
    .search-results-page .callouts .advanced-filters fieldset#edit-search-journals--wrapper {
        border-bottom: 0px;
        margin: 0;
        padding: 0
    }

        .search-results-page .callouts .advanced-filters fieldset#edit-search-topic-as-type--wrapper legend {
            display: none
        }

        .search-results-page .callouts .advanced-filters fieldset#edit-search-journals--wrapper .form-item {
            padding: 0 0 0 10px
        }

    .search-results-page .callouts .advanced-filters fieldset#edit-search-journals--wrapper {
        padding: 10px 0 0 0
    }

    .search-results-page .callouts .advanced-filters fieldset#edit-search-type--wrapper legend {
        display: none
    }

    .search-results-page .callouts .advanced-filters fieldset:last-child {
        border: 0
    }

.search-results-page .callouts legend {
    color: #3E7B25;
    font-size: 18px;
    font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    margin: 0 0 9px 0
}

.search-results-page .callouts select {
    background: #fff;
    max-width: 90px;
    height: 40px;
    border-radius: 5px
}

.search-results-page .content .advanced-filters .js-form-item input[type="checkbox"]:not(:checked),
.search-results-page .content .advanced-filters .js-form-item input[type="checkbox"]:not(:checked) + label,
.search-results-page .content .advanced-filters .js-form-item input[type="checkbox"]:not(:checked),
.search-results-page .content .advanced-filters .js-form-item input[type="checkbox"]:not(:checked) + label {
    display: none
}

.search-results-page .content .advanced-filters .show-more,
.search-results-page .content .advanced-filters legend,
.search-results-page .content .advanced-filters .show-more,
.search-results-page .content .advanced-filters legend {
    display: none
}

.search-results-page .content .advanced-filters .js-form-item,
.search-results-page .content .advanced-filters .js-form-item {
    display: inline-block
}

.search-results-page .content .advanced-filters .form-checkboxes.fieldgroup,
.search-results-page .content .advanced-filters .form-checkboxes.fieldgroup {
    display: flex;
    flex-wrap: wrap
}

.search-results-page .content .advanced-filters .fieldgroup.form-wrapper,
.search-results-page .content .advanced-filters .fieldgroup.form-wrapper {
    margin-bottom: 0
}

.search-results-page .content .advanced-filters .js-form-item input[type="checkbox"]:checked + label,
.search-results-page .content .advanced-filters .js-form-item input[type="checkbox"]:checked + label {
    background: #f5f5f5;
    padding: 8px 40px 8px 20px !important;
    margin: 0 9px 9px 0;
    border-radius: 15px;
    color: #4A4A4A;
    font-size: 14px;
    font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

    .search-results-page .content .advanced-filters .js-form-item input[type="checkbox"]:checked + label:before,
    .search-results-page .content .advanced-filters .js-form-item input[type="checkbox"]:checked + label:before {
        content: '\f00d';
        font-family: FontAwesome;
        width: auto;
        height: auto;
        background: none;
        border: 0;
        box-shadow: none;
        left: auto;
        right: 15px;
        top: 50%;
        transform: translateY(-55%)
    }

    .search-results-page .content .advanced-filters .js-form-item input[type="checkbox"]:checked + label:after,
    .search-results-page .content .advanced-filters .js-form-item input[type="checkbox"]:checked + label:after {
        display: none
    }

.search-results-page .content .advanced-filters a,
.search-results-page .content .advanced-filters a {
    font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 14px;
    white-space: nowrap
}

@media (min-width: 0em) and (max-width: 48em) {
    .search-results-page .content .fieldgroup.form-wrapper {
        width: 100%
    }
}

.search-results-page .content #edit-actions {
    padding: 0 !important
}

    .search-results-page .content #edit-actions input.js-form-submit {
        display: none !important
    }

.search-results-page .callouts .advanced-filters fieldset#edit-search-journals--wrapper {
    padding: 0 0 5px 0
}

    .search-results-page .callouts .advanced-filters fieldset#edit-search-journals--wrapper legend {
        color: #4A4A4A;
        margin: 0;
        padding: 2px 0 0 0;
        font-family: "Rubik-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 14px;
        padding-left: 35px;
        position: relative;
        cursor: pointer
    }

        .search-results-page .callouts .advanced-filters fieldset#edit-search-journals--wrapper legend:before {
            content: '\f105';
            font-family: FontAwesome;
            color: #fff;
            text-align: center;
            font-size: 15px;
            position: absolute;
            left: 2px;
            top: 0;
            width: 15px;
            height: 15px;
            line-height: 15px;
            background: #777;
            border-radius: 3px;
            border: 2px solid #777;
            transition: all ease 0.3s
        }

        .search-results-page .callouts .advanced-filters fieldset#edit-search-journals--wrapper legend.expanded:before {
            transform: rotate(90deg)
        }

    .search-results-page .callouts .advanced-filters fieldset#edit-search-journals--wrapper .fieldset-wrapper {
        display: none;
        padding: 15px 0 0 0
    }

        .search-results-page .callouts .advanced-filters fieldset#edit-search-journals--wrapper .fieldset-wrapper .form-item {
            padding-left: 35px
        }

.resources-list .callouts .highlighted-column fieldset {
    margin: 0 0 18px 0;
    padding: 0 0 18px 0;
    border-bottom: 2px solid #AEAEAE
}

    .resources-list .callouts .highlighted-column fieldset#edit-search-topic-as-type--wrapper,
    .resources-list .callouts .highlighted-column fieldset#edit-search-book--wrapper,
    .resources-list .callouts .highlighted-column fieldset#edit-search-journals--wrapper {
        border-bottom: 0px;
        margin: 0;
        padding: 0
    }

        .resources-list .callouts .highlighted-column fieldset#edit-search-topic-as-type--wrapper legend {
            display: none
        }

        .resources-list .callouts .highlighted-column fieldset#edit-search-journals--wrapper .form-item {
            padding: 0 0 0 10px
        }

    .resources-list .callouts .highlighted-column fieldset#edit-search-journals--wrapper {
        padding: 10px 0 0 0
    }

    .resources-list .callouts .highlighted-column fieldset#edit-search-type--wrapper legend {
        display: none
    }

    .resources-list .callouts .highlighted-column fieldset:last-child {
        border: 0
    }

    .resources-list .callouts .highlighted-column fieldset#edit-search-journals--wrapper {
        padding: 0 0 5px 0
    }

        .resources-list .callouts .highlighted-column fieldset#edit-search-journals--wrapper legend {
            color: #4A4A4A;
            margin: 0;
            padding: 2px 0 0 0;
            font-family: "Rubik-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
            font-size: 14px;
            padding-left: 35px;
            position: relative;
            cursor: pointer
        }

            .resources-list .callouts .highlighted-column fieldset#edit-search-journals--wrapper legend:before {
                content: '\f105';
                font-family: FontAwesome;
                color: #fff;
                text-align: center;
                font-size: 15px;
                position: absolute;
                left: 2px;
                top: 0;
                width: 15px;
                height: 15px;
                line-height: 15px;
                background: #777;
                border-radius: 3px;
                border: 2px solid #777;
                transition: all ease 0.3s
            }

            .resources-list .callouts .highlighted-column fieldset#edit-search-journals--wrapper legend.expanded:before {
                transform: rotate(90deg)
            }

        .resources-list .callouts .highlighted-column fieldset#edit-search-journals--wrapper .fieldset-wrapper {
            display: none;
            padding: 15px 0 0 0
        }

            .resources-list .callouts .highlighted-column fieldset#edit-search-journals--wrapper .fieldset-wrapper .form-item {
                padding-left: 35px
            }

.highlighted-column legend {
    color: #3E7B25;
    font-size: 18px;
    font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    margin: 0 0 9px 0
}

.highlighted-column .views-exposed-form fieldset .js-form-item {
    padding: 0
}

.highlighted-column .views-exposed-form {
    padding: 0
}

    .highlighted-column .views-exposed-form .button.form-submit {
        display: none !important
    }

.highlighted-column .fieldgroup {
    border: 0;
    padding: 0
}

.highlighted-column input[type="text"] {
    background: #fff !important;
    border: 1px solid #CBCCD0 !important;
    padding-right: 55px
}

.highlighted-column .button.right-align {
    margin-top: -54px;
    height: 45px;
    width: auto !important
}

.content .views-exposed-form {
    display: none
}

.search-results-page .content .views-exposed-form {
    display: flex;
    padding: 0 0 45px 0
}

.page-wrap .search-results-page .views-exposed-form input[type="submit"] {
    float: right;
    background: #0075A3 !important;
    min-width: 45px;
    border-radius: 0 5px 5px 0;
    margin: 26px 0 0 0;
    position: relative;
    font-family: Ionicons;
    color: #fff;
    font-size: 20px
}

.section-level-up .views-exposed-form {
    padding-top: 0 !important
}

.section-header-with-util-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

    .section-header-with-util-area .util {
        display: flex;
        align-items: center;
        margin: -8px 0 18px 0
    }

@media (min-width: 0em) and (max-width: 48em) {
    .section-header-with-util-area .util {
        flex-wrap: wrap;
        width: 100%
    }

        .section-header-with-util-area .util input[type="text"] {
            min-width: 250px;
            width: 100%
        }
}

.section-header-with-util-area .util .search-area {
    max-width: 350px;
    padding: 0 0 18px 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .section-header-with-util-area .util .search-area {
        width: 100%;
        max-width: 100%
    }
}

.section-header-with-util-area .util p {
    padding: 0 0 18px 18px
}

@media (min-width: 0em) and (max-width: 48em) {
    .section-header-with-util-area .util p {
        padding: 0 18px 18px 0
    }
}

.section-header-with-util-area .util .button.outline {
    border: 1px solid #0075A3;
    color: #0075A3
}

    .section-header-with-util-area .util .button.outline:hover,
    .section-header-with-util-area .util .button.outline:active,
    .section-header-with-util-area .util .button.outline:focus {
        background: none;
        color: #0075A3 !important
    }

.titles {
    margin: 0 0 27px 0;
    border-right: 1px solid #CBCCD0
}

@media only screen and (max-width: 600px) {
    .titles {
        border-left: 1px solid #CBCCD0;
        border-bottom: 1px solid #CBCCD0
    }
}

.titles td {
    text-align: left;
    padding: 18px;
    border: 1px solid #CBCCD0;
    border-top: none;
    border-right: none
}

    .titles td a {
        color: #0075A3;
        font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
    }

@media only screen and (max-width: 600px) {
    .titles td {
        display: inline-block;
        border: 0
    }

        .titles td:not(:first-child) {
            font-size: 16px;
            border-bottom: 0;
            border-top: 0;
            max-width: 100px;
            vertical-align: top
        }
}

@media only screen and (max-width: 600px) {
    .titles td:first-child {
        width: 100%;
        padding: 9px 9px 0 9px;
        border-top: 1px solid #CBCCD0
    }
}

.titles td:first-child a {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2
}

@media (min-width: 0em) and (max-width: 48em) {
    .titles td:first-child a {
        font-size: 16px
    }
}

.titles td:not(:first-child):before {
    content: attr(data-name);
    display: none;
    color: #868789
}

@media only screen and (max-width: 600px) {
    .titles td:not(: first-child):before {
        display: block;
        font-size: 14px
    }
}

.titles th {
    background: #f5f5f5;
    text-align: left;
    padding: 18px;
    border: 1px solid #CBCCD0;
    border-right: none;
    font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px
}

    .titles th a {
        color: #4A4A4A;
        display: block;
        padding-right: 30px;
        position: relative
    }

        .titles th a:after {
            content: '\f161';
            font-family: FontAwesome;
            position: absolute;
            right: 0;
            top: 50%;
            color: #868789;
            transform: translateY(-50%)
        }

        .titles th a:hover {
            text-decoration: none
        }

@media only screen and (max-width: 600px) {
    .titles th:first-child {
        width: 100%;
        display: block
    }
}

@media only screen and (max-width: 600px) {
    .titles th {
        padding: 9px;
        font-size: 16px;
        display: block;
        width: 100%;
        border-bottom: 0
    }

        .titles th:not(:first-child) {
            display: none
        }
}

.signup {
    max-width: 750px;
    margin: 0 auto
}

    .signup h4,
    .signup p {
        text-align: center
    }

        .signup p.label {
            text-align: left
        }

    .signup a:not(.button) {
        text-decoration: underline;
        color: #4A4A4A
    }

    .signup .form {
        max-width: 350px;
        margin: 0 auto 45px auto
    }

        .signup .form input {
            width: 100%;
            min-width: 1px
        }

        .signup .form p {
            padding: 0 20px 9px 0;
            width: 100%;
            clear: both
        }

@media (min-width: 0em) and (max-width: 48em) {
    .signup .form p {
        padding-right: 0
    }
}

.signup .form p.half {
    float: left;
    width: 50%;
    padding-right: 20px;
    clear: none
}

@media (min-width: 0em) and (max-width: 48em) {
    .signup .form p.half {
        width: 100%;
        padding-right: 0
    }
}

.signup .form p.half input {
    min-width: 1px;
    width: 100%
}

.signup .form p:not(.align-center) {
    text-align: left
}

.signup h4 {
    font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

.membership-form input[type="text"],
.membership-form input[type="password"] {
    width: 100%;
    border: 1px solid #cbccd0;
    background: none;
    height: 50px
}

.membership-form a:not(.button) {
    color: #0075A3;
    font-size: 14px
}

.membership-form h4 {
    color: #4A4A4A !important;
    font-weight: 600;
    clear: both !important;
    display: block !important;
    width: 100% !important;
    margin: 0 0 20px 0 !important
}

    .membership-form h4:not(:first-child) {
        padding-top: 20px !important;
        margin: 0 20px 0 0
    }

.membership-form p {
    padding: 0 20px 9px 0;
    width: 100%;
    clear: both
}

@media (min-width: 0em) and (max-width: 48em) {
    .membership-form p {
        padding-right: 0
    }
}

.membership-form p.alignright,
.membership-form p.alignleft {
    width: auto;
    clear: none
}

.membership-form p.half {
    float: left;
    width: 50%;
    padding-right: 20px;
    clear: none
}

@media (min-width: 0em) and (max-width: 48em) {
    .membership-form p.half {
        width: 100%;
        padding-right: 0
    }
}

.membership-form p.half input {
    min-width: 1px;
    width: 100%
}

.membership-form p.third {
    float: left;
    width: 25%;
    padding-right: 20px;
    clear: none
}

@media (min-width: 0em) and (max-width: 48em) {
    .membership-form p.third {
        width: 100%;
        padding-right: 0
    }
}

.membership-form p.third input {
    min-width: 1px;
    width: 100%
}

.membership-form p label:is-empty {
    display: none
}

.membership-form p.error label {
    color: red
}

.membership-form p.error input {
    border: 1px solid #FB5B46;
    background: rgba(251, 91, 70, 0.1)
}

.membership-form p.error .select2-container--default .select2-selection--single {
    border: 1px solid #FB5B46;
    background: rgba(251, 91, 70, 0.1)
}

.membership-form p:not(.align-center) {
    text-align: left
}

.membership-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 18px
}

.membership-form label span {
    float: right
}

.membership-form .button {
    width: auto;
    margin: 18px 5px
}

    .membership-form .button.small {
        padding: 7px 20px 7px 20px;
        vertical-align: -0.1em
    }

.content-half-half .membership-form {
    max-width: 400px
}

.status-bar {
    position: absolute;
    left: 0;
    top: -2px;
    width: 0;
    border-top: 5px solid #3E7B25
}

    .status-bar.step1 {
        width: 25%
    }

    .status-bar.step2 {
        width: 50%
    }

    .status-bar.step3 {
        width: 75%
    }

    .status-bar.step4 {
        width: 100%
    }

.signup a:not(.button) {
    text-decoration: underline;
    color: #4A4A4A
}

.signup .button:not(.right-align) {
    margin-top: 18px
}

div.intro {
    padding: 0
}

@media (min-width: 0em) and (max-width: 48em) {
    div.intro {
        padding: 0
    }
}

.intro.section-level-up .block-content,
.intro.section-level-down .block-content {
    max-width: 750px;
    margin: 0 auto
}

    .intro.section-level-up .block-content p,
    .intro.section-level-down .block-content p {
        text-align: center;
        font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
    }

.intro p {
    font-size: 1.5em !important;
    font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
    line-height: 1.1 !important
}

.intro-centered {
    max-width: 750px;
    margin: 0 auto
}

    .intro-centered p,
    .intro-centered h3,
    .intro-centered h4 {
        text-align: center
    }

.article-header a,
.article-header p,
.article-header h1,
.article-header h2 {
    color: #425072
}

.article-header p {
    font-size: 18px !important
}

.article-header h1 + p {
    font-size: 1.5em !important
}

.article-header .article-info {
    padding: 0 0 18px 0
}

    .article-header .article-info p {
        padding: 0
    }

        .article-header .article-info p.by a {
            text-decoration: underline
        }

.article-intro {
    padding: 50px 90px 0 90px;
    background: #fff;
    margin: -300px 0 0 0;
    min-height: 300px;
    border-radius: 10px 10px 0 0;
    font-size: 22px;
    font-family: "Rubik-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

@media (min-width: 0em) and (max-width: 48em) {
    .article-intro {
        padding: 18px;
        margin: -100px 0 0 0
    }
}

.article-intro p {
    font-size: 22px;
    font-family: "Rubik-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

.article-intro .social {
    display: flex;
    justify-content: space-between
}

    .article-intro .social p.download {
        width: 235px;
        padding-left: 27px
    }

        .article-intro .social p.download .button {
            width: 100%
        }

@media (min-width: 0em) and (max-width: 48em) {
    .article-intro .social p.download {
        padding-left: 9px;
        width: auto
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .article-intro .social p span {
        display: none
    }
}

.article-intro .social.floating {
    left: 0;
    width: 100%;
    top: 67px;
    padding: 0 calc(50% - 570px + 90px);
    z-index: 100
}

    .article-intro .social.floating.stuck {
        background: #fff;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
        padding-top: 18px
    }

@media (min-width: 0em) and (max-width: 48em) {
    .article-intro .social.floating.stuck {
        padding: 18px 20px 0 20px
    }
}

.article-intro .sticky-wrapper {
    min-height: 1px !important
}

.general-article-intro {
    padding: 0;
    background: #fff;
    font-size: 22px;
    font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

    .general-article-intro .social {
        display: flex;
        justify-content: space-between
    }

        .general-article-intro .social p a {
            font-size: 16px;
            margin: 0 15px 0 0;
            color: #0075A3;
            font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
        }

            .general-article-intro .social p a i {
                font-size: 13px
            }

@media (min-width: 0em) and (max-width: 48em) {
    .general-article-intro .social p {
        text-align: center
    }

        .general-article-intro .social p span {
            display: none
        }

        .general-article-intro .social p i {
            background: #425072;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            color: #fff
        }
}

.general-article-intro .social.floating {
    left: 0;
    width: 100%;
    top: 67px;
    padding: 0 calc(50% - 379px);
    z-index: 100
}

    .general-article-intro .social.floating.stuck {
        background: #425072;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
        padding-top: 18px
    }

        .general-article-intro .social.floating.stuck a {
            color: #fff !important
        }

@media (min-width: 0em) and (max-width: 48em) {
    .general-article-intro .social.floating.stuck {
        top: 63px;
        padding: 18px 20px 0 20px
    }

        .general-article-intro .social.floating.stuck p i {
            background: #fff;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            color: #425072
        }
}

.general-article-intro .sticky-wrapper {
    min-height: 1px !important
}

.expanded-general-article-intro {
    box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.26);
    background: #425072 url(../images/full-mask.jpg) center center no-repeat;
    background-size: cover;
    position: relative
}

    .expanded-general-article-intro:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.25)
    }

    .expanded-general-article-intro .supplemental-content {
        max-width: 768px;
        margin: 0 auto;
        padding: 27px 0;
        position: relative;
        z-index: 10
    }

        .expanded-general-article-intro .supplemental-content h3,
        .expanded-general-article-intro .supplemental-content h4,
        .expanded-general-article-intro .supplemental-content a,
        .expanded-general-article-intro .supplemental-content p {
            color: #fff
        }

        .expanded-general-article-intro .supplemental-content li a {
            text-decoration: underline
        }

            .expanded-general-article-intro .supplemental-content li a:hover {
                color: #fff
            }

        .expanded-general-article-intro .supplemental-content li:before {
            color: #fff
        }

    .expanded-general-article-intro .close {
        font-size: 15px;
        padding: 0
    }

        .expanded-general-article-intro .close i {
            font-size: 40px !important;
            vertical-align: -0.25em;
            margin: 0 5px 0 0
        }

        .expanded-general-article-intro .close:hover {
            text-decoration: none !important
        }

@media (min-width: 0em) and (max-width: 48em) {
    .expanded-general-article-intro .close {
        text-align: center
    }
}

.general-article .section-level-up.narrow .general-article-header,
.blog .section-level-up.narrow .general-article-header {
    margin: 0 0 18px 0
}

    .general-article .section-level-up.narrow .general-article-header p,
    .blog .section-level-up.narrow .general-article-header p {
        font-size: 21px;
        font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
    }

        .general-article .section-level-up.narrow .general-article-header p.source,
        .blog .section-level-up.narrow .general-article-header p.source {
            font-size: 18px;
            font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
        }

        .general-article .section-level-up.narrow .general-article-header p a,
        .blog .section-level-up.narrow .general-article-header p a {
            color: #0075A3
        }

.section-level-up.narrow {
    padding: 45px calc(50% - 384px) 0 calc(50% - 384px);
    box-shadow: none
}

@media only screen and (max-width: 1220px) {
    .section-level-up.narrow {
        padding: 18px 20px 0 20px
    }
}

.section-level-up.narrow img.alignleft {
    margin-right: 18px !important
}

.section-level-up.narrow blockquote ul li:before {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 9px 0 0
}

.section-level-up.narrow .wp-block-gallery li {
    margin-left: 0
}

    .section-level-up.narrow .wp-block-gallery li:before {
        display: none
    }

.section-level-up.narrow .wp-block-image figure.alignleft,
.section-level-up.narrow .wp-block-image figure.alignright {
    width: auto
}

.section-level-up.narrow + .section-level-up.narrow {
    padding-top: 0
}

.section-level-up.narrow + .section-level-down {
    box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.2)
}

.general-article .hero + .section-level-up.narrow,
.general-article .expanded-general-article-intro + .section-level-up.narrow,
.bloge .hero + .section-level-up.narrow,
.blog .expanded-general-article-intro + .section-level-up.narrow {
    position: relative;
    z-index: 11
}

.general-article main strong,
.blog main strong {
    font-family: "Rubik-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

.general-article .page-wrap main .narrow a:not(.button),
.blog .page-wrap main .narrow a:not(.button) {
    color: #0075A3
}

.general-article .section-level-up.narrow,
.blog .section-level-up.narrow {
    margin: 0 auto;
    font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
    z-index: 9
}

    .general-article .section-level-up.narrow h3,
    .general-article .section-level-up.narrow h4,
    .general-article .section-level-up.narrow h2,
    .general-article .section-level-up.narrow h5,
    .general-article .section-level-up.narrow h1,
    .general-article .section-level-up.narrow h6,
    .blog .section-level-up.narrow h3,
    .blog .section-level-up.narrow h4,
    .blog .section-level-up.narrow h2,
    .blog .section-level-up.narrow h5,
    .blog .section-level-up.narrow h1,
    .blog .section-level-up.narrow h6 {
        font-weight: 700
    }

@media (min-width: 0em) and (max-width: 48em) {
    .general-article .section-level-up.narrow h3,
    .general-article .section-level-up.narrow h4,
    .general-article .section-level-up.narrow h2,
    .general-article .section-level-up.narrow h5,
    .general-article .section-level-up.narrow h1,
    .general-article .section-level-up.narrow h6,
    .blog .section-level-up.narrow h3,
    .blog .section-level-up.narrow h4,
    .blog .section-level-up.narrow h2,
    .blog .section-level-up.narrow h5,
    .blog .section-level-up.narrow h1,
    .blog .section-level-up.narrow h6 {
        text-align: left
    }
}

.general-article .section-level-up.narrow p,
.general-article .section-level-up.narrow li,
.general-article .section-level-up.narrow td,
.blog .section-level-up.narrow p,
.blog .section-level-up.narrow li,
.blog .section-level-up.narrow td {
    font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px
}

.general-article .section-level-up.narrow ul,
.blog .section-level-up.narrow ul {
    overflow: hidden
}

.general-article .section-level-up.narrow .card-callout,
.blog .section-level-up.narrow .card-callout {
    margin-left: -90px;
    margin-right: -90px
}

@media (min-width: 0em) and (max-width: 48em) {
    .general-article .section-level-up.narrow .card-callout,
    .blog .section-level-up.narrow .card-callout {
        margin-left: 0;
        margin-right: 0
    }
}

.general-article .section-level-up.narrow .card-callout h3,
.general-article .section-level-up.narrow .card-callout p,
.blog .section-level-up.narrow .card-callout h3,
.blog .section-level-up.narrow .card-callout p {
    color: #fff !important
}

.general-article .section-level-up.narrow .features,
.blog .section-level-up.narrow .features {
    margin: 0 -90px;
    width: calc(100% + 205px)
}

@media (min-width: 0em) and (max-width: 48em) {
    .general-article .section-level-up.narrow .features,
    .blog .section-level-up.narrow .features {
        margin-left: -10px;
        margin-right: -10px;
        width: calc(100% + 20px)
    }
}

.general-article .section-level-up.narrow .block-content .wrapper,
.blog .section-level-up.narrow .block-content .wrapper {
    padding: 0 !important
}

.general-article .section-level-up.narrow .highlighted-box .authors li p,
.blog .section-level-up.narrow .highlighted-box .authors li p {
    font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

    .general-article .section-level-up.narrow .highlighted-box .authors li p a,
    .blog .section-level-up.narrow .highlighted-box .authors li p a {
        color: #4A4A4A !important;
        font-size: 16px
    }

.general-article .section-level-up.narrow .expandable-box,
.blog .section-level-up.narrow .expandable-box {
    background: #f5f5f5;
    border: 0
}

    .general-article .section-level-up.narrow .expandable-box > a,
    .blog .section-level-up.narrow .expandable-box > a {
        font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        color: #0075A3
    }

        .general-article .section-level-up.narrow .expandable-box > a:after,
        .blog .section-level-up.narrow .expandable-box > a:after {
            content: '\f067';
            font-size: 18px;
            top: 5px
        }

    .general-article .section-level-up.narrow .expandable-box.expanded > a:after,
    .blog .section-level-up.narrow .expandable-box.expanded > a:after {
        content: '\f068';
        transform: none
    }

.orange-txt {
    color: #FE991F
}

.content-with-callouts .content .intro {
    padding: 0
}

    .content-with-callouts .content .intro p {
        font-size: 1.5em
    }

.article-content {
    padding: 0 90px;
    font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5
}

@media (min-width: 0em) and (max-width: 48em) {
    .article-content {
        padding: 0
    }
}

.article-content h3,
.article-content h4,
.article-content h2,
.article-content h5,
.article-content h1,
.article-content h6 {
    color: #425072;
    font-weight: 700
}

@media (min-width: 0em) and (max-width: 48em) {
    .article-content h3,
    .article-content h4,
    .article-content h2,
    .article-content h5,
    .article-content h1,
    .article-content h6 {
        text-align: left
    }
}

.article-content p,
.article-content li,
.article-content td {
    font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 18px
}

.article-content ul {
    overflow: hidden
}

.article-content .card-callout {
    margin-left: -90px;
    margin-right: -90px
}

@media (min-width: 0em) and (max-width: 48em) {
    .article-content .card-callout {
        margin-left: 0;
        margin-right: 0
    }
}

.article-content .card-callout h3,
.article-content .card-callout p {
    color: #fff !important
}

.article-content .features {
    margin: 0 -90px;
    width: calc(100% + 205px)
}

@media (min-width: 0em) and (max-width: 48em) {
    .article-content .features {
        margin-left: -10px;
        margin-right: -10px;
        width: calc(100% + 20px)
    }
}

.article-content .block-content .wrapper {
    padding: 0 !important
}

.dark-overlayer {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.8)
}

    .dark-overlayer.popup-overlayer {
        background: rgba(255, 255, 255, 0.95);
        z-index: 102
    }

.blocked {
    position: fixed;
    width: 100%
}

.paywall {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 105;
    background: #fff;
    display: flex;
    transition: opacity ease 0.8s
}

@media (min-width: 0em) and (max-width: 48em) {
    .paywall {
        flex-wrap: wrap
    }
}

.paywall > div:first-child {
    padding: 0 45px 0 calc(50% - 570px);
    background: #425072;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media only screen and (max-width: 1170px) {
    .paywall > div:first-child {
        padding-left: 20px
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .paywall > div:first-child {
        padding: 9px 27px 9px 27px;
        width: 100%
    }

        .paywall > div:first-child img {
            max-width: 150px
        }
}

.paywall > div:first-child p {
    color: #fff;
    font-size: 25px;
    font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    line-height: 1
}

.paywall > div:last-child {
    width: 60%;
    padding: 100px calc(50% - 570px) 45px 125px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

@media only screen and (max-width: 1170px) {
    .paywall > div:last-child {
        padding-right: 20px
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .paywall > div:last-child {
        width: 100%;
        padding: 18px 27px 0 27px
    }
}

.paywall > div:last-child > p:first-child {
    font-size: 27px;
    font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    line-height: 1.1
}

.paywall > div:last-child:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 50%;
    background: linear-gradient(to left bottom, transparent 50%, #425072 51%)
}

@media (min-width: 0em) and (max-width: 48em) {
    .paywall > div:last-child:before {
        display: none
    }
}

.paywall > div:last-child:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 80px;
    height: 50%;
    background: linear-gradient(to left top, transparent 50%, #425072 51%)
}

@media (min-width: 0em) and (max-width: 48em) {
    .paywall > div:last-child:after {
        display: none
    }
}

.paywall > div:last-child .button:not(.outline) {
    background: #0075A3;
    border: 1px solid #0075A3
}

@media (min-width: 0em) and (max-width: 48em) {
    .paywall > div:last-child .button:not(.outline) {
        padding: 10px 15px;
        font-size: 18px
    }
}

.options {
    display: flex;
    margin: 0 0 18px 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .options {
        flex-wrap: wrap
    }
}

.options p {
    padding: 0 20px 0 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .options p {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 0
    }
}

.options p.centered {
    padding-top: 15px
}

@media (min-width: 0em) and (max-width: 48em) {
    .options p.centered {
        padding: 10px 0
    }
}

.select2 {
    width: 100% !important
}

.select2-container--default .select2-selection--single {
    border: 1px solid #cbccd0;
    background: #fff;
    height: 50px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #4A4A4A;
    font-weight: 400;
    text-transform: none;
    text-align: left
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #4A4A4A;
        line-height: 50px;
        padding-left: 15px
    }

.select2-container--default .select2-results__option--highlighted {
    background: #0075A3 !important
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background: #f1f1f1 !important;
    color: #0075A3
}

.select2-dropdown {
    border-color: #cbccd0;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    left: -100000px;
    position: absolute;
    width: 100%;
    z-index: 1051
}

    .select2-dropdown .select2-results li {
        margin: 0;
        padding-left: 18px;
        font-size: 16px
    }

        .select2-dropdown .select2-results li:before {
            display: none
        }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    width: 20px;
    position: absolute;
    right: 10px;
    top: 11px
}

@media (min-width: 48.063em) and (max-width: 75em) {
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 8px
    }
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    content: '\f3d0';
    font-size: 18px;
    font-family: Ionicons;
    color: #cbccd0
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: 0
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
    content: '\f3d8';
    font-size: 18px;
    font-family: Ionicons;
    color: #cbccd0
}

.js-grey-single + .select2-container--default .select2-selection--single {
    background: #e6e5e5;
    border: 1px solid #e6e5e5
}

    .js-grey-single + .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 50px;
        width: 50px;
        background: #0075A3;
        top: 0;
        right: 0;
        border-radius: 0 5px 5px 0
    }

        .js-grey-single + .select2-container--default .select2-selection--single .select2-selection__arrow:after {
            color: #fff;
            top: 50%;
            left: 50%;
            position: absolute;
            transform: translate(-50%, -50%)
        }

.data-browser {
    max-width: 350px;
    margin: 18px auto 0 auto
}

    .data-browser p,
    .data-browser h4,
    .data-browser h5 {
        text-align: center
    }

figure,
.figures {
    margin: 0 auto 27px auto;
    width: 100%
}

    figure > figcaption,
    figure > h5,
    .figures > figcaption,
    .figures > h5 {
        font-size: 14px;
        font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        background: #f5f5f5;
        padding: 10px;
        margin: 0;
        color: #4A4A4A
    }

    figure.left,
    figure.right,
    .figures.left,
    .figures.right {
        max-width: 450px
    }

@media (min-width: 0em) and (max-width: 48em) {
    figure.left,
    figure.right,
    .figures.left,
    .figures.right {
        max-width: 250px
    }
}

@media only screen and (max-width: 450px) {
    figure.left,
    figure.right,
    .figures.left,
    .figures.right {
        max-width: 100%;
        float: none !important;
        margin: 0 0 18px 0 !important
    }
}

figure.left,
.figures.left {
    float: left;
    margin: 0 27px 27px -90px
}

@media only screen and (max-width: 1320px) {
    figure.left,
    .figures.left {
        margin: 0 27px 18px 0 !important
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    figure.left,
    .figures.left {
        margin-right: 0 !important
    }
}

figure.right,
.figures.right {
    float: right;
    margin: 0 -90px 27px 27px
}

@media only screen and (max-width: 1320px) {
    figure.right,
    .figures.right {
        margin: 0 0 18px 27px !important
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    figure.right,
    .figures.right {
        margin-left: 0 !important
    }
}

figure.full,
.figures.full {
    margin: 0 -90px 27px -90px;
    width: calc(100% + 180px)
}

@media only screen and (max-width: 1320px) {
    figure.full,
    .figures.full {
        margin: 0 0 18px 0 !important;
        width: 100%
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    figure.full,
    .figures.full {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }
}

figure.center,
.figures.center {
    float: none;
    max-width: 600px
}

    figure.center img,
    .figures.center img {
        width: 100%
    }

    figure.center.full,
    .figures.center.full {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    figure.center.small,
    .figures.center.small {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }

figure.figure,
.figures.figure {
    border: 1px solid #4A4A4A;
    padding: 18px 18px 0 18px
}

    figure.figure figcaption,
    .figures.figure figcaption {
        margin: -18px -18px 9px -18px;
        background: #4A4A4A;
        color: #fff;
        text-transform: uppercase
    }

    figure.figure figure figcaption,
    .figures.figure figure figcaption {
        margin: 0;
        background: #f5f5f5;
        color: #4A4A4A;
        text-transform: none
    }

figure h4,
figure h5,
figure h6,
.figures h4,
.figures h5,
.figures h6 {
    color: #4A4A4A !important;
    font-weight: 600;
    margin: 0 0 18px 0
}

figure .embed-container,
.figures .embed-container {
    margin: 0
}

figure.align-right,
figure.align-left {
    width: auto;
    max-width: 450px
}

    figure.align-right img,
    figure.align-left img {
        width: 100%
    }

figure.align-right {
    margin: 0 0 27px 27px
}

figure.align-left {
    margin: 0 27px 27px 0
}

.figures {
    border: 1px solid #4A4A4A;
    padding: 18px 18px 0 18px;
    max-width: 600px
}

    .figures > h5 {
        margin: -18px -18px 9px -18px;
        background: #4A4A4A;
        color: #fff !important;
        text-transform: uppercase
    }

    .figures .gallery {
        display: flex;
        flex-wrap: wrap
    }

        .figures .gallery .gallery-item {
            width: calc(50% - 15px)
        }

        .figures .gallery img {
            width: 100%
        }

figure.gallery-item {
    max-width: 600px
}

    figure.gallery-item img {
        width: 100%
    }

.wp-caption {
    border: 0;
    width: 100% !important;
    max-width: 600px
}

    .wp-caption.alignright {
        max-width: 450px;
        margin: 0 -90px 27px 27px
    }

@media only screen and (max-width: 1320px) {
    .wp-caption.alignright {
        margin: 0 0 18px 27px !important
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .wp-caption.alignright {
        margin-left: 0 !important
    }
}

.wp-caption img {
    max-width: 100%;
    width: 100%
}

.inside-table,
.table-container table {
    margin: 0 0 27px 0;
    border-left: 1px solid #CBCCD0;
    border-collapse: collapse
}

    .inside-table th,
    .table-container table th {
        background: #868789;
        color: #fff;
        text-align: left;
        padding: 9px 18px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 400
    }

@media (min-width: 0em) and (max-width: 48em) {
    .inside-table th,
    .table-container table th {
        display: block
    }
}

.inside-table td,
.table-container table td {
    padding: 0 18px 0 18px;
    border-bottom: 1px solid #CBCCD0;
    border-right: 1px solid #CBCCD0;
    vertical-align: top
}

@media (min-width: 0em) and (max-width: 48em) {
    .inside-table td,
    .table-container table td {
        display: block
    }
}

.inside-table td li,
.table-container table td li {
    font-size: 14px
}

.inside-table td p,
.table-container table td p {
    font-size: 14px;
    padding: 18px 0
}

    .inside-table td p.hdr,
    .table-container table td p.hdr {
        font-size: 20px;
        font-weight: 700;
        border-bottom: 1px solid #CBCCD0;
        border-top: 1px solid #CBCCD0;
        margin: -1px -18px 0 -18px;
        padding: 9px 0 9px 18px
    }

    .inside-table td p.hdr-row,
    .table-container table td p.hdr-row {
        font-size: 18px;
        font-weight: 700;
        border-bottom: 1px solid #CBCCD0;
        border-top: 1px solid #CBCCD0;
        margin: -1px -18px 0 -18px;
        padding: 9px 0 9px 18px
    }

    .inside-table td p.subhdr-row,
    .table-container table td p.subhdr-row {
        font-weight: 700;
        border-bottom: 1px solid #CBCCD0;
        border-top: 1px solid #CBCCD0;
        margin: -1px -18px 0 -18px;
        padding: 9px 0 9px 18px
    }

.inside-table td .hdr + p,
.inside-table td .subhdr-row + p,
.inside-table td .hdr-row + p,
.table-container table td .hdr + p,
.table-container table td .subhdr-row + p,
.table-container table td .hdr-row + p {
    padding-top: 18px
}

.inside-table table,
.table-container table table {
    margin: 0 -18px;
    width: calc(100% + 36px)
}

    .inside-table table td,
    .table-container table table td {
        min-width: 100px;
        padding: 0 18px;
        font-size: 14px
    }

        .inside-table table td img,
        .table-container table table td img {
            max-width: 150px;
            margin: 9px 0
        }

@media (min-width: 0em) and (max-width: 48em) {
    .inside-table table td,
    .table-container table table td {
        border-right: 0;
        border-bottom: 0
    }

        .inside-table table td:last-child,
        .table-container table table td:last-child {
            border-bottom: 1px solid #CBCCD0
        }
}

.inside-table table tr:last-child td,
.table-container table table tr:last-child td {
    border-bottom: 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .inside-table table tr:last-child td,
    .table-container table table tr:last-child td {
        border-bottom: 1px solid #CBCCD0
    }
}

.inside-table table tr:not(:last-child) td,
.table-container table table tr:not(:last-child) td {
    border-bottom: 1px solid #CBCCD0 !important
}

.inside-table table table,
.table-container table table table {
    margin: 18px 0;
    width: 100%
}

    .inside-table table table > tbody > tr > td,
    .table-container table table table > tbody > tr > td {
        padding: 0
    }

    .inside-table table table table,
    .table-container table table table table {
        margin: 0;
        width: 100%;
        border-left: 1px solid #CBCCD0;
        border-right: 1px solid #CBCCD0;
        border-bottom: 1px solid #CBCCD0
    }

        .inside-table table table table > tbody > tr > td,
        .table-container table table table table > tbody > tr > td {
            padding: 0 18px
        }

.button,
input[type="button"] {
    background: #0075A3;
    border: 1px solid #0075A3;
    border-radius: 9px;
    color: #fff;
    font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
    font-weight: 400;
    font-size: 1.16em;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    padding: 18px 45px 18px 45px;
    margin: 0;
    transition: all 200ms ease-out;
    display: inline-block !important;
    box-shadow: none;
    line-height: 1.3;
    min-width: 1px;
    height: auto;
    -webkit-appearance: none
}

    .button.orange,
    input[type="button"].orange {
        background: #FE991F;
        border: 1px solid #FE991F;
        font-weight: 600
    }

        .button.orange:hover,
        .button.orange:active,
        .button.orange:focus,
        input[type="button"].orange:hover,
        input[type="button"].orange:active,
        input[type="button"].orange:focus {
            background: #FE991F;
            border: 1px solid #FE991F
        }

        .button.orange.dropdown:after,
        input[type="button"].orange.dropdown:after {
            border-left: 0
        }

    .button.light-blue,
    input[type="button"].light-blue {
        background: #0075A3;
        border: 1px solid #0075A3;
        font-weight: 600
    }

        .button.light-blue:hover,
        .button.light-blue:active,
        .button.light-blue:focus,
        input[type="button"].light-blue:hover,
        input[type="button"].light-blue:active,
        input[type="button"].light-blue:focus {
            background: #0075A3;
            border: 1px solid #0075A3
        }

    .button.light-grey,
    input[type="button"].light-grey {
        background: #f5f5f5;
        border: 1px solid #979797;
        font-weight: 600;
        color: #868789
    }

        .button.light-grey:hover,
        .button.light-grey:active,
        .button.light-grey:focus,
        input[type="button"].light-grey:hover,
        input[type="button"].light-grey:active,
        input[type="button"].light-grey:focus {
            background: #868789;
            border: 1px solid #868789
        }

    .button.dropdown,
    input[type="button"].dropdown {
        padding-right: 90px;
        position: relative;
        border-radius: 5px
    }

        .button.dropdown:after,
        input[type="button"].dropdown:after {
            content: '\f3d0';
            font-family: Ionicons;
            position: absolute;
            right: 0;
            top: 0;
            width: 50px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            border-left: 1px solid #fff
        }

    .button.menu,
    input[type="button"].menu {
        padding-right: 70px;
        position: relative;
        border-radius: 5px;
        text-align: left
    }

        .button.menu:after,
        input[type="button"].menu:after {
            content: '\f1c3';
            font-family: Ionicons;
            position: absolute;
            right: 0;
            top: 1px;
            width: 50px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            border-left: 1px solid #fff;
            font-size: 20px
        }

    .button.close,
    input[type="button"].close {
        padding-right: 70px;
        position: relative;
        border-radius: 5px
    }

        .button.close:after,
        input[type="button"].close:after {
            content: '\f2c0';
            font-family: Ionicons;
            position: absolute;
            right: 0;
            top: 0;
            width: 50px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            border-left: 1px solid #fff;
            font-size: 18px
        }

    .button.download,
    input[type="button"].download {
        position: relative;
        border-radius: 5px
    }

        .button.download:after,
        input[type="button"].download:after {
            content: '\f2e3';
            font-family: Ionicons;
            margin: 0 0 0 10px;
            font-size: 25px;
            vertical-align: -0em
        }

    .button.help,
    input[type="button"].help {
        position: relative;
        border-radius: 5px
    }

        .button.help:after,
        input[type="button"].help:after {
            content: '\f1cd';
            font-family: FontAwesome;
            margin: 0 0 0 10px;
            font-size: 17px;
            vertical-align: -0em
        }

    .button.search,
    input[type="button"].search {
        position: relative;
        border-radius: 5px
    }

        .button.search:after,
        input[type="button"].search:after {
            content: '\f002';
            font-family: FontAwesome;
            margin: 0 0 0 10px;
            font-size: 17px;
            vertical-align: -0em
        }

    .button.cart,
    input[type="button"].cart {
        padding-right: 70px;
        padding-left: 27px;
        position: relative;
        border-radius: 5px;
        text-align: left
    }

        .button.cart:after,
        input[type="button"].cart:after {
            content: '\f2b4';
            font-family: Ionicons;
            position: absolute;
            right: 0;
            top: 0;
            width: 50px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center
        }

    .button.pdf,
    input[type="button"].pdf {
        padding-right: 70px;
        padding-left: 27px;
        position: relative;
        border-radius: 5px;
        text-align: left
    }

        .button.pdf:after,
        input[type="button"].pdf:after {
            content: '\f1c1';
            font-family: FontAwesome;
            position: absolute;
            right: 0;
            top: 0;
            width: 50px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center
        }

    .button.outline,
    input[type="button"].outline {
        border: 1px solid #0075A3;
        background: none;
        border-radius: 5px;
        color: #0075A3
    }

        .button.outline.light-blue,
        input[type="button"].outline.light-blue {
            border: 1px solid #0075A3;
            color: #0075A3;
            font-weight: 400
        }

        .button.outline:hover,
        input[type="button"].outline:hover {
            background: #0075A3;
            border: 1px solid #0075A3;
            color: #fff
        }

    .button.light,
    input[type="button"].light {
        border: 1px solid #fff;
        color: #fff
    }

        .button.light:after,
        input[type="button"].light:after {
            border-left: 1px solid #fff
        }

        .button.light:hover,
        input[type="button"].light:hover {
            border: 1px solid #fff;
            background: none
        }

    .button.small,
    input[type="button"].small {
        font-size: 18px;
        text-transform: none;
        padding: 10px 20px;
        border-radius: 5px
    }

        .button.small.dropdown,
        input[type="button"].small.dropdown {
            padding: 10px 30px 10px 10px
        }

            .button.small.dropdown:after,
            input[type="button"].small.dropdown:after {
                width: 10px;
                right: 13px;
                border: none
            }

        .button.small.menu,
        input[type="button"].small.menu {
            padding: 10px 30px 10px 10px
        }

            .button.small.menu:after,
            input[type="button"].small.menu:after {
                width: 10px;
                right: 13px;
                border: none
            }

        .button.small.close,
        input[type="button"].small.close {
            padding: 10px 30px 10px 10px
        }

            .button.small.close:after,
            input[type="button"].small.close:after {
                width: 10px;
                right: 13px;
                border: none
            }

        .button.small.cart,
        input[type="button"].small.cart {
            padding: 10px 50px 10px 10px
        }

            .button.small.cart:after,
            input[type="button"].small.cart:after {
                width: 10px;
                right: 18px;
                border: none;
                font-size: 25px
            }

        .button.small.pdf,
        input[type="button"].small.pdf {
            padding: 10px 50px 10px 10px
        }

            .button.small.pdf:after,
            input[type="button"].small.pdf:after {
                width: 10px;
                right: 18px;
                border: none;
                font-size: 20px
            }

        .button.small.download:after,
        input[type="button"].small.download:after {
            font-size: 18px
        }

        .button.small.light,
        input[type="button"].small.light {
            color: #868789;
            background: #fff
        }

            .button.small.light.dropdown,
            input[type="button"].small.light.dropdown {
                padding-right: 60px
            }

                .button.small.light.dropdown:after,
                input[type="button"].small.light.dropdown:after {
                    width: 40px;
                    right: 0;
                    border-left: 1px solid #868789
                }

            .button.small.light:hover,
            input[type="button"].small.light:hover {
                background: #868789;
                color: #fff;
                border: 1px solid #868789
            }

                .button.small.light:hover.dropdown:after,
                input[type="button"].small.light:hover.dropdown:after {
                    border-left: 1px solid #fff
                }

    .button.right-align,
    input[type="button"].right-align {
        border-radius: 0 5px 5px 0;
        padding: 10px 15px;
        font-size: 20px;
        line-height: 1.1em;
        font-family: Ionicons !important;
        float: right;
        width: auto;
        min-width: 1px;
        margin-top: -45px;
        position: relative;
        z-index: 10
    }

    .button.text,
    input[type="button"].text {
        padding: 0;
        background: none !important;
        border: 0 !important;
        color: #4A4A4A;
        font-size: 18px;
        position: relative;
        font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        text-transform: none
    }

        .button.text:after,
        input[type="button"].text:after {
            content: '';
            position: absolute;
            width: 100%;
            left: 0;
            bottom: -3px;
            border-bottom: 2px solid #0075A3;
            border-left: none
        }

        .button.text:hover,
        .button.text:active,
        .button.text:focus,
        input[type="button"].text:hover,
        input[type="button"].text:active,
        input[type="button"].text:focus {
            background: none;
            border: 0;
            color: #0075A3 !important
        }

        .button.text.light,
        input[type="button"].text.light {
            color: #fff
        }

            .button.text.light:hover,
            input[type="button"].text.light:hover {
                color: #0075A3 !important
            }

    .button img,
    input[type="button"] img {
        vertical-align: -0.3em
    }

    .button:hover,
    .button:active,
    .button:focus,
    input[type="button"]:hover,
    input[type="button"]:active,
    input[type="button"]:focus {
        background-color: rgba(0, 145, 202, 0.8);
        border: 1px solid rgba(0, 145, 202, 0.8);
        color: #fff !important;
        text-decoration: none !important
    }

.section-level-up .button.small.light {
    background: #f5f5f5;
    color: #fff;
    text-align: left;
    color: #868789;
    font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important
}

    .section-level-up .button.small.light:hover,
    .section-level-up .button.small.light:active,
    .section-level-up .button.small.light:focus {
        background: #CBCCD0;
        border: 1px solid #CBCCD0
    }

.membership {
    border: 1px solid #CBCCD0;
    border-radius: 5px;
    margin: 0 0 45px 0
}

    .membership table {
        table-layout: fixed;
        border-bottom: 1px solid #CBCCD0
    }

    .membership th {
        font-weight: 400;
        font-size: 15px;
        vertical-align: top;
        border-left: 1px solid #CBCCD0;
        padding: 27px 9px
    }

        .membership th:first-child {
            border: 0
        }

        .membership th span {
            font-size: 27px;
            font-weight: 600
        }

@media (min-width: 0em) and (max-width: 48em) {
    .membership th span {
        font-size: 18px
    }
}

.membership th span.price {
    color: #3E7B25;
    font-size: 60px;
    font-weight: 400
}

@media (min-width: 0em) and (max-width: 48em) {
    .membership th span.price {
        font-size: 35px
    }
}

.membership th .button {
    background: #FE991F;
    border: 1px solid #FE991F;
    margin: 10px 0 27px 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .membership th .button {
        padding: 5px 10px
    }
}

.membership td {
    border-left: 1px solid #CBCCD0;
    border-top: 1px solid #CBCCD0;
    padding: 18px 27px;
    text-align: center;
    font-size: 25px;
    color: #9B9B9B
}

@media (min-width: 0em) and (max-width: 48em) {
    .membership td {
        padding: 9px
    }
}

.membership td:first-child {
    border-left: 0;
    font-weight: 600;
    text-align: left;
    font-size: 18px;
    color: #4A4A4A
}

@media (min-width: 0em) and (max-width: 48em) {
    .membership td:first-child {
        font-size: 15px
    }
}

.membership td .fa-minus-circle {
    color: #E8E8E8
}

.membership .indent {
    padding: 27px
}

@media (min-width: 0em) and (max-width: 48em) {
    .membership .indent {
        padding: 27px 9px
    }
}

.membership .indent h4 {
    font-weight: 600
}

    .membership .indent h4 span {
        font-weight: 400;
        font-size: 15px
    }

@media (min-width: 0em) and (max-width: 48em) {
    .membership .indent h4 span {
        display: block
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .membership .indent h4 {
        text-align: left
    }
}

.membership .indent td {
    font-weight: 600;
    color: #4A4A4A;
    font-size: 18px;
    border-left: 1px solid #CBCCD0
}

    .membership .indent td:last-child {
        text-align: right;
        border-right: 1px solid #CBCCD0
    }

.membership + p .button {
    margin: 0 18px 18px 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .membership + p .button {
        width: 100%
    }
}

.membership-plan {
    display: flex;
    margin: 0 0 27px 0;
    width: calc(100% + 27px)
}

@media only screen and (max-width: 1220px) {
    .membership-plan {
        width: calc(100% + 15px)
    }
}

@media only screen and (max-width: 900px) {
    .membership-plan {
        flex-wrap: wrap;
        margin: 0 0 12px 0
    }
}

.membership-plan .membership-option {
    border: 1px solid #CBCCD0;
    border-radius: 5px 5px 0 0;
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 0 27px 0 0
}

@media only screen and (max-width: 1220px) {
    .membership-plan .membership-option {
        margin: 0 15px 0 0
    }
}

@media only screen and (max-width: 900px) {
    .membership-plan .membership-option {
        flex: 0 1 auto;
        width: calc(50% - 15px);
        margin: 0 15px 15px 0
    }
}

@media only screen and (max-width: 500px) {
    .membership-plan .membership-option {
        width: calc(100% - 15px);
        margin: 0 15px 15px 0
    }
}

.membership-plan .general-info {
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 1 0 auto
}

    .membership-plan .general-info .button {
        margin: auto 0 18px 0;
        width: 100%
    }

    .membership-plan .general-info div.join {
        position: relative;
        margin: auto 18px 0 18px
    }

    .membership-plan .general-info .popup {
        display: none;
        top: auto;
        bottom: 50px;
        left: 25px;
        width: calc(100% - 25px);
        min-width: 250px;
        transform: translateY(100%);
        padding: 36px 18px 0 18px
    }

        .membership-plan .general-info .popup span {
            font-size: 14px;
            display: block
        }

            .membership-plan .general-info .popup span.price {
                float: right;
                font-size: 18px
            }

        .membership-plan .general-info .popup a:not(.button) {
            color: #FE991F;
            font-weight: 600;
            text-decoration: underline
        }

        .membership-plan .general-info .popup .close {
            color: transparent !important;
            right: 10px;
            top: 2px
        }

            .membership-plan .general-info .popup .close:after {
                content: '\f406';
                font-family: Ionicons;
                font-size: 22px;
                color: #CBCCD0
            }

.membership-plan .hdr {
    border-bottom: 1px solid #CBCCD0;
    background-color: #F4F4F4;
    border-radius: 5px 5px 0 0;
    padding: 18px;
    font-size: 20px;
    font-weight: 700
}

.membership-plan .description {
    padding: 18px 18px 0 18px
}

    .membership-plan .description p,
    .membership-plan .description li {
        font-size: 14px
    }

        .membership-plan .description p.price span,
        .membership-plan .description li.price span {
            font-size: 54px;
            color: #3E7B25;
            font-weight: 700;
            vertical-align: -0.3em;
            margin: 0 5px 0 0;
            line-height: 1
        }

            .membership-plan .description p.price span.badge,
            .membership-plan .description li.price span.badge {
                background: #3E7B25;
                border-radius: 50%;
                font-size: 16px;
                color: #fff;
                width: 42px;
                height: 42px;
                line-height: 42px;
                text-align: center;
                display: inline-block;
                font-weight: 700;
                vertical-align: -0.1em;
                margin-left: 5px
            }

.membership-plan .plan {
    margin: auto 0 0 0;
    padding: 0 18px;
    position: relative
}

.membership-plan ul {
    border-top: 2px solid #CBCCD0;
    padding-top: 18px
}

    .membership-plan ul li {
        color: #9B9B9B;
        text-decoration: line-through;
        padding: 0 0 21px 0;
        margin-left: 25px;
        font-size: 14px
    }

        .membership-plan ul li:before {
            display: none
        }

        .membership-plan ul li.activated {
            font-weight: 600;
            color: #4A4A4A;
            text-decoration: none
        }

            .membership-plan ul li.activated:before {
                content: '\f14a';
                font-family: Ionicons;
                color: #3E7B25;
                margin: 0 5px 0 0;
                font-size: 20px;
                top: -4px;
                left: -22px;
                font-weight: 400;
                vertical-align: -0.1em;
                display: block
            }

.membership-plan.rows {
    flex-direction: column;
    margin: 0;
    width: 100%
}

    .membership-plan.rows .membership-option {
        margin: 0 0 27px 0;
        border-radius: 5px;
        flex-direction: row;
        flex: 1 0 auto
    }

@media only screen and (max-width: 900px) {
    .membership-plan.rows .membership-option {
        width: 100%
    }
}

@media only screen and (max-width: 500px) {
    .membership-plan.rows .membership-option {
        width: 100%;
        margin: 0 0 15px 0;
        flex-direction: column
    }
}

.membership-plan.rows .plan {
    margin: 0;
    padding: 21px 45px 0 45px;
    width: 66.66%
}

    .membership-plan.rows .plan:first-child {
        width: 100%
    }

        .membership-plan.rows .plan:first-child ul {
            column-count: 3
        }

@media (min-width: 0em) and (max-width: 48em) {
    .membership-plan.rows .plan:first-child ul {
        column-count: 2;
        column-gap: 15px
    }
}

@media only screen and (max-width: 500px) {
    .membership-plan.rows .plan:first-child ul {
        column-count: 1;
        column-gap: 0;
        border-top: 0;
        padding-top: 0
    }
}

.membership-plan.rows .plan:first-child ul li {
    column-width: calc(33.33% - 25px)
}

    .membership-plan.rows .plan:first-child ul li.activated:before {
        content: '\f149';
        font-family: Ionicons
    }

@media only screen and (max-width: 900px) {
    .membership-plan.rows .plan {
        padding: 18px 18px 0 18px;
        width: calc(100% - 300px)
    }
}

@media only screen and (max-width: 500px) {
    .membership-plan.rows .plan {
        width: 100%
    }
}

.membership-plan.rows .general-info {
    display: block;
    width: 33.33%;
    border-right: 1px solid #CBCCD0
}

@media only screen and (max-width: 900px) {
    .membership-plan.rows .general-info {
        width: 300px
    }
}

@media only screen and (max-width: 500px) {
    .membership-plan.rows .general-info {
        width: 100%;
        border-right: 0
    }
}

.membership-plan.rows .general-info .hdr {
    text-align: center
}

.membership-plan.rows .general-info .description {
    max-width: 280px;
    margin: 0 auto
}

    .membership-plan.rows .general-info .description p {
        text-align: center
    }

.membership-plan.rows .general-info .button {
    margin: 0 18px 18px 18px;
    width: calc(100% - 36px)
}

.membership-plan.rows .info {
    text-align: center
}

.membership-plan.rows ul {
    border-top: 0;
    padding-top: 0;
    column-count: 2;
    column-width: calc(50% - 25px);
    column-gap: 45px;
    margin: 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .membership-plan.rows ul {
        column-count: 1;
        column-gap: 0
    }
}

@media only screen and (max-width: 500px) {
    .membership-plan.rows ul {
        border-top: 2px solid #CBCCD0;
        padding-top: 18px
    }
}

.membership-plan.rows ul li {
    display: inline-block;
    width: calc(100% - 25px)
}

.membership-box {
    border: 1px solid #CBCCD0;
    padding: 27px 18px 0 18px;
    margin: 0 0 27px 0
}

    .membership-box h5 {
        font-size: 20px;
        margin: 0 0 18px 0
    }

    .membership-box p,
    .membership-box li {
        font-size: 14px
    }

.page-wrap .highlighted-box {
    background: #f5f5f5;
    padding: 18px 18px 9px 18px;
    margin: 0 0 27px 0;
    border-radius: 5px
}

@media (min-width: 0em) and (max-width: 48em) {
    .page-wrap .highlighted-box {
        display: block;
        padding-bottom: 18px
    }
}

.page-wrap .highlighted-box p {
    font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

.page-wrap .highlighted-box .authors li {
    align-items: center
}

    .page-wrap .highlighted-box .authors li a {
        color: #0075A3 !important;
        display: inline-block;
        font-size: 18px
    }

.page-wrap .highlighted-box h5 {
    color: #0075A3
}

    .page-wrap .highlighted-box h5 a {
        display: block;
        text-decoration: none
    }

@media (min-width: 0em) and (max-width: 48em) {
    .page-wrap .highlighted-box h5 {
        text-align: left
    }
}

.doc {
    position: relative
}

    .doc a {
        padding-right: 50px
    }

    .doc:after {
        content: '\f0f6';
        font-family: FontAwesome;
        position: absolute;
        right: 18px;
        top: 14px;
        color: #0075A3;
        font-size: 27px;
        pointer-events: none
    }

.link {
    position: relative
}

    .link a {
        padding-right: 50px
    }

    .link:after {
        content: '\f0c1';
        font-family: FontAwesome;
        position: absolute;
        right: 18px;
        top: 14px;
        color: #0075A3;
        font-size: 27px;
        pointer-events: none
    }

.section-level-down .highlighted-box {
    background: #eee
}

.section-level-down .light-box {
    background: #f5f5f5
}

.page-wrap .light-box {
    background: #fff;
    padding: 18px 18px 9px 18px;
    margin: 0 0 27px 0;
    border-radius: 5px
}

    .page-wrap .light-box h5 {
        color: #0075A3
    }

        .page-wrap .light-box h5 a {
            display: block;
            text-decoration: none
        }

@media (min-width: 0em) and (max-width: 48em) {
    .page-wrap .light-box h5 {
        text-align: left
    }
}

.page-wrap .highlighted-box + .light-box {
    padding: 0 18px;
    margin: -9px 0 0 0
}

.switch-container {
    color: #868789;
    font-size: 16px;
    font-weight: 700;
    display: flex
}

    .switch-container.right {
        float: right;
        margin-top: 15px
    }

@media (min-width: 0em) and (max-width: 48em) {
    .switch-container.right {
        float: none;
        justify-content: center
    }
}

.switch-container.left {
    float: left;
    margin-top: 15px
}

@media (min-width: 0em) and (max-width: 48em) {
    .switch-container.left {
        float: none
    }
}

.switch-container.center {
    width: 400px;
    margin: 0 auto 20px auto
}

@media (min-width: 0em) and (max-width: 48em) {
    .switch-container.center {
        width: 100%
    }
}

.switch {
    background-color: #0075A3;
    border-radius: 25px;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.29), 0 0 3px -1px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    min-width: 50px;
    height: 25px;
    position: relative;
    margin: 0 10px 20px 10px
}

    .switch a {
        flex: 1;
        padding: 10px 0;
        color: #6E6E6E;
        font-weight: 900 !important;
        font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 18px;
        text-align: center;
        position: relative;
        z-index: 10
    }

        .switch a i {
            font-size: 16px;
            vertical-align: 0.1em;
            margin: 0 4px 0 0
        }

        .switch a.active {
            color: #fff
        }

        .switch a:hover {
            text-decoration: none
        }

    .switch.on-left:before,
    .switch.on-right:before {
        content: '';
        position: absolute;
        top: 5%;
        left: 0;
        width: 50%;
        height: 90%;
        background-color: #fff;
        border-radius: 25px;
        transition: all ease 0.3s
    }

    .switch.on-right:before {
        left: 50%
    }

    .switch.on-left:before {
        left: 0
    }

.cart-box {
    background: #425072;
    border-radius: 5px;
    padding: 36px 36px 18px 36px;
    margin: 0 0 45px 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .cart-box {
        padding: 18px 18px 0 18px
    }
}

.cart-box h2,
.cart-box h3,
.cart-box h4 {
    color: #fff;
    margin-bottom: 27px
}

@media (min-width: 0em) and (max-width: 48em) {
    .cart-box h2,
    .cart-box h3,
    .cart-box h4 {
        text-align: left;
        margin-bottom: 0;
        margin-bottom: 0
    }
}

.cart-box p,
.cart-box li {
    color: #fff;
    font-size: 1.5em
}

.cart-box a:not(.button) {
    color: #fff !important;
    text-decoration: underline
}

.cart-box .package + p {
    margin-top: -9px
}

.cart-box i,
.cart-box ion-icon {
    color: #7ED321;
    font-size: 22px;
    vertical-align: -0.3em;
    margin: 0 5px 0 0
}

.cart-box ul li {
    margin-bottom: 9px
}

    .cart-box ul li:before {
        color: #fff
    }

.cart-box h3 + ul {
    margin-top: -9px
}

@media (min-width: 0em) and (max-width: 48em) {
    .cart-box h3 + ul {
        margin-top: 18px
    }
}

.content .cart-box a {
    color: #fff !important
}

.callouts .cart-box,
.content .cart-box.floating {
    border: 1px solid #CBCCD0;
    background: #f5f5f5
}

    .callouts .cart-box h3,
    .content .cart-box.floating h3 {
        font-size: 23px;
        color: #3E7B25
    }

        .callouts .cart-box h3 + p,
        .content .cart-box.floating h3 + p {
            font-size: 14px !important
        }

    .callouts .cart-box p.price,
    .content .cart-box.floating p.price {
        font-size: 14px !important
    }

    .callouts .cart-box .summary span,
    .content .cart-box.floating .summary span {
        float: right;
        margin-left: 10px
    }

    .callouts .cart-box .summary p,
    .content .cart-box.floating .summary p {
        color: #4A4A4A
    }

    .callouts .cart-box .package p,
    .content .cart-box.floating .package p {
        color: #4A4A4A
    }

@media (min-width: 0em) and (max-width: 48em) {
    .callouts .cart-box .package,
    .content .cart-box.floating .package {
        flex-wrap: nowrap
    }

        .callouts .cart-box .package > div:last-child,
        .content .cart-box.floating .package > div:last-child {
            text-align: right
        }
}

.callouts .cart-box ul li,
.content .cart-box.floating ul li {
    margin-left: 0
}

    .callouts .cart-box ul li a:not(.button),
    .content .cart-box.floating ul li a:not(.button) {
        color: #0075A3 !important
    }

    .callouts .cart-box ul li:before,
    .content .cart-box.floating ul li:before {
        display: none
    }

.floating.stuck {
    position: fixed;
    top: 80px;
    width: 280px
}

@media (min-width: 0em) and (max-width: 48em) {
    .cart-box.floating.stuck {
        position: relative
    }
}

.options-box {
    border: 1px solid #CBCCD0;
    background: #fff;
    border-radius: 5px;
    padding: 36px 36px 18px 36px;
    margin: 0 0 27px 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .options-box {
        padding: 18px 18px 0 18px
    }
}

.options-box label {
    font-weight: 600
}

.options-box select {
    border: 1px solid #CBCCD0;
    background: #fff;
    padding-left: 35px;
    margin-bottom: 18px;
    position: relative;
    width: 100%
}

    .options-box select:after {
        content: '>';
        position: absolute;
        right: 10px;
        top: 10px
    }

.options-box .price {
    font-size: 27px;
    font-weight: 600;
    margin: 0
}

.options-box span.note {
    font-size: 15px
}

@media (min-width: 0em) and (max-width: 48em) {
    .options-box span.note {
        display: block
    }
}

.options-box .button {
    min-width: 200px
}

@media (min-width: 0em) and (max-width: 48em) {
    .options-box .button {
        width: 100%;
        min-width: 1px
    }
}

.options-box.expandable {
    padding: 18px 36px
}

@media (min-width: 0em) and (max-width: 48em) {
    .options-box.expandable {
        padding: 18px
    }
}

.options-box.expandable > a {
    font-size: 1.5em;
    color: #0075A3;
    font-weight: 600;
    display: block;
    position: relative
}

    .options-box.expandable > a:after {
        content: '\f3d0';
        font-family: Ionicons;
        position: absolute;
        right: 0;
        top: 0;
        transition: all ease 0.3s
    }

    .options-box.expandable > a:hover {
        text-decoration: none
    }

.options-box.expandable > div {
    padding: 18px 0 0 0
}

.options-box.expandable .expanded-content {
    display: none
}

.options-box.expandable.expanded > a:after {
    transform: rotate(180deg)
}

.options-box .bottom-info {
    border-top: 1px solid #CBCCD0;
    padding: 18px 36px 0 36px;
    margin: 0 -36px -18px -36px
}

@media (min-width: 0em) and (max-width: 48em) {
    .options-box .bottom-info {
        margin-bottom: 0
    }
}

.options-box .options {
    display: flex;
    align-items: center
}

@media (min-width: 0em) and (max-width: 48em) {
    .options-box .options {
        flex-wrap: wrap
    }
}

.options-box .options > p.price {
    margin: 0 0 0 auto
}

@media (min-width: 0em) and (max-width: 48em) {
    .options-box .options > p.price {
        order: -1;
        width: 50%;
        text-align: left
    }
}

.options-box .options > p:first-child {
    padding-right: 50px;
    font-size: 14px
}

@media (min-width: 0em) and (max-width: 48em) {
    .options-box .options > p:first-child {
        padding-right: 0;
        text-align: right;
        width: 50%
    }
}

.options-box .options i {
    color: #3E7B25;
    font-size: 25px;
    vertical-align: -0.1em;
    margin: 0 5px 0 0
}

.shopping-cart-box {
    border: 1px solid #CBCCD0;
    border-radius: 5px;
    padding: 36px 36px 18px 36px;
    margin: 0 0 27px 0;
    display: flex;
    align-items: center
}

@media (min-width: 0em) and (max-width: 48em) {
    .shopping-cart-box {
        flex-wrap: wrap
    }
}

.shopping-cart-box .price {
    margin: 0 0 0 auto;
    font-size: 27px;
    font-weight: 600
}

.shopping-cart-box p {
    width: auto
}

.shopping-cart-box .collection {
    box-shadow: none;
    margin: 0 0 9px 0;
    width: 50%
}

@media (min-width: 0em) and (max-width: 48em) {
    .shopping-cart-box .collection {
        width: 100%
    }
}

.shopping-cart-box .collection .blurb p a {
    font-size: 18px;
    color: #4A4A4A;
    font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

.shopping-cart-box .select2 {
    width: 80px !important
}

@media (min-width: 0em) and (max-width: 48em) {
    .shopping-cart-box .select2 {
        margin-top: -3px
    }
}

.shopping-cart-box .select2-container--default .select2-selection--single {
    height: 41px
}

    .shopping-cart-box .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 41px;
        padding-left: 20px
    }

@media (min-width: 0em) and (max-width: 48em) {
    .shopping-cart-box {
        padding: 18px 18px 0 18px
    }
}

.package {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #fff
}

@media (min-width: 0em) and (max-width: 48em) {
    .package {
        flex-wrap: wrap
    }

        .package > div {
            width: 100%
        }
}

.package p {
    color: #fff;
    font-size: 14px
}

    .package p i {
        vertical-align: -0.2em
    }

    .package p.price {
        font-size: 27px;
        font-weight: 600
    }

        .package p.price span {
            font-size: 22px;
            position: relative
        }

            .package p.price span:after {
                content: '';
                position: absolute;
                left: 0;
                top: 50%;
                width: 100%;
                border-top: 2px solid #fff;
                transform: rotate(-15deg)
            }

.bottom-util-bar {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between
}

@media (min-width: 0em) and (max-width: 48em) {
    .bottom-util-bar {
        flex-wrap: wrap
    }

        .bottom-util-bar span {
            display: none
        }
}

.bottom-util-bar p {
    padding: 0
}

    .bottom-util-bar p i {
        margin-left: 5px
    }

@media (min-width: 0em) and (max-width: 48em) {
    .bottom-util-bar p {
        padding: 0 0 10px 0
    }

        .bottom-util-bar p i {
            margin: 0
        }
}

@media (min-width: 0em) and (max-width: 48em) {
    .bottom-util-bar {
        bottom: 55px
    }
}

.checklist h5 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 18px
}

.checklist .amount-options {
    display: flex
}

@media only screen and (max-width: 500px) {
    .checklist .amount-options {
        flex-wrap: wrap
    }
}

.checklist .amount-options > p {
    flex: 1;
    padding: 0 18px 18px 0
}

    .checklist .amount-options > p:last-child {
        padding-right: 0
    }

@media only screen and (max-width: 500px) {
    .checklist .amount-options > p {
        flex: 0 1 auto
    }
}

.page-wrap .amount {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 45px 18px;
    margin: 0 0 18px 0;
    display: flex;
    align-items: center;
    width: 100%;
    white-space: nowrap
}

    .page-wrap .amount input:not(.button) {
        background: #fff;
        padding: 45px 18px;
        width: 100%;
        margin: 0 0 0 10px
    }

.popup {
    display: none;
    position: absolute;
    z-index: 101;
    left: 50%;
    top: 100px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    max-width: 1140px;
    transform: translateX(-50%);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    padding: 45px
}

    .popup.small {
        max-width: 800px;
        padding: 27px 27px 9px 27px
    }

        .popup.small p {
            font-size: 14px
        }

            .popup.small p.align-right {
                font-size: 18px !important
            }

    .popup .options-box {
        border: 1px solid #0075A3
    }

    .popup .content-list .collection:hover {
        cursor: pointer
    }

    .popup .close {
        position: absolute;
        right: 18px;
        top: 9px;
        color: #CBCCD0
    }

        .popup .close:after {
            content: '\f14d';
            font-family: Ionicons;
            position: absolute;
            right: 0;
            top: 0;
            font-size: 50px
        }

        .popup .close:hover {
            text-decoration: none
        }

    .popup i,
    .popup ion-icon {
        color: #7ED321;
        font-size: 22px;
        vertical-align: -0.3em;
        margin: 0 5px 0 0
    }

    .popup .shopping-cart-box {
        padding: 18px 18px 9px 18px;
        margin: 0 0 18px 0
    }

        .popup .shopping-cart-box .collection {
            width: 450px;
            min-height: 1px;
            padding: 0 27px 0 0
        }

@media (min-width: 0em) and (max-width: 48em) {
    .popup .shopping-cart-box .collection {
        width: 100%
    }
}

.popup .shopping-cart-box .collection .blurb {
    padding: 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .popup .shopping-cart-box .collection .blurb {
        width: 100%
    }
}

.popup .shopping-cart-box .collection p {
    padding: 0
}

.popup .shopping-cart-box .price {
    font-size: 18px;
    padding: 0
}

.popup .resource-info {
    flex-wrap: nowrap
}

@media (min-width: 0em) and (max-width: 48em) {
    .popup .resource-info {
        flex-wrap: wrap
    }
}

.popup .resource-info > div {
    width: calc(100% - 270px)
}

@media (min-width: 0em) and (max-width: 48em) {
    .popup .resource-info > div {
        width: calc(100% - 50px)
    }
}

.popup .resource-info > div.price {
    width: auto;
    font-size: 27px;
    font-weight: 600;
    margin: 0 0 0 auto
}

@media (min-width: 0em) and (max-width: 48em) {
    .popup {
        padding: 18px
    }

        .popup h3 {
            text-align: left
        }
}

.buttons-full {
    display: flex;
    align-items: center;
    margin: 0 -10px
}

    .buttons-full a {
        flex: 1;
        margin: 0 10px
    }

@media only screen and (max-width: 500px) {
    .buttons-full {
        flex-wrap: wrap
    }

        .buttons-full a {
            flex: 0 1 auto;
            width: 100%;
            margin: 0 0 10px 0
        }
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px
}

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 35px !important;
        cursor: pointer
    }

.checklist [type="checkbox"]:not(:checked) + label,
.checklist [type="checkbox"]:checked + label {
    padding-left: 0 !important
}

.checklist [type="radio"]:not(:checked) + label,
.checklist [type="radio"]:checked + label {
    padding-left: 10px !important
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 17px;
    height: 17px;
    background: none;
    border-radius: 3px;
    border: 2px solid #777
}

[type="checkbox"]:checked + label:before {
    border: 2px solid #fff;
    background: #0075A3;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.6)
}

.cart-box [type="checkbox"]:not(:checked) + label:before,
.cart-box [type="checkbox"]:checked + label:before {
    border: 2px solid #fff;
    background: none
}

.checklist [type="checkbox"]:not(:checked) + label:before,
.checklist [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 17px;
    height: 17px;
    background: none;
    border-radius: 3px;
    border: 2px solid #0075A3;
    box-shadow: none;
    display: none
}

.checklist [type="radio"]:not(:checked) + label:before,
.checklist [type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 17px;
    height: 17px;
    background: none;
    border-radius: 3px;
    border: 2px solid #0075A3;
    box-shadow: none;
    display: none
}

.checklist [type="checkbox"]:checked + label:before {
    border: 2px solid #fff;
    background: #0075A3
}

.checklist [type="radio"]:checked + label:before {
    border: 2px solid #fff;
    background: #0075A3
}

.highlighted-column [type="checkbox"]:not(:checked) + label:before,
.highlighted-column [type="checkbox"]:checked + label:before {
    top: 0 !important;
    background: #fff;
    width: 15px;
    height: 15px
}

.highlighted-column [type="checkbox"]:checked + label:before {
    border: 2px solid #777;
    box-shadow: none
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '\f2bc';
    font-family: "Ionicons";
    position: absolute;
    top: 1px;
    left: 7px;
    line-height: 100%;
    font-size: 20px;
    transition: all .2s;
    color: #fff;
    font-weight: 300;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3)
}

.checklist [type="checkbox"]:not(:checked) + label:after,
.checklist [type="checkbox"]:checked + label:after {
    content: '\f2bc';
    font-family: "Ionicons";
    position: absolute;
    top: 15px;
    left: 16px;
    line-height: 100%;
    font-size: 10px;
    transition: all .2s;
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    display: none
}

.checklist [type="radio"]:not(:checked) + label:after,
.checklist [type="radio"]:checked + label:after {
    content: '\f2bc';
    font-family: "Ionicons";
    position: absolute;
    top: 15px;
    left: 16px;
    line-height: 100%;
    font-size: 10px;
    transition: all .2s;
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    display: none
}

.highlighted-column [type="checkbox"]:not(:checked) + label:after,
.highlighted-column [type="checkbox"]:checked + label:after {
    top: 0 !important;
    left: 5px;
    color: #777;
    text-shadow: none;
    font-size: 18px
}

[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0)
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1)
}

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999
}

[type="checkbox"]:disabled + label {
    color: #aaa
}

[type="checkbox"] + label {
    color: #4A4A4A;
    display: inline-block;
    font-size: 18px;
    margin: 0 20px 0 0
}

.cart-box [type="checkbox"] + label {
    color: #fff
}

.checklist [type="checkbox"] + label {
    color: #868789;
    display: inline-block;
    font-size: 16px;
    margin: 0 20px 20px 0;
    text-align: center
}

.checklist [type="checkbox"] + label {
    color: #868789;
    border: 1px solid #CBCCD0;
    border-radius: 5px;
    display: inline-block;
    padding: 10px;
    min-width: 200px;
    margin: 0 20px 20px 0
}

.checklist [type="radio"] + label {
    color: #868789;
    border: 1px solid #CBCCD0;
    border-radius: 5px;
    display: inline-block;
    padding: 30px 10px !important;
    min-width: 1px;
    font-weight: 600;
    width: 100%;
    text-align: center
}

@media (min-width: 0em) and (max-width: 48em) {
    .checklist [type="radio"] + label {
        padding: 20px 10px !important
    }
}

@media only screen and (max-width: 500px) {
    .checklist [type="radio"] + label {
        padding: 10px !important
    }
}

.checklist [type="checkbox"]:checked + label {
    background: #3E7B25;
    color: #fff;
    border: 1px solid #3E7B25
}

.checklist [type="radio"]:checked + label {
    background: #3E7B25;
    color: #fff;
    border: 1px solid #3E7B25
}

.highlighted-column [type="checkbox"]:checked + label {
    font-family: "Rubik-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important
}

.highlighted-column [type="checkbox"] + label {
    color: #4A4A4A !important;
    display: inline-block !important;
    font-size: 14px !important;
    font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
    margin: 0 !important;
    line-height: 1.4;
    text-transform: none
}

[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px
}

    [type="radio"]:not(:checked) + label,
    [type="radio"]:checked + label {
        position: relative;
        padding-left: 30px;
        cursor: pointer
    }

        [type="radio"]:not(:checked) + label:before,
        [type="radio"]:checked + label:before {
            content: '';
            position: absolute;
            left: 2px;
            top: 4px;
            width: 13px;
            height: 13px;
            background: none;
            border-radius: 50%;
            border: 2px solid #777
        }

        [type="radio"]:checked + label:before {
            content: '\f111';
            font-family: FontAwesome;
            line-height: 12px;
            text-align: center;
            line-height: 13px;
            font-size: 9px;
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.6)
        }

        [type="radio"]:not(:checked) + label:after,
        [type="radio"]:checked + label:after {
            content: '';
            font-family: "Ionicons";
            position: absolute;
            top: -1px;
            left: 7px;
            line-height: 100%;
            font-size: 20px;
            transition: all .2s;
            color: #fff;
            font-weight: 300;
            text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3)
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0)
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            transform: scale(1)
        }

[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

[type="radio"]:disabled:checked + label:after {
    color: #999
}

[type="radio"]:disabled + label {
    color: #aaa
}

[type="radio"] + label {
    color: #4A4A4A;
    display: inline-block;
    font-size: 18px;
    margin: 0 20px 0 0
}

.embed-container,
.embed-youtube,
figure.wp-block-media-text__media,
.wp-block-embed__wrapper {
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    margin: 15px 0
}

    .embed-container object,
    .embed-container iframe,
    .embed-container video,
    .embed-youtube object,
    .embed-youtube iframe,
    .embed-youtube video,
    figure.wp-block-media-text__media object,
    figure.wp-block-media-text__media iframe,
    figure.wp-block-media-text__media video,
    .wp-block-embed__wrapper object,
    .wp-block-embed__wrapper iframe,
    .wp-block-embed__wrapper video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

.video-play {
    position: relative;
    display: inline-block
}

    .video-play:after {
        content: '\f01d';
        font-family: FontAwesome;
        font-size: 160px;
        color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        line-height: 1
    }

@media (min-width: 0em) and (max-width: 48em) {
    .video-play:after {
        font-size: 80px
    }
}

.page-wrap .pager__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

    .page-wrap .pager__items li {
        margin: 0 0 5px 0 !important;
        padding: 0 5px;
        line-height: 1
    }

        .page-wrap .pager__items li a {
            border: 1px solid #868789;
            padding: 5px;
            min-width: 28px;
            display: inline-block;
            color: #868789;
            border-radius: 5px;
            font-size: 14px;
            text-align: center
        }

            .page-wrap .pager__items li a:hover {
                text-decoration: none;
                background: #CBCCD0;
                border: 1px solid #CBCCD0;
                color: #4A4A4A
            }

            .page-wrap .pager__items li a span {
                display: none
            }

        .page-wrap .pager__items li:before {
            display: none
        }

        .page-wrap .pager__items li.is-active a {
            background: #CBCCD0;
            border: 1px solid #CBCCD0;
            color: #4A4A4A
        }

        .page-wrap .pager__items li.pager__item--first a:before {
            content: '\f3cf';
            font-family: Ionicons
        }

        .page-wrap .pager__items li.pager__item--first a:after {
            content: '\f3cf';
            font-family: Ionicons
        }

        .page-wrap .pager__items li.pager__item--last a:before {
            content: '\f3d1';
            font-family: Ionicons
        }

        .page-wrap .pager__items li.pager__item--last a:after {
            content: '\f3d1';
            font-family: Ionicons
        }

        .page-wrap .pager__items li.pager__item--next a:before {
            content: '\f3d1';
            font-family: Ionicons
        }

        .page-wrap .pager__items li.pager__item--previous a:before {
            content: '\f3cf';
            font-family: Ionicons
        }

@media print {
    .mobile-nav {
        display: none !important
    }
}

#edit-preview-toggle {
    margin: 18px 0
}

.vertical-tabs li {
    margin-left: 0 !important
}

    .vertical-tabs li:before {
        display: none
    }

.vertical-tabs__menu {
    margin: -1px 0 -1px -15em !important
}

#drupal-off-canvas input[type="checkbox"] {
    position: absolute
}

.js-form-item [type="checkbox"]:not(:checked) + label::before,
.js-form-item [type="checkbox"]:checked + label::before {
    top: -1px
}

.js-form-item [type="checkbox"]:not(:checked) + label::after,
.js-form-item [type="checkbox"]:checked + label::after {
    top: -4px
}

.contextual-region .contextual .contextual-links li:before {
    display: none
}

#edit-actions .button,
.form-actions .button {
    padding: 5px 20px
}

.js-quickedit-page-title {
    font-size: 45px;
    font-weight: 400
}

#edit-revision-information {
    padding: 25px 0 0 0
}

.user-login-form {
    padding: 45px 0 45px 0
}

    .user-login-form .description {
        font-style: italic;
        padding: 0 0 10px 0;
        font-size: 14px
    }

.layout--onecol .layout__region,
.views-exposed-form {
    padding: 45px 0 45px 0
}

    .layout--onecol .layout__region .js-form-item,
    .views-exposed-form .js-form-item {
        padding-bottom: 18px
    }

    .layout--onecol .layout__region h4,
    .views-exposed-form h4 {
        margin: 0
    }

.ui-widget select,
.form-search {
    min-width: 1px;
    width: 100%
}

#drupal-off-canvas input[type="submit"].button {
    padding: 10px 20px
}

#drupal-off-canvas ul.links {
    margin-top: 10px
}

.toolbar-tray-horizontal {
    font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

    .toolbar-tray-horizontal .js-form-item {
        padding: 0
    }

    .toolbar-tray-horizontal label {
        color: #fff
    }

.forum-list {
    margin: 0 0 36px 0;
    border: 1px solid #CBCCD0;
    border-bottom: none
}

@media only screen and (max-width: 600px) {
    .forum-list {
        border-bottom: 1px solid #CBCCD0
    }
}

.forum-list th {
    background: #F9FBFF;
    text-align: left;
    color: #868789;
    padding: 18px 27px;
    border-bottom: 1px solid #CBCCD0;
    font-size: 18px
}

    .forum-list th:nth-child(2),
    .forum-list th:nth-child(3) {
        text-align: center
    }

        .forum-list th:nth-child(2):last-child {
            text-align: left
        }

    .forum-list th:first-child {
        width: 300px
    }

@media only screen and (max-width: 600px) {
    .forum-list th:first-child {
        width: 100%
    }
}

@media only screen and (max-width: 600px) {
    .forum-list th {
        padding: 9px;
        font-size: 16px;
        display: block;
        width: 100%;
        border-bottom: 0
    }

        .forum-list th:not(:first-child) {
            display: none
        }
}

.forum-list td {
    border: 1px solid #CBCCD0;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    padding: 18px 27px;
    font-size: 14px;
    vertical-align: top
}

@media (min-width: 0em) and (max-width: 48em) {
    .forum-list td {
        padding: 9px
    }
}

@media only screen and (max-width: 600px) {
    .forum-list td {
        display: inline-block;
        border-bottom: 0
    }

        .forum-list td:not(:first-child) {
            font-size: 16px
        }
}

.forum-list td:nth-child(2),
.forum-list td:nth-child(3) {
    text-align: center
}

    .forum-list td:nth-child(2) p,
    .forum-list td:nth-child(3) p {
        text-align: left
    }

.forum-list td:first-child {
    width: 300px
}

@media only screen and (max-width: 600px) {
    .forum-list td:first-child {
        width: 100%;
        padding: 9px 9px 0 9px;
        border-top: 1px solid #CBCCD0
    }
}

.forum-list td:first-child a {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2
}

@media (min-width: 0em) and (max-width: 48em) {
    .forum-list td:first-child a {
        font-size: 16px
    }
}

.forum-list td:not(:first-child):before {
    content: attr(data-name);
    display: none;
    color: #868789
}

@media only screen and (max-width: 600px) {
    .forum-list td:not(: first-child):before {
        display: block;
        font-size: 14px
    }
}

.forum-list td.post,
.forum-list td.response {
    padding: 0;
    border: 0
}

    .forum-list td.post th,
    .forum-list td.response th {
        background: #F9FBFF;
        vertical-align: middle;
        border-bottom: 0;
        font-size: 14px;
        font-weight: 400
    }

        .forum-list td.post th a,
        .forum-list td.response th a {
            font-size: 14px;
            float: right;
            font-weight: 400
        }

    .forum-list td.post p,
    .forum-list td.response p {
        font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 16px
    }

    .forum-list td.post .avatar img,
    .forum-list td.response .avatar img {
        width: 60px
    }

@media only screen and (max-width: 600px) {
    .forum-list td.post .avatar,
    .forum-list td.response .avatar {
        display: flex;
        align-items: center
    }

        .forum-list td.post .avatar img,
        .forum-list td.response .avatar img {
            margin: 0 18px 0 0
        }
}

.forum-list td.post td:first-child,
.forum-list td.response td:first-child {
    width: 120px
}

@media only screen and (max-width: 600px) {
    .forum-list td.post td:first-child,
    .forum-list td.response td:first-child {
        border-top: 0;
        width: 100%
    }
}

.forum-list td.response th {
    padding-left: 90px
}

@media only screen and (max-width: 600px) {
    .forum-list td.response th {
        padding-left: 45px
    }
}

.forum-list td.response td:first-child {
    padding-left: 90px;
    width: 210px
}

@media only screen and (max-width: 600px) {
    .forum-list td.response td:first-child {
        padding-left: 45px;
        width: auto
    }
}

@media only screen and (max-width: 600px) {
    .forum-list td.response td {
        padding-left: 45px
    }
}

.forum-list td .authors {
    margin: 9px 0 0 0
}

    .forum-list td .authors li p {
        font-size: 14px;
        font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
    }

@media only screen and (max-width: 600px) {
    .forum-list td .authors li p {
        padding: 0
    }
}

.forum-list td .authors li a {
    color: #0075A3;
    display: inline-block;
    font-weight: 400
}

    .forum-list td .authors li a.avatar {
        margin: 0 9px 0 0;
        flex: 0 1 auto
    }

        .forum-list td .authors li a.avatar img {
            width: 35px
        }

.forum-list.points th,
.forum-list.points td {
    text-align: left;
    font-size: 16px;
    vertical-align: middle
}

    .forum-list.points td:first-child {
        font-family: "Geogrotesque Cond W01 Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
    }

.forum-list.points .authors {
    margin: 0
}

    .forum-list.points .authors li {
        padding: 0;
        align-items: center
    }

        .forum-list.points .authors li a.avatar img {
            margin: 0
        }

        .forum-list.points .authors li p {
            padding: 0
        }

@media only screen and (max-width: 600px) {
    .topic {
        border-top: none
    }
}

.topic th:first-child {
    width: 120px
}

@media only screen and (max-width: 600px) {
    .topic th:first-child {
        display: none
    }
}

@media only screen and (max-width: 600px) {
    .topic .response th:first-child,
    .topic .post th:first-child {
        display: block;
        width: 100%;
        border-top: 1px solid #CBCCD0
    }
}

.private-forum {
    border: 1px solid #CBCCD0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin: 0 0 27px 0
}

@media only screen and (max-width: 600px) {
    .private-forum {
        flex-wrap: wrap;
        justify-content: center
    }
}

.private-forum a {
    color: #4A4A4A;
    font-weight: 700
}

.private-forum .logo {
    padding: 0 18px 0 0
}

    .private-forum .logo img {
        border-radius: 5px 0 0 5px
    }

@media only screen and (max-width: 600px) {
    .private-forum .logo {
        padding: 0;
        width: 100%;
        text-align: center
    }
}

.private-forum > div {
    padding: 18px 0
}

.private-forum .summary {
    display: flex
}

    .private-forum .summary p {
        margin: 0 18px 0 0;
        line-height: 1.2;
        padding: 5px 10px 10px 10px;
        background: #f5f5f5;
        border-radius: 5px;
        text-align: center;
        font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
    }

        .private-forum .summary p span {
            font-size: 12px;
            color: #868789;
            display: block;
            text-align: left;
            font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
        }

.page-wrap .authors {
    margin: 0
}

    .page-wrap .authors li {
        display: flex;
        margin: 0;
        line-height: 1.2
    }

        .page-wrap .authors li span {
            display: block;
            font-size: 12px;
            color: #868789
        }

        .page-wrap .authors li:before {
            display: none
        }

        .page-wrap .authors li a {
            color: #4A4A4A;
            font-size: 14px;
            line-height: 1.2;
            display: block;
            padding-top: 4px
        }

            .page-wrap .authors li a.avatar {
                margin: 0 18px 0 0;
                padding: 0
            }

                .page-wrap .authors li a.avatar img {
                    width: 50px
                }

    .page-wrap .authors.presenters {
        margin: 0 0 18px 0
    }

        .page-wrap .authors.presenters li {
            align-items: center
        }

            .page-wrap .authors.presenters li p {
                font-size: 14px
            }

            .page-wrap .authors.presenters li a {
                font-size: 20px;
                color: #0075A3
            }

                .page-wrap .authors.presenters li a.avatar {
                    flex: 0 1 auto
                }

                    .page-wrap .authors.presenters li a.avatar img {
                        width: 80px
                    }

.page-wrap .callouts .authors.presenters li a {
    font-size: 18px
}

.page-wrap .hero .blurb .authors.presenters {
    margin: 0
}

    .page-wrap .hero .blurb .authors.presenters h1 {
        margin: 0
    }

    .page-wrap .hero .blurb .authors.presenters li img {
        margin-right: 18px;
        max-width: 115px
    }

    .page-wrap .hero .blurb .authors.presenters li span {
        font-size: 18px;
        color: #fff;
        padding: 10px 0;
        line-height: 1.4
    }

@media (min-width: 0em) and (max-width: 48em) {
    .page-wrap .hero .blurb h1 {
        font-size: 50px;
        padding-right: 0
    }
}

@media only screen and (max-height: 750px) {
    .page-wrap .hero .blurb h1 {
        font-size: 50px;
        padding-right: 0
    }
}

.message-logged {
    background: #F9FBFF;
    padding: 18px;
    border-radius: 5px;
    font-size: 16px !important
}

.event-details {
    border: 1px solid #CBCCD0;
    border-radius: 5px;
    margin: 0 0 27px 0
}

    .event-details .visual {
        min-height: 300px;
        max-width: 100%
    }

        .event-details .visual a {
            font-size: 2.16em;
            text-align: left;
            font-weight: 600;
            padding: 27px 20% 27px 27px
        }

    .event-details .location {
        padding: 18px 27px 0 27px
    }

        .event-details .location .actions {
            border-top: 1px solid #CBCCD0;
            padding: 18px 0 0 0;
            display: flex;
            align-items: center
        }

@media only screen and (max-width: 600px) {
    .event-details .location .actions {
        flex-wrap: wrap
    }
}

.event-details .location .actions p:not(:last-child) {
    padding-right: 18px
}

@media only screen and (max-width: 600px) {
    .event-details .location .actions p:not(: last-child) {
        padding-right: 0
    }
}

.event-details .location .actions .button {
    margin-bottom: 4px
}

@media only screen and (max-width: 600px) {
    .event-details .location .actions .button {
        width: 100%
    }
}

.event-details .location .actions .login {
    margin: 0 0 0 auto;
    font-size: 14px
}

@media only screen and (max-width: 600px) {
    .event-details .location .actions .login {
        margin: 0
    }
}

.event-details .location .address-social {
    display: flex;
    align-items: flex-end
}

@media only screen and (max-width: 600px) {
    .event-details .location .address-social {
        flex-wrap: wrap
    }
}

.event-details .location .address-social .social {
    margin: 0 0 0 auto
}

    .event-details .location .address-social .social i {
        margin: 0 0 0 10px
    }

@media only screen and (max-width: 600px) {
    .event-details .location .address-social .social {
        margin: 0
    }

        .event-details .location .address-social .social i {
            margin: 0 10px 0 0
        }
}

.event-details .location h4 {
    font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    margin: 0 0 9px 0
}

.event-info {
    display: flex;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 18px 18px 0 18px;
    margin: 0 0 27px 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .event-info {
        flex-wrap: wrap
    }
}

.event-info > div {
    flex: 1;
    padding: 0 18px 0 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .event-info > div {
        flex: 0 1 auto;
        width: 100%;
        padding: 0
    }
}

.event-info h5 {
    color: #3E7B25;
    font-weight: 400;
    margin-bottom: 18px
}

.event-info p {
    font-size: 16px !important
}

.highlighted-column {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 27px 18px 9px 18px;
    margin: 0 25px 0 0;
    max-width: 300px
}

@media (min-width: 0em) and (max-width: 48em) {
    .highlighted-column {
        max-width: 100%;
        width: 100%;
        margin: 0 0 27px 0
    }
}

.highlighted-column h3 {
    font-size: 18px;
    color: #3E7B25
}

@media (min-width: 0em) and (max-width: 48em) {
    .highlighted-column h3 {
        text-align: left
    }
}

.highlighted-column ul li {
    margin-left: 0
}

    .highlighted-column ul li:before {
        display: none
    }

.highlighted-column .facets-widget-checkbox {
    border-bottom: 2px solid #AEAEAE;
    margin: 0 0 18px 0
}

.highlighted-column .facet-empty {
    display: none
}

.highlighted-column .show-more,
.highlighted-column .show-less {
    font-family: "Rubik-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    padding-left: 12px;
    margin: 18px 0 0 0;
    display: block
}

    .highlighted-column .show-more:before,
    .highlighted-column .show-less:before {
        content: '+';
        position: absolute;
        left: 0;
        top: 0
    }

    .highlighted-column .show-less:before {
        content: '-'
    }

.highlighted-column .block-facet--checkbox:last-child .facets-widget-checkbox {
    border: 0
}

.js input.form-autocomplete.ui-autocomplete-loading {
    background-repeat: no-repeat
}

.content-with-callouts .content .item-list ul li {
    margin: 0;
    padding: 0 0 9px 0
}

    .content-with-callouts .content .item-list ul li:before {
        display: none
    }

    .content-with-callouts .content .item-list ul li p {
        font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 16px
    }

        .content-with-callouts .content .item-list ul li p.title {
            font-size: 1.5em;
            line-height: 1.2;
            padding: 0 0 3px 0;
            font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
        }

        .content-with-callouts .content .item-list ul li p.date {
            font-weight: 400;
            font-size: 14px;
            margin: 0;
            padding: 0 0 9px 0;
            font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
        }

pre {
    margin-bottom: 100px !important
}

.legend.wrapper h3.hdr {
    box-shadow: 2px 2px 2px #868789;
    background: rgba(134, 135, 137, 0.3);
    margin: 50px 0 30px 0;
    padding: 20px
}

.legend-left-nav {
    background: #ffffff;
    padding: 20px;
    z-index: 10000;
    position: fixed;
    width: 300px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    border-radius: 0 5px 5px 0;
    margin-top: 20px
}

    .legend-left-nav ul li {
        display: block
    }

    .legend-left-nav ul {
        margin: 0
    }

        .legend-left-nav ul li {
            margin: 0;
            padding: 0 20px 5px 0
        }

            .legend-left-nav ul li a {
                color: #3E7B25;
                font-size: 16px
            }

            .legend-left-nav ul li:before {
                display: none
            }

            .legend-left-nav ul li.active a {
                color: #424242;
                font-family: "Geogrotesque Cond W01 Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
            }

div.code-toolbar > .toolbar {
    opacity: 1 !important
}

.tiles {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 27px 0
}

    .tiles > a {
        width: calc(33.33% - 12px);
        border: 1px solid #CBCCD0;
        border-radius: 5px;
        display: flex;
        align-items: center;
        padding: 27px;
        margin: 0 18px 18px 0;
        color: #425072;
        font-family: "Geogrotesque Cond W01 Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 22px
    }

        .tiles > a span {
            font-size: 18px;
            color: #4A4A4A;
            font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
            display: block;
            padding: 10px 0
        }

        .tiles > a:nth-child(3n) {
            margin-right: 0
        }

        .tiles > a:hover {
            text-decoration: none;
            background: #f5f5f5
        }

        .tiles > a > div:first-child {
            padding: 0 18px 0 0
        }

            .tiles > a > div:first-child img {
                max-width: 60px;
                height: auto
            }

@media only screen and (max-width: 900px) {
    .tiles > a {
        width: calc(50% - 9px)
    }

        .tiles > a:nth-child(3n) {
            margin-right: 18px
        }

        .tiles > a:nth-child(2n) {
            margin-right: 0
        }
}

@media (min-width: 0em) and (max-width: 48em) {
    .tiles > a {
        width: 100%;
        margin-right: 0
    }

        .tiles > a:nth-child(3n) {
            margin-right: 0
        }
}

.tiles-highlighted {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 27px 0
}

    .tiles-highlighted > a {
        width: calc(50% - 9px);
        margin: 0 18px 18px 0;
        padding: 27px 18px 18px 18px;
        background: #f5f5f5;
        border-radius: 5px
    }

        .tiles-highlighted > a:nth-child(2n) {
            margin-right: 0
        }

        .tiles-highlighted > a p {
            font-size: 14px
        }

            .tiles-highlighted > a p.title {
                font-size: 27px
            }

            .tiles-highlighted > a p.link {
                font-size: 18px;
                color: #0075A3
            }

            .tiles-highlighted > a p.title + p {
                margin-top: -18px
            }

        .tiles-highlighted > a:hover {
            text-decoration: none;
            background: #0075A3
        }

            .tiles-highlighted > a:hover p {
                color: #fff
            }

@media (min-width: 0em) and (max-width: 48em) {
    .tiles-highlighted > a {
        width: 100%;
        margin-right: 0
    }
}

blockquote {
    line-height: 1.5;
    position: relative;
    padding: 18px;
    margin: 0 0 18px 0;
    border-top: 3px solid #425072;
    border-bottom: 3px solid #425072;
    text-align: center;
    font-size: 22px;
    font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

.ui-widget {
    font-size: 16px !important;
    font-family: "Geogrotesque Cond W01 Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    padding: 0 9px
}

.ui-autocomplete {
    border: 1px solid #0075A3;
    max-height: 200px;
    overflow: auto
}

.post-when-where {
    display: flex;
    align-items: flex-end;
    font-size: 15px !important;
    padding: 0 0 9px 2px !important;
    line-height: 1.2
}

@media only screen and (max-width: 650px) {
    .post-when-where {
        flex-wrap: wrap
    }
}

.post-when-where span:first-child:not(:last-child) {
    width: 30%;
    min-width: 220px
}

.post-box {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 18px 18px 0 18px;
    margin: 0 0 27px 0
}

    .post-box p {
        font-size: 15px !important
    }

.review {
    display: flex
}

    .review .cover {
        padding: 0 18px 0 0;
        min-width: 100px
    }

        .review .cover img {
            width: 100%
        }

@media only screen and (max-width: 650px) {
    .review .cover {
        min-width: 75px
    }
}

.review .review-content p {
    font-size: 16px
}

.review .review-content .title {
    padding: 0 0 10px 0
}

.review .review-content .like {
    font-size: 12px
}

.review .review-content .when {
    font-size: 14px
}

.select-custom {
    padding: 0 0 20px 0;
    margin: 0 0 0 10px !important;
    height: 35px;
    position: relative;
    width: 150px;
    display: inline-block;
    vertical-align: middle
}

    .select-custom .list-dropdown {
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        background: #fff;
        width: 150px;
        min-height: 35px;
        line-height: 35px;
        color: #4A4A4A;
        cursor: pointer;
        text-align: left
    }

@media (min-width: 0em) and (max-width: 48em) {
    .select-custom .list-dropdown {
        right: auto;
        left: 0;
        width: 100%
    }
}

.select-custom .list-dropdown span {
    background-color: #EFEFEF;
    border-radius: 5px;
    display: block;
    width: 100% !important;
    padding: 0 15px;
    text-align: left;
    font-size: 14px;
    transition: all ease 0.6s;
    text-align: left;
    font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #868789
}

    .select-custom .list-dropdown span:after {
        content: '\f107';
        font-family: FontAwesome;
        font-size: 15px;
        color: #4A4A4A;
        margin-left: 15px;
        position: absolute;
        right: 10px;
        top: 0;
        transition: all ease 0.3s
    }

@media (min-width: 0em) and (max-width: 48em) {
    .select-custom .list-dropdown span {
        margin: 0
    }
}

.select-custom .list-dropdown.open span {
    border-radius: 5px 5px 0 0
}

    .select-custom .list-dropdown.open span:hover:after,
    .select-custom .list-dropdown.open span:after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

.select-custom .list-dropdown .list-container {
    opacity: 0;
    margin: 0;
    transition: all ease 0.3s;
    overflow: hidden;
    background-color: #EFEFEF;
    border-radius: 0 0 5px 5px
}

    .select-custom .list-dropdown .list-container ul {
        padding: 0;
        margin: 0 0 15px 0;
        width: 100%
    }

        .select-custom .list-dropdown .list-container ul li {
            margin: 0
        }

            .select-custom .list-dropdown .list-container ul li a {
                color: #868789;
                line-height: 1;
                display: block;
                padding: 10px 15px 10px 15px;
                position: relative;
                text-decoration: none;
                font-size: 14px;
                font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
            }

                .select-custom .list-dropdown .list-container ul li a:after {
                    content: '';
                    position: absolute;
                    right: 10px;
                    top: 10px
                }

                .select-custom .list-dropdown .list-container ul li a:hover {
                    text-decoration: none;
                    background-color: #EFEFEF
                }

            .select-custom .list-dropdown .list-container ul li:before {
                display: none
            }

            .select-custom .list-dropdown .list-container ul li.selected a:after {
                content: '\f00c';
                font-family: FontAwesome
            }

.select-custom .list-dropdown.open .list-container {
    opacity: 1
}

.avatar.leaderboard a {
    position: relative
}

    .avatar.leaderboard a:first-child {
        display: inline-block
    }

        .avatar.leaderboard a:first-child:after {
            content: '';
            position: absolute;
            right: 5px;
            bottom: 5px;
            width: 3vw;
            height: 3vw;
            max-width: 40px;
            max-height: 40px;
            border-radius: 5px
        }

@media (min-width: 0em) and (max-width: 48em) {
    .avatar.leaderboard a:first-child:after {
        width: 40px;
        height: 40px
    }
}

.avatar.leaderboard.resources a:first-child:after {
    background: url(../images/badge-resources.svg) center center no-repeat;
    background-size: 70% auto
}

.avatar.leaderboard.commentors a:first-child:after {
    background: url(../images/badge-commentors.svg) center center no-repeat;
    background-size: 70% auto
}

.avatar.leaderboard.aggregators a:first-child:after {
    background: url(../images/badge-aggregators.svg) center center no-repeat;
    background-size: 70% auto
}

.avatar.leaderboard.disseminators a:first-child:after {
    background: url(../images/badge-disseminators.svg) center center no-repeat;
    background-size: 70% auto
}

.avatar.leaderboard.advocators a:first-child:after {
    background: url(../images/badge-advocators.svg) center center no-repeat;
    background-size: 70% auto
}

.avatar.leaderboard.sppu a:first-child:after {
    background: url(../images/badge-sppu.svg) center center no-repeat;
    background-size: 70% auto
}

.avatar.leaderboard.seminar a:first-child:after {
    background: url(../images/badge-seminar.svg) center center no-repeat;
    background-size: 70% auto
}

.avatar.leaderboard.emerald a:first-child:after {
    background-color: #22705D
}

.avatar.leaderboard.ruby a:first-child:after {
    background-color: #8F3425
}

.avatar.leaderboard.pearl a:first-child:after {
    background-color: #D7CDA1
}

.avatar.leaderboard.diamond a:first-child:after {
    background-color: #C5B0D0
}

.avatar.leaderboard.platinum a:first-child:after {
    background-color: #9B9B9B
}

.avatar.leaderboard.onyx a:first-child:after {
    background-color: #2D3731
}

.avatar.leaderboard.sapphire a:first-child:after {
    background-color: #205670
}

.leaderboard:not(.avatar) {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 9px 9px 0
}

    .leaderboard:not(.avatar).resources {
        background: url(../images/badge-resources.svg) center center no-repeat;
        background-size: 70% auto
    }

    .leaderboard:not(.avatar).commentors {
        background: red url(../images/badge-commentors.svg) center center no-repeat;
        background-size: 70% auto
    }

    .leaderboard:not(.avatar).aggregators {
        background: red url(../images/badge-aggregators.svg) center center no-repeat;
        background-size: 70% auto
    }

    .leaderboard:not(.avatar).disseminators {
        background: red url(../images/badge-disseminators.svg) center center no-repeat;
        background-size: 70% auto
    }

    .leaderboard:not(.avatar).advocators {
        background: red url(../images/badge-advocators.svg) center center no-repeat;
        background-size: 70% auto
    }

    .leaderboard:not(.avatar).sppu {
        background: red url(../images/badge-sppu.svg) center center no-repeat;
        background-size: 70% auto
    }

    .leaderboard:not(.avatar).seminar {
        background: red url(../images/badge-seminar.svg) center center no-repeat;
        background-size: 70% auto
    }

    .leaderboard:not(.avatar).indexer {
        background: red url(../images/badge-indexer.svg) center center no-repeat;
        background-size: 70% auto
    }

    .leaderboard:not(.avatar).spu {
        background: red url(../images/badge-spu.svg) center center no-repeat;
        background-size: 70% auto
    }

    .leaderboard:not(.avatar).council1 {
        background: red url(../images/badge-council1.svg) center center no-repeat;
        background-size: 70% auto
    }

    .leaderboard:not(.avatar).council2 {
        background: red url(../images/badge-council2.svg) center center no-repeat;
        background-size: 70% auto
    }

    .leaderboard:not(.avatar).overall {
        background: red url(../images/badge-overall.svg) center center no-repeat;
        background-size: 70% auto
    }

    .leaderboard:not(.avatar).emerald {
        background-color: #22705D
    }

    .leaderboard:not(.avatar).ruby {
        background-color: #8F3425
    }

    .leaderboard:not(.avatar).pearl {
        background-color: #D7CDA1
    }

    .leaderboard:not(.avatar).diamond {
        background-color: #C5B0D0
    }

    .leaderboard:not(.avatar).platinum {
        background-color: #9B9B9B
    }

    .leaderboard:not(.avatar).onyx {
        background-color: #2D3731
    }

    .leaderboard:not(.avatar).sapphire {
        background-color: #205670
    }

    .leaderboard:not(.avatar).brown {
        background-color: #8F7847
    }

    .leaderboard:not(.avatar).navy {
        background-color: #414E70
    }

.callouts .leaderboard:not(.avatar) {
    width: 30px;
    height: 30px
}

.badge-section .leaderboard:not(.avatar) {
    width: 50px;
    height: 50px
}

.badges {
    column-count: 2;
    margin: 0 0 18px 0;
    display: inline-block;
    width: auto;
    clear: both
}

    .badges .leaderboard {
        display: block !important
    }

@media (min-width: 0em) and (max-width: 48em) {
    .badges {
        column-count: 1
    }
}

.badge {
    display: flex;
    margin: 0 0 18px 0
}

    .badge > div {
        max-width: 150px;
        font-size: 14px;
        line-height: 1.2
    }

        .badge > div .leaderboard {
            width: 50px;
            height: 50px
        }

.badge-section {
    border-bottom: 1px solid #CBCCD0;
    margin: 0 0 27px 0
}

    .badge-section h4 + p {
        margin-top: -15px
    }

@media (min-width: 0em) and (max-width: 48em) {
    .badge-section h4,
    .badge-section h5 {
        text-align: left
    }
}

.badge-section p a {
    color: #0075A3;
    text-decoration: underline
}

.badge-section:last-child {
    border: 0
}

.performances {
    background: #E3E5EA;
    border-radius: 5px;
    padding: 18px 18px 0 18px;
    margin: 0 0 45px 0
}

    .performances h5 {
        margin-bottom: 18px
    }

    .performances .performance {
        background: #fff;
        border-radius: 5px;
        padding: 18px 18px 27px 18px;
        margin: 0 0 18px 0;
        display: flex;
        position: relative
    }

        .performances .performance:hover {
            background: #f3f4f6
        }

        .performances .performance.active {
            background: #425072
        }

            .performances .performance.active p {
                color: #fff
            }

            .performances .performance.active .expandable-box a {
                color: #fff
            }

            .performances .performance.active .status p {
                background: #fff
            }

                .performances .performance.active .status p:before {
                    background: #425072;
                    left: calc(100% - 13px)
                }

        .performances .performance p {
            font-size: 16px;
            font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
            padding: 0 0 9px 0
        }

        .performances .performance .expandable-box {
            border: 0;
            padding: 0;
            margin: 0
        }

            .performances .performance .expandable-box > a {
                font-size: 13px;
                color: #4A4A4A;
                padding-left: 15px
            }

                .performances .performance .expandable-box > a:after {
                    content: '\f0da';
                    right: auto;
                    left: 0;
                    top: 2px
                }

            .performances .performance .expandable-box.expanded a:after {
                transform: rotate(90deg)
            }

        .performances .performance .expanded-content p {
            font-size: 13px;
            padding: 0 0 9px 0
        }

        .performances .performance .status {
            border-right: 1px solid #CBCCD0;
            padding: 0 18px 0 0;
            margin: 0 18px 0 0;
            display: flex;
            align-items: center
        }

            .performances .performance .status > p {
                background: #425072;
                height: 15px;
                width: 50px;
                border-radius: 10px;
                position: relative
            }

                .performances .performance .status > p:before {
                    content: '';
                    position: absolute;
                    left: 2px;
                    top: 2px;
                    width: 11px;
                    height: 11px;
                    background: #fff;
                    border-radius: 50%;
                    transition: all ease 0.3s
                }

        .performances .performance .visual-bar {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 8px;
            display: flex;
            border-radius: 0 0 5px
        }

            .performances .performance .visual-bar span {
                flex: 1
            }

                .performances .performance .visual-bar span:first-child {
                    border-radius: 0 0 0 5px
                }

                .performances .performance .visual-bar span:last-child {
                    border-radius: 0 0 5px 0
                }

            .performances .performance .visual-bar .indicator-col1 {
                background: #0075A3
            }

            .performances .performance .visual-bar .indicator-col2 {
                background: #FE991F
            }

            .performances .performance .visual-bar .indicator-col3 {
                background: #3E7B25
            }

    .performances .performances-details {
        margin: 0 -18px;
        padding: 18px 9px;
        background: #425072;
        border-radius: 0 0 5px 5px;
        display: flex
    }

@media (min-width: 0em) and (max-width: 48em) {
    .performances .performances-details {
        flex-wrap: wrap
    }
}

.performances .performances-details > div {
    margin: 0 9px;
    border: 0 !important;
    display: block
}

    .performances .performances-details > div.col1,
    .performances .performances-details > div.col2,
    .performances .performances-details > div.col3 {
        background: #fff
    }

@media (min-width: 0em) and (max-width: 48em) {
    .performances .performances-details > div {
        flex: 0 1 auto;
        width: 100%;
        margin: 0 9px 9px 9px
    }
}

.performances .performances-details p {
    font-size: 13px;
    padding: 0 0 9px 0
}

.performances .performances-details h5 {
    margin: 0 -18px 9px -18px
}

.performances-details {
    margin: 0 0 27px 0
}

    .performances-details > div {
        flex: 1;
        margin: 0 0 18px 0;
        padding: 0 18px;
        background: #fff;
        border: 1px solid #425072;
        border-radius: 5px;
        display: flex;
        flex-wrap: wrap
    }

        .performances-details > div > div {
            margin-top: -18px
        }

            .performances-details > div > div.col-l {
                border-right: 1px solid #425072;
                width: 30%;
                padding: 18px 18px 18px 0
            }

@media (min-width: 0em) and (max-width: 48em) {
    .performances-details > div > div.col-l {
        width: 100%;
        padding: 18px 0;
        border: 0
    }
}

.performances-details > div > div.col-l:last-child {
    width: 100%;
    border: 0
}

.performances-details > div > div.col-r {
    width: 70%;
    padding: 18px
}

@media (min-width: 0em) and (max-width: 48em) {
    .performances-details > div > div.col-r {
        width: 100%;
        padding: 18px 0
    }
}

@media (min-width: 0em) and (max-width: 48em) {
    .performances-details > div {
        flex: 0 1 auto;
        width: 100%;
        margin: 0 0 9px 0
    }
}

.performances-details > div h5 {
    color: #fff;
    background: #425072;
    margin: 0 -18px 18px -18px;
    padding: 5px 18px;
    border-radius: 5px 5px 0 0;
    width: calc(100% + 36px)
}

.performances-details > div.col1 {
    border: 1px solid #5167BF;
    background: rgba(81, 103, 191, 0.3)
}

    .performances-details > div.col1 h5 {
        background: #5167BF
    }

    .performances-details > div.col1 .info:before {
        color: #5167BF
    }

    .performances-details > div.col1 .highlighted {
        background: rgba(81, 103, 191, 0.3)
    }

.performances-details > div.col2 {
    border: 1px solid #FE991F;
    background: rgba(254, 153, 31, 0.3)
}

    .performances-details > div.col2 h5 {
        background: #FE991F
    }

    .performances-details > div.col2 .info:before {
        color: #FE991F
    }

    .performances-details > div.col2 .highlighted {
        background: rgba(254, 153, 31, 0.3)
    }

.performances-details > div.col3 {
    border: 1px solid #3E7B25;
    background: rgba(62, 123, 37, 0.3)
}

    .performances-details > div.col3 h5 {
        background: #3E7B25
    }

    .performances-details > div.col3 .info:before {
        color: #3E7B25
    }

    .performances-details > div.col3 .highlighted {
        background: rgba(62, 123, 37, 0.3)
    }

.performances-details > div h6 {
    font-family: "Rubik-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 14px
}

.performances-details > div p {
    font-size: 14px;
    font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    line-height: 1.2
}

    .performances-details > div p strong {
        font-family: "Rubik-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
    }

    .performances-details > div p.info {
        padding: 5px 0 5px 25px;
        margin: -4px 0 4px -5px;
        color: #4A4A4A
    }

        .performances-details > div p.info a {
            color: #4A4A4A;
            font-size: 12px;
            position: relative;
            z-index: 10
        }

        .performances-details > div p.info:before {
            position: absolute;
            left: 5px;
            top: 4px
        }

.standards-table {
    border-collpase: collapse;
    margin: 0 0 45px 0;
    border-left: 1px solid #CBCCD0;
    border-radius: 5px
}

@media (min-width: 0em) and (max-width: 48em) {
    .standards-table {
        border-top: 1px solid #CBCCD0;
        border-bottom: 1px solid #CBCCD0
    }
}

.standards-table th {
    background: #425072;
    color: #fff;
    padding: 9px
}

    .standards-table th:first-child {
        border-radius: 5px 0 0 0
    }

    .standards-table th:last-child {
        border-radius: 0 5px 0 0
    }

    .standards-table th:first-child:last-child {
        bordeer-radius: 5px 5px 0 0
    }

@media (min-width: 0em) and (max-width: 48em) {
    .standards-table th {
        display: none
    }
}

.standards-table td {
    font-size: 15px;
    padding: 9px 0;
    border: 1px solid #CBCCD0;
    border-top: 0;
    border-left: 0;
    vertical-align: top;
    width: 33%
}

@media (min-width: 0em) and (max-width: 48em) {
    .standards-table td {
        display: block;
        width: 100%;
        border-bottom: 0;
        padding: 0 0 9px 0
    }

        .standards-table td:before {
            content: attr(data-name);
            background: #f5f5f5;
            border-radius: 5px;
            padding: 5px 9px;
            margin: 12px 9px 5px 9px;
            display: inline-block
        }
}

.standards-table td p {
    font-size: 15px;
    padding: 0 9px 9px 9px;
    border-bottom: 1px solid #CBCCD0
}

    .standards-table td p:last-child {
        border: 0;
        padding: 0 9px
    }

    .standards-table td p a {
        display: inline-block;
        width: calc(100% - 40px);
        vertical-align: top
    }

@media (min-width: 0em) and (max-width: 48em) {
    .standards-table td p {
        border: 0
    }
}

.standards-table td.title {
    background: #f5f5f5;
    text-align: center;
    font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

@media (min-width: 0em) and (max-width: 48em) {
    .standards-table td.title {
        padding: 9px
    }

        .standards-table td.title:before {
            display: none
        }
}

.standards-table td.centered {
    text-align: center
}

@media (min-width: 0em) and (max-width: 48em) {
    .standards-table td.centered {
        padding: 9px
    }

        .standards-table td.centered:before {
            display: none
        }
}

.standards-table td.class {
    font-size: 36px;
    width: 50px;
    vertical-align: middle;
    font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    padding: 9px
}

@media (min-width: 0em) and (max-width: 48em) {
    .standards-table td.class {
        display: block;
        width: 100%;
        border-top: 1px solid #CBCCD0;
        padding: 9px
    }

        .standards-table td.class:before {
            display: none
        }
}

.quick-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 27px 0 27px 0
}

    .quick-info > div {
        flex: 1;
        margin: 0 0 9px 0
    }

@media (min-width: 0em) and (max-width: 48em) {
    .quick-info > div {
        width: 50%;
        flex: 0 1 auto
    }
}

@media only screen and (max-width: 450px) {
    .quick-info > div {
        width: 100%
    }
}

.quick-info > div p {
    font-size: 21px;
    color: #0075A3;
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
    line-height: 1.2;
    padding-right: 9px;
    padding-left: 9px
}

.quick-info > div.blurb {
    width: 100%;
    flex: 0 1 auto
}

    .quick-info > div.blurb p {
        font-family: "Rubik-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        color: #4A4A4A;
        text-align: center;
        max-width: 100%;
        line-height: 1.5
    }

        .quick-info > div.blurb p.learn-more {
            font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
            font-size: 27px;
            line-height: 1.2
        }

            .quick-info > div.blurb p.learn-more a {
                color: #0075A3
            }

.ui-widget.ui-widget-content.ui-autocomplete.keywords-autocomplete {
    position: absolute;
    z-index: 105 !important
}

.links-box {
    border: 1px solid #CBCCD0;
    border-radius: 5px;
    padding: 27px 27px 9px 27px;
    background: #f5f5f5;
    margin: 0 0 27px 0
}

@media (min-width: 0em) and (max-width: 48em) {
    .links-box {
        padding: 9px 18px
    }
}

.links-box h3 {
    margin-bottom: 27px
}

.links-box ul {
    column-gap: 45px;
    column-rule: 1px solid #CBCCD0
}

    .links-box ul.cols3 {
        column-count: 3
    }

        .links-box ul.cols3 li {
            display: inline-block;
            width: 100%
        }

@media (min-width: 0em) and (max-width: 48em) {
    .links-box ul.cols3 li {
        text-align: center;
        position: relative
    }

        .links-box ul.cols3 li:after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 350px;
            max-width: 100%;
            transform: translateX(-50%);
            border-top: 1px solid #CBCCD0
        }

        .links-box ul.cols3 li:last-child:after {
            display: none
        }
}

@media (min-width: 0em) and (max-width: 48em) {
    .links-box ul.cols3 {
        column-count: 1
    }
}

.links-box ul.cols2 {
    column-count: 2
}

    .links-box ul.cols2 li {
        display: inline-block;
        width: 100%
    }

@media (min-width: 0em) and (max-width: 48em) {
    .links-box ul.cols2 li {
        text-align: center;
        position: relative
    }

        .links-box ul.cols2 li:after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 350px;
            max-width: 100%;
            transform: translateX(-50%);
            border-top: 1px solid #CBCCD0
        }

        .links-box ul.cols2 li:last-child:after {
            display: none
        }
}

@media (min-width: 0em) and (max-width: 48em) {
    .links-box ul.cols2 {
        column-count: 1
    }
}

.links-box ul.centered li {
    text-align: center;
    position: relative
}

    .links-box ul.centered li:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 350px;
        max-width: 100%;
        transform: translateX(-50%);
        border-top: 1px solid #CBCCD0
    }

    .links-box ul.centered li:last-child:after {
        display: none
    }

.links-box ul li {
    font-size: 24px;
    font-family: "Geogrotesque Cond W01 Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    padding: 18px 27px 18px 27px;
    margin: 0;
    display: block;
    line-height: 1.2
}

    .links-box ul li:before {
        display: none
    }

.section-level-down .links-box {
    background: #fff
}

img[data-align="right"] {
    float: right;
    margin: 0 0 18px 9px
}

img[data-align="left"] {
    float: left;
    margin: 0 9px 18px 0
}

img[data-align="center"] {
    display: flex;
    margin: 0 auto 18px auto;
    justify-content: center
}

.views-field-field-image {
    float: left;
    padding: 20px 20px 20px 0;
}

.views-field-body {
    font-size: 14px;
}

.banner-container {
    margin: 20px auto;
    width: 70%;
}

.top-line {
    background-color: #efefef;
    border-radius: 10px 10px 0px 0px;
    height: 10px;
    margin-bottom: 0px;
}

.message-banner {
    background-color: #efefef !important;
    border-radius: 0px 0px 10px 10px;
    margin-top: 0px;
    padding: 10px 35px;
}

.banner-content {
    text-align: center;
}

    .banner-content p {
        color: #425072 !important;
        margin-bottom: 10px;
        margin-top: 10px;
    }

@media (max-width: 1152px) {
    .message-banner {
        justify-content: center;
    }

    .banner-container {
        margin: auto;
        width: 100%;
        padding: 0 25px;
    }
}