@charset "UTF-8";

/* skip link styling */
.govuk-skip-link {
    /* position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.14286;
    display: block;
    padding: 10px 15px; */

    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.govuk-skip-link:active, .govuk-skip-link:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: inherit !important;
    overflow: visible !important;
    clip: auto !important;
    -webkit-clip-path: none !important;
    clip-path: none !important;
    white-space: inherit !important;
}

/* DJL 2019-08-29: New Styles */
/* Home page hero layout */
.container > .hero .hero__item .image-container .filter {
    display: none;
}
.container > .hero > a:last-child {
    /* vertically space out the hero area from the content */
    margin-bottom: 1em;
}

@media (min-width: 768px) {
    .container > .hero .hero__item {
        display: inline;
        margin: 0;
        overflow: hidden;
        height: 25vw;
        max-height: 300px;
    }
    .container > .hero .hero__item .image-container {
        width: 100%;
    }
    .container > .hero .hero__item .image-container img {
        position: static;
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: 0;
        height: auto;
    }
}

/* DJL 2018-08-02: New Styles */

/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/

/* @import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=53a3db64-fc44-4cbe-abe5-d8e709f5143f");
@font-face {
    font-family: "Aachen W01 Bold";
    src: url("/fonts/aachen-bold/b2389136-99bf-4399-a37e-6fed79d5f961.eot?#iefix");
    src: url("/fonts/aachen-bold/b2389136-99bf-4399-a37e-6fed79d5f961.eot?#iefix") format("eot"), url("/fonts/aachen-bold/f6fdb5ed-3079-4ae1-9a3c-16936ecde7d2.woff2") format("woff2"), url("/fonts/aachen-bold/e915df79-1925-45ae-857c-3e9defbdc227.woff") format("woff"), url("/fonts/aachen-bold/89307659-78b5-46fd-b762-0c70a32f9b94.ttf") format("truetype"), url("/fonts/aachen-bold/f7be2e13-5840-4a43-b0ad-5b14b32573d6.svg#f7be2e13-5840-4a43-b0ad-5b14b32573d6") format("svg");
} */

/* DJL: lay some foundations and fixups */
html,
body {
    font-size: 1em;
    font-family: Arial, sans-serif;
    background-color: #fff;
}
a,
.accordion.faqs a {
    color: #c63838;
}
.accordion.faqs a,
a:visited {
    color: rgb(85, 26, 139);
}
ul li {
    margin-bottom: 0.1em;
}

.full__col-2 ul {
    margin-top: 0;
}

.block__copy p,
.block__copy ul li {
    font-size: 0.79em;
    line-height: 1.4;
}

h1,
h2,
h3,
h4,
.triple-carousel__quote blockquote:before,
.triple-carousel__quote blockquote:after,
.hero__item,
.countdown__table {
    /* DJL 2019-09-02: New Styles */
    font-family: Arial, sans-serif;
    font-weight: bold;
}

#cat-all {
  text-decoration: inherit;
}

.image-container .filter {
  opacity: 0.2;
}

/* Spacing between sections and sub headings between sections */
.block.full {
  margin-top: 1.4rem;
}
.narrow > .title.category-title {
  margin-top: 3rem;
}

/* extracted from template */

/* div.home-gradient,
.home-gradient {
    background-color: #f25957;
} */


/* DJL 2018-08-02: ORIGINAL Styles Below */


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    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);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    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;
}


/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

@media all {
    .featherlight {
        display: none;
        /* dimensions: spanning the background from edge to edge */
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647;
        /* z-index needs to be >= elements on the site. */
        /* position: centering content */
        text-align: center;
        /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
        white-space: nowrap;
        /* styling */
        cursor: pointer;
        background: #333;
        /* IE8 "hack" for nested featherlights */
        background: transparent;
    }
    /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
    .featherlight:last-of-type {
        background: rgba(0, 0, 0, 0.8);
    }
    .featherlight:before {
        /* position: trick to center content vertically */
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }
    .featherlight .featherlight-content {
        /* make content container for positioned elements (close button) */
        position: relative;
        /* position: centering vertical and horizontal */
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        /* dimensions: cut off images */
        overflow: auto;
        padding: 25px 25px 0;
        border-bottom: 25px solid transparent;
        /* dimensions: handling large content */
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;
        /* styling */
        background: #fff;
        cursor: auto;
        /* reset white-space wrapping */
        white-space: normal;
    }
    /* contains the content */
    .featherlight .featherlight-inner {
        /* make sure its visible */
        display: block;
    }
    .featherlight .featherlight-close-icon {
        /* position: centering vertical and horizontal */
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        /* dimensions: 25px x 25px */
        line-height: 25px;
        width: 25px;
        /* styling */
        cursor: pointer;
        text-align: center;
        font-family: Arial, sans-serif;
        background: #fff;
        /* Set the background in case it overlaps the content */
        background: rgba(255, 255, 255, 0.3);
        color: #000;
    }
    .featherlight .featherlight-image {
        /* styling */
        width: 100%;
    }
    .featherlight-iframe .featherlight-content {
        /* removed the border for image croping since iframe is edge to edge */
        border-bottom: 0;
        padding: 0;
    }
    .featherlight iframe {
        /* styling */
        border: none;
    }
    .featherlight * {
        /* See https://github.com/noelboss/featherlight/issues/42 */
        box-sizing: border-box;
    }
}


/* handling phones and small screens */

@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        /* dimensions: maximize lightbox with for small screens */
        margin-left: 10px;
        margin-right: 10px;
        max-height: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent;
    }
}


/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url("/fonts/font-awesome/fontawesome-webfont5b62.eot?v=4.6.3");
    src: url("/fonts/font-awesome/fontawesome-webfontd41d.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("/fonts/font-awesome/fontawesome-webfont5b62.woff2?v=4.6.3") format("woff2"), url("/fonts/font-awesome/fontawesome-webfont5b62.woff?v=4.6.3") format("woff"), url("/fonts/font-awesome/fontawesome-webfont5b62.ttf?v=4.6.3") format("truetype"), url("/fonts/font-awesome/fontawesome-webfont5b62.svg?v=4.6.3#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;
}


/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.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: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.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;
}


/* Deprecated as of 4.4.0 */

.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 {
    -webkit-filter: none;
    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;
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.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-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";
}

.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;
}

.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;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    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;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    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;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    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__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    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: #000;
}

.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: linear-gradient(to bottom, white 50%, #eeeeee 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: linear-gradient(to bottom, #eeeeee 50%, #cccccc 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: linear-gradient(to bottom, white 0%, #eeeeee 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: linear-gradient(to bottom, #eeeeee 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;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    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;
}

.clearfix {
    clear: both;
}

.eupopup-container {
    background-color: #fff;
    color: #313131;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
    display: none;
    z-index: 9999999;
    webkit-box-shadow: 0px -1px 8px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px -1px 8px 0px rgba(0, 0, 0, 0.6);
}

.eupopup-container-top,
.eupopup-container-fixedtop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.eupopup-container-fixedtop {
    position: fixed;
}

.eupopup-container-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.eupopup-container-bottomleft {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 300px;
}

.eupopup-container-bottomright {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 300px;
}

.eupopup-closebutton {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background-color: #b02224;
    filter: alpha(opacity=20);
    position: absolute;
    font-family: helvetica, arial, verdana, sans-serif;
    top: 0;
    right: 0;
    padding: 5px 10px;
    text-decoration: none;
}

.eupopup-closebutton:hover,
.eupopup-closebutton:active {
    color: #fff;
    text-decoration: none;
}

.eupopup-head {
    font-size: 1.2em;
    font-weight: bold;
    padding: 7px;
    color: #313131;
}

.eupopup-body {
    color: #313131;
    padding: 0 5px;
}

.eupopup-buttons {
    padding: 7px 0 5px 0;
}

.eupopup-button_1 {
    color: #b02224;
    font-weight: normal;
    font-size: 14px;
    padding-right: 10px;
}

.eupopup-button_2 {
    color: #b02224;
    font-weight: normal;
    font-size: 14px;
}

.eupopup-button {
    margin: 0 10px;
}

.eupopup-button:hover,
.eupopup-button:focus {
    text-decoration: underline;
    color: #b02224;
}

body .eupopup-color-inverse {
    color: #000;
    background-color: rgba(255, 255, 255, 0.9);
}

body .eupopup-color-inverse .eupopup-head {
    color: #000;
}

body .eupopup-style-compact {
    text-align: left;
    padding: 30px;
    line-height: 15px;
}

body .eupopup-style-compact .eupopup-head,
body .eupopup-style-compact .eupopup-body,
body .eupopup-style-compact .eupopup-buttons {
    display: inline;
    padding: 0;
    margin: 0;
}


/* Changing Susy default global settings */

.slick-slider {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.slick-slider ul {
    list-style-type: none;
}

.slick-slider ul li {
    display: inline-block;
    margin-right: 12px;
}

.slick-slider ul li button {
    width: 12px;
    height: 12px;
    padding: 0px;
    border-radius: 50%;
    font-size: 0px;
    border: 2px solid white;
}

.slick-slider ul li.slick-active button {
    background-color: #fff;
}

.featherlight-content {
    max-width: 95%;
    width: 100%;
}

.featherlight-content:before {
    content: '';
    float: left;
    padding-bottom: 56.25%;
}

.featherlight-content:after {
    content: '';
    display: table;
    clear: both;
}

.featherlight-content iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (min-width: 1182px) {
    .featherlight-content {
        max-width: 1186px;
    }
}

@media (min-width: 768px) {
    select {
        min-width: 150px;
    }
}

.select-standalone .select2-container {
    margin: 1em 0  0 0;
}

.select-standalone .select2-selection {
    border: 2px solid #b02224;
    border-radius: 0;
}

.select-standalone .select2-selection .select2-selection__rendered,
.select-standalone .select2-selection .select2-selection__placeholder {
    color: #b02224;
    line-height: 24px;
}

.select-standalone .select2-selection .select2-selection__arrow {
    border-left: 2px solid #b02224;
}

.select-standalone .select2-selection .select2-selection__arrow b {
    border-color: #b02224 transparent transparent transparent;
}

.select-standalone .select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #b02224 transparent;
}

#fit0 {
    width: 100%;
}

@media (min-width: 768px) {
    #fit0 {
        width: 650px;
    }
}

#fit1 {
    width: 100%;
}

.fit .select2-container {
    width: 90% !important;
}

@media (min-width: 768px) {
    #fit1 {
        width: 650px;
    }
}

.fit .select2-container {
    margin: 5px 0;
}

.fit .select2-container--focus {
    background-color: #fff;
}

@media (min-width: 768px) {
    .fit .select2-container {
        margin: 0 9px 9px 0;
    }
}

.fit .select2-selection {
    border: 2px solid white;
    border-radius: 0;
    background-color: transparent;
    height: 40px;
    line-height: 37px;
    font-size: 24px;
}

.fit .select2-selection .select2-selection__rendered,
.fit .select2-selection .select2-selection__placeholder {
    color: white;
    line-height: 37px;
    padding-right: 30px;
}

.fit .select2-selection .select2-selection__arrow {
    border-left: 2px solid white;
    height: 38px;
    width: 30px;
}

.fit .select2-selection .select2-selection__arrow b {
    border-color: white transparent transparent transparent;
}

.fit .select2-container--open .select2-selection--single .select2-selection__rendered {
    background-color: white;
    color: #000;
}

.fit .select2-container--open .select2-selection--single .select2-selection__rendered span {
    color: #000;
}

.fit .select2-container--open .select2-selection--single .select2-selection__arrow {
    border-left: 2px solid #000;
}

.fit .select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000 transparent;
}

.select2-results__options {
    background-color: #ddd;
}

.select2-results__option {
    color: #000;
    border-bottom: 2px solid white;
    margin-bottom: 0;
    border-left: 0px solid white;
    transition: border 0.3s ease;
    background-color: transparent !important;
}

.select2-results__option:last-of-type {
    border-bottom: 0px solid white;
}

.select2-results__option--highlighted {
    border-left: 5px solid #000;
}

.hero-image__copy .standout,
.landing__title {
    font-size: 38px;
    /* font-weight: 300; */
    line-height: 1.2em;
}

@media (min-width: 768px) {
    .hero-image__copy .standout,
    .landing__title {
        font-size: 56px;
    }
}

.title,
.standout,
.hero__item,
.event__item__date,
.landing__subtitle,
.landing__register a {
    /* DJL 2019-09-02: New Styles */
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3em;
}

@media (min-width: 768px) {
    .title,
    .standout,
    .hero__item,
    .event__item__date,
    .landing__subtitle,
    .landing__register a {
        font-size: 40px;
    }
}

.block__copy,
.next-event__location,
.fit__main .text-fragment,
.social__link,
.journey__title,
.triple-carousel__quote blockquote,
.countdown__number,
.event__item__title {
    font-size: 23px;
    font-weight: 300;
    line-height: 1.375em;
}

@media (min-width: 768px) {
    .block__copy,
    .next-event__location,
    .fit__main .text-fragment,
    .social__link,
    .journey__title,
    .triple-carousel__quote blockquote,
    .countdown__number,
    .event__item__title {
        font-size: 24px;
    }
}

.block__bold {
    font-size: 23px;
    font-weight: 400;
    line-height: 1.375em;
}

@media (min-width: 768px) {
    .block__bold {
        font-size: 24px;
    }
}

body,
.social__selector ul li button,
.countdown__label,
.landing__tagline,
.landing__lists,
.landing__register p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.43em;
}

.title {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    color: black;
    position: relative;
    padding: 0 9px;
    transition: color 0.3s linear;
}

.title:after {
    background-color: black;
    bottom: -11px;
    content: " ";
    display: block;
    height: 2px;
    left: 9px;
    position: absolute;
    width: 60px;
}

@media (min-width: 768px) {
    .title:after {
        left: 3px;
    }
}

@media (min-width: 768px) {
    .title {
        padding: 0;
    }
}

h1.title {
    margin: 0.8em 0;
}

.standout {
    position: relative;
    color: inherit;
    font-weight: bold;
}

@media (min-width: 768px) {
    .standout {
        padding: 0;
    }
    .standout.tight {
        margin: -10px 0 20px 0;
    }
}


/*button.category {
	border: 1px solid white;
	background-color: transparent;
	color: white;

	&:hover {
		background-color: white;
	}
}*/

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

.lightbox {
    display: none;
}

.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 0.3s ease-out;
}

.desktop-only,
.desktop-only>* {
    display: none;
}

@media (min-width: 768px) {
    .desktop-only,
    .desktop-only>* {
        display: block;
    }
}

@media (min-width: 768px) {
    .mobile-only {
        display: none;
    }
}

.category-background-padding {
    padding: 18px;
}

.category-background {
    color: white;
}

.noscript {
    padding: 5%;
    text-align: center;
    border: solid 1px #b02224;
    margin-bottom: 10px;
}

ul {
    padding-left: 16px;
}

ul.nostyle {
    display: inline-block;
}

ul.nostyle li {
    list-style-type: none;
    float: left;
    margin-right: 5px;
}

ul li {
    margin-bottom: 10px;
}

button {
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    width: 100%;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
    display: inline-block;
}

@media (min-width: 768px) {
    button {
        width: auto;
        padding: 10px 30px;
    }
}

.button {
    font-size: 14px;
    border: 2px solid white;
    transition: all 0.3s ease-in-out;
    width: 100%;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
}

@media (min-width: 768px) {
    .button {
        width: auto;
        padding: 10px 30px;
    }
}

.button:hover,
.button:focus {
    background-color: #fff;
    color: #e30f13;
}

.button.home-gradient:hover,
.button.home-gradient:focus {
    text-decoration: underline;
    color: white;
}

.highlight-text {
    font-size: 4em;
    line-height: 1;
    margin-bottom: 0;
    padding: 0 9px;
}

@media (max-width: 768px) {
    .highlight-text {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .highlight-text {
        padding: 0;
    }
}

@media (min-width: 1050px) {
    .highlight-text {
        font-size: 5em;
        margin-top: 0.7em;
    }
}

.hidden {
    display: none;
}

.sr-only {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

.block {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .block {
        width: 49.1525423729%;
        float: left;
        margin-right: 1.6949152542%;
    }
}

.block--last {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .block--last {
        width: 49.1525423729%;
        float: right;
        margin-right: 0;
    }
}

.block--wide {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .block--wide {
        width: 66.1016949153%;
        float: left;
        margin-right: 1.6949152542%;
    }
}

.block--narrow {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .block--narrow {
        width: 32.2033898305%;
        float: right;
        margin-right: 0;
    }
}

.block--narrow-last {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .block--narrow-last {
        width: 32.2033898305%;
        float: right;
        margin-right: 0;
    }
}

.block--full {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.block__right-half {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .block__right-half {
        width: 49.1525423729%;
        float: left;
        margin-right: 1.6949152542%;
        margin-left: 50.8474576271%;
    }
}

.block__col-1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .block__col-1 {
        width: 48.275862069%;
        float: left;
        margin-right: 3.4482758621%;
    }
}

.block__col-2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .block__col-2 {
        width: 48.275862069%;
        float: right;
        margin-right: 0;
    }
}

.block__copy {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0 9px;
}

@media (min-width: 768px) {
    .block__copy {
        padding: 0;
    }
}

.block__copy p {
    margin-top: 0;
    margin-bottom: 0;
}

.block__small {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    padding: 0 9px;
}

@media (min-width: 768px) {
    .block__small {
        padding: 0;
    }
}

.block__bold {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0 9px;
}

@media (min-width: 768px) {
    .block__bold {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .block__bold p {
        margin: 0;
    }
}

.block__more {
    color: #b02224;
}

.block__more:hover,
.block__more:focus {
    text-decoration: underline;
    cursor: pointer;
}

.block__more button {
    border: none;
    color: #b02224;
    padding: 0;
    text-align: left;
}

a img,
a .image-container img {
    border: 0px;
}

.image-container {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    background-color: white;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .image-container {
        margin-bottom: 10px;
    }
}

.image-container img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.image-container .filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
}

.image-container--video img {
    transition: .5s opacity, .5s transform;
}

a:hover .image-container--video img,
a:focus .image-container--video img {
    opacity: .8;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.hero-image {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

.hero-image .image-container {
    margin-bottom: 1em;
}

.hero-image__copy {
    width: 91.5254237288%;
    float: left;
    margin-right: 1.6949152542%;
    margin-left: 5.474576%;
    padding: 0 0 0 9px;
}

@media (min-width: 768px) {
    .hero-image__copy {
        width: 49.1525423729%;
        float: left;
        margin-right: 1.6949152542%;
        margin-left: 50.8474576271%;
        position: absolute;
        margin-right: 0;
        padding: 0 18px;
        bottom: -94px;
    }
}

@media (min-width: 768px) {
    .hero-image__copy.min-height {
        min-height: 175px;
    }
}

.hero-image__copy h2,
.hero-image__copy h3 {
    font-size: 14px;
    margin: 1.5em 0;
}

.next-event {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    padding: 0 9px 9px;
}

@media (min-width: 768px) {
    .next-event {
        padding: 0;
    }
}

.next-event__carousel {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .next-event__carousel {
        width: 57.6271186441%;
        float: left;
        margin-right: 1.6949152542%;
        margin-left: 8.4745762712%;
    }
}

.next-event .image-container--blank {
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
    background-color: white;
}

.next-event__information {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .next-event__information {
        width: 23.7288135593%;
        float: left;
        margin-right: 1.6949152542%;
        padding-bottom: 20px;
    }
}

.next-event__slide {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.next-event__slide h2 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 40px;
}

.next-event__slide h2:after {
    background-color: #fff;
}

.next-event__title {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
    color: white;
    padding: 0;
}

.next-event__title:after {
    background-color: white;
    left: 3px;
}

.next-event__date {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 3.5em;
    line-height: 0.8em;
}

@media (min-width: 768px) {
    .next-event__date {
        font-size: 8em;
    }
}

.next-event__location {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.next-event__buttons {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.next-event__buttons ul {
    width: 100%;
    padding: 2px;
}

.next-event__buttons li {
    width: 100%;
}

@media (min-width: 768px) {
    .next-event__buttons li {
        width: auto;
    }
}

.next-event__copy {
    min-height: 120px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.375em;
}

.next-event .slick-dots {
    text-align: center;
    padding-left: 0;
}

@media (min-width: 768px) {
    .next-event .slick-dots {
        text-align: left;
    }
}

.image-container--square:before {
    content: '';
    float: left;
    padding-bottom: 100%;
}

.image-container--square:after {
    content: '';
    display: table;
    clear: both;
}

.image-container--video:before {
    content: '';
    float: left;
    padding-bottom: 64.8351648352%;
}

.image-container--video:after {
    content: '';
    display: table;
    clear: both;
}

.image-container--image:before {
    content: '';
    float: left;
    padding-bottom: 64.8351648352%;
}

.image-container--image:after {
    content: '';
    display: table;
    clear: both;
}

.image-container--expect:before {
    content: '';
    float: left;
    padding-bottom: 80%;
}

.image-container--expect:after {
    content: '';
    display: table;
    clear: both;
}

.image-container--journey:before {
    content: '';
    float: left;
    padding-bottom: 100%;
}

.image-container--journey:after {
    content: '';
    display: table;
    clear: both;
}

.image-container--hero:before {
    content: '';
    float: left;
    padding-bottom: 37.954353339%;
}

.image-container--hero:after {
    content: '';
    display: table;
    clear: both;
}

.image-container--hero--1:before {
    content: '';
    float: left;
    padding-bottom: 58.0555555556%;
}

.image-container--hero--1:after {
    content: '';
    display: table;
    clear: both;
}

.image-container--hero--2:before {
    content: '';
    float: left;
    padding-bottom: 85.6557377049%;
}

.image-container--hero--2:after {
    content: '';
    display: table;
    clear: both;
}

.image-container--hero--3:before {
    content: '';
    float: left;
    padding-bottom: 51.0380622837%;
}

.image-container--hero--3:after {
    content: '';
    display: table;
    clear: both;
}

.image-container--hero--4:before {
    content: '';
    float: left;
    padding-bottom: 49.0909090909%;
}

.image-container--hero--4:after {
    content: '';
    display: table;
    clear: both;
}

.image-container--hero--5:before {
    content: '';
    float: left;
    padding-bottom: 51.0380622837%;
}

.image-container--hero--5:after {
    content: '';
    display: table;
    clear: both;
}

.image-container--thumb:before {
    content: '';
    float: left;
    padding-bottom: 64.4859813084%;
}

.image-container--thumb:after {
    content: '';
    display: table;
    clear: both;
}

.image-container--1:before {
    content: '';
    float: left;
    padding-bottom: 34.6020761246%;
}

.image-container--1:after {
    content: '';
    display: table;
    clear: both;
}

.image-container--2:before {
    content: '';
    float: left;
    padding-bottom: 51.1247443763%;
}

.image-container--2:after {
    content: '';
    display: table;
    clear: both;
}

.image-container--3:before {
    content: '';
    float: left;
    padding-bottom: 48.8519785051%;
}

.image-container--3:after {
    content: '';
    display: table;
    clear: both;
}

.image-container--4:before {
    content: '';
    float: left;
    padding-bottom: 48.8519785051%;
}

.image-container--4:after {
    content: '';
    display: table;
    clear: both;
}

.image-container--blank:before {
    content: '';
    float: left;
    padding-bottom: 50%;
}

.image-container--blank:after {
    content: '';
    display: table;
    clear: both;
}

@media (min-width: 768px) {
    .image-container--blank:before {
        content: '';
        float: left;
        padding-bottom: 25%;
    }
    .image-container--blank:after {
        content: '';
        display: table;
        clear: both;
    }
}

.blog-item:before {
    content: '';
    float: left;
    padding-bottom: 64.8351648352%;
}

.blog-item:after {
    content: '';
    display: table;
    clear: both;
}

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

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Arial, sans-serif;
    margin: 0;
}

.container {
    max-width: 1183px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

.container:after {
    content: " ";
    display: block;
    clear: both;
}

@media (min-width: 532px) {
    .container {
        margin-top: 0px;
    }
}

@media (min-width: 768px) {
    .container {
        margin-top: 0px;
        margin-bottom: 2em;
    }
}

.narrow {
    width: 90%;
    margin-left: 1.5em;
}

@media (min-width: 768px) {
    .narrow {
        width: 83.0508474576%;
        float: left;
        margin-right: 1.6949152542%;
        margin-left: 8.4745762712%;
    }
}

.footer-section-wrapper {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.footer {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}

.footer__section1 {
    max-width: 1183px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    padding-top: 15px;
}

.footer__section1:after {
    content: " ";
    display: block;
    clear: both;
}

.footer__section1 li {
    display: inline-block;
    text-align: center;
}

.footer__section1 li a {
    color: #fff;
    text-decoration: none;
}

@media (min-width: 768px) {
    .footer__section1 li a {
        padding: 5px 10px;
    }
}

.footer__section1 li a:hover,
.footer__section1 li a:focus {
    text-decoration: underline;
}

.footer__section1-wrapper {
    background-color: #000;
}

.footer__section2 {
    max-width: 1183px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.footer__section2:after {
    content: " ";
    display: block;
    clear: both;
}

@media (min-width: 1115px) {
    .footer__section2 p {
        float: left;
    }
}

.footer__section2 li {
    display: inline-block;
}

.footer__section2 li a {
    color: #000;
    text-decoration: none;
    padding-right: 10px;
}

.footer__section2 li a:hover,
.footer__section2 li a:focus {
    text-decoration: underline;
}

.footer__internal-links {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .footer__internal-links {
        width: 66.1016949153%;
        float: left;
        margin-right: 1.6949152542%;
    }
}

@media (min-width: 1115px) {
    .footer__internal-links {
        width: 74.5762711864%;
        float: left;
        margin-right: 1.6949152542%;
    }
}

.footer__internal-links ul {
    padding-left: 0;
}

@media (max-width: 767px) {
    .footer__internal-links li {
        display: inline-block;
        margin-right: 1em;
        margin-bottom: 1em;
    }
}

@media (min-width: 768px) {
    .footer__internal-links li {
        margin-top: 5px;
    }
}

.footer__internal-links li:first-child a {
    padding-left: 0;
}

.footer__social {
    width: 83.0508474576%;
    float: left;
    margin-right: 1.6949152542%;
    margin-left: 8.4745762712%;
}

@media (min-width: 768px) {
    .footer__social {
        width: 32.2033898305%;
        float: right;
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 1115px) {
    .footer__social {
        width: 23.7288135593%;
        float: right;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .footer__social ul {
        margin-left: -10px;
        padding-left: 0;
    }
}

.footer__social li {
    font-size: 22px;
}

@media (max-width: 767px) {
    .footer__social li {
        width: 16.6666666667%;
        float: left;
    }
    .footer__social li:nth-child(5n+1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0;
    }
    .footer__social li:nth-child(5n+2) {
        margin-left: 20.8333333333%;
        margin-right: -100%;
        clear: none;
    }
    .footer__social li:nth-child(5n+3) {
        margin-left: 41.6666666667%;
        margin-right: -100%;
        clear: none;
    }
    .footer__social li:nth-child(5n+4) {
        margin-left: 62.5%;
        margin-right: -100%;
        clear: none;
    }
    .footer__social li:nth-child(5n+5) {
        margin-left: 83.3333333333%;
        margin-right: -100%;
        clear: none;
    }
}

.footer__external-links {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .footer__external-links {
        width: 66.1016949153%;
        float: left;
        margin-right: 1.6949152542%;
    }
}

@media (min-width: 1115px) {
    .footer__external-links {
        width: 74.5762711864%;
        float: left;
        margin-right: 1.6949152542%;
    }
}

.footer__external-links p {
    padding: 0 16px;
}

@media (min-width: 768px) {
    .footer__external-links p {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .footer__external-links ul {
        padding-left: 0;
    }
}

.footer__logo {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .footer__logo {
        width: 32.2033898305%;
        float: right;
        margin-right: 0;
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (min-width: 1115px) {
    .footer__logo {
        width: 23.7288135593%;
        float: right;
        margin-right: 0;
    }
}

.header-wrapper {
    z-index: 1;
    background-color: #fff;
    top: 0;
    transition: .1s ease-out box-shadow;
    width: 100%;
}

.header-wrapper--shadow {
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
    transition: 0.05s ease-in box-shadow;
}

header {
    max-width: 1183px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4px;
    /* Header Logo */
    /* Mobile Search Button */
}

header:after {
    content: " ";
    display: block;
    clear: both;
}

header .header__logo {
    padding: 15px 0 15px 15px;
    position: relative;
}

@media (min-width: 768px) {
    header .header__logo {
        margin-left: 8.4745762712%;
        display: inline-block;
        padding: 15px 0;
    }
}

header .header__logo a {
    display: block;
}

header .header__logo img {
    width: 198px;
    height: 45px;
}

header nav {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 37px;
}

@media (min-width: 768px) {
    header nav {
        display: inline-block;
        float: right;
        margin-bottom: 0;
        margin-right: 6%;
        margin-top: 22px;
    }
}

header nav ul {
    bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    /* position: absolute; */
    width: 100%;
}

@media (min-width: 768px) {
    header nav ul {
        bottom: inherit;
        float: right;
        margin-bottom: 0;
        position: relative;
        width: auto;
    }
}

header nav ul li {
    /* width: 16.6666666667%; */
    float: left;
    margin-right: 4.1666666667%;
    margin-bottom: 2em;
    display: inline-block;
    text-align: center;
}

header nav ul li:last-child {
    float: right;
    margin-right: 0;
}

@media (min-width: 768px) {
    header nav ul li {
        float: none;
        margin: 0;
        width: auto;
    }
    header nav ul li:last-child {
        border-left: solid 1px #000;
        display: inline-block;
        float: none;
    }
}

header nav ul li a {
    color: #000;
    padding: 5px 0;
    text-decoration: none;
}

@media (min-width: 768px) {
    header nav ul li a {
        padding: 5px;
    }
}

header nav ul li a.search,
header nav ul li a.close {
    padding-left: 7px;
    text-align: right;
    width: 75px;
}

header nav ul li a:hover,
header nav ul li a:focus {
    text-decoration: underline;
}

header nav ul .desktop-search {
    display: none;
}

@media (min-width: 768px) {
    header nav ul .desktop-search {
        display: none;
    }
}

header nav .search-box {
    display: none;
    margin-bottom: 50px;
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 768px) {
    header nav .search-box {
        float: right;
        clear: both;
        margin-right: 6%;
        margin-top: 15px;
        padding: 0;
        margin-bottom: 20px;
    }
}

header nav .search-box input {
    border: solid 1px #b02224;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    color: black;
}

@media (min-width: 768px) {
    header nav .search-box input {
        padding: 4px;
        width: 205px;
    }
}

header nav .search-box button {
    border: none;
    padding: 10px;
}

@media (min-width: 768px) {
    header nav .search-box button {
        padding: 4px 18px 5px;
    }
}

header nav .close {
    display: none;
}

header .mobile-search-btn {
    bottom: 0;
    font-size: 25px;
    padding: 0 16px 20px;
    position: absolute;
    right: 0;
    text-align: right;
}

@media (min-width: 768px) {
    header .mobile-search-btn {
        display: none;
    }
}

header .mobile-search-btn a {
    color: #000;
}

header .mobile-search-btn .close {
    display: none;
}

.hero {
    color: white;
}

.hero .image-container {
    margin-bottom: 0;

    padding-bottom: 3rem;
}

.hero__copy {
    position: absolute;
    left: 18px;
    bottom: 18px;
    width: calc( 100% - 18px * 2);
}

.hero__copy p {
    transition: opacity 0.3s linear;
    margin-bottom: 0.2em;
}

.hero__copy .button {
    text-align: center;
}

.hero__overlay {
    position: absolute;
    left: 18px;
    bottom: 18px;
    width: calc( 100% - 18px * 2);
}

.hero__overlay p {
    transition: opacity 0.3s linear;
    opacity: 0;
    margin-bottom: 0.2em;
}

.hero__overlay .button {
    text-align: center;
}

.hero__item {
    position: relative;
}

.hero__item .image-container {
    transition: opacity 0.3s ease-in-out;
}

.hero__item--1 {
    display: none;
}

@media (min-width: 768px) {
    .hero__item--1 {
        width: 50%;
        float: left;
        display: block;
    }
    .hero__item--1 .image-container {
        width: 58.3333333333%;
        float: left;
    }
    .hero__item--1 .image-container:last-child {
        width: 41.6666666667%;
        float: left;
    }
}

.hero__item--2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .hero__item--2 {
        width: 50%;
        float: left;
    }
}

.hero__item--3 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .hero__item--3 {
        width: 50%;
        float: left;
        text-align: right;
        margin-top: -8.58%;
    }
}

.hero__item--3 .hero__copy {
    right: 15px;
}

.hero__item--4 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .hero__item--4 {
        width: 50%;
        float: left;
    }
}

.hero__item--4 .image-container img {
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    left: auto;
    height: auto;
    width: 134%;
}

.hero__item--2:focus .image-container,
.hero__item--2:hover .image-container,
.hero__item--3:focus .image-container,
.hero__item--3:hover .image-container,
.hero__item--4:focus .image-container,
.hero__item--4:hover .image-container {
    opacity: 0;
}

.hero__item--2:focus .hero__copy p,
.hero__item--2:hover .hero__copy p,
.hero__item--3:focus .hero__copy p,
.hero__item--3:hover .hero__copy p,
.hero__item--4:focus .hero__copy p,
.hero__item--4:hover .hero__copy p {
    opacity: 0;
}

.hero__item--2:focus .hero__overlay p,
.hero__item--2:hover .hero__overlay p,
.hero__item--3:focus .hero__overlay p,
.hero__item--3:hover .hero__overlay p,
.hero__item--4:focus .hero__overlay p,
.hero__item--4:hover .hero__overlay p {
    opacity: 1;
}

.hero__item--4:focus .button,
.hero__item--4:hover .button {
    text-decoration: underline;
}

#heroHoverText {
    max-width: 960px;
}

#heroHoverText h2 {
    margin-top: 0;
}

.category-selector {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.category-selector-mobile {
    padding: 9px;
}

.category-selector-mobile select {
    width: 100%;
}

.category-selector__title {
    display: inline-block;
    cursor: pointer;
    margin-right: 20px;
}

.category-selector__title--disabled h2 {
    color: #8e8e8e;
}

.category-selector__title--disabled .title:after {
    background-color: #8e8e8e;
}

.category-selector__title button {
    border: none;
    margin: 35px 0;
    padding: 0;
}

.category-selector__title h2 {
    margin: 0;
}

.category-selector__lists {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    display: none;
}

.category-selector__lists .list {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .category-selector__lists .list {
        width: 33.3333333333%;
        float: left;
    }

    .category-selector__lists .list.cat-green-hover {
        height: 510px;
    }
}

.category-selector__lists .list ul {
    list-style: none;
    margin: 0px;
    padding: 0 9px;
}

@media (min-width: 768px) {
    .category-selector__lists .list ul {
        padding: 10px 20px;
    }
}

.category-selector__lists .list ul li {
    margin-bottom: 0;
    position: relative;
}

.category-selector__lists .list ul li:hover {
    text-decoration: underline;
}

.category-selector__lists .list ul li a {
    color: white;
    display: block;
    padding: 10px 0 14px;
    text-decoration: none;
}

.category-selector__lists .list ul li a:focus {
    text-decoration: underline;
}

.category-selector__lists .list ul li:after {
    content: "\203A";
    font-weight: bold;
    position: absolute;
    right: 5px;
    bottom: 20px;
    font-size: 18px;
    color: black;
    top: 9px;
}

.category-selector__lists.active {
    display: block;
}

.category-selector__information {
    width: 23.7288135593%;
    float: right;
    margin-right: 0;
}

#cat-all {
    text-decoration: underline;
}

.what .block__col-2 .block__copy {
    padding: 9px;
}

@media (min-width: 768px) {
    .what .block__col-2 .block__copy {
        padding: 18px;
    }
}

.fit {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
}

.fit__white {
    width: 74.5762711864%;
    float: left;
    margin-right: 1.6949152542%;
    background-color: #fff;
}

@media (min-width: 768px) {
    .fit__white {
        width: 49.1525423729%;
        float: left;
        margin-right: 1.6949152542%;
    }
}

.fit__white .title {
    width: 80%;
    float: left;
    margin-left: 18px;
    margin-right: 0;
}

@media (min-width: 768px) {
    .fit__white .title {
        width: 83.0508474576%;
        float: left;
        margin-right: 1.6949152542%;
        margin-left: 16.9491525424%;
        margin-top: 0;
    }
}

.fit__copy {
    width: 100%;
    float: left;
    /* margin-left: 11px; */
    margin-right: 0;
    padding: 0 18px 0 26px;
}

@media (min-width: 768px) {
    .fit__copy {
        width: 40.6779661017%;
        float: left;
        margin-right: 1.6949152542%;
        padding: 0;
    }
}

.fit__main {
    width: 100%;
    float: left;
    /* margin-left: 11px; */
    margin-right: 0;
    padding: 0 18px 0 26px;
}

@media (min-width: 768px) {
    .fit__main {
        width: 83.0508474576%;
        float: left;
        margin-right: 1.6949152542%;
        margin-left: 8.4745762712%;
        padding: 0;
    }
}

.fit__main p {
    line-height: 40px;
}

.fit__main .text-fragment {
    display: block;
}

@media (min-width: 768px) {
    .fit__main .text-fragment {
        display: inline;
        word-wrap: break-word;
        margin-right: 9px;
    }
}

.fit__results {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 9px;
}

@media (min-width: 768px) {
    .fit__results {
        padding: 9px 0 0 0;
    }
}

.fit__results a {
    display: none;
    color: black;
    text-decoration: none;
    padding: 9px;
    margin-bottom: 4px;
}

.fit__results a:hover,
.fit__results a:focus {
    text-decoration: underline;
}

.fit__results a.cat-green-background {
    color: #171616;
}

.social {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.social__link {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0 9px 1em;
}

@media (min-width: 768px) {
    .social__link {
        width: 23.7288135593%;
        float: left;
        margin-right: 1.6949152542%;
    }
}

.social__link button {
    width: 100%;
    padding: 10px;
}

.social__selector {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 9px;
}

.social__selector ul {
    padding: 0;
    list-style: none;
}

.social__selector ul li {
    width: 32.2033898305%;
    float: left;
}

.social__selector ul li:nth-child(3n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
}

.social__selector ul li:nth-child(3n+2) {
    margin-left: 33.8983050847%;
    margin-right: -100%;
    clear: none;
}

.social__selector ul li:nth-child(3n+3) {
    margin-left: 67.7966101695%;
    margin-right: -100%;
    clear: none;
}

.social__selector ul li button {
    color: #8e8e8e;
    border: 0;
}

.social__selector ul li button.active {
    color: black;
}

.social__item {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    display: none;
    padding: 0 9px;
}

@media (min-width: 768px) {
    .social__item {
        width: 23.7288135593%;
        float: left;
        margin-right: 1.6949152542%;
        display: block;
        padding: 0;
    }
}

.social__item--last {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .social__item--last {
        width: 23.7288135593%;
        float: right;
        margin-right: 0;
    }
}

.social__item.active {
    display: block;
}

.social__item__image {
    margin-bottom: 5px;
}

.social__item__image img {
    width: 100%;
}

.social__item__copy {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.social__item__copy p {
    margin-top: 0;
}

.social__item__platform {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    color: #b02224;
}

.social__item__platform p {
    margin: 0;
}

.awards__images {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 9px 9px 0 9px;
}

@media (min-width: 768px) {
    .awards__images {
        padding: 10px 0 0 0;
    }
}

.awards__item {
    width: 32.2033898305%;
    float: left;
    margin-bottom: 1.6949152542%;
}

.awards__item:nth-child(3n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
}

.awards__item:nth-child(3n+2) {
    margin-left: 33.8983050847%;
    margin-right: -100%;
    clear: none;
}

.awards__item:nth-child(3n+3) {
    margin-left: 67.7966101695%;
    margin-right: -100%;
    clear: none;
}

@media (min-width: 768px) {
    .awards__item .image-container {
        margin-bottom: 0;
    }
}

.hero-information {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    min-height: 120px;
    margin-bottom: 2em;
}

.hero-information__spacer {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .hero-information__spacer {
        width: 6.7796610169%;
        float: left;
        margin-right: 1.6949152542%;
        border-right: 1px solid black;
        height: 170px;
    }
}

.hero-information blockquote {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
    margin-left: 8.4745762712%;
}

.hero-information__section {
    width: 91.5254237288%;
    float: left;
    margin-right: 1.6949152542%;
    margin-left: 8.4745762712%;
    border-bottom: 1px solid black;
    padding-left: 9px;
    position: relative;
}

@media (min-width: 768px) {
    .hero-information__section {
        width: 19.4915254237%;
        float: left;
        margin-right: 1.6949152542%;
        margin-left: 0%;
        border-bottom: none;
        min-height: 170px;
        padding-top: 90px;
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .hero-information__section .standout.tight {
        margin: 0.5em 0;
    }
}

@media (min-width: 768px) {
    .hero-information__section:before {
        content: "";
        display: inline-block;
        height: 170px;
        width: 1px;
        background-color: black;
        position: absolute;
        top: 0;
        right: 0;
    }
}

.hero-information__last {
    width: 91.5254237288%;
    float: left;
    margin-right: 1.6949152542%;
    margin-left: 8.4745762712%;
    border-bottom: 1px solid black;
    padding-left: 9px;
}

@media (min-width: 768px) {
    .hero-information__last {
        width: 40.6779661017%;
        float: left;
        margin-right: 1.6949152542%;
        margin-left: 0%;
        border-bottom: none;
        min-height: 170px;
        padding-top: 90px;
    }
}

@media (max-width: 768px) {
    .hero-information__last .standout.tight {
        margin: 0.5em 0;
    }
}

.blog .button {
    text-align: center;
}

@media (min-width: 768px) {
    .blog .button {
        text-align: left;
    }
}

.blog .slick-dots {
    margin-top: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .blog .slick-dots {
        float: right;
    }
}

.blog .slick-dots button {
    border-color: #8e8e8e;
}

.blog .slick-dots li.slick-active button {
    background-color: #8e8e8e;
}

.full {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

@media (min-width: 768px) {
    .full__image {
        margin-top: 40px;
    }
}

.full__image img {
    width: 100%;
}

.full__col-1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .full__col-1 {
        width: 74.5762711864%;
        float: left;
        margin-right: 1.6949152542%;
        clear: left;
    }
}

.full__col-2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .full__col-2 {
        width: 23.7288135593%;
        float: right;
        margin-right: 0;
    }
}

.journey {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .journey {
        width: 33.3333333333%;
        float: left;
    }
}

.journey .image-container {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
    margin-left: 16.9491525424%;
}

.journey .image-container:before {
    content: '';
    float: left;
    padding-bottom: 94%;
}

.journey .image-container:after {
    content: '';
    display: table;
    clear: both;
}

@media (min-width: 768px) {
    .journey .image-container {
        width: 50%;
        float: left;
    }
}

.journey__line {
    display: none;
}

@media (min-width: 768px) {
    .journey__line {
        margin-top: 25%;
        width: 40%;
        float: left;
        margin-left: 5%;
        margin-left: 5%;
        height: 2px;
    }
}

.journey__title {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .journey__title {
        width: 66.1016949153%;
        float: left;
        margin-right: 1.6949152542%;
        text-align: left;
    }
}

.journey__title p {
    margin-bottom: 0;
}

.journey__copy {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    padding: 0 9px;
}

@media (min-width: 768px) {
    .journey__copy {
        width: 66.1016949153%;
        float: left;
        margin-right: 1.6949152542%;
        text-align: left;
        padding: 0;
    }
}

.apply-section {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
}

.apply-section__button {
    width: 100%;
    float: left;
    /* margin-left: 0; */
    /* margin-right: 0; */
    /* margin-top: 20px; */
    margin: 0.6em 0;
}

@media (min-width: 768px) {
    .apply-section__button {
        width: 66.1016949153%;
        float: left;
        margin-right: 1.6949152542%;
        margin-left: 16.9491525424%;
    }
}

.apply-section__button .button {
    font-size: 23px;
    width: 100%;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 768px) {
    .apply-section__button .button {
        font-size: 34px;
    }
}

.apply-section__copy {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

.triple-carousel {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.triple-carousel__hero {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.triple-carousel .item {
    width: 74.5762711864%;
    float: left;
    margin-right: 1.6949152542%;
}

.triple-carousel .item p.standout {
    font-size: 1.714em;
    /*24px*/
    margin-top: 0;
}

.triple-carousel__nav {
    width: 91.5254237288%;
    float: right;
    margin-right: 0;
    position: relative;
}

@media (min-width: 768px) {
    .triple-carousel__nav {
        width: 49.1525423729%;
        float: right;
        margin-right: 0;
    }
}

.triple-carousel__nav ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}

.triple-carousel__nav ul li {
    width: 18%;
    display: inline-block;
    opacity: 0.7;
    transition: opacity 0.3s linear;
    cursor: pointer;
}

@media (min-width: 768px) {
    .triple-carousel__nav ul li {
        width: 14%;
    }
}

.triple-carousel__nav ul li.active {
    opacity: 1;
    text-decoration: underline;
}

.triple-carousel__quote {
    width: 91.5254237288%;
    float: left;
    margin-right: 1.6949152542%;
    margin-left: 8.4745762712%;
}

@media (min-width: 768px) {
    .triple-carousel__quote {
        width: 40.6779661017%;
        float: left;
        margin-right: 1.6949152542%;
    }
}

.triple-carousel__quote .item {
    padding: 18px 50px;
}

.triple-carousel__quote blockquote {
    padding: 0;
    margin: 0;
    position: relative;
    min-height: 50px;
}

.triple-carousel__quote blockquote:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 40px;
    height: 49px;
    background: url("/images/q1.png");
    left: -48px;
    top: -20px;
}

.triple-carousel__quote blockquote:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 40px;
    height: 49px;
    background: url("/images/q2.png");
    right: -40px;
    bottom: 0;
}

.triple-carousel__quote .author {
    padding: 0;
    margin: 0;
}

.triple-carousel__quote .author p {
    margin: 0;
    padding: 0;
}

.triple-carousel__quote .author p:nth-of-type(2) {
    font-weight: 300;
}

.countdown {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    color: white;
    text-align: center;
}

@media (min-width: 768px) {
    .countdown {
        display: none;
        position: fixed;
        left: 0;
        z-index: 999;
        padding: 0 !important;
        transition: top 0.3s linear;
    }
}

.countdown__table {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    display: table;
    vertical-align: middle;
}

.countdown__copy {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    display: table-cell;
    height: 100%;
}

@media (min-width: 768px) {
    .countdown__copy {
        width: 15.2542372881%;
        float: left;
        /* border-right: 1px solid white; */
        text-align: left;
    }
}

.countdown__time {
    width: 32.2033898305%;
    float: left;
    display: table-cell;
}

@media (min-width: 768px) {
    .countdown__time {
        width: 11.0169491525%;
        float: left;
        /* border-right: 1px solid white; */
        padding-top: 1em;
    }
}

.countdown__title {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    display: table-cell;
}

@media (min-width: 768px) {
    .countdown__title {
        width: 32.2033898305%;
        float: left;
        padding: 1em 0.5em;
    }
}

.countdown__button {
    width: 83.0508474576%;
    float: left;
    margin-right: 1.6949152542%;
    margin-left: 8.4745762712%;
    display: table-cell;
    text-align: center;
    padding: 3px 0;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .countdown__button {
        width: 19.4915254237%;
        float: right;
        margin-right: 0;
        margin-left: 0%;
        margin-bottom: 0;
        margin-top: 1em;
    }
}

.countdown__button .button {
    padding: 9px 30px;
}

.checkboxes {
    padding: 9px;
}

@media (min-width: 768px) {
    .checkboxes {
        padding: 25px 0;
    }
}

.checkboxes label {
    border: 2px solid;
    padding: 10px;
    margin: 5px;
}

#checkbox-result {
    display: none;
    padding: 9px;
}

@media (min-width: 768px) {
    #checkbox-result {
        padding: 9px 18px;
    }
}

.precedence {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}

.question {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
}

.event__filter {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    padding: 9px;
}

@media (min-width: 768px) {
    .event__filter {
        margin-top: 120px;
        margin-bottom: 30px;
        padding: 0;
    }
}

.event__filter .selections {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .event__filter .selections {
        width: 40.6779661017%;
        float: left;
    }
}

.event__filter .selections select {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .event__filter .selections select {
        width: 47.9166666667%;
        float: left;
        margin-right: 4.1666666667%;
    }
}

@media (min-width: 768px) {
    .event__filter .selections .select--last {
        width: 47.9166666667%;
        float: right;
        margin-right: 0;
    }
}

.event__filter button {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    border: 0;
    padding: 6px 30px;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .event__filter button {
        width: 15.2542372881%;
        float: left;
        margin-right: 1.6949152542%;
        margin-top: 0;
    }
}

.event__grid {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.event__item {
    width: 100%;
    position: relative;
    padding: 18px;
}

@media (min-width: 500px) {
    .event__item {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .event__item {
        width: 33.333%;
    }
}

@media (min-width: 1000px) {
    .event__item {
        width: 25%;
    }
}

.event__item__date {
    position: relative;
    color: #b02224;
    font-weight: bold;
    margin-bottom: 20px;
}

.event__item__date:after {
    background-color: black;
    bottom: -5px;
    content: " ";
    display: block;
    height: 2px;
    position: absolute;
    width: 40px;
}

@media (min-width: 768px) {
    .event__item__date:after {
        left: 3px;
        width: 80px;
    }
}

.event__item__close {
    position: absolute;
    top: 5px;
    right: 5px;
    border: 0;
    padding: 0;
}

.event__item__title {
    line-height: 1.1;
    margin-bottom: 0.5em;
}

.event__item__open {
    font-weight: bold;
}

.event__item__link {
    margin-top: 10px;
    text-align: center;
    border: 0;
}

.event__item__expand {
    color: #b02224;
    cursor: pointer;
    padding: 0;
    border: 0;
    margin: 10px 0;
}

.event__item__expanded {
    height: 0;
    overflow: hidden;
}

.event__pagination {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .event__pagination {
        width: 83.0508474576%;
        float: left;
        margin-right: 1.6949152542%;
        text-align: left;
    }
}

.event__pagination i {
    margin: 0 5px;
}

.event__pagination a {
    text-decoration: none;
}

.event__pagination a:hover {
    text-decoration: underline;
}

.event__pagination .first {
    border: 0;
    color: #b02224;
    display: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .event__pagination .first {
        display: inline-block;
    }
}

.event__pagination .first.disabled {
    color: #a09c9e;
}

.event__pagination .numbers {
    display: inline-block;
    margin: 0;
}

.event__pagination .numbers li {
    display: inline-block;
}

.event__pagination .numbers li a {
    padding: 0;
    margin: 0 5px;
    border: 0;
    color: #b02224;
}

.event__pagination .numbers li a.disabled {
    color: #a09c9e;
}

.event__pagination .last {
    border: 0;
    color: #b02224;
    display: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .event__pagination .last {
        display: inline-block;
    }
}

.event__pagination .last.disabled {
    color: #a09c9e;
}

.grid {
    transition: height 0.3s ease-out;
}

.accordion {
    margin: 10px 0;
    text-align: left;
}

.accordion:after {
    content: ' ';
    display: table;
    clear: both;
}

.accordion.faqs {
    margin-top: 10px;
    padding: 9px;
}

@media (min-width: 768px) {
    .accordion.faqs {
        margin-top: 120px;
        margin-bottom: 30px;
        padding: 0;
    }
}

.accordion.faqs a {
    color: black;
}

.accordion-item+.accordion-item {
    margin-top: 2px;
}

.accordion-item__header {
    background-color: #f5f5f5;
    border: none;
    color: #b02224;
    cursor: pointer;
    display: block;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 5px;
    padding: 9px 50px 9px 9px;
    position: relative;
    transition: color 0.3s linear;
    text-align: left;
    width: 100%;
}

.accordion-item__header:after {
    content: ' ';
    display: table;
    clear: both;
}

@media (min-width: 768px) {
    .accordion-item__header {
        padding: 9px 50px 9px 18px;
    }
}

.accordion-item__header p {
    margin: 0;
}

.accordion-item__header:hover:after {
    opacity: 1;
}

.accordion-item__header:after {
    color: black;
    content: '+';
    font-size: 50px;
    font-weight: 300;
    line-height: 40px;
    opacity: .2;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity 0.3s linear;
}

@media (min-width: 768px) {
    .accordion-item__header:after {
        right: 15px;
    }
}

.accordion-item__header.active-header {
    color: black;
    margin-bottom: 0;
}

.accordion-item__header.active-header:after {
    content: '—';
    font-size: 32px;
    line-height: 40px;
    opacity: 1;
}

.accordion-item__content {
    display: none;
    line-height: 1.3;
    max-width: 100%;
    overflow: auto;
    padding: 0 9px;
    background-color: #f5f5f5;
}

@media (min-width: 768px) {
    .accordion-item__content {
        padding: 0 18px;
    }
}

.accordion-item__content+.accordion-item__header {
    margin-top: 2px;
}

.accordion-item__content.active {
    display: block;
}

@media (min-width: 768px) {
    .accordion-item__content.active.active {
        background-color: #F2F5F4;
    }
}

.search {
    display: inline-block;
}

.search--page {
    margin-top: 0;
    padding: 9px;
}

@media (min-width: 768px) {
    .search--page {
        margin-top: 120px;
        margin-bottom: 30px;
        padding: 0;
    }
}

.search p.searched-for {
    font-size: 1.714em;
}

.search-item+.search-item {
    margin-top: 2px;
}

.search-item__header {
    background-color: #f4f5f6;
    color: #b02224;
    display: block;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 5px;
    padding: 9px;
    position: relative;
    text-decoration: none;
}

.search-item__header:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .search-item__header {
        padding: 10px 18px;
    }
}

.search-item__content {
    width: 100%;
    padding: 0 9px 9px;
    background-color: #f4f5f6;
}

@media (min-width: 768px) {
    .search-item__content {
        padding: 0 18px 18px;
    }
}

.search-item__content+.search-item__header {
    margin-top: 2px;
}

.body--landing {
    background: url("/images/landing-background.jpg") no-repeat center center fixed;
    background-size: cover;
}

.body--landing .container {
    margin-top: 0;
}

@media (min-width: 768px) {
    .body--landing .container {
        margin-top: 85px;
    }
}

.landing {
    color: white;
    text-align: center;
}

.landing__tagline {
    font-weight: 400;
}

.landing__lists {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .landing__lists {
        width: 57.6271186441%;
        float: left;
        margin-right: 1.6949152542%;
        margin-left: 21.186440678%;
    }
}

.landing__lists .list {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .landing__lists .list {
        width: 33.3333333333%;
        float: left;
        text-align: left;
    }
}

.landing__lists .list ul {
    list-style: none;
    margin: 0px;
    padding: 0;
}

@media (min-width: 768px) {
    .landing__lists .list ul {
        padding: 10px 20px;
    }
}

.landing__lists .list ul li {
    padding: 10px 0px;
}

.landing__register {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px 9px 9px 9px;
    text-align: center;
}

.landing__register:after {
    content: ' ';
    display: table;
    clear: both;
}

.landing__register a:hover {
    background: white;
    color: #e30f13;
}

.social-wall {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    height: 70vh;
    border: 0;
}































/* DJL: 2018 styles start */

.home-gradient button:hover {
    color: #e30f13;
}

div.category-background {
    color: black;
}

.hero-image .category-background {
    background: transparent;
}
.hero-image .category-background p,
.hero-image .category-background div {
    font-size: 1.1em;
    line-height: 1.4;
    background-color: white;
    padding: 0.2em 0.4em;
    margin-left: -5px;
    left: 0.2em;
    font-weight: bold;
}

.hero-image__copy {
    padding-right: 1em;
}

.hero-image__copy.shallow {
    /* background: blue; */
    margin-left: 26px;
}
.hero-image__copy.shallow .standout{
    /* margin: 0; */
}

.hero-image__copy h1,
.hero-image__copy h3 {
    color: black;
}

.text-light, .text-light span,
.hero-image__copy.light h1, .hero-image__copy.light h1 span {
    color: white;
}

.hero-image__copy h2 span {
    background: black;
    color: white;
    font-size: 1.3em;
    letter-spacing: 0.03em;
    /* font-weight: normal; */
    padding: 0 0.2em;
}


div.social-wall__header {
    background-color: white !important;
    line-height: 1.4;
}
.social .social-wall__header h1 {
    color: black !important;
}

.title {
    /* DJL 2019-09-02: New Styles */
    font-size: 22px;
}

.cat-colour-block {
    padding: 1em;
}
.eligibility-block .category-colour {
    color: #000;
}
div.category-background {
    background:  #fff;
}

/* Scheme Colours start */
.cat-red .cat-colour-block,
.cat-red .triple-carousel__quote blockquote:before,
.cat-red-background {
    background:  #e51e31;
    color: white;
}

.cat-blue .cat-colour-block,
.cat-blue .triple-carousel__quote blockquote:before,
.cat-blue-background {
    background:  #00a2e3;
}

.cat-green .cat-colour-block,
.cat-green .triple-carousel__quote blockquote:before,
.cat-green-background {
    background:  #4bb751;
}

.cat-yellow .cat-colour-block,
.cat-yellow .triple-carousel__quote blockquote:before,
.cat-yellow-background {
    background:  #fcd82f;
}

.cat-pink .cat-colour-block,
.cat-pink .triple-carousel__quote blockquote:before,
.cat-pink-background {
    background:  #e61281;
}

.cat-purple .cat-colour-block,
.cat-purple .triple-carousel__quote blockquote:before,
.cat-purple-background {
    background:  #AE56AB;
}

.cat-lime .cat-colour-block,
.cat-lime .triple-carousel__quote blockquote:before,
.cat-lime-background {
    background:  #4abb88;
}

.cat-orange .cat-colour-block,
.cat-orange .triple-carousel__quote blockquote:before,
.cat-orange-background {
    background:  #eb5813;
}

/* .cat-red div.triple-carousel__nav,
.cat-red .triple-carousel__nav p,
.cat-red .home-gradient,
.cat-default div.triple-carousel__nav,
.cat-default .triple-carousel__nav p,
.cat-default .home-gradient {
    background:  #e51e31;
}
.cat-red .triple-carousel__quote blockquote:before,
.cat-red .triple-carousel__quote blockquote:after,
.cat-default .triple-carousel__quote blockquote:before,
.cat-default .triple-carousel__quote blockquote:after {
    color:  #e51e31;
}

.cat-pink div.triple-carousel__nav,
.cat-pink .triple-carousel__nav p,
.cat-pink .home-gradient {
    background:  #e61281;
}
.cat-pink .triple-carousel__quote blockquote:before,
.cat-pink .triple-carousel__quote blockquote:after {
    color:  #e61281;
}

.cat-green div.triple-carousel__nav,
.cat-green .triple-carousel__nav p,
.cat-green .home-gradient {
    background:  #4bb751;
}
.cat-green .triple-carousel__quote blockquote:before,
.cat-green .triple-carousel__quote blockquote:after {
    color:  #4bb751;
}
.cat-green-background, .cat-green-hover:hover {
    background: #4bb751;
}

.cat-yellow div.triple-carousel__nav,
.cat-yellow .triple-carousel__nav p,
.cat-yellow .home-gradient {
    background:  #fcd82f;
}
.cat-yellow .triple-carousel__quote blockquote:before,
.cat-yellow .triple-carousel__quote blockquote:after {
    color:  #fcd82f;
}
.cat-yellow-background, .cat-yellow-hover:hover {
    background: #fcd82f;
} */
/* Scheme Colours end */

.triple-carousel__quote blockquote:before,
.triple-carousel__quote blockquote:after {
    background: none;
    font-size: 5em;
    /* font-family:"Aachen W01 Bold"; */
    font-family: Arial, sans-serif;
    font-weight: normal;
}
.triple-carousel__quote blockquote:before {
    top: 2px;
    content: ' ';
    display: inline-block;
    width: 0.3em;
    height: 0.2em;
}
.triple-carousel__quote blockquote:after {
    display: none;
}

.triple-carousel__nav ul li {
    /* font-family:"Aachen W01 Bold"; */
    font-family: Arial, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    background: black;
    color: white;
    display: inline;
    margin-right: 1em;
    padding: 0.2em 0.4em;
    line-height: 2em;
}

.triple-carousel__nav ul li button {
    border: 0;
    font-size: 1em;
    font-weight: bold;
    padding: 0;
}

.triple-carousel__nav ul li.active button {
    text-decoration: underline;
}

.triple-carousel__nav .button {
    font-weight: bold;
    background-color: #000;
    color: white;
    border: 0;
}
.triple-carousel__nav .button:hover {
    border: none;
    color: white;
    background-color: #555;
}
.triple-carousel__quote blockquote {
    font-weight: bold;
    letter-spacing: -0.02em;
}

.image-container--video:before {
    padding-bottom: 52%;
}

.block__small.block__expandable * {
    font-size: 1.1rem;
}

.category-selector__lists .list ul li a {
    color: black;
    font-weight: bold;
}

.apply-section {
    width: 83.0508474576%;
    margin-right: 1.6949152542%;
    margin-left: 8.4745762712%;
    margin-top: -3em;
    margin-bottom: 2em;
}

.apply-section__button .button {
    border: none;
    background-color: black;
    color: white;
    }
.apply-section__button .button:hover {
    border: none;
    color: white;
    background-color: #555;
}
.apply-section__button .button:focus {
    border: none;
    color: white;
    background-color: #888 !important;
}
#cat-all {
    text-decoration: inherit;
}

/* Spacing between sections and sub headings between sections */
.block.full {
    margin-top: 1.4rem;
}
.narrow > .title.category-title {
    margin-top: 3rem;
}


header nav ul li a.search,
header nav ul li a.close {
    width: auto;
    /* font-size: 1em; */
}

/* .home-gradient {
    background: #e51e31;
} */
.hero__item {
    /* font-family:"Aachen W01 Bold"; */
    font-weight: bold;
}

.hero__item--1 .image-container:last-child {
    width: 80%;
}

.hero__item .image-container {
    transition: none;
}

.hero .home-gradient {
    background: transparent !important;
    position: relative;
}

.hero .home-gradient:hover .image-container {
    opacity: 1;
}

.button,
.hero__copy .button,
.hero__overlay .button,
.homepage .button,
.event__filter .button {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 1rem;
    background: black !important;
    color: white !important;
    border: 0;
}
.button:hover,
.hero__item:hover .button,
.hero__copy .button:hover,
.hero__overlay .button:hover,
.hero__item--4:focus .button,
.hero__item--4:hover .button,
.homepage .button:hover,
.event__filter .button:hover {
    background-color: #555 !important;
    text-decoration: none;
}

.image-container .filter {
    opacity: 0.2;
}

.block__bold {
    margin: 0.5em 0;
}
.block__bold p {
    font-weight: bold;
}

/* need to add homepage class to homepage */
.homepage .narrow {
    margin-top: 4em;
}

/* remove title underlines */
.title:after {
    content: none;
}

.category-selector {
    margin: 0;
}

.category-selector__title h2 {
    background-color: black;
    color: white;
    padding: 0.2em 0.4em;
}

.category-selector__title--disabled h2 {
    opacity: 0.7;
}
.category-selector__title--disabled h2:hover {
    opacity: 1;
}

.category-selector__title button {
    margin: 1em 0;
}

.homepage ul li {
    font-weight: bold;
    font-size: 0.9em;
    margin-bottom: 1em;
    line-height: 1.3;
}

.homepage .block__copy.home-gradient {
    background: transparent !important;
}

/* eligibility selector on homepage */
div.fit.home-gradient {
    background: #ddd !important;
}

div.fit.home-gradient a {
    color: #8C0D0D;;
}

.fit .select2-selection .select2-selection__rendered, .fit .select2-selection .select2-selection__placeholder,
.select-standalone .select2-selection .select2-selection__rendered, .select-standalone .select2-selection .select2-selection__placeholder {
    color: black;
}
.fit .select2-selection,
.fit .select2-selection .select2-selection__arrow {
    border-color: black;
}

.fit .select2-selection .select2-selection__arrow b {
    border-color: black transparent transparent transparent;
}

div.fit.home-gradient + .narrow {
    margin-top: 0;
}

.homepage .social {
    margin-bottom: 5em;
}

.accordion-item__header {
    font-size: 18px;
}

.triple-carousel__quote blockquote {
    font-size: 1.3em;
}

.triple-carousel__quote blockquote p {
    margin: 0.1em 0;
}

.block.full {
    margin-top: 0;
}

.hero__copy p,
.hero__overlay p {
    padding-left: 2em;
    font-size: 0.8em;
}

.hero-image__copy h1 span,
.hero__copy p span,
.hero__overlay p span,
.countdown__copy span {
    /* background-color: white; */
    color: black;
    /* line-height: 1.4; */
    /* padding: 0.3em; */
}

.hero-home .hero__copy p span,
.hero-home .hero__overlay p span {
    background-color: white;
    padding: 0.3em;
}

.hero__item .hero__copy,
.hero__item .hero__overlay {
    text-align: right;
}

.eligibility-block .category-selector__lists {
    display: none;
}
.eligibility-block .category-selector__lists.active {
    display: block;
    background: #ddd;
}

.block__expandable ul li,
.block.what ul li {
    font-weight: bold;
}

.image-container.image-static {
    margin-bottom: 1em;
}
.image-container.image-static img {
    position: static;
}

.countdown__table {
    font-size: 1.4em;
    line-height: 1.3;
}
.countdown__copy {
    font-size: 1.3em;
}
.countdown__time div {
    font-size: 1em;
    text-transform: uppercase;
}
div.countdown__number {
    font-size: 1.4em;
}

.category-selector {
    margin: 1em 0 5em;
}

@media (min-width: 768px) {
    .hero__copy p {
        padding: 0;
        font-size: 1em;
    }

    .hero-image__copy .standout, .landing__title {
        font-size: calc(3.3em + 0.5vw);
    }
    .hero__item .hero__copy,
    .hero__item .hero__overlay {
        font-size: calc(0.6em + 0.2vw);
        line-height: 1.3;
    }


    .triple-carousel__nav {
        top: -50px;
    }


    .triple-carousel__quote blockquote {
        font-size: 23px;
    }

    .block.full {
        margin-top: 1.4rem;
    }

    .hero__item--4 .hero__copy {
        right: 18px;
        left: unset;
    }

    .hero__item--4 .hero__copy p {
	width: 85%;
	float: right;
    }

    .accordion.faqs {
        margin-top: 50px;
    }
    .accordion.faqs .title {
        margin-top: 2em;
    }

    .countdown__table {
        font-size: 1.2em;
    }

}

@media (min-width: 900px) {
    .hero-image__copy {
        bottom: -58px;
        min-height: 220px;
    }
    .hero__item .hero__copy,
    .hero__item .hero__overlay {
        font-size: calc(0.6em + 0.4vw);
        letter-spacing: -0.01em;
        line-height: 2;
    }
}

@media (min-width: 1200px) {
    .countdown__copy {
        padding-top: 0.4em;
    }
}

/* DJL 2019-09-02: New Styles */
.narrow {
    margin-left: calc(1.1em + 2.3vw);
}
@media (min-width: 768px) {
    .narrow {
        margin-left: 1.5em;
    }
}
.block__bold {
    margin: 0;
}
.block__bold p {
	margin: 1em 0 0.5em;
}

.category-selector__lists.category-background.active {
    background: #ddd;
}

h2.title {
    margin-top: 2em;
}
.social__selector.mobile-only ul {
    margin: 0;
}
.social__selector.mobile-only button {
    font-family: Arial, sans-serif;
    color: #000;
}
#heroHoverText.featherlight-inner {
    font-size: 0.9em;
    line-height: 1.3;
}
