﻿@charset "UTF-8";
@import url("../global/CSS/global.css");
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css");
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js");
@import url("../global/CSS/global.css");

#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
    font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #fff;
}

#sb-container {
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: left;
    visibility: hidden;
    display: none;
}

#sb-overlay {
    position: relative;
    height: 100%;
    width: 100%;
}

#sb-wrapper {
    position: absolute;
    visibility: hidden;
    width: 100px;
}

#sb-wrapper-inner {
    position: relative;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    height: 100px;
}

#sb-body {
    position: relative;
    height: 100%;
}

#sb-body-inner {
    position: absolute;
    height: 100%;
    width: 100%;
}

#sb-player.html {
    height: 100%;
    overflow: auto;
}

#sb-body img {
    border: none;
    position: relative !important;
}

#sb-loading {
    position: relative;
    height: 100%;
}

#sb-loading-inner {
    position: absolute;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    width: 100%;
    text-align: center;
}

    #sb-loading-inner span {
        background: url(loading.gif) no-repeat;
        padding-left: 34px;
        display: inline-block;
    }

#sb-body, #sb-loading {
    background-color: #060606;
}

#sb-title, #sb-info {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#sb-title, #sb-title-inner {
    height: 26px;
    line-height: 26px;
}

#sb-title-inner {
    font-size: 16px;
}

#sb-info, #sb-info-inner {
    height: 20px;
    line-height: 20px;
}

#sb-info-inner {
    font-size: 12px;
}

#sb-nav {
    float: right;
    height: 16px;
    padding: 2px 0;
    width: 45%;
}

    #sb-nav a {
        display: block;
        float: right;
        height: 16px;
        width: 16px;
        margin-left: 3px;
        cursor: pointer;
        background-repeat: no-repeat;
    }

#sb-nav-close {
    background-image: url(close.png);
}

#sb-nav-next {
    background-image: url(next.png);
}

#sb-nav-previous {
    background-image: url(previous.png);
}

#sb-nav-play {
    background-image: url(play.png);
}

#sb-nav-pause {
    background-image: url(pause.png);
}

#sb-counter {
    float: left;
    width: 45%;
}

    #sb-counter a {
        padding: 0 4px 0 0;
        text-decoration: none;
        cursor: pointer;
        color: #fff;
    }

        #sb-counter a.sb-counter-current {
            text-decoration: underline;
        }

div.sb-message {
    font-size: 12px;
    padding: 10px;
    text-align: center;
}

    div.sb-message a:link, div.sb-message a:visited {
        color: #fff;
        text-decoration: underline;
    }

/*!
 * Bootstrap v3.1.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background: 0 0;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3, div.event-module .detail-panel h1.event-detail-title, div.event-module h1.event-detail-title {
        orphans: 3;
        widows: 3;
    }

    h2, h3, div.event-module .detail-panel h1.event-detail-title, div.event-module h1.event-detail-title {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td, .table th {
        background-color: #fff !important;
    }

    .btn > .caret, .hero-links ul li a > .caret, div.event-module a[id*=swCalICalLink] > .caret, div.event-module .detail-panel p.event-detail-calendarlink a > .caret, div.event-module .CalendarMenu__btn--back > .caret, div.event-module p.event-detail-sharelink a > .caret, div.event-module .event-detail-calendarlink a > .caret, div.event-module .public-ical-feed-wrapper > a > .caret, div.blog a.post-summary-read-more > .caret, [type=reset] > .caret, [type=submit] > .caret, button > .caret,
    html [type=button] > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #428bca;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #2a6496;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

h1, h2, h3, div.event-module .detail-panel h1.event-detail-title, div.event-module h1.event-detail-title, h4, body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title, h5, body.signage div.veracross_athletics div.game div.date, body.signage div.recent-blog-posts-wrapper a.recent-blog-posts-title, body.default div.veracross_athletics div.game div.date, h6, .h1, .h2, .h3, body.signage div.veracross_athletics:before, body.default div.veracross_athletics:before, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small, h2 small, h3 small, div.event-module .detail-panel h1.event-detail-title small, div.event-module h1.event-detail-title small, h4 small, body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title small, h5 small, body.signage div.veracross_athletics div.game div.date small, body.signage div.recent-blog-posts-wrapper a.recent-blog-posts-title small, body.default div.veracross_athletics div.game div.date small, h6 small, .h1 small, .h2 small, .h3 small, body.signage div.veracross_athletics:before small, body.default div.veracross_athletics:before small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, div.event-module h1.event-detail-title .small, h4 .small, body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title .small, h5 .small, body.signage div.veracross_athletics div.game div.date .small, body.signage div.recent-blog-posts-wrapper a.recent-blog-posts-title .small, body.default div.veracross_athletics div.game div.date .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, body.signage div.veracross_athletics:before .small, body.default div.veracross_athletics:before .small, .h4 .small, .h5 .small, .h6 .small {
        font-weight: 400;
        line-height: 1;
        color: #999;
    }

h1, .h1, h2, .h2, h3, div.event-module .detail-panel h1.event-detail-title, div.event-module h1.event-detail-title, .h3, body.signage div.veracross_athletics:before, body.default div.veracross_athletics:before {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small, .h1 small, h2 small, .h2 small, h3 small, div.event-module .detail-panel h1.event-detail-title small, div.event-module h1.event-detail-title small, .h3 small, body.signage div.veracross_athletics:before small, body.default div.veracross_athletics:before small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, div.event-module h1.event-detail-title .small, .h3 .small, body.signage div.veracross_athletics:before .small, body.default div.veracross_athletics:before .small {
        font-size: 65%;
    }

h4, body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title, .h4, h5, body.signage div.veracross_athletics div.game div.date, body.signage div.recent-blog-posts-wrapper a.recent-blog-posts-title, body.default div.veracross_athletics div.game div.date, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small, body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title small, .h4 small, h5 small, body.signage div.veracross_athletics div.game div.date small, body.signage div.recent-blog-posts-wrapper a.recent-blog-posts-title small, body.default div.veracross_athletics div.game div.date small, .h5 small, h6 small, .h6 small, h4 .small, body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title .small, .h4 .small, h5 .small, body.signage div.veracross_athletics div.game div.date .small, body.signage div.recent-blog-posts-wrapper a.recent-blog-posts-title .small, body.default div.veracross_athletics div.game div.date .small, .h5 .small, h6 .small, .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, div.event-module .detail-panel h1.event-detail-title, div.event-module h1.event-detail-title, .h3, body.signage div.veracross_athletics:before, body.default div.veracross_athletics:before {
    font-size: 24px;
}

h4, body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title, .h4 {
    font-size: 18px;
}

h5, body.signage div.veracross_athletics div.game div.date, body.signage div.recent-blog-posts-wrapper a.recent-blog-posts-title, body.default div.veracross_athletics div.game div.date, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small, .small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-muted {
    color: #999;
}

.text-primary {
    color: #428bca;
}

a.text-primary:hover {
    color: #3071a9;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #428bca;
}

a.bg-primary:hover {
    background-color: #3071a9;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul, ol ul, ul ol, ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

        .list-inline > li:first-child {
            padding-left: 0;
        }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.428571429;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer, blockquote small, blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.428571429;
        color: #999;
    }

        blockquote footer:before, blockquote small:before, blockquote .small:before {
            content: "— ";
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
            content: "";
        }

        .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
            content: " —";
        }

    blockquote:before, blockquote:after {
        content: "";
    }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.6666666667%;
}

.col-xs-10 {
    width: 83.3333333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.6666666667%;
}

.col-xs-7 {
    width: 58.3333333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.6666666667%;
}

.col-xs-4 {
    width: 33.3333333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.6666666667%;
}

.col-xs-1 {
    width: 8.3333333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.6666666667%;
}

.col-xs-pull-10 {
    right: 83.3333333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.6666666667%;
}

.col-xs-pull-7 {
    right: 58.3333333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.6666666667%;
}

.col-xs-pull-4 {
    right: 33.3333333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.6666666667%;
}

.col-xs-pull-1 {
    right: 8.3333333333%;
}

.col-xs-pull-0 {
    right: 0;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.6666666667%;
}

.col-xs-push-10 {
    left: 83.3333333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.6666666667%;
}

.col-xs-push-7 {
    left: 58.3333333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.6666666667%;
}

.col-xs-push-4 {
    left: 33.3333333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.6666666667%;
}

.col-xs-push-1 {
    left: 8.3333333333%;
}

.col-xs-push-0 {
    left: 0;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%;
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%;
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%;
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%;
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.6666666667%;
    }

    .col-sm-10 {
        width: 83.3333333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.6666666667%;
    }

    .col-sm-7 {
        width: 58.3333333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.6666666667%;
    }

    .col-sm-4 {
        width: 33.3333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.6666666667%;
    }

    .col-sm-1 {
        width: 8.3333333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.6666666667%;
    }

    .col-sm-pull-10 {
        right: 83.3333333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.6666666667%;
    }

    .col-sm-pull-7 {
        right: 58.3333333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.6666666667%;
    }

    .col-sm-pull-4 {
        right: 33.3333333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.6666666667%;
    }

    .col-sm-pull-1 {
        right: 8.3333333333%;
    }

    .col-sm-pull-0 {
        right: 0;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.6666666667%;
    }

    .col-sm-push-10 {
        left: 83.3333333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.6666666667%;
    }

    .col-sm-push-7 {
        left: 58.3333333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.6666666667%;
    }

    .col-sm-push-4 {
        left: 33.3333333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.6666666667%;
    }

    .col-sm-push-1 {
        left: 8.3333333333%;
    }

    .col-sm-push-0 {
        left: 0;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.6666666667%;
    }

    .col-md-10 {
        width: 83.3333333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.6666666667%;
    }

    .col-md-7 {
        width: 58.3333333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.6666666667%;
    }

    .col-md-4 {
        width: 33.3333333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.6666666667%;
    }

    .col-md-1 {
        width: 8.3333333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.6666666667%;
    }

    .col-md-pull-10 {
        right: 83.3333333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.6666666667%;
    }

    .col-md-pull-7 {
        right: 58.3333333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.6666666667%;
    }

    .col-md-pull-4 {
        right: 33.3333333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.6666666667%;
    }

    .col-md-pull-1 {
        right: 8.3333333333%;
    }

    .col-md-pull-0 {
        right: 0;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.6666666667%;
    }

    .col-md-push-10 {
        left: 83.3333333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.6666666667%;
    }

    .col-md-push-7 {
        left: 58.3333333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.6666666667%;
    }

    .col-md-push-4 {
        left: 33.3333333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.6666666667%;
    }

    .col-md-push-1 {
        left: 8.3333333333%;
    }

    .col-md-push-0 {
        left: 0;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.6666666667%;
    }

    .col-lg-10 {
        width: 83.3333333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.6666666667%;
    }

    .col-lg-7 {
        width: 58.3333333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.6666666667%;
    }

    .col-lg-4 {
        width: 33.3333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.6666666667%;
    }

    .col-lg-1 {
        width: 8.3333333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.6666666667%;
    }

    .col-lg-pull-10 {
        right: 83.3333333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.6666666667%;
    }

    .col-lg-pull-7 {
        right: 58.3333333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.6666666667%;
    }

    .col-lg-pull-4 {
        right: 33.3333333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.6666666667%;
    }

    .col-lg-pull-1 {
        right: 8.3333333333%;
    }

    .col-lg-pull-0 {
        right: 0;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.6666666667%;
    }

    .col-lg-push-10 {
        left: 83.3333333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.6666666667%;
    }

    .col-lg-push-7 {
        left: 58.3333333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.6666666667%;
    }

    .col-lg-push-4 {
        left: 33.3333333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.6666666667%;
    }

    .col-lg-push-1 {
        left: 8.3333333333%;
    }

    .col-lg-push-0 {
        left: 0;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control:-moz-placeholder {
        color: #999;
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
    }

textarea.form-control {
    height: auto;
}

input[type=date] {
    line-height: 34px;
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

    .radio label, .checkbox label {
        display: inline;
        font-weight: 400;
        cursor: pointer;
    }

    .radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
        float: left;
        margin-left: -20px;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    input[type=radio][disabled], input[type=checkbox][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
        cursor: not-allowed;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
    height: auto;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

    .has-feedback .form-control-feedback {
        position: absolute;
        top: 25px;
        right: 0;
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
    }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

        .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
            float: none;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

.btn, .hero-links ul li a, div.event-module a[id*=swCalICalLink], div.event-module .detail-panel p.event-detail-sharelink a, div.event-module .detail-panel p.event-detail-calendarlink a, div.event-module .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink a, div.event-module .event-detail-calendarlink a, div.event-module .public-ical-feed-wrapper > a, div.blog a.post-summary-read-more, [type=reset], [type=submit], button,
html [type=button] {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn:focus, .hero-links ul li a:focus, div.event-module a[id*=swCalICalLink]:focus, div.event-module .detail-panel p.event-detail-calendarlink a:focus, div.event-module .CalendarMenu__btn--back:focus, div.event-module p.event-detail-sharelink a:focus, div.event-module .event-detail-calendarlink a:focus, div.event-module .public-ical-feed-wrapper > a:focus, div.blog a.post-summary-read-more:focus, [type=reset]:focus, [type=submit]:focus, button:focus,
    html [type=button]:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .hero-links ul li a:hover, div.event-module a[id*=swCalICalLink]:hover, div.event-module .detail-panel p.event-detail-calendarlink a:hover, div.event-module .CalendarMenu__btn--back:hover, div.event-module p.event-detail-sharelink a:hover, div.event-module .event-detail-calendarlink a:hover, div.event-module .public-ical-feed-wrapper > a:hover, div.blog a.post-summary-read-more:hover, [type=reset]:hover, [type=submit]:hover, button:hover,
    html [type=button]:hover, .btn:focus, .hero-links ul li a:focus, div.event-module a[id*=swCalICalLink]:focus, div.event-module .detail-panel p.event-detail-calendarlink a:focus, div.event-module .CalendarMenu__btn--back:focus, div.event-module p.event-detail-sharelink a:focus, div.event-module .event-detail-calendarlink a:focus, div.event-module .public-ical-feed-wrapper > a:focus, div.blog a.post-summary-read-more:focus, [type=reset]:focus, [type=submit]:focus, button:focus,
    html [type=button]:focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .hero-links ul li a:active, div.event-module a[id*=swCalICalLink]:active, div.event-module .detail-panel p.event-detail-calendarlink a:active, div.event-module .CalendarMenu__btn--back:active, div.event-module p.event-detail-sharelink a:active, div.event-module .event-detail-calendarlink a:active, div.event-module .public-ical-feed-wrapper > a:active, div.blog a.post-summary-read-more:active, [type=reset]:active, [type=submit]:active, button:active,
    html [type=button]:active, .btn.active, .hero-links ul li a.active, div.event-module a.active[id*=swCalICalLink], div.event-module .detail-panel p.event-detail-calendarlink a.active, div.event-module .active.CalendarMenu__btn--back, div.event-module p.event-detail-sharelink a.active, div.event-module .event-detail-calendarlink a.active, div.event-module .public-ical-feed-wrapper > a.active, div.blog a.active.post-summary-read-more, .active[type=reset], .active[type=submit], button.active,
    html .active[type=button] {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled, .hero-links ul li a.disabled, div.event-module a.disabled[id*=swCalICalLink], div.event-module .detail-panel p.event-detail-calendarlink a.disabled, div.event-module .disabled.CalendarMenu__btn--back, div.event-module p.event-detail-sharelink a.disabled, div.event-module .event-detail-calendarlink a.disabled, div.event-module .public-ical-feed-wrapper > a.disabled, div.blog a.disabled.post-summary-read-more, .disabled[type=reset], .disabled[type=submit], button.disabled,
    html .disabled[type=button], .btn[disabled], .hero-links ul li a[disabled], div.event-module a[disabled][id*=swCalICalLink], div.event-module .detail-panel p.event-detail-calendarlink a[disabled], div.event-module [disabled].CalendarMenu__btn--back, div.event-module p.event-detail-sharelink a[disabled], div.event-module .event-detail-calendarlink a[disabled], div.event-module .public-ical-feed-wrapper > a[disabled], div.blog a[disabled].post-summary-read-more, [disabled][type=reset], [disabled][type=submit], button[disabled],
    html [disabled][type=button], fieldset[disabled] .btn, fieldset[disabled] .hero-links ul li a, .hero-links ul li fieldset[disabled] a, fieldset[disabled] div.event-module a[id*=swCalICalLink], div.event-module fieldset[disabled] a[id*=swCalICalLink], fieldset[disabled] div.event-module .CalendarMenu__btn--back, div.event-module fieldset[disabled] .CalendarMenu__btn--back, fieldset[disabled] div.event-module p.event-detail-sharelink a, div.event-module p.event-detail-sharelink fieldset[disabled] a, fieldset[disabled] div.event-module .event-detail-calendarlink a, div.event-module .event-detail-calendarlink fieldset[disabled] a, fieldset[disabled] div.event-module .public-ical-feed-wrapper > a, div.event-module fieldset[disabled] .public-ical-feed-wrapper > a, fieldset[disabled] div.blog a.post-summary-read-more, div.blog fieldset[disabled] a.post-summary-read-more, fieldset[disabled] [type=reset], fieldset[disabled] [type=submit], fieldset[disabled] button,
    fieldset[disabled] html [type=button],
    html fieldset[disabled] [type=button] {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #3276b1;
        border-color: #285e8e;
    }

    .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        background-color: #428bca;
        border-color: #357ebd;
    }

    .btn-primary .badge {
        color: #428bca;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #47a447;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #39b3d7;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ed9c28;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #d2322d;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #2a6496;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
                color: #999;
                text-decoration: none;
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
/*@font-face {
    font-family: 'glyphicons-halflings-regular';
    src: url('../fonts/glyphicons-halflings-regular.woff') format('woff');
}
*/
/*@font-face {
    font-family: 'glyphicons-halflings-regular';
    src: url('../fonts/glyphicons-halflings-regular.eot') format('embedded-opentype');
    src: url('../fonts/glyphicons-halflings-regular.svg') format('svg');
    src: url('../fonts/glyphicons-halflings-regular.ttf') format('truetype');
}
*/
/*@font-face {
    font-family: "Glyphicons Halflings";
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}*/

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "*";
}

.glyphicon-plus:before {
    content: "+";
}

.glyphicon-euro:before {
    content: "€";
}

.glyphicon-minus:before {
    content: "−";
}

.glyphicon-cloud:before {
    content: "☁";
}

.glyphicon-envelope:before {
    content: "✉";
}

.glyphicon-pencil:before {
    content: "✏";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.428571429;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #428bca;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #999;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn, .hero-links ul li .btn-group > a, div.event-module .btn-group > a[id*=swCalICalLink], div.event-module .detail-panel p.event-detail-calendarlink .btn-group > a, div.event-module .btn-group > .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .btn-group > a, div.event-module .event-detail-calendarlink .btn-group > a, div.event-module .public-ical-feed-wrapper.btn-group > a, div.blog .btn-group > a.post-summary-read-more, .btn-group > [type=reset], .btn-group > [type=submit], .btn-group > button,
    html .btn-group > [type=button], .btn-group-vertical > .btn, .hero-links ul li .btn-group-vertical > a, div.event-module .btn-group-vertical > a[id*=swCalICalLink], div.event-module .detail-panel p.event-detail-calendarlink .btn-group-vertical > a, div.event-module .btn-group-vertical > .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .btn-group-vertical > a, div.event-module .event-detail-calendarlink .btn-group-vertical > a, div.event-module .public-ical-feed-wrapper.btn-group-vertical > a, div.blog .btn-group-vertical > a.post-summary-read-more, .btn-group-vertical > [type=reset], .btn-group-vertical > [type=submit], .btn-group-vertical > button,
    html .btn-group-vertical > [type=button] {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover, .hero-links ul li .btn-group > a:hover, div.event-module .btn-group > a[id*=swCalICalLink]:hover, div.event-module .btn-group > .CalendarMenu__btn--back:hover, div.event-module p.event-detail-sharelink .btn-group > a:hover, div.event-module .event-detail-calendarlink .btn-group > a:hover, div.event-module .public-ical-feed-wrapper.btn-group > a:hover, div.blog .btn-group > a.post-summary-read-more:hover, .btn-group > [type=reset]:hover, .btn-group > [type=submit]:hover, .btn-group > button:hover,
        html .btn-group > [type=button]:hover, .btn-group-vertical > .btn:hover, .hero-links ul li .btn-group-vertical > a:hover, div.event-module .btn-group-vertical > a[id*=swCalICalLink]:hover, div.event-module .btn-group-vertical > .CalendarMenu__btn--back:hover, div.event-module p.event-detail-sharelink .btn-group-vertical > a:hover, div.event-module .event-detail-calendarlink .btn-group-vertical > a:hover, div.event-module .public-ical-feed-wrapper.btn-group-vertical > a:hover, div.blog .btn-group-vertical > a.post-summary-read-more:hover, .btn-group-vertical > [type=reset]:hover, .btn-group-vertical > [type=submit]:hover, .btn-group-vertical > button:hover,
        html .btn-group-vertical > [type=button]:hover, .btn-group > .btn:focus, .hero-links ul li .btn-group > a:focus, div.event-module .btn-group > a[id*=swCalICalLink]:focus, div.event-module .btn-group > .CalendarMenu__btn--back:focus, div.event-module p.event-detail-sharelink .btn-group > a:focus, div.event-module .event-detail-calendarlink .btn-group > a:focus, div.event-module .public-ical-feed-wrapper.btn-group > a:focus, div.blog .btn-group > a.post-summary-read-more:focus, .btn-group > [type=reset]:focus, .btn-group > [type=submit]:focus, .btn-group > button:focus,
        html .btn-group > [type=button]:focus, .btn-group-vertical > .btn:focus, .hero-links ul li .btn-group-vertical > a:focus, div.event-module .btn-group-vertical > a[id*=swCalICalLink]:focus, div.event-module .btn-group-vertical > .CalendarMenu__btn--back:focus, div.event-module p.event-detail-sharelink .btn-group-vertical > a:focus, div.event-module .event-detail-calendarlink .btn-group-vertical > a:focus, div.event-module .public-ical-feed-wrapper.btn-group-vertical > a:focus, div.blog .btn-group-vertical > a.post-summary-read-more:focus, .btn-group-vertical > [type=reset]:focus, .btn-group-vertical > [type=submit]:focus, .btn-group-vertical > button:focus,
        html .btn-group-vertical > [type=button]:focus, .btn-group > .btn:active, .hero-links ul li .btn-group > a:active, div.event-module .btn-group > a[id*=swCalICalLink]:active, div.event-module .btn-group > .CalendarMenu__btn--back:active, div.event-module p.event-detail-sharelink .btn-group > a:active, div.event-module .event-detail-calendarlink .btn-group > a:active, div.event-module .public-ical-feed-wrapper.btn-group > a:active, div.blog .btn-group > a.post-summary-read-more:active, .btn-group > [type=reset]:active, .btn-group > [type=submit]:active, .btn-group > button:active,
        html .btn-group > [type=button]:active, .btn-group-vertical > .btn:active, .hero-links ul li .btn-group-vertical > a:active, div.event-module .btn-group-vertical > a[id*=swCalICalLink]:active, div.event-module .btn-group-vertical > .CalendarMenu__btn--back:active, div.event-module p.event-detail-sharelink .btn-group-vertical > a:active, div.event-module .event-detail-calendarlink .btn-group-vertical > a:active, div.event-module .public-ical-feed-wrapper.btn-group-vertical > a:active, div.blog .btn-group-vertical > a.post-summary-read-more:active, .btn-group-vertical > [type=reset]:active, .btn-group-vertical > [type=submit]:active, .btn-group-vertical > button:active,
        html .btn-group-vertical > [type=button]:active, .btn-group > .btn.active, .hero-links ul li .btn-group > a.active, div.event-module .btn-group > a.active[id*=swCalICalLink], div.event-module .btn-group > .active.CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .btn-group > a.active, div.event-module .event-detail-calendarlink .btn-group > a.active, div.event-module .public-ical-feed-wrapper.btn-group > a.active, div.blog .btn-group > a.active.post-summary-read-more, .btn-group > .active[type=reset], .btn-group > .active[type=submit], .btn-group > button.active,
        html .btn-group > .active[type=button], .btn-group-vertical > .btn.active, .hero-links ul li .btn-group-vertical > a.active, div.event-module .btn-group-vertical > a.active[id*=swCalICalLink], div.event-module .btn-group-vertical > .active.CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .btn-group-vertical > a.active, div.event-module .event-detail-calendarlink .btn-group-vertical > a.active, div.event-module .public-ical-feed-wrapper.btn-group-vertical > a.active, div.blog .btn-group-vertical > a.active.post-summary-read-more, .btn-group-vertical > .active[type=reset], .btn-group-vertical > .active[type=submit], .btn-group-vertical > button.active,
        html .btn-group-vertical > .active[type=button] {
            z-index: 2;
        }

        .btn-group > .btn:focus, .hero-links ul li .btn-group > a:focus, div.event-module .btn-group > a[id*=swCalICalLink]:focus, div.event-module .btn-group > .CalendarMenu__btn--back:focus, div.event-module p.event-detail-sharelink .btn-group > a:focus, div.event-module .event-detail-calendarlink .btn-group > a:focus, div.event-module .public-ical-feed-wrapper.btn-group > a:focus, div.blog .btn-group > a.post-summary-read-more:focus, .btn-group > [type=reset]:focus, .btn-group > [type=submit]:focus, .btn-group > button:focus,
        html .btn-group > [type=button]:focus, .btn-group-vertical > .btn:focus, .hero-links ul li .btn-group-vertical > a:focus, div.event-module .btn-group-vertical > a[id*=swCalICalLink]:focus, div.event-module .btn-group-vertical > .CalendarMenu__btn--back:focus, div.event-module p.event-detail-sharelink .btn-group-vertical > a:focus, div.event-module .event-detail-calendarlink .btn-group-vertical > a:focus, div.event-module .public-ical-feed-wrapper.btn-group-vertical > a:focus, div.blog .btn-group-vertical > a.post-summary-read-more:focus, .btn-group-vertical > [type=reset]:focus, .btn-group-vertical > [type=submit]:focus, .btn-group-vertical > button:focus,
        html .btn-group-vertical > [type=button]:focus {
            outline: 0;
        }

    .btn-group .btn + .btn, .btn-group .hero-links ul li a + .btn, .hero-links ul li .btn-group a + .btn, .btn-group .hero-links ul li .btn + a, .hero-links ul li .btn-group .btn + a, .btn-group .hero-links ul li a + a, .hero-links ul li .btn-group a + a, .btn-group div.event-module a[id*=swCalICalLink] + .btn, div.event-module .btn-group a[id*=swCalICalLink] + .btn, .btn-group div.event-module .btn + a[id*=swCalICalLink], div.event-module .btn-group .btn + a[id*=swCalICalLink], .btn-group div.event-module a[id*=swCalICalLink] + a[id*=swCalICalLink], div.event-module .btn-group a[id*=swCalICalLink] + a[id*=swCalICalLink], .btn-group div.event-module .CalendarMenu__btn--back + .btn, .btn-group div.event-module .hero-links ul li .CalendarMenu__btn--back + a, .hero-links ul li .btn-group div.event-module .CalendarMenu__btn--back + a, .btn-group div.event-module .CalendarMenu__btn--back + a[id*=swCalICalLink], div.event-module .btn-group .CalendarMenu__btn--back + .btn, div.event-module .btn-group .hero-links ul li .CalendarMenu__btn--back + a, .hero-links ul li div.event-module .btn-group .CalendarMenu__btn--back + a, div.event-module .btn-group .CalendarMenu__btn--back + a[id*=swCalICalLink], div.event-module .btn-group .detail-panel p.event-detail-sharelink .CalendarMenu__btn--back + a, div.event-module .btn-group .detail-panel p.event-detail-calendarlink .CalendarMenu__btn--back + a, .btn-group div.event-module .btn + .CalendarMenu__btn--back, .btn-group div.event-module .hero-links ul li a + .CalendarMenu__btn--back, .hero-links ul li .btn-group div.event-module a + .CalendarMenu__btn--back, .btn-group div.event-module a[id*=swCalICalLink] + .CalendarMenu__btn--back, div.event-module .btn-group .btn + .CalendarMenu__btn--back, div.event-module .btn-group .hero-links ul li a + .CalendarMenu__btn--back, .hero-links ul li div.event-module .btn-group a + .CalendarMenu__btn--back, div.event-module .btn-group a[id*=swCalICalLink] + .CalendarMenu__btn--back, div.event-module .btn-group .detail-panel p.event-detail-sharelink a + .CalendarMenu__btn--back, div.event-module .btn-group .detail-panel p.event-detail-calendarlink a + .CalendarMenu__btn--back, .btn-group div.event-module .CalendarMenu__btn--back + .CalendarMenu__btn--back, div.event-module .btn-group .CalendarMenu__btn--back + .CalendarMenu__btn--back, .btn-group div.event-module p.event-detail-sharelink a + .btn, .btn-group div.event-module p.event-detail-sharelink a + .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .btn-group a + .btn, div.event-module p.event-detail-sharelink .btn-group a + .CalendarMenu__btn--back, .btn-group div.event-module p.event-detail-sharelink .btn + a, .btn-group div.event-module p.event-detail-sharelink .CalendarMenu__btn--back + a, div.event-module p.event-detail-sharelink .btn-group .btn + a, div.event-module p.event-detail-sharelink .btn-group .CalendarMenu__btn--back + a, .btn-group div.event-module p.event-detail-sharelink a + a, div.event-module p.event-detail-sharelink .btn-group a + a, .btn-group div.event-module .event-detail-calendarlink a + .btn, .btn-group div.event-module .event-detail-calendarlink a + .CalendarMenu__btn--back, div.event-module .event-detail-calendarlink .btn-group a + .btn, div.event-module .event-detail-calendarlink .btn-group a + .CalendarMenu__btn--back, .btn-group div.event-module .event-detail-calendarlink .btn + a, .btn-group div.event-module .event-detail-calendarlink .CalendarMenu__btn--back + a, div.event-module .event-detail-calendarlink .btn-group .btn + a, div.event-module .event-detail-calendarlink .btn-group .CalendarMenu__btn--back + a, .btn-group div.event-module .event-detail-calendarlink a + a, div.event-module .event-detail-calendarlink .btn-group a + a, .btn-group div.event-module .public-ical-feed-wrapper > a + .btn, .btn-group div.event-module .public-ical-feed-wrapper > a + .CalendarMenu__btn--back, div.event-module .btn-group .public-ical-feed-wrapper > a + .btn, div.event-module .btn-group .public-ical-feed-wrapper > a + .CalendarMenu__btn--back, .btn-group div.event-module .public-ical-feed-wrapper > .btn + a, .btn-group div.event-module .public-ical-feed-wrapper > .CalendarMenu__btn--back + a, div.event-module .btn-group .public-ical-feed-wrapper > .btn + a, div.event-module .btn-group .public-ical-feed-wrapper > .CalendarMenu__btn--back + a, .btn-group div.event-module .public-ical-feed-wrapper > a + a, div.event-module .btn-group .public-ical-feed-wrapper > a + a, .btn-group div.blog a.post-summary-read-more + .btn, .btn-group div.blog div.event-module a.post-summary-read-more + a[id*=swCalICalLink], div.event-module .btn-group div.blog a.post-summary-read-more + a[id*=swCalICalLink], .btn-group div.blog div.event-module a.post-summary-read-more + .CalendarMenu__btn--back, div.event-module .btn-group div.blog a.post-summary-read-more + .CalendarMenu__btn--back, div.blog .btn-group a.post-summary-read-more + .btn, div.blog .btn-group div.event-module a.post-summary-read-more + a[id*=swCalICalLink], div.event-module div.blog .btn-group a.post-summary-read-more + a[id*=swCalICalLink], div.blog .btn-group div.event-module a.post-summary-read-more + .CalendarMenu__btn--back, div.event-module div.blog .btn-group a.post-summary-read-more + .CalendarMenu__btn--back, .btn-group div.blog .btn + a.post-summary-read-more, .btn-group div.blog div.event-module a[id*=swCalICalLink] + a.post-summary-read-more, div.event-module .btn-group div.blog a[id*=swCalICalLink] + a.post-summary-read-more, .btn-group div.blog div.event-module .CalendarMenu__btn--back + a.post-summary-read-more, div.event-module .btn-group div.blog .CalendarMenu__btn--back + a.post-summary-read-more, div.blog .btn-group .btn + a.post-summary-read-more, div.blog .btn-group div.event-module a[id*=swCalICalLink] + a.post-summary-read-more, div.event-module div.blog .btn-group a[id*=swCalICalLink] + a.post-summary-read-more, div.blog .btn-group div.event-module .CalendarMenu__btn--back + a.post-summary-read-more, div.event-module div.blog .btn-group .CalendarMenu__btn--back + a.post-summary-read-more, .btn-group div.blog a.post-summary-read-more + a.post-summary-read-more, div.blog .btn-group a.post-summary-read-more + a.post-summary-read-more, .btn-group [type=reset] + .btn, .btn-group .hero-links ul li [type=reset] + a, .hero-links ul li .btn-group [type=reset] + a, .btn-group div.event-module [type=reset] + a[id*=swCalICalLink], div.event-module .btn-group [type=reset] + a[id*=swCalICalLink], .btn-group div.event-module [type=reset] + .CalendarMenu__btn--back, div.event-module .btn-group [type=reset] + .CalendarMenu__btn--back, .btn-group div.event-module p.event-detail-sharelink [type=reset] + a, div.event-module p.event-detail-sharelink .btn-group [type=reset] + a, .btn-group div.event-module .event-detail-calendarlink [type=reset] + a, div.event-module .event-detail-calendarlink .btn-group [type=reset] + a, .btn-group div.event-module .public-ical-feed-wrapper > [type=reset] + a, div.event-module .btn-group .public-ical-feed-wrapper > [type=reset] + a, .btn-group div.blog [type=reset] + a.post-summary-read-more, div.blog .btn-group [type=reset] + a.post-summary-read-more, .btn-group [type=submit] + .btn, .btn-group .hero-links ul li [type=submit] + a, .hero-links ul li .btn-group [type=submit] + a, .btn-group div.event-module [type=submit] + a[id*=swCalICalLink], div.event-module .btn-group [type=submit] + a[id*=swCalICalLink], .btn-group div.event-module [type=submit] + .CalendarMenu__btn--back, div.event-module .btn-group [type=submit] + .CalendarMenu__btn--back, .btn-group div.event-module p.event-detail-sharelink [type=submit] + a, div.event-module p.event-detail-sharelink .btn-group [type=submit] + a, .btn-group div.event-module .event-detail-calendarlink [type=submit] + a, div.event-module .event-detail-calendarlink .btn-group [type=submit] + a, .btn-group div.event-module .public-ical-feed-wrapper > [type=submit] + a, div.event-module .btn-group .public-ical-feed-wrapper > [type=submit] + a, .btn-group div.blog [type=submit] + a.post-summary-read-more, div.blog .btn-group [type=submit] + a.post-summary-read-more, .btn-group button + .btn, .btn-group .hero-links ul li button + a, .hero-links ul li .btn-group button + a, .btn-group div.event-module button + a[id*=swCalICalLink], div.event-module .btn-group button + a[id*=swCalICalLink], .btn-group div.event-module button + .CalendarMenu__btn--back, div.event-module .btn-group button + .CalendarMenu__btn--back, .btn-group div.event-module p.event-detail-sharelink button + a, div.event-module p.event-detail-sharelink .btn-group button + a, .btn-group div.event-module .event-detail-calendarlink button + a, div.event-module .event-detail-calendarlink .btn-group button + a, .btn-group div.event-module .public-ical-feed-wrapper > button + a, div.event-module .btn-group .public-ical-feed-wrapper > button + a, .btn-group div.blog button + a.post-summary-read-more, div.blog .btn-group button + a.post-summary-read-more,
    .btn-group html [type=button] + .btn,
    .btn-group html .hero-links ul li [type=button] + a,
    .hero-links ul li .btn-group html [type=button] + a,
    .btn-group html div.event-module [type=button] + a[id*=swCalICalLink],
    div.event-module .btn-group html [type=button] + a[id*=swCalICalLink],
    .btn-group html div.event-module [type=button] + .CalendarMenu__btn--back,
    div.event-module .btn-group html [type=button] + .CalendarMenu__btn--back,
    .btn-group html div.event-module p.event-detail-sharelink [type=button] + a,
    div.event-module p.event-detail-sharelink .btn-group html [type=button] + a,
    .btn-group html div.event-module .event-detail-calendarlink [type=button] + a,
    div.event-module .event-detail-calendarlink .btn-group html [type=button] + a,
    .btn-group html div.event-module .public-ical-feed-wrapper > [type=button] + a,
    div.event-module .btn-group html .public-ical-feed-wrapper > [type=button] + a,
    .btn-group html div.blog [type=button] + a.post-summary-read-more,
    div.blog .btn-group html [type=button] + a.post-summary-read-more,
    html .btn-group [type=button] + .btn,
    html .btn-group .hero-links ul li [type=button] + a,
    .hero-links ul li html .btn-group [type=button] + a,
    html .btn-group div.event-module [type=button] + a[id*=swCalICalLink],
    div.event-module html .btn-group [type=button] + a[id*=swCalICalLink],
    html .btn-group div.event-module [type=button] + .CalendarMenu__btn--back,
    div.event-module html .btn-group [type=button] + .CalendarMenu__btn--back,
    html .btn-group div.event-module p.event-detail-sharelink [type=button] + a,
    div.event-module p.event-detail-sharelink html .btn-group [type=button] + a,
    html .btn-group div.event-module .event-detail-calendarlink [type=button] + a,
    div.event-module .event-detail-calendarlink html .btn-group [type=button] + a,
    html .btn-group div.event-module .public-ical-feed-wrapper > [type=button] + a,
    div.event-module html .btn-group .public-ical-feed-wrapper > [type=button] + a,
    html .btn-group div.blog [type=button] + a.post-summary-read-more,
    div.blog html .btn-group [type=button] + a.post-summary-read-more, .btn-group .btn + [type=reset], .btn-group .hero-links ul li a + [type=reset], .hero-links ul li .btn-group a + [type=reset], .btn-group div.event-module a[id*=swCalICalLink] + [type=reset], div.event-module .btn-group a[id*=swCalICalLink] + [type=reset], .btn-group div.event-module .CalendarMenu__btn--back + [type=reset], div.event-module .btn-group .CalendarMenu__btn--back + [type=reset], .btn-group div.event-module p.event-detail-sharelink a + [type=reset], div.event-module p.event-detail-sharelink .btn-group a + [type=reset], .btn-group div.event-module .event-detail-calendarlink a + [type=reset], div.event-module .event-detail-calendarlink .btn-group a + [type=reset], .btn-group div.event-module .public-ical-feed-wrapper > a + [type=reset], div.event-module .btn-group .public-ical-feed-wrapper > a + [type=reset], .btn-group div.blog a.post-summary-read-more + [type=reset], div.blog .btn-group a.post-summary-read-more + [type=reset], .btn-group [type=reset] + [type=reset], .btn-group [type=submit] + [type=reset], .btn-group button + [type=reset],
    .btn-group html [type=button] + [type=reset],
    html .btn-group [type=button] + [type=reset], .btn-group .btn + [type=submit], .btn-group .hero-links ul li a + [type=submit], .hero-links ul li .btn-group a + [type=submit], .btn-group div.event-module a[id*=swCalICalLink] + [type=submit], div.event-module .btn-group a[id*=swCalICalLink] + [type=submit], .btn-group div.event-module .CalendarMenu__btn--back + [type=submit], div.event-module .btn-group .CalendarMenu__btn--back + [type=submit], .btn-group div.event-module p.event-detail-sharelink a + [type=submit], div.event-module p.event-detail-sharelink .btn-group a + [type=submit], .btn-group div.event-module .event-detail-calendarlink a + [type=submit], div.event-module .event-detail-calendarlink .btn-group a + [type=submit], .btn-group div.event-module .public-ical-feed-wrapper > a + [type=submit], div.event-module .btn-group .public-ical-feed-wrapper > a + [type=submit], .btn-group div.blog a.post-summary-read-more + [type=submit], div.blog .btn-group a.post-summary-read-more + [type=submit], .btn-group [type=reset] + [type=submit], .btn-group [type=submit] + [type=submit], .btn-group button + [type=submit],
    .btn-group html [type=button] + [type=submit],
    html .btn-group [type=button] + [type=submit], .btn-group .btn + button, .btn-group .hero-links ul li a + button, .hero-links ul li .btn-group a + button, .btn-group div.event-module a[id*=swCalICalLink] + button, div.event-module .btn-group a[id*=swCalICalLink] + button, .btn-group div.event-module .CalendarMenu__btn--back + button, div.event-module .btn-group .CalendarMenu__btn--back + button, .btn-group div.event-module p.event-detail-sharelink a + button, div.event-module p.event-detail-sharelink .btn-group a + button, .btn-group div.event-module .event-detail-calendarlink a + button, div.event-module .event-detail-calendarlink .btn-group a + button, .btn-group div.event-module .public-ical-feed-wrapper > a + button, div.event-module .btn-group .public-ical-feed-wrapper > a + button, .btn-group div.blog a.post-summary-read-more + button, div.blog .btn-group a.post-summary-read-more + button, .btn-group [type=reset] + button, .btn-group [type=submit] + button, .btn-group button + button,
    .btn-group html [type=button] + button,
    html .btn-group [type=button] + button,
    .btn-group html .btn + [type=button],
    .btn-group html .hero-links ul li a + [type=button],
    .hero-links ul li .btn-group html a + [type=button],
    .btn-group html div.event-module a[id*=swCalICalLink] + [type=button],
    div.event-module .btn-group html a[id*=swCalICalLink] + [type=button],
    .btn-group html div.event-module .CalendarMenu__btn--back + [type=button],
    div.event-module .btn-group html .CalendarMenu__btn--back + [type=button],
    .btn-group html div.event-module p.event-detail-sharelink a + [type=button],
    div.event-module p.event-detail-sharelink .btn-group html a + [type=button],
    .btn-group html div.event-module .event-detail-calendarlink a + [type=button],
    div.event-module .event-detail-calendarlink .btn-group html a + [type=button],
    .btn-group html div.event-module .public-ical-feed-wrapper > a + [type=button],
    div.event-module .btn-group html .public-ical-feed-wrapper > a + [type=button],
    .btn-group html div.blog a.post-summary-read-more + [type=button],
    div.blog .btn-group html a.post-summary-read-more + [type=button],
    html .btn-group .btn + [type=button],
    html .btn-group .hero-links ul li a + [type=button],
    .hero-links ul li html .btn-group a + [type=button],
    html .btn-group div.event-module a[id*=swCalICalLink] + [type=button],
    div.event-module html .btn-group a[id*=swCalICalLink] + [type=button],
    html .btn-group div.event-module .CalendarMenu__btn--back + [type=button],
    div.event-module html .btn-group .CalendarMenu__btn--back + [type=button],
    html .btn-group div.event-module p.event-detail-sharelink a + [type=button],
    div.event-module p.event-detail-sharelink html .btn-group a + [type=button],
    html .btn-group div.event-module .event-detail-calendarlink a + [type=button],
    div.event-module .event-detail-calendarlink html .btn-group a + [type=button],
    html .btn-group div.event-module .public-ical-feed-wrapper > a + [type=button],
    div.event-module html .btn-group .public-ical-feed-wrapper > a + [type=button],
    html .btn-group div.blog a.post-summary-read-more + [type=button],
    div.blog html .btn-group a.post-summary-read-more + [type=button],
    .btn-group html [type=reset] + [type=button],
    html .btn-group [type=reset] + [type=button],
    .btn-group html [type=submit] + [type=button],
    html .btn-group [type=submit] + [type=button],
    .btn-group html button + [type=button],
    html .btn-group button + [type=button],
    .btn-group html [type=button] + [type=button],
    html .btn-group [type=button] + [type=button], .btn-group .btn + .btn-group, .btn-group .hero-links ul li a + .btn-group, .hero-links ul li .btn-group a + .btn-group, .btn-group div.event-module a[id*=swCalICalLink] + .btn-group, div.event-module .btn-group a[id*=swCalICalLink] + .btn-group, .btn-group div.event-module .CalendarMenu__btn--back + .btn-group, div.event-module .btn-group .CalendarMenu__btn--back + .btn-group, .btn-group div.event-module p.event-detail-sharelink a + .btn-group, div.event-module p.event-detail-sharelink .btn-group a + .btn-group, .btn-group div.event-module .event-detail-calendarlink a + .btn-group, div.event-module .event-detail-calendarlink .btn-group a + .btn-group, .btn-group div.event-module .public-ical-feed-wrapper > a + .btn-group, div.event-module .btn-group .public-ical-feed-wrapper > a + .btn-group, .btn-group div.blog a.post-summary-read-more + .btn-group, div.blog .btn-group a.post-summary-read-more + .btn-group, .btn-group [type=reset] + .btn-group, .btn-group [type=submit] + .btn-group, .btn-group button + .btn-group,
    .btn-group html [type=button] + .btn-group,
    html .btn-group [type=button] + .btn-group, .btn-group .btn-group + .btn, .btn-group .hero-links ul li .btn-group + a, .hero-links ul li .btn-group .btn-group + a, .btn-group div.event-module .btn-group + a[id*=swCalICalLink], div.event-module .btn-group .btn-group + a[id*=swCalICalLink], .btn-group div.event-module .btn-group + .CalendarMenu__btn--back, div.event-module .btn-group .btn-group + .CalendarMenu__btn--back, .btn-group div.event-module p.event-detail-sharelink .btn-group + a, div.event-module p.event-detail-sharelink .btn-group .btn-group + a, .btn-group div.event-module .event-detail-calendarlink .btn-group + a, div.event-module .event-detail-calendarlink .btn-group .btn-group + a, .btn-group div.event-module .public-ical-feed-wrapper > .btn-group + a, div.event-module .btn-group .public-ical-feed-wrapper > .btn-group + a, .btn-group div.blog .btn-group + a.post-summary-read-more, div.blog .btn-group .btn-group + a.post-summary-read-more, .btn-group .btn-group + [type=reset], .btn-group .btn-group + [type=submit], .btn-group .btn-group + button,
    .btn-group html .btn-group + [type=button],
    html .btn-group .btn-group + [type=button], .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, .hero-links ul li .btn-toolbar > a, div.event-module .btn-toolbar > a[id*=swCalICalLink], div.event-module .detail-panel p.event-detail-calendarlink .btn-toolbar > a, div.event-module .btn-toolbar > .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .btn-toolbar > a, div.event-module .event-detail-calendarlink .btn-toolbar > a, div.event-module .public-ical-feed-wrapper.btn-toolbar > a, div.blog .btn-toolbar > a.post-summary-read-more, .btn-toolbar > [type=reset], .btn-toolbar > [type=submit], .btn-toolbar > button,
    html .btn-toolbar > [type=button], .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .hero-links ul li .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle), div.event-module .btn-group > a[id*=swCalICalLink]:not(:first-child):not(:last-child):not(.dropdown-toggle), div.event-module .btn-group > .CalendarMenu__btn--back:not(:first-child):not(:last-child):not(.dropdown-toggle), div.event-module p.event-detail-sharelink .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle), div.event-module .event-detail-calendarlink .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle), div.event-module .public-ical-feed-wrapper.btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle), div.blog .btn-group > a.post-summary-read-more:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > [type=reset]:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > [type=submit]:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle),
html .btn-group > [type=button]:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child, .hero-links ul li .btn-group > a:first-child, div.event-module .btn-group > a[id*=swCalICalLink]:first-child, div.event-module .btn-group > .CalendarMenu__btn--back:first-child, div.event-module p.event-detail-sharelink .btn-group > a:first-child, div.event-module .event-detail-calendarlink .btn-group > a:first-child, div.event-module .public-ical-feed-wrapper.btn-group > a:first-child, div.blog .btn-group > a.post-summary-read-more:first-child, .btn-group > [type=reset]:first-child, .btn-group > [type=submit]:first-child, .btn-group > button:first-child,
html .btn-group > [type=button]:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .hero-links ul li .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle), div.event-module .btn-group > a[id*=swCalICalLink]:first-child:not(:last-child):not(.dropdown-toggle), div.event-module .btn-group > .CalendarMenu__btn--back:first-child:not(:last-child):not(.dropdown-toggle), div.event-module p.event-detail-sharelink .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle), div.event-module .event-detail-calendarlink .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle), div.event-module .public-ical-feed-wrapper.btn-group > a:first-child:not(:last-child):not(.dropdown-toggle), div.blog .btn-group > a.post-summary-read-more:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > [type=reset]:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > [type=submit]:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle),
    html .btn-group > [type=button]:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .hero-links ul li .btn-group > a:last-child:not(:first-child), div.event-module .btn-group > a[id*=swCalICalLink]:last-child:not(:first-child), div.event-module .btn-group > .CalendarMenu__btn--back:last-child:not(:first-child), div.event-module p.event-detail-sharelink .btn-group > a:last-child:not(:first-child), div.event-module .event-detail-calendarlink .btn-group > a:last-child:not(:first-child), div.event-module .public-ical-feed-wrapper.btn-group > a:last-child:not(:first-child), div.blog .btn-group > a.post-summary-read-more:last-child:not(:first-child), .btn-group > [type=reset]:last-child:not(:first-child), .btn-group > [type=submit]:last-child:not(:first-child), .btn-group > button:last-child:not(:first-child),
html .btn-group > [type=button]:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .hero-links ul li .btn-group > .btn-group:not(:first-child):not(:last-child) > a, div.event-module .btn-group > .btn-group:not(:first-child):not(:last-child) > a[id*=swCalICalLink], div.event-module .btn-group > .btn-group:not(:first-child):not(:last-child) > .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .btn-group > .btn-group:not(:first-child):not(:last-child) > a, div.event-module .event-detail-calendarlink .btn-group > .btn-group:not(:first-child):not(:last-child) > a, div.event-module .btn-group > .public-ical-feed-wrapper.btn-group:not(:first-child):not(:last-child) > a, div.blog .btn-group > .btn-group:not(:first-child):not(:last-child) > a.post-summary-read-more, .btn-group > .btn-group:not(:first-child):not(:last-child) > [type=reset], .btn-group > .btn-group:not(:first-child):not(:last-child) > [type=submit], .btn-group > .btn-group:not(:first-child):not(:last-child) > button,
    html .btn-group > .btn-group:not(:first-child):not(:last-child) > [type=button] {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child, .hero-links ul li .btn-group > .btn-group:first-child > a:last-child, div.event-module .btn-group > .btn-group:first-child > a[id*=swCalICalLink]:last-child, div.event-module .btn-group > .btn-group:first-child > .CalendarMenu__btn--back:last-child, div.event-module p.event-detail-sharelink .btn-group > .btn-group:first-child > a:last-child, div.event-module .event-detail-calendarlink .btn-group > .btn-group:first-child > a:last-child, div.event-module .btn-group > .public-ical-feed-wrapper.btn-group:first-child > a:last-child, div.blog .btn-group > .btn-group:first-child > a.post-summary-read-more:last-child, .btn-group > .btn-group:first-child > [type=reset]:last-child, .btn-group > .btn-group:first-child > [type=submit]:last-child, .btn-group > .btn-group:first-child > button:last-child,
    html .btn-group > .btn-group:first-child > [type=button]:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child, .hero-links ul li .btn-group > .btn-group:last-child > a:first-child, div.event-module .btn-group > .btn-group:last-child > a[id*=swCalICalLink]:first-child, div.event-module .btn-group > .btn-group:last-child > .CalendarMenu__btn--back:first-child, div.event-module p.event-detail-sharelink .btn-group > .btn-group:last-child > a:first-child, div.event-module .event-detail-calendarlink .btn-group > .btn-group:last-child > a:first-child, div.event-module .btn-group > .public-ical-feed-wrapper.btn-group:last-child > a:first-child, div.blog .btn-group > .btn-group:last-child > a.post-summary-read-more:first-child, .btn-group > .btn-group:last-child > [type=reset]:first-child, .btn-group > .btn-group:last-child > [type=submit]:first-child, .btn-group > .btn-group:last-child > button:first-child,
    html .btn-group > .btn-group:last-child > [type=button]:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group-xs > .btn, .hero-links ul li .btn-group-xs > a, div.event-module .btn-group-xs > a[id*=swCalICalLink], div.event-module .detail-panel p.event-detail-calendarlink .btn-group-xs > a, div.event-module .btn-group-xs > .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .btn-group-xs > a, div.event-module .event-detail-calendarlink .btn-group-xs > a, div.event-module .public-ical-feed-wrapper.btn-group-xs > a, div.blog .btn-group-xs > a.post-summary-read-more, .btn-group-xs > [type=reset], .btn-group-xs > [type=submit], .btn-group-xs > button,
html .btn-group-xs > [type=button] {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-sm > .btn, .hero-links ul li .btn-group-sm > a, div.event-module .btn-group-sm > a[id*=swCalICalLink], div.event-module .detail-panel p.event-detail-calendarlink .btn-group-sm > a, div.event-module .btn-group-sm > .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .btn-group-sm > a, div.event-module .event-detail-calendarlink .btn-group-sm > a, div.event-module .public-ical-feed-wrapper.btn-group-sm > a, div.blog .btn-group-sm > a.post-summary-read-more, .btn-group-sm > [type=reset], .btn-group-sm > [type=submit], .btn-group-sm > button,
html .btn-group-sm > [type=button] {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-lg > .btn, .hero-links ul li .btn-group-lg > a, div.event-module .btn-group-lg > a[id*=swCalICalLink], div.event-module .detail-panel p.event-detail-calendarlink .btn-group-lg > a, div.event-module .btn-group-lg > .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .btn-group-lg > a, div.event-module .event-detail-calendarlink .btn-group-lg > a, div.event-module .public-ical-feed-wrapper.btn-group-lg > a, div.blog .btn-group-lg > a.post-summary-read-more, .btn-group-lg > [type=reset], .btn-group-lg > [type=submit], .btn-group-lg > button,
html .btn-group-lg > [type=button] {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle, .hero-links ul li .btn-group > a + .dropdown-toggle, div.event-module .btn-group > a[id*=swCalICalLink] + .dropdown-toggle, div.event-module .btn-group > .CalendarMenu__btn--back + .dropdown-toggle, div.event-module p.event-detail-sharelink .btn-group > a + .dropdown-toggle, div.event-module .event-detail-calendarlink .btn-group > a + .dropdown-toggle, div.event-module .public-ical-feed-wrapper.btn-group > a + .dropdown-toggle, div.blog .btn-group > a.post-summary-read-more + .dropdown-toggle, .btn-group > [type=reset] + .dropdown-toggle, .btn-group > [type=submit] + .dropdown-toggle, .btn-group > button + .dropdown-toggle,
html .btn-group > [type=button] + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret, .hero-links ul li a .caret, div.event-module a[id*=swCalICalLink] .caret, div.event-module .detail-panel p.event-detail-calendarlink a .caret, div.event-module .CalendarMenu__btn--back .caret, div.event-module p.event-detail-sharelink a .caret, div.event-module .event-detail-calendarlink a .caret, div.event-module .public-ical-feed-wrapper > a .caret, div.blog a.post-summary-read-more .caret, [type=reset] .caret, [type=submit] .caret, button .caret,
html [type=button] .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .hero-links ul li .btn-group-vertical > a, div.event-module .btn-group-vertical > a[id*=swCalICalLink], div.event-module .detail-panel p.event-detail-calendarlink .btn-group-vertical > a, div.event-module .btn-group-vertical > .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .btn-group-vertical > a, div.event-module .event-detail-calendarlink .btn-group-vertical > a, div.event-module .public-ical-feed-wrapper.btn-group-vertical > a, div.blog .btn-group-vertical > a.post-summary-read-more, .btn-group-vertical > [type=reset], .btn-group-vertical > [type=submit], .btn-group-vertical > button,
html .btn-group-vertical > [type=button], .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn, .hero-links ul li .btn-group-vertical > .btn-group > a, div.event-module .btn-group-vertical > .btn-group > a[id*=swCalICalLink], div.event-module .btn-group-vertical > .btn-group > .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .btn-group-vertical > .btn-group > a, div.event-module .event-detail-calendarlink .btn-group-vertical > .btn-group > a, div.event-module .btn-group-vertical > .public-ical-feed-wrapper.btn-group > a, div.blog .btn-group-vertical > .btn-group > a.post-summary-read-more, .btn-group-vertical > .btn-group > [type=reset], .btn-group-vertical > .btn-group > [type=submit], .btn-group-vertical > .btn-group > button,
html .btn-group-vertical > .btn-group > [type=button] {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn, .hero-links ul li .btn-group-vertical > .btn-group > a, div.event-module .btn-group-vertical > .btn-group > a[id*=swCalICalLink], div.event-module .btn-group-vertical > .btn-group > .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .btn-group-vertical > .btn-group > a, div.event-module .event-detail-calendarlink .btn-group-vertical > .btn-group > a, div.event-module .btn-group-vertical > .public-ical-feed-wrapper.btn-group > a, div.blog .btn-group-vertical > .btn-group > a.post-summary-read-more, .btn-group-vertical > .btn-group > [type=reset], .btn-group-vertical > .btn-group > [type=submit], .btn-group-vertical > .btn-group > button,
    html .btn-group-vertical > .btn-group > [type=button] {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .hero-links ul li .btn-group-vertical > a + .btn, .hero-links ul li .btn-group-vertical > .btn + a, .hero-links ul li .btn-group-vertical > a + a, div.event-module .btn-group-vertical > a[id*=swCalICalLink] + .btn, div.event-module .btn-group-vertical > .btn + a[id*=swCalICalLink], div.event-module .btn-group-vertical > a[id*=swCalICalLink] + a[id*=swCalICalLink], div.event-module .btn-group-vertical > .CalendarMenu__btn--back + .btn, div.event-module .hero-links ul li .btn-group-vertical > .CalendarMenu__btn--back + a, .hero-links ul li div.event-module .btn-group-vertical > .CalendarMenu__btn--back + a, div.event-module .btn-group-vertical > .CalendarMenu__btn--back + a[id*=swCalICalLink], div.event-module .btn-group-vertical > .btn + .CalendarMenu__btn--back, div.event-module .hero-links ul li .btn-group-vertical > a + .CalendarMenu__btn--back, .hero-links ul li div.event-module .btn-group-vertical > a + .CalendarMenu__btn--back, div.event-module .btn-group-vertical > a[id*=swCalICalLink] + .CalendarMenu__btn--back, div.event-module .btn-group-vertical > .CalendarMenu__btn--back + .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .btn-group-vertical > a + .btn, div.event-module p.event-detail-sharelink .btn-group-vertical > a + .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .btn-group-vertical > .btn + a, div.event-module p.event-detail-sharelink .btn-group-vertical > .CalendarMenu__btn--back + a, div.event-module p.event-detail-sharelink .btn-group-vertical > a + a, div.event-module .event-detail-calendarlink .btn-group-vertical > a + .btn, div.event-module .event-detail-calendarlink .btn-group-vertical > a + .CalendarMenu__btn--back, div.event-module .event-detail-calendarlink .btn-group-vertical > .btn + a, div.event-module .event-detail-calendarlink .btn-group-vertical > .CalendarMenu__btn--back + a, div.event-module .event-detail-calendarlink .btn-group-vertical > a + a, div.event-module .public-ical-feed-wrapper.btn-group-vertical > a + .btn, div.event-module .public-ical-feed-wrapper.btn-group-vertical > a + .CalendarMenu__btn--back, div.event-module .public-ical-feed-wrapper.btn-group-vertical > .btn + a, div.event-module .public-ical-feed-wrapper.btn-group-vertical > .CalendarMenu__btn--back + a, div.event-module .public-ical-feed-wrapper.btn-group-vertical > a + a, div.blog .btn-group-vertical > a.post-summary-read-more + .btn, div.blog div.event-module .btn-group-vertical > a.post-summary-read-more + a[id*=swCalICalLink], div.event-module div.blog .btn-group-vertical > a.post-summary-read-more + a[id*=swCalICalLink], div.blog div.event-module .btn-group-vertical > a.post-summary-read-more + .CalendarMenu__btn--back, div.event-module div.blog .btn-group-vertical > a.post-summary-read-more + .CalendarMenu__btn--back, div.blog .btn-group-vertical > .btn + a.post-summary-read-more, div.blog div.event-module .btn-group-vertical > a[id*=swCalICalLink] + a.post-summary-read-more, div.event-module div.blog .btn-group-vertical > a[id*=swCalICalLink] + a.post-summary-read-more, div.blog div.event-module .btn-group-vertical > .CalendarMenu__btn--back + a.post-summary-read-more, div.event-module div.blog .btn-group-vertical > .CalendarMenu__btn--back + a.post-summary-read-more, div.blog .btn-group-vertical > a.post-summary-read-more + a.post-summary-read-more, .btn-group-vertical > [type=reset] + .btn, .hero-links ul li .btn-group-vertical > [type=reset] + a, div.event-module .btn-group-vertical > [type=reset] + a[id*=swCalICalLink], div.event-module .btn-group-vertical > [type=reset] + .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .btn-group-vertical > [type=reset] + a, div.event-module .event-detail-calendarlink .btn-group-vertical > [type=reset] + a, div.event-module .public-ical-feed-wrapper.btn-group-vertical > [type=reset] + a, div.blog .btn-group-vertical > [type=reset] + a.post-summary-read-more, .btn-group-vertical > [type=submit] + .btn, .hero-links ul li .btn-group-vertical > [type=submit] + a, div.event-module .btn-group-vertical > [type=submit] + a[id*=swCalICalLink], div.event-module .btn-group-vertical > [type=submit] + .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .btn-group-vertical > [type=submit] + a, div.event-module .event-detail-calendarlink .btn-group-vertical > [type=submit] + a, div.event-module .public-ical-feed-wrapper.btn-group-vertical > [type=submit] + a, div.blog .btn-group-vertical > [type=submit] + a.post-summary-read-more, .btn-group-vertical > button + .btn, .hero-links ul li .btn-group-vertical > button + a, div.event-module .btn-group-vertical > button + a[id*=swCalICalLink], div.event-module .btn-group-vertical > button + .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .btn-group-vertical > button + a, div.event-module .event-detail-calendarlink .btn-group-vertical > button + a, div.event-module .public-ical-feed-wrapper.btn-group-vertical > button + a, div.blog .btn-group-vertical > button + a.post-summary-read-more,
    html .btn-group-vertical > [type=button] + .btn,
    html .hero-links ul li .btn-group-vertical > [type=button] + a,
    .hero-links ul li html .btn-group-vertical > [type=button] + a,
    html div.event-module .btn-group-vertical > [type=button] + a[id*=swCalICalLink],
    div.event-module html .btn-group-vertical > [type=button] + a[id*=swCalICalLink],
    html div.event-module .btn-group-vertical > [type=button] + .CalendarMenu__btn--back,
    div.event-module html .btn-group-vertical > [type=button] + .CalendarMenu__btn--back,
    html div.event-module p.event-detail-sharelink .btn-group-vertical > [type=button] + a,
    div.event-module p.event-detail-sharelink html .btn-group-vertical > [type=button] + a,
    html div.event-module .event-detail-calendarlink .btn-group-vertical > [type=button] + a,
    div.event-module .event-detail-calendarlink html .btn-group-vertical > [type=button] + a,
    html div.event-module .public-ical-feed-wrapper.btn-group-vertical > [type=button] + a,
    div.event-module html .public-ical-feed-wrapper.btn-group-vertical > [type=button] + a,
    html div.blog .btn-group-vertical > [type=button] + a.post-summary-read-more,
    div.blog html .btn-group-vertical > [type=button] + a.post-summary-read-more, .btn-group-vertical > .btn + [type=reset], .hero-links ul li .btn-group-vertical > a + [type=reset], div.event-module .btn-group-vertical > a[id*=swCalICalLink] + [type=reset], div.event-module .btn-group-vertical > .CalendarMenu__btn--back + [type=reset], div.event-module p.event-detail-sharelink .btn-group-vertical > a + [type=reset], div.event-module .event-detail-calendarlink .btn-group-vertical > a + [type=reset], div.event-module .public-ical-feed-wrapper.btn-group-vertical > a + [type=reset], div.blog .btn-group-vertical > a.post-summary-read-more + [type=reset], .btn-group-vertical > [type=reset] + [type=reset], .btn-group-vertical > [type=submit] + [type=reset], .btn-group-vertical > button + [type=reset],
    html .btn-group-vertical > [type=button] + [type=reset], .btn-group-vertical > .btn + [type=submit], .hero-links ul li .btn-group-vertical > a + [type=submit], div.event-module .btn-group-vertical > a[id*=swCalICalLink] + [type=submit], div.event-module .btn-group-vertical > .CalendarMenu__btn--back + [type=submit], div.event-module p.event-detail-sharelink .btn-group-vertical > a + [type=submit], div.event-module .event-detail-calendarlink .btn-group-vertical > a + [type=submit], div.event-module .public-ical-feed-wrapper.btn-group-vertical > a + [type=submit], div.blog .btn-group-vertical > a.post-summary-read-more + [type=submit], .btn-group-vertical > [type=reset] + [type=submit], .btn-group-vertical > [type=submit] + [type=submit], .btn-group-vertical > button + [type=submit],
    html .btn-group-vertical > [type=button] + [type=submit], .btn-group-vertical > .btn + button, .hero-links ul li .btn-group-vertical > a + button, div.event-module .btn-group-vertical > a[id*=swCalICalLink] + button, div.event-module .btn-group-vertical > .CalendarMenu__btn--back + button, div.event-module p.event-detail-sharelink .btn-group-vertical > a + button, div.event-module .event-detail-calendarlink .btn-group-vertical > a + button, div.event-module .public-ical-feed-wrapper.btn-group-vertical > a + button, div.blog .btn-group-vertical > a.post-summary-read-more + button, .btn-group-vertical > [type=reset] + button, .btn-group-vertical > [type=submit] + button, .btn-group-vertical > button + button,
    html .btn-group-vertical > [type=button] + button,
    html .btn-group-vertical > .btn + [type=button],
    html .hero-links ul li .btn-group-vertical > a + [type=button],
    .hero-links ul li html .btn-group-vertical > a + [type=button],
    html div.event-module .btn-group-vertical > a[id*=swCalICalLink] + [type=button],
    div.event-module html .btn-group-vertical > a[id*=swCalICalLink] + [type=button],
    html div.event-module .btn-group-vertical > .CalendarMenu__btn--back + [type=button],
    div.event-module html .btn-group-vertical > .CalendarMenu__btn--back + [type=button],
    html div.event-module p.event-detail-sharelink .btn-group-vertical > a + [type=button],
    div.event-module p.event-detail-sharelink html .btn-group-vertical > a + [type=button],
    html div.event-module .event-detail-calendarlink .btn-group-vertical > a + [type=button],
    div.event-module .event-detail-calendarlink html .btn-group-vertical > a + [type=button],
    html div.event-module .public-ical-feed-wrapper.btn-group-vertical > a + [type=button],
    div.event-module html .public-ical-feed-wrapper.btn-group-vertical > a + [type=button],
    html div.blog .btn-group-vertical > a.post-summary-read-more + [type=button],
    div.blog html .btn-group-vertical > a.post-summary-read-more + [type=button],
    html .btn-group-vertical > [type=reset] + [type=button],
    html .btn-group-vertical > [type=submit] + [type=button],
    html .btn-group-vertical > button + [type=button],
    html .btn-group-vertical > [type=button] + [type=button], .btn-group-vertical > .btn + .btn-group, .hero-links ul li .btn-group-vertical > a + .btn-group, div.event-module .btn-group-vertical > a[id*=swCalICalLink] + .btn-group, div.event-module .btn-group-vertical > .CalendarMenu__btn--back + .btn-group, div.event-module p.event-detail-sharelink .btn-group-vertical > a + .btn-group, div.event-module .event-detail-calendarlink .btn-group-vertical > a + .btn-group, div.event-module .public-ical-feed-wrapper.btn-group-vertical > a + .btn-group, div.blog .btn-group-vertical > a.post-summary-read-more + .btn-group, .btn-group-vertical > [type=reset] + .btn-group, .btn-group-vertical > [type=submit] + .btn-group, .btn-group-vertical > button + .btn-group,
    html .btn-group-vertical > [type=button] + .btn-group, .btn-group-vertical > .btn-group + .btn, .hero-links ul li .btn-group-vertical > .btn-group + a, div.event-module .btn-group-vertical > .btn-group + a[id*=swCalICalLink], div.event-module .btn-group-vertical > .btn-group + .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .btn-group-vertical > .btn-group + a, div.event-module .event-detail-calendarlink .btn-group-vertical > .btn-group + a, div.event-module .public-ical-feed-wrapper.btn-group-vertical > .btn-group + a, div.blog .btn-group-vertical > .btn-group + a.post-summary-read-more, .btn-group-vertical > .btn-group + [type=reset], .btn-group-vertical > .btn-group + [type=submit], .btn-group-vertical > .btn-group + button,
    html .btn-group-vertical > .btn-group + [type=button], .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child), .hero-links ul li .btn-group-vertical > a:not(:first-child):not(:last-child), div.event-module .btn-group-vertical > a[id*=swCalICalLink]:not(:first-child):not(:last-child), div.event-module .btn-group-vertical > .CalendarMenu__btn--back:not(:first-child):not(:last-child), div.event-module p.event-detail-sharelink .btn-group-vertical > a:not(:first-child):not(:last-child), div.event-module .event-detail-calendarlink .btn-group-vertical > a:not(:first-child):not(:last-child), div.event-module .public-ical-feed-wrapper.btn-group-vertical > a:not(:first-child):not(:last-child), div.blog .btn-group-vertical > a.post-summary-read-more:not(:first-child):not(:last-child), .btn-group-vertical > [type=reset]:not(:first-child):not(:last-child), .btn-group-vertical > [type=submit]:not(:first-child):not(:last-child), .btn-group-vertical > button:not(:first-child):not(:last-child),
    html .btn-group-vertical > [type=button]:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child), .hero-links ul li .btn-group-vertical > a:first-child:not(:last-child), div.event-module .btn-group-vertical > a[id*=swCalICalLink]:first-child:not(:last-child), div.event-module .btn-group-vertical > .CalendarMenu__btn--back:first-child:not(:last-child), div.event-module p.event-detail-sharelink .btn-group-vertical > a:first-child:not(:last-child), div.event-module .event-detail-calendarlink .btn-group-vertical > a:first-child:not(:last-child), div.event-module .public-ical-feed-wrapper.btn-group-vertical > a:first-child:not(:last-child), div.blog .btn-group-vertical > a.post-summary-read-more:first-child:not(:last-child), .btn-group-vertical > [type=reset]:first-child:not(:last-child), .btn-group-vertical > [type=submit]:first-child:not(:last-child), .btn-group-vertical > button:first-child:not(:last-child),
    html .btn-group-vertical > [type=button]:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child), .hero-links ul li .btn-group-vertical > a:last-child:not(:first-child), div.event-module .btn-group-vertical > a[id*=swCalICalLink]:last-child:not(:first-child), div.event-module .btn-group-vertical > .CalendarMenu__btn--back:last-child:not(:first-child), div.event-module p.event-detail-sharelink .btn-group-vertical > a:last-child:not(:first-child), div.event-module .event-detail-calendarlink .btn-group-vertical > a:last-child:not(:first-child), div.event-module .public-ical-feed-wrapper.btn-group-vertical > a:last-child:not(:first-child), div.blog .btn-group-vertical > a.post-summary-read-more:last-child:not(:first-child), .btn-group-vertical > [type=reset]:last-child:not(:first-child), .btn-group-vertical > [type=submit]:last-child:not(:first-child), .btn-group-vertical > button:last-child:not(:first-child),
    html .btn-group-vertical > [type=button]:last-child:not(:first-child) {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .hero-links ul li .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a, div.event-module .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a[id*=swCalICalLink], div.event-module .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a, div.event-module .event-detail-calendarlink .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a, div.event-module .btn-group-vertical > .public-ical-feed-wrapper.btn-group:not(:first-child):not(:last-child) > a, div.blog .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a.post-summary-read-more, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > [type=reset], .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > [type=submit], .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button,
    html .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > [type=button] {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .hero-links ul li .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child, div.event-module .btn-group-vertical > .btn-group:first-child:not(:last-child) > a[id*=swCalICalLink]:last-child, div.event-module .btn-group-vertical > .btn-group:first-child:not(:last-child) > .CalendarMenu__btn--back:last-child, div.event-module p.event-detail-sharelink .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child, div.event-module .event-detail-calendarlink .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child, div.event-module .btn-group-vertical > .public-ical-feed-wrapper.btn-group:first-child:not(:last-child) > a:last-child, div.blog .btn-group-vertical > .btn-group:first-child:not(:last-child) > a.post-summary-read-more:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > [type=reset]:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > [type=submit]:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child,
    html .btn-group-vertical > .btn-group:first-child:not(:last-child) > [type=button]:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .hero-links ul li .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child, div.event-module .btn-group-vertical > .btn-group:last-child:not(:first-child) > a[id*=swCalICalLink]:first-child, div.event-module .btn-group-vertical > .btn-group:last-child:not(:first-child) > .CalendarMenu__btn--back:first-child, div.event-module p.event-detail-sharelink .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child, div.event-module .event-detail-calendarlink .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child, div.event-module .btn-group-vertical > .public-ical-feed-wrapper.btn-group:last-child:not(:first-child) > a:first-child, div.blog .btn-group-vertical > .btn-group:last-child:not(:first-child) > a.post-summary-read-more:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > [type=reset]:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > [type=submit]:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child,
    html .btn-group-vertical > .btn-group:last-child:not(:first-child) > [type=button]:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .hero-links ul li .btn-group-justified > a, div.event-module .btn-group-justified > a[id*=swCalICalLink], div.event-module .detail-panel p.event-detail-calendarlink .btn-group-justified > a, div.event-module .btn-group-justified > .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .btn-group-justified > a, div.event-module .event-detail-calendarlink .btn-group-justified > a, div.event-module .public-ical-feed-wrapper.btn-group-justified > a, div.blog .btn-group-justified > a.post-summary-read-more, .btn-group-justified > [type=reset], .btn-group-justified > [type=submit], .btn-group-justified > button,
    html .btn-group-justified > [type=button], .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .hero-links ul li a, .hero-links ul li .btn-group-justified > .btn-group a, .btn-group-justified > .btn-group div.event-module a[id*=swCalICalLink], div.event-module .btn-group-justified > .btn-group a[id*=swCalICalLink], .btn-group-justified > .btn-group div.event-module .CalendarMenu__btn--back, div.event-module .btn-group-justified > .btn-group .CalendarMenu__btn--back, .btn-group-justified > .btn-group div.event-module p.event-detail-sharelink a, div.event-module p.event-detail-sharelink .btn-group-justified > .btn-group a, .btn-group-justified > .btn-group div.event-module .event-detail-calendarlink a, div.event-module .event-detail-calendarlink .btn-group-justified > .btn-group a, .btn-group-justified > .btn-group div.event-module .public-ical-feed-wrapper > a, div.event-module .btn-group-justified > .btn-group .public-ical-feed-wrapper > a, .btn-group-justified > .btn-group div.blog a.post-summary-read-more, div.blog .btn-group-justified > .btn-group a.post-summary-read-more, .btn-group-justified > .btn-group [type=reset], .btn-group-justified > .btn-group [type=submit], .btn-group-justified > .btn-group button,
        .btn-group-justified > .btn-group html [type=button],
        html .btn-group-justified > .btn-group [type=button] {
            width: 100%;
        }

[data-toggle=buttons] > .btn > input[type=radio], .hero-links ul li [data-toggle=buttons] > a > input[type=radio], div.event-module [data-toggle=buttons] > a[id*=swCalICalLink] > input[type=radio], div.event-module [data-toggle=buttons] > .CalendarMenu__btn--back > input[type=radio], div.event-module p.event-detail-sharelink [data-toggle=buttons] > a > input[type=radio], div.event-module .event-detail-calendarlink [data-toggle=buttons] > a > input[type=radio], div.event-module .public-ical-feed-wrapper[data-toggle=buttons] > a > input[type=radio], div.blog [data-toggle=buttons] > a.post-summary-read-more > input[type=radio], [data-toggle=buttons] > [type=reset] > input[type=radio], [data-toggle=buttons] > [type=submit] > input[type=radio], [data-toggle=buttons] > button > input[type=radio],
html [data-toggle=buttons] > [type=button] > input[type=radio], [data-toggle=buttons] > .btn > input[type=checkbox], .hero-links ul li [data-toggle=buttons] > a > input[type=checkbox], div.event-module [data-toggle=buttons] > a[id*=swCalICalLink] > input[type=checkbox], div.event-module [data-toggle=buttons] > .CalendarMenu__btn--back > input[type=checkbox], div.event-module p.event-detail-sharelink [data-toggle=buttons] > a > input[type=checkbox], div.event-module .event-detail-calendarlink [data-toggle=buttons] > a > input[type=checkbox], div.event-module .public-ical-feed-wrapper[data-toggle=buttons] > a > input[type=checkbox], div.blog [data-toggle=buttons] > a.post-summary-read-more > input[type=checkbox], [data-toggle=buttons] > [type=reset] > input[type=checkbox], [data-toggle=buttons] > [type=submit] > input[type=checkbox], [data-toggle=buttons] > button > input[type=checkbox],
html [data-toggle=buttons] > [type=button] > input[type=checkbox] {
    display: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .hero-links ul li .input-group-lg > .input-group-btn > a, div.event-module .input-group-lg > .input-group-btn > a[id*=swCalICalLink], div.event-module .input-group-lg > .input-group-btn > .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .input-group-lg > .input-group-btn > a, div.event-module .event-detail-calendarlink .input-group-lg > .input-group-btn > a, div.event-module .input-group-lg > .public-ical-feed-wrapper.input-group-btn > a, div.blog .input-group-lg > .input-group-btn > a.post-summary-read-more, .input-group-lg > .input-group-btn > [type=reset], .input-group-lg > .input-group-btn > [type=submit], .input-group-lg > .input-group-btn > button,
html .input-group-lg > .input-group-btn > [type=button] {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn, .hero-links ul li select.input-group-lg > .input-group-btn > a, div.event-module select.input-group-lg > .input-group-btn > a[id*=swCalICalLink], div.event-module select.input-group-lg > .input-group-btn > .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink select.input-group-lg > .input-group-btn > a, div.event-module .event-detail-calendarlink select.input-group-lg > .input-group-btn > a, div.event-module select.input-group-lg > .public-ical-feed-wrapper.input-group-btn > a, div.blog select.input-group-lg > .input-group-btn > a.post-summary-read-more, select.input-group-lg > .input-group-btn > [type=reset], select.input-group-lg > .input-group-btn > [type=submit], select.input-group-lg > .input-group-btn > button,
html select.input-group-lg > .input-group-btn > [type=button] {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, .hero-links ul li textarea.input-group-lg > .input-group-btn > a, div.event-module textarea.input-group-lg > .input-group-btn > a[id*=swCalICalLink], div.event-module textarea.input-group-lg > .input-group-btn > .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink textarea.input-group-lg > .input-group-btn > a, div.event-module .event-detail-calendarlink textarea.input-group-lg > .input-group-btn > a, div.event-module textarea.input-group-lg > .public-ical-feed-wrapper.input-group-btn > a, div.blog textarea.input-group-lg > .input-group-btn > a.post-summary-read-more, textarea.input-group-lg > .input-group-btn > [type=reset], textarea.input-group-lg > .input-group-btn > [type=submit], textarea.input-group-lg > .input-group-btn > button,
html textarea.input-group-lg > .input-group-btn > [type=button], select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, .hero-links ul li select[multiple].input-group-lg > .input-group-btn > a, div.event-module select[multiple].input-group-lg > .input-group-btn > a[id*=swCalICalLink], div.event-module select[multiple].input-group-lg > .input-group-btn > .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink select[multiple].input-group-lg > .input-group-btn > a, div.event-module .event-detail-calendarlink select[multiple].input-group-lg > .input-group-btn > a, div.event-module select[multiple].input-group-lg > .public-ical-feed-wrapper.input-group-btn > a, div.blog select[multiple].input-group-lg > .input-group-btn > a.post-summary-read-more, select[multiple].input-group-lg > .input-group-btn > [type=reset], select[multiple].input-group-lg > .input-group-btn > [type=submit], select[multiple].input-group-lg > .input-group-btn > button,
html select[multiple].input-group-lg > .input-group-btn > [type=button] {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .hero-links ul li .input-group-sm > .input-group-btn > a, div.event-module .input-group-sm > .input-group-btn > a[id*=swCalICalLink], div.event-module .input-group-sm > .input-group-btn > .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .input-group-sm > .input-group-btn > a, div.event-module .event-detail-calendarlink .input-group-sm > .input-group-btn > a, div.event-module .input-group-sm > .public-ical-feed-wrapper.input-group-btn > a, div.blog .input-group-sm > .input-group-btn > a.post-summary-read-more, .input-group-sm > .input-group-btn > [type=reset], .input-group-sm > .input-group-btn > [type=submit], .input-group-sm > .input-group-btn > button,
html .input-group-sm > .input-group-btn > [type=button] {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn, .hero-links ul li select.input-group-sm > .input-group-btn > a, div.event-module select.input-group-sm > .input-group-btn > a[id*=swCalICalLink], div.event-module select.input-group-sm > .input-group-btn > .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink select.input-group-sm > .input-group-btn > a, div.event-module .event-detail-calendarlink select.input-group-sm > .input-group-btn > a, div.event-module select.input-group-sm > .public-ical-feed-wrapper.input-group-btn > a, div.blog select.input-group-sm > .input-group-btn > a.post-summary-read-more, select.input-group-sm > .input-group-btn > [type=reset], select.input-group-sm > .input-group-btn > [type=submit], select.input-group-sm > .input-group-btn > button,
html select.input-group-sm > .input-group-btn > [type=button] {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, .hero-links ul li textarea.input-group-sm > .input-group-btn > a, div.event-module textarea.input-group-sm > .input-group-btn > a[id*=swCalICalLink], div.event-module textarea.input-group-sm > .input-group-btn > .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink textarea.input-group-sm > .input-group-btn > a, div.event-module .event-detail-calendarlink textarea.input-group-sm > .input-group-btn > a, div.event-module textarea.input-group-sm > .public-ical-feed-wrapper.input-group-btn > a, div.blog textarea.input-group-sm > .input-group-btn > a.post-summary-read-more, textarea.input-group-sm > .input-group-btn > [type=reset], textarea.input-group-sm > .input-group-btn > [type=submit], textarea.input-group-sm > .input-group-btn > button,
html textarea.input-group-sm > .input-group-btn > [type=button], select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, .hero-links ul li select[multiple].input-group-sm > .input-group-btn > a, div.event-module select[multiple].input-group-sm > .input-group-btn > a[id*=swCalICalLink], div.event-module select[multiple].input-group-sm > .input-group-btn > .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink select[multiple].input-group-sm > .input-group-btn > a, div.event-module .event-detail-calendarlink select[multiple].input-group-sm > .input-group-btn > a, div.event-module select[multiple].input-group-sm > .public-ical-feed-wrapper.input-group-btn > a, div.blog select[multiple].input-group-sm > .input-group-btn > a.post-summary-read-more, select[multiple].input-group-sm > .input-group-btn > [type=reset], select[multiple].input-group-sm > .input-group-btn > [type=submit], select[multiple].input-group-sm > .input-group-btn > button,
html select[multiple].input-group-sm > .input-group-btn > [type=button] {
    height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .hero-links ul li .input-group-btn:first-child > a, div.event-module .input-group-btn:first-child > a[id*=swCalICalLink], div.event-module .input-group-btn:first-child > .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .input-group-btn:first-child > a, div.event-module .event-detail-calendarlink .input-group-btn:first-child > a, div.event-module .public-ical-feed-wrapper.input-group-btn:first-child > a, div.blog .input-group-btn:first-child > a.post-summary-read-more, .input-group-btn:first-child > [type=reset], .input-group-btn:first-child > [type=submit], .input-group-btn:first-child > button,
    html .input-group-btn:first-child > [type=button], .input-group-btn:first-child > .btn-group > .btn, .hero-links ul li .input-group-btn:first-child > .btn-group > a, div.event-module .input-group-btn:first-child > .btn-group > a[id*=swCalICalLink], div.event-module .input-group-btn:first-child > .btn-group > .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .input-group-btn:first-child > .btn-group > a, div.event-module .event-detail-calendarlink .input-group-btn:first-child > .btn-group > a, div.event-module .input-group-btn:first-child > .public-ical-feed-wrapper.btn-group > a, div.blog .input-group-btn:first-child > .btn-group > a.post-summary-read-more, .input-group-btn:first-child > .btn-group > [type=reset], .input-group-btn:first-child > .btn-group > [type=submit], .input-group-btn:first-child > .btn-group > button,
    html .input-group-btn:first-child > .btn-group > [type=button], .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .hero-links ul li .input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle), div.event-module .input-group-btn:last-child > a[id*=swCalICalLink]:not(:last-child):not(.dropdown-toggle), div.event-module .input-group-btn:last-child > .CalendarMenu__btn--back:not(:last-child):not(.dropdown-toggle), div.event-module p.event-detail-sharelink .input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle), div.event-module .event-detail-calendarlink .input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle), div.event-module .public-ical-feed-wrapper.input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle), div.blog .input-group-btn:last-child > a.post-summary-read-more:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > [type=reset]:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > [type=submit]:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle),
    html .input-group-btn:last-child > [type=button]:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .hero-links ul li .input-group-btn:last-child > .btn-group:not(:last-child) > a, div.event-module .input-group-btn:last-child > .btn-group:not(:last-child) > a[id*=swCalICalLink], div.event-module .input-group-btn:last-child > .btn-group:not(:last-child) > .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .input-group-btn:last-child > .btn-group:not(:last-child) > a, div.event-module .event-detail-calendarlink .input-group-btn:last-child > .btn-group:not(:last-child) > a, div.event-module .input-group-btn:last-child > .public-ical-feed-wrapper.btn-group:not(:last-child) > a, div.blog .input-group-btn:last-child > .btn-group:not(:last-child) > a.post-summary-read-more, .input-group-btn:last-child > .btn-group:not(:last-child) > [type=reset], .input-group-btn:last-child > .btn-group:not(:last-child) > [type=submit], .input-group-btn:last-child > .btn-group:not(:last-child) > button,
    html .input-group-btn:last-child > .btn-group:not(:last-child) > [type=button] {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .hero-links ul li .input-group-btn:last-child > a, div.event-module .input-group-btn:last-child > a[id*=swCalICalLink], div.event-module .input-group-btn:last-child > .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .input-group-btn:last-child > a, div.event-module .event-detail-calendarlink .input-group-btn:last-child > a, div.event-module .public-ical-feed-wrapper.input-group-btn:last-child > a, div.blog .input-group-btn:last-child > a.post-summary-read-more, .input-group-btn:last-child > [type=reset], .input-group-btn:last-child > [type=submit], .input-group-btn:last-child > button,
    html .input-group-btn:last-child > [type=button], .input-group-btn:last-child > .btn-group > .btn, .hero-links ul li .input-group-btn:last-child > .btn-group > a, div.event-module .input-group-btn:last-child > .btn-group > a[id*=swCalICalLink], div.event-module .input-group-btn:last-child > .btn-group > .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .input-group-btn:last-child > .btn-group > a, div.event-module .event-detail-calendarlink .input-group-btn:last-child > .btn-group > a, div.event-module .input-group-btn:last-child > .public-ical-feed-wrapper.btn-group > a, div.blog .input-group-btn:last-child > .btn-group > a.post-summary-read-more, .input-group-btn:last-child > .btn-group > [type=reset], .input-group-btn:last-child > .btn-group > [type=submit], .input-group-btn:last-child > .btn-group > button,
    html .input-group-btn:last-child > .btn-group > [type=button], .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .hero-links ul li .input-group-btn:first-child > a:not(:first-child), div.event-module .input-group-btn:first-child > a[id*=swCalICalLink]:not(:first-child), div.event-module .input-group-btn:first-child > .CalendarMenu__btn--back:not(:first-child), div.event-module p.event-detail-sharelink .input-group-btn:first-child > a:not(:first-child), div.event-module .event-detail-calendarlink .input-group-btn:first-child > a:not(:first-child), div.event-module .public-ical-feed-wrapper.input-group-btn:first-child > a:not(:first-child), div.blog .input-group-btn:first-child > a.post-summary-read-more:not(:first-child), .input-group-btn:first-child > [type=reset]:not(:first-child), .input-group-btn:first-child > [type=submit]:not(:first-child), .input-group-btn:first-child > button:not(:first-child),
    html .input-group-btn:first-child > [type=button]:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .hero-links ul li .input-group-btn:first-child > .btn-group:not(:first-child) > a, div.event-module .input-group-btn:first-child > .btn-group:not(:first-child) > a[id*=swCalICalLink], div.event-module .input-group-btn:first-child > .btn-group:not(:first-child) > .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .input-group-btn:first-child > .btn-group:not(:first-child) > a, div.event-module .event-detail-calendarlink .input-group-btn:first-child > .btn-group:not(:first-child) > a, div.event-module .input-group-btn:first-child > .public-ical-feed-wrapper.btn-group:not(:first-child) > a, div.blog .input-group-btn:first-child > .btn-group:not(:first-child) > a.post-summary-read-more, .input-group-btn:first-child > .btn-group:not(:first-child) > [type=reset], .input-group-btn:first-child > .btn-group:not(:first-child) > [type=submit], .input-group-btn:first-child > .btn-group:not(:first-child) > button,
    html .input-group-btn:first-child > .btn-group:not(:first-child) > [type=button] {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn, .hero-links ul li .input-group-btn > a, div.event-module .input-group-btn > a[id*=swCalICalLink], div.event-module .detail-panel p.event-detail-calendarlink .input-group-btn > a, div.event-module .input-group-btn > .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .input-group-btn > a, div.event-module .event-detail-calendarlink .input-group-btn > a, div.event-module .public-ical-feed-wrapper.input-group-btn > a, div.blog .input-group-btn > a.post-summary-read-more, .input-group-btn > [type=reset], .input-group-btn > [type=submit], .input-group-btn > button,
    html .input-group-btn > [type=button] {
        position: relative;
    }

        .input-group-btn > .btn + .btn, .hero-links ul li .input-group-btn > a + .btn, .hero-links ul li .input-group-btn > .btn + a, .hero-links ul li .input-group-btn > a + a, div.event-module .input-group-btn > a[id*=swCalICalLink] + .btn, div.event-module .input-group-btn > .btn + a[id*=swCalICalLink], div.event-module .input-group-btn > a[id*=swCalICalLink] + a[id*=swCalICalLink], div.event-module .input-group-btn > .CalendarMenu__btn--back + .btn, div.event-module .hero-links ul li .input-group-btn > .CalendarMenu__btn--back + a, .hero-links ul li div.event-module .input-group-btn > .CalendarMenu__btn--back + a, div.event-module .input-group-btn > .CalendarMenu__btn--back + a[id*=swCalICalLink], div.event-module .input-group-btn > .btn + .CalendarMenu__btn--back, div.event-module .hero-links ul li .input-group-btn > a + .CalendarMenu__btn--back, .hero-links ul li div.event-module .input-group-btn > a + .CalendarMenu__btn--back, div.event-module .input-group-btn > a[id*=swCalICalLink] + .CalendarMenu__btn--back, div.event-module .input-group-btn > .CalendarMenu__btn--back + .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .input-group-btn > a + .btn, div.event-module p.event-detail-sharelink .input-group-btn > a + .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .input-group-btn > .btn + a, div.event-module p.event-detail-sharelink .input-group-btn > .CalendarMenu__btn--back + a, div.event-module p.event-detail-sharelink .input-group-btn > a + a, div.event-module .event-detail-calendarlink .input-group-btn > a + .btn, div.event-module .event-detail-calendarlink .input-group-btn > a + .CalendarMenu__btn--back, div.event-module .event-detail-calendarlink .input-group-btn > .btn + a, div.event-module .event-detail-calendarlink .input-group-btn > .CalendarMenu__btn--back + a, div.event-module .event-detail-calendarlink .input-group-btn > a + a, div.event-module .public-ical-feed-wrapper.input-group-btn > a + .btn, div.event-module .public-ical-feed-wrapper.input-group-btn > a + .CalendarMenu__btn--back, div.event-module .public-ical-feed-wrapper.input-group-btn > .btn + a, div.event-module .public-ical-feed-wrapper.input-group-btn > .CalendarMenu__btn--back + a, div.event-module .public-ical-feed-wrapper.input-group-btn > a + a, div.blog .input-group-btn > a.post-summary-read-more + .btn, div.blog div.event-module .input-group-btn > a.post-summary-read-more + a[id*=swCalICalLink], div.event-module div.blog .input-group-btn > a.post-summary-read-more + a[id*=swCalICalLink], div.blog div.event-module .input-group-btn > a.post-summary-read-more + .CalendarMenu__btn--back, div.event-module div.blog .input-group-btn > a.post-summary-read-more + .CalendarMenu__btn--back, div.blog .input-group-btn > .btn + a.post-summary-read-more, div.blog div.event-module .input-group-btn > a[id*=swCalICalLink] + a.post-summary-read-more, div.event-module div.blog .input-group-btn > a[id*=swCalICalLink] + a.post-summary-read-more, div.blog div.event-module .input-group-btn > .CalendarMenu__btn--back + a.post-summary-read-more, div.event-module div.blog .input-group-btn > .CalendarMenu__btn--back + a.post-summary-read-more, div.blog .input-group-btn > a.post-summary-read-more + a.post-summary-read-more, .input-group-btn > [type=reset] + .btn, .hero-links ul li .input-group-btn > [type=reset] + a, div.event-module .input-group-btn > [type=reset] + a[id*=swCalICalLink], div.event-module .input-group-btn > [type=reset] + .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .input-group-btn > [type=reset] + a, div.event-module .event-detail-calendarlink .input-group-btn > [type=reset] + a, div.event-module .public-ical-feed-wrapper.input-group-btn > [type=reset] + a, div.blog .input-group-btn > [type=reset] + a.post-summary-read-more, .input-group-btn > [type=submit] + .btn, .hero-links ul li .input-group-btn > [type=submit] + a, div.event-module .input-group-btn > [type=submit] + a[id*=swCalICalLink], div.event-module .input-group-btn > [type=submit] + .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .input-group-btn > [type=submit] + a, div.event-module .event-detail-calendarlink .input-group-btn > [type=submit] + a, div.event-module .public-ical-feed-wrapper.input-group-btn > [type=submit] + a, div.blog .input-group-btn > [type=submit] + a.post-summary-read-more, .input-group-btn > button + .btn, .hero-links ul li .input-group-btn > button + a, div.event-module .input-group-btn > button + a[id*=swCalICalLink], div.event-module .input-group-btn > button + .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .input-group-btn > button + a, div.event-module .event-detail-calendarlink .input-group-btn > button + a, div.event-module .public-ical-feed-wrapper.input-group-btn > button + a, div.blog .input-group-btn > button + a.post-summary-read-more,
        html .input-group-btn > [type=button] + .btn,
        html .hero-links ul li .input-group-btn > [type=button] + a,
        .hero-links ul li html .input-group-btn > [type=button] + a,
        html div.event-module .input-group-btn > [type=button] + a[id*=swCalICalLink],
        div.event-module html .input-group-btn > [type=button] + a[id*=swCalICalLink],
        html div.event-module .input-group-btn > [type=button] + .CalendarMenu__btn--back,
        div.event-module html .input-group-btn > [type=button] + .CalendarMenu__btn--back,
        html div.event-module p.event-detail-sharelink .input-group-btn > [type=button] + a,
        div.event-module p.event-detail-sharelink html .input-group-btn > [type=button] + a,
        html div.event-module .event-detail-calendarlink .input-group-btn > [type=button] + a,
        div.event-module .event-detail-calendarlink html .input-group-btn > [type=button] + a,
        html div.event-module .public-ical-feed-wrapper.input-group-btn > [type=button] + a,
        div.event-module html .public-ical-feed-wrapper.input-group-btn > [type=button] + a,
        html div.blog .input-group-btn > [type=button] + a.post-summary-read-more,
        div.blog html .input-group-btn > [type=button] + a.post-summary-read-more, .input-group-btn > .btn + [type=reset], .hero-links ul li .input-group-btn > a + [type=reset], div.event-module .input-group-btn > a[id*=swCalICalLink] + [type=reset], div.event-module .input-group-btn > .CalendarMenu__btn--back + [type=reset], div.event-module p.event-detail-sharelink .input-group-btn > a + [type=reset], div.event-module .event-detail-calendarlink .input-group-btn > a + [type=reset], div.event-module .public-ical-feed-wrapper.input-group-btn > a + [type=reset], div.blog .input-group-btn > a.post-summary-read-more + [type=reset], .input-group-btn > [type=reset] + [type=reset], .input-group-btn > [type=submit] + [type=reset], .input-group-btn > button + [type=reset],
        html .input-group-btn > [type=button] + [type=reset], .input-group-btn > .btn + [type=submit], .hero-links ul li .input-group-btn > a + [type=submit], div.event-module .input-group-btn > a[id*=swCalICalLink] + [type=submit], div.event-module .input-group-btn > .CalendarMenu__btn--back + [type=submit], div.event-module p.event-detail-sharelink .input-group-btn > a + [type=submit], div.event-module .event-detail-calendarlink .input-group-btn > a + [type=submit], div.event-module .public-ical-feed-wrapper.input-group-btn > a + [type=submit], div.blog .input-group-btn > a.post-summary-read-more + [type=submit], .input-group-btn > [type=reset] + [type=submit], .input-group-btn > [type=submit] + [type=submit], .input-group-btn > button + [type=submit],
        html .input-group-btn > [type=button] + [type=submit], .input-group-btn > .btn + button, .hero-links ul li .input-group-btn > a + button, div.event-module .input-group-btn > a[id*=swCalICalLink] + button, div.event-module .input-group-btn > .CalendarMenu__btn--back + button, div.event-module p.event-detail-sharelink .input-group-btn > a + button, div.event-module .event-detail-calendarlink .input-group-btn > a + button, div.event-module .public-ical-feed-wrapper.input-group-btn > a + button, div.blog .input-group-btn > a.post-summary-read-more + button, .input-group-btn > [type=reset] + button, .input-group-btn > [type=submit] + button, .input-group-btn > button + button,
        html .input-group-btn > [type=button] + button,
        html .input-group-btn > .btn + [type=button],
        html .hero-links ul li .input-group-btn > a + [type=button],
        .hero-links ul li html .input-group-btn > a + [type=button],
        html div.event-module .input-group-btn > a[id*=swCalICalLink] + [type=button],
        div.event-module html .input-group-btn > a[id*=swCalICalLink] + [type=button],
        html div.event-module .input-group-btn > .CalendarMenu__btn--back + [type=button],
        div.event-module html .input-group-btn > .CalendarMenu__btn--back + [type=button],
        html div.event-module p.event-detail-sharelink .input-group-btn > a + [type=button],
        div.event-module p.event-detail-sharelink html .input-group-btn > a + [type=button],
        html div.event-module .event-detail-calendarlink .input-group-btn > a + [type=button],
        div.event-module .event-detail-calendarlink html .input-group-btn > a + [type=button],
        html div.event-module .public-ical-feed-wrapper.input-group-btn > a + [type=button],
        div.event-module html .public-ical-feed-wrapper.input-group-btn > a + [type=button],
        html div.blog .input-group-btn > a.post-summary-read-more + [type=button],
        div.blog html .input-group-btn > a.post-summary-read-more + [type=button],
        html .input-group-btn > [type=reset] + [type=button],
        html .input-group-btn > [type=submit] + [type=button],
        html .input-group-btn > button + [type=button],
        html .input-group-btn > [type=button] + [type=button] {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, .hero-links ul li .input-group-btn > a:hover, div.event-module .input-group-btn > a[id*=swCalICalLink]:hover, div.event-module .input-group-btn > .CalendarMenu__btn--back:hover, div.event-module p.event-detail-sharelink .input-group-btn > a:hover, div.event-module .event-detail-calendarlink .input-group-btn > a:hover, div.event-module .public-ical-feed-wrapper.input-group-btn > a:hover, div.blog .input-group-btn > a.post-summary-read-more:hover, .input-group-btn > [type=reset]:hover, .input-group-btn > [type=submit]:hover, .input-group-btn > button:hover,
        html .input-group-btn > [type=button]:hover, .input-group-btn > .btn:focus, .hero-links ul li .input-group-btn > a:focus, div.event-module .input-group-btn > a[id*=swCalICalLink]:focus, div.event-module .input-group-btn > .CalendarMenu__btn--back:focus, div.event-module p.event-detail-sharelink .input-group-btn > a:focus, div.event-module .event-detail-calendarlink .input-group-btn > a:focus, div.event-module .public-ical-feed-wrapper.input-group-btn > a:focus, div.blog .input-group-btn > a.post-summary-read-more:focus, .input-group-btn > [type=reset]:focus, .input-group-btn > [type=submit]:focus, .input-group-btn > button:focus,
        html .input-group-btn > [type=button]:focus, .input-group-btn > .btn:active, .hero-links ul li .input-group-btn > a:active, div.event-module .input-group-btn > a[id*=swCalICalLink]:active, div.event-module .input-group-btn > .CalendarMenu__btn--back:active, div.event-module p.event-detail-sharelink .input-group-btn > a:active, div.event-module .event-detail-calendarlink .input-group-btn > a:active, div.event-module .public-ical-feed-wrapper.input-group-btn > a:active, div.blog .input-group-btn > a.post-summary-read-more:active, .input-group-btn > [type=reset]:active, .input-group-btn > [type=submit]:active, .input-group-btn > button:active,
        html .input-group-btn > [type=button]:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn, .hero-links ul li .input-group-btn:first-child > a, div.event-module .input-group-btn:first-child > a[id*=swCalICalLink], div.event-module .input-group-btn:first-child > .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .input-group-btn:first-child > a, div.event-module .event-detail-calendarlink .input-group-btn:first-child > a, div.event-module .public-ical-feed-wrapper.input-group-btn:first-child > a, div.blog .input-group-btn:first-child > a.post-summary-read-more, .input-group-btn:first-child > [type=reset], .input-group-btn:first-child > [type=submit], .input-group-btn:first-child > button,
    html .input-group-btn:first-child > [type=button], .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn, .hero-links ul li .input-group-btn:last-child > a, div.event-module .input-group-btn:last-child > a[id*=swCalICalLink], div.event-module .input-group-btn:last-child > .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .input-group-btn:last-child > a, div.event-module .event-detail-calendarlink .input-group-btn:last-child > a, div.event-module .public-ical-feed-wrapper.input-group-btn:last-child > a, div.blog .input-group-btn:last-child > a.post-summary-read-more, .input-group-btn:last-child > [type=reset], .input-group-btn:last-child > [type=submit], .input-group-btn:last-child > button,
    html .input-group-btn:last-child > [type=button], .input-group-btn:last-child > .btn-group {
        margin-left: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

        .nav > li.disabled > a {
            color: #999;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #999;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eee;
        border-color: #428bca;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.428571429;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #428bca;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 20px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }

        .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

        .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
            float: none;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-form.navbar-right:last-child {
            margin-right: -15px;
        }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }

        .navbar-text.navbar-right:last-child {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #999;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #999;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #999;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #080808;
        color: #fff;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #999;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/ ";
            padding: 0 5px;
            color: #ccc;
        }

    .breadcrumb > .active {
        color: #999;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.428571429;
            text-decoration: none;
            color: #428bca;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            color: #2a6496;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
        cursor: default;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #999;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #999;
        background-color: #fff;
        cursor: not-allowed;
    }

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

    .label[href]:hover, .label[href]:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

    .label:empty {
        display: none;
    }

.btn .label, .hero-links ul li a .label, div.event-module a[id*=swCalICalLink] .label, div.event-module .detail-panel p.event-detail-calendarlink a .label, div.event-module .CalendarMenu__btn--back .label, div.event-module p.event-detail-sharelink a .label, div.event-module .event-detail-calendarlink a .label, div.event-module .public-ical-feed-wrapper > a .label, div.blog a.post-summary-read-more .label, [type=reset] .label, [type=submit] .label, button .label,
html [type=button] .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #999;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: gray;
    }

.label-primary {
    background-color: #428bca;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #3071a9;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge, .hero-links ul li a .badge, div.event-module a[id*=swCalICalLink] .badge, div.event-module .detail-panel p.event-detail-calendarlink a .badge, div.event-module .CalendarMenu__btn--back .badge, div.event-module p.event-detail-sharelink a .badge, div.event-module .event-detail-calendarlink a .badge, div.event-module .public-ical-feed-wrapper > a .badge, div.blog a.post-summary-read-more .badge, [type=reset] .badge, [type=submit] .badge, button .badge,
html [type=button] .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

    .jumbotron h1, .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

.container .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .thumbnail > img, .thumbnail a > img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #428bca;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4, .alert body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title, body.default div.recent-blog-posts-wrapper ul li .alert a.recent-blog-posts-title {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: 700;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable {
    padding-right: 35px;
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

    .media, .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .list-group-item > .badge {
        float: right;
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px;
        }

a.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover, a.list-group-item:focus {
        text-decoration: none;
        background-color: #f5f5f5;
    }

    a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
        z-index: 2;
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
    }

        a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
            color: inherit;
        }

        a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
            color: #e1edf7;
        }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover, a.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover, a.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover, a.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover, a.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

        .panel > .list-group .list-group-item:first-child {
            border-top: 0;
        }

        .panel > .list-group .list-group-item:last-child {
            border-bottom: 0;
        }

    .panel > .list-group:first-child .list-group-item:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0;
}

    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
        border-top-left-radius: 3px;
    }

    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
        border-top-right-radius: 3px;
    }

    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
        border-bottom-left-radius: 3px;
    }

    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
        border-bottom-right-radius: 3px;
    }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tfoot > tr:first-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tfoot > tr:first-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
        border-top: 0;
    }

    .panel > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
        overflow: hidden;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse .panel-body {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ddd;
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #428bca;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #428bca;
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #428bca;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #d6e9c6;
        }

    .panel-success > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #bce8f1;
        }

    .panel-info > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #faebcc;
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ebccd1;
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ebccd1;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn, .modal-footer .hero-links ul li a + .btn, .hero-links ul li .modal-footer a + .btn, .modal-footer .hero-links ul li .btn + a, .hero-links ul li .modal-footer .btn + a, .modal-footer .hero-links ul li a + a, .hero-links ul li .modal-footer a + a, .modal-footer div.event-module a[id*=swCalICalLink] + .btn, div.event-module .modal-footer a[id*=swCalICalLink] + .btn, .modal-footer div.event-module .btn + a[id*=swCalICalLink], div.event-module .modal-footer .btn + a[id*=swCalICalLink], .modal-footer div.event-module a[id*=swCalICalLink] + a[id*=swCalICalLink], div.event-module .modal-footer a[id*=swCalICalLink] + a[id*=swCalICalLink], .modal-footer div.event-module .CalendarMenu__btn--back + .btn, .modal-footer div.event-module .hero-links ul li .CalendarMenu__btn--back + a, .hero-links ul li .modal-footer div.event-module .CalendarMenu__btn--back + a, .modal-footer div.event-module .CalendarMenu__btn--back + a[id*=swCalICalLink], div.event-module .modal-footer .CalendarMenu__btn--back + .btn, div.event-module .modal-footer .hero-links ul li .CalendarMenu__btn--back + a, .hero-links ul li div.event-module .modal-footer .CalendarMenu__btn--back + a, div.event-module .modal-footer .CalendarMenu__btn--back + a[id*=swCalICalLink], div.event-module .modal-footer .detail-panel p.event-detail-sharelink .CalendarMenu__btn--back + a, div.event-module .modal-footer .detail-panel p.event-detail-calendarlink .CalendarMenu__btn--back + a, .modal-footer div.event-module .btn + .CalendarMenu__btn--back, .modal-footer div.event-module .hero-links ul li a + .CalendarMenu__btn--back, .hero-links ul li .modal-footer div.event-module a + .CalendarMenu__btn--back, .modal-footer div.event-module a[id*=swCalICalLink] + .CalendarMenu__btn--back, div.event-module .modal-footer .btn + .CalendarMenu__btn--back, div.event-module .modal-footer .hero-links ul li a + .CalendarMenu__btn--back, .hero-links ul li div.event-module .modal-footer a + .CalendarMenu__btn--back, div.event-module .modal-footer a[id*=swCalICalLink] + .CalendarMenu__btn--back, div.event-module .modal-footer .detail-panel p.event-detail-sharelink a + .CalendarMenu__btn--back, div.event-module .modal-footer .detail-panel p.event-detail-calendarlink a + .CalendarMenu__btn--back, .modal-footer div.event-module .CalendarMenu__btn--back + .CalendarMenu__btn--back, div.event-module .modal-footer .CalendarMenu__btn--back + .CalendarMenu__btn--back, .modal-footer div.event-module p.event-detail-sharelink a + .btn, .modal-footer div.event-module p.event-detail-sharelink a + .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .modal-footer a + .btn, div.event-module p.event-detail-sharelink .modal-footer a + .CalendarMenu__btn--back, .modal-footer div.event-module p.event-detail-sharelink .btn + a, .modal-footer div.event-module p.event-detail-sharelink .CalendarMenu__btn--back + a, div.event-module p.event-detail-sharelink .modal-footer .btn + a, div.event-module p.event-detail-sharelink .modal-footer .CalendarMenu__btn--back + a, .modal-footer div.event-module p.event-detail-sharelink a + a, div.event-module p.event-detail-sharelink .modal-footer a + a, .modal-footer div.event-module .event-detail-calendarlink a + .btn, .modal-footer div.event-module .event-detail-calendarlink a + .CalendarMenu__btn--back, div.event-module .event-detail-calendarlink .modal-footer a + .btn, div.event-module .event-detail-calendarlink .modal-footer a + .CalendarMenu__btn--back, .modal-footer div.event-module .event-detail-calendarlink .btn + a, .modal-footer div.event-module .event-detail-calendarlink .CalendarMenu__btn--back + a, div.event-module .event-detail-calendarlink .modal-footer .btn + a, div.event-module .event-detail-calendarlink .modal-footer .CalendarMenu__btn--back + a, .modal-footer div.event-module .event-detail-calendarlink a + a, div.event-module .event-detail-calendarlink .modal-footer a + a, .modal-footer div.event-module .public-ical-feed-wrapper > a + .btn, .modal-footer div.event-module .public-ical-feed-wrapper > a + .CalendarMenu__btn--back, div.event-module .modal-footer .public-ical-feed-wrapper > a + .btn, div.event-module .modal-footer .public-ical-feed-wrapper > a + .CalendarMenu__btn--back, .modal-footer div.event-module .public-ical-feed-wrapper > .btn + a, .modal-footer div.event-module .public-ical-feed-wrapper > .CalendarMenu__btn--back + a, div.event-module .modal-footer .public-ical-feed-wrapper > .btn + a, div.event-module .modal-footer .public-ical-feed-wrapper > .CalendarMenu__btn--back + a, .modal-footer div.event-module .public-ical-feed-wrapper > a + a, div.event-module .modal-footer .public-ical-feed-wrapper > a + a, .modal-footer div.blog a.post-summary-read-more + .btn, .modal-footer div.blog div.event-module a.post-summary-read-more + a[id*=swCalICalLink], div.event-module .modal-footer div.blog a.post-summary-read-more + a[id*=swCalICalLink], .modal-footer div.blog div.event-module a.post-summary-read-more + .CalendarMenu__btn--back, div.event-module .modal-footer div.blog a.post-summary-read-more + .CalendarMenu__btn--back, div.blog .modal-footer a.post-summary-read-more + .btn, div.blog .modal-footer div.event-module a.post-summary-read-more + a[id*=swCalICalLink], div.event-module div.blog .modal-footer a.post-summary-read-more + a[id*=swCalICalLink], div.blog .modal-footer div.event-module a.post-summary-read-more + .CalendarMenu__btn--back, div.event-module div.blog .modal-footer a.post-summary-read-more + .CalendarMenu__btn--back, .modal-footer div.blog .btn + a.post-summary-read-more, .modal-footer div.blog div.event-module a[id*=swCalICalLink] + a.post-summary-read-more, div.event-module .modal-footer div.blog a[id*=swCalICalLink] + a.post-summary-read-more, .modal-footer div.blog div.event-module .CalendarMenu__btn--back + a.post-summary-read-more, div.event-module .modal-footer div.blog .CalendarMenu__btn--back + a.post-summary-read-more, div.blog .modal-footer .btn + a.post-summary-read-more, div.blog .modal-footer div.event-module a[id*=swCalICalLink] + a.post-summary-read-more, div.event-module div.blog .modal-footer a[id*=swCalICalLink] + a.post-summary-read-more, div.blog .modal-footer div.event-module .CalendarMenu__btn--back + a.post-summary-read-more, div.event-module div.blog .modal-footer .CalendarMenu__btn--back + a.post-summary-read-more, .modal-footer div.blog a.post-summary-read-more + a.post-summary-read-more, div.blog .modal-footer a.post-summary-read-more + a.post-summary-read-more, .modal-footer [type=reset] + .btn, .modal-footer .hero-links ul li [type=reset] + a, .hero-links ul li .modal-footer [type=reset] + a, .modal-footer div.event-module [type=reset] + a[id*=swCalICalLink], div.event-module .modal-footer [type=reset] + a[id*=swCalICalLink], .modal-footer div.event-module [type=reset] + .CalendarMenu__btn--back, div.event-module .modal-footer [type=reset] + .CalendarMenu__btn--back, .modal-footer div.event-module p.event-detail-sharelink [type=reset] + a, div.event-module p.event-detail-sharelink .modal-footer [type=reset] + a, .modal-footer div.event-module .event-detail-calendarlink [type=reset] + a, div.event-module .event-detail-calendarlink .modal-footer [type=reset] + a, .modal-footer div.event-module .public-ical-feed-wrapper > [type=reset] + a, div.event-module .modal-footer .public-ical-feed-wrapper > [type=reset] + a, .modal-footer div.blog [type=reset] + a.post-summary-read-more, div.blog .modal-footer [type=reset] + a.post-summary-read-more, .modal-footer [type=submit] + .btn, .modal-footer .hero-links ul li [type=submit] + a, .hero-links ul li .modal-footer [type=submit] + a, .modal-footer div.event-module [type=submit] + a[id*=swCalICalLink], div.event-module .modal-footer [type=submit] + a[id*=swCalICalLink], .modal-footer div.event-module [type=submit] + .CalendarMenu__btn--back, div.event-module .modal-footer [type=submit] + .CalendarMenu__btn--back, .modal-footer div.event-module p.event-detail-sharelink [type=submit] + a, div.event-module p.event-detail-sharelink .modal-footer [type=submit] + a, .modal-footer div.event-module .event-detail-calendarlink [type=submit] + a, div.event-module .event-detail-calendarlink .modal-footer [type=submit] + a, .modal-footer div.event-module .public-ical-feed-wrapper > [type=submit] + a, div.event-module .modal-footer .public-ical-feed-wrapper > [type=submit] + a, .modal-footer div.blog [type=submit] + a.post-summary-read-more, div.blog .modal-footer [type=submit] + a.post-summary-read-more, .modal-footer button + .btn, .modal-footer .hero-links ul li button + a, .hero-links ul li .modal-footer button + a, .modal-footer div.event-module button + a[id*=swCalICalLink], div.event-module .modal-footer button + a[id*=swCalICalLink], .modal-footer div.event-module button + .CalendarMenu__btn--back, div.event-module .modal-footer button + .CalendarMenu__btn--back, .modal-footer div.event-module p.event-detail-sharelink button + a, div.event-module p.event-detail-sharelink .modal-footer button + a, .modal-footer div.event-module .event-detail-calendarlink button + a, div.event-module .event-detail-calendarlink .modal-footer button + a, .modal-footer div.event-module .public-ical-feed-wrapper > button + a, div.event-module .modal-footer .public-ical-feed-wrapper > button + a, .modal-footer div.blog button + a.post-summary-read-more, div.blog .modal-footer button + a.post-summary-read-more,
    .modal-footer html [type=button] + .btn,
    .modal-footer html .hero-links ul li [type=button] + a,
    .hero-links ul li .modal-footer html [type=button] + a,
    .modal-footer html div.event-module [type=button] + a[id*=swCalICalLink],
    div.event-module .modal-footer html [type=button] + a[id*=swCalICalLink],
    .modal-footer html div.event-module [type=button] + .CalendarMenu__btn--back,
    div.event-module .modal-footer html [type=button] + .CalendarMenu__btn--back,
    .modal-footer html div.event-module p.event-detail-sharelink [type=button] + a,
    div.event-module p.event-detail-sharelink .modal-footer html [type=button] + a,
    .modal-footer html div.event-module .event-detail-calendarlink [type=button] + a,
    div.event-module .event-detail-calendarlink .modal-footer html [type=button] + a,
    .modal-footer html div.event-module .public-ical-feed-wrapper > [type=button] + a,
    div.event-module .modal-footer html .public-ical-feed-wrapper > [type=button] + a,
    .modal-footer html div.blog [type=button] + a.post-summary-read-more,
    div.blog .modal-footer html [type=button] + a.post-summary-read-more,
    html .modal-footer [type=button] + .btn,
    html .modal-footer .hero-links ul li [type=button] + a,
    .hero-links ul li html .modal-footer [type=button] + a,
    html .modal-footer div.event-module [type=button] + a[id*=swCalICalLink],
    div.event-module html .modal-footer [type=button] + a[id*=swCalICalLink],
    html .modal-footer div.event-module [type=button] + .CalendarMenu__btn--back,
    div.event-module html .modal-footer [type=button] + .CalendarMenu__btn--back,
    html .modal-footer div.event-module p.event-detail-sharelink [type=button] + a,
    div.event-module p.event-detail-sharelink html .modal-footer [type=button] + a,
    html .modal-footer div.event-module .event-detail-calendarlink [type=button] + a,
    div.event-module .event-detail-calendarlink html .modal-footer [type=button] + a,
    html .modal-footer div.event-module .public-ical-feed-wrapper > [type=button] + a,
    div.event-module html .modal-footer .public-ical-feed-wrapper > [type=button] + a,
    html .modal-footer div.blog [type=button] + a.post-summary-read-more,
    div.blog html .modal-footer [type=button] + a.post-summary-read-more, .modal-footer .btn + [type=reset], .modal-footer .hero-links ul li a + [type=reset], .hero-links ul li .modal-footer a + [type=reset], .modal-footer div.event-module a[id*=swCalICalLink] + [type=reset], div.event-module .modal-footer a[id*=swCalICalLink] + [type=reset], .modal-footer div.event-module .CalendarMenu__btn--back + [type=reset], div.event-module .modal-footer .CalendarMenu__btn--back + [type=reset], .modal-footer div.event-module p.event-detail-sharelink a + [type=reset], div.event-module p.event-detail-sharelink .modal-footer a + [type=reset], .modal-footer div.event-module .event-detail-calendarlink a + [type=reset], div.event-module .event-detail-calendarlink .modal-footer a + [type=reset], .modal-footer div.event-module .public-ical-feed-wrapper > a + [type=reset], div.event-module .modal-footer .public-ical-feed-wrapper > a + [type=reset], .modal-footer div.blog a.post-summary-read-more + [type=reset], div.blog .modal-footer a.post-summary-read-more + [type=reset], .modal-footer [type=reset] + [type=reset], .modal-footer [type=submit] + [type=reset], .modal-footer button + [type=reset],
    .modal-footer html [type=button] + [type=reset],
    html .modal-footer [type=button] + [type=reset], .modal-footer .btn + [type=submit], .modal-footer .hero-links ul li a + [type=submit], .hero-links ul li .modal-footer a + [type=submit], .modal-footer div.event-module a[id*=swCalICalLink] + [type=submit], div.event-module .modal-footer a[id*=swCalICalLink] + [type=submit], .modal-footer div.event-module .CalendarMenu__btn--back + [type=submit], div.event-module .modal-footer .CalendarMenu__btn--back + [type=submit], .modal-footer div.event-module p.event-detail-sharelink a + [type=submit], div.event-module p.event-detail-sharelink .modal-footer a + [type=submit], .modal-footer div.event-module .event-detail-calendarlink a + [type=submit], div.event-module .event-detail-calendarlink .modal-footer a + [type=submit], .modal-footer div.event-module .public-ical-feed-wrapper > a + [type=submit], div.event-module .modal-footer .public-ical-feed-wrapper > a + [type=submit], .modal-footer div.blog a.post-summary-read-more + [type=submit], div.blog .modal-footer a.post-summary-read-more + [type=submit], .modal-footer [type=reset] + [type=submit], .modal-footer [type=submit] + [type=submit], .modal-footer button + [type=submit],
    .modal-footer html [type=button] + [type=submit],
    html .modal-footer [type=button] + [type=submit], .modal-footer .btn + button, .modal-footer .hero-links ul li a + button, .hero-links ul li .modal-footer a + button, .modal-footer div.event-module a[id*=swCalICalLink] + button, div.event-module .modal-footer a[id*=swCalICalLink] + button, .modal-footer div.event-module .CalendarMenu__btn--back + button, div.event-module .modal-footer .CalendarMenu__btn--back + button, .modal-footer div.event-module p.event-detail-sharelink a + button, div.event-module p.event-detail-sharelink .modal-footer a + button, .modal-footer div.event-module .event-detail-calendarlink a + button, div.event-module .event-detail-calendarlink .modal-footer a + button, .modal-footer div.event-module .public-ical-feed-wrapper > a + button, div.event-module .modal-footer .public-ical-feed-wrapper > a + button, .modal-footer div.blog a.post-summary-read-more + button, div.blog .modal-footer a.post-summary-read-more + button, .modal-footer [type=reset] + button, .modal-footer [type=submit] + button, .modal-footer button + button,
    .modal-footer html [type=button] + button,
    html .modal-footer [type=button] + button,
    .modal-footer html .btn + [type=button],
    .modal-footer html .hero-links ul li a + [type=button],
    .hero-links ul li .modal-footer html a + [type=button],
    .modal-footer html div.event-module a[id*=swCalICalLink] + [type=button],
    div.event-module .modal-footer html a[id*=swCalICalLink] + [type=button],
    .modal-footer html div.event-module .CalendarMenu__btn--back + [type=button],
    div.event-module .modal-footer html .CalendarMenu__btn--back + [type=button],
    .modal-footer html div.event-module p.event-detail-sharelink a + [type=button],
    div.event-module p.event-detail-sharelink .modal-footer html a + [type=button],
    .modal-footer html div.event-module .event-detail-calendarlink a + [type=button],
    div.event-module .event-detail-calendarlink .modal-footer html a + [type=button],
    .modal-footer html div.event-module .public-ical-feed-wrapper > a + [type=button],
    div.event-module .modal-footer html .public-ical-feed-wrapper > a + [type=button],
    .modal-footer html div.blog a.post-summary-read-more + [type=button],
    div.blog .modal-footer html a.post-summary-read-more + [type=button],
    html .modal-footer .btn + [type=button],
    html .modal-footer .hero-links ul li a + [type=button],
    .hero-links ul li html .modal-footer a + [type=button],
    html .modal-footer div.event-module a[id*=swCalICalLink] + [type=button],
    div.event-module html .modal-footer a[id*=swCalICalLink] + [type=button],
    html .modal-footer div.event-module .CalendarMenu__btn--back + [type=button],
    div.event-module html .modal-footer .CalendarMenu__btn--back + [type=button],
    html .modal-footer div.event-module p.event-detail-sharelink a + [type=button],
    div.event-module p.event-detail-sharelink html .modal-footer a + [type=button],
    html .modal-footer div.event-module .event-detail-calendarlink a + [type=button],
    div.event-module .event-detail-calendarlink html .modal-footer a + [type=button],
    html .modal-footer div.event-module .public-ical-feed-wrapper > a + [type=button],
    div.event-module html .modal-footer .public-ical-feed-wrapper > a + [type=button],
    html .modal-footer div.blog a.post-summary-read-more + [type=button],
    div.blog html .modal-footer a.post-summary-read-more + [type=button],
    .modal-footer html [type=reset] + [type=button],
    html .modal-footer [type=reset] + [type=button],
    .modal-footer html [type=submit] + [type=button],
    html .modal-footer [type=submit] + [type=button],
    .modal-footer html button + [type=button],
    html .modal-footer button + [type=button],
    .modal-footer html [type=button] + [type=button],
    html .modal-footer [type=button] + [type=button] {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .hero-links ul li a + .btn, .hero-links ul li .modal-footer .btn-group a + .btn, .modal-footer .btn-group .hero-links ul li .btn + a, .hero-links ul li .modal-footer .btn-group .btn + a, .modal-footer .btn-group .hero-links ul li a + a, .hero-links ul li .modal-footer .btn-group a + a, .modal-footer .btn-group div.event-module a[id*=swCalICalLink] + .btn, div.event-module .modal-footer .btn-group a[id*=swCalICalLink] + .btn, .modal-footer .btn-group div.event-module .btn + a[id*=swCalICalLink], div.event-module .modal-footer .btn-group .btn + a[id*=swCalICalLink], .modal-footer .btn-group div.event-module a[id*=swCalICalLink] + a[id*=swCalICalLink], div.event-module .modal-footer .btn-group a[id*=swCalICalLink] + a[id*=swCalICalLink], .modal-footer .btn-group div.event-module .CalendarMenu__btn--back + .btn, .modal-footer .btn-group div.event-module .hero-links ul li .CalendarMenu__btn--back + a, .hero-links ul li .modal-footer .btn-group div.event-module .CalendarMenu__btn--back + a, .modal-footer .btn-group div.event-module .CalendarMenu__btn--back + a[id*=swCalICalLink], div.event-module .modal-footer .btn-group .CalendarMenu__btn--back + .btn, div.event-module .modal-footer .btn-group .hero-links ul li .CalendarMenu__btn--back + a, .hero-links ul li div.event-module .modal-footer .btn-group .CalendarMenu__btn--back + a, div.event-module .modal-footer .btn-group .CalendarMenu__btn--back + a[id*=swCalICalLink], div.event-module .modal-footer .btn-group .detail-panel p.event-detail-sharelink .CalendarMenu__btn--back + a, div.event-module .modal-footer .btn-group .detail-panel p.event-detail-calendarlink .CalendarMenu__btn--back + a, .modal-footer .btn-group div.event-module .btn + .CalendarMenu__btn--back, .modal-footer .btn-group div.event-module .hero-links ul li a + .CalendarMenu__btn--back, .hero-links ul li .modal-footer .btn-group div.event-module a + .CalendarMenu__btn--back, .modal-footer .btn-group div.event-module a[id*=swCalICalLink] + .CalendarMenu__btn--back, div.event-module .modal-footer .btn-group .btn + .CalendarMenu__btn--back, div.event-module .modal-footer .btn-group .hero-links ul li a + .CalendarMenu__btn--back, .hero-links ul li div.event-module .modal-footer .btn-group a + .CalendarMenu__btn--back, div.event-module .modal-footer .btn-group a[id*=swCalICalLink] + .CalendarMenu__btn--back, div.event-module .modal-footer .btn-group .detail-panel p.event-detail-sharelink a + .CalendarMenu__btn--back, div.event-module .modal-footer .btn-group .detail-panel p.event-detail-calendarlink a + .CalendarMenu__btn--back, .modal-footer .btn-group div.event-module .CalendarMenu__btn--back + .CalendarMenu__btn--back, div.event-module .modal-footer .btn-group .CalendarMenu__btn--back + .CalendarMenu__btn--back, .modal-footer .btn-group div.event-module p.event-detail-sharelink a + .btn, .modal-footer .btn-group div.event-module p.event-detail-sharelink a + .CalendarMenu__btn--back, div.event-module p.event-detail-sharelink .modal-footer .btn-group a + .btn, div.event-module p.event-detail-sharelink .modal-footer .btn-group a + .CalendarMenu__btn--back, .modal-footer .btn-group div.event-module p.event-detail-sharelink .btn + a, .modal-footer .btn-group div.event-module p.event-detail-sharelink .CalendarMenu__btn--back + a, div.event-module p.event-detail-sharelink .modal-footer .btn-group .btn + a, div.event-module p.event-detail-sharelink .modal-footer .btn-group .CalendarMenu__btn--back + a, .modal-footer .btn-group div.event-module p.event-detail-sharelink a + a, div.event-module p.event-detail-sharelink .modal-footer .btn-group a + a, .modal-footer .btn-group div.event-module .event-detail-calendarlink a + .btn, .modal-footer .btn-group div.event-module .event-detail-calendarlink a + .CalendarMenu__btn--back, div.event-module .event-detail-calendarlink .modal-footer .btn-group a + .btn, div.event-module .event-detail-calendarlink .modal-footer .btn-group a + .CalendarMenu__btn--back, .modal-footer .btn-group div.event-module .event-detail-calendarlink .btn + a, .modal-footer .btn-group div.event-module .event-detail-calendarlink .CalendarMenu__btn--back + a, div.event-module .event-detail-calendarlink .modal-footer .btn-group .btn + a, div.event-module .event-detail-calendarlink .modal-footer .btn-group .CalendarMenu__btn--back + a, .modal-footer .btn-group div.event-module .event-detail-calendarlink a + a, div.event-module .event-detail-calendarlink .modal-footer .btn-group a + a, .modal-footer .btn-group div.event-module .public-ical-feed-wrapper > a + .btn, .modal-footer .btn-group div.event-module .public-ical-feed-wrapper > a + .CalendarMenu__btn--back, div.event-module .modal-footer .btn-group .public-ical-feed-wrapper > a + .btn, div.event-module .modal-footer .btn-group .public-ical-feed-wrapper > a + .CalendarMenu__btn--back, .modal-footer .btn-group div.event-module .public-ical-feed-wrapper > .btn + a, .modal-footer .btn-group div.event-module .public-ical-feed-wrapper > .CalendarMenu__btn--back + a, div.event-module .modal-footer .btn-group .public-ical-feed-wrapper > .btn + a, div.event-module .modal-footer .btn-group .public-ical-feed-wrapper > .CalendarMenu__btn--back + a, .modal-footer .btn-group div.event-module .public-ical-feed-wrapper > a + a, div.event-module .modal-footer .btn-group .public-ical-feed-wrapper > a + a, .modal-footer .btn-group div.blog a.post-summary-read-more + .btn, .modal-footer .btn-group div.blog div.event-module a.post-summary-read-more + a[id*=swCalICalLink], div.event-module .modal-footer .btn-group div.blog a.post-summary-read-more + a[id*=swCalICalLink], .modal-footer .btn-group div.blog div.event-module a.post-summary-read-more + .CalendarMenu__btn--back, div.event-module .modal-footer .btn-group div.blog a.post-summary-read-more + .CalendarMenu__btn--back, div.blog .modal-footer .btn-group a.post-summary-read-more + .btn, div.blog .modal-footer .btn-group div.event-module a.post-summary-read-more + a[id*=swCalICalLink], div.event-module div.blog .modal-footer .btn-group a.post-summary-read-more + a[id*=swCalICalLink], div.blog .modal-footer .btn-group div.event-module a.post-summary-read-more + .CalendarMenu__btn--back, div.event-module div.blog .modal-footer .btn-group a.post-summary-read-more + .CalendarMenu__btn--back, .modal-footer .btn-group div.blog .btn + a.post-summary-read-more, .modal-footer .btn-group div.blog div.event-module a[id*=swCalICalLink] + a.post-summary-read-more, div.event-module .modal-footer .btn-group div.blog a[id*=swCalICalLink] + a.post-summary-read-more, .modal-footer .btn-group div.blog div.event-module .CalendarMenu__btn--back + a.post-summary-read-more, div.event-module .modal-footer .btn-group div.blog .CalendarMenu__btn--back + a.post-summary-read-more, div.blog .modal-footer .btn-group .btn + a.post-summary-read-more, div.blog .modal-footer .btn-group div.event-module a[id*=swCalICalLink] + a.post-summary-read-more, div.event-module div.blog .modal-footer .btn-group a[id*=swCalICalLink] + a.post-summary-read-more, div.blog .modal-footer .btn-group div.event-module .CalendarMenu__btn--back + a.post-summary-read-more, div.event-module div.blog .modal-footer .btn-group .CalendarMenu__btn--back + a.post-summary-read-more, .modal-footer .btn-group div.blog a.post-summary-read-more + a.post-summary-read-more, div.blog .modal-footer .btn-group a.post-summary-read-more + a.post-summary-read-more, .modal-footer .btn-group [type=reset] + .btn, .modal-footer .btn-group .hero-links ul li [type=reset] + a, .hero-links ul li .modal-footer .btn-group [type=reset] + a, .modal-footer .btn-group div.event-module [type=reset] + a[id*=swCalICalLink], div.event-module .modal-footer .btn-group [type=reset] + a[id*=swCalICalLink], .modal-footer .btn-group div.event-module [type=reset] + .CalendarMenu__btn--back, div.event-module .modal-footer .btn-group [type=reset] + .CalendarMenu__btn--back, .modal-footer .btn-group div.event-module p.event-detail-sharelink [type=reset] + a, div.event-module p.event-detail-sharelink .modal-footer .btn-group [type=reset] + a, .modal-footer .btn-group div.event-module .event-detail-calendarlink [type=reset] + a, div.event-module .event-detail-calendarlink .modal-footer .btn-group [type=reset] + a, .modal-footer .btn-group div.event-module .public-ical-feed-wrapper > [type=reset] + a, div.event-module .modal-footer .btn-group .public-ical-feed-wrapper > [type=reset] + a, .modal-footer .btn-group div.blog [type=reset] + a.post-summary-read-more, div.blog .modal-footer .btn-group [type=reset] + a.post-summary-read-more, .modal-footer .btn-group [type=submit] + .btn, .modal-footer .btn-group .hero-links ul li [type=submit] + a, .hero-links ul li .modal-footer .btn-group [type=submit] + a, .modal-footer .btn-group div.event-module [type=submit] + a[id*=swCalICalLink], div.event-module .modal-footer .btn-group [type=submit] + a[id*=swCalICalLink], .modal-footer .btn-group div.event-module [type=submit] + .CalendarMenu__btn--back, div.event-module .modal-footer .btn-group [type=submit] + .CalendarMenu__btn--back, .modal-footer .btn-group div.event-module p.event-detail-sharelink [type=submit] + a, div.event-module p.event-detail-sharelink .modal-footer .btn-group [type=submit] + a, .modal-footer .btn-group div.event-module .event-detail-calendarlink [type=submit] + a, div.event-module .event-detail-calendarlink .modal-footer .btn-group [type=submit] + a, .modal-footer .btn-group div.event-module .public-ical-feed-wrapper > [type=submit] + a, div.event-module .modal-footer .btn-group .public-ical-feed-wrapper > [type=submit] + a, .modal-footer .btn-group div.blog [type=submit] + a.post-summary-read-more, div.blog .modal-footer .btn-group [type=submit] + a.post-summary-read-more, .modal-footer .btn-group button + .btn, .modal-footer .btn-group .hero-links ul li button + a, .hero-links ul li .modal-footer .btn-group button + a, .modal-footer .btn-group div.event-module button + a[id*=swCalICalLink], div.event-module .modal-footer .btn-group button + a[id*=swCalICalLink], .modal-footer .btn-group div.event-module button + .CalendarMenu__btn--back, div.event-module .modal-footer .btn-group button + .CalendarMenu__btn--back, .modal-footer .btn-group div.event-module p.event-detail-sharelink button + a, div.event-module p.event-detail-sharelink .modal-footer .btn-group button + a, .modal-footer .btn-group div.event-module .event-detail-calendarlink button + a, div.event-module .event-detail-calendarlink .modal-footer .btn-group button + a, .modal-footer .btn-group div.event-module .public-ical-feed-wrapper > button + a, div.event-module .modal-footer .btn-group .public-ical-feed-wrapper > button + a, .modal-footer .btn-group div.blog button + a.post-summary-read-more, div.blog .modal-footer .btn-group button + a.post-summary-read-more,
    .modal-footer .btn-group html [type=button] + .btn,
    .modal-footer .btn-group html .hero-links ul li [type=button] + a,
    .hero-links ul li .modal-footer .btn-group html [type=button] + a,
    .modal-footer .btn-group html div.event-module [type=button] + a[id*=swCalICalLink],
    div.event-module .modal-footer .btn-group html [type=button] + a[id*=swCalICalLink],
    .modal-footer .btn-group html div.event-module [type=button] + .CalendarMenu__btn--back,
    div.event-module .modal-footer .btn-group html [type=button] + .CalendarMenu__btn--back,
    .modal-footer .btn-group html div.event-module p.event-detail-sharelink [type=button] + a,
    div.event-module p.event-detail-sharelink .modal-footer .btn-group html [type=button] + a,
    .modal-footer .btn-group html div.event-module .event-detail-calendarlink [type=button] + a,
    div.event-module .event-detail-calendarlink .modal-footer .btn-group html [type=button] + a,
    .modal-footer .btn-group html div.event-module .public-ical-feed-wrapper > [type=button] + a,
    div.event-module .modal-footer .btn-group html .public-ical-feed-wrapper > [type=button] + a,
    .modal-footer .btn-group html div.blog [type=button] + a.post-summary-read-more,
    div.blog .modal-footer .btn-group html [type=button] + a.post-summary-read-more,
    html .modal-footer .btn-group [type=button] + .btn,
    html .modal-footer .btn-group .hero-links ul li [type=button] + a,
    .hero-links ul li html .modal-footer .btn-group [type=button] + a,
    html .modal-footer .btn-group div.event-module [type=button] + a[id*=swCalICalLink],
    div.event-module html .modal-footer .btn-group [type=button] + a[id*=swCalICalLink],
    html .modal-footer .btn-group div.event-module [type=button] + .CalendarMenu__btn--back,
    div.event-module html .modal-footer .btn-group [type=button] + .CalendarMenu__btn--back,
    html .modal-footer .btn-group div.event-module p.event-detail-sharelink [type=button] + a,
    div.event-module p.event-detail-sharelink html .modal-footer .btn-group [type=button] + a,
    html .modal-footer .btn-group div.event-module .event-detail-calendarlink [type=button] + a,
    div.event-module .event-detail-calendarlink html .modal-footer .btn-group [type=button] + a,
    html .modal-footer .btn-group div.event-module .public-ical-feed-wrapper > [type=button] + a,
    div.event-module html .modal-footer .btn-group .public-ical-feed-wrapper > [type=button] + a,
    html .modal-footer .btn-group div.blog [type=button] + a.post-summary-read-more,
    div.blog html .modal-footer .btn-group [type=button] + a.post-summary-read-more, .modal-footer .btn-group .btn + [type=reset], .modal-footer .btn-group .hero-links ul li a + [type=reset], .hero-links ul li .modal-footer .btn-group a + [type=reset], .modal-footer .btn-group div.event-module a[id*=swCalICalLink] + [type=reset], div.event-module .modal-footer .btn-group a[id*=swCalICalLink] + [type=reset], .modal-footer .btn-group div.event-module .CalendarMenu__btn--back + [type=reset], div.event-module .modal-footer .btn-group .CalendarMenu__btn--back + [type=reset], .modal-footer .btn-group div.event-module p.event-detail-sharelink a + [type=reset], div.event-module p.event-detail-sharelink .modal-footer .btn-group a + [type=reset], .modal-footer .btn-group div.event-module .event-detail-calendarlink a + [type=reset], div.event-module .event-detail-calendarlink .modal-footer .btn-group a + [type=reset], .modal-footer .btn-group div.event-module .public-ical-feed-wrapper > a + [type=reset], div.event-module .modal-footer .btn-group .public-ical-feed-wrapper > a + [type=reset], .modal-footer .btn-group div.blog a.post-summary-read-more + [type=reset], div.blog .modal-footer .btn-group a.post-summary-read-more + [type=reset], .modal-footer .btn-group [type=reset] + [type=reset], .modal-footer .btn-group [type=submit] + [type=reset], .modal-footer .btn-group button + [type=reset],
    .modal-footer .btn-group html [type=button] + [type=reset],
    html .modal-footer .btn-group [type=button] + [type=reset], .modal-footer .btn-group .btn + [type=submit], .modal-footer .btn-group .hero-links ul li a + [type=submit], .hero-links ul li .modal-footer .btn-group a + [type=submit], .modal-footer .btn-group div.event-module a[id*=swCalICalLink] + [type=submit], div.event-module .modal-footer .btn-group a[id*=swCalICalLink] + [type=submit], .modal-footer .btn-group div.event-module .CalendarMenu__btn--back + [type=submit], div.event-module .modal-footer .btn-group .CalendarMenu__btn--back + [type=submit], .modal-footer .btn-group div.event-module p.event-detail-sharelink a + [type=submit], div.event-module p.event-detail-sharelink .modal-footer .btn-group a + [type=submit], .modal-footer .btn-group div.event-module .event-detail-calendarlink a + [type=submit], div.event-module .event-detail-calendarlink .modal-footer .btn-group a + [type=submit], .modal-footer .btn-group div.event-module .public-ical-feed-wrapper > a + [type=submit], div.event-module .modal-footer .btn-group .public-ical-feed-wrapper > a + [type=submit], .modal-footer .btn-group div.blog a.post-summary-read-more + [type=submit], div.blog .modal-footer .btn-group a.post-summary-read-more + [type=submit], .modal-footer .btn-group [type=reset] + [type=submit], .modal-footer .btn-group [type=submit] + [type=submit], .modal-footer .btn-group button + [type=submit],
    .modal-footer .btn-group html [type=button] + [type=submit],
    html .modal-footer .btn-group [type=button] + [type=submit], .modal-footer .btn-group .btn + button, .modal-footer .btn-group .hero-links ul li a + button, .hero-links ul li .modal-footer .btn-group a + button, .modal-footer .btn-group div.event-module a[id*=swCalICalLink] + button, div.event-module .modal-footer .btn-group a[id*=swCalICalLink] + button, .modal-footer .btn-group div.event-module .CalendarMenu__btn--back + button, div.event-module .modal-footer .btn-group .CalendarMenu__btn--back + button, .modal-footer .btn-group div.event-module p.event-detail-sharelink a + button, div.event-module p.event-detail-sharelink .modal-footer .btn-group a + button, .modal-footer .btn-group div.event-module .event-detail-calendarlink a + button, div.event-module .event-detail-calendarlink .modal-footer .btn-group a + button, .modal-footer .btn-group div.event-module .public-ical-feed-wrapper > a + button, div.event-module .modal-footer .btn-group .public-ical-feed-wrapper > a + button, .modal-footer .btn-group div.blog a.post-summary-read-more + button, div.blog .modal-footer .btn-group a.post-summary-read-more + button, .modal-footer .btn-group [type=reset] + button, .modal-footer .btn-group [type=submit] + button, .modal-footer .btn-group button + button,
    .modal-footer .btn-group html [type=button] + button,
    html .modal-footer .btn-group [type=button] + button,
    .modal-footer .btn-group html .btn + [type=button],
    .modal-footer .btn-group html .hero-links ul li a + [type=button],
    .hero-links ul li .modal-footer .btn-group html a + [type=button],
    .modal-footer .btn-group html div.event-module a[id*=swCalICalLink] + [type=button],
    div.event-module .modal-footer .btn-group html a[id*=swCalICalLink] + [type=button],
    .modal-footer .btn-group html div.event-module .CalendarMenu__btn--back + [type=button],
    div.event-module .modal-footer .btn-group html .CalendarMenu__btn--back + [type=button],
    .modal-footer .btn-group html div.event-module p.event-detail-sharelink a + [type=button],
    div.event-module p.event-detail-sharelink .modal-footer .btn-group html a + [type=button],
    .modal-footer .btn-group html div.event-module .event-detail-calendarlink a + [type=button],
    div.event-module .event-detail-calendarlink .modal-footer .btn-group html a + [type=button],
    .modal-footer .btn-group html div.event-module .public-ical-feed-wrapper > a + [type=button],
    div.event-module .modal-footer .btn-group html .public-ical-feed-wrapper > a + [type=button],
    .modal-footer .btn-group html div.blog a.post-summary-read-more + [type=button],
    div.blog .modal-footer .btn-group html a.post-summary-read-more + [type=button],
    html .modal-footer .btn-group .btn + [type=button],
    html .modal-footer .btn-group .hero-links ul li a + [type=button],
    .hero-links ul li html .modal-footer .btn-group a + [type=button],
    html .modal-footer .btn-group div.event-module a[id*=swCalICalLink] + [type=button],
    div.event-module html .modal-footer .btn-group a[id*=swCalICalLink] + [type=button],
    html .modal-footer .btn-group div.event-module .CalendarMenu__btn--back + [type=button],
    div.event-module html .modal-footer .btn-group .CalendarMenu__btn--back + [type=button],
    html .modal-footer .btn-group div.event-module p.event-detail-sharelink a + [type=button],
    div.event-module p.event-detail-sharelink html .modal-footer .btn-group a + [type=button],
    html .modal-footer .btn-group div.event-module .event-detail-calendarlink a + [type=button],
    div.event-module .event-detail-calendarlink html .modal-footer .btn-group a + [type=button],
    html .modal-footer .btn-group div.event-module .public-ical-feed-wrapper > a + [type=button],
    div.event-module html .modal-footer .btn-group .public-ical-feed-wrapper > a + [type=button],
    html .modal-footer .btn-group div.blog a.post-summary-read-more + [type=button],
    div.blog html .modal-footer .btn-group a.post-summary-read-more + [type=button],
    .modal-footer .btn-group html [type=reset] + [type=button],
    html .modal-footer .btn-group [type=reset] + [type=button],
    .modal-footer .btn-group html [type=submit] + [type=button],
    html .modal-footer .btn-group [type=submit] + [type=button],
    .modal-footer .btn-group html button + [type=button],
    html .modal-footer .btn-group button + [type=button],
    .modal-footer .btn-group html [type=button] + [type=button],
    html .modal-footer .btn-group [type=button] + [type=button] {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }

    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

    .popover .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

    .popover.top .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

    .popover.right .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

    .popover.bottom .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popover.left .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1;
        }

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        left: 0;
    }

    .carousel-inner > .next, .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner > .next {
        left: 100%;
    }

    .carousel-inner > .prev {
        left: -100%;
    }

        .carousel-inner > .next.left, .carousel-inner > .prev.right {
            left: 0;
        }

    .carousel-inner > .active.left {
        left: -100%;
    }

    .carousel-inner > .active.right {
        left: 100%;
    }

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
    }

    .carousel-control:hover, .carousel-control:focus {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: "‹";
        }

        .carousel-control .icon-next:before {
            content: "›";
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn, .carousel-caption .hero-links ul li a, .hero-links ul li .carousel-caption a, .carousel-caption div.event-module a[id*=swCalICalLink], div.event-module .carousel-caption a[id*=swCalICalLink], .carousel-caption div.event-module .detail-panel p.event-detail-calendarlink a, div.event-module .detail-panel p.event-detail-calendarlink .carousel-caption a, .carousel-caption div.event-module .CalendarMenu__btn--back, div.event-module .carousel-caption .CalendarMenu__btn--back, .carousel-caption div.event-module p.event-detail-sharelink a, div.event-module p.event-detail-sharelink .carousel-caption a, .carousel-caption div.event-module .event-detail-calendarlink a, div.event-module .event-detail-calendarlink .carousel-caption a, .carousel-caption div.event-module .public-ical-feed-wrapper > a, div.event-module .carousel-caption .public-ical-feed-wrapper > a, .carousel-caption div.blog a.post-summary-read-more, div.blog .carousel-caption a.post-summary-read-more, .carousel-caption [type=reset], .carousel-caption [type=submit], .carousel-caption button,
    .carousel-caption html [type=button],
    html .carousel-caption [type=button] {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

.visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm {
    display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

.visible-md, tr.visible-md, th.visible-md, td.visible-md {
    display: none !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

.visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg {
    display: none !important;
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg {
        display: none !important;
    }
}

.visible-print, tr.visible-print, th.visible-print, td.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}

@media print {
    .hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print {
        display: none !important;
    }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated.flipOutX,
    .animated.flipOutY,
    .animated.bounceIn,
    .animated.bounceOut {
        -webkit-animation-duration: 0.75s;
        animation-duration: 0.75s;
    }

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

/*! TACHYONS v4.8.1 | http://tachyons.io */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, footer, header, nav, section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption, figure, main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: inherit;
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}
/* 1 */
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
/* 1 */
menu, details {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

[hidden], template {
    display: none;
}

.border-box, a, article, body, code, dd, div, dl, dt, fieldset, footer, form, h1, h2, h3, div.event-module .detail-panel h1.event-detail-title, div.event-module h1.event-detail-title, h4, body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title, h5, body.signage div.veracross_athletics div.game div.date, body.signage div.recent-blog-posts-wrapper a.recent-blog-posts-title, body.default div.veracross_athletics div.game div.date, h6, header, html, input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], legend, li, main, ol, p, pre, section, table, td, textarea, th, tr, ul {
    box-sizing: border-box;
}

.aspect-ratio {
    height: 0;
    position: relative;
}

.aspect-ratio--16x9 {
    padding-bottom: 56.25%;
}

.aspect-ratio--9x16 {
    padding-bottom: 177.77%;
}

.aspect-ratio--4x3 {
    padding-bottom: 75%;
}

.aspect-ratio--3x4 {
    padding-bottom: 133.33%;
}

.aspect-ratio--6x4 {
    padding-bottom: 66.6%;
}

.aspect-ratio--4x6 {
    padding-bottom: 150%;
}

.aspect-ratio--8x5 {
    padding-bottom: 62.5%;
}

.aspect-ratio--5x8 {
    padding-bottom: 160%;
}

.aspect-ratio--7x5 {
    padding-bottom: 71.42%;
}

.aspect-ratio--5x7 {
    padding-bottom: 140%;
}

.aspect-ratio--1x1 {
    padding-bottom: 100%;
}

.aspect-ratio--object {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

img {
    max-width: 100%;
}

.cover, body.home section.home-main .carousel-home .video-wrapper {
    background-size: cover !important;
}

.contain {
    background-size: contain !important;
}

.bg-center, body.home section.home-main .carousel-home .video-wrapper {
    background-position: 50%;
}

.bg-center, body.home section.home-main .carousel-home .video-wrapper, .bg-top {
    background-repeat: no-repeat;
}

.bg-top {
    background-position: top;
}

.bg-right {
    background-position: 100%;
}

.bg-bottom, .bg-right {
    background-repeat: no-repeat;
}

.bg-bottom {
    background-position: bottom;
}

.bg-left {
    background-repeat: no-repeat;
    background-position: 0;
}

.outline {
    outline: 1px solid;
}

.outline-transparent {
    outline: 1px solid transparent;
}

.outline-0 {
    outline: 0;
}

.ba, body.default div.veracross_athletics div.game, div.event-module .CalendarMenu a, div.event-module .calendar-controls .index-back,
div.event-module .calendar-controls .index-forward,
div.event-module .calendar-controls .index-today, div.event-module .cal-display-switch, select {
    border-style: solid;
    border-width: 1px;
}

.bt, body.signage div.event-module.master-calendar div.event-listing-date, body.signage div.event-module.upper-school div.event-listing-date, div.event-module .list-panel div.event-listing-date {
    border-top-style: solid;
    border-top-width: 1px;
}

.br, body.signage div.veracross_athletics div.game div.score .us, body.signage div.veracross_athletics div.game, body.default div.veracross_athletics div.game div.score .us {
    border-right-style: solid;
    border-right-width: 1px;
}

.bb, body.default .side-container ul > li, div.event-module ul.sw-events-detail-list li, div.event-module .list-panel table.event-listing-table tr + tr, body.default div.recent-blog-posts-wrapper ul li, div.blog .blog-entry {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.bl {
    border-left-style: solid;
    border-left-width: 1px;
}

.bn {
    border-style: none;
    border-width: 0;
}

.b--black {
    border-color: #000;
}

.b--near-black {
    border-color: #111;
}

.b--dark-gray {
    border-color: #333;
}

.b--mid-gray {
    border-color: #555;
}

.b--gray {
    border-color: #777;
}

.b--silver {
    border-color: #999;
}

.b--light-silver {
    border-color: #aaa;
}

.b--moon-gray {
    border-color: #ccc;
}

.b--light-gray, body.signage div.veracross_athletics div.game div.score .us, body.signage div.veracross_athletics div.game, body.default div.veracross_athletics div.game div.score .us, body.default div.veracross_athletics div.game, div.event-module ul.sw-events-detail-list li, div.event-module .list-panel table.event-listing-table tr + tr, body.default div.recent-blog-posts-wrapper ul li, div.blog .blog-entry {
    border-color: #eee;
}

.b--near-white {
    border-color: #f4f4f4;
}

.b--white, div.event-module .calendar-controls .index-back,
div.event-module .calendar-controls .index-forward,
div.event-module .calendar-controls .index-today {
    border-color: #fff;
}

.b--white-90 {
    border-color: hsla(0, 0%, 100%, 0.9);
}

.b--white-80 {
    border-color: hsla(0, 0%, 100%, 0.8);
}

.b--white-70 {
    border-color: hsla(0, 0%, 100%, 0.7);
}

.b--white-60 {
    border-color: hsla(0, 0%, 100%, 0.6);
}

.b--white-50 {
    border-color: hsla(0, 0%, 100%, 0.5);
}

.b--white-40 {
    border-color: hsla(0, 0%, 100%, 0.4);
}

.b--white-30 {
    border-color: hsla(0, 0%, 100%, 0.3);
}

.b--white-20, body.signage div.event-module.upper-school div.event-listing-date {
    border-color: hsla(0, 0%, 100%, 0.2);
}

.b--white-10 {
    border-color: hsla(0, 0%, 100%, 0.1);
}

.b--white-05 {
    border-color: hsla(0, 0%, 100%, 0.05);
}

.b--white-025 {
    border-color: hsla(0, 0%, 100%, 0.025);
}

.b--white-0125 {
    border-color: hsla(0, 0%, 100%, 0.0125);
}

.b--black-90 {
    border-color: rgba(0, 0, 0, 0.9);
}

.b--black-80 {
    border-color: rgba(0, 0, 0, 0.8);
}

.b--black-70 {
    border-color: rgba(0, 0, 0, 0.7);
}

.b--black-60 {
    border-color: rgba(0, 0, 0, 0.6);
}

.b--black-50 {
    border-color: rgba(0, 0, 0, 0.5);
}

.b--black-40 {
    border-color: rgba(0, 0, 0, 0.4);
}

.b--black-30 {
    border-color: rgba(0, 0, 0, 0.3);
}

.b--black-20 {
    border-color: rgba(0, 0, 0, 0.2);
}

.b--black-10 {
    border-color: rgba(0, 0, 0, 0.1);
}

.b--black-05 {
    border-color: rgba(0, 0, 0, 0.05);
}

.b--black-025 {
    border-color: rgba(0, 0, 0, 0.025);
}

.b--black-0125 {
    border-color: rgba(0, 0, 0, 0.0125);
}

.b--dark-red {
    border-color: #e7040f;
}

.b--red {
    border-color: #ff4136;
}

.b--light-red {
    border-color: #ff725c;
}

.b--orange {
    border-color: #ff6300;
}

.b--gold, div.event-module .list-panel div.event-listing-date {
    border-color: #ffb700;
}

.b--yellow, body.default .side-container ul > li {
    border-color: gold;
}

.b--light-yellow {
    border-color: #fbf1a9;
}

.b--purple {
    border-color: #5e2ca5;
}

.b--light-purple {
    border-color: #a463f2;
}

.b--dark-pink {
    border-color: #d5008f;
}

.b--hot-pink {
    border-color: #ff41b4;
}

.b--pink {
    border-color: #ff80cc;
}

.b--light-pink {
    border-color: #ffa3d7;
}

.b--dark-green {
    border-color: #137752;
}

.b--green {
    border-color: #19a974;
}

.b--light-green {
    border-color: #9eebcf;
}

.b--navy {
    border-color: #001b44;
}

.b--dark-blue, div.event-module .CalendarMenu a, div.event-module .cal-display-switch, select {
    border-color: #00449e;
}

.b--blue {
    border-color: #357edd;
}

.b--light-blue {
    border-color: #96ccff;
}

.b--lightest-blue {
    border-color: #cdecff;
}

.b--washed-blue {
    border-color: #f6fffe;
}

.b--washed-green {
    border-color: #e8fdf5;
}

.b--washed-yellow {
    border-color: #fffceb;
}

.b--washed-red {
    border-color: #ffdfdf;
}

.b--transparent {
    border-color: transparent;
}

.b--inherit {
    border-color: inherit;
}

.br0, #drawer-toggle span:before,
#drawer-toggle span:after, #drawer-toggle span, select {
    border-radius: 0;
}

.br1 {
    border-radius: 0.125rem;
}

.br2 {
    border-radius: 0.25rem;
}

.br3 {
    border-radius: 0.5rem;
}

.br4 {
    border-radius: 1rem;
}

.br-100 {
    border-radius: 100%;
}

.br-pill {
    border-radius: 9999px;
}

.br--bottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.br--top {
    border-bottom-right-radius: 0;
}

.br--right, .br--top {
    border-bottom-left-radius: 0;
}

.br--right {
    border-top-left-radius: 0;
}

.br--left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.b--dotted {
    border-style: dotted;
}

.b--dashed {
    border-style: dashed;
}

.b--solid {
    border-style: solid;
}

.b--none {
    border-style: none;
}

.bw0, div.templatecontent .embed-container iframe,
div.templatecontent .embed-container object,
div.templatecontent .embed-container embed {
    border-width: 0;
}

.bw1, body.signage div.veracross_athletics div.game div.score .us, body.signage div.veracross_athletics div.game, body.signage div.event-module.master-calendar div.event-listing-date, body.signage div.event-module.upper-school div.event-listing-date, body.default .side-container ul > li, body.default div.veracross_athletics div.game div.score .us, body.default div.veracross_athletics div.game, div.event-module .CalendarMenu a, div.event-module ul.sw-events-detail-list li, div.event-module .calendar-controls .index-back,
div.event-module .calendar-controls .index-forward,
div.event-module .calendar-controls .index-today, div.event-module .cal-display-switch, div.event-module .list-panel table.event-listing-table tr + tr, body.default div.recent-blog-posts-wrapper ul li, div.blog .blog-entry, select {
    border-width: 0.125rem;
}

.bw2, div.event-module .list-panel div.event-listing-date {
    border-width: 0.25rem;
}

.bw3 {
    border-width: 0.5rem;
}

.bw4 {
    border-width: 1rem;
}

.bw5 {
    border-width: 2rem;
}

.bt-0 {
    border-top-width: 0;
}

.br-0 {
    border-right-width: 0;
}

.bb-0 {
    border-bottom-width: 0;
}

.bl-0 {
    border-left-width: 0;
}

.shadow-1 {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

.shadow-2 {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
}

.shadow-3 {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
}

.shadow-4 {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.shadow-5 {
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.pre {
    overflow-x: auto;
    overflow-y: hidden;
    overflow: scroll;
}

.top-0, body.default div[class^=section-] .photo-background .templatecontent, body.default div[class^=section-] .photo-background, body.default .slider .bg-image-js:before, body.default .slider .bg-image-js, body.default .slider .swRotator .scrollable .item:before, body.home section.home-main .section-facts .bg-image div, body.home section.home-main .carousel-home .video-wrapper, body.home section.home-main .slider .video-overlay, div.event-module .detail-panel .event-detail-block-wrapper img.event-detail-image, form.http-404 div.hero-container .slider:before, div.event-module .public-ical-feed-wrapper, .gradient-overlay, .overlay, div.templatecontent .embed-container iframe,
div.templatecontent .embed-container object,
div.templatecontent .embed-container embed {
    top: 0;
}

.right-0, div.event-module .public-ical-feed-wrapper {
    right: 0;
}

.bottom-0, body.signage div.veracross_athletics div.game div.outcome, body.home section.home-main .section-facts .carousel-single:after, body.default div.veracross_athletics div.game div.outcome {
    bottom: 0;
}

.left-0, body.signage div.veracross_athletics div.game div.outcome, body.default div[class^=section-] .photo-background .templatecontent, body.default div[class^=section-] .photo-background, body.default .slider .bg-image-js:before, body.default .slider .bg-image-js, body.default .slider .swRotator .scrollable .item:before, body.home section.home-main .section-facts .carousel-single:after, body.home section.home-main .section-facts .bg-image div, body.home section.home-main .carousel-home .video-wrapper, body.home section.home-main .slider .caption, body.home section.home-main .slider .video-overlay, body.default div.veracross_athletics div.game div.outcome, div.event-module .detail-panel .event-detail-block-wrapper img.event-detail-image, form.http-404 div.hero-container .slider:before, .gradient-overlay, .overlay, div.templatecontent .embed-container iframe,
div.templatecontent .embed-container object,
div.templatecontent .embed-container embed {
    left: 0;
}

.top-1 {
    top: 1rem;
}

.right-1 {
    right: 1rem;
}

.bottom-1 {
    bottom: 1rem;
}

.left-1 {
    left: 1rem;
}

.top-2 {
    top: 2rem;
}

.right-2 {
    right: 2rem;
}

.bottom-2, body.home section.home-main .slider .caption {
    bottom: 2rem;
}

.left-2 {
    left: 2rem;
}

.top--1 {
    top: -1rem;
}

.right--1 {
    right: -1rem;
}

.bottom--1 {
    bottom: -1rem;
}

.left--1 {
    left: -1rem;
}

.top--2 {
    top: -2rem;
}

.right--2 {
    right: -2rem;
}

.bottom--2 {
    bottom: -2rem;
}

.left--2 {
    left: -2rem;
}

.absolute--fill {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cf:after, .cf:before {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.cb {
    clear: both;
}

.cn {
    clear: none;
}

.dn, body.signage div.veracross_athletics div.game div.location, body.signage div.veracross_athletics div.game div.primary_group, body.signage div.veracross_athletics div.game div.date span.year, body.signage div.veracross_athletics div.game div.date span.time, body.signage div.veracross_athletics div.game.game--past:nth-child(n+7), body.signage div.veracross_athletics div.game.game--future, body.signage div.upcoming-events-wrapper li p.upcoming-events-date span, body.signage div.upcoming-events-wrapper .owl-buttons, body.signage div.event-module.upper-school td.event-listing-time-column, body.signage div.event-module.birthdays table.event-listing-table, body.signage div.event-module.birthdays div.event-listing-date, body.signage div.event-module.birthdays td, body.signage div.event-module .calendar-controls, body.signage .logo-container svg#logo, body.default .side-container > div[id$=_pnlSideMenu] > h2:nth-child(1),
body.default .side-container > div[id$=_pnlSideMenu] > ul#subnav:nth-child(1),
body.default .side-container > div[id$=_pnlSideMenu] > ul#subnav:nth-child(2), body.home section.home-main .section-events .recent-blog-posts-wrapper span.recent-blog-posts-date-wrapper, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-pagination, body.default div.veracross_athletics div.game div.location, body.default div.veracross_athletics div.game div.primary_group, body.default div.veracross_athletics div.game div.date span.year, body.default div.veracross_athletics div.game div.date span.time, body.default div.veracross_athletics div.game.game--past:nth-child(n+13), body.default div.veracross_athletics div.game.game--future, .CalendarGridDayEventPopover h3:after, .CalendarGridDayEventPopover div.event-module h1.event-detail-title:after, div.event-module .CalendarGridDayEventPopover h1.event-detail-title:after, div.event-module .detail-panel p.event-detail-location-name, div.event-module .detail-panel .event-detail-details span.tags:empty, div.event-module .CalendarMenu, form.http-404 .side-section, div.event-module ul.sw-events-detail-list li div.sw-events-detail-list-event-location:empty, div.event-module ul.sw-events-detail-list li .sw-events-detail-list-event-description,
div.event-module ul.sw-events-detail-list li a.sw-events-detail-more-link, div.event-module .calendar-controls .monthyear-jumper select.js-event-categories, div.event-module .cal-display-switch, div.event-module .calendar-panel img, div.blog div.post-profileinfo, .swRotator .scrollable .items .item .caption .description:empty, .swRotator .scrollable .items .item .caption .title:empty {
    display: none;
}

.di {
    display: inline;
}

.db, body.signage div.recent-blog-posts-wrapper .recent-blog-posts-date-wrapper, body.signage div.event-module.master-calendar .event-listing-table tbody, body.default .side-container .mobile-sidemenu-toggle span, nav#sidecar .utility ul li#cpn-apply-now a, nav#sidecar ul#mainnav, #drawer-toggle span:before,
#drawer-toggle span:after, #drawer-toggle span, .ui-accordion h3.ui-accordion-header, .ui-accordion div.event-module h1.ui-accordion-header.event-detail-title, div.event-module .ui-accordion h1.ui-accordion-header.event-detail-title, body.default div.recent-blog-posts-wrapper ul li a:not(.recent-blog-posts-title), body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title {
    display: block;
}

    .dib, body.signage div.veracross_athletics:before, body.signage div.upcoming-events-wrapper li p.upcoming-events-date span.upcoming-events-date, body.signage div.upcoming-events-wrapper li p.upcoming-events-date span.upcoming-events-month, body.default .side-container ul > li a:not(.expand-btn), body.default .side-container ul > li.hasChild > span, .global-map-section ul.map-dots li.country a span, body.home section.home-main .section-events .recent-blog-posts-wrapper a.recent-blog-posts-title, body.default div.veracross_athletics:before, nav#sidecar .utility ul li a, nav#sidecar .utility ul li#cpn-apply-now a:before, nav#sidecar ul#mainnav li, div.event-module ul.sw-events-detail-list li h2.sw-events-detail-list-event-subject a, div.event-module ul.sw-events-detail-list li h2.sw-events-detail-list-event-subject, div.event-module .calendar-controls .current-month, div.event-module .cal-display-switch a.cal-display-type, ul.grid-list > li {
        display: inline-block;
    }

.dit {
    display: inline-table;
}

.dt {
    display: table;
}

.dtc {
    display: table-cell;
}

.dt-row {
    display: table-row;
}

.dt-row-group {
    display: table-row-group;
}

.dt-column {
    display: table-column;
}

.dt-column-group {
    display: table-column-group;
}

.dt--fixed {
    table-layout: fixed;
    width: 100%;
}

.flex, body.signage div.veracross_athletics div.game div.score, body.signage div.veracross_athletics div.game, body.signage div.veracross_athletics, body.signage div.upcoming-events-wrapper li p.upcoming-events-name, body.signage div.upcoming-events-wrapper li p.upcoming-events-date, body.signage div.upcoming-events-wrapper li, body.signage .w-20, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons, body.default div.veracross_athletics div.game div.score, body.default div.veracross_athletics div.game, body.default div.veracross_athletics, nav#sidecar .utility ul, nav.flex-nav #mainnav, div.event-module .detail-panel .event-detail-block-wrapper, div.event-module .CalendarMonthFilter, div.event-module ul.sw-events-detail-list li .sw-events-detail-list-event-datetime, div.event-module ul.sw-events-detail-list li, div.event-module .calendar-controls .monthyear-jumper, div.event-module .calendar-controls, div.event-module .list-panel table.event-listing-table tr, body.default div.recent-blog-posts-wrapper ul li, ul.grid-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.flex-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
}

.flex-none {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.flex-column, body.signage div.veracross_athletics div.game, body.signage div.upcoming-events-wrapper li p.upcoming-events-name, body.signage div.upcoming-events-wrapper li p.upcoming-events-date, body.signage .w-20, body.default div.veracross_athletics div.game, nav#sidecar .utility ul, div.event-module .CalendarMonthFilter, body.default div.recent-blog-posts-wrapper ul li {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-column, body.signage div.veracross_athletics div.game, body.signage div.upcoming-events-wrapper li p.upcoming-events-name, body.signage div.upcoming-events-wrapper li p.upcoming-events-date, body.signage .w-20, body.default div.veracross_athletics div.game, nav#sidecar .utility ul, div.event-module .CalendarMonthFilter, body.default div.recent-blog-posts-wrapper ul li, .flex-row, body.signage div.veracross_athletics, body.signage div.upcoming-events-wrapper li, body.default div.veracross_athletics, nav.flex-nav #mainnav, div.event-module .detail-panel .event-detail-block-wrapper, div.event-module .calendar-controls .monthyear-jumper, div.event-module .calendar-controls, ul.grid-list {
    -webkit-box-direction: normal;
}

    .flex-row, body.signage div.veracross_athletics, body.signage div.upcoming-events-wrapper li, body.default div.veracross_athletics, nav.flex-nav #mainnav, div.event-module .detail-panel .event-detail-block-wrapper, div.event-module .calendar-controls .monthyear-jumper, div.event-module .calendar-controls, ul.grid-list {
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

.flex-wrap, body.default div.veracross_athletics, nav.flex-nav #mainnav, div.event-module .detail-panel .event-detail-block-wrapper, div.event-module .CalendarMonthFilter, div.event-module ul.sw-events-detail-list li .sw-events-detail-list-event-datetime, div.event-module .calendar-controls, ul.grid-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.items-start, body.signage div.upcoming-events-wrapper li p.upcoming-events-name, div.event-module ul.sw-events-detail-list li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.items-center, nav#sidecar .utility ul li#cpn-apply-now a, div.event-module .calendar-controls .monthyear-jumper, div.event-module .calendar-controls {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.self-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.self-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.self-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

.self-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.justify-start, body.signage div.upcoming-events-wrapper li p.upcoming-events-name, div.event-module .CalendarMenu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-end, nav.flex-nav #mainnav, div.event-module .calendar-controls .monthyear-jumper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.justify-center, nav#sidecar .utility ul li, div.event-module ul.sw-events-detail-list li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-between, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons, div.event-module .calendar-controls {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.content-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.content-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.content-center {
    -ms-flex-line-pack: center;
    align-content: center;
}

.content-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.content-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}

.content-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1, div.event-module .calendar-controls .index-back {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2, div.event-module .calendar-controls .current-month {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3, div.event-module .calendar-controls .index-forward {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4, div.event-module .calendar-controls .index-today {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5, div.event-module .calendar-controls .monthyear-jumper {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-last {
    -webkit-box-ordinal-group: 100000;
    -ms-flex-order: 99999;
    order: 99999;
}

.fl {
    float: left;
}

.fl, .fr {
    _display: inline;
}

.fr {
    float: right;
}

.fn, body.default .side-container ul > li ul, nav#sidecar ul#mainnav li, div.event-module .detail-panel p.event-detail-description, div.event-module p.event-detail-description {
    float: none;
}

    .sans-serif, body.signage div.recent-blog-posts-wrapper .recent-blog-posts-date-wrapper, body.signage div.upcoming-events-wrapper li p.upcoming-events-name span.upcoming-events-time, body.signage #siteWrapper, body.default .side-container ul > li a:not(.expand-btn), body.default .side-container ul > li.hasChild > span, nav#sidecar ul#mainnav li a, .CalendarGridDayEventPopover h3, .CalendarGridDayEventPopover div.event-module h1.event-detail-title, div.event-module .CalendarGridDayEventPopover h1.event-detail-title, div.event-module ul.sw-events-detail-list li h2.sw-events-detail-list-event-subject, div.event-module, div.blog .blog-entry div.post-tags a, .swRotator .scrollable .items .item .caption .description, .breadcrumb-container a, select {
        font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
    }

.serif {
    font-family: georgia, times, serif;
}

.system-sans-serif {
    font-family: sans-serif;
}

.system-serif {
    font-family: serif;
}

.code, code {
    font-family: Consolas, monaco, monospace;
}

.courier {
    font-family: Courier Next, courier, monospace;
}

.helvetica {
    font-family: helvetica neue, helvetica, sans-serif;
}

.avenir {
    font-family: avenir next, avenir, sans-serif;
}

.athelas {
    font-family: athelas, georgia, serif;
}

.georgia {
    font-family: georgia, serif;
}

.times {
    font-family: times, serif;
}

.bodoni {
    font-family: Bodoni MT, serif;
}

.calisto {
    font-family: Calisto MT, serif;
}

.garamond {
    font-family: garamond, serif;
}

.baskerville {
    font-family: baskerville, serif;
}

.i {
    font-style: italic;
}

.fs-normal {
    font-style: normal;
}

.normal, body.signage div.upcoming-events-wrapper li p.upcoming-events-name span.upcoming-events-time, nav#sidecar .utility ul li#cpn-apply-now a:before, div.event-module .detail-panel .event-detail-details span.tags, div.event-module ul.sw-events-detail-list li .sw-events-detail-list-event-date,
div.event-module ul.sw-events-detail-list li .sw-events-detail-list-event-time,
div.event-module ul.sw-events-detail-list li .sw-events-detail-list-event-location {
    font-weight: 400;
}

    .b, body.signage div.veracross_athletics div.game div.outcome, body.signage div.veracross_athletics div.game div.score .opponent, body.signage div.veracross_athletics div.game div.score .us, body.signage div.veracross_athletics div.game div.description, body.signage div.recent-blog-posts-wrapper .recent-blog-posts-date-wrapper, body.default .side-container ul > li a:not(.expand-btn), body.default .side-container ul > li.hasChild > span, body.home section.home-main .section-events .date, body.default div.veracross_athletics div.game div.outcome, body.default div.veracross_athletics div.game div.score .opponent, body.default div.veracross_athletics div.game div.score .us, body.default div.veracross_athletics div.game div.description, nav#sidecar .utility ul li#cpn-apply-now a, .CalendarGridDayEventPopover h3, div.event-module .detail-panel p.event-detail-date, div.event-module .detail-panel p.event-detail-description, div.event-module .detail-panel .event-detail-details span.tags:before, div.event-module .CalendarMenu a.CalendarMenu__currentItem:before, div.event-module p.event-detail-description, div.event-module ul.sw-events-detail-list li h2.sw-events-detail-list-event-subject, div.event-module .calendar-controls .current-month, div.event-module .list-panel td.event-listing-event-column, div.event-module .list-panel div.event-listing-date, div.blog .blog-entry div.post-tags a, .breadcrumb-container a, h6, .h6, h5, body.signage div.veracross_athletics div.game div.date, body.signage div.recent-blog-posts-wrapper a.recent-blog-posts-title, body.default div.veracross_athletics div.game div.date, .h5, h4, body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title, .h4, h3, div.event-module .detail-panel h1.event-detail-title, div.event-module h1.event-detail-title, .h3, body.signage div.veracross_athletics:before, body.default div.veracross_athletics:before, h2, .h2, h1, .h1 {
        font-weight: 700;
    }

.fw1 {
    font-weight: 100;
}

.fw2 {
    font-weight: 200;
}

.fw3 {
    font-weight: 300;
}

.fw4 {
    font-weight: 400;
}

.fw5 {
    font-weight: 500;
}

.fw6 {
    font-weight: 600;
}

.fw7 {
    font-weight: 700;
}

.fw8 {
    font-weight: 800;
}

.fw9 {
    font-weight: 900;
}

.input-reset {
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .button-reset::-moz-focus-inner, .input-reset::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

.h1 {
    height: 1rem;
}

.h2 {
    height: 2rem;
}

.h3, body.signage div.veracross_athletics:before, body.default div.veracross_athletics:before {
    height: 4rem;
}

.h4 {
    height: 8rem;
}

.h5 {
    height: 16rem;
}

.h-25 {
    height: 25%;
}

.h-50 {
    height: 50%;
}

.h-75 {
    height: 75%;
}

.h-100, body.signage div.veracross_athletics, body.default div[class^=section-] .photo-background .templatecontent, body.default div[class^=section-] .photo-background, body.default .slider .bg-image-js:before, body.default .slider .bg-image-js, body.default .slider .swRotator .scrollable .item:before, body.home section.home-main .section-facts .bg-image div, body.home section.home-main .carousel-home .video-wrapper, body.home section.home-main .slider .video-overlay, body.default div.veracross_athletics, form.http-404 div.hero-container .slider:before, .gradient-overlay, .overlay, div.templatecontent .embed-container iframe,
div.templatecontent .embed-container object,
div.templatecontent .embed-container embed {
    height: 100%;
}

.min-h-100 {
    min-height: 100%;
}

.vh-25 {
    height: 25vh;
}

.vh-50 {
    height: 50vh;
}

.vh-75 {
    height: 75vh;
}

.vh-100 {
    height: 100vh;
}

.min-vh-100 {
    min-height: 100vh;
}

.h-auto, nav#sidecar ul#mainnav li, nav#sidecar ul#mainnav, div.event-module .CalendarMenu a, div.templatecontent .embed-container {
    height: auto;
}

.h-inherit {
    height: inherit;
}

.tracked, body.signage div.veracross_athletics div.game div.outcome, body.signage div.upcoming-events-wrapper li p.upcoming-events-name span.upcoming-events-time, body.default div.veracross_athletics div.game div.outcome, div.event-module .detail-panel .event-detail-details span.tags, div.event-module ul.sw-events-detail-list li div.sw-events-detail-list-event-location, div.event-module .list-panel div.event-listing-date, .breadcrumb-container a {
    letter-spacing: 0.1em;
}

.tracked-tight {
    letter-spacing: -0.05em;
}

.tracked-mega {
    letter-spacing: 0.25em;
}

.lh-solid, body.signage div.upcoming-events-wrapper li p.upcoming-events-date span.upcoming-events-date, body.signage div.upcoming-events-wrapper li p.upcoming-events-date span.upcoming-events-month, div.event-module .calendar-panel .partial-day-event,
div.event-module .calendar-panel .all-day-event {
    line-height: 1;
}

.lh-title, body.signage div.veracross_athletics div.game div.score, body.signage div.upcoming-events-wrapper li p.upcoming-events-name, body.default div.veracross_athletics div.game div.score .opponent, body.default div.veracross_athletics div.game div.score .us, body.default div.veracross_athletics div.game div.score {
    line-height: 1.25;
}

.lh-copy {
    line-height: 1.5;
}

.link {
    text-decoration: none;
}

    .link, .link:active, .link:focus, .link:hover, .link:link, .link:visited {
        transition: color 0.15s ease-in;
    }

        .link:focus {
            outline: 1px dotted currentColor;
        }

.list, body.signage div.upcoming-events-wrapper > ul, body.signage ul.owl-carousel, body.default .side-container ul > li ul, body.default .side-container ul, body.home section.home-main .section-events .recent-blog-posts-wrapper ul, nav#sidecar .utility ul, nav.flex-nav #mainnav, div.event-module ul.sw-events-detail-list li, body.default div.recent-blog-posts-wrapper ul, ul.grid-list {
    list-style-type: none;
}

.mw-100, img, svg, div.templatecontent .embed-container {
    max-width: 100%;
}

.mw1 {
    max-width: 1rem;
}

.mw2 {
    max-width: 2rem;
}

.mw3 {
    max-width: 4rem;
}

.mw4 {
    max-width: 8rem;
}

.mw5, body.home section.home-main .slider .caption p.description, body.home section.home-main .slider .caption {
    max-width: 16rem;
}

.mw6, .swRotator .scrollable .items .item .caption {
    max-width: 32rem;
}

.mw7 {
    max-width: 48rem;
}

.mw8 {
    max-width: 64rem;
}

.mw9 {
    max-width: 96rem;
}

.mw-none {
    max-width: none;
}

.w1 {
    width: 1rem;
}

.w2 {
    width: 2rem;
}

.w3 {
    width: 4rem;
}

.w4 {
    width: 8rem;
}

.w5 {
    width: 16rem;
}

.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-33 {
    width: 33%;
}

.w-34 {
    width: 34%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-75 {
    width: 75%;
}

.w-80 {
    width: 80%;
}

.w-90, body.default .side-container ul > li a:not(.expand-btn), body.default .side-container ul > li.hasChild > span {
    width: 90%;
}

.w-100, body.signage div.veracross_athletics div.game div.outcome, body.signage div.veracross_athletics div.game div.score, body.signage div.upcoming-events-wrapper li p.upcoming-events-date span.upcoming-events-date, body.signage div.upcoming-events-wrapper li p.upcoming-events-date span.upcoming-events-month, body.signage div.upcoming-events-wrapper li, body.signage div.event-module.master-calendar .event-listing-table tbody, body.default div[class^=section-] .photo-background .templatecontent, body.default div[class^=section-] .photo-background, body.default .slider .bg-image-js:before, body.default .slider .bg-image-js, body.default .slider .swRotator .scrollable .item:before, body.home section.home-main .section-facts .bg-image div, body.home section.home-main .carousel-home .video-wrapper, body.home section.home-main .slider .video-overlay, body.default div.veracross_athletics div.game div.outcome, body.default div.veracross_athletics div.game div.score, body.default div.veracross_athletics:before, body.default div.veracross_athletics, nav#sidecar ul#mainnav li, nav#sidecar ul#mainnav, div.event-module .detail-panel .event-detail-block-wrapper .event-detail-info, div.event-module .detail-panel .event-detail-block-wrapper img.event-detail-image, form.http-404 div.hero-container .slider:before, div.event-module ul.sw-events-detail-list li div.sw-events-detail-list-event-location, div.event-module ul.sw-events-detail-list li div.sw-events-detail-list-event-details, div.event-module ul.sw-events-detail-list li h2.sw-events-detail-list-event-subject, .gradient-overlay, .overlay, video, div.templatecontent .embed-container iframe,
div.templatecontent .embed-container object,
div.templatecontent .embed-container embed, div.templatecontent .embed-container {
    width: 100%;
}

.w-third {
    width: 33.33333%;
}

.w-two-thirds {
    width: 66.66667%;
}

.w-auto {
    width: auto;
}

.overflow-visible {
    overflow: visible;
}

.overflow-hidden, body.signage div.upcoming-events-wrapper li p.upcoming-events-date, body.signage #siteWrapper, body.home section.home-main .section-facts, body.home section.home-main .carousel-home .video-wrapper, body.home section.home-main .slider, div.event-module .CalendarMenu a, div.event-module ul.sw-events-detail-list li, div.event-module .cal-display-switch, div.templatecontent .embed-container {
    overflow: hidden;
}

.overflow-scroll {
    overflow: scroll;
}

.overflow-auto {
    overflow: auto;
}

.overflow-x-visible {
    overflow-x: visible;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-x-scroll {
    overflow-x: scroll;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-y-visible {
    overflow-y: visible;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.overflow-y-auto {
    overflow-y: auto;
}

.static {
    position: static;
}

.relative, body.signage div.veracross_athletics div.game, body.signage div.upcoming-events-wrapper li p.upcoming-events-date, body.default .side-container ul > li ul, body.default .side-container ul > li, body.default div.veracross_athletics div.game, nav#sidecar ul#mainnav li, nav#sidecar ul#mainnav, div.event-module .detail-panel .event-detail-details, div.event-module .detail-panel .event-detail-block-wrapper .event-detail-info, div.event-module .detail-panel .event-detail-block-wrapper, .ui-accordion h3.ui-accordion-header, div.blog .blog-entry div.post-tags a:first-of-type:before, div.templatecontent .embed-container, h6, .h6, h5, body.signage div.veracross_athletics div.game div.date, body.signage div.recent-blog-posts-wrapper a.recent-blog-posts-title, body.default div.veracross_athletics div.game div.date, .h5, h4, body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title, .h4, h3, div.event-module .detail-panel h1.event-detail-title, div.event-module h1.event-detail-title, .h3, body.signage div.veracross_athletics:before, body.default div.veracross_athletics:before, h2, .h2, h1, .h1 {
    position: relative;
}

    .absolute, body.signage div.veracross_athletics div.game div.outcome, body.default div[class^=section-] .photo-background .templatecontent, body.default div[class^=section-] .photo-background, body.default .slider .bg-image-js:before, body.default .slider .bg-image-js, body.default .slider .swRotator .scrollable .item:before, body.home section.home-main .section-facts .carousel-single .owl-controls, body.home section.home-main .section-facts .carousel-single:after, body.home section.home-main .section-facts .bg-image div, body.home section.home-main .slider .video-overlay, body.default div.veracross_athletics div.game div.outcome, #drawer-toggle span:before,
    #drawer-toggle span:after, #drawer-toggle span, div.event-module .detail-panel .event-detail-block-wrapper img.event-detail-image, form.http-404 div.hero-container .slider:before, div.event-module .public-ical-feed-wrapper, .gradient-overlay, .overlay, div.templatecontent .embed-container iframe,
    div.templatecontent .embed-container object,
    div.templatecontent .embed-container embed {
        position: absolute;
    }

.fixed, body.home section.home-main .slider .caption {
    position: fixed;
}

.o-100, .hover-appear:hover {
    opacity: 1;
}

.o-90 {
    opacity: 0.9;
}

.o-80 {
    opacity: 0.8;
}

.o-70 {
    opacity: 0.7;
}

.o-60 {
    opacity: 0.6;
}

.o-50 {
    opacity: 0.5;
}

.o-40 {
    opacity: 0.4;
}

.o-30 {
    opacity: 0.3;
}

.o-20 {
    opacity: 0.2;
}

.o-10 {
    opacity: 0.1;
}

.o-05 {
    opacity: 0.05;
}

.o-025 {
    opacity: 0.025;
}

.o-0, .hover-appear {
    opacity: 0;
}

.rotate-45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate-135 {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate-225 {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.rotate-315 {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.black-90 {
    color: rgba(0, 0, 0, 0.9);
}

.black-80 {
    color: rgba(0, 0, 0, 0.8);
}

.black-70 {
    color: rgba(0, 0, 0, 0.7);
}

.black-60 {
    color: rgba(0, 0, 0, 0.6);
}

.black-50 {
    color: rgba(0, 0, 0, 0.5);
}

.black-40 {
    color: rgba(0, 0, 0, 0.4);
}

.black-30 {
    color: rgba(0, 0, 0, 0.3);
}

.black-20 {
    color: rgba(0, 0, 0, 0.2);
}

.black-10 {
    color: rgba(0, 0, 0, 0.1);
}

.black-05 {
    color: rgba(0, 0, 0, 0.05);
}

.white-90 {
    color: hsla(0, 0%, 100%, 0.9);
}

.white-80 {
    color: hsla(0, 0%, 100%, 0.8);
}

.white-70 {
    color: hsla(0, 0%, 100%, 0.7);
}

.white-60 {
    color: hsla(0, 0%, 100%, 0.6);
}

.white-50 {
    color: hsla(0, 0%, 100%, 0.5);
}

.white-40 {
    color: hsla(0, 0%, 100%, 0.4);
}

.white-30 {
    color: hsla(0, 0%, 100%, 0.3);
}

.white-20 {
    color: hsla(0, 0%, 100%, 0.2);
}

.white-10 {
    color: hsla(0, 0%, 100%, 0.1);
}

.black {
    color: #000;
}

.near-black {
    color: #111;
}

.dark-gray {
    color: #333;
}

.mid-gray {
    color: #555;
}

.gray, div.event-module ul.sw-events-detail-list li div.sw-events-detail-list-event-location, body.default div.recent-blog-posts-wrapper ul li .recent-blog-posts-date-wrapper, div.blog .blog-entry div.post-tags a, div.blog .blog-entry h4.post-date, div.blog .blog-entry body.default div.recent-blog-posts-wrapper ul li a.post-date.recent-blog-posts-title, body.default div.recent-blog-posts-wrapper ul li div.blog .blog-entry a.post-date.recent-blog-posts-title {
    color: #777;
}

.silver {
    color: #999;
}

.light-silver {
    color: #aaa;
}

.moon-gray {
    color: #ccc;
}

.light-gray {
    color: #eee;
}

.near-white {
    color: #f4f4f4;
}

.white, body.signage div.veracross_athletics div.game div.outcome, body.signage #siteWrapper, body.home section.home-main .slider .caption, body.default div.veracross_athletics div.game div.outcome, div.event-module .calendar-controls .index-back,
div.event-module .calendar-controls .index-forward,
div.event-module .calendar-controls .index-today, div.event-module .cal-display-switch a.cal-display-type:hover, div.event-module .cal-display-switch a.cal-display-type.active {
    color: #fff;
}

.dark-red {
    color: #e7040f;
}

.red {
    color: #ff4136;
}

.light-red {
    color: #ff725c;
}

.orange {
    color: #ff6300;
}

.gold, body.signage div.veracross_athletics:before, body.signage div.event-module.master-calendar div.event-listing-date, body.signage div.event-module.upper-school div.event-listing-date, body.home section.home-main .section-events .recent-blog-posts-wrapper a.recent-blog-posts-title, body.default div.veracross_athletics:before {
    color: #ffb700;
}

.yellow {
    color: gold;
}

.light-yellow {
    color: #fbf1a9;
}

.purple {
    color: #5e2ca5;
}

.light-purple {
    color: #a463f2;
}

.dark-pink {
    color: #d5008f;
}

.hot-pink {
    color: #ff41b4;
}

.pink {
    color: #ff80cc;
}

.light-pink {
    color: #ffa3d7;
}

.dark-green {
    color: #137752;
}

.green {
    color: #19a974;
}

.light-green {
    color: #9eebcf;
}

.navy {
    color: #001b44;
}

.dark-blue, body.default .side-container ul > li a:not(.expand-btn), body.default .side-container ul > li.hasChild > span, nav#sidecar .utility ul li#cpn-apply-now a, div.event-module .detail-panel .event-detail-details span.tags, div.event-module ul.sw-events-detail-list li .sw-events-detail-list-event-date,
div.event-module ul.sw-events-detail-list li .sw-events-detail-list-event-time,
div.event-module ul.sw-events-detail-list li .sw-events-detail-list-event-location, div.event-module ul.sw-events-detail-list li h2.sw-events-detail-list-event-subject a, div.event-module .cal-display-switch a.cal-display-type, div.event-module .list-panel div.event-listing-date {
    color: #00449e;
}

.blue, div.event-module .detail-panel p.event-detail-date {
    color: #357edd;
}

.light-blue, div.event-module .CalendarMenu a.CalendarMenu__currentItem:before, body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title {
    color: #96ccff;
}

.lightest-blue {
    color: #cdecff;
}

.washed-blue {
    color: #f6fffe;
}

.washed-green {
    color: #e8fdf5;
}

.washed-yellow {
    color: #fffceb;
}

.washed-red {
    color: #ffdfdf;
}

.color-inherit {
    color: inherit;
}

.bg-black-90 {
    background-color: rgba(0, 0, 0, 0.9);
}

.bg-black-80 {
    background-color: rgba(0, 0, 0, 0.8);
}

.bg-black-70 {
    background-color: rgba(0, 0, 0, 0.7);
}

.bg-black-60 {
    background-color: rgba(0, 0, 0, 0.6);
}

.bg-black-50 {
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-black-40 {
    background-color: rgba(0, 0, 0, 0.4);
}

.bg-black-30, body.signage div.event-module.day-rotation {
    background-color: rgba(0, 0, 0, 0.3);
}

.bg-black-20 {
    background-color: rgba(0, 0, 0, 0.2);
}

.bg-black-10 {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-black-05 {
    background-color: rgba(0, 0, 0, 0.05);
}

.bg-white-90 {
    background-color: hsla(0, 0%, 100%, 0.9);
}

.bg-white-80 {
    background-color: hsla(0, 0%, 100%, 0.8);
}

.bg-white-70 {
    background-color: hsla(0, 0%, 100%, 0.7);
}

.bg-white-60 {
    background-color: hsla(0, 0%, 100%, 0.6);
}

.bg-white-50 {
    background-color: hsla(0, 0%, 100%, 0.5);
}

.bg-white-40 {
    background-color: hsla(0, 0%, 100%, 0.4);
}

.bg-white-30 {
    background-color: hsla(0, 0%, 100%, 0.3);
}

.bg-white-20 {
    background-color: hsla(0, 0%, 100%, 0.2);
}

.bg-white-10 {
    background-color: hsla(0, 0%, 100%, 0.1);
}

.bg-black {
    background-color: #000;
}

.bg-near-black {
    background-color: #111;
}

.bg-dark-gray {
    background-color: #333;
}

.bg-mid-gray {
    background-color: #555;
}

.bg-gray {
    background-color: #777;
}

.bg-silver {
    background-color: #999;
}

.bg-light-silver {
    background-color: #aaa;
}

.bg-moon-gray {
    background-color: #ccc;
}

.bg-light-gray, div.event-module .CalendarMonthFilter, div.event-module .list-panel div.event-listing-date {
    background-color: #eee;
}

.bg-near-white, .nav-tabs-left div.tab-pane, div.tab-pane {
    background-color: #f4f4f4;
}

.bg-white, body.home section.home-main .section-hats, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons, div.event-module .cal-display-switch a.cal-display-type, select {
    background-color: #fff;
}

.bg-transparent, body.signage div.event-module.master-calendar div.event-listing-date, body.signage div.event-module.upper-school div.event-listing-date, nav#sidecar ul#mainnav li, nav#sidecar ul#mainnav {
    background-color: transparent;
}

.bg-dark-red {
    background-color: #e7040f;
}

.bg-red, .swRotator.caption-red .scrollable .items .item .caption {
    background-color: #ff4136;
}

.bg-light-red {
    background-color: #ff725c;
}

.bg-orange, body.signage div.veracross_athletics div.game div.outcome, body.signage div.upcoming-events-wrapper li p.upcoming-events-date, body.home section.home-main .section-at-lausanne a.video:hover span.icon, body.default div.veracross_athletics div.game div.outcome, .swRotator.caption-orange .scrollable .items .item .caption, .swRotator .scrollable .items .item .caption {
    background-color: #ff6300;
}

.bg-gold {
    background-color: #ffb700;
}

.bg-yellow {
    background-color: gold;
}

.bg-light-yellow {
    background-color: #fbf1a9;
}

.bg-purple {
    background-color: #5e2ca5;
}

.bg-light-purple {
    background-color: #a463f2;
}

.bg-dark-pink {
    background-color: #d5008f;
}

.bg-hot-pink {
    background-color: #ff41b4;
}

.bg-pink {
    background-color: #ff80cc;
}

.bg-light-pink {
    background-color: #ffa3d7;
}

.bg-dark-green {
    background-color: #137752;
}

.bg-green, .swRotator.caption-green .scrollable .items .item .caption {
    background-color: #19a974;
}

.bg-light-green {
    background-color: #9eebcf;
}

.bg-navy {
    background-color: #001b44;
}

.bg-dark-blue, body.signage #siteWrapper, body.default .hero-container, div.event-module .calendar-controls .index-back,
div.event-module .calendar-controls .index-forward,
div.event-module .calendar-controls .index-today, div.event-module .cal-display-switch a.cal-display-type:hover, div.event-module .cal-display-switch a.cal-display-type.active, .swRotator.caption-dark-blue .scrollable .items .item .caption {
    background-color: #00449e;
}

.bg-blue {
    background-color: #357edd;
}

.bg-light-blue, div.event-module div[class^=sw-cal-grid] div.CalendarMonth__header > div, .swRotator.caption-light-blue .scrollable .items .item .caption {
    background-color: #96ccff;
}

.bg-lightest-blue {
    background-color: #cdecff;
}

.bg-washed-blue {
    background-color: #f6fffe;
}

.bg-washed-green {
    background-color: #e8fdf5;
}

.bg-washed-yellow {
    background-color: #fffceb;
}

.bg-washed-red {
    background-color: #ffdfdf;
}

.bg-inherit {
    background-color: inherit;
}

.hover-black:focus, .hover-black:hover {
    color: #000;
}

.hover-near-black:focus, .hover-near-black:hover {
    color: #111;
}

.hover-dark-gray:focus, .hover-dark-gray:hover {
    color: #333;
}

.hover-mid-gray:focus, .hover-mid-gray:hover {
    color: #555;
}

.hover-gray:focus, .hover-gray:hover {
    color: #777;
}

.hover-silver:focus, .hover-silver:hover {
    color: #999;
}

.hover-light-silver:focus, .hover-light-silver:hover {
    color: #aaa;
}

.hover-moon-gray:focus, .hover-moon-gray:hover {
    color: #ccc;
}

.hover-light-gray:focus, .hover-light-gray:hover {
    color: #eee;
}

.hover-near-white:focus, .hover-near-white:hover {
    color: #f4f4f4;
}

.hover-white:focus, .hover-white:hover {
    color: #fff;
}

.hover-black-90:focus, .hover-black-90:hover {
    color: rgba(0, 0, 0, 0.9);
}

.hover-black-80:focus, .hover-black-80:hover {
    color: rgba(0, 0, 0, 0.8);
}

.hover-black-70:focus, .hover-black-70:hover {
    color: rgba(0, 0, 0, 0.7);
}

.hover-black-60:focus, .hover-black-60:hover {
    color: rgba(0, 0, 0, 0.6);
}

.hover-black-50:focus, .hover-black-50:hover {
    color: rgba(0, 0, 0, 0.5);
}

.hover-black-40:focus, .hover-black-40:hover {
    color: rgba(0, 0, 0, 0.4);
}

.hover-black-30:focus, .hover-black-30:hover {
    color: rgba(0, 0, 0, 0.3);
}

.hover-black-20:focus, .hover-black-20:hover {
    color: rgba(0, 0, 0, 0.2);
}

.hover-black-10:focus, .hover-black-10:hover {
    color: rgba(0, 0, 0, 0.1);
}

.hover-white-90:focus, .hover-white-90:hover {
    color: hsla(0, 0%, 100%, 0.9);
}

.hover-white-80:focus, .hover-white-80:hover {
    color: hsla(0, 0%, 100%, 0.8);
}

.hover-white-70:focus, .hover-white-70:hover {
    color: hsla(0, 0%, 100%, 0.7);
}

.hover-white-60:focus, .hover-white-60:hover {
    color: hsla(0, 0%, 100%, 0.6);
}

.hover-white-50:focus, .hover-white-50:hover {
    color: hsla(0, 0%, 100%, 0.5);
}

.hover-white-40:focus, .hover-white-40:hover {
    color: hsla(0, 0%, 100%, 0.4);
}

.hover-white-30:focus, .hover-white-30:hover {
    color: hsla(0, 0%, 100%, 0.3);
}

.hover-white-20:focus, .hover-white-20:hover {
    color: hsla(0, 0%, 100%, 0.2);
}

.hover-white-10:focus, .hover-white-10:hover {
    color: hsla(0, 0%, 100%, 0.1);
}

.hover-inherit:focus, .hover-inherit:hover {
    color: inherit;
}

.hover-bg-black:focus, .hover-bg-black:hover {
    background-color: #000;
}

.hover-bg-near-black:focus, .hover-bg-near-black:hover {
    background-color: #111;
}

.hover-bg-dark-gray:focus, .hover-bg-dark-gray:hover {
    background-color: #333;
}

.hover-bg-mid-gray:focus, .hover-bg-mid-gray:hover {
    background-color: #555;
}

.hover-bg-gray:focus, .hover-bg-gray:hover {
    background-color: #777;
}

.hover-bg-silver:focus, .hover-bg-silver:hover {
    background-color: #999;
}

.hover-bg-light-silver:focus, .hover-bg-light-silver:hover {
    background-color: #aaa;
}

.hover-bg-moon-gray:focus, .hover-bg-moon-gray:hover {
    background-color: #ccc;
}

.hover-bg-light-gray:focus, .hover-bg-light-gray:hover {
    background-color: #eee;
}

.hover-bg-near-white:focus, .hover-bg-near-white:hover {
    background-color: #f4f4f4;
}

.hover-bg-white:focus, .hover-bg-white:hover {
    background-color: #fff;
}

.hover-bg-transparent:focus, .hover-bg-transparent:hover {
    background-color: transparent;
}

.hover-bg-black-90:focus, .hover-bg-black-90:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.hover-bg-black-80:focus, .hover-bg-black-80:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.hover-bg-black-70:focus, .hover-bg-black-70:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.hover-bg-black-60:focus, .hover-bg-black-60:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.hover-bg-black-50:focus, .hover-bg-black-50:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.hover-bg-black-40:focus, .hover-bg-black-40:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.hover-bg-black-30:focus, .hover-bg-black-30:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.hover-bg-black-20:focus, .hover-bg-black-20:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.hover-bg-black-10:focus, .hover-bg-black-10:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.hover-bg-white-90:focus, .hover-bg-white-90:hover {
    background-color: hsla(0, 0%, 100%, 0.9);
}

.hover-bg-white-80:focus, .hover-bg-white-80:hover {
    background-color: hsla(0, 0%, 100%, 0.8);
}

.hover-bg-white-70:focus, .hover-bg-white-70:hover {
    background-color: hsla(0, 0%, 100%, 0.7);
}

.hover-bg-white-60:focus, .hover-bg-white-60:hover {
    background-color: hsla(0, 0%, 100%, 0.6);
}

.hover-bg-white-50:focus, .hover-bg-white-50:hover {
    background-color: hsla(0, 0%, 100%, 0.5);
}

.hover-bg-white-40:focus, .hover-bg-white-40:hover {
    background-color: hsla(0, 0%, 100%, 0.4);
}

.hover-bg-white-30:focus, .hover-bg-white-30:hover {
    background-color: hsla(0, 0%, 100%, 0.3);
}

.hover-bg-white-20:focus, .hover-bg-white-20:hover {
    background-color: hsla(0, 0%, 100%, 0.2);
}

.hover-bg-white-10:focus, .hover-bg-white-10:hover {
    background-color: hsla(0, 0%, 100%, 0.1);
}

.hover-dark-red:focus, .hover-dark-red:hover {
    color: #e7040f;
}

.hover-red:focus, .hover-red:hover {
    color: #ff4136;
}

.hover-light-red:focus, .hover-light-red:hover {
    color: #ff725c;
}

.hover-orange:focus, .hover-orange:hover {
    color: #ff6300;
}

.hover-gold:focus, .hover-gold:hover {
    color: #ffb700;
}

.hover-yellow:focus, .hover-yellow:hover {
    color: gold;
}

.hover-light-yellow:focus, .hover-light-yellow:hover {
    color: #fbf1a9;
}

.hover-purple:focus, .hover-purple:hover {
    color: #5e2ca5;
}

.hover-light-purple:focus, .hover-light-purple:hover {
    color: #a463f2;
}

.hover-dark-pink:focus, .hover-dark-pink:hover {
    color: #d5008f;
}

.hover-hot-pink:focus, .hover-hot-pink:hover {
    color: #ff41b4;
}

.hover-pink:focus, .hover-pink:hover {
    color: #ff80cc;
}

.hover-light-pink:focus, .hover-light-pink:hover {
    color: #ffa3d7;
}

.hover-dark-green:focus, .hover-dark-green:hover {
    color: #137752;
}

.hover-green:focus, .hover-green:hover {
    color: #19a974;
}

.hover-light-green:focus, .hover-light-green:hover {
    color: #9eebcf;
}

.hover-navy:focus, .hover-navy:hover {
    color: #001b44;
}

.hover-dark-blue:focus, .hover-dark-blue:hover {
    color: #00449e;
}

.hover-blue:focus, .hover-blue:hover {
    color: #357edd;
}

.hover-light-blue:focus, .hover-light-blue:hover {
    color: #96ccff;
}

.hover-lightest-blue:focus, .hover-lightest-blue:hover {
    color: #cdecff;
}

.hover-washed-blue:focus, .hover-washed-blue:hover {
    color: #f6fffe;
}

.hover-washed-green:focus, .hover-washed-green:hover {
    color: #e8fdf5;
}

.hover-washed-yellow:focus, .hover-washed-yellow:hover {
    color: #fffceb;
}

.hover-washed-red:focus, .hover-washed-red:hover {
    color: #ffdfdf;
}

.hover-bg-dark-red:focus, .hover-bg-dark-red:hover {
    background-color: #e7040f;
}

.hover-bg-red:focus, .hover-bg-red:hover {
    background-color: #ff4136;
}

.hover-bg-light-red:focus, .hover-bg-light-red:hover {
    background-color: #ff725c;
}

.hover-bg-orange:focus, .hover-bg-orange:hover {
    background-color: #ff6300;
}

.hover-bg-gold:focus, .hover-bg-gold:hover {
    background-color: #ffb700;
}

.hover-bg-yellow:focus, .hover-bg-yellow:hover {
    background-color: gold;
}

.hover-bg-light-yellow:focus, .hover-bg-light-yellow:hover {
    background-color: #fbf1a9;
}

.hover-bg-purple:focus, .hover-bg-purple:hover {
    background-color: #5e2ca5;
}

.hover-bg-light-purple:focus, .hover-bg-light-purple:hover {
    background-color: #a463f2;
}

.hover-bg-dark-pink:focus, .hover-bg-dark-pink:hover {
    background-color: #d5008f;
}

.hover-bg-hot-pink:focus, .hover-bg-hot-pink:hover {
    background-color: #ff41b4;
}

.hover-bg-pink:focus, .hover-bg-pink:hover {
    background-color: #ff80cc;
}

.hover-bg-light-pink:focus, .hover-bg-light-pink:hover {
    background-color: #ffa3d7;
}

.hover-bg-dark-green:focus, .hover-bg-dark-green:hover {
    background-color: #137752;
}

.hover-bg-green:focus, .hover-bg-green:hover {
    background-color: #19a974;
}

.hover-bg-light-green:focus, .hover-bg-light-green:hover {
    background-color: #9eebcf;
}

.hover-bg-navy:focus, .hover-bg-navy:hover {
    background-color: #001b44;
}

.hover-bg-dark-blue:focus, .hover-bg-dark-blue:hover {
    background-color: #00449e;
}

.hover-bg-blue:focus, .hover-bg-blue:hover {
    background-color: #357edd;
}

.hover-bg-light-blue:focus, .hover-bg-light-blue:hover {
    background-color: #96ccff;
}

.hover-bg-lightest-blue:focus, .hover-bg-lightest-blue:hover {
    background-color: #cdecff;
}

.hover-bg-washed-blue:focus, .hover-bg-washed-blue:hover {
    background-color: #f6fffe;
}

.hover-bg-washed-green:focus, .hover-bg-washed-green:hover {
    background-color: #e8fdf5;
}

.hover-bg-washed-yellow:focus, .hover-bg-washed-yellow:hover {
    background-color: #fffceb;
}

.hover-bg-washed-red:focus, .hover-bg-washed-red:hover {
    background-color: #ffdfdf;
}

.hover-bg-inherit:focus, .hover-bg-inherit:hover {
    background-color: inherit;
}

.pa0, body.signage div.upcoming-events-wrapper > ul, body.signage div.upcoming-events-wrapper li p.upcoming-events-name, body.signage ul.owl-carousel, body.default .side-container ul > li ul, body.default .side-container ul, body.home section.home-main .section-events .recent-blog-posts-wrapper ul, nav#sidecar .utility ul, nav#sidecar ul#mainnav li, nav.flex-nav #mainnav, body.default div.recent-blog-posts-wrapper ul {
    padding: 0;
}

.pa1 {
    padding: 0.25rem;
}

.pa2, .CalendarGridDayEventPopover, div.event-module .CalendarMenu a, div.event-module .calendar-panel .partial-day-event,
div.event-module .calendar-panel .all-day-event {
    padding: 0.5rem;
}

.pa3, div.event-module .CalendarMonthFilter, body.default div.recent-blog-posts-wrapper ul li, div.blog .blog-entry {
    padding: 1rem;
}

.pa4, body.signage div.event-module.day-rotation, .nav-tabs-left div.tab-pane, div.tab-pane, .swRotator .scrollable .items .item .caption {
    padding: 2rem;
}

.pa5 {
    padding: 4rem;
}

.pa6 {
    padding: 8rem;
}

.pa7 {
    padding: 16rem;
}

.pl0 {
    padding-left: 0;
}

.pl1 {
    padding-left: 0.25rem;
}

.pl2, body.default .side-container ul > li a:not(.expand-btn), body.default .side-container ul > li.hasChild > span, body.default .side-container h2 a, body.home section.home-main .slider .caption {
    padding-left: 0.5rem;
}

.pl3, body.signage div.veracross_athletics div.game div.score .opponent, body.default div.veracross_athletics div.game div.score .opponent {
    padding-left: 1rem;
}

.pl4 {
    padding-left: 2rem;
}

.pl5 {
    padding-left: 4rem;
}

.pl6 {
    padding-left: 8rem;
}

.pl7 {
    padding-left: 16rem;
}

.pr0 {
    padding-right: 0;
}

.pr1 {
    padding-right: 0.25rem;
}

.pr2 {
    padding-right: 0.5rem;
}

.pr3, body.signage div.veracross_athletics div.game div.score .us, body.signage div.upcoming-events-wrapper li p.upcoming-events-name, body.default div.veracross_athletics div.game div.score .us, div.event-module ul.sw-events-detail-list li .sw-events-detail-list-event-date,
div.event-module ul.sw-events-detail-list li .sw-events-detail-list-event-time,
div.event-module ul.sw-events-detail-list li .sw-events-detail-list-event-location {
    padding-right: 1rem;
}

.pr4, div.event-module ul.sw-events-detail-list li h2.sw-events-detail-list-event-subject a {
    padding-right: 2rem;
}

.pr5 {
    padding-right: 4rem;
}

.pr6 {
    padding-right: 8rem;
}

.pr7 {
    padding-right: 16rem;
}

.pb0 {
    padding-bottom: 0;
}

.pb1 {
    padding-bottom: 0.25rem;
}

.pb2, body.signage div.veracross_athletics:before, body.default div.veracross_athletics:before {
    padding-bottom: 0.5rem;
}

.pb3 {
    padding-bottom: 1rem;
}

.pb4 {
    padding-bottom: 2rem;
}

.pb5 {
    padding-bottom: 4rem;
}

.pb6 {
    padding-bottom: 8rem;
}

.pb7 {
    padding-bottom: 16rem;
}

.pt0 {
    padding-top: 0;
}

.pt1 {
    padding-top: 0.25rem;
}

.pt2, div.event-module ul.sw-events-detail-list li div.sw-events-detail-list-event-location {
    padding-top: 0.5rem;
}

.pt3, body.home section.home-main .section-events .recent-blog-posts-wrapper a.recent-blog-posts-title {
    padding-top: 1rem;
}

.pt4, body.default div.recent-blog-posts-wrapper ul li .recent-blog-posts-date-wrapper {
    padding-top: 2rem;
}

.pt5 {
    padding-top: 4rem;
}

.pt6 {
    padding-top: 8rem;
}

.pt7 {
    padding-top: 16rem;
}

.pv0, div.event-module .calendar-controls .current-month {
    padding-top: 0;
    padding-bottom: 0;
}

.pv1, div.event-module .list-panel td.event-listing-time-column,
div.event-module .list-panel td.event-listing-location-column, div.event-module .list-panel td.event-listing-event-column {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.pv2, body.signage div.veracross_athletics div.game, body.signage div.veracross_athletics, body.signage div.upcoming-events-wrapper li p.upcoming-events-date, body.default .side-container ul > li a:not(.expand-btn), body.default .side-container ul > li.hasChild > span, body.default div.veracross_athletics div.game, body.default div.veracross_athletics, nav#sidecar .utility ul li a, div.event-module ul.sw-events-detail-list li, div.event-module .cal-display-switch a.cal-display-type, div.event-module .list-panel div.event-listing-date {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.pv3, body.signage div.upcoming-events-wrapper li {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pv4, body.default div.recent-blog-posts-wrapper ul li div.recent-blog-posts-body {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.pv5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.pv6 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.pv7 {
    padding-top: 16rem;
    padding-bottom: 16rem;
}

.ph0, body.default .side-container ul > li ul > li {
    padding-left: 0;
    padding-right: 0;
}

.ph1, body.signage div.upcoming-events-wrapper li p.upcoming-events-date, .footer .social-nav ul li {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.ph2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.ph3, body.signage div.veracross_athletics div.game, body.default .side-container ul > li a:not(.expand-btn), body.default .side-container h2, body.default div.veracross_athletics div.game, nav#sidecar .utility ul li#cpn-apply-now a, div.event-module .cal-display-switch a.cal-display-type, div.event-module .list-panel td.event-listing-event-column, div.event-module .list-panel div.event-listing-date {
    padding-left: 1rem;
    padding-right: 1rem;
}

.ph4, body.signage div.veracross_athletics:before, body.signage div.upcoming-events-wrapper, body.signage div.event-module.birthdays .list-panel > div.event-listing-date:nth-child(-n+8),
body.signage div.event-module.birthdays .list-panel > table.event-listing-table:nth-child(-n+8), body.default div.veracross_athletics:before, nav#sidecar .utility ul li a, div.event-module ul.sw-events-detail-list li {
    padding-left: 2rem;
    padding-right: 2rem;
}

.ph5, body.signage div.recent-blog-posts-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
}

.ph6 {
    padding-left: 8rem;
    padding-right: 8rem;
}

.ph7 {
    padding-left: 16rem;
    padding-right: 16rem;
}

.ma0, body.signage div.upcoming-events-wrapper > ul, body.signage div.upcoming-events-wrapper li p.upcoming-events-name, body.signage ul.owl-carousel, body.signage div.event-module.master-calendar div.event-listing-date, body.signage div.event-module.upper-school div.event-listing-date, nav#sidecar .utility ul, nav#sidecar ul#mainnav li, nav.flex-nav #mainnav, div.event-module ul.sw-events-detail-list li h2.sw-events-detail-list-event-subject, div.event-module ul.sw-events-detail-list li, div.event-module .calendar-controls .monthyear-jumper, body.default div.recent-blog-posts-wrapper ul {
    margin: 0;
}

.ma1 {
    margin: 0.25rem;
}

.ma2 {
    margin: 0.5rem;
}

.ma3 {
    margin: 1rem;
}

.ma4 {
    margin: 2rem;
}

.ma5 {
    margin: 4rem;
}

.ma6 {
    margin: 8rem;
}

.ma7 {
    margin: 16rem;
}

.ml0, body.default .side-container ul {
    margin-left: 0;
}

.ml1 {
    margin-left: 0.25rem;
}

.ml2 {
    margin-left: 0.5rem;
}

.ml3 {
    margin-left: 1rem;
}

.ml4 {
    margin-left: 2rem;
}

.ml5 {
    margin-left: 4rem;
}

.ml6 {
    margin-left: 8rem;
}

.ml7 {
    margin-left: 16rem;
}

.mr0, body.default .side-container ul {
    margin-right: 0;
}

.mr1 {
    margin-right: 0.25rem;
}

.mr2, nav#sidecar .utility ul li#cpn-apply-now a:before, div.event-module .CalendarMenu a.CalendarMenu__currentItem:before {
    margin-right: 0.5rem;
}

.mr3, body.signage div.upcoming-events-wrapper li p.upcoming-events-date, div.event-module .calendar-panel .sw-events-detail-list-event-image {
    margin-right: 1rem;
}

.mr4, div.blog .blog-entry div.post-tags a {
    margin-right: 2rem;
}

.mr5, body.default .side-container ul > li a:not(.expand-btn), body.default .side-container ul > li.hasChild > span {
    margin-right: 4rem;
}

.mr6 {
    margin-right: 8rem;
}

.mr7 {
    margin-right: 16rem;
}

.mb0, div.event-module div[class^=sw-cal-grid] div.CalendarMonthNavigation__header h2 {
    margin-bottom: 0;
}

.mb1 {
    margin-bottom: 0.25rem;
}

.mb2, body.default .side-container h2 {
    margin-bottom: 0.5rem;
}

.mb3, body.signage div.veracross_athletics div.game div.opponent, body.default .side-container ul, body.default div.veracross_athletics div.game div.opponent, div.event-module .CalendarMonthFilter, div.event-module .CalendarMenu a, div.event-module .CalendarMenu {
    margin-bottom: 1rem;
}

.mb4, body.default div.veracross_athletics div.game div.score, body.default div.veracross_athletics div.game, div.event-module .cal-display-switch {
    margin-bottom: 2rem;
}

.mb5 {
    margin-bottom: 4rem;
}

.mb6, body.home section.home-main .slider .caption, form.http-404 .main-section {
    margin-bottom: 8rem;
}

.mb7 {
    margin-bottom: 16rem;
}

.mt0, body.default .side-container ul, body.default .side-container h2 {
    margin-top: 0;
}

.mt1 {
    margin-top: 0.25rem;
}

.mt2 {
    margin-top: 0.5rem;
}

.mt3, body.default .side-container h2:nth-of-type(2), nav#sidecar .utility ul li#cpn-apply-now a {
    margin-top: 1rem;
}

.mt4, div.event-module .calendar-panel {
    margin-top: 2rem;
}

.mt5 {
    margin-top: 4rem;
}

.mt6 {
    margin-top: 8rem;
}

.mt7 {
    margin-top: 16rem;
}

.mv0 {
    margin-top: 0;
    margin-bottom: 0;
}

.mv1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.mv2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.mv3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.mv4, body.signage div.recent-blog-posts-wrapper .recent-blog-posts-body, hr, .hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.mv5 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.mv6 {
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.mv7 {
    margin-top: 16rem;
    margin-bottom: 16rem;
}

.mh0, div.event-module .detail-panel .event-detail-block-wrapper img.event-detail-image {
    margin-left: 0;
    margin-right: 0;
}

.mh1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.mh2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.mh3, nav#sidecar .utility ul li#cpn-apply-now a {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mh4 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.mh5 {
    margin-left: 4rem;
    margin-right: 4rem;
}

.mh6 {
    margin-left: 8rem;
    margin-right: 8rem;
}

.mh7 {
    margin-left: 16rem;
    margin-right: 16rem;
}

.na1 {
    margin: -0.25rem;
}

.na2 {
    margin: -0.5rem;
}

.na3 {
    margin: -1rem;
}

.na4 {
    margin: -2rem;
}

.na5 {
    margin: -4rem;
}

.na6 {
    margin: -8rem;
}

.na7 {
    margin: -16rem;
}

.nl1 {
    margin-left: -0.25rem;
}

.nl2 {
    margin-left: -0.5rem;
}

.nl3, div.event-module .CalendarMonthFilter {
    margin-left: -1rem;
}

.nl4 {
    margin-left: -2rem;
}

.nl5 {
    margin-left: -4rem;
}

.nl6 {
    margin-left: -8rem;
}

.nl7 {
    margin-left: -16rem;
}

.nr1 {
    margin-right: -0.25rem;
}

.nr2 {
    margin-right: -0.5rem;
}

.nr3, div.event-module .CalendarMonthFilter {
    margin-right: -1rem;
}

.nr4 {
    margin-right: -2rem;
}

.nr5 {
    margin-right: -4rem;
}

.nr6 {
    margin-right: -8rem;
}

.nr7 {
    margin-right: -16rem;
}

.nb1 {
    margin-bottom: -0.25rem;
}

.nb2 {
    margin-bottom: -0.5rem;
}

.nb3 {
    margin-bottom: -1rem;
}

.nb4 {
    margin-bottom: -2rem;
}

.nb5 {
    margin-bottom: -4rem;
}

.nb6 {
    margin-bottom: -8rem;
}

.nb7 {
    margin-bottom: -16rem;
}

.nt1 {
    margin-top: -0.25rem;
}

.nt2 {
    margin-top: -0.5rem;
}

.nt3 {
    margin-top: -1rem;
}

.nt4 {
    margin-top: -2rem;
}

.nt5 {
    margin-top: -4rem;
}

.nt6 {
    margin-top: -8rem;
}

.nt7 {
    margin-top: -16rem;
}

.collapse {
    border-collapse: collapse;
    border-spacing: 0;
}

.striped--light-silver:nth-child(odd) {
    background-color: #aaa;
}

.striped--moon-gray:nth-child(odd) {
    background-color: #ccc;
}

.striped--light-gray:nth-child(odd) {
    background-color: #eee;
}

.striped--near-white:nth-child(odd) {
    background-color: #f4f4f4;
}

.stripe-light:nth-child(odd) {
    background-color: hsla(0, 0%, 100%, 0.1);
}

.stripe-dark:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.1);
}

.strike {
    text-decoration: line-through;
}

.underline {
    text-decoration: underline;
}

.no-underline {
    text-decoration: none;
}

.tl, nav#sidecar ul#mainnav li {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc, body.signage div.veracross_athletics div.game div.outcome, body.signage div.veracross_athletics div.game div.score, body.signage div.upcoming-events-wrapper li p.upcoming-events-date, body.default .side-container .mobile-sidemenu-toggle span, body.default div.veracross_athletics div.game div.outcome, body.default div.veracross_athletics div.game div.score, nav#sidecar .utility ul li#cpn-apply-now a {
    text-align: center;
}

.tj {
    text-align: justify;
}

.ttc, div.event-module ul.sw-events-detail-list li h2.sw-events-detail-list-event-subject {
    text-transform: capitalize;
}

.ttl {
    text-transform: lowercase;
}

.ttu, body.signage div.veracross_athletics div.game div.outcome, body.signage div.recent-blog-posts-wrapper .recent-blog-posts-date-wrapper, body.default .side-container ul > li a:not(.expand-btn), body.default .side-container ul > li.hasChild > span, body.home section.home-main .section-events .date, body.default div.veracross_athletics div.game div.outcome, nav#sidecar .utility ul li a, div.event-module .detail-panel .event-detail-details span.tags, div.event-module ul.sw-events-detail-list li div.sw-events-detail-list-event-location, div.event-module .list-panel div.event-listing-date, body.default div.recent-blog-posts-wrapper ul li .recent-blog-posts-date-wrapper, div.blog .blog-entry div.post-tags a, .breadcrumb-container a {
    text-transform: uppercase;
}

.ttn {
    text-transform: none;
}

.f-6, .f-headline {
    font-size: 6rem;
}

.f-5, .f-subheadline {
    font-size: 5rem;
}

.f1 {
    font-size: 3rem;
}

.f2, body.signage div.veracross_athletics div.game div.score .opponent, body.signage div.veracross_athletics div.game div.score .us, body.signage div.upcoming-events-wrapper li p.upcoming-events-date span.upcoming-events-date, body.signage div.event-module.birthdays td.event-listing-event-column a, body.signage div.event-module.day-rotation div.list-panel .event-listing-table:first-of-type td.event-listing-event-column a, body.signage div.event-module.day-rotation, body.default div.veracross_athletics div.game div.score .opponent, body.default div.veracross_athletics div.game div.score .us {
    font-size: 2.25rem;
}

.f3, body.signage div.recent-blog-posts-wrapper .recent-blog-posts-body, body.signage div.upcoming-events-wrapper li p.upcoming-events-name, body.signage div.event-module.birthdays div.event-listing-date, body.home section.home-main .section-events .recent-blog-posts-wrapper a.recent-blog-posts-title, .swRotator .scrollable .items .item .caption .title {
    font-size: 1.5rem;
}

.f4, body.signage div.veracross_athletics, body.default .side-container h2, body.default div.veracross_athletics {
    font-size: 1.25rem;
}

.f5, body.signage div.upcoming-events-wrapper li p.upcoming-events-date span.upcoming-events-month, div.event-module ul.sw-events-detail-list li h2.sw-events-detail-list-event-subject, .swRotator .scrollable .items .item .caption .description {
    font-size: 1rem;
}

.f6, body.signage div.veracross_athletics div.game div.opponent, .hats-container .quote, body.default div.veracross_athletics div.game div.opponent, body.default div.recent-blog-posts-wrapper ul li .recent-blog-posts-date-wrapper, div.blog .blog-entry h4.post-date, div.blog .blog-entry body.default div.recent-blog-posts-wrapper ul li a.post-date.recent-blog-posts-title, body.default div.recent-blog-posts-wrapper ul li div.blog .blog-entry a.post-date.recent-blog-posts-title {
    font-size: 0.875rem;
}

.f7, body.default .side-container ul > li a:not(.expand-btn), body.default .side-container ul > li.hasChild > span, div.event-module .detail-panel .event-detail-details span.tags, div.event-module ul.sw-events-detail-list li div.sw-events-detail-list-event-location, div.blog .blog-entry div.post-tags a {
    font-size: 0.75rem;
}

.measure {
    max-width: 30em;
}

.measure-wide {
    max-width: 34em;
}

.measure-narrow {
    max-width: 20em;
}

.indent {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
}

.small-caps {
    font-variant: small-caps;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overflow-container {
    overflow-y: scroll;
}

.center, body.signage div.veracross_athletics div.game div.score, body.default div.veracross_athletics div.game div.score, body.default div.veracross_athletics, .tc p, body.signage div.veracross_athletics div.game div.outcome p, body.signage div.veracross_athletics div.game div.score p, body.signage div.upcoming-events-wrapper li p.upcoming-events-date p, body.default .side-container .mobile-sidemenu-toggle span p, body.default div.veracross_athletics div.game div.outcome p, body.default div.veracross_athletics div.game div.score p, nav#sidecar .utility ul li#cpn-apply-now a p {
    margin-left: auto;
}

    .center, body.signage div.veracross_athletics div.game div.score, body.default div.veracross_athletics div.game div.score, body.default div.veracross_athletics, .tc p, body.signage div.veracross_athletics div.game div.outcome p, body.signage div.veracross_athletics div.game div.score p, body.signage div.upcoming-events-wrapper li p.upcoming-events-date p, body.default .side-container .mobile-sidemenu-toggle span p, body.default div.veracross_athletics div.game div.outcome p, body.default div.veracross_athletics div.game div.score p, nav#sidecar .utility ul li#cpn-apply-now a p, .mr-auto {
        margin-right: auto;
    }

.ml-auto {
    margin-left: auto;
}

.clip {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.ws-normal, div.event-module .calendar-panel .partial-day-event,
div.event-module .calendar-panel .all-day-event {
    white-space: normal;
}

.nowrap {
    white-space: nowrap;
}

.pre {
    white-space: pre;
}

.v-base {
    vertical-align: baseline;
}

.v-mid, div.event-module ul.sw-events-detail-list li .sw-events-detail-list-event-date,
div.event-module ul.sw-events-detail-list li .sw-events-detail-list-event-time,
div.event-module ul.sw-events-detail-list li .sw-events-detail-list-event-location, div.event-module ul.sw-events-detail-list li h2.sw-events-detail-list-event-subject a, div.event-module .cal-display-switch a.cal-display-type {
    vertical-align: middle;
}

.v-top {
    vertical-align: top;
}

.v-btm {
    vertical-align: bottom;
}

.dim {
    opacity: 1;
}

    .dim, .dim:focus, .dim:hover {
        transition: opacity 0.15s ease-in;
    }

        .dim:focus, .dim:hover {
            opacity: 0.5;
        }

        .dim:active {
            opacity: 0.8;
            transition: opacity 0.15s ease-out;
        }

.glow, .glow:focus, .glow:hover {
    transition: opacity 0.15s ease-in;
}

    .glow:focus, .glow:hover {
        opacity: 1;
    }

.hide-child .child {
    opacity: 0;
    transition: opacity 0.15s ease-in;
}

.hide-child:active .child, .hide-child:focus .child, .hide-child:hover .child {
    opacity: 1;
    transition: opacity 0.15s ease-in;
}

.underline-hover:focus, .underline-hover:hover {
    text-decoration: underline;
}

.grow {
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

    .grow:focus, .grow:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .grow:active {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

.grow-large {
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

    .grow-large:focus, .grow-large:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .grow-large:active {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

.pointer:hover, .shadow-hover {
    cursor: pointer;
}

.shadow-hover {
    position: relative;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

    .shadow-hover:after {
        content: "";
        box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.2);
        border-radius: inherit;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .shadow-hover:focus:after, .shadow-hover:hover:after {
        opacity: 1;
    }

.bg-animate, .bg-animate:focus, .bg-animate:hover {
    transition: background-color 0.15s ease-in-out;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

.z-5 {
    z-index: 5;
}

.z-999 {
    z-index: 999;
}

.z-9999 {
    z-index: 9999;
}

.z-max, body.home section.home-main .slider .caption {
    z-index: 2147483647;
}

.z-inherit {
    z-index: inherit;
}

.z-initial {
    z-index: auto;
}

.z-unset {
    z-index: unset;
}

.nested-copy-line-height ol, .nested-copy-line-height p, .nested-copy-line-height ul {
    line-height: 1.5;
}

.nested-headline-line-height h1, .nested-headline-line-height h2, .nested-headline-line-height h3, .nested-headline-line-height div.event-module h1.event-detail-title, div.event-module .nested-headline-line-height h1.event-detail-title, .nested-headline-line-height h4, .nested-headline-line-height body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title, body.default div.recent-blog-posts-wrapper ul li .nested-headline-line-height a.recent-blog-posts-title, .nested-headline-line-height h5, .nested-headline-line-height body.signage div.veracross_athletics div.game div.date, body.signage div.veracross_athletics div.game .nested-headline-line-height div.date, .nested-headline-line-height body.signage div.recent-blog-posts-wrapper a.recent-blog-posts-title, body.signage div.recent-blog-posts-wrapper .nested-headline-line-height a.recent-blog-posts-title, .nested-headline-line-height body.default div.veracross_athletics div.game div.date, body.default div.veracross_athletics div.game .nested-headline-line-height div.date, .nested-headline-line-height h6 {
    line-height: 1.25;
}

.nested-list-reset ol, .nested-list-reset ul {
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
}

.nested-copy-indent p + p {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0;
}

.nested-copy-seperator p + p {
    margin-top: 1.5em;
}

.nested-img img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.nested-links a {
    color: #357edd;
    transition: color 0.15s ease-in;
}

    .nested-links a:focus, .nested-links a:hover {
        color: #96ccff;
        transition: color 0.15s ease-in;
    }

.debug * {
    outline: 1px solid gold;
}

.debug-white * {
    outline: 1px solid #fff;
}

.debug-black * {
    outline: 1px solid #000;
}

.debug-grid {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAFElEQVR4AWPAC97/9x0eCsAEPgwAVLshdpENIxcAAAAASUVORK5CYII=) repeat 0 0;
}

.debug-grid-16 {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMklEQVR4AWOgCLz/b0epAa6UGuBOqQHOQHLUgFEDnAbcBZ4UGwDOkiCnkIhdgNgNxAYAiYlD+8sEuo8AAAAASUVORK5CYII=) repeat 0 0;
}

.debug-grid-8-solid {
    background: #fff url(data:image/gif;base64,R0lGODdhCAAIAPEAAADw/wDx/////wAAACwAAAAACAAIAAACDZQvgaeb/lxbAIKA8y0AOw==) repeat 0 0;
}

.debug-grid-16-solid {
    background: #fff url(data:image/gif;base64,R0lGODdhEAAQAPEAAADw/wDx/xXy/////ywAAAAAEAAQAAACIZyPKckYDQFsb6ZqD85jZ2+BkwiRFKehhqQCQgDHcgwEBQA7) repeat 0 0;
}

@media screen and (min-width: 30em) {
    .aspect-ratio-ns {
        height: 0;
        position: relative;
    }

    .aspect-ratio--16x9-ns {
        padding-bottom: 56.25%;
    }

    .aspect-ratio--9x16-ns {
        padding-bottom: 177.77%;
    }

    .aspect-ratio--4x3-ns {
        padding-bottom: 75%;
    }

    .aspect-ratio--3x4-ns {
        padding-bottom: 133.33%;
    }

    .aspect-ratio--6x4-ns {
        padding-bottom: 66.6%;
    }

    .aspect-ratio--4x6-ns {
        padding-bottom: 150%;
    }

    .aspect-ratio--8x5-ns {
        padding-bottom: 62.5%;
    }

    .aspect-ratio--5x8-ns {
        padding-bottom: 160%;
    }

    .aspect-ratio--7x5-ns {
        padding-bottom: 71.42%;
    }

    .aspect-ratio--5x7-ns {
        padding-bottom: 140%;
    }

    .aspect-ratio--1x1-ns {
        padding-bottom: 100%;
    }

    .aspect-ratio--object-ns {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
    }

    .cover-ns {
        background-size: cover !important;
    }

    .contain-ns {
        background-size: contain !important;
    }

    .bg-center-ns {
        background-position: 50%;
    }

    .bg-center-ns, .bg-top-ns {
        background-repeat: no-repeat;
    }

    .bg-top-ns {
        background-position: top;
    }

    .bg-right-ns {
        background-position: 100%;
    }

    .bg-bottom-ns, .bg-right-ns {
        background-repeat: no-repeat;
    }

    .bg-bottom-ns {
        background-position: bottom;
    }

    .bg-left-ns {
        background-repeat: no-repeat;
        background-position: 0;
    }

    .outline-ns {
        outline: 1px solid;
    }

    .outline-transparent-ns {
        outline: 1px solid transparent;
    }

    .outline-0-ns {
        outline: 0;
    }

    .ba-ns {
        border-style: solid;
        border-width: 1px;
    }

    .bt-ns {
        border-top-style: solid;
        border-top-width: 1px;
    }

    .br-ns {
        border-right-style: solid;
        border-right-width: 1px;
    }

    .bb-ns {
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

    .bl-ns {
        border-left-style: solid;
        border-left-width: 1px;
    }

    .bn-ns {
        border-style: none;
        border-width: 0;
    }

    .br0-ns {
        border-radius: 0;
    }

    .br1-ns {
        border-radius: 0.125rem;
    }

    .br2-ns {
        border-radius: 0.25rem;
    }

    .br3-ns {
        border-radius: 0.5rem;
    }

    .br4-ns {
        border-radius: 1rem;
    }

    .br-100-ns {
        border-radius: 100%;
    }

    .br-pill-ns {
        border-radius: 9999px;
    }

    .br--bottom-ns {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .br--top-ns {
        border-bottom-right-radius: 0;
    }

    .br--right-ns, .br--top-ns {
        border-bottom-left-radius: 0;
    }

    .br--right-ns {
        border-top-left-radius: 0;
    }

    .br--left-ns {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .b--dotted-ns {
        border-style: dotted;
    }

    .b--dashed-ns {
        border-style: dashed;
    }

    .b--solid-ns {
        border-style: solid;
    }

    .b--none-ns {
        border-style: none;
    }

    .bw0-ns {
        border-width: 0;
    }

    .bw1-ns {
        border-width: 0.125rem;
    }

    .bw2-ns {
        border-width: 0.25rem;
    }

    .bw3-ns {
        border-width: 0.5rem;
    }

    .bw4-ns {
        border-width: 1rem;
    }

    .bw5-ns {
        border-width: 2rem;
    }

    .bt-0-ns {
        border-top-width: 0;
    }

    .br-0-ns {
        border-right-width: 0;
    }

    .bb-0-ns {
        border-bottom-width: 0;
    }

    .bl-0-ns {
        border-left-width: 0;
    }

    .shadow-1-ns {
        box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
    }

    .shadow-2-ns {
        box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
    }

    .shadow-3-ns {
        box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
    }

    .shadow-4-ns {
        box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    }

    .shadow-5-ns {
        box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
    }

    .top-0-ns {
        top: 0;
    }

    .left-0-ns {
        left: 0;
    }

    .right-0-ns {
        right: 0;
    }

    .bottom-0-ns {
        bottom: 0;
    }

    .top-1-ns {
        top: 1rem;
    }

    .left-1-ns {
        left: 1rem;
    }

    .right-1-ns {
        right: 1rem;
    }

    .bottom-1-ns {
        bottom: 1rem;
    }

    .top-2-ns {
        top: 2rem;
    }

    .left-2-ns {
        left: 2rem;
    }

    .right-2-ns {
        right: 2rem;
    }

    .bottom-2-ns {
        bottom: 2rem;
    }

    .top--1-ns {
        top: -1rem;
    }

    .right--1-ns {
        right: -1rem;
    }

    .bottom--1-ns {
        bottom: -1rem;
    }

    .left--1-ns {
        left: -1rem;
    }

    .top--2-ns {
        top: -2rem;
    }

    .right--2-ns {
        right: -2rem;
    }

    .bottom--2-ns {
        bottom: -2rem;
    }

    .left--2-ns {
        left: -2rem;
    }

    .absolute--fill-ns {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .cl-ns {
        clear: left;
    }

    .cr-ns {
        clear: right;
    }

    .cb-ns {
        clear: both;
    }

    .cn-ns {
        clear: none;
    }

    .dn-ns {
        display: none;
    }

    .di-ns {
        display: inline;
    }

    .db-ns {
        display: block;
    }

    .dib-ns {
        display: inline-block;
    }

    .dit-ns {
        display: inline-table;
    }

    .dt-ns, div.event-module .cal-display-switch {
        display: table;
    }

    .dtc-ns {
        display: table-cell;
    }

    .dt-row-ns {
        display: table-row;
    }

    .dt-row-group-ns {
        display: table-row-group;
    }

    .dt-column-ns {
        display: table-column;
    }

    .dt-column-group-ns {
        display: table-column-group;
    }

    .dt--fixed-ns {
        table-layout: fixed;
        width: 100%;
    }

    .flex-ns, div.event-module .CalendarMenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .inline-flex-ns {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .flex-auto-ns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0;
    }

    .flex-none-ns {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .flex-column-ns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex-row-ns, div.event-module .CalendarMonthFilter {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .flex-wrap-ns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .flex-nowrap-ns {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .flex-wrap-reverse-ns {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }

    .flex-column-reverse-ns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .flex-row-reverse-ns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .items-start-ns {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .items-end-ns {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .items-center-ns {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .items-baseline-ns {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .items-stretch-ns {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .self-start-ns {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .self-end-ns {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .self-center-ns {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .self-baseline-ns {
        -ms-flex-item-align: baseline;
        align-self: baseline;
    }

    .self-stretch-ns {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .justify-start-ns {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .justify-end-ns {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .justify-center-ns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .justify-between-ns {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .justify-around-ns {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .content-start-ns {
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .content-end-ns {
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }

    .content-center-ns {
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .content-between-ns {
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }

    .content-around-ns {
        -ms-flex-line-pack: distribute;
        align-content: space-around;
    }

    .content-stretch-ns {
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }

    .order-0-ns {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-1-ns {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-2-ns {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-3-ns {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-4-ns {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-5-ns {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-6-ns {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-7-ns {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-8-ns {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-last-ns {
        -webkit-box-ordinal-group: 100000;
        -ms-flex-order: 99999;
        order: 99999;
    }

    .fl-ns {
        float: left;
    }

    .fl-ns, .fr-ns {
        display: inline;
    }

    .fr-ns {
        float: right;
    }

    .fn-ns {
        float: none;
    }

    .i-ns {
        font-style: italic;
    }

    .fs-normal-ns {
        font-style: normal;
    }

    .normal-ns {
        font-weight: 400;
    }

    .b-ns {
        font-weight: 700;
    }

    .fw1-ns {
        font-weight: 100;
    }

    .fw2-ns {
        font-weight: 200;
    }

    .fw3-ns {
        font-weight: 300;
    }

    .fw4-ns {
        font-weight: 400;
    }

    .fw5-ns {
        font-weight: 500;
    }

    .fw6-ns {
        font-weight: 600;
    }

    .fw7-ns {
        font-weight: 700;
    }

    .fw8-ns {
        font-weight: 800;
    }

    .fw9-ns {
        font-weight: 900;
    }

    .h1-ns {
        height: 1rem;
    }

    .h2-ns {
        height: 2rem;
    }

    .h3-ns {
        height: 4rem;
    }

    .h4-ns {
        height: 8rem;
    }

    .h5-ns {
        height: 16rem;
    }

    .h-25-ns {
        height: 25%;
    }

    .h-50-ns {
        height: 50%;
    }

    .h-75-ns {
        height: 75%;
    }

    .h-100-ns {
        height: 100%;
    }

    .min-h-100-ns {
        min-height: 100%;
    }

    .vh-25-ns {
        height: 25vh;
    }

    .vh-50-ns {
        height: 50vh;
    }

    .vh-75-ns {
        height: 75vh;
    }

    .vh-100-ns {
        height: 100vh;
    }

    .min-vh-100-ns {
        min-height: 100vh;
    }

    .h-auto-ns {
        height: auto;
    }

    .h-inherit-ns {
        height: inherit;
    }

    .tracked-ns {
        letter-spacing: 0.1em;
    }

    .tracked-tight-ns {
        letter-spacing: -0.05em;
    }

    .tracked-mega-ns {
        letter-spacing: 0.25em;
    }

    .lh-solid-ns {
        line-height: 1;
    }

    .lh-title-ns {
        line-height: 1.25;
    }

    .lh-copy-ns {
        line-height: 1.5;
    }

    .mw-100-ns {
        max-width: 100%;
    }

    .mw1-ns {
        max-width: 1rem;
    }

    .mw2-ns {
        max-width: 2rem;
    }

    .mw3-ns {
        max-width: 4rem;
    }

    .mw4-ns {
        max-width: 8rem;
    }

    .mw5-ns {
        max-width: 16rem;
    }

    .mw6-ns, body.home section.home-main .slider .caption p.description, body.home section.home-main .slider .caption {
        max-width: 32rem;
    }

    .mw7-ns {
        max-width: 48rem;
    }

    .mw8-ns {
        max-width: 64rem;
    }

    .mw9-ns {
        max-width: 96rem;
    }

    .mw-none-ns {
        max-width: none;
    }

    .w1-ns {
        width: 1rem;
    }

    .w2-ns {
        width: 2rem;
    }

    .w3-ns {
        width: 4rem;
    }

    .w4-ns {
        width: 8rem;
    }

    .w5-ns {
        width: 16rem;
    }

    .w-10-ns {
        width: 10%;
    }

    .w-20-ns {
        width: 20%;
    }

    .w-25-ns {
        width: 25%;
    }

    .w-30-ns {
        width: 30%;
    }

    .w-33-ns {
        width: 33%;
    }

    .w-34-ns {
        width: 34%;
    }

    .w-40-ns, div.event-module .detail-panel .event-detail-block-wrapper img.event-detail-image, div.event-module ul.sw-events-detail-list li div.sw-events-detail-list-event-details {
        width: 40%;
    }

    .w-50-ns {
        width: 50%;
    }

    .w-60-ns, div.event-module .detail-panel .event-detail-block-wrapper .event-detail-info, div.event-module ul.sw-events-detail-list li h2.sw-events-detail-list-event-subject {
        width: 60%;
    }

    .w-70-ns {
        width: 70%;
    }

    .w-75-ns {
        width: 75%;
    }

    .w-80-ns {
        width: 80%;
    }

    .w-90-ns {
        width: 90%;
    }

    .w-100-ns {
        width: 100%;
    }

    .w-third-ns {
        width: 33.33333%;
    }

    .w-two-thirds-ns {
        width: 66.66667%;
    }

    .w-auto-ns {
        width: auto;
    }

    .overflow-visible-ns {
        overflow: visible;
    }

    .overflow-hidden-ns {
        overflow: hidden;
    }

    .overflow-scroll-ns {
        overflow: scroll;
    }

    .overflow-auto-ns {
        overflow: auto;
    }

    .overflow-x-visible-ns {
        overflow-x: visible;
    }

    .overflow-x-hidden-ns {
        overflow-x: hidden;
    }

    .overflow-x-scroll-ns {
        overflow-x: scroll;
    }

    .overflow-x-auto-ns {
        overflow-x: auto;
    }

    .overflow-y-visible-ns {
        overflow-y: visible;
    }

    .overflow-y-hidden-ns {
        overflow-y: hidden;
    }

    .overflow-y-scroll-ns {
        overflow-y: scroll;
    }

    .overflow-y-auto-ns {
        overflow-y: auto;
    }

    .static-ns {
        position: static;
    }

    .relative-ns {
        position: relative;
    }

    .absolute-ns {
        position: absolute;
    }

    .fixed-ns {
        position: fixed;
    }

    .rotate-45-ns {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .rotate-90-ns {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .rotate-135-ns {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .rotate-180-ns {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .rotate-225-ns {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    .rotate-270-ns {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .rotate-315-ns {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .pa0-ns {
        padding: 0;
    }

    .pa1-ns {
        padding: 0.25rem;
    }

    .pa2-ns {
        padding: 0.5rem;
    }

    .pa3-ns {
        padding: 1rem;
    }

    .pa4-ns {
        padding: 2rem;
    }

    .pa5-ns {
        padding: 4rem;
    }

    .pa6-ns {
        padding: 8rem;
    }

    .pa7-ns {
        padding: 16rem;
    }

    .pl0-ns {
        padding-left: 0;
    }

    .pl1-ns {
        padding-left: 0.25rem;
    }

    .pl2-ns {
        padding-left: 0.5rem;
    }

    .pl3-ns {
        padding-left: 1rem;
    }

    .pl4-ns {
        padding-left: 2rem;
    }

    .pl5-ns, body.home section.home-main .slider .caption {
        padding-left: 4rem;
    }

    .pl6-ns {
        padding-left: 8rem;
    }

    .pl7-ns {
        padding-left: 16rem;
    }

    .pr0-ns {
        padding-right: 0;
    }

    .pr1-ns {
        padding-right: 0.25rem;
    }

    .pr2-ns {
        padding-right: 0.5rem;
    }

    .pr3-ns {
        padding-right: 1rem;
    }

    .pr4-ns, div.event-module .detail-panel .event-detail-block-wrapper img.event-detail-image {
        padding-right: 2rem;
    }

    .pr5-ns {
        padding-right: 4rem;
    }

    .pr6-ns {
        padding-right: 8rem;
    }

    .pr7-ns {
        padding-right: 16rem;
    }

    .pb0-ns {
        padding-bottom: 0;
    }

    .pb1-ns {
        padding-bottom: 0.25rem;
    }

    .pb2-ns {
        padding-bottom: 0.5rem;
    }

    .pb3-ns {
        padding-bottom: 1rem;
    }

    .pb4-ns {
        padding-bottom: 2rem;
    }

    .pb5-ns {
        padding-bottom: 4rem;
    }

    .pb6-ns {
        padding-bottom: 8rem;
    }

    .pb7-ns {
        padding-bottom: 16rem;
    }

    .pt0-ns {
        padding-top: 0;
    }

    .pt1-ns {
        padding-top: 0.25rem;
    }

    .pt2-ns {
        padding-top: 0.5rem;
    }

    .pt3-ns {
        padding-top: 1rem;
    }

    .pt4-ns {
        padding-top: 2rem;
    }

    .pt5-ns {
        padding-top: 4rem;
    }

    .pt6-ns {
        padding-top: 8rem;
    }

    .pt7-ns {
        padding-top: 16rem;
    }

    .pv0-ns {
        padding-top: 0;
        padding-bottom: 0;
    }

    .pv1-ns {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .pv2-ns {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .pv3-ns {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .pv4-ns {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .pv5-ns {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .pv6-ns {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .pv7-ns {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }

    .ph0-ns, div.event-module ul.sw-events-detail-list li {
        padding-left: 0;
        padding-right: 0;
    }

    .ph1-ns {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .ph2-ns {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .ph3-ns {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .ph4-ns {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .ph5-ns {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .ph6-ns {
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .ph7-ns {
        padding-left: 16rem;
        padding-right: 16rem;
    }

    .ma0-ns {
        margin: 0;
    }

    .ma1-ns {
        margin: 0.25rem;
    }

    .ma2-ns {
        margin: 0.5rem;
    }

    .ma3-ns {
        margin: 1rem;
    }

    .ma4-ns {
        margin: 2rem;
    }

    .ma5-ns {
        margin: 4rem;
    }

    .ma6-ns {
        margin: 8rem;
    }

    .ma7-ns {
        margin: 16rem;
    }

    .ml0-ns {
        margin-left: 0;
    }

    .ml1-ns {
        margin-left: 0.25rem;
    }

    .ml2-ns {
        margin-left: 0.5rem;
    }

    .ml3-ns {
        margin-left: 1rem;
    }

    .ml4-ns {
        margin-left: 2rem;
    }

    .ml5-ns {
        margin-left: 4rem;
    }

    .ml6-ns {
        margin-left: 8rem;
    }

    .ml7-ns {
        margin-left: 16rem;
    }

    .mr0-ns {
        margin-right: 0;
    }

    .mr1-ns {
        margin-right: 0.25rem;
    }

    .mr2-ns {
        margin-right: 0.5rem;
    }

    .mr3-ns {
        margin-right: 1rem;
    }

    .mr4-ns {
        margin-right: 2rem;
    }

    .mr5-ns {
        margin-right: 4rem;
    }

    .mr6-ns {
        margin-right: 8rem;
    }

    .mr7-ns {
        margin-right: 16rem;
    }

    .mb0-ns {
        margin-bottom: 0;
    }

    .mb1-ns {
        margin-bottom: 0.25rem;
    }

    .mb2-ns {
        margin-bottom: 0.5rem;
    }

    .mb3-ns, div.event-module .list-panel div.event-listing-date {
        margin-bottom: 1rem;
    }

    .mb4-ns, div.event-module .detail-panel .event-detail-block-wrapper img.event-detail-image {
        margin-bottom: 2rem;
    }

    .mb5-ns {
        margin-bottom: 4rem;
    }

    .mb6-ns {
        margin-bottom: 8rem;
    }

    .mb7-ns {
        margin-bottom: 16rem;
    }

    .mt0-ns {
        margin-top: 0;
    }

    .mt1-ns {
        margin-top: 0.25rem;
    }

    .mt2-ns {
        margin-top: 0.5rem;
    }

    .mt3-ns {
        margin-top: 1rem;
    }

    .mt4-ns {
        margin-top: 2rem;
    }

    .mt5-ns {
        margin-top: 4rem;
    }

    .mt6-ns {
        margin-top: 8rem;
    }

    .mt7-ns {
        margin-top: 16rem;
    }

    .mv0-ns {
        margin-top: 0;
        margin-bottom: 0;
    }

    .mv1-ns {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }

    .mv2-ns {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .mv3-ns {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .mv4-ns {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .mv5-ns {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .mv6-ns {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }

    .mv7-ns {
        margin-top: 16rem;
        margin-bottom: 16rem;
    }

    .mh0-ns {
        margin-left: 0;
        margin-right: 0;
    }

    .mh1-ns {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

    .mh2-ns {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .mh3-ns {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .mh4-ns {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .mh5-ns {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .mh6-ns {
        margin-left: 8rem;
        margin-right: 8rem;
    }

    .mh7-ns {
        margin-left: 16rem;
        margin-right: 16rem;
    }

    .na1-ns {
        margin: -0.25rem;
    }

    .na2-ns {
        margin: -0.5rem;
    }

    .na3-ns {
        margin: -1rem;
    }

    .na4-ns {
        margin: -2rem;
    }

    .na5-ns {
        margin: -4rem;
    }

    .na6-ns {
        margin: -8rem;
    }

    .na7-ns {
        margin: -16rem;
    }

    .nl1-ns {
        margin-left: -0.25rem;
    }

    .nl2-ns {
        margin-left: -0.5rem;
    }

    .nl3-ns {
        margin-left: -1rem;
    }

    .nl4-ns {
        margin-left: -2rem;
    }

    .nl5-ns {
        margin-left: -4rem;
    }

    .nl6-ns {
        margin-left: -8rem;
    }

    .nl7-ns {
        margin-left: -16rem;
    }

    .nr1-ns {
        margin-right: -0.25rem;
    }

    .nr2-ns {
        margin-right: -0.5rem;
    }

    .nr3-ns {
        margin-right: -1rem;
    }

    .nr4-ns {
        margin-right: -2rem;
    }

    .nr5-ns {
        margin-right: -4rem;
    }

    .nr6-ns {
        margin-right: -8rem;
    }

    .nr7-ns {
        margin-right: -16rem;
    }

    .nb1-ns {
        margin-bottom: -0.25rem;
    }

    .nb2-ns {
        margin-bottom: -0.5rem;
    }

    .nb3-ns {
        margin-bottom: -1rem;
    }

    .nb4-ns {
        margin-bottom: -2rem;
    }

    .nb5-ns {
        margin-bottom: -4rem;
    }

    .nb6-ns {
        margin-bottom: -8rem;
    }

    .nb7-ns {
        margin-bottom: -16rem;
    }

    .nt1-ns {
        margin-top: -0.25rem;
    }

    .nt2-ns {
        margin-top: -0.5rem;
    }

    .nt3-ns {
        margin-top: -1rem;
    }

    .nt4-ns {
        margin-top: -2rem;
    }

    .nt5-ns {
        margin-top: -4rem;
    }

    .nt6-ns {
        margin-top: -8rem;
    }

    .nt7-ns {
        margin-top: -16rem;
    }

    .strike-ns {
        text-decoration: line-through;
    }

    .underline-ns {
        text-decoration: underline;
    }

    .no-underline-ns {
        text-decoration: none;
    }

    .tl-ns {
        text-align: left;
    }

    .tr-ns {
        text-align: right;
    }

    .tc-ns {
        text-align: center;
    }

    .tj-ns {
        text-align: justify;
    }

    .ttc-ns {
        text-transform: capitalize;
    }

    .ttl-ns {
        text-transform: lowercase;
    }

    .ttu-ns {
        text-transform: uppercase;
    }

    .ttn-ns {
        text-transform: none;
    }

    .f-6-ns, .f-headline-ns {
        font-size: 6rem;
    }

    .f-5-ns, .f-subheadline-ns {
        font-size: 5rem;
    }

    .f1-ns {
        font-size: 3rem;
    }

    .f2-ns {
        font-size: 2.25rem;
    }

    .f3-ns {
        font-size: 1.5rem;
    }

    .f4-ns {
        font-size: 1.25rem;
    }

    .f5-ns {
        font-size: 1rem;
    }

    .f6-ns {
        font-size: 0.875rem;
    }

    .f7-ns {
        font-size: 0.75rem;
    }

    .measure-ns {
        max-width: 30em;
    }

    .measure-wide-ns {
        max-width: 34em;
    }

    .measure-narrow-ns {
        max-width: 20em;
    }

    .indent-ns {
        text-indent: 1em;
        margin-top: 0;
        margin-bottom: 0;
    }

    .small-caps-ns {
        font-variant: small-caps;
    }

    .truncate-ns {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .center-ns {
        margin-left: auto;
    }

    .center-ns, .mr-auto-ns {
        margin-right: auto;
    }

    .ml-auto-ns {
        margin-left: auto;
    }

    .clip-ns {
        position: fixed !important;
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
    }

    .ws-normal-ns {
        white-space: normal;
    }

    .nowrap-ns {
        white-space: nowrap;
    }

    .pre-ns {
        white-space: pre;
    }

    .v-base-ns {
        vertical-align: baseline;
    }

    .v-mid-ns {
        vertical-align: middle;
    }

    .v-top-ns {
        vertical-align: top;
    }

    .v-btm-ns {
        vertical-align: bottom;
    }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
    .aspect-ratio-m {
        height: 0;
        position: relative;
    }

    .aspect-ratio--16x9-m {
        padding-bottom: 56.25%;
    }

    .aspect-ratio--9x16-m {
        padding-bottom: 177.77%;
    }

    .aspect-ratio--4x3-m {
        padding-bottom: 75%;
    }

    .aspect-ratio--3x4-m {
        padding-bottom: 133.33%;
    }

    .aspect-ratio--6x4-m {
        padding-bottom: 66.6%;
    }

    .aspect-ratio--4x6-m {
        padding-bottom: 150%;
    }

    .aspect-ratio--8x5-m {
        padding-bottom: 62.5%;
    }

    .aspect-ratio--5x8-m {
        padding-bottom: 160%;
    }

    .aspect-ratio--7x5-m {
        padding-bottom: 71.42%;
    }

    .aspect-ratio--5x7-m {
        padding-bottom: 140%;
    }

    .aspect-ratio--1x1-m {
        padding-bottom: 100%;
    }

    .aspect-ratio--object-m {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
    }

    .cover-m {
        background-size: cover !important;
    }

    .contain-m {
        background-size: contain !important;
    }

    .bg-center-m {
        background-position: 50%;
    }

    .bg-center-m, .bg-top-m {
        background-repeat: no-repeat;
    }

    .bg-top-m {
        background-position: top;
    }

    .bg-right-m {
        background-position: 100%;
    }

    .bg-bottom-m, .bg-right-m {
        background-repeat: no-repeat;
    }

    .bg-bottom-m {
        background-position: bottom;
    }

    .bg-left-m {
        background-repeat: no-repeat;
        background-position: 0;
    }

    .outline-m {
        outline: 1px solid;
    }

    .outline-transparent-m {
        outline: 1px solid transparent;
    }

    .outline-0-m {
        outline: 0;
    }

    .ba-m {
        border-style: solid;
        border-width: 1px;
    }

    .bt-m {
        border-top-style: solid;
        border-top-width: 1px;
    }

    .br-m {
        border-right-style: solid;
        border-right-width: 1px;
    }

    .bb-m {
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

    .bl-m {
        border-left-style: solid;
        border-left-width: 1px;
    }

    .bn-m {
        border-style: none;
        border-width: 0;
    }

    .br0-m {
        border-radius: 0;
    }

    .br1-m {
        border-radius: 0.125rem;
    }

    .br2-m {
        border-radius: 0.25rem;
    }

    .br3-m {
        border-radius: 0.5rem;
    }

    .br4-m {
        border-radius: 1rem;
    }

    .br-100-m {
        border-radius: 100%;
    }

    .br-pill-m {
        border-radius: 9999px;
    }

    .br--bottom-m {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .br--top-m {
        border-bottom-right-radius: 0;
    }

    .br--right-m, .br--top-m {
        border-bottom-left-radius: 0;
    }

    .br--right-m {
        border-top-left-radius: 0;
    }

    .br--left-m {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .b--dotted-m {
        border-style: dotted;
    }

    .b--dashed-m {
        border-style: dashed;
    }

    .b--solid-m {
        border-style: solid;
    }

    .b--none-m {
        border-style: none;
    }

    .bw0-m {
        border-width: 0;
    }

    .bw1-m {
        border-width: 0.125rem;
    }

    .bw2-m {
        border-width: 0.25rem;
    }

    .bw3-m {
        border-width: 0.5rem;
    }

    .bw4-m {
        border-width: 1rem;
    }

    .bw5-m {
        border-width: 2rem;
    }

    .bt-0-m {
        border-top-width: 0;
    }

    .br-0-m {
        border-right-width: 0;
    }

    .bb-0-m {
        border-bottom-width: 0;
    }

    .bl-0-m {
        border-left-width: 0;
    }

    .shadow-1-m {
        box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
    }

    .shadow-2-m {
        box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
    }

    .shadow-3-m {
        box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
    }

    .shadow-4-m {
        box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    }

    .shadow-5-m {
        box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
    }

    .top-0-m {
        top: 0;
    }

    .left-0-m {
        left: 0;
    }

    .right-0-m {
        right: 0;
    }

    .bottom-0-m {
        bottom: 0;
    }

    .top-1-m {
        top: 1rem;
    }

    .left-1-m {
        left: 1rem;
    }

    .right-1-m {
        right: 1rem;
    }

    .bottom-1-m {
        bottom: 1rem;
    }

    .top-2-m {
        top: 2rem;
    }

    .left-2-m {
        left: 2rem;
    }

    .right-2-m {
        right: 2rem;
    }

    .bottom-2-m {
        bottom: 2rem;
    }

    .top--1-m {
        top: -1rem;
    }

    .right--1-m {
        right: -1rem;
    }

    .bottom--1-m {
        bottom: -1rem;
    }

    .left--1-m {
        left: -1rem;
    }

    .top--2-m {
        top: -2rem;
    }

    .right--2-m {
        right: -2rem;
    }

    .bottom--2-m {
        bottom: -2rem;
    }

    .left--2-m {
        left: -2rem;
    }

    .absolute--fill-m {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .cl-m {
        clear: left;
    }

    .cr-m {
        clear: right;
    }

    .cb-m {
        clear: both;
    }

    .cn-m {
        clear: none;
    }

    .dn-m {
        display: none;
    }

    .di-m {
        display: inline;
    }

    .db-m {
        display: block;
    }

    .dib-m {
        display: inline-block;
    }

    .dit-m {
        display: inline-table;
    }

    .dt-m {
        display: table;
    }

    .dtc-m {
        display: table-cell;
    }

    .dt-row-m {
        display: table-row;
    }

    .dt-row-group-m {
        display: table-row-group;
    }

    .dt-column-m {
        display: table-column;
    }

    .dt-column-group-m {
        display: table-column-group;
    }

    .dt--fixed-m {
        table-layout: fixed;
        width: 100%;
    }

    .flex-m {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .inline-flex-m {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .flex-auto-m {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0;
    }

    .flex-none-m {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .flex-column-m {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex-column-m, .flex-row-m {
        -webkit-box-direction: normal;
    }

    .flex-row-m {
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .flex-wrap-m {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .flex-nowrap-m {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .flex-wrap-reverse-m {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }

    .flex-column-reverse-m {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .flex-row-reverse-m {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .items-start-m {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .items-end-m {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .items-center-m {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .items-baseline-m {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .items-stretch-m {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .self-start-m {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .self-end-m {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .self-center-m {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .self-baseline-m {
        -ms-flex-item-align: baseline;
        align-self: baseline;
    }

    .self-stretch-m {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .justify-start-m {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .justify-end-m {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .justify-center-m {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .justify-between-m {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .justify-around-m {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .content-start-m {
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .content-end-m {
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }

    .content-center-m {
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .content-between-m {
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }

    .content-around-m {
        -ms-flex-line-pack: distribute;
        align-content: space-around;
    }

    .content-stretch-m {
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }

    .order-0-m {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-1-m {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-2-m {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-3-m {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-4-m {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-5-m {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-6-m {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-7-m {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-8-m {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-last-m {
        -webkit-box-ordinal-group: 100000;
        -ms-flex-order: 99999;
        order: 99999;
    }

    .fl-m {
        float: left;
    }

    .fl-m, .fr-m {
        display: inline;
    }

    .fr-m {
        float: right;
    }

    .fn-m {
        float: none;
    }

    .i-m {
        font-style: italic;
    }

    .fs-normal-m {
        font-style: normal;
    }

    .normal-m {
        font-weight: 400;
    }

    .b-m {
        font-weight: 700;
    }

    .fw1-m {
        font-weight: 100;
    }

    .fw2-m {
        font-weight: 200;
    }

    .fw3-m {
        font-weight: 300;
    }

    .fw4-m {
        font-weight: 400;
    }

    .fw5-m {
        font-weight: 500;
    }

    .fw6-m {
        font-weight: 600;
    }

    .fw7-m {
        font-weight: 700;
    }

    .fw8-m {
        font-weight: 800;
    }

    .fw9-m {
        font-weight: 900;
    }

    .h1-m {
        height: 1rem;
    }

    .h2-m {
        height: 2rem;
    }

    .h3-m {
        height: 4rem;
    }

    .h4-m {
        height: 8rem;
    }

    .h5-m {
        height: 16rem;
    }

    .h-25-m {
        height: 25%;
    }

    .h-50-m {
        height: 50%;
    }

    .h-75-m {
        height: 75%;
    }

    .h-100-m {
        height: 100%;
    }

    .min-h-100-m {
        min-height: 100%;
    }

    .vh-25-m {
        height: 25vh;
    }

    .vh-50-m {
        height: 50vh;
    }

    .vh-75-m {
        height: 75vh;
    }

    .vh-100-m {
        height: 100vh;
    }

    .min-vh-100-m {
        min-height: 100vh;
    }

    .h-auto-m {
        height: auto;
    }

    .h-inherit-m {
        height: inherit;
    }

    .tracked-m {
        letter-spacing: 0.1em;
    }

    .tracked-tight-m {
        letter-spacing: -0.05em;
    }

    .tracked-mega-m {
        letter-spacing: 0.25em;
    }

    .lh-solid-m {
        line-height: 1;
    }

    .lh-title-m {
        line-height: 1.25;
    }

    .lh-copy-m {
        line-height: 1.5;
    }

    .mw-100-m {
        max-width: 100%;
    }

    .mw1-m {
        max-width: 1rem;
    }

    .mw2-m {
        max-width: 2rem;
    }

    .mw3-m {
        max-width: 4rem;
    }

    .mw4-m {
        max-width: 8rem;
    }

    .mw5-m {
        max-width: 16rem;
    }

    .mw6-m {
        max-width: 32rem;
    }

    .mw7-m {
        max-width: 48rem;
    }

    .mw8-m {
        max-width: 64rem;
    }

    .mw9-m {
        max-width: 96rem;
    }

    .mw-none-m {
        max-width: none;
    }

    .w1-m {
        width: 1rem;
    }

    .w2-m {
        width: 2rem;
    }

    .w3-m {
        width: 4rem;
    }

    .w4-m {
        width: 8rem;
    }

    .w5-m {
        width: 16rem;
    }

    .w-10-m {
        width: 10%;
    }

    .w-20-m {
        width: 20%;
    }

    .w-25-m {
        width: 25%;
    }

    .w-30-m {
        width: 30%;
    }

    .w-33-m {
        width: 33%;
    }

    .w-34-m {
        width: 34%;
    }

    .w-40-m {
        width: 40%;
    }

    .w-50-m {
        width: 50%;
    }

    .w-60-m {
        width: 60%;
    }

    .w-70-m {
        width: 70%;
    }

    .w-75-m {
        width: 75%;
    }

    .w-80-m {
        width: 80%;
    }

    .w-90-m {
        width: 90%;
    }

    .w-100-m {
        width: 100%;
    }

    .w-third-m {
        width: 33.33333%;
    }

    .w-two-thirds-m {
        width: 66.66667%;
    }

    .w-auto-m {
        width: auto;
    }

    .overflow-visible-m {
        overflow: visible;
    }

    .overflow-hidden-m {
        overflow: hidden;
    }

    .overflow-scroll-m {
        overflow: scroll;
    }

    .overflow-auto-m {
        overflow: auto;
    }

    .overflow-x-visible-m {
        overflow-x: visible;
    }

    .overflow-x-hidden-m {
        overflow-x: hidden;
    }

    .overflow-x-scroll-m {
        overflow-x: scroll;
    }

    .overflow-x-auto-m {
        overflow-x: auto;
    }

    .overflow-y-visible-m {
        overflow-y: visible;
    }

    .overflow-y-hidden-m {
        overflow-y: hidden;
    }

    .overflow-y-scroll-m {
        overflow-y: scroll;
    }

    .overflow-y-auto-m {
        overflow-y: auto;
    }

    .static-m {
        position: static;
    }

    .relative-m {
        position: relative;
    }

    .absolute-m {
        position: absolute;
    }

    .fixed-m {
        position: fixed;
    }

    .rotate-45-m {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .rotate-90-m {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .rotate-135-m {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .rotate-180-m {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .rotate-225-m {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    .rotate-270-m {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .rotate-315-m {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .pa0-m {
        padding: 0;
    }

    .pa1-m {
        padding: 0.25rem;
    }

    .pa2-m {
        padding: 0.5rem;
    }

    .pa3-m {
        padding: 1rem;
    }

    .pa4-m {
        padding: 2rem;
    }

    .pa5-m {
        padding: 4rem;
    }

    .pa6-m {
        padding: 8rem;
    }

    .pa7-m {
        padding: 16rem;
    }

    .pl0-m {
        padding-left: 0;
    }

    .pl1-m {
        padding-left: 0.25rem;
    }

    .pl2-m {
        padding-left: 0.5rem;
    }

    .pl3-m {
        padding-left: 1rem;
    }

    .pl4-m {
        padding-left: 2rem;
    }

    .pl5-m {
        padding-left: 4rem;
    }

    .pl6-m {
        padding-left: 8rem;
    }

    .pl7-m {
        padding-left: 16rem;
    }

    .pr0-m {
        padding-right: 0;
    }

    .pr1-m {
        padding-right: 0.25rem;
    }

    .pr2-m {
        padding-right: 0.5rem;
    }

    .pr3-m {
        padding-right: 1rem;
    }

    .pr4-m {
        padding-right: 2rem;
    }

    .pr5-m {
        padding-right: 4rem;
    }

    .pr6-m {
        padding-right: 8rem;
    }

    .pr7-m {
        padding-right: 16rem;
    }

    .pb0-m {
        padding-bottom: 0;
    }

    .pb1-m {
        padding-bottom: 0.25rem;
    }

    .pb2-m {
        padding-bottom: 0.5rem;
    }

    .pb3-m {
        padding-bottom: 1rem;
    }

    .pb4-m {
        padding-bottom: 2rem;
    }

    .pb5-m {
        padding-bottom: 4rem;
    }

    .pb6-m {
        padding-bottom: 8rem;
    }

    .pb7-m {
        padding-bottom: 16rem;
    }

    .pt0-m {
        padding-top: 0;
    }

    .pt1-m {
        padding-top: 0.25rem;
    }

    .pt2-m {
        padding-top: 0.5rem;
    }

    .pt3-m {
        padding-top: 1rem;
    }

    .pt4-m {
        padding-top: 2rem;
    }

    .pt5-m {
        padding-top: 4rem;
    }

    .pt6-m {
        padding-top: 8rem;
    }

    .pt7-m {
        padding-top: 16rem;
    }

    .pv0-m {
        padding-top: 0;
        padding-bottom: 0;
    }

    .pv1-m {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .pv2-m {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .pv3-m {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .pv4-m {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .pv5-m {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .pv6-m {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .pv7-m {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }

    .ph0-m {
        padding-left: 0;
        padding-right: 0;
    }

    .ph1-m {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .ph2-m {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .ph3-m {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .ph4-m {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .ph5-m {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .ph6-m {
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .ph7-m {
        padding-left: 16rem;
        padding-right: 16rem;
    }

    .ma0-m {
        margin: 0;
    }

    .ma1-m {
        margin: 0.25rem;
    }

    .ma2-m {
        margin: 0.5rem;
    }

    .ma3-m {
        margin: 1rem;
    }

    .ma4-m {
        margin: 2rem;
    }

    .ma5-m {
        margin: 4rem;
    }

    .ma6-m {
        margin: 8rem;
    }

    .ma7-m {
        margin: 16rem;
    }

    .ml0-m {
        margin-left: 0;
    }

    .ml1-m {
        margin-left: 0.25rem;
    }

    .ml2-m {
        margin-left: 0.5rem;
    }

    .ml3-m {
        margin-left: 1rem;
    }

    .ml4-m {
        margin-left: 2rem;
    }

    .ml5-m {
        margin-left: 4rem;
    }

    .ml6-m {
        margin-left: 8rem;
    }

    .ml7-m {
        margin-left: 16rem;
    }

    .mr0-m {
        margin-right: 0;
    }

    .mr1-m {
        margin-right: 0.25rem;
    }

    .mr2-m {
        margin-right: 0.5rem;
    }

    .mr3-m {
        margin-right: 1rem;
    }

    .mr4-m {
        margin-right: 2rem;
    }

    .mr5-m {
        margin-right: 4rem;
    }

    .mr6-m {
        margin-right: 8rem;
    }

    .mr7-m {
        margin-right: 16rem;
    }

    .mb0-m {
        margin-bottom: 0;
    }

    .mb1-m {
        margin-bottom: 0.25rem;
    }

    .mb2-m {
        margin-bottom: 0.5rem;
    }

    .mb3-m {
        margin-bottom: 1rem;
    }

    .mb4-m {
        margin-bottom: 2rem;
    }

    .mb5-m {
        margin-bottom: 4rem;
    }

    .mb6-m {
        margin-bottom: 8rem;
    }

    .mb7-m {
        margin-bottom: 16rem;
    }

    .mt0-m {
        margin-top: 0;
    }

    .mt1-m {
        margin-top: 0.25rem;
    }

    .mt2-m {
        margin-top: 0.5rem;
    }

    .mt3-m {
        margin-top: 1rem;
    }

    .mt4-m {
        margin-top: 2rem;
    }

    .mt5-m {
        margin-top: 4rem;
    }

    .mt6-m {
        margin-top: 8rem;
    }

    .mt7-m {
        margin-top: 16rem;
    }

    .mv0-m {
        margin-top: 0;
        margin-bottom: 0;
    }

    .mv1-m {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }

    .mv2-m {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .mv3-m {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .mv4-m {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .mv5-m {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .mv6-m {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }

    .mv7-m {
        margin-top: 16rem;
        margin-bottom: 16rem;
    }

    .mh0-m {
        margin-left: 0;
        margin-right: 0;
    }

    .mh1-m {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

    .mh2-m {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .mh3-m {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .mh4-m {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .mh5-m {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .mh6-m {
        margin-left: 8rem;
        margin-right: 8rem;
    }

    .mh7-m {
        margin-left: 16rem;
        margin-right: 16rem;
    }

    .na1-m {
        margin: -0.25rem;
    }

    .na2-m {
        margin: -0.5rem;
    }

    .na3-m {
        margin: -1rem;
    }

    .na4-m {
        margin: -2rem;
    }

    .na5-m {
        margin: -4rem;
    }

    .na6-m {
        margin: -8rem;
    }

    .na7-m {
        margin: -16rem;
    }

    .nl1-m {
        margin-left: -0.25rem;
    }

    .nl2-m {
        margin-left: -0.5rem;
    }

    .nl3-m {
        margin-left: -1rem;
    }

    .nl4-m {
        margin-left: -2rem;
    }

    .nl5-m {
        margin-left: -4rem;
    }

    .nl6-m {
        margin-left: -8rem;
    }

    .nl7-m {
        margin-left: -16rem;
    }

    .nr1-m {
        margin-right: -0.25rem;
    }

    .nr2-m {
        margin-right: -0.5rem;
    }

    .nr3-m {
        margin-right: -1rem;
    }

    .nr4-m {
        margin-right: -2rem;
    }

    .nr5-m {
        margin-right: -4rem;
    }

    .nr6-m {
        margin-right: -8rem;
    }

    .nr7-m {
        margin-right: -16rem;
    }

    .nb1-m {
        margin-bottom: -0.25rem;
    }

    .nb2-m {
        margin-bottom: -0.5rem;
    }

    .nb3-m {
        margin-bottom: -1rem;
    }

    .nb4-m {
        margin-bottom: -2rem;
    }

    .nb5-m {
        margin-bottom: -4rem;
    }

    .nb6-m {
        margin-bottom: -8rem;
    }

    .nb7-m {
        margin-bottom: -16rem;
    }

    .nt1-m {
        margin-top: -0.25rem;
    }

    .nt2-m {
        margin-top: -0.5rem;
    }

    .nt3-m {
        margin-top: -1rem;
    }

    .nt4-m {
        margin-top: -2rem;
    }

    .nt5-m {
        margin-top: -4rem;
    }

    .nt6-m {
        margin-top: -8rem;
    }

    .nt7-m {
        margin-top: -16rem;
    }

    .strike-m {
        text-decoration: line-through;
    }

    .underline-m {
        text-decoration: underline;
    }

    .no-underline-m {
        text-decoration: none;
    }

    .tl-m {
        text-align: left;
    }

    .tr-m {
        text-align: right;
    }

    .tc-m {
        text-align: center;
    }

    .tj-m {
        text-align: justify;
    }

    .ttc-m {
        text-transform: capitalize;
    }

    .ttl-m {
        text-transform: lowercase;
    }

    .ttu-m {
        text-transform: uppercase;
    }

    .ttn-m {
        text-transform: none;
    }

    .f-6-m, .f-headline-m {
        font-size: 6rem;
    }

    .f-5-m, .f-subheadline-m {
        font-size: 5rem;
    }

    .f1-m {
        font-size: 3rem;
    }

    .f2-m {
        font-size: 2.25rem;
    }

    .f3-m {
        font-size: 1.5rem;
    }

    .f4-m {
        font-size: 1.25rem;
    }

    .f5-m {
        font-size: 1rem;
    }

    .f6-m {
        font-size: 0.875rem;
    }

    .f7-m {
        font-size: 0.75rem;
    }

    .measure-m {
        max-width: 30em;
    }

    .measure-wide-m {
        max-width: 34em;
    }

    .measure-narrow-m {
        max-width: 20em;
    }

    .indent-m {
        text-indent: 1em;
        margin-top: 0;
        margin-bottom: 0;
    }

    .small-caps-m {
        font-variant: small-caps;
    }

    .truncate-m {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .center-m {
        margin-left: auto;
    }

    .center-m, .mr-auto-m {
        margin-right: auto;
    }

    .ml-auto-m {
        margin-left: auto;
    }

    .clip-m {
        position: fixed !important;
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
    }

    .ws-normal-m {
        white-space: normal;
    }

    .nowrap-m {
        white-space: nowrap;
    }

    .pre-m {
        white-space: pre;
    }

    .v-base-m {
        vertical-align: baseline;
    }

    .v-mid-m {
        vertical-align: middle;
    }

    .v-top-m {
        vertical-align: top;
    }

    .v-btm-m {
        vertical-align: bottom;
    }
}

@media screen and (min-width: 60em) {
    .aspect-ratio-l {
        height: 0;
        position: relative;
    }

    .aspect-ratio--16x9-l {
        padding-bottom: 56.25%;
    }

    .aspect-ratio--9x16-l {
        padding-bottom: 177.77%;
    }

    .aspect-ratio--4x3-l {
        padding-bottom: 75%;
    }

    .aspect-ratio--3x4-l {
        padding-bottom: 133.33%;
    }

    .aspect-ratio--6x4-l {
        padding-bottom: 66.6%;
    }

    .aspect-ratio--4x6-l {
        padding-bottom: 150%;
    }

    .aspect-ratio--8x5-l {
        padding-bottom: 62.5%;
    }

    .aspect-ratio--5x8-l {
        padding-bottom: 160%;
    }

    .aspect-ratio--7x5-l {
        padding-bottom: 71.42%;
    }

    .aspect-ratio--5x7-l {
        padding-bottom: 140%;
    }

    .aspect-ratio--1x1-l {
        padding-bottom: 100%;
    }

    .aspect-ratio--object-l {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
    }

    .cover-l {
        background-size: cover !important;
    }

    .contain-l {
        background-size: contain !important;
    }

    .bg-center-l {
        background-position: 50%;
    }

    .bg-center-l, .bg-top-l {
        background-repeat: no-repeat;
    }

    .bg-top-l {
        background-position: top;
    }

    .bg-right-l {
        background-position: 100%;
    }

    .bg-bottom-l, .bg-right-l {
        background-repeat: no-repeat;
    }

    .bg-bottom-l {
        background-position: bottom;
    }

    .bg-left-l {
        background-repeat: no-repeat;
        background-position: 0;
    }

    .outline-l {
        outline: 1px solid;
    }

    .outline-transparent-l {
        outline: 1px solid transparent;
    }

    .outline-0-l {
        outline: 0;
    }

    .ba-l {
        border-style: solid;
        border-width: 1px;
    }

    .bt-l {
        border-top-style: solid;
        border-top-width: 1px;
    }

    .br-l {
        border-right-style: solid;
        border-right-width: 1px;
    }

    .bb-l {
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

    .bl-l {
        border-left-style: solid;
        border-left-width: 1px;
    }

    .bn-l {
        border-style: none;
        border-width: 0;
    }

    .br0-l {
        border-radius: 0;
    }

    .br1-l {
        border-radius: 0.125rem;
    }

    .br2-l {
        border-radius: 0.25rem;
    }

    .br3-l {
        border-radius: 0.5rem;
    }

    .br4-l {
        border-radius: 1rem;
    }

    .br-100-l {
        border-radius: 100%;
    }

    .br-pill-l {
        border-radius: 9999px;
    }

    .br--bottom-l {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .br--top-l {
        border-bottom-right-radius: 0;
    }

    .br--right-l, .br--top-l {
        border-bottom-left-radius: 0;
    }

    .br--right-l {
        border-top-left-radius: 0;
    }

    .br--left-l {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .b--dotted-l {
        border-style: dotted;
    }

    .b--dashed-l {
        border-style: dashed;
    }

    .b--solid-l {
        border-style: solid;
    }

    .b--none-l {
        border-style: none;
    }

    .bw0-l {
        border-width: 0;
    }

    .bw1-l {
        border-width: 0.125rem;
    }

    .bw2-l {
        border-width: 0.25rem;
    }

    .bw3-l {
        border-width: 0.5rem;
    }

    .bw4-l {
        border-width: 1rem;
    }

    .bw5-l {
        border-width: 2rem;
    }

    .bt-0-l {
        border-top-width: 0;
    }

    .br-0-l {
        border-right-width: 0;
    }

    .bb-0-l {
        border-bottom-width: 0;
    }

    .bl-0-l {
        border-left-width: 0;
    }

    .shadow-1-l {
        box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
    }

    .shadow-2-l {
        box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
    }

    .shadow-3-l {
        box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
    }

    .shadow-4-l {
        box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    }

    .shadow-5-l {
        box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
    }

    .top-0-l {
        top: 0;
    }

    .left-0-l {
        left: 0;
    }

    .right-0-l {
        right: 0;
    }

    .bottom-0-l {
        bottom: 0;
    }

    .top-1-l {
        top: 1rem;
    }

    .left-1-l {
        left: 1rem;
    }

    .right-1-l {
        right: 1rem;
    }

    .bottom-1-l {
        bottom: 1rem;
    }

    .top-2-l {
        top: 2rem;
    }

    .left-2-l {
        left: 2rem;
    }

    .right-2-l {
        right: 2rem;
    }

    .bottom-2-l {
        bottom: 2rem;
    }

    .top--1-l {
        top: -1rem;
    }

    .right--1-l {
        right: -1rem;
    }

    .bottom--1-l {
        bottom: -1rem;
    }

    .left--1-l {
        left: -1rem;
    }

    .top--2-l {
        top: -2rem;
    }

    .right--2-l {
        right: -2rem;
    }

    .bottom--2-l {
        bottom: -2rem;
    }

    .left--2-l {
        left: -2rem;
    }

    .absolute--fill-l {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .cl-l {
        clear: left;
    }

    .cr-l {
        clear: right;
    }

    .cb-l {
        clear: both;
    }

    .cn-l {
        clear: none;
    }

    .dn-l {
        display: none;
    }

    .di-l {
        display: inline;
    }

    .db-l {
        display: block;
    }

    .dib-l {
        display: inline-block;
    }

    .dit-l {
        display: inline-table;
    }

    .dt-l {
        display: table;
    }

    .dtc-l {
        display: table-cell;
    }

    .dt-row-l {
        display: table-row;
    }

    .dt-row-group-l {
        display: table-row-group;
    }

    .dt-column-l {
        display: table-column;
    }

    .dt-column-group-l {
        display: table-column-group;
    }

    .dt--fixed-l {
        table-layout: fixed;
        width: 100%;
    }

    .flex-l {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .inline-flex-l {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .flex-auto-l {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0;
    }

    .flex-none-l {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .flex-column-l {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex-column-l, .flex-row-l {
        -webkit-box-direction: normal;
    }

    .flex-row-l {
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .flex-wrap-l {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .flex-nowrap-l {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .flex-wrap-reverse-l {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }

    .flex-column-reverse-l {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .flex-row-reverse-l {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .items-start-l {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .items-end-l {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .items-center-l {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .items-baseline-l {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .items-stretch-l {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .self-start-l {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .self-end-l {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .self-center-l {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .self-baseline-l {
        -ms-flex-item-align: baseline;
        align-self: baseline;
    }

    .self-stretch-l {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .justify-start-l {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .justify-end-l {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .justify-center-l {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .justify-between-l {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .justify-around-l {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .content-start-l {
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .content-end-l {
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }

    .content-center-l {
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .content-between-l {
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }

    .content-around-l {
        -ms-flex-line-pack: distribute;
        align-content: space-around;
    }

    .content-stretch-l {
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }

    .order-0-l {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-1-l {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-2-l {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-3-l {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-4-l {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-5-l {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-6-l {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-7-l {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-8-l {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-last-l {
        -webkit-box-ordinal-group: 100000;
        -ms-flex-order: 99999;
        order: 99999;
    }

    .fl-l {
        float: left;
    }

    .fl-l, .fr-l {
        display: inline;
    }

    .fr-l {
        float: right;
    }

    .fn-l {
        float: none;
    }

    .i-l {
        font-style: italic;
    }

    .fs-normal-l {
        font-style: normal;
    }

    .normal-l {
        font-weight: 400;
    }

    .b-l {
        font-weight: 700;
    }

    .fw1-l {
        font-weight: 100;
    }

    .fw2-l {
        font-weight: 200;
    }

    .fw3-l {
        font-weight: 300;
    }

    .fw4-l {
        font-weight: 400;
    }

    .fw5-l {
        font-weight: 500;
    }

    .fw6-l {
        font-weight: 600;
    }

    .fw7-l {
        font-weight: 700;
    }

    .fw8-l {
        font-weight: 800;
    }

    .fw9-l {
        font-weight: 900;
    }

    .h1-l {
        height: 1rem;
    }

    .h2-l {
        height: 2rem;
    }

    .h3-l {
        height: 4rem;
    }

    .h4-l {
        height: 8rem;
    }

    .h5-l {
        height: 16rem;
    }

    .h-25-l {
        height: 25%;
    }

    .h-50-l {
        height: 50%;
    }

    .h-75-l {
        height: 75%;
    }

    .h-100-l {
        height: 100%;
    }

    .min-h-100-l {
        min-height: 100%;
    }

    .vh-25-l {
        height: 25vh;
    }

    .vh-50-l {
        height: 50vh;
    }

    .vh-75-l {
        height: 75vh;
    }

    .vh-100-l {
        height: 100vh;
    }

    .min-vh-100-l {
        min-height: 100vh;
    }

    .h-auto-l {
        height: auto;
    }

    .h-inherit-l {
        height: inherit;
    }

    .tracked-l {
        letter-spacing: 0.1em;
    }

    .tracked-tight-l {
        letter-spacing: -0.05em;
    }

    .tracked-mega-l {
        letter-spacing: 0.25em;
    }

    .lh-solid-l {
        line-height: 1;
    }

    .lh-title-l {
        line-height: 1.25;
    }

    .lh-copy-l {
        line-height: 1.5;
    }

    .mw-100-l {
        max-width: 100%;
    }

    .mw1-l {
        max-width: 1rem;
    }

    .mw2-l {
        max-width: 2rem;
    }

    .mw3-l {
        max-width: 4rem;
    }

    .mw4-l {
        max-width: 8rem;
    }

    .mw5-l {
        max-width: 16rem;
    }

    .mw6-l {
        max-width: 32rem;
    }

    .mw7-l {
        max-width: 48rem;
    }

    .mw8-l {
        max-width: 64rem;
    }

    .mw9-l {
        max-width: 96rem;
    }

    .mw-none-l {
        max-width: none;
    }

    .w1-l {
        width: 1rem;
    }

    .w2-l {
        width: 2rem;
    }

    .w3-l {
        width: 4rem;
    }

    .w4-l {
        width: 8rem;
    }

    .w5-l {
        width: 16rem;
    }

    .w-10-l {
        width: 10%;
    }

    .w-20-l {
        width: 20%;
    }

    .w-25-l {
        width: 25%;
    }

    .w-30-l {
        width: 30%;
    }

    .w-33-l {
        width: 33%;
    }

    .w-34-l {
        width: 34%;
    }

    .w-40-l {
        width: 40%;
    }

    .w-50-l {
        width: 50%;
    }

    .w-60-l {
        width: 60%;
    }

    .w-70-l {
        width: 70%;
    }

    .w-75-l {
        width: 75%;
    }

    .w-80-l {
        width: 80%;
    }

    .w-90-l {
        width: 90%;
    }

    .w-100-l {
        width: 100%;
    }

    .w-third-l {
        width: 33.33333%;
    }

    .w-two-thirds-l {
        width: 66.66667%;
    }

    .w-auto-l {
        width: auto;
    }

    .overflow-visible-l {
        overflow: visible;
    }

    .overflow-hidden-l {
        overflow: hidden;
    }

    .overflow-scroll-l {
        overflow: scroll;
    }

    .overflow-auto-l {
        overflow: auto;
    }

    .overflow-x-visible-l {
        overflow-x: visible;
    }

    .overflow-x-hidden-l {
        overflow-x: hidden;
    }

    .overflow-x-scroll-l {
        overflow-x: scroll;
    }

    .overflow-x-auto-l {
        overflow-x: auto;
    }

    .overflow-y-visible-l {
        overflow-y: visible;
    }

    .overflow-y-hidden-l {
        overflow-y: hidden;
    }

    .overflow-y-scroll-l {
        overflow-y: scroll;
    }

    .overflow-y-auto-l {
        overflow-y: auto;
    }

    .static-l {
        position: static;
    }

    .relative-l {
        position: relative;
    }

    .absolute-l {
        position: absolute;
    }

    .fixed-l {
        position: fixed;
    }

    .rotate-45-l {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .rotate-90-l {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .rotate-135-l {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .rotate-180-l {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .rotate-225-l {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    .rotate-270-l {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .rotate-315-l {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .pa0-l {
        padding: 0;
    }

    .pa1-l {
        padding: 0.25rem;
    }

    .pa2-l {
        padding: 0.5rem;
    }

    .pa3-l {
        padding: 1rem;
    }

    .pa4-l {
        padding: 2rem;
    }

    .pa5-l {
        padding: 4rem;
    }

    .pa6-l {
        padding: 8rem;
    }

    .pa7-l {
        padding: 16rem;
    }

    .pl0-l {
        padding-left: 0;
    }

    .pl1-l {
        padding-left: 0.25rem;
    }

    .pl2-l {
        padding-left: 0.5rem;
    }

    .pl3-l {
        padding-left: 1rem;
    }

    .pl4-l {
        padding-left: 2rem;
    }

    .pl5-l {
        padding-left: 4rem;
    }

    .pl6-l {
        padding-left: 8rem;
    }

    .pl7-l {
        padding-left: 16rem;
    }

    .pr0-l {
        padding-right: 0;
    }

    .pr1-l {
        padding-right: 0.25rem;
    }

    .pr2-l {
        padding-right: 0.5rem;
    }

    .pr3-l {
        padding-right: 1rem;
    }

    .pr4-l {
        padding-right: 2rem;
    }

    .pr5-l {
        padding-right: 4rem;
    }

    .pr6-l {
        padding-right: 8rem;
    }

    .pr7-l {
        padding-right: 16rem;
    }

    .pb0-l {
        padding-bottom: 0;
    }

    .pb1-l {
        padding-bottom: 0.25rem;
    }

    .pb2-l {
        padding-bottom: 0.5rem;
    }

    .pb3-l {
        padding-bottom: 1rem;
    }

    .pb4-l {
        padding-bottom: 2rem;
    }

    .pb5-l {
        padding-bottom: 4rem;
    }

    .pb6-l {
        padding-bottom: 8rem;
    }

    .pb7-l {
        padding-bottom: 16rem;
    }

    .pt0-l {
        padding-top: 0;
    }

    .pt1-l {
        padding-top: 0.25rem;
    }

    .pt2-l {
        padding-top: 0.5rem;
    }

    .pt3-l {
        padding-top: 1rem;
    }

    .pt4-l {
        padding-top: 2rem;
    }

    .pt5-l {
        padding-top: 4rem;
    }

    .pt6-l {
        padding-top: 8rem;
    }

    .pt7-l {
        padding-top: 16rem;
    }

    .pv0-l {
        padding-top: 0;
        padding-bottom: 0;
    }

    .pv1-l {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .pv2-l {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .pv3-l {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .pv4-l {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .pv5-l {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .pv6-l {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .pv7-l {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }

    .ph0-l {
        padding-left: 0;
        padding-right: 0;
    }

    .ph1-l {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .ph2-l {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .ph3-l {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .ph4-l {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .ph5-l {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .ph6-l {
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .ph7-l {
        padding-left: 16rem;
        padding-right: 16rem;
    }

    .ma0-l {
        margin: 0;
    }

    .ma1-l {
        margin: 0.25rem;
    }

    .ma2-l {
        margin: 0.5rem;
    }

    .ma3-l {
        margin: 1rem;
    }

    .ma4-l {
        margin: 2rem;
    }

    .ma5-l {
        margin: 4rem;
    }

    .ma6-l {
        margin: 8rem;
    }

    .ma7-l {
        margin: 16rem;
    }

    .ml0-l {
        margin-left: 0;
    }

    .ml1-l {
        margin-left: 0.25rem;
    }

    .ml2-l {
        margin-left: 0.5rem;
    }

    .ml3-l {
        margin-left: 1rem;
    }

    .ml4-l {
        margin-left: 2rem;
    }

    .ml5-l {
        margin-left: 4rem;
    }

    .ml6-l {
        margin-left: 8rem;
    }

    .ml7-l {
        margin-left: 16rem;
    }

    .mr0-l {
        margin-right: 0;
    }

    .mr1-l {
        margin-right: 0.25rem;
    }

    .mr2-l {
        margin-right: 0.5rem;
    }

    .mr3-l {
        margin-right: 1rem;
    }

    .mr4-l {
        margin-right: 2rem;
    }

    .mr5-l {
        margin-right: 4rem;
    }

    .mr6-l {
        margin-right: 8rem;
    }

    .mr7-l {
        margin-right: 16rem;
    }

    .mb0-l {
        margin-bottom: 0;
    }

    .mb1-l {
        margin-bottom: 0.25rem;
    }

    .mb2-l {
        margin-bottom: 0.5rem;
    }

    .mb3-l {
        margin-bottom: 1rem;
    }

    .mb4-l {
        margin-bottom: 2rem;
    }

    .mb5-l {
        margin-bottom: 4rem;
    }

    .mb6-l {
        margin-bottom: 8rem;
    }

    .mb7-l {
        margin-bottom: 16rem;
    }

    .mt0-l {
        margin-top: 0;
    }

    .mt1-l {
        margin-top: 0.25rem;
    }

    .mt2-l {
        margin-top: 0.5rem;
    }

    .mt3-l {
        margin-top: 1rem;
    }

    .mt4-l {
        margin-top: 2rem;
    }

    .mt5-l {
        margin-top: 4rem;
    }

    .mt6-l {
        margin-top: 8rem;
    }

    .mt7-l {
        margin-top: 16rem;
    }

    .mv0-l {
        margin-top: 0;
        margin-bottom: 0;
    }

    .mv1-l {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }

    .mv2-l {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .mv3-l {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .mv4-l {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .mv5-l {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .mv6-l {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }

    .mv7-l {
        margin-top: 16rem;
        margin-bottom: 16rem;
    }

    .mh0-l {
        margin-left: 0;
        margin-right: 0;
    }

    .mh1-l {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

    .mh2-l {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .mh3-l {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .mh4-l {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .mh5-l {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .mh6-l {
        margin-left: 8rem;
        margin-right: 8rem;
    }

    .mh7-l {
        margin-left: 16rem;
        margin-right: 16rem;
    }

    .na1-l {
        margin: -0.25rem;
    }

    .na2-l {
        margin: -0.5rem;
    }

    .na3-l {
        margin: -1rem;
    }

    .na4-l {
        margin: -2rem;
    }

    .na5-l {
        margin: -4rem;
    }

    .na6-l {
        margin: -8rem;
    }

    .na7-l {
        margin: -16rem;
    }

    .nl1-l {
        margin-left: -0.25rem;
    }

    .nl2-l {
        margin-left: -0.5rem;
    }

    .nl3-l {
        margin-left: -1rem;
    }

    .nl4-l {
        margin-left: -2rem;
    }

    .nl5-l {
        margin-left: -4rem;
    }

    .nl6-l {
        margin-left: -8rem;
    }

    .nl7-l {
        margin-left: -16rem;
    }

    .nr1-l {
        margin-right: -0.25rem;
    }

    .nr2-l {
        margin-right: -0.5rem;
    }

    .nr3-l {
        margin-right: -1rem;
    }

    .nr4-l {
        margin-right: -2rem;
    }

    .nr5-l {
        margin-right: -4rem;
    }

    .nr6-l {
        margin-right: -8rem;
    }

    .nr7-l {
        margin-right: -16rem;
    }

    .nb1-l {
        margin-bottom: -0.25rem;
    }

    .nb2-l {
        margin-bottom: -0.5rem;
    }

    .nb3-l {
        margin-bottom: -1rem;
    }

    .nb4-l {
        margin-bottom: -2rem;
    }

    .nb5-l {
        margin-bottom: -4rem;
    }

    .nb6-l {
        margin-bottom: -8rem;
    }

    .nb7-l {
        margin-bottom: -16rem;
    }

    .nt1-l {
        margin-top: -0.25rem;
    }

    .nt2-l {
        margin-top: -0.5rem;
    }

    .nt3-l {
        margin-top: -1rem;
    }

    .nt4-l {
        margin-top: -2rem;
    }

    .nt5-l {
        margin-top: -4rem;
    }

    .nt6-l {
        margin-top: -8rem;
    }

    .nt7-l {
        margin-top: -16rem;
    }

    .strike-l {
        text-decoration: line-through;
    }

    .underline-l {
        text-decoration: underline;
    }

    .no-underline-l {
        text-decoration: none;
    }

    .tl-l {
        text-align: left;
    }

    .tr-l {
        text-align: right;
    }

    .tc-l {
        text-align: center;
    }

    .tj-l {
        text-align: justify;
    }

    .ttc-l {
        text-transform: capitalize;
    }

    .ttl-l {
        text-transform: lowercase;
    }

    .ttu-l {
        text-transform: uppercase;
    }

    .ttn-l {
        text-transform: none;
    }

    .f-6-l, .f-headline-l {
        font-size: 6rem;
    }

    .f-5-l, .f-subheadline-l {
        font-size: 5rem;
    }

    .f1-l {
        font-size: 3rem;
    }

    .f2-l {
        font-size: 2.25rem;
    }

    .f3-l {
        font-size: 1.5rem;
    }

    .f4-l {
        font-size: 1.25rem;
    }

    .f5-l {
        font-size: 1rem;
    }

    .f6-l {
        font-size: 0.875rem;
    }

    .f7-l {
        font-size: 0.75rem;
    }

    .measure-l {
        max-width: 30em;
    }

    .measure-wide-l {
        max-width: 34em;
    }

    .measure-narrow-l {
        max-width: 20em;
    }

    .indent-l {
        text-indent: 1em;
        margin-top: 0;
        margin-bottom: 0;
    }

    .small-caps-l {
        font-variant: small-caps;
    }

    .truncate-l {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .center-l {
        margin-left: auto;
    }

    .center-l, .mr-auto-l {
        margin-right: auto;
    }

    .ml-auto-l {
        margin-left: auto;
    }

    .clip-l {
        position: fixed !important;
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
    }

    .ws-normal-l {
        white-space: normal;
    }

    .nowrap-l {
        white-space: nowrap;
    }

    .pre-l {
        white-space: pre;
    }

    .v-base-l {
        vertical-align: baseline;
    }

    .v-mid-l {
        vertical-align: middle;
    }

    .v-top-l {
        vertical-align: top;
    }

    .v-btm-l {
        vertical-align: bottom;
    }
}
/* ====================== Base Styles ====================== */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
}

body {
    margin: 0;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    font-synthesis: none;
    -moz-font-feature-settings: "kern";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    body.locked {
        overflow: hidden;
    }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* if using a sticky nav, use this to add space above anchor links to go below navbar */
*:target:before {
    display: block;
    content: "";
    height: 90px;
    margin: -90px 0 0;
}

    *:target:before:focus {
        outline: none !important;
    }

*:target:focus {
    outline: none;
}

a, a:visited, a:hover, a:focus, input, input:hover {
    -webkit-transition: all 0.33s ease;
    -moz-transition: all 0.33s ease;
    -o-transition: all 0.33s ease;
    transition: all 0.33s ease;
    text-decoration: none;
}

/* ====================== Colors ====================== */
.invert, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons, .swRotator .scrollable .items .item .caption {
    color: white;
}

    .invert h1, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons h1, .swRotator .scrollable .items .item .caption h1, .invert h2, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons h2, .swRotator .scrollable .items .item .caption h2, .invert h3, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons h3, .invert div.event-module h1.event-detail-title, div.event-module .invert h1.event-detail-title, .swRotator .scrollable .items .item .caption h3, .invert h4, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons h4, .invert body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title, body.default div.recent-blog-posts-wrapper ul li .invert a.recent-blog-posts-title, .swRotator .scrollable .items .item .caption h4, .invert h5, .invert body.signage div.veracross_athletics div.game div.date, body.signage div.veracross_athletics div.game .invert div.date, .invert body.signage div.recent-blog-posts-wrapper a.recent-blog-posts-title, body.signage div.recent-blog-posts-wrapper .invert a.recent-blog-posts-title, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons h5, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons body.signage div.veracross_athletics div.game div.date, body.signage div.veracross_athletics div.game body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons div.date, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons body.signage div.recent-blog-posts-wrapper a.recent-blog-posts-title, body.signage div.recent-blog-posts-wrapper body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons a.recent-blog-posts-title, .invert body.default div.veracross_athletics div.game div.date, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons body.default div.veracross_athletics div.game div.date, body.default div.veracross_athletics div.game .invert div.date, body.default div.veracross_athletics div.game body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons div.date, body.home section.home-main .section-facts .carousel-single .owl-controls body.default div.veracross_athletics div.game .owl-buttons div.date, .swRotator .scrollable .items .item .caption h5, .swRotator .scrollable .items .item .caption body.signage div.veracross_athletics div.game div.date, body.signage div.veracross_athletics div.game .swRotator .scrollable .items .item .caption div.date, .swRotator .scrollable .items .item .caption body.signage div.recent-blog-posts-wrapper a.recent-blog-posts-title, body.signage div.recent-blog-posts-wrapper .swRotator .scrollable .items .item .caption a.recent-blog-posts-title, .swRotator .scrollable .items .item .caption body.default div.veracross_athletics div.game div.date, body.default div.veracross_athletics div.game .swRotator .scrollable .items .item .caption div.date, .invert h6, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons h6, .swRotator .scrollable .items .item .caption h6, .invert p, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons p, .swRotator .scrollable .items .item .caption p, .invert ul, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons ul, .swRotator .scrollable .items .item .caption ul, .invert ol, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons ol, .swRotator .scrollable .items .item .caption ol, .invert li, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons li, .swRotator .scrollable .items .item .caption li, .invert a, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons a, .swRotator .scrollable .items .item .caption a {
        color: white;
    }

        .invert a:hover, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons a:hover, .swRotator .scrollable .items .item .caption a:hover {
            color: #FFCB05;
        }

    .invert.templatecontent h1, body.home section.home-main .section-facts .carousel-single .owl-controls .templatecontent.owl-buttons h1, .swRotator .scrollable .items .item .templatecontent.caption h1, .invert.templatecontent h2, body.home section.home-main .section-facts .carousel-single .owl-controls .templatecontent.owl-buttons h2, .swRotator .scrollable .items .item .templatecontent.caption h2, .invert.templatecontent h3, body.home section.home-main .section-facts .carousel-single .owl-controls .templatecontent.owl-buttons h3, .invert.templatecontent div.event-module h1.event-detail-title, div.event-module .invert.templatecontent h1.event-detail-title, .swRotator .scrollable .items .item .templatecontent.caption h3, .invert.templatecontent h4, body.home section.home-main .section-facts .carousel-single .owl-controls .templatecontent.owl-buttons h4, .invert.templatecontent body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title, body.default div.recent-blog-posts-wrapper ul li .invert.templatecontent a.recent-blog-posts-title, .swRotator .scrollable .items .item .templatecontent.caption h4, .invert.templatecontent h5, .invert.templatecontent body.signage div.veracross_athletics div.game div.date, body.signage div.veracross_athletics div.game .invert.templatecontent div.date, .invert.templatecontent body.signage div.recent-blog-posts-wrapper a.recent-blog-posts-title, body.signage div.recent-blog-posts-wrapper .invert.templatecontent a.recent-blog-posts-title, body.home section.home-main .section-facts .carousel-single .owl-controls .templatecontent.owl-buttons h5, body.home section.home-main .section-facts .carousel-single .owl-controls .templatecontent.owl-buttons body.signage div.veracross_athletics div.game div.date, body.signage div.veracross_athletics div.game body.home section.home-main .section-facts .carousel-single .owl-controls .templatecontent.owl-buttons div.date, body.home section.home-main .section-facts .carousel-single .owl-controls .templatecontent.owl-buttons body.signage div.recent-blog-posts-wrapper a.recent-blog-posts-title, body.signage div.recent-blog-posts-wrapper body.home section.home-main .section-facts .carousel-single .owl-controls .templatecontent.owl-buttons a.recent-blog-posts-title, .invert.templatecontent body.default div.veracross_athletics div.game div.date, body.home section.home-main .section-facts .carousel-single .owl-controls .templatecontent.owl-buttons body.default div.veracross_athletics div.game div.date, body.default div.veracross_athletics div.game .invert.templatecontent div.date, body.default div.veracross_athletics div.game body.home section.home-main .section-facts .carousel-single .owl-controls .templatecontent.owl-buttons div.date, body.home section.home-main .section-facts .carousel-single .owl-controls body.default div.veracross_athletics div.game .templatecontent.owl-buttons div.date, .swRotator .scrollable .items .item .templatecontent.caption h5, .swRotator .scrollable .items .item .templatecontent.caption body.signage div.veracross_athletics div.game div.date, body.signage div.veracross_athletics div.game .swRotator .scrollable .items .item .templatecontent.caption div.date, .swRotator .scrollable .items .item .templatecontent.caption body.signage div.recent-blog-posts-wrapper a.recent-blog-posts-title, body.signage div.recent-blog-posts-wrapper .swRotator .scrollable .items .item .templatecontent.caption a.recent-blog-posts-title, .swRotator .scrollable .items .item .templatecontent.caption body.default div.veracross_athletics div.game div.date, body.default div.veracross_athletics div.game .swRotator .scrollable .items .item .templatecontent.caption div.date, .invert.templatecontent h6, body.home section.home-main .section-facts .carousel-single .owl-controls .templatecontent.owl-buttons h6, .swRotator .scrollable .items .item .templatecontent.caption h6, .invert.templatecontent p, body.home section.home-main .section-facts .carousel-single .owl-controls .templatecontent.owl-buttons p, .swRotator .scrollable .items .item .templatecontent.caption p, .invert.templatecontent ul, body.home section.home-main .section-facts .carousel-single .owl-controls .templatecontent.owl-buttons ul, .swRotator .scrollable .items .item .templatecontent.caption ul, .invert.templatecontent ol, body.home section.home-main .section-facts .carousel-single .owl-controls .templatecontent.owl-buttons ol, .swRotator .scrollable .items .item .templatecontent.caption ol, .invert.templatecontent li, body.home section.home-main .section-facts .carousel-single .owl-controls .templatecontent.owl-buttons li, .swRotator .scrollable .items .item .templatecontent.caption li, .invert.templatecontent a, body.home section.home-main .section-facts .carousel-single .owl-controls .templatecontent.owl-buttons a, .swRotator .scrollable .items .item .templatecontent.caption a {
        position: relative;
    }

.templatecontent.constricted {
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 2rem;
}

.bg-darker-blue {
    background-color: black;
}

.bg-dark-blue, body.signage #siteWrapper, body.default .hero-container, div.event-module .calendar-controls .index-back,
div.event-module .calendar-controls .index-forward,
div.event-module .calendar-controls .index-today, div.event-module .cal-display-switch a.cal-display-type:hover, div.event-module .cal-display-switch a.cal-display-type.active, .swRotator.caption-dark-blue .scrollable .items .item .caption {
    background-color: #00274c;
}

.bg-gold {
    background-color: #FFCB05;
}

.bg-light-blue, div.event-module div[class^=sw-cal-grid] div.CalendarMonth__header > div, .swRotator.caption-light-blue .scrollable .items .item .caption {
    background-color: #017EA7;
}

.bg-lighter-blue {
    background-color: rgb(217.8859504132, 242.3884297521, 248.5140495868);
}

.bg-red, .swRotator.caption-red .scrollable .items .item .caption {
    background-color: #D9002A;
}

.bg-green, .swRotator.caption-green .scrollable .items .item .caption {
    background-color: #597E20;
}

.bg-orange, body.signage div.veracross_athletics div.game div.outcome, body.signage div.upcoming-events-wrapper li p.upcoming-events-date, body.home section.home-main .section-at-lausanne a.video:hover span.icon, body.default div.veracross_athletics div.game div.outcome, .swRotator.caption-orange .scrollable .items .item .caption, .swRotator .scrollable .items .item .caption {
    background-color: #F48518;
}

.bg-eggplant, .swRotator.caption-eggplant .scrollable .items .item .caption {
    background-color: #5A2049;
}

.bg-very-light-gray {
    background: #f1f1f1;
}

.bg-transparent-white {
    background: rgba(255, 255, 255, 0.8);
}

.bg-transparent-gold {
    background: rgba(255, 203, 5, 0.8);
}

.bg-transparent-dark-blue {
    background: rgba(0, 39, 76, 0.8);
}

.bg-transparent-light-blue {
    background: rgba(1, 126, 167, 0.8);
}

.bg-transparent-green {
    background: rgba(89, 126, 32, 0.8);
}

.bg-transparent-red {
    background: rgba(217, 0, 42, 0.8);
}

.bg-transparent-orange {
    background: rgba(244, 133, 24, 0.8);
}

.bg-transparent-eggplant {
    background: rgba(90, 32, 73, 0.8);
}

.dark-blue, body.default .side-container ul > li a:not(.expand-btn), body.default .side-container ul > li.hasChild > span, nav#sidecar .utility ul li#cpn-apply-now a, div.event-module .detail-panel .event-detail-details span.tags, div.event-module ul.sw-events-detail-list li .sw-events-detail-list-event-date,
div.event-module ul.sw-events-detail-list li .sw-events-detail-list-event-time,
div.event-module ul.sw-events-detail-list li .sw-events-detail-list-event-location, div.event-module ul.sw-events-detail-list li h2.sw-events-detail-list-event-subject a, div.event-module .cal-display-switch a.cal-display-type, div.event-module .list-panel div.event-listing-date {
    color: #00274c;
}

.darker-blue {
    color: black;
}

.gold, body.signage div.veracross_athletics:before, body.signage div.event-module.master-calendar div.event-listing-date, body.signage div.event-module.upper-school div.event-listing-date, body.home section.home-main .section-events .recent-blog-posts-wrapper a.recent-blog-posts-title, body.default div.veracross_athletics:before {
    color: #FFCB05 !important;
}

.red {
    color: #D9002A !important;
}

.green {
    color: #597E20 !important;
}

.orange {
    color: #F48518 !important;
}

.eggplant {
    color: #5A2049 !important;
}

.light-blue, div.event-module .CalendarMenu a.CalendarMenu__currentItem:before, body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title {
    color: #017EA7 !important;
}

.b--gold, div.event-module .list-panel div.event-listing-date {
    border-color: #FFCB05 !important;
}

.b--dark-blue, div.event-module .CalendarMenu a, div.event-module .cal-display-switch, select {
    border-color: #00274c !important;
}

.b--darker-blue {
    border-color: black !important;
}

a.gold:hover, body.home section.home-main .section-events .recent-blog-posts-wrapper a.recent-blog-posts-title:hover {
    color: white !important;
}

/* ====================== Typography ====================== */
.heading {
    font-family: "Open Sans Condensed", sans-serif;
}

.sans-serif, body.signage div.recent-blog-posts-wrapper .recent-blog-posts-date-wrapper, body.signage div.upcoming-events-wrapper li p.upcoming-events-name span.upcoming-events-time, body.signage #siteWrapper, body.default .side-container ul > li a:not(.expand-btn), body.default .side-container ul > li.hasChild > span, nav#sidecar ul#mainnav li a, .CalendarGridDayEventPopover h3, .CalendarGridDayEventPopover div.event-module h1.event-detail-title, div.event-module .CalendarGridDayEventPopover h1.event-detail-title, div.event-module ul.sw-events-detail-list li h2.sw-events-detail-list-event-subject, div.event-module, div.blog .blog-entry div.post-tags a, .swRotator .scrollable .items .item .caption .description, .breadcrumb-container a, select {
    font-family: "Open Sans", sans-serif;
}

    .icons, div.event-module .detail-panel .event-detail-details span.tags:before, div.event-module .CalendarMenu a.CalendarMenu__currentItem:before {
        font-family: "icons";
    }

html {
    box-sizing: border-box;
    font-size: 17px;
    line-height: 27.506px;
    color: #222;
}

body {
    font-family: "Noto Serif", Garamond, "Times New Roman", Times, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    margin: auto;
    color: #222;
    line-height: 1.618;
    background-color: #00274c;
    overflow-x: hidden;
}

    h1, h2, h3, div.event-module .detail-panel h1.event-detail-title, div.event-module h1.event-detail-title, h4, body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title, h5, body.signage div.veracross_athletics div.game div.date, body.signage div.recent-blog-posts-wrapper a.recent-blog-posts-title, body.default div.veracross_athletics div.game div.date, h6 {
        font-family: "Open Sans Condensed", sans-serif;
        text-transform: uppercase;
        font-weight: bold;
    }

/* Headings
   ========================================================================== */
h1, .h1 {
    font-size: 2.65625rem;
    line-height: 3.1875rem;
    margin-top: 1.719125rem;
    margin-bottom: 1.719125rem;
    color: #FFCB05;
    letter-spacing: -0.02em;
}

@media (min-width: 30em) {
    h1, .h1 {
        font-size: 3.71875rem;
    }
}

h2, .h2 {
    font-size: 2.390625rem;
    line-height: 1.2135;
    margin-top: 1.719125rem;
    margin-bottom: 1.719125rem;
    color: #00274c;
    letter-spacing: -0.02em;
}

@media (min-width: 30em) {
    h2, .h2 {
        font-size: 3.1875rem;
    }
}

h3, div.event-module .detail-panel h1.event-detail-title, div.event-module h1.event-detail-title, .h3, body.signage div.veracross_athletics:before, body.default div.veracross_athletics:before {
    font-size: 2.125rem;
    line-height: 1.2135;
    margin-top: 1.719125rem;
    margin-bottom: 0.8595625rem;
    color: #FFCB05;
    letter-spacing: -0.01em;
}

@media (min-width: 30em) {
    h3, div.event-module .detail-panel h1.event-detail-title, div.event-module h1.event-detail-title, .h3, body.signage div.veracross_athletics:before, body.default div.veracross_athletics:before {
        font-size: 2.65625rem;
    }
}

h4, body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title, .h4 {
    font-size: 1.859375rem;
    line-height: 1.41575;
    margin-top: 1.719125rem;
    margin-bottom: 0.8595625rem;
    color: #222;
    letter-spacing: -0.03em;
}

@media (min-width: 30em) {
    h4, body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title, .h4 {
        font-size: 2.125rem;
    }
}

h5, body.signage div.veracross_athletics div.game div.date, body.signage div.recent-blog-posts-wrapper a.recent-blog-posts-title, body.default div.veracross_athletics div.game div.date, .h5 {
    font-size: 1.328125rem;
    line-height: 1.41575;
    margin-top: 1.719125rem;
    margin-bottom: 1.719125rem;
    color: #00274c;
}

@media (min-width: 30em) {
    h5, body.signage div.veracross_athletics div.game div.date, body.signage div.recent-blog-posts-wrapper a.recent-blog-posts-title, body.default div.veracross_athletics div.game div.date, .h5 {
        font-size: 1.59375rem;
    }
}

h6, .h6 {
    font-size: 1.0625rem;
    line-height: 1.618;
    margin-top: 1.719125rem;
    margin-bottom: 1.719125rem;
    color: #222;
}

.measure {
    max-width: 48em;
}

a {
    color: #017EA7;
}

    a:hover {
        color: #FFCB05;
    }

.main-section a {
    color: #017EA7;
}

    .main-section a:hover {
        color: #FFCB05;
    }

p, ul, ol, pre, table, blockquote {
    margin-top: 0rem;
    margin-bottom: 1.719125rem;
}

.lead {
    font-size: 1.25rem;
    line-height: 1.618;
}

ul ul, ol ol, ul ol, ol ul {
    margin-top: 0rem;
    margin-bottom: 0rem;
}

blockquote {
    border-color: rgba(50, 50, 50, 0.1);
}

b, strong {
    font-weight: 700;
}

/* Change color & bg color of selected live text */
*::selection {
    background-color: #017EA7;
    color: white;
}

.text-shadow {
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
}

hr, .hr {
    border-top: 1px solid #eee;
    margin: -1px 0;
}

sub, sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

.expanded, body.default div.recent-blog-posts-wrapper ul li .recent-blog-posts-date-wrapper, div.blog .blog-entry div.post-tags a, div.blog .blog-entry h4.post-date, div.blog .blog-entry body.default div.recent-blog-posts-wrapper ul li a.post-date.recent-blog-posts-title, body.default div.recent-blog-posts-wrapper ul li div.blog .blog-entry a.post-date.recent-blog-posts-title {
    letter-spacing: 0.05em;
}

ul[class^=column] {
    list-style-position: inside;
}

.column-2 {
    column-count: 2;
}

.column-3 {
    column-count: 3;
}

.column-4 {
    column-count: 4;
}

@media screen and (min-width: 30em) {
    .column-2-ns {
        column-count: 2;
    }

    .column-3-ns {
        column-count: 3;
    }

    .column-4-ns {
        column-count: 4;
    }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
    .column-2-m {
        column-count: 2;
    }

    .column-3-m {
        column-count: 3;
    }

    .column-4-m {
        column-count: 4;
    }
}

@media screen and (min-width: 60em) {
    .column-2-l {
        column-count: 2;
    }

    .column-3-l {
        column-count: 3;
    }

    .column-4-l {
        column-count: 4;
    }
}
/* ====================== Buttons ====================== */
.btn:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), .hero-links ul li a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), div.event-module a[id*=swCalICalLink]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), div.event-module .CalendarMenu__btn--back:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), div.event-module p.event-detail-sharelink a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), div.event-module .event-detail-calendarlink a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), div.event-module .public-ical-feed-wrapper > a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), div.blog a.post-summary-read-more:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), [type=reset]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), [type=submit]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), button:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]),
html [type=button]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]) {
    background: #00274c;
    padding: 8px 26px;
    font-family: "Open Sans", sans-serif;
    font-size: 0.675em;
    font-weight: 600;
    color: #ffffff;
    border: 2px solid #00274c;
    text-shadow: none;
    display: inline-block;
    border-radius: 0;
    text-transform: uppercase;
    position: relative;
    white-space: normal;
    margin-top: 1.875rem;
    margin-bottom: 20px;
    top: 0;
    letter-spacing: 0.1em;
    clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
}

@media (max-width: 30em) {
    .btn:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), .hero-links ul li a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), div.event-module a[id*=swCalICalLink]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), div.event-module .CalendarMenu__btn--back:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), div.event-module p.event-detail-sharelink a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), div.event-module .event-detail-calendarlink a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), div.event-module .public-ical-feed-wrapper > a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), div.blog a.post-summary-read-more:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), [type=reset]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), [type=submit]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), button:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]),
    html [type=button]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]) {
        width: 100%;
        margin-right: 0;
        max-width: 240px;
    }
}

.btn:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):hover, .hero-links ul li a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):hover, div.event-module a[id*=swCalICalLink]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):hover, div.event-module .CalendarMenu__btn--back:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):hover, div.event-module p.event-detail-sharelink a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):hover, div.event-module .event-detail-calendarlink a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):hover, div.event-module .public-ical-feed-wrapper > a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):hover, div.blog a.post-summary-read-more:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):hover, [type=reset]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):hover, [type=submit]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):hover, button:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):hover,
html [type=button]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):hover {
    color: #00274c;
    background: #FFCB05;
    border-color: #FFCB05;
    font-weight: 600;
    clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%);
}

.btn:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):focus, .hero-links ul li a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):focus, div.event-module a[id*=swCalICalLink]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):focus, div.event-module .CalendarMenu__btn--back:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):focus, div.event-module p.event-detail-sharelink a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):focus, div.event-module .event-detail-calendarlink a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):focus, div.event-module .public-ical-feed-wrapper > a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):focus, div.blog a.post-summary-read-more:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):focus, [type=reset]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):focus, [type=submit]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):focus, button:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):focus,
html [type=button]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):focus, .btn:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):active, .hero-links ul li a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):active, div.event-module a[id*=swCalICalLink]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):active, div.event-module .CalendarMenu__btn--back:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):active, div.event-module p.event-detail-sharelink a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):active, div.event-module .event-detail-calendarlink a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):active, div.event-module .public-ical-feed-wrapper > a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):active, div.blog a.post-summary-read-more:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):active, [type=reset]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):active, [type=submit]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):active, button:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):active,
html [type=button]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]):active {
    color: white;
    outline: none;
    box-shadow: none;
}

.btn:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).mb0, .hero-links ul li a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).mb0, div.event-module a[id*=swCalICalLink]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).mb0, div.event-module .CalendarMenu__btn--back:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).mb0, div.event-module div[class^=sw-cal-grid] div.CalendarMonthNavigation__header h2.btn:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), div.event-module div[class^=sw-cal-grid] div.CalendarMonthNavigation__header h2.CalendarMenu__btn--back:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), div.event-module p.event-detail-sharelink a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).mb0, div.event-module .event-detail-calendarlink a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).mb0, div.event-module .public-ical-feed-wrapper > a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).mb0, div.blog a.post-summary-read-more:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).mb0, [type=reset]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).mb0, div.event-module div[class^=sw-cal-grid] div.CalendarMonthNavigation__header h2[type=reset]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), [type=submit]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).mb0, div.event-module div[class^=sw-cal-grid] div.CalendarMonthNavigation__header h2[type=submit]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), button:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).mb0,
html [type=button]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).mb0,
html div.event-module div[class^=sw-cal-grid] div.CalendarMonthNavigation__header h2[type=button]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]),
div.event-module div[class^=sw-cal-grid] div.CalendarMonthNavigation__header html h2[type=button]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]) {
    margin-bottom: 0;
}

.btn:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).left, .hero-links ul li a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).left, div.event-module a[id*=swCalICalLink]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).left, div.event-module .CalendarMenu__btn--back:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).left, div.event-module p.event-detail-sharelink a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).left, div.event-module .event-detail-calendarlink a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).left, div.event-module .public-ical-feed-wrapper > a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).left, div.blog a.post-summary-read-more:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).left, [type=reset]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).left, [type=submit]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).left, button:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).left,
html [type=button]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).left {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 50%);
}

    .btn:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).left:hover, .hero-links ul li a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).left:hover, div.event-module a[id*=swCalICalLink]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).left:hover, div.event-module .CalendarMenu__btn--back:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).left:hover, div.event-module p.event-detail-sharelink a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).left:hover, div.event-module .event-detail-calendarlink a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).left:hover, div.event-module .public-ical-feed-wrapper > a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).left:hover, div.blog a.post-summary-read-more:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).left:hover, [type=reset]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).left:hover, [type=submit]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).left:hover, button:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).left:hover,
    html [type=button]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]).left:hover {
        clip-path: polygon(15px 0%, 100% 0%, 100% 100%, 15px 100%, 0% 50%);
    }

p > a.btn, .hero-links ul li p > a, div.event-module p > a[id*=swCalICalLink], div.event-module .detail-panel p.event-detail-sharelink p > a, div.event-module .detail-panel p.event-detail-calendarlink p > a, div.event-module p > a.CalendarMenu__btn--back, div.event-module p.event-detail-sharelink p > a, div.event-module .event-detail-calendarlink p > a, div.event-module p.public-ical-feed-wrapper > a, div.blog p > a.post-summary-read-more, p > a[type=reset], p > a[type=submit],
html p > a[type=button] {
    margin-top: 0 !important;
}

a.btn, .hero-links ul li a, div.event-module a[id*=swCalICalLink], div.event-module .detail-panel p.event-detail-sharelink a, div.event-module .detail-panel p.event-detail-calendarlink a, div.event-module a.CalendarMenu__btn--back, div.event-module p.event-detail-sharelink a, div.event-module .event-detail-calendarlink a, div.event-module .public-ical-feed-wrapper > a, div.blog a.post-summary-read-more, a[type=reset], a[type=submit],
html a[type=button] {
    font-size: 18px !important;
}

.invert .btn, .invert .hero-links ul li a, .hero-links ul li .invert a, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons .btn, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons .hero-links ul li a, .hero-links ul li body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons a, .invert div.event-module a[id*=swCalICalLink], body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons div.event-module a[id*=swCalICalLink], div.event-module .invert a[id*=swCalICalLink], div.event-module body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons a[id*=swCalICalLink], body.home section.home-main .section-facts .carousel-single .owl-controls div.event-module .owl-buttons a[id*=swCalICalLink], .invert div.event-module .detail-panel p.event-detail-calendarlink a, div.event-module .detail-panel p.event-detail-calendarlink .invert a, .invert div.event-module .CalendarMenu__btn--back, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons div.event-module .CalendarMenu__btn--back, div.event-module .invert .CalendarMenu__btn--back, div.event-module body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons .CalendarMenu__btn--back, body.home section.home-main .section-facts .carousel-single .owl-controls div.event-module .owl-buttons .CalendarMenu__btn--back, .invert div.event-module p.event-detail-sharelink a, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons div.event-module p.event-detail-sharelink a, div.event-module p.event-detail-sharelink .invert a, div.event-module p.event-detail-sharelink body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons a, body.home section.home-main .section-facts .carousel-single .owl-controls div.event-module p.event-detail-sharelink .owl-buttons a, .invert div.event-module .event-detail-calendarlink a, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons div.event-module .event-detail-calendarlink a, div.event-module .event-detail-calendarlink .invert a, div.event-module .event-detail-calendarlink body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons a, body.home section.home-main .section-facts .carousel-single .owl-controls div.event-module .event-detail-calendarlink .owl-buttons a, .invert div.event-module .public-ical-feed-wrapper > a, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons div.event-module .public-ical-feed-wrapper > a, div.event-module .invert .public-ical-feed-wrapper > a, div.event-module body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons .public-ical-feed-wrapper > a, body.home section.home-main .section-facts .carousel-single .owl-controls div.event-module .owl-buttons .public-ical-feed-wrapper > a, .invert div.blog a.post-summary-read-more, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons div.blog a.post-summary-read-more, div.blog .invert a.post-summary-read-more, div.blog body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons a.post-summary-read-more, body.home section.home-main .section-facts .carousel-single .owl-controls div.blog .owl-buttons a.post-summary-read-more, .swRotator .scrollable .items .item .caption .btn, .swRotator .scrollable .items .item .caption .hero-links ul li a, .hero-links ul li .swRotator .scrollable .items .item .caption a, .swRotator .scrollable .items .item .caption div.event-module a[id*=swCalICalLink], div.event-module .swRotator .scrollable .items .item .caption a[id*=swCalICalLink], .swRotator .scrollable .items .item .caption div.event-module .CalendarMenu__btn--back, div.event-module .swRotator .scrollable .items .item .caption .CalendarMenu__btn--back, .swRotator .scrollable .items .item .caption div.event-module p.event-detail-sharelink a, div.event-module p.event-detail-sharelink .swRotator .scrollable .items .item .caption a, .swRotator .scrollable .items .item .caption div.event-module .event-detail-calendarlink a, div.event-module .event-detail-calendarlink .swRotator .scrollable .items .item .caption a, .swRotator .scrollable .items .item .caption div.event-module .public-ical-feed-wrapper > a, div.event-module .swRotator .scrollable .items .item .caption .public-ical-feed-wrapper > a, .swRotator .scrollable .items .item .caption div.blog a.post-summary-read-more, div.blog .swRotator .scrollable .items .item .caption a.post-summary-read-more, .invert [type=reset], body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons [type=reset], .swRotator .scrollable .items .item .caption [type=reset], .invert [type=submit], body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons [type=submit], .swRotator .scrollable .items .item .caption [type=submit], .invert button, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons button, .swRotator .scrollable .items .item .caption button,
.invert html [type=button],
body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons html [type=button],
.swRotator .scrollable .items .item .caption html [type=button],
html .invert [type=button],
html body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons [type=button],
body.home section.home-main .section-facts .carousel-single .owl-controls html .owl-buttons [type=button],
html .swRotator .scrollable .items .item .caption [type=button],
.swRotator .scrollable .items .item html .caption [type=button] {
    background-color: #FFCB05 !important;
    border-color: #FFCB05 !important;
    color: #00274c !important;
    text-shadow: none !important;
}

    .invert .btn:hover, .invert .hero-links ul li a:hover, .hero-links ul li .invert a:hover, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons .btn:hover, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons .hero-links ul li a:hover, .hero-links ul li body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons a:hover, .invert div.event-module a[id*=swCalICalLink]:hover, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons div.event-module a[id*=swCalICalLink]:hover, div.event-module .invert a[id*=swCalICalLink]:hover, div.event-module body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons a[id*=swCalICalLink]:hover, body.home section.home-main .section-facts .carousel-single .owl-controls div.event-module .owl-buttons a[id*=swCalICalLink]:hover, .invert div.event-module .CalendarMenu__btn--back:hover, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons div.event-module .CalendarMenu__btn--back:hover, div.event-module .invert .CalendarMenu__btn--back:hover, div.event-module body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons .CalendarMenu__btn--back:hover, body.home section.home-main .section-facts .carousel-single .owl-controls div.event-module .owl-buttons .CalendarMenu__btn--back:hover, .invert div.event-module p.event-detail-sharelink a:hover, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons div.event-module p.event-detail-sharelink a:hover, div.event-module p.event-detail-sharelink .invert a:hover, div.event-module p.event-detail-sharelink body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons a:hover, body.home section.home-main .section-facts .carousel-single .owl-controls div.event-module p.event-detail-sharelink .owl-buttons a:hover, .invert div.event-module .event-detail-calendarlink a:hover, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons div.event-module .event-detail-calendarlink a:hover, div.event-module .event-detail-calendarlink .invert a:hover, div.event-module .event-detail-calendarlink body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons a:hover, body.home section.home-main .section-facts .carousel-single .owl-controls div.event-module .event-detail-calendarlink .owl-buttons a:hover, .invert div.event-module .public-ical-feed-wrapper > a:hover, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons div.event-module .public-ical-feed-wrapper > a:hover, div.event-module .invert .public-ical-feed-wrapper > a:hover, div.event-module body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons .public-ical-feed-wrapper > a:hover, body.home section.home-main .section-facts .carousel-single .owl-controls div.event-module .owl-buttons .public-ical-feed-wrapper > a:hover, .invert div.blog a.post-summary-read-more:hover, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons div.blog a.post-summary-read-more:hover, div.blog .invert a.post-summary-read-more:hover, div.blog body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons a.post-summary-read-more:hover, body.home section.home-main .section-facts .carousel-single .owl-controls div.blog .owl-buttons a.post-summary-read-more:hover, .swRotator .scrollable .items .item .caption .btn:hover, .swRotator .scrollable .items .item .caption .hero-links ul li a:hover, .hero-links ul li .swRotator .scrollable .items .item .caption a:hover, .swRotator .scrollable .items .item .caption div.event-module a[id*=swCalICalLink]:hover, div.event-module .swRotator .scrollable .items .item .caption a[id*=swCalICalLink]:hover, .swRotator .scrollable .items .item .caption div.event-module .CalendarMenu__btn--back:hover, div.event-module .swRotator .scrollable .items .item .caption .CalendarMenu__btn--back:hover, .swRotator .scrollable .items .item .caption div.event-module p.event-detail-sharelink a:hover, div.event-module p.event-detail-sharelink .swRotator .scrollable .items .item .caption a:hover, .swRotator .scrollable .items .item .caption div.event-module .event-detail-calendarlink a:hover, div.event-module .event-detail-calendarlink .swRotator .scrollable .items .item .caption a:hover, .swRotator .scrollable .items .item .caption div.event-module .public-ical-feed-wrapper > a:hover, div.event-module .swRotator .scrollable .items .item .caption .public-ical-feed-wrapper > a:hover, .swRotator .scrollable .items .item .caption div.blog a.post-summary-read-more:hover, div.blog .swRotator .scrollable .items .item .caption a.post-summary-read-more:hover, .invert [type=reset]:hover, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons [type=reset]:hover, .swRotator .scrollable .items .item .caption [type=reset]:hover, .invert [type=submit]:hover, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons [type=submit]:hover, .swRotator .scrollable .items .item .caption [type=submit]:hover, .invert button:hover, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons button:hover, .swRotator .scrollable .items .item .caption button:hover,
    .invert html [type=button]:hover,
    body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons html [type=button]:hover,
    .swRotator .scrollable .items .item .caption html [type=button]:hover,
    html .invert [type=button]:hover,
    html body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons [type=button]:hover,
    body.home section.home-main .section-facts .carousel-single .owl-controls html .owl-buttons [type=button]:hover,
    html .swRotator .scrollable .items .item .caption [type=button]:hover,
    .swRotator .scrollable .items .item html .caption [type=button]:hover {
        background-color: #FFCB05 !important;
        border-color: #FFCB05 !important;
        color: black !important;
        text-shadow: none !important;
    }

[type=reset], [type=submit], button,
html [type=button] {
    -webkit-appearance: none;
}

#toTop {
    height: 50px;
    position: fixed;
    bottom: 0;
    right: 0;
    background: rgba(255, 203, 5, 0.5);
    z-index: 9999;
    font-size: 2em;
    text-align: center;
    display: none;
    cursor: pointer;
    width: 50px;
}

    #toTop:hover {
        background: #ffcb05;
    }

    #toTop a {
        color: #fff;
    }

#sb-nav-close {
    width: 34px;
    height: 34px;
    line-height: 36px;
}

/* ====================== Content ====================== */
/* iFrame Responsive Styling */
div.templatecontent .embed-container {
    padding-bottom: 56.25%;
}

.vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

    .vimeo-wrapper iframe {
        width: 100vw;
        height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
        min-height: 100vh;
        min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
        position: absolute;
    }

.overlay {
    background: rgba(0, 0, 0, 0.4);
}

.gradient-overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
}

select {
    -webkit-appearance: none;
    background-image: url("//www.speakcdn.com/sitefiles/2532/CSS/images/arrow-down.svg");
    background-position: calc(100% - 7px) center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
}

    select::-ms-expand {
        display: none;
    }

span.icon-play, span.icon-play-circle {
    font-size: 3em;
}

    span.icon-play:before, span.icon-play-circle:before {
        position: relative;
        left: 7px;
    }

.box-shadow {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}

.logo-divider {
    top: -40px;
    z-index: 9;
}

    .logo-divider img {
        width: 40px;
    }

.modal-header button.close {
    padding: 0;
    margin: 0;
    font-size: 1.75em;
    text-align: center;
}

#student-modal .modal-body img {
    max-width: 400px;
}

.sw-public-page-part {
    width: 100%;
}

.breadcrumb-container {
    background-color: #fffce5;
}

    .breadcrumb-container ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .breadcrumb-container ul li {
            margin-right: 0;
        }

        .breadcrumb-container ul > li + li:before {
            color: #614b0a;
            content: "\e904";
            font-family: "icons";
            font-size: 14px;
            line-height: 1em;
            margin-right: 10px;
            padding: 0;
            position: relative;
            top: 2px;
        }

@media (min-width: 1024px) {
    .breadcrumb-container ul > li + li:before {
        margin-right: 20px;
    }
}

.breadcrumb-container a {
    color: #614b0a;
    font-size: 0.675rem;
}

    .breadcrumb-container a:hover {
        color: #00274c;
    }

@media (min-width: 481px) {
    body.default .breadcrumb-container {
        padding-right: 30vw;
    }
}

.page-alert-message {
    background-color: #fffce5;
    border-radius: 0;
    border: none;
    left: 0;
    margin: 0;
    padding: 20px 80px 20px 40px;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 9999999;
}

    .page-alert-message::before {
        color: #00274c;
        content: "\f06a";
        font-family: "font awesome 5 free";
        font-size: 20px;
        font-weight: 900;
        left: 16px;
        position: absolute;
        top: 18px;
    }

    .page-alert-message h1,
    .page-alert-message h2,
    .page-alert-message h3,
    .page-alert-message div.event-module h1.event-detail-title,
    div.event-module .page-alert-message h1.event-detail-title,
    .page-alert-message h4,
    .page-alert-message body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title,
    body.default div.recent-blog-posts-wrapper ul li .page-alert-message a.recent-blog-posts-title,
    .page-alert-message h5,
    .page-alert-message body.signage div.veracross_athletics div.game div.date,
    body.signage div.veracross_athletics div.game .page-alert-message div.date,
    .page-alert-message body.signage div.recent-blog-posts-wrapper a.recent-blog-posts-title,
    body.signage div.recent-blog-posts-wrapper .page-alert-message a.recent-blog-posts-title,
    .page-alert-message body.default div.veracross_athletics div.game div.date,
    body.default div.veracross_athletics div.game .page-alert-message div.date,
    .page-alert-message h6,
    .page-alert-message p {
        margin: 0;
    }

    .page-alert-message .controls {
        height: 40px;
        margin: 0;
        position: absolute;
        right: 16px;
        top: 14px;
        width: 40px;
    }

        .page-alert-message .controls::before {
            color: white;
            content: "\f00d";
            font-family: "font awesome 5 free";
            font-size: 16px;
            font-weight: 900;
            left: 50%;
            pointer-events: none;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
            z-index: 1;
        }

        .page-alert-message .controls #page-alert-dismiss {
            border-radius: 50% !important;
            color: white !important;
            font-size: 0 !important;
            height: 32px !important;
            left: 50% !important;
            margin: 0 !important;
            padding: 0 !important;
            position: absolute !important;
            top: 50% !important;
            transform: translate(-50%, -50%);
            width: 32px !important;
        }

            .page-alert-message .controls #page-alert-dismiss:hover {
                background-color: #00274c !important;
                clip-path: none !important;
            }

@media (min-width: 1200px) {
    .page-alert-message {
        padding: 20px 80px 20px 64px;
    }

        .page-alert-message::before {
            left: 40px;
        }
}

.page-alert-wrapper {
    opacity: 0;
    pointer-events: none;
    z-index: -1000;
}

.swRotator .scrollable .items .item {
    background-size: cover;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}

@media (max-width: 800px) {
    .swRotator .scrollable .items .item {
        background-size: cover;
    }
}

@media (min-width: 60em) {
    .swRotator .scrollable .items .item {
        background-attachment: fixed;
    }
}

.swRotator .scrollable .items .item .caption {
    right: unset;
    bottom: 6rem;
}

    .swRotator .scrollable .items .item .caption .title {
        font-family: "Open Sans Condensed", sans-serif;
        text-transform: uppercase;
        font-weight: bold;
    }

    .swRotator .scrollable .items .item .caption .description a.btn, .swRotator .scrollable .items .item .caption .description .hero-links ul li a, .hero-links ul li .swRotator .scrollable .items .item .caption .description a, .swRotator .scrollable .items .item .caption .description div.event-module a[id*=swCalICalLink], div.event-module .swRotator .scrollable .items .item .caption .description a[id*=swCalICalLink], .swRotator .scrollable .items .item .caption .description div.event-module a.CalendarMenu__btn--back, div.event-module .swRotator .scrollable .items .item .caption .description a.CalendarMenu__btn--back, .swRotator .scrollable .items .item .caption .description div.event-module p.event-detail-sharelink a, div.event-module p.event-detail-sharelink .swRotator .scrollable .items .item .caption .description a, .swRotator .scrollable .items .item .caption .description div.event-module .event-detail-calendarlink a, div.event-module .event-detail-calendarlink .swRotator .scrollable .items .item .caption .description a, .swRotator .scrollable .items .item .caption .description div.event-module .public-ical-feed-wrapper > a, div.event-module .swRotator .scrollable .items .item .caption .description .public-ical-feed-wrapper > a, .swRotator .scrollable .items .item .caption .description div.blog a.post-summary-read-more, div.blog .swRotator .scrollable .items .item .caption .description a.post-summary-read-more, .swRotator .scrollable .items .item .caption .description a[type=reset], .swRotator .scrollable .items .item .caption .description a[type=submit],
    .swRotator .scrollable .items .item .caption .description html a[type=button],
    html .swRotator .scrollable .items .item .caption .description a[type=button] {
        margin-bottom: 0;
    }

div[class^=section-] .swRotator .scrollable .items .item {
    background-size: cover;
}

div.blog a.post-summary-read-more {
    display: table !important;
}

div.blog .blog-entry div.post-tags a:first-of-type:before {
    content: "\e910";
    font-family: "icons";
    margin-right: 10px;
    top: 2px;
}

body.default div.recent-blog-posts-wrapper ul li .recent-blog-posts-date-wrapper {
    font-family: "Open Sans Condensed", sans-serif;
    order: 1;
}

body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title {
    order: 2;
    margin-top: 5px;
    margin-bottom: 0.8595625rem;
}

body.default div.recent-blog-posts-wrapper ul li a:not(.recent-blog-posts-title) {
    order: 3;
}

body.default div.recent-blog-posts-wrapper ul li div.recent-blog-posts-body {
    order: 4;
}

div.event-module .list-panel table.event-listing-table tr:last-child {
    border-bottom: 0 none;
}

@media only screen and (max-width: 600px) {
    div.event-module .list-panel table.event-listing-table {
        /* Force table to not be like tables anymore */
        /* Hide table headers (but not display: none;, for accessibility) */
    }

        div.event-module .list-panel table.event-listing-table thead,
        div.event-module .list-panel table.event-listing-table tbody,
        div.event-module .list-panel table.event-listing-table th,
        div.event-module .list-panel table.event-listing-table td,
        div.event-module .list-panel table.event-listing-table tr {
            display: block;
        }

        div.event-module .list-panel table.event-listing-table th {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        div.event-module .list-panel table.event-listing-table tr {
            padding: 10px 0;
        }

        div.event-module .list-panel table.event-listing-table td {
            /* Behave  like a "row" */
            border: none;
            position: relative;
            padding: 2px 10px;
            width: 100%;
        }

            div.event-module .list-panel table.event-listing-table td.event-listing-image-column {
                max-width: unset;
                background-size: 100%;
                float: left;
                width: 30px;
                margin-right: 10px;
            }

            div.event-module .list-panel table.event-listing-table td.event-listing-time-column {
                clear: both;
            }
}

div.event-module .list-panel td.event-listing-image-column {
    background-image: url("//www.speakcdn.com/sitefiles/2532/css/images/no-image.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    max-width: 50px;
    overflow: hidden;
}

div.event-module .list-panel td.event-listing-event-column {
    width: 40%;
}

div.event-module .list-panel td.event-listing-time-column:before,
div.event-module .list-panel td.event-listing-location-column:before {
    font-family: "icons";
    opacity: 0.3;
    font-size: 0.675em;
    margin-right: 10px;
}

div.event-module .list-panel .event-listing-time-column {
    width: 25%;
}

    div.event-module .list-panel .event-listing-time-column:before {
        content: "\e91a";
    }

div.event-module .list-panel .event-listing-location-column {
    width: 30%;
}

    div.event-module .list-panel .event-listing-location-column:empty {
        visibility: hidden;
    }

    div.event-module .list-panel .event-listing-location-column:before {
        content: "\e90e";
    }

div.event-module .calendar-panel .partial-day-event .event-time,
div.event-module .calendar-panel .all-day-event .event-time {
    font-size: 12px;
}

div.event-module .calendar-panel .partial-day-event a,
div.event-module .calendar-panel .all-day-event a {
    font-size: 12px;
    font-weight: bold;
}

div.event-module .calendar-panel td.today {
    background: rgba(255, 203, 5, 0.3);
}

div.event-module .cal-display-switch a.cal-display-type:last-of-type {
    margin-right: -3px;
}

div.event-module .calendar-controls {
    margin: 0 0 15px 0;
}

    div.event-module .calendar-controls .index-back,
    div.event-module .calendar-controls .index-forward,
    div.event-module .calendar-controls .index-today {
        padding: 10px;
        margin-right: 5px;
    }

    div.event-module .calendar-controls .index-back {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    div.event-module .calendar-controls .index-forward {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    div.event-module .calendar-controls .index-today {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    div.event-module .calendar-controls .monthyear-jumper {
        flex: 1 1 auto;
    }

        div.event-module .calendar-controls .monthyear-jumper select {
            margin: 0 2px;
            font-size: 1em;
            padding: 0.5em 1.5em 0.5em 1em;
        }

@media (max-width: 30em) {
    div.event-module .calendar-controls .monthyear-jumper select {
        width: 100%;
        margin-top: 1rem;
    }
}

div.event-module .jumper-button {
    padding: 0.85em 1em !important;
    margin-left: 1px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

div.event-module ul.sw-events-detail-list li .sw-events-detail-list-event-date:before,
div.event-module ul.sw-events-detail-list li .sw-events-detail-list-event-time:before,
div.event-module ul.sw-events-detail-list li .sw-events-detail-list-event-location:before {
    font-family: "icons";
    opacity: 0.3;
    font-size: 0.675em;
    margin-right: 10px;
}

div.event-module ul.sw-events-detail-list li .sw-events-detail-list-event-date:before {
    content: "\e901";
}

div.event-module ul.sw-events-detail-list li .sw-events-detail-list-event-time:before {
    content: "\e91a";
}

div.event-module ul.sw-events-detail-list li .sw-events-detail-list-event-location:before {
    content: "\e90e";
}

div.event-module .list-panel:before {
    color: #FFCB05;
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
}

div.event-module ul.sw-events-detail-timeframes {
    margin-bottom: 20px;
}

    div.event-module ul.sw-events-detail-timeframes:before {
        content: "Timeframe";
        font-weight: bold;
        width: 100px;
        display: inline-block;
        vertical-align: top;
    }

@media (max-width: 600px) {
    div.event-module ul.sw-events-detail-timeframes li {
        display: inline-block;
        padding: 6px;
    }

        div.event-module ul.sw-events-detail-timeframes li a {
            margin-bottom: 5px;
        }
}

div.event-module ul.sw-events-detail-timeframes li a {
    background: #FFCB05;
    white-space: nowrap;
    padding: 6px 15px;
    display: inline-block;
    margin-bottom: 10px;
}

    div.event-module ul.sw-events-detail-timeframes li a.selected {
        background: #00274c;
    }

div.event-module ul.sw-events-detail-categories {
    margin-bottom: 50px;
}

    div.event-module ul.sw-events-detail-categories:before {
        content: "Category";
        font-weight: bold;
    }

@media (max-width: 600px) {
    div.event-module ul.sw-events-detail-categories li {
        display: inline-block;
        padding: 6px;
    }
}

div.event-module ul.sw-events-detail-categories li a {
    background: #FFCB05;
}

    div.event-module ul.sw-events-detail-categories li a.selected {
        background: #00274c;
    }

div.event-module div.select-wrapper {
    margin-bottom: 40px;
}

    div.event-module div.select-wrapper span.label {
        width: 105px;
        font-size: 100%;
        color: #222;
        display: inline-block;
        padding: 0;
        text-align: left;
    }

div.event-module img.event-detail-image {
    margin-bottom: 30px;
}

div.event-module h1.event-detail-title {
    color: #00274c !important;
    font-style: normal !important;
}

div.event-module p.event-detail-calendarlink {
    border-top: 1px solid #eee;
    margin-top: 80px;
    padding-top: 30px;
}

    div.event-module p.event-detail-calendarlink a {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 50%) !important;
    }

        div.event-module p.event-detail-calendarlink a:hover {
            clip-path: polygon(15px 0%, 100% 0%, 100% 100%, 15px 100%, 0% 50%) !important;
        }

        div.event-module p.event-detail-calendarlink a:before {
            content: "\e917";
            font-family: "icons";
            margin-right: 5px;
            position: relative;
            top: 1px;
        }

.ui-accordion h3.ui-accordion-header, .ui-accordion div.event-module h1.ui-accordion-header.event-detail-title, div.event-module .ui-accordion h1.ui-accordion-header.event-detail-title {
    background: #eee;
    border: none;
    border-radius: 0 !important;
    color: #00274c;
    cursor: pointer;
    font-size: 1.1em;
    line-height: 1.3em;
    margin: 13px 0 0 0;
    outline: 0;
    padding: 15px 55px 15px 15px;
    transition: all 0.2s ease-out;
}

@media (min-width: 768px) {
    .ui-accordion h3.ui-accordion-header, .ui-accordion div.event-module h1.ui-accordion-header.event-detail-title, div.event-module .ui-accordion h1.ui-accordion-header.event-detail-title {
        margin: 15px 0 0 0;
        font-size: 1.2rem;
    }
}

@media (min-width: 991px) {
    .ui-accordion h3.ui-accordion-header, .ui-accordion div.event-module h1.ui-accordion-header.event-detail-title, div.event-module .ui-accordion h1.ui-accordion-header.event-detail-title {
        margin: 18px 0 0 0;
        font-size: 1.3rem;
    }
}

.ui-accordion h3.ui-accordion-header:hover, .ui-accordion div.event-module h1.ui-accordion-header.event-detail-title:hover, div.event-module .ui-accordion h1.ui-accordion-header.event-detail-title:hover {
    background-color: #ddd;
}

.ui-accordion h3.ui-accordion-header .ui-icon, .ui-accordion div.event-module h1.ui-accordion-header.event-detail-title .ui-icon, div.event-module .ui-accordion h1.ui-accordion-header.event-detail-title .ui-icon {
    height: 36px;
    width: 36px;
    position: absolute;
    top: 50%;
    margin: -18px 0 0 0;
    right: 15px;
    left: unset;
    cursor: pointer;
    display: block;
    z-index: 10;
    background-image: none;
    transition: all 0.2s ease-out;
}

    .ui-accordion h3.ui-accordion-header .ui-icon:before, .ui-accordion div.event-module h1.ui-accordion-header.event-detail-title .ui-icon:before, div.event-module .ui-accordion h1.ui-accordion-header.event-detail-title .ui-icon:before, .ui-accordion h3.ui-accordion-header .ui-icon:after, .ui-accordion div.event-module h1.ui-accordion-header.event-detail-title .ui-icon:after, div.event-module .ui-accordion h1.ui-accordion-header.event-detail-title .ui-icon:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        background: #333;
        width: 2px;
        height: 14px;
        margin: -7px 0 0 -1px;
        border-radius: 4px;
        transform-origin: center;
    }

    .ui-accordion h3.ui-accordion-header .ui-icon:after, .ui-accordion div.event-module h1.ui-accordion-header.event-detail-title .ui-icon:after, div.event-module .ui-accordion h1.ui-accordion-header.event-detail-title .ui-icon:after {
        transform: rotate(90deg);
    }

.ui-accordion h3.ui-accordion-header.ui-state-active, .ui-accordion div.event-module h1.ui-accordion-header.ui-state-active.event-detail-title, div.event-module .ui-accordion h1.ui-accordion-header.ui-state-active.event-detail-title {
    background-color: #FFCB05;
}

    .ui-accordion h3.ui-accordion-header.ui-state-active .ui-icon, .ui-accordion div.event-module h1.ui-accordion-header.ui-state-active.event-detail-title .ui-icon, div.event-module .ui-accordion h1.ui-accordion-header.ui-state-active.event-detail-title .ui-icon {
        transform: rotate(-135deg);
    }

.ui-accordion .ui-accordion-content {
    background: #fffde5;
    border: none;
    border-top: 0;
    padding: 10px;
    display: block;
    width: 100% !important;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    word-break: break-word;
}

    .ui-accordion .ui-accordion-content img {
        height: auto !important;
    }

@media (min-width: 768px) {
    .ui-accordion .ui-accordion-content {
        padding: 15px;
    }
}

.ui-accordion-content-active > div {
    height: auto !important;
}

div.tab-pane {
    display: block;
    border: 1px solid #eee;
}

    div.tab-pane.ui-tabs-hide {
        display: none;
    }

ul.nav-tabs {
    display: flex;
    flex-direction: row;
    width: 100%;
    border: 0 none;
}

    ul.nav-tabs > li {
        float: none;
        margin: 0 0 -2px 0;
    }

        ul.nav-tabs > li > a {
            color: #00274c;
            border-radius: 0;
            margin: 0 -1px 0 0;
            padding: 0.75rem 1rem;
            font-family: "Open Sans", sans-serif;
            font-weight: bold;
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
        }

            ul.nav-tabs > li > a:hover, ul.nav-tabs > li > a:active, ul.nav-tabs > li > a:focus {
                background: #FFCB05 !important;
                border-color: #FFCB05;
                color: #00274c;
            }

        ul.nav-tabs > li.ui-state-active > a {
            background: #FFCB05;
            color: #00274c;
            border-color: #FFCB05;
            margin-bottom: -15px;
            padding-bottom: 1.5rem;
            clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 15px), 50% 100%, 0% calc(100% - 15px));
        }

            ul.nav-tabs > li.ui-state-active > a:hover {
                background: #FFCB05;
                border-color: #FFCB05;
                color: #00274c;
            }

@media (min-width: 60em) {
    .nav-tabs-left {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .nav-tabs-left ul.nav-tabs {
            display: flex;
            flex-direction: column;
            width: 25%;
            border: 0 none;
        }

            .nav-tabs-left ul.nav-tabs > li {
                float: none;
                margin: 0;
            }

                .nav-tabs-left ul.nav-tabs > li > a {
                    color: #00274c;
                    border-radius: 0;
                    margin: 0 -1px 0 0;
                    font-family: "Open Sans", sans-serif;
                    font-weight: bold;
                    padding: 0.75rem 0.5rem;
                    clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
                }

                .nav-tabs-left ul.nav-tabs > li.ui-state-active > a {
                    background: #FFCB05;
                    color: #00274c;
                    border-color: #FFCB05;
                    margin-right: -15px;
                    padding-bottom: 0.75rem;
                    clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%);
                }
}

.nav-tabs-left div.tab-pane {
    display: block;
    border: 1px solid #eee;
    width: 100%;
}

    .nav-tabs-left div.tab-pane.ui-tabs-hide {
        display: none;
    }

@media (min-width: 60em) {
    .nav-tabs-left div.tab-pane {
        width: 75%;
    }
}

/* plusTabs */
.plusTabs {
    position: relative;
}

    .plusTabs.plusTabs-active div.tab-pane {
        width: 100%;
    }

    .plusTabs .allTabs {
        display: none;
        position: absolute;
        background: #00274c;
        color: white;
        right: 0;
    }

        .plusTabs .allTabs a {
            color: white;
            display: block;
            padding: 10px;
            font-size: 14px;
            font-weight: bold;
            font-family: "Open Sans", sans-serif;
            text-decoration: none;
        }

            .plusTabs .allTabs a.highlight {
                color: #FFCB05;
            }

form.http-404 div.hero-container .slider {
    height: 500px;
    background-image: url("//www.speakcdn.com/sitefiles/2532/css/images/404.jpg");
    background-size: cover;
    background-position: center;
}

@media (min-width: 60em) {
    form.http-404 div.hero-container .slider {
        background-attachment: fixed;
    }
}

form.http-404 div.hero-container .slider:before {
    content: " ";
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,0+99 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4d000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
}

@media (max-width: 767px) {
    .tag-wrapper:before {
        content: "\e910";
        font-family: "icons";
        font-size: 22px;
        margin-right: 10px;
        top: 2px;
    }

    .tag-wrapper .post-tags {
        opacity: 0;
        display: none;
        z-index: -1;
    }

    .tag-wrapper.active .post-tags {
        opacity: 1;
        display: inline-block;
        z-index: 2;
    }

        .tag-wrapper.active .post-tags a:before {
            display: none;
        }
}

.matrix-content .explore_title h4, .matrix-content .explore_title body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title, body.default div.recent-blog-posts-wrapper ul li .matrix-content .explore_title a.recent-blog-posts-title {
    color: #00274c;
}

@media (min-width: 960px) {
    .matrix-content .explore_title {
        padding: 0 2rem;
    }
}

.matrix-content .explore-portals-container.constricted {
    margin: 0 auto;
    max-width: 1300px;
    overflow: hidden;
}

@media (min-width: 960px) {
    .matrix-content .explore_portals {
        padding: 0 200px 0 2rem;
    }
}

.matrix-content .explore_portals .portal a {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #00274c;
    display: block;
    padding-bottom: 75%;
    position: relative;
    width: 100%;
}

    .matrix-content .explore_portals .portal a:hover {
        transform: translateY(-5px);
    }

        .matrix-content .explore_portals .portal a:hover img {
            opacity: 0.5;
        }

        .matrix-content .explore_portals .portal a:hover h6 {
            color: #FFCB05;
        }

.matrix-content .explore_portals .portal img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: opacity 0.2s ease;
    width: 100%;
}

.matrix-content .explore_portals .portal h6 {
    background-color: #00274c;
    bottom: 0;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    left: 0;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px 15px;
    position: absolute;
    transition: color 0.2s ease;
    width: 100%;
}

    .matrix-content .explore_portals .portal h6::after {
       
        font-family: "font awesome 5 free";
        font-size: 11px;
        margin-left: 5px;
        position: relative;
        top: -1px;
    }

.matrix-content .explore_portals .owl-wrapper-outer {
    overflow: visible;
}

.matrix-content .explore_portals .owl-controls {
    align-items: center;
    display: flex !important;
    justify-content: space-between;
}

@media (min-width: 960px) {
    .matrix-content .explore_portals .owl-controls {
        left: calc(50% + 100px);
        width: calc(100% + 200px);
    }
}

.matrix-content .explore_portals .owl-pagination {
    border-radius: 2px;
    display: flex;
    overflow: hidden;
    width: calc(100% - 80px);
}

    .matrix-content .explore_portals .owl-pagination .owl-page {
        flex-grow: 1;
    }

        .matrix-content .explore_portals .owl-pagination .owl-page.active span {
            background-color: #00274c;
        }

        .matrix-content .explore_portals .owl-pagination .owl-page span {
            background-color: #eee;
            border-radius: 0;
            height: 4px;
            margin: 0;
            opacity: 1;
            width: 100%;
        }

.matrix-content .explore_portals .owl-buttons {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 64px;
}

    .matrix-content .explore_portals .owl-buttons > div {
        font-size: 0;
        left: auto;
        right: auto;
        top: auto;
    }

        .matrix-content .explore_portals .owl-buttons > div::before, .matrix-content .explore_portals .owl-buttons > div::after {
            color: #00274c;
            font-size: 30px;
            opacity: 1;
        }

.facts {
    background-color: #017ea7;
    text-align: center;
}

    .facts.constricted {
        max-width: 1300px;
        margin: 0 auto;
    }

    .facts .facts_entries {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 1fr;
        margin: 30px auto 0;
        max-width: 960px;
    }

@media (min-width: 480px) {
    .facts .facts_entries {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 960px) {
    .facts .facts_entries {
        grid-gap: 40px;
        grid-template-columns: repeat(4, 1fr);
    }
}

.facts .entry div {
    border: 1px solid #FFCB05;
    border-radius: 50%;
    margin: 0 auto 10px;
    padding-bottom: 75%;
    position: relative;
    width: 75%;
}

.facts .entry h2 {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.facts .entry p {
    font: bold 14px/1.5 "Open Sans", sans-serif;
    text-transform: uppercase;
}

.matrix-content .voices_title {
    text-align: center;
}

    .matrix-content .voices_title h4, .matrix-content .voices_title body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title, body.default div.recent-blog-posts-wrapper ul li .matrix-content .voices_title a.recent-blog-posts-title {
        color: #00274c;
    }

.matrix-content .voices_entries {
    color: white;
    margin-top: 40px;
    position: relative;
    text-align: center;
}

    .matrix-content .voices_entries::before {
        background-color: #00274c;
        bottom: 0;
        content: "";
        height: calc(100% - 80px);
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 100vw;
    }

    .matrix-content .voices_entries .entry .image {
        display: block;
        margin: 0 auto 20px;
        padding-bottom: 100%;
        position: relative;
        width: 100%;
    }

        .matrix-content .voices_entries .entry .image::before {
            border-left: 2px solid #FFCB05;
            border-top: 2px solid #FFCB05;
            content: "";
            height: 50%;
            left: -15px;
            position: absolute;
            top: -15px;
            width: 25%;
        }

        .matrix-content .voices_entries .entry .image img {
            height: 100%;
            left: 0;
            object-fit: cover;
            position: absolute;
            top: 0;
            width: 100%;
        }

    .matrix-content .voices_entries .entry blockquote {
        font-size: 14px;
        margin: 0;
    }

        .matrix-content .voices_entries .entry blockquote cite {
            display: block;
            font: bold 12px "Open Sans", sans-serif;
            letter-spacing: 1px;
            margin-top: 20px;
            text-transform: uppercase;
        }

    .matrix-content .voices_entries .owl-wrapper-outer {
        overflow: visible;
    }

    .matrix-content .voices_entries .owl-wrapper .owl-item {
        height: 1px;
        margin-bottom: 24px;
        opacity: 0;
        transition: opacity 0.2s ease;
    }

        .matrix-content .voices_entries .owl-wrapper .owl-item.active {
            height: auto;
            opacity: 1;
        }

    .matrix-content .voices_entries .owl-controls {
        margin-top: 20px;
        position: absolute;
        top: 100%;
    }

        .matrix-content .voices_entries .owl-controls .owl-buttons {
            display: flex;
            justify-content: space-between;
        }

            .matrix-content .voices_entries .owl-controls .owl-buttons > div::before,
            .matrix-content .voices_entries .owl-controls .owl-buttons > div::after {
                color: #00274c;
                opacity: 1;
            }

            .matrix-content .voices_entries .owl-controls .owl-buttons .owl-prev {
                left: -40px;
            }

            .matrix-content .voices_entries .owl-controls .owl-buttons .owl-next {
                right: -40px;
            }

@media (min-width: 640px) {
    .matrix-content .voices_entries {
        padding: 40px 0;
    }

        .matrix-content .voices_entries::before {
            bottom: auto;
            height: 100%;
            left: calc(50% + 20vw);
            top: 50%;
            transform: translate(-50%, -50%);
        }

        .matrix-content .voices_entries .entry {
            align-items: center;
            display: grid;
            grid-gap: 40px;
            grid-template-columns: 1fr 1fr;
        }

            .matrix-content .voices_entries .entry .image {
                margin: 0;
            }
}

@media (min-width: 960px) {
    .matrix-content .voices_entries {
        padding: 40px;
    }

        .matrix-content .voices_entries .entry .image {
            padding-bottom: 75%;
        }

        .matrix-content .voices_entries .entry blockquote div {
            font-size: 22px;
            font-weight: bold;
        }
}

.student.modal {
    z-index: 99999999;
}

.accordion-container {
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 2rem;
}

    .accordion-container.expanded, div.blog .blog-entry h4.accordion-container.post-date, div.blog .blog-entry div.post-tags a.accordion-container, body.default div.recent-blog-posts-wrapper ul li .accordion-container.recent-blog-posts-date-wrapper, div.blog .blog-entry body.default div.recent-blog-posts-wrapper ul li a.accordion-container.post-date.recent-blog-posts-title, body.default div.recent-blog-posts-wrapper ul li div.blog .blog-entry a.accordion-container.post-date.recent-blog-posts-title {
        max-width: 100%;
        width: 100%;
    }

    .accordion-container .accordion {
        margin-bottom: 18px;
    }

        .accordion-container .accordion .heading {
            display: flex;
            justify-content: space-between;
            color: #00274c;
            background-color: #eee;
            padding: 15px 20px;
            transition: background-color 0.2s ease;
            cursor: pointer;
            margin: 0;
        }

            .accordion-container .accordion .heading:hover {
                background-color: rgb(212.5, 212.5, 212.5);
            }

            .accordion-container .accordion .heading .title {
                font-size: 24px;
                text-transform: uppercase;
            }

            .accordion-container .accordion .heading .icon {
                transition: transform 0.2s ease;
            }

                .accordion-container .accordion .heading .icon .ui-icon {
                    height: 36px;
                    width: 36px;
                    position: absolute;
                    top: 50%;
                    margin: -18px 0 0 0;
                    right: 15px;
                    left: unset;
                    cursor: pointer;
                    display: block;
                    z-index: 10;
                    background-image: none;
                    transition: all 0.2s ease-out;
                }

                    .accordion-container .accordion .heading .icon .ui-icon::before, .accordion-container .accordion .heading .icon .ui-icon::after {
                        content: "";
                        display: block;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        background: #333;
                        width: 2px;
                        height: 14px;
                        margin: -7px 0 0 -1px;
                        border-radius: 4px;
                        transform-origin: center;
                    }

                    .accordion-container .accordion .heading .icon .ui-icon::after {
                        transform: rotate(90deg);
                    }

        .accordion-container .accordion .content {
            padding: 0 20px;
            max-height: 0;
            overflow: hidden;
            transition: 0.2s ease-in-out;
            background: #fffde5;
        }

        .accordion-container .accordion.active .heading {
            background-color: #ffcb05;
        }

            .accordion-container .accordion.active .heading .icon .ui-icon {
                transform: rotate(-135deg);
            }

        .accordion-container .accordion.active .content {
            padding: 20px 20px 0;
            max-height: 1000px;
        }

#bablicFlagsWidget {
    top: unset !important;
}

.grid {
    display: grid;
    gap: 1rem 2rem;
    width: 100%;
}

.grid-item {
    width: 100%;
}

/* ====================== FORM STYLING ====================== */
.formmodule {
    display: block;
    position: relative;
    /* ====== Keyframes ====== */
    /* Tada */
    /* Shake */
    /* .formmodule-form */
    /* .form-bot-stopper */
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-6px);
        -ms-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(6px);
        -ms-transform: translateX(6px);
        transform: translateX(6px);
    }
}

.formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_1_pnlMessage,
.formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_2_pnlMessage {
    position: relative;
    font-size: 1rem;
    color: #fff !important;
    background: #4EB75E;
    border: 1px solid #419c4f;
    border-radius: 2px;
    padding: 8px;
    margin: 0 0 30px 0;
    overflow: hidden;
    padding-left: 45px !important;
    -webkit-animation: tada 1s ease-out 0.3s normal 1;
    animation: tada 1s ease-out 0.3s normal 1;
}

@media (min-width: 768px) {
    .formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_1_pnlMessage,
    .formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_2_pnlMessage {
        padding: 12px;
    }
}

.formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_1_pnlMessage:before, .formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_1_pnlMessage:after,
.formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_2_pnlMessage:before,
.formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_2_pnlMessage:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 24px;
    border-radius: 1px;
}

.formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_1_pnlMessage:before,
.formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_2_pnlMessage:before {
    width: 4px;
    height: 20px;
    margin: -10px 0 0 0px;
    -webkit-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    transform: rotate(42deg);
}

.formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_1_pnlMessage:after,
.formmodule div#ctl00_cphPageBody_public_partctrl_cphPageBody_2_pnlMessage:after {
    width: 4px;
    height: 10px;
    margin: -1px 0 0 -8px;
    -webkit-transform: rotate(-47deg);
    -ms-transform: rotate(-47deg);
    transform: rotate(-47deg);
}

.formmodule h3:first-of-type, .formmodule div.event-module h1.event-detail-title:first-of-type, div.event-module .formmodule h1.event-detail-title:first-of-type {
    display: none;
}

.formmodule .formmodule-form {
    /* table */
}

    .formmodule .formmodule-form table, .formmodule .formmodule-form tbody, .formmodule .formmodule-form tr, .formmodule .formmodule-form td {
        display: inline-block;
        width: 100%;
    }

    .formmodule .formmodule-form table {
        /* tbody */
    }

        .formmodule .formmodule-form table tbody {
            /* tr */
        }

            .formmodule .formmodule-form table tbody tr {
                /* td */
                /* td.formmodule-column2 */
            }

                .formmodule .formmodule-form table tbody tr.formmodule-row, .formmodule .formmodule-form table tbody tr.formmodule-altrow {
                    margin: 0 0 10px 0;
                }

@media (min-width: 768px) {
    .formmodule .formmodule-form table tbody tr.formmodule-row, .formmodule .formmodule-form table tbody tr.formmodule-altrow {
        margin: 0 0 15px 0;
    }
}

.formmodule .formmodule-form table tbody tr td {
    padding: 0;
    /* CheckBox & RadioButton */
}

    .formmodule .formmodule-form table tbody tr td span, .formmodule .formmodule-form table tbody tr td label {
        font-style: normal;
        font-size: 1rem;
        font-family: "Open Sans Condensed", sans-serif;
        text-transform: uppercase;
        font-weight: bold;
    }

    .formmodule .formmodule-form table tbody tr td input[type=text],
    .formmodule .formmodule-form table tbody tr td input[type=file],
    .formmodule .formmodule-form table tbody tr td textarea {
        font-size: 16px;
        background: #f4f4f4;
        color: #222;
        border: 0 none;
        border-radius: 2px;
        padding: 4px 8px;
        width: 100%;
    }

        .formmodule .formmodule-form table tbody tr td input[type=text]:-moz-placeholder, .formmodule .formmodule-form table tbody tr td input[type=text]::-moz-placeholder, .formmodule .formmodule-form table tbody tr td input[type=text]:-ms-input-placeholder, .formmodule .formmodule-form table tbody tr td input[type=text]::-webkit-input-placeholder,
        .formmodule .formmodule-form table tbody tr td input[type=file]:-moz-placeholder,
        .formmodule .formmodule-form table tbody tr td input[type=file]::-moz-placeholder,
        .formmodule .formmodule-form table tbody tr td input[type=file]:-ms-input-placeholder,
        .formmodule .formmodule-form table tbody tr td input[type=file]::-webkit-input-placeholder,
        .formmodule .formmodule-form table tbody tr td textarea:-moz-placeholder,
        .formmodule .formmodule-form table tbody tr td textarea::-moz-placeholder,
        .formmodule .formmodule-form table tbody tr td textarea:-ms-input-placeholder,
        .formmodule .formmodule-form table tbody tr td textarea::-webkit-input-placeholder {
            color: #999;
            opacity: 1;
        }

@media (min-width: 768px) {
    .formmodule .formmodule-form table tbody tr td input[type=text],
    .formmodule .formmodule-form table tbody tr td input[type=file],
    .formmodule .formmodule-form table tbody tr td textarea {
        padding: 8px 12px;
    }
}

.formmodule .formmodule-form table tbody tr td input.formmodule-phone {
    width: 32%;
    margin: 0 2% 0 0;
    text-align: center;
}

    .formmodule .formmodule-form table tbody tr td input.formmodule-phone:nth-of-type(3) {
        margin-right: 0;
    }

.formmodule .formmodule-form table tbody tr td select,
.formmodule .formmodule-form table tbody tr td input[type=file] {
    display: block;
    clear: both;
}

.formmodule .formmodule-form table tbody tr td input[type=file] {
    background: #f7f7f7;
}

.formmodule .formmodule-form table tbody tr td table.formmodule-checkboxlist tbody tr td input[type=checkbox],
.formmodule .formmodule-form table tbody tr td table.formmodule-checkboxlist tbody tr td input[type=radio],
.formmodule .formmodule-form table tbody tr td table.formmodule-radiobuttonlist tbody tr td input[type=checkbox],
.formmodule .formmodule-form table tbody tr td table.formmodule-radiobuttonlist tbody tr td input[type=radio] {
    margin: 2px 0;
}

.formmodule .formmodule-form table tbody tr td table.formmodule-checkboxlist tbody tr td label,
.formmodule .formmodule-form table tbody tr td table.formmodule-radiobuttonlist tbody tr td label {
    font-size: 0.85rem;
    margin: 0 0 0 6px;
    padding: 4px 0;
}

.formmodule .formmodule-form table tbody tr td.formmodule-column1 {
    margin: 0;
}

.formmodule .formmodule-form table tbody tr td.formmodule-column2 {
    /* error message */
}

    .formmodule .formmodule-form table tbody tr td.formmodule-column2 span[style*="color: red;"] {
        padding: 5px 8px;
        position: relative;
        font-size: 13px;
        color: #fff !important;
        background: #E63A3A;
        border: 1px solid #ce2233;
        border-radius: 2px;
    }

        .formmodule .formmodule-form table tbody tr td.formmodule-column2 span[style*="color: red;"]:before {
            content: "";
            display: block;
            position: absolute;
            top: -6px;
            left: 8px;
            height: 10px;
            width: 10px;
            background: #E63A3A;
            border-top: 1px solid #ce2233;
            border-left: 1px solid #ce2233;
            -webkit-border-top-left-radius: 2px;
            -moz-border-radius-topleft: 2px;
            border-top-left-radius: 2px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.formmodule .form-bot-stopper {
    margin: 0 0 15px 0;
}

    .formmodule .form-bot-stopper .form-bot-stopper-info {
        font-size: 0.85rem;
    }

    .formmodule .form-bot-stopper .form-bot-stopper-question {
        font-size: 0.85rem;
    }

        .formmodule .form-bot-stopper .form-bot-stopper-question input.form-bot-stopper-value {
            height: 32px;
            width: 40px !important;
            text-align: center;
            font-size: 16px;
            background: #fff;
            color: #222;
            border: 1px solid #dcdcdc;
            border-radius: 2px;
            padding: 4px;
        }

.formmodule .formmodule-errors {
    margin: 15px 0 0 0;
}

    .formmodule .formmodule-errors div {
        position: relative;
        font-size: 0.85rem;
        color: #fff !important;
        background: #e63a3a;
        border: 1px solid #ce2233;
        border-radius: 2px;
        padding: 8px;
        padding-left: 38px !important;
        -webkit-animation: shake 1s ease-out 0.3s normal 1;
        animation: shake 1s ease-out 0.3s normal 1;
    }

@media (min-width: 768px) {
    .formmodule .formmodule-errors div {
        padding: 12px;
    }
}

.formmodule .formmodule-errors div:before, .formmodule .formmodule-errors div:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 18px;
    height: 18px;
    width: 4px;
    margin: -9px 0 0 -2px;
    background: #fff;
    border-radius: 1px;
}

.formmodule .formmodule-errors div:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.formmodule .formmodule-errors div:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* .formmodule */
/* ====================== FORM STYLING END ====================== */
/* 
 *  CALENDAR V2 STYLING 
 */
div.event-module .CalendarMenu a {
    flex-flow: row nowrap;
}

    div.event-module .CalendarMenu a:nth-child(1) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    div.event-module .CalendarMenu a:nth-child(2) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        margin-left: -1px;
    }

    div.event-module .CalendarMenu a:hover {
        background: #00274c;
        color: white !important;
    }

    div.event-module .CalendarMenu a.CalendarMenu__currentItem {
        background: #00274c;
        color: white;
    }

        div.event-module .CalendarMenu a.CalendarMenu__currentItem:before {
            content: "\e91b";
        }

div.event-module .CalendarMonthFilter button {
    flex: auto;
    max-width: 150px;
    margin: 0 !important;
}

div.event-module .CalendarMonthFilter input {
    box-shadow: none;
    border-color: #ddd;
    height: 41px;
}

div.event-module .CalendarMonthFilter .react-selectize.root-node .react-selectize-control {
    border-color: #ddd !important;
    box-shadow: none;
    height: 41px;
}

div.event-module .CalendarMonthFilter #time-jump-buttons a {
    margin: 10px 10px 0 0 !important;
    color: #00274c !important;
    background: #017EA7 !important;
    border-color: #017EA7 !important;
    box-shadow: none;
}

    div.event-module .CalendarMonthFilter #time-jump-buttons a.active {
        color: white !important;
        background: #00274c !important;
        border-color: #00274c !important;
    }

div.event-module .CalendarEventsDetail__eventCalendarFront a {
    color: #00274c;
}

    div.event-module .CalendarEventsDetail__eventCalendarFront a:hover {
        color: #FFCB05;
        text-decoration: none;
    }

div.event-module div.swCalEvents .CalendarListEvent__header {
    background: transparent;
    width: auto;
}

div.event-module div.swCalEvents .CalendarListEvent__header_date {
    width: 60px;
    height: 60px;
    text-align: center;
}

div.event-module div.swCalEvents .CalendarListPager__current {
    color: black;
}

div.event-module .CalendarMenu__btn--back {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 50%) !important;
}

    div.event-module .CalendarMenu__btn--back:hover {
        clip-path: polygon(15px 0%, 100% 0%, 100% 100%, 15px 100%, 0% 50%) !important;
        border-color: #FFCB05 !important;
    }

@media (min-width: 30em) {
    div.event-module .detail-panel .event-detail-block-wrapper .event-detail-info {
        left: 40%;
    }
}

@media (min-width: 30em) {
    div.event-module .detail-panel .event-detail-details {
        left: 40%;
        width: 60%;
    }
}

div.event-module .detail-panel .event-detail-details span.tags:before {
    content: "\e90d";
    opacity: 0.3;
    font-size: 0.75em;
    margin-right: 5px;
}

div.event-module .detail-panel h1.event-detail-title {
    color: #00274c !important;
}

div.event-module .detail-panel p.event-detail-calendarlink {
    margin-top: 80px;
    padding-top: 30px;
}

.CalendarGridDayEventPopover h3, .CalendarGridDayEventPopover div.event-module h1.event-detail-title, div.event-module .CalendarGridDayEventPopover h1.event-detail-title {
    line-height: 1.5;
    font-size: 1.125rem !important;
}

.CalendarGridDayEventPopover .CalendarGridDayEventPopover__time {
    font-size: 1rem !important;
}

.CalendarGridDayEventPopover .CalendarGridDayEventPopover__content {
    font-size: 0.75rem !important;
    display: none;
}

.CalendarGridDayEventPopover .CalendarGridDayEventPopover__content--image {
    background-color: white !important;
    display: none;
}

div.calendar-v2-widget div.CalendarListEvent__header_date {
    min-width: 60px;
    width: 60px;
    height: 60px;
}

.sw-public-page-part:has(.accordion-2024),
.sw-public-page-part:has(.accordion-container) {
    width: 100%;
}

.accordion-2024 .accordion {
    margin: 0 auto;
    max-width: 1050px;
    padding: 30px;
}

.accordion-2024 .accordion__item {
    transition: border-color 0.3s;
    margin: 0 0 10px;
}

    .accordion-2024 .accordion__item:last-of-type {
        margin: 0;
    }

    .accordion-2024 .accordion__item:hover .accordion__title {
        color: #00274c;
    }

.accordion-2024 .accordion__title {
    background: #eee;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    justify-content: space-between;
    padding: 1rem;
    transition: color 0.3s ease;
}

.accordion-2024 .accordion__title--active {
    background: #FFCB05;
}

    .accordion-2024 .accordion__title--active .accordion__icon {
        transform: rotate(-180deg);
    }

.accordion-2024 .accordion__title h3, .accordion-2024 .accordion__title div.event-module h1.event-detail-title, div.event-module .accordion-2024 .accordion__title h1.event-detail-title {
    color: #00274c;
    font-size: 25px;
    margin: 0;
}

.accordion-2024 .accordion__icon {
    align-items: center;
    display: flex;
    height: 28px;
    justify-content: center;
    margin-right: 0.4rem;
    margin-top: 0.4rem;
    transform: rotate(0deg);
    transition: transform 0.6s ease;
    width: 28px;
}

    .accordion-2024 .accordion__icon img {
        height: 28px;
        width: 28px;
    }

.accordion-2024 .accordion__panel {
    background: #FFFDE5;
    height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: 0.6s ease;
}

.accordion-2024 .accordion__panel--active {
    padding: 20px;
}

.accordion-2024 .accordion__panel p {
    font-size: 16px;
    line-height: 24px;
}

.banner-carousel {
    padding: 4rem;
}

    .banner-carousel img {
        position: absolute;
    }

    .banner-carousel .carousel-two {
        margin: 0 auto;
        max-width: 64rem;
    }

        .banner-carousel .carousel-two.owl-theme .owl-controls .owl-page span {
            background: rgb(255, 255, 255);
            -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
        }

        .banner-carousel .carousel-two.owl-theme .owl-controls .owl-buttons .owl-prev:before {
            color: white;
        }

        .banner-carousel .carousel-two.owl-theme .owl-controls .owl-buttons .owl-next:after {
            color: white;
        }

.banner-carousel__content {
    margin: 0 auto;
    max-width: 64rem;
}

.contact-grid > ul {
    display: grid;
    gap: 10px;
    list-style-type: none;
}

    .contact-grid > ul > li {
        border: 2px solid #00274c;
        font-family: "Open Sans", sans-serif;
        padding: 20px;
    }

.featured-news {
    padding: 50px 20px;
    position: relative;
}

    .featured-news::before {
        background-color: #00274c;
        content: "";
        height: 400px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .featured-news .content {
        margin: 0 auto;
        max-width: 640px;
        position: relative;
        text-align: center;
    }

        .featured-news .content h6 {
            font: normal 16px "Open Sans", sans-serif;
            letter-spacing: 1px;
        }

    .featured-news .owl-pagination {
        display: none;
        position: relative;
        justify-content: center;
        top: 27px;
    }

@media only screen and (min-width: 768px) {
    .featured-news .owl-pagination {
        display: flex;
    }
}

.featured-news .posts {
    position: relative;
}

    .featured-news .posts .owl-item {
        padding: 0 10px;
    }

    .featured-news .posts.owl-carousel .owl-wrapper-outer {
        padding: 0 0 40px;
    }

    .featured-news .posts .post {
        background-color: white;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        display: flex;
        flex-direction: column;
        margin: 20px 0 40px;
        padding: 0;
    }

        .featured-news .posts .post .image {
            background-position: center;
            background-size: cover;
            padding-bottom: 75%;
            width: 100%;
        }

            .featured-news .posts .post .image[style*="url('')"] {
                background: #00274c url("images/icon.svg") center/80px no-repeat !important;
            }

        .featured-news .posts .post .date {
            color: #00274c;
            font: bold 12px "Open Sans", sans-serif;
            letter-spacing: 1px;
            margin: 20px 0 10px;
            padding: 0 20px;
            text-transform: uppercase;
        }

        .featured-news .posts .post .title {
            font: bold 20px "Open Sans Condensed", sans-serif;
            margin: 0 0 15px;
            padding: 0 20px;
            text-transform: uppercase;
        }

        .featured-news .posts .post .body {
            color: #00274c;
            font: normal 14px "Noto Serif", Garamond, "Times New Roman", Times, sans-serif;
            padding: 0 20px;
        }

        .featured-news .posts .post .read-more {
            margin: 20px;
        }

            .featured-news .posts .post .read-more a {
                color: #00274c;
                font: bold 12px "Open Sans", sans-serif;
                letter-spacing: 1px;
                text-transform: uppercase;
            }

@media (min-width: 640px) {
    .featured-news .posts {
        display: grid;
        grid-gap: 24px;
        grid-template-columns: 1fr 1fr;
    }

        .featured-news .posts .post {
            margin: 0;
        }
}

@media (min-width: 960px) {
    .featured-news {
        padding: 80px 40px;
    }

        .featured-news .posts {
            grid-template-columns: repeat(4, 1fr);
        }
}

.swformfield--checkbox, .swformfield--radio {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem !important;
}

    .swformfield--checkbox .swformfield__label, .swformfield--radio .swformfield__label {
        margin-bottom: 0 !important;
        line-height: 1rem;
    }

/* _flex-nav.scss */
nav.flex-nav #mainnav li {
    flex: 0 1 auto;
    position: relative;
}

    nav.flex-nav #mainnav li#mainnav__item--home {
        display: none;
    }

    nav.flex-nav #mainnav li a {
        font-family: "Open Sans", sans-serif;
        overflow: hidden;
        text-decoration: none;
    }

        nav.flex-nav #mainnav li a:hover {
            color: white;
        }

    nav.flex-nav #mainnav li ul {
        background-color: rgba(0, 39, 76, 0.9);
        border-top: 1px solid white;
        column-count: 2;
        column-gap: 0;
        display: none;
        right: 0;
        padding: 0 0 8px;
        position: absolute;
        z-index: 2000;
    }

        nav.flex-nav #mainnav li ul > li {
            display: inline;
            position: relative;
            white-space: nowrap;
            width: 100%;
            z-index: 999;
        }

            nav.flex-nav #mainnav li ul > li a {
                color: white;
                display: block;
                font-size: 0.875rem;
                line-height: 1.25rem;
                margin-bottom: -10px;
                padding: 10px 12px;
                width: 100%;
            }

                nav.flex-nav #mainnav li ul > li a:hover {
                    background: #00274c;
                }

            nav.flex-nav #mainnav li ul > li ul {
                display: none;
                left: 100%;
                top: 0;
            }

nav.flex-nav #mainnav > li:hover {
    background-color: #00274c;
}

nav.flex-nav #mainnav > li#mainnav__item--about:hover, nav.flex-nav #mainnav > li#mainnav__item--about ul a:hover {
    background-color: #597E20;
}

nav.flex-nav #mainnav > li#mainnav__item--about ul {
    background-color: rgba(89, 126, 32, 0.9);
}

nav.flex-nav #mainnav > li#mainnav__item--admissions:hover, nav.flex-nav #mainnav > li#mainnav__item--admissions ul a:hover {
    background-color: #017EA7;
}

nav.flex-nav #mainnav > li#mainnav__item--admissions ul {
    background-color: rgba(1, 126, 167, 0.9);
}

nav.flex-nav #mainnav > li#mainnav__item--academics:hover, nav.flex-nav #mainnav > li#mainnav__item--academics ul a:hover {
    background-color: #00274C;
}

nav.flex-nav #mainnav > li#mainnav__item--academics ul {
    background-color: rgba(0, 39, 76, 0.9);
}

nav.flex-nav #mainnav > li#mainnav__item--lausanneathletics:hover, nav.flex-nav #mainnav > li#mainnav__item--lausanneathletics ul a:hover {
    background-color: #707070;
}

nav.flex-nav #mainnav > li#mainnav__item--lausanneathletics ul {
    background-color: rgba(112, 112, 112, 0.9);
}

nav.flex-nav #mainnav > li#mainnav__item--arts:hover, nav.flex-nav #mainnav > li#mainnav__item--arts ul a:hover {
    background-color: #CA1639;
}

nav.flex-nav #mainnav > li#mainnav__item--arts ul {
    background-color: rgba(202, 22, 57, 0.9);
}

nav.flex-nav #mainnav > li#mainnav__item--support-lausanne:hover, nav.flex-nav #mainnav > li#mainnav__item--support-lausanne ul a:hover {
    background-color: #5A2049;
}

nav.flex-nav #mainnav > li#mainnav__item--support-lausanne ul {
    background-color: rgba(90, 32, 73, 0.9);
}

nav.flex-nav #mainnav > li > a {
    align-items: center;
    color: white;
    display: flex;
    padding: 17px 15px;
    font: bold 15px "Open Sans", sans-serif;
    text-transform: uppercase;
}

    nav.flex-nav #mainnav > li > a:before {
        background: white;
        bottom: 0;
        content: " ";
        display: block;
        height: 0;
        left: 0;
        position: absolute;
        transition: all 0.55s ease;
        width: 100%;
    }

    nav.flex-nav #mainnav > li > a:hover::before {
        height: 4px;
    }

nav.flex-nav #mainnav > li:hover > ul {
    display: block;
}

/* _sidecar.scss */
/* ====================== Side Drawer Styling ====================== */
#siteWrapper {
    background-color: #fff;
    min-height: 100vh;
    position: relative;
}

.body-overlay {
    background: #888;
    cursor: col-resize;
    display: block;
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition-delay: 0.44s !important;
    transition: opacity 0.55s ease;
    visibility: hidden;
    width: 0;
    z-index: 9998;
}

    .body-overlay.active {
        height: 100%;
        opacity: 0.6;
        transition-delay: 0.2s !important;
        transition: opacity 0.55s ease;
        visibility: visible;
        width: 100%;
        z-index: 9;
    }

#siteWrapper {
    background-color: #fff;
    position: relative;
}

#sidecar {
    background: #00274c;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    right: -260px;
    text-align: left;
    top: 0;
    transition: right 0.44s ease;
    width: 260px;
    z-index: 99999999 !important;
}

    #sidecar ul#mainnav {
        right: 0px;
    }

/* Open & Close Button Placement and Speed */
#drawer-toggle {
    appearance: none;
    background: none;
    border: none;
    display: block;
    height: 44px;
    margin: 0 0 0 8px;
    outline: 0;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 44px;
}

@media (min-width: 1024px) {
    #drawer-toggle {
        display: none;
    }
}

#drawer-toggle span {
    right: 10px;
    top: 50%;
    margin-top: -1px;
    width: 24px;
    height: 2px;
    background: white;
    transition: all 0.1s;
}

    #drawer-toggle span:before,
    #drawer-toggle span:after {
        content: "";
        width: 24px;
        height: 2px;
        background: white;
        right: -7px;
        transition: all 0.3s;
    }

#drawer-toggle:hover span:before, #drawer-toggle:hover span:after {
    right: 0;
}

#drawer-toggle span:before {
    top: -6px;
}

#drawer-toggle span:after {
    top: 6px;
}

#drawer-toggle.active span {
    background: transparent !important;
}

    #drawer-toggle.active span:before {
        transform: rotate(45deg) translate(4px, 5px);
    }

    #drawer-toggle.active span:after {
        transform: rotate(-45deg) translate(4px, -5px);
    }

#drawer-toggle:focus {
    outline: none !important;
}

.close-drawer {
    background-size: 17px;
    border: none;
    outline: none !important;
    margin-top: 20px !important;
    padding-right: 30px;
    position: absolute;
    right: -260px;
    top: 10px;
    transition: right 0.44s ease;
    z-index: 999;
}

    .close-drawer:focus {
        outline: none !important;
    }

/* Drawer Placement & Speed */
.slide-right,
.push-right,
.over-right {
    right: 0;
    left: inherit;
}

.slide-right {
    transition: transform 0.44s ease-in-out, left 0.44s ease-in-out, right 0.44s ease-in-out;
}

/* Slide Right */
#sidecar.slide-right {
    opacity: 1;
    transition: right 0.44s ease;
}

    #sidecar.slide-right.active {
        opacity: 1;
        right: 0px;
        transition: all 0.44s ease;
        box-shadow: 0px -5px 20px rgba(0, 0, 0, 0.3);
    }

        #sidecar.slide-right.active button.close-drawer.pull-right {
            right: 15px;
            transition: right 0.44s ease;
            transition-delay: 0.6s !important;
        }

        #sidecar.slide-right.active ul#mainnav li a {
            margin-left: 0px;
            opacity: 1;
        }

/* ====================== Side Drawer Styling END ====================== */
/* Expand Collapse Styling */
nav#sidecar ul#mainnav {
    margin: 30px 0 0 0;
    -webkit-padding-start: 0px;
    padding-inline-start: 0;
}

    nav#sidecar ul#mainnav li:nth-child(1) a {
        transition-delay: 0.1s !important;
    }

    nav#sidecar ul#mainnav li:nth-child(2) a {
        transition-delay: 0.2s !important;
    }

    nav#sidecar ul#mainnav li:nth-child(3) a {
        transition-delay: 0.3s !important;
    }

    nav#sidecar ul#mainnav li:nth-child(4) a {
        transition-delay: 0.4s !important;
    }

    nav#sidecar ul#mainnav li:nth-child(5) a {
        transition-delay: 0.5s !important;
    }

    nav#sidecar ul#mainnav li:nth-child(6) a {
        transition-delay: 0.6s !important;
    }

    nav#sidecar ul#mainnav li:nth-child(7) a {
        transition-delay: 0.7s !important;
    }

    nav#sidecar ul#mainnav li:nth-child(8) a {
        transition-delay: 0.8s !important;
    }

    nav#sidecar ul#mainnav li:nth-child(9) a {
        transition-delay: 0.9s !important;
    }

    nav#sidecar ul#mainnav li:nth-child(10) a {
        transition-delay: 1s !important;
    }

    nav#sidecar ul#mainnav li ul {
        padding: 0 0 0 0px;
        margin: 0;
        display: none;
        position: relative;
        max-height: 0px;
        overflow: hidden;
        float: none;
        transition: max-height 0.25s ease-in;
        background: rgba(0, 0, 0, 0.2);
    }

        nav#sidecar ul#mainnav li ul li a {
            padding: 10px 0px 10px 25px;
            border: none;
        }

        nav#sidecar ul#mainnav li ul.active {
            display: block;
            max-height: 500px;
            float: none;
            transition: max-height 0.44s ease-in;
        }

    nav#sidecar ul#mainnav li a {
        display: inline-block;
        width: 100%;
        height: auto;
        padding: 8px 25px;
        position: relative;
        margin-left: 50px;
        opacity: 0;
        transition: all 0.44s ease;
        color: white;
    }

        nav#sidecar ul#mainnav li a.expand {
            display: block;
            height: 38px;
            width: 38px;
            position: absolute;
            top: 5px;
            right: 0;
            overflow: hidden;
            cursor: pointer;
            border: none;
            line-height: 38px;
            text-align: center;
            padding: 0;
        }

            nav#sidecar ul#mainnav li a.expand:after {
                content: "\e902";
                font-family: "icons";
                position: absolute;
                top: 0;
                width: 38px;
                height: 38px;
                left: 0;
            }

            nav#sidecar ul#mainnav li a.expand.active {
                transform: rotate(180deg);
                border: none;
            }

    nav#sidecar ul#mainnav > li > a {
        font-family: "Open Sans Condensed", sans-serif;
        text-transform: uppercase;
        font-weight: bold;
    }

nav#sidecar .utility ul {
    -webkit-padding-start: 0px;
    padding-inline-start: 0;
}

    nav#sidecar .utility ul li {
        flex: 0 1 auto;
    }

        nav#sidecar .utility ul li#cpn-events a::before {
            content: "\e901";
        }

        nav#sidecar .utility ul li#cpn-news a::before {
            content: "\e90a";
        }

        nav#sidecar .utility ul li#cpn-afterschool a::before {
            content: "\f111";
            font-family: "Font Awesome 5 Free";
        }

        nav#sidecar .utility ul li#cpn-give a::before {
            content: "\e912";
        }

        nav#sidecar .utility ul li#cpn-contact-us a::before {
            content: "\e90f";
        }

        nav#sidecar .utility ul li#cpn-alumni- a::before {
            content: "\f19d";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
        }

        nav#sidecar .utility ul li#cpn-login_1 a::before {
            content: "\e90c";
        }

        nav#sidecar .utility ul li#cpn-apply-now a {
            background: #FFCB05;
            clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
        }

            nav#sidecar .utility ul li#cpn-apply-now a:before {
                color: #00274c;
                content: "\e900";
                font-family: "icons";
                font-size: 14px;
                vertical-align: -1px;
            }

            nav#sidecar .utility ul li#cpn-apply-now a:hover {
                background: #00274c;
                color: white;
                clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%);
            }

                nav#sidecar .utility ul li#cpn-apply-now a:hover:before {
                    color: white;
                }

        nav#sidecar .utility ul li a {
            font-size: 0.675rem;
            font-family: "Open Sans", sans-serif;
            letter-spacing: 0.075em;
            color: white;
            font-weight: 400;
        }

            nav#sidecar .utility ul li a::before {
                color: #FFCB05;
                font-family: "icons";
                font-size: 14px;
                margin-right: 4px;
            }

            nav#sidecar .utility ul li a:hover, nav#sidecar .utility ul li a:hover:before {
                color: #017EA7;
            }

        nav#sidecar .utility ul li a {
            padding: 8px 25px;
        }

.athletics-calendar {
    position: relative;
    display: block;
}

.athletics-calendar__container {
    background-color: #00274c;
    margin: 0 auto;
    max-width: 1000px;
    padding: 30px;
}

@media only screen and (min-width: 768px) {
    .athletics-calendar__container {
        padding: 50px;
    }
}

.athletics-calendar__header h2 {
    line-height: 1;
    margin: 0;
}

    .athletics-calendar__header h2 span:nth-of-type(1) {
        font-size: 35px;
    }

    .athletics-calendar__header h2 span:nth-of-type(3) {
        font-size: 60px;
    }

@media only screen and (min-width: 768px) {
    .athletics-calendar__header h2 span:nth-of-type(3) {
        font-size: 90px;
    }
}

.athletics-calendar__footer {
    margin: 40px 0 0 0;
    text-align: right;
}

    .athletics-calendar__footer h3, .athletics-calendar__footer div.event-module h1.event-detail-title, div.event-module .athletics-calendar__footer h1.event-detail-title {
        line-height: 0.7;
    }

        .athletics-calendar__footer h3 span:last-of-type, .athletics-calendar__footer div.event-module h1.event-detail-title span:last-of-type, div.event-module .athletics-calendar__footer h1.event-detail-title span:last-of-type {
            font-size: 25px;
        }

.athletics-calendar__month {
    margin: 20px 0;
}

.athletics-calendar__month-header {
    align-items: center;
    background: #00274c;
    display: flex;
    font-size: 30px;
    padding: 20px 20px 20px 0px;
    position: relative;
    margin: 0;
    z-index: 1;
}

    .athletics-calendar__month-header:before {
        background: #FFCB05;
        content: "";
        height: 2px;
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 0;
    }

    .athletics-calendar__month-header h4, .athletics-calendar__month-header body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title, body.default div.recent-blog-posts-wrapper ul li .athletics-calendar__month-header a.recent-blog-posts-title {
        align-items: center;
        background: #00274c;
        color: #FFCB05;
        display: flex;
        font-size: 30px;
        padding: 0px 20px 0px 0;
        margin: 0;
        width: fit-content;
        z-index: 1;
    }

.athletics-calendar__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 30px;
    position: relative;
}

    .athletics-calendar__item:last-of-type:after {
        display: none;
    }

    .athletics-calendar__item:after {
        background: white;
        bottom: -17px;
        content: "";
        height: 2px;
        opacity: 0.25;
        position: absolute;
        width: 100%;
    }

    .athletics-calendar__item > div {
        font-family: "Open Sans Condensed", sans-serif;
        line-height: 1;
        text-transform: uppercase;
    }

.athletics-calendar__title {
    font-size: 35px;
    margin: 0 0 10px;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .athletics-calendar__title {
        font-size: 40px;
        width: 33.33%;
    }
}

.athletics-calendar__date {
    font-size: 30px;
    width: 50%;
}

@media only screen and (min-width: 768px) {
    .athletics-calendar__date {
        font-size: 40px;
        text-align: center;
        width: 33.33%;
    }
}

.athletics-calendar__time {
    font-size: 30px;
    width: 50%;
}

@media only screen and (min-width: 768px) {
    .athletics-calendar__time {
        font-size: 40px;
        text-align: right;
        width: 33.33%;
    }
}

.mid-rotator.constricted {
    margin: 0 auto;
    max-width: 1300px;
}

.photo-blurb {
    position: relative;
    width: 100%;
}

    .photo-blurb.constricted {
        margin: 0 auto;
        max-width: 1300px;
    }

.photo-blurb__photo-background {
    background-size: cover;
    background-position: center;
    height: auto;
    margin: 32px;
    min-height: 240px;
    padding-bottom: 33%;
    position: relative;
    width: calc(100% - 64px);
}

    .photo-blurb__photo-background:not([style*=background-image]) {
        display: none;
    }

    .photo-blurb__photo-background::before {
        border-bottom: 2px solid #FFCB05;
        border-right: 2px solid #FFCB05;
        bottom: -15px;
        content: "";
        height: 75%;
        right: -15px;
        position: absolute;
        width: 15%;
    }

.photo-blurb__content {
    margin-top: -80px;
}

@media (min-width: 960px) {
    .photo-blurb__content {
        margin-top: -160px;
    }
}

#search-quick-links {
    margin: 0 auto;
    max-width: 900px;
    padding: 20px 0 5px;
}

@media (max-width: 30em) {
    #search-quick-links {
        padding: 20px 0 55px;
    }
}

#search-quick-links ul {
    display: flex;
    list-style-type: none;
    justify-content: center;
    padding: 0;
    flex-wrap: wrap;
    gap: 40px;
}

    #search-quick-links ul a {
        background: transparent;
        border: 1px solid white;
        color: white;
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        padding: 10px 20px;
        font-weight: 600;
        letter-spacing: 2px;
    }

        #search-quick-links ul a:hover, #search-quick-links ul a:focus {
            background: #FFCB05;
            border: 1px solid #FFCB05;
            color: #00274c;
            cursor: pointer;
        }

.split-content {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 40px;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .split-content {
        gap: 50px;
        flex-direction: row;
        padding: 0 2rem;
    }
}

.split-content.expanded, div.blog .blog-entry h4.split-content.post-date, div.blog .blog-entry div.post-tags a.split-content, body.default div.recent-blog-posts-wrapper ul li .split-content.recent-blog-posts-date-wrapper, div.blog .blog-entry body.default div.recent-blog-posts-wrapper ul li a.split-content.post-date.recent-blog-posts-title, body.default div.recent-blog-posts-wrapper ul li div.blog .blog-entry a.split-content.post-date.recent-blog-posts-title {
    max-width: 100%;
}

.split-content.third-twothird > div {
    flex: 2;
}

    .split-content.third-twothird > div:first-of-type {
        flex: 1;
    }

.split-content.twothird-third > div {
    flex: 1;
}

    .split-content.twothird-third > div:first-of-type {
        flex: 2;
    }

.split-content.fourth-threefourth > div:first-of-type {
    flex: 1;
}

@media only screen and (min-width: 1024px) {
    .split-content.fourth-threefourth > div {
        flex: 3;
    }
}

.split-content.threefourth-fourth > div {
    flex: 1;
}

    .split-content.threefourth-fourth > div:first-of-type {
        flex: 1;
    }

@media only screen and (min-width: 1024px) {
    .split-content.threefourth-fourth > div:first-of-type {
        flex: 3;
    }
}

.split-content > div {
    flex: 1;
}

/* === Stats === */
.stats-section {
    margin: 40px 0;
    text-align: center;
}

    .stats-section.constricted {
        margin: 40px auto;
        max-width: 1300px;
    }

    .stats-section .slides .slide {
        margin-bottom: 40px;
        padding: 0 20px 20px;
        position: relative;
    }

        .stats-section .slides .slide::before {
            background-color: white;
            content: "";
            height: 150px;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1;
        }

        .stats-section .slides .slide:nth-child(1) {
            background-color: #597E20;
        }

        .stats-section .slides .slide:nth-child(2) {
            background-color: #5A2049;
        }

        .stats-section .slides .slide:nth-child(3) {
            background-color: #017EA7;
        }

        .stats-section .slides .slide:nth-child(4) {
            background-color: #00274c;
        }

        .stats-section .slides .slide:nth-child(5) {
            background-color: #D9002A;
        }

        .stats-section .slides .slide:nth-child(odd) .bg-image::before {
            border-right: 2px solid #FFCB05;
            right: -10px;
        }

        .stats-section .slides .slide:nth-child(even) .bg-image::before {
            border-left: 2px solid #FFCB05;
            left: -10px;
        }

        .stats-section .slides .slide .bg-image {
            background-position: center;
            background-size: cover;
            padding-bottom: 75%;
            position: relative;
            z-index: 5;
        }

            .stats-section .slides .slide .bg-image::before {
                border-top: 2px solid #FFCB05;
                content: "";
                height: 75%;
                position: absolute;
                top: -10px;
                width: 25%;
            }

        .stats-section .slides .slide .meta {
            position: relative;
            z-index: 5;
        }

        .stats-section .slides .slide .btn, .stats-section .slides .slide .hero-links ul li a, .hero-links ul li .stats-section .slides .slide a, .stats-section .slides .slide [type=reset], .stats-section .slides .slide [type=submit], .stats-section .slides .slide button,
        .stats-section .slides .slide html [type=button],
        html .stats-section .slides .slide [type=button], .stats-section .slides .slide div.blog a.post-summary-read-more, div.blog .stats-section .slides .slide a.post-summary-read-more, .stats-section .slides .slide div.event-module .public-ical-feed-wrapper > a, div.event-module .stats-section .slides .slide .public-ical-feed-wrapper > a, .stats-section .slides .slide div.event-module .event-detail-calendarlink a, div.event-module .event-detail-calendarlink .stats-section .slides .slide a, .stats-section .slides .slide div.event-module p.event-detail-sharelink a, div.event-module p.event-detail-sharelink .stats-section .slides .slide a, .stats-section .slides .slide div.event-module .CalendarMenu__btn--back, div.event-module .stats-section .slides .slide .CalendarMenu__btn--back, .stats-section .slides .slide div.event-module a[id*=swCalICalLink], div.event-module .stats-section .slides .slide a[id*=swCalICalLink] {
            text-shadow: none !important;
        }

        .stats-section .slides .slide .stats {
            display: flex;
            justify-content: space-between;
            margin-top: 40px;
        }

            .stats-section .slides .slide .stats .stat {
                width: 33%;
            }

                .stats-section .slides .slide .stats .stat div {
                    align-items: center;
                    border: 2px solid #FFCB05;
                    border-radius: 50%;
                    display: flex;
                    height: 80px;
                    justify-content: center;
                    margin: 0 auto 10px;
                    position: relative;
                    width: 80px;
                }

                .stats-section .slides .slide .stats .stat p {
                    font: bold 12px "Open Sans", sans-serif;
                    text-transform: uppercase;
                }

@media (min-width: 960px) {
    .stats-section .slides .slide {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding: 50px;
    }

        .stats-section .slides .slide::before {
            height: 100%;
            width: 12.5%;
        }

        .stats-section .slides .slide:nth-child(odd) {
            flex-direction: row-reverse;
        }

            .stats-section .slides .slide:nth-child(odd)::before {
                left: auto;
                right: 0;
            }

        .stats-section .slides .slide .bg-image {
            min-width: 50%;
            padding-bottom: 33%;
            width: 50%;
        }

        .stats-section .slides .slide .meta {
            width: calc(50% - 40px);
        }

        .stats-section .slides .slide .stats .stat div {
            height: 120px;
            width: 120px;
        }
}

.timeline {
    margin: 0 auto 5rem;
    max-width: 1300px;
    padding: 0 2rem;
    width: 100%;
}

    .timeline.expanded, div.blog .blog-entry h4.timeline.post-date, div.blog .blog-entry div.post-tags a.timeline, body.default div.recent-blog-posts-wrapper ul li .timeline.recent-blog-posts-date-wrapper, div.blog .blog-entry body.default div.recent-blog-posts-wrapper ul li a.timeline.post-date.recent-blog-posts-title, body.default div.recent-blog-posts-wrapper ul li div.blog .blog-entry a.timeline.post-date.recent-blog-posts-title {
        max-width: 100%;
    }

    .timeline .section-header__title {
        margin: 0 0 3rem;
        text-align: center;
    }

.timeline__wrap {
    display: grid;
    gap: 4rem;
    position: relative;
}

@media only screen and (min-width: 1024px) {
    .timeline__wrap {
        gap: 6.4rem;
    }
}

.timeline__wrap::before {
    background-color: #00274c;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0.1rem;
}

@media only screen and (min-width: 1024px) {
    .timeline__wrap::before {
        left: 50%;
    }
}

.timeline__item {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding-left: 2.4rem;
    position: relative;
}

@media only screen and (min-width: 1024px) {
    .timeline__item {
        display: flex;
        flex-direction: row;
        padding-left: 0;
    }
}

.timeline__item::before {
    background-color: #00274c;
    border-radius: 50%;
    content: "";
    height: 0.9rem;
    left: -0.4rem;
    position: absolute;
    top: 0;
    width: 0.9rem;
}

@media only screen and (min-width: 1024px) {
    .timeline__item::before {
        left: calc(50% - 0.4rem);
    }
}

.timeline__item:nth-child(even) .timeline__image {
    order: 2;
}

@media only screen and (min-width: 1024px) {
    .timeline__item:nth-child(even) .timeline__image {
        order: 1;
    }
}

.timeline__item:nth-child(even) .timeline__content {
    order: 1;
}

@media only screen and (min-width: 1024px) {
    .timeline__item:nth-child(even) .timeline__content {
        order: 2;
        margin-left: 8rem;
    }
}

.timeline__item:nth-child(odd) .timeline__image {
    order: 2;
}

.timeline__item:nth-child(odd) .timeline__content {
    order: 1;
}

@media only screen and (min-width: 1024px) {
    .timeline__item:nth-child(odd) .timeline__content {
        margin-right: 8rem;
        text-align: right;
    }
}

.timeline__image {
    display: block;
    margin-bottom: 1.6rem;
}

@media screen and (max-width: 1024px) {
    .timeline__image {
        width: 100% !important;
        margin: 0 auto !important;
    }
}

@media only screen and (min-width: 1024px) {
    .timeline__image {
        float: left;
        margin-bottom: 0;
        width: calc(50% - 4rem);
    }
}

.timeline__content {
    margin-top: -0.6rem;
}

@media screen and (max-width: 1024px) {
    .timeline__content {
        width: 100% !important;
        margin: 0 auto !important;
    }
}

.timeline__date {
    color: #00274c;
    order: 1;
}

.timeline__item:nth-child(odd) .timeline__image {
    width: calc(50% - 4rem);
}

.timeline__item:nth-child(odd) .timeline__content {
    width: calc(50% - 4rem);
    margin-right: 8rem;
}

.timeline__item:nth-child(even) .timeline__image {
    width: calc(50% - 4rem);
}

.timeline__item:nth-child(even) .timeline__content {
    width: calc(50% - 4rem);
    margin-left: 8rem;
    float: right;
}

/* ====================== Header ====================== */
header.masthead {
    align-items: center;
    background-color: #00274c;
    border-bottom: 1px solid white;
    display: flex;
    justify-content: space-between;
    left: 0;
    padding: 8px 16px;
    position: sticky;
    top: 0;
    transition: all 0.44s ease-in-out;
    width: 100vw;
    z-index: 999999;
}

@media (min-width: 1024px) {
    header.masthead {
        display: grid;
        grid-template-columns: 180px 1fr;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    header.masthead {
        grid-template-columns: 300px 1fr;
    }
}

header.masthead.nav-up {
    top: -120px;
}

header.masthead.nav-down {
    top: 0;
}

header.masthead.active {
    transform: translatex(-260px) translatez(0);
    transform: translate3d(-260px, 0, 0);
}

header.masthead .logo-wrap {
    width: 200px;
}

    header.masthead .logo-wrap .logo-link {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    header.masthead .logo-wrap svg {
        width: 100%;
    }

    header.masthead .logo-wrap #logo {
        display: none;
    }

@media (min-width: 1024px) {
    header.masthead .logo-wrap {
        border-right: 1px solid white;
        grid-area: 1/1/3/2;
        padding: 35px 20px;
        width: 180px;
    }
}

@media (min-width: 1200px) {
    header.masthead .logo-wrap {
        padding: 24px 40px;
        width: 300px;
    }
}

header.masthead .utility {
    display: flex;
    justify-content: flex-end;
}

@media only screen and (min-width: 1024px) {
    header.masthead .utility {
        border-bottom: 1px solid white;
        padding: 8px 40px;
    }
}

header.masthead .utility ul {
    align-items: center;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    header.masthead .utility ul {
        display: flex;
    }
}

header.masthead .utility ul li {
    flex: 0 1 auto;
    justify-content: center;
    margin-left: 16px;
}

    header.masthead .utility ul li a {
        align-items: center;
        color: white;
        display: flex;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.075em;
        text-transform: uppercase;
    }

        header.masthead .utility ul li a::before {
            color: #FFCB05;
            font-family: "icons";
            font-size: 14px;
            margin-right: 4px;
        }

        header.masthead .utility ul li a:hover {
            color: #017EA7;
        }

            header.masthead .utility ul li a:hover::before {
                color: #017EA7;
            }

    header.masthead .utility ul li#cpn-events a::before {
        content: "\e901";
    }

    header.masthead .utility ul li#childnav__item--news a::before {
        content: "\e90a";
    }

    header.masthead .utility ul li#cpn-afterschool a::before {
        content: "\f111";
        font-family: "Font Awesome 5 Free";
    }

    header.masthead .utility ul li#cpn-give a::before {
        content: "\e912";
    }

    header.masthead .utility ul li#childnav__item--contact-us a::before {
        content: "\e90f";
    }

    header.masthead .utility ul li#cpn-alumni- a::before {
        content: "\f19d";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

    header.masthead .utility ul li#childnav__item--login_1 a::before {
        content: "\e90c";
    }

    header.masthead .utility ul li#cpn-coronavirus-response a::before {
        content: "\f48e";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

    header.masthead .utility ul li#childnav__item--apply-now a {
        align-items: center;
        background: #FFCB05;
        clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
        color: #00274c;
        display: flex;
        font-size: 11.5px;
        font-weight: bold;
        margin: 0 10px;
        padding: 8.5px 17px;
        text-transform: uppercase;
    }

        header.masthead .utility ul li#childnav__item--apply-now a:before {
            color: #00274c;
            
            font-family: "icons";
            font-size: 14px;
            margin-right: 5px;
        }

        header.masthead .utility ul li#childnav__item--apply-now a:hover {
            background: #00274c;
            clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%);
            color: white;
        }

            header.masthead .utility ul li#childnav__item--apply-now a:hover:before {
                color: white;
            }

header.masthead .actions {
    align-items: center;
    display: flex;
}

    header.masthead .actions .icon {
        color: #FFCB05;
        cursor: pointer;
        font-size: 24px;
    }

        header.masthead .actions .icon:hover {
            color: #017EA7;
        }

    header.masthead .actions .fa-phone {
        display: none;
    }

@media (min-width: 1024px) {
    header.masthead .actions .icon {
        font-size: 20px;
        margin-left: 15px;
    }

    header.masthead .actions .fa-phone {
        display: block;
    }
}

header.masthead .flex-nav {
    display: none;
}

@media (min-width: 1024px) {
    header.masthead .flex-nav {
        display: block;
        padding: 0px 25px 0 40px;
    }
}

#search-container {
    position: fixed;
    height: 115px;
    width: 100%;
    padding: 0;
    top: -150px;
    left: 0;
    opacity: 0;
    text-align: center;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    transition: all 0.44s ease;
    z-index: 999999999 !important;
    transform: translateY(-150px) translateZ(0) translate3d(0, 150px, 0);
    top: -150px \9;
}

    #search-container.active {
        transform: translateY(0) translateZ(0) translate3d(0, 150px, 0);
        top: 0 \9;
        opacity: 1;
    }

@media (max-width: 30em) {
    #search-container {
        height: 230px;
        top: -230px;
        transform: translateY(-230px) translateZ(0) translate3d(0, 230px, 0);
        top: -230px \9;
    }

        #search-container.active {
            transform: translateY(0) translateZ(0) translate3d(0, 230px, 0);
            top: 0 \9;
        }
}

#search-container .searchPanel {
    display: flex;
}

#search-container .swformfield--text {
    margin: 0;
    width: 100%;
}

#search-container .swformactions {
    display: none;
}

#search-container input#searchButton {
    margin-top: 16px;
    background: #FFCB05;
    border: none;
    padding: 0 20px;
    display: none !important;
}

@media (min-width: 30em) {
    #search-container input#searchButton {
        display: none;
    }
}

#search-container input.swformfield__control {
    background-color: white;
    border-radius: 0;
    border: 0;
    color: black;
    display: block;
    font-size: 18px;
    margin: 0 auto;
    padding: 15px;
    width: 70%;
}

@media (max-width: 30em) {
    #search-container input.swformfield__control {
        width: 90%;
        padding: 10px 15px;
        margin-top: 16px;
        font-size: 18px;
    }
}

#search-container #search-close {
    cursor: pointer;
    display: inline-block;
    font: normal 14px "Open Sans", sans-serif;
    height: 70px;
    line-height: 70px;
    position: absolute;
    right: 30px;
    top: 5px;
}

@media (max-width: 30em) {
    #search-container #search-close {
        right: 0;
        bottom: 0;
        top: initial;
        width: 100%;
        text-align: center;
        left: 0;
        margin-top: 2rem;
    }
}

#search-container #search-close span {
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 3px;
}

#mainnav__item--utility-nav,
#childnav__item--social-nav,
#mainnav__item--footer-nav {
    display: none;
}

#quick-links {
    position: fixed;
    bottom: 0;
    z-index: 100;
    display: flex;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(100% - 130px);
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    #quick-links {
        display: none;
    }
}

#quick-links ul {
    list-style-type: none;
    margin: 0;
    display: flex;
    gap: 0px;
    padding: 0;
    width: 100%;
}

    #quick-links ul li {
        flex: 1 auto;
    }

        #quick-links ul li#childnav__item--login_1 a {
            background: #FFCB05;
            color: #00274c;
            cursor: pointer;
        }

            #quick-links ul li#childnav__item--login_1 a:before {
                content: "\e90c";
                font-family: "icons";
                font-size: 16px;
                margin-right: 4px;
            }

        #quick-links ul li#childnav__item--apply-now a {
            background: #017EA7;
            color: white;
            cursor: pointer;
        }

            #quick-links ul li#childnav__item--apply-now a:before {
                color: white;
                content: "\e900";
                font-family: "icons";
                font-size: 16px;
                margin-right: 5px;
            }

    #quick-links ul a {
        align-items: center;
        display: flex;
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        justify-content: center;
        font-weight: 700;
        padding: 12px;
    }

    #quick-links ul #childnav__item--contact-us,
    #quick-links ul #childnav__item--news {
        display: none;
    }

/* ====================== Footer ====================== */
.footer {
    margin: 0 0 56px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .footer {
        margin: 0;
    }
}

@media (min-width: 960px) {
    .footer {
        text-align: left;
    }
}

.footer__bottom {
    padding: 20px;
}

.footer__top {
    background-color: #1E3060;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
}

@media only screen and (min-width: 768px) {
    .footer__top {
        gap: 30px;
        padding: 50px;
    }
}

@media only screen and (min-width: 1400px) {
    .footer__top {
        padding: 80px;
    }
}

.footer__top > div {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .footer__top > div:nth-of-type(1), .footer__top > div:nth-of-type(2) {
        width: calc(50% - 30px);
    }
}

@media only screen and (min-width: 1024px) {
    .footer__top > div:nth-of-type(1), .footer__top > div:nth-of-type(2) {
        width: calc(33.33% - 30px);
    }
}

@media only screen and (min-width: 1024px) {
    .footer__top > div {
        width: calc(33.33% - 30px);
    }
}

.footer .logo-wrap {
    margin: 0 auto;
    max-width: 100%;
    width: 380px;
}

.footer #logo-reverse {
    display: block;
    width: 100%;
}

.footer #logo {
    display: none;
}

.footer a:hover {
    color: #FFCB05;
}

.footer .credit {
    font-size: 0.8rem;
    justify-content: center;
    text-transform: none;
    max-width: 100%;
}

    .footer .credit .site-credit-link {
        margin-left: 4px;
    }

@media (min-width: 960px) {
    .footer .credit {
        justify-content: flex-start;
    }
}

.footer .address {
    line-height: 2em;
}

    .footer .address p {
        max-width: none;
    }

    .footer .address .templatecontent {
        display: flex;
        justify-content: center;
    }

@media only screen and (min-width: 1024px) {
    .footer .quick-links ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 5px;
    }

        .footer .quick-links ul li {
            width: calc(50% - 10px);
        }
}

.footer .quick-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .footer .quick-links ul li a {
        display: block;
        padding: 10px 0;
        font-size: 16px;
        font-weight: 700;
        line-height: 25px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.2);
        color: #fff;
    }

.footer .footer-logos {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

    .footer .footer-logos a {
        max-width: 90px;
    }

.footer .social-nav {
    margin: 20px auto 0;
}

    .footer .social-nav ul {
        display: flex;
        justify-content: center;
        list-style: none;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        width: 100%;
    }

        .footer .social-nav ul li a {
            font-size: 0;
        }

            .footer .social-nav ul li a:before {
                border-radius: 50%;
                border: solid 1px rgba(255, 255, 255, 0.2);
                font-family: "icons";
                font-size: 1.25rem;
                background: transparent !important;
                padding: 0.3rem;
                display: flex;
                justify-content: center;
                aspect-ratio: 1;
                width: 2.7rem;
            }

        .footer .social-nav ul li#childnav__item--facebook a:before {
            content: "\f09a";
        }

        .footer .social-nav ul li#childnav__item--twitter a:before {
            content: "\f099";
        }

        .footer .social-nav ul li#childnav__item--instagram a:before {
            content: "\e90b";
        }

        .footer .social-nav ul li#childnav__item--youtube a:before {
            content: "\f167";
        }

.footer .ibo a {
    display: inline;
    opacity: 0.6;
}

    .footer .ibo a:hover {
        opacity: 1;
    }

.footer .ibo img {
    max-width: 95px;
}

body.default div.veracross_athletics {
    max-width: 1100px;
}

    body.default div.veracross_athletics:before {
        content: "ATHLETIC SCORES";
        font-family: "Open Sans Condensed", sans-serif;
        height: auto;
        margin: 0;
    }

    body.default div.veracross_athletics div.game {
        box-shadow: 0 0 20px rgba(100, 100, 100, 0.1);
    }

        body.default div.veracross_athletics div.game div.date {
            order: 1;
            margin: 0;
            color: #FFCB05;
        }

        body.default div.veracross_athletics div.game div.description {
            order: 2;
        }

        body.default div.veracross_athletics div.game div.opponent {
            order: 3;
        }

        body.default div.veracross_athletics div.game div.score {
            order: 4;
        }

            body.default div.veracross_athletics div.game div.score .us {
                width: 49%;
            }

            body.default div.veracross_athletics div.game div.score .opponent {
                width: 49%;
            }

        body.default div.veracross_athletics div.game div.outcome {
            order: 5;
        }

            body.default div.veracross_athletics div.game div.outcome.loss {
                background: #017EA7;
            }

/* ====================== Animations ====================== */
.animate-inview, .hidden-element {
    opacity: 0;
    position: relative;
}

    .animate-inview.animated,
    .hidden-element.element-load {
        animation: fade-in 0.75s linear forwards;
    }

        .animate-inview.animated.fade-down,
        .hidden-element.element-load.fade-down {
            animation: fade-down 0.75s linear forwards;
        }

        .animate-inview.animated.fade-left,
        .hidden-element.element-load.fade-left {
            animation: fade-left 0.75s linear forwards;
        }

        .animate-inview.animated.fade-right,
        .hidden-element.element-load.fade-right {
            animation: fade-right 0.75s linear forwards;
        }

        .animate-inview.animated.fade-up,
        .hidden-element.element-load.fade-up {
            animation: fade-up 0.75s linear forwards;
        }

        .animate-inview.animated.load-in > * {
            opacity: 0;
            position: relative;
            animation: fade-up 0.75s forwards;
        }

            .animate-inview.animated.load-in > *:nth-child(1) {
                animation-delay: 0.1s;
            }

            .animate-inview.animated.load-in > *:nth-child(2) {
                animation-delay: 0.2s;
            }

            .animate-inview.animated.load-in > *:nth-child(3) {
                animation-delay: 0.3s;
            }

            .animate-inview.animated.load-in > *:nth-child(4) {
                animation-delay: 0.4s;
            }

            .animate-inview.animated.load-in > *:nth-child(5) {
                animation-delay: 0.5s;
            }

            .animate-inview.animated.load-in > *:nth-child(6) {
                animation-delay: 0.6s;
            }

            .animate-inview.animated.load-in > *:nth-child(7) {
                animation-delay: 0.7s;
            }

            .animate-inview.animated.load-in > *:nth-child(8) {
                animation-delay: 0.8s;
            }

            .animate-inview.animated.load-in > *:nth-child(9) {
                animation-delay: 0.9s;
            }

            .animate-inview.animated.load-in > *:nth-child(10) {
                animation-delay: 1s;
            }

            .animate-inview.animated.load-in > *:nth-child(11) {
                animation-delay: 1.1s;
            }

            .animate-inview.animated.load-in > *:nth-child(12) {
                animation-delay: 1.2s;
            }

            .animate-inview.animated.load-in > *:nth-child(13) {
                animation-delay: 1.3s;
            }

            .animate-inview.animated.load-in > *:nth-child(14) {
                animation-delay: 1.4s;
            }

            .animate-inview.animated.load-in > *:nth-child(15) {
                animation-delay: 1.5s;
            }

            .animate-inview.animated.load-in > *:nth-child(16) {
                animation-delay: 1.6s;
            }

            .animate-inview.animated.load-in > *:nth-child(17) {
                animation-delay: 1.7s;
            }

            .animate-inview.animated.load-in > *:nth-child(18) {
                animation-delay: 1.8s;
            }

            .animate-inview.animated.load-in > *:nth-child(19) {
                animation-delay: 1.9s;
            }

            .animate-inview.animated.load-in > *:nth-child(20) {
                animation-delay: 2s;
            }

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade-in-7 {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.7;
    }
}

@keyframes fade-down {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes fade-in-down {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes fade-left {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes fade-right {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes grow {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}
/* ====================== Transitions ====================== */
.transition-cubic {
    -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.transition-fast {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.transition, body.default .slider, body.default .hero-container, .global-map-section ul.map-dots li.country a span, .hats-container .hat, .hats-container .quote, .owl-theme .owl-controls .owl-buttons .owl-next, .owl-theme .owl-controls .owl-buttons .owl-prev, .btn:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), .hero-links ul li a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), [type=reset]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), [type=submit]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), button:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]),
html [type=button]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), #toTop, .hover-appear, div.blog a.post-summary-read-more:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), div.event-module .public-ical-feed-wrapper > a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), div.event-module .event-detail-calendarlink a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), div.event-module p.event-detail-sharelink a:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), div.event-module .CalendarMenu__btn--back:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), div.event-module a[id*=swCalICalLink]:not([value=search]):not(.sw-admin-swap-modes):not(#drawer-toggle):not(#close-drawer):not([data-dismiss=modal]):not([aria-controls*=tns]), nav#sidecar .utility ul li#cpn-apply-now a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.transition-slow {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.transition-bounce {
    -webkit-transition: all 0.3s cubic-bezier(0.33, 2, 0.8, 1);
    transition: all 0.3s cubic-bezier(0.33, 2, 0.8, 1);
}

.easeInOutBack {
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* ====================== Paddding Adjustments ====================== */
/* Remove excess margin / padding */
.no-border {
    border: 0;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.cushion-sm {
    padding: 2%;
}

.cushion-md {
    padding: 5%;
}

.cushion-lg {
    padding: 10%;
}

.cushion-vert-sm {
    padding: 2% 0;
}

.cushion-vert-md, div.event-module .event-detail-series-description, div.event-module .detail-panel .event-detail-series-description {
    padding: 5% 0;
}

.cushion-vert-lg {
    padding: 10% 0;
}

.cushion-horiz-sm {
    padding: 0 2%;
}

.cushion-horiz-md {
    padding: 0 5%;
}

.cushion-horiz-lg {
    padding: 0 10%;
}

.white, body.signage div.veracross_athletics div.game div.outcome, body.signage #siteWrapper, body.home section.home-main .slider .caption, div.event-module .cal-display-switch a.cal-display-type:hover, div.event-module .cal-display-switch a.cal-display-type.active, div.event-module .calendar-controls .index-back,
div.event-module .calendar-controls .index-forward,
div.event-module .calendar-controls .index-today, body.default div.veracross_athletics div.game div.outcome {
    color: white !important;
}

/* ====================== Alignment ====================== */
/* Parent element needs position:relative; */
.centered {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}

/* Parent element needs position:relative; */
.vert-centered {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* Parent element needs position:relative; */
.absolute-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translatex(-50%) translatey(-50%);
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.flex-margin {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}

.absolute-top-right {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
}

/* ====================== Custom Tachyon Overrides ====================== */
.w-23 {
    width: 23%;
}

.w-31 {
    width: 31.33333%;
}

.w-48, ul.grid-list > li {
    width: 48%;
}

.w-98, body.default div.veracross_athletics div.game {
    width: 98%;
}

.mh1p, ul.grid-list > li, body.default div.veracross_athletics div.game {
    margin-left: 1%;
    margin-right: 1%;
}

@media screen and (min-width: 30em) {
    .w-23-ns, body.default div.veracross_athletics div.game {
        width: 23%;
    }

    .w-31-ns {
        width: 31.33333%;
    }

    .w-48-ns {
        width: 48%;
    }

    .w-98-ns {
        width: 98%;
    }
}

@media screen and (min-width: 30em) and (max-width: 60em) {
    .w-23-m {
        width: 23%;
    }

    .w-31-m {
        width: 31.33333%;
    }

    .w-48-m, ul.grid-list > li {
        width: 48%;
    }

    .w-98-m {
        width: 98%;
    }
}

@media screen and (min-width: 60em) {
    .w-23-l {
        width: 23%;
    }

    .w-31-l, ul.grid-list > li {
        width: 31.33333%;
    }

    .w-48-l {
        width: 48%;
    }

    .w-98-l {
        width: 98%;
    }

    .background-fixed-l {
        background-attachment: fixed;
    }
}

.ma0, body.signage div.upcoming-events-wrapper > ul, body.signage div.upcoming-events-wrapper li p.upcoming-events-name, body.signage ul.owl-carousel, body.signage div.event-module.master-calendar div.event-listing-date, body.signage div.event-module.upper-school div.event-listing-date, body.default div.recent-blog-posts-wrapper ul, div.event-module .calendar-controls .monthyear-jumper, div.event-module ul.sw-events-detail-list li, div.event-module ul.sw-events-detail-list li h2.sw-events-detail-list-event-subject, nav.flex-nav #mainnav, nav#sidecar ul#mainnav li, nav#sidecar .utility ul {
    margin: 0 !important;
}

.top-50 {
    top: 50%;
}

.bw1, body.signage div.veracross_athletics div.game div.score .us, body.signage div.veracross_athletics div.game, body.signage div.event-module.master-calendar div.event-listing-date, body.signage div.event-module.upper-school div.event-listing-date, body.default .side-container ul > li, select, div.blog .blog-entry, body.default div.recent-blog-posts-wrapper ul li, div.event-module .list-panel table.event-listing-table tr + tr, div.event-module .cal-display-switch, div.event-module .calendar-controls .index-back,
div.event-module .calendar-controls .index-forward,
div.event-module .calendar-controls .index-today, div.event-module ul.sw-events-detail-list li, div.event-module .CalendarMenu a, body.default div.veracross_athletics div.game, body.default div.veracross_athletics div.game div.score .us {
    border-width: 1px;
}

.lh-expanded {
    line-height: 2em;
}

/* ====================== Media Stuff ====================== */
@media (max-width: 30em) {
    .hidden-mobile {
        display: none !important;
    }
}

@media (min-width: 30em) and (max-width: 60em) {
    .hidden-tablet {
        display: none !important;
    }
}

@media (min-width: 60em) {
    .hidden-desktop {
        display: none !important;
    }
}

/* ====================== Background Images ====================== */
.bg-image-js {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
}

.bg-fixed {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

@media (min-width: 60em) {
    .bg-fixed {
        background-attachment: fixed;
    }
}

/* ====================== REM font size with pixel fallback ====================== */
/* === Usage === */
/*p {
  @include font-size(14px)
}*/
/* === Output === */
/*p {
  font-size: 14px; //Will be overridden if browser supports rem
  font-size: 0.8rem;
}*/
/* ====================== Breakpoints ====================== */
/* ==== Usage ==== */
/*.class {
  width: 60%;
  float: left;
  margin: 0 2% 0 0;
  @include bp-small {
    width: 100%;
    float: none;
    margin: 0;
  }
}*/
/* ==== End ==== */
/* Animation delays
============================*/
.delay-1 {
    animation-delay: 0.15s !important;
    -webkit-animation-delay: 0.15s !important;
}

.delay-2 {
    animation-delay: 0.25s !important;
    -webkit-animation-delay: 0.25s !important;
}

.delay-3 {
    animation-delay: 0.35s !important;
    -webkit-animation-delay: 0.35s !important;
}

.delay-4 {
    animation-delay: 0.45s !important;
    -webkit-animation-delay: 0.45s !important;
}

.delay-5 {
    animation-delay: 0.55s !important;
    -webkit-animation-delay: 0.55s !important;
}

.delay-6 {
    animation-delay: 0.65s !important;
    -webkit-animation-delay: 0.65s !important;
}

.delay-7 {
    animation-delay: 0.75s !important;
    -webkit-animation-delay: 0.75s !important;
}

.delay-8 {
    animation-delay: 0.85s !important;
    -webkit-animation-delay: 0.85s !important;
}

.delay-9 {
    animation-delay: 0.95s !important;
    -webkit-animation-delay: 0.95s !important;
}

.delay-10 {
    animation-delay: 1s !important;
    -webkit-animation-delay: 1s !important;
}

.delay-20 {
    animation-delay: 2s !important;
    -webkit-animation-delay: 2s !important;
}

.delay-30 {
    animation-delay: 3s !important;
    -webkit-animation-delay: 3s !important;
}

@font-face {
    font-family: "icons";
    src: url("fonts/icons.eot?flkn8q");
    src: url("fonts/icons.eot?flkn8q#iefix") format("embedded-opentype"), url("fonts/icons.ttf?flkn8q") format("truetype"), url("fonts/icons.woff?flkn8q") format("woff"), url("fonts/icons.svg?flkn8q#icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^=icon-], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
    content: "\e91b";
}

.icon-quote:before {
    content: "\e244";
}

.icon-arrow-down:before {
    content: "\e916";
}

.icon-arrow-left:before {
    content: "\e917";
}

.icon-arrow-right:before {
    content: "\e918";
}

.icon-arrow-up:before {
    content: "\e919";
}

.icon-bookmark:before {
    content: "\e900";
}

.icon-calendar:before {
    content: "\e901";
}

.icon-chevron-down:before {
    content: "\e902";
}

.icon-chevron-left:before {
    content: "\e903";
}

.icon-chevron-right:before {
    content: "\e904";
}

.icon-chevron-up:before {
    content: "\e905";
}

.icon-clock:before {
    content: "\e91a";
}

.icon-edit-2:before {
    content: "\e906";
}

.icon-external-link:before {
    content: "\e907";
}

.icon-flag:before {
    content: "\e908";
}

.icon-heart:before {
    content: "\e912";
}

.icon-home:before {
    content: "\e909";
}

.icon-inbox:before {
    content: "\e90a";
}

.icon-instagram:before {
    content: "\e90b";
}

.icon-lock:before {
    content: "\e90c";
}

.icon-mail:before {
    content: "\e90d";
}

.icon-map-pin:before {
    content: "\e90e";
}

.icon-phone:before {
    content: "\e90f";
}

.icon-play:before {
    content: "\e914";
}

.icon-play-circle:before {
    content: "\e913";
}

.icon-search:before {
    content: "\e911";
}

.icon-tag:before {
    content: "\e910";
}

.icon-x:before {
    content: "\e915";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-youtube:before {
    content: "\f167";
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

#ad-slider .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
    /*display: none;*/
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
    display: block;
    margin: 10px 0 0 0;
    text-align: center;
    position: relative;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

    .owl-theme .owl-controls .owl-pagination {
        margin: 0;
    }

    /* Styling Next and Prev buttons */
    .owl-theme .owl-controls .owl-buttons {
        /*display: none;*/
    }

        .owl-theme .owl-controls .owl-buttons .owl-prev:before {
            font-family: "icons";
            content: "\e903";
            display: inline-block;
            height: 20px;
            width: 20px;
            line-height: 34px;
            z-index: 9999;
            color: rgba(50, 50, 50, 0.3);
            font-size: 2em;
            opacity: 0.7;
        }

        .owl-theme .owl-controls .owl-buttons .owl-prev:hover:before {
            opacity: 1;
        }

        .owl-theme .owl-controls .owl-buttons .owl-next {
            line-height: 1px;
        }

            .owl-theme .owl-controls .owl-buttons .owl-next:after {
                font-family: "icons";
                content: "\e904";
                display: inline-block;
                height: 20px;
                width: 20px;
                line-height: 34px;
                z-index: 9999;
                color: rgba(50, 50, 50, 0.3);
                font-size: 2em;
                opacity: 0.7;
            }

            .owl-theme .owl-controls .owl-buttons .owl-next:hover:after {
                opacity: 1;
            }

        .owl-theme .owl-controls .owl-buttons div {
            display: inline-block;
            zoom: 1;
            *display: inline; /*IE7 life-saver */
            margin: 0;
            padding: 0;
            font-size: 12px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            background: transparent;
            overflow: hidden;
            position: relative;
            top: 0;
            color: transparent;
            border: none;
            height: 40px;
            cursor: pointer;
        }

            .owl-theme .owl-controls .owl-buttons div:hover {
                text-decoration: none;
                color: transparent;
            }

    /* Styling Pagination*/
    .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline; /*IE7 life-saver */
    }

        .owl-theme .owl-controls .owl-page span {
            display: block;
            width: 12px;
            height: 12px;
            margin: 5px;
            filter: Alpha(Opacity=50); /*IE7 fix*/
            opacity: 0.5;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            background: rgba(50, 50, 50, 0.3);
        }

        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls.clickable .owl-page:hover span {
            filter: Alpha(Opacity=100); /*IE7 fix*/
            opacity: 1;
        }

        /* If PaginationNumbers is true */
        .owl-theme .owl-controls .owl-page span.owl-numbers {
            height: auto;
            width: auto;
            color: #ffffff;
            padding: 2px 10px;
            font-size: 12px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}

/* REVERSE COLOR TO WHITE ON DARK BG */
.invert .owl-theme .owl-controls .owl-page span, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons .owl-theme .owl-controls .owl-page span, .swRotator .scrollable .items .item .caption .owl-theme .owl-controls .owl-page span {
    background: rgb(255, 255, 255);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.invert .owl-theme .owl-controls .owl-buttons .owl-prev:before, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons .owl-theme .owl-controls .owl-buttons .owl-prev:before, .swRotator .scrollable .items .item .caption .owl-theme .owl-controls .owl-buttons .owl-prev:before,
.invert .owl-theme .owl-controls .owl-buttons .owl-next:after,
body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons .owl-theme .owl-controls .owl-buttons .owl-next:after,
.swRotator .scrollable .items .item .caption .owl-theme .owl-controls .owl-buttons .owl-next:after {
    color: rgb(255, 255, 255);
}

body.home section.home-main .gradient-overlay {
    height: 200px;
}

body.home section.home-main .slider {
    max-height: 120vh;
}

    body.home section.home-main .slider .video-overlay {
        box-shadow: inset 0 -50px 150px 70px #000000;
    }

    body.home section.home-main .slider .owl-carousel .owl-wrapper-outer {
        max-height: 110vh;
    }

    body.home section.home-main .slider .owl-carousel .owl-item {
        max-height: 110vh;
    }

    body.home section.home-main .slider .owl-controls {
        bottom: auto;
        top: 75%;
        position: absolute;
        z-index: 9;
    }

    body.home section.home-main .slider .owl-theme .owl-controls .owl-page span {
        background: rgba(255, 255, 255, 0.7);
    }

    body.home section.home-main .slider .owl-theme .owl-controls .owl-page.active span {
        background: rgb(255, 255, 255);
    }

    body.home section.home-main .slider .owl-theme .owl-controls .owl-buttons .owl-prev:before,
    body.home section.home-main .slider .owl-theme .owl-controls .owl-buttons .owl-next:after {
        color: white;
    }

@media (max-width: 1500px) {
    body.home section.home-main .slider video {
        display: block;
        height: 100%;
        min-height: 105vh;
        width: auto;
        max-width: none;
    }
}

body.home section.home-main .carousel-home .owl-item.active .home-animate-inview {
    opacity: 0;
    transform: translateY(50px);
    animation: fade-up 0.5s linear 0.7s forwards;
}

body.home section.home-main .carousel-home .video-wrapper {
    pointer-events: none;
}

    body.home section.home-main .carousel-home .video-wrapper iframe {
        width: 100vw;
        height: 56.25vw;
        /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
        min-height: 100vh;
        min-width: 177.77vh;
        /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
        position: absolute;
    }

body.home section.home-main .section-facts {
    clip-path: polygon(0% 0%, 100% calc(0% + 90px), 100% 100%, 0% calc(100% - 90px));
}

    body.home section.home-main .section-facts .title {
        z-index: 99;
    }

    body.home section.home-main .section-facts .bg-image {
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
    }

        body.home section.home-main .section-facts .bg-image div {
            background: rgba(0, 0, 0, 0.2);
        }

    body.home section.home-main .section-facts .carousel-single:after {
        content: " ";
        width: 0;
        height: 0;
        border-bottom: 170px solid #f1f1f1;
        border-right: 1500px solid transparent;
    }

    body.home section.home-main .section-facts .carousel-single .owl-item.active .activate-animate-inview {
        opacity: 0;
        transform: translateY(50px);
        animation: fade-up 0.5s linear 0.7s forwards;
    }

    body.home section.home-main .section-facts .carousel-single .owl-controls {
        z-index: 9;
        top: unset;
        width: 100px;
        left: 50%;
        bottom: 24%;
        right: unset;
        transform: translateX(-50%);
    }

        body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons div {
            top: 0;
            width: 40px;
            height: 40px;
        }

        body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons .owl-prev:before,
        body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons .owl-next:after {
            font-size: 45px;
            line-height: 40px;
            width: 40px;
            height: 40px;
            color: #00274c;
            padding: 0;
            margin: 0;
            display: inline;
            position: absolute;
        }

        body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons .owl-prev {
            left: 0;
        }

            body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons .owl-prev:before {
                left: -5px;
            }

        body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons .owl-next {
            right: 0;
        }

            body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons .owl-next:after {
                right: 0;
            }

body.home section.home-main .section-at-lausanne .text-container {
    position: relative;
}

@media (min-width: 30em) {
    body.home section.home-main .section-at-lausanne .text-container {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

body.home section.home-main .section-at-lausanne .video-container {
    position: relative;
    background: #00274c;
}

@media (min-width: 30em) {
    body.home section.home-main .section-at-lausanne .video-container {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: transparent;
    }
}

body.home section.home-main .section-hats {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% calc(100% - 90px));
}

body.home section.home-main .section-events .date {
    font-family: "Open Sans Condensed", sans-serif;
}

body.home section.home-main .section-events .recent-blog-posts-wrapper a.recent-blog-posts-title {
    font-family: "Open Sans Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

body.home section.home-main .section-events div.events .home-calendar-v2-widget .CalendarListEvent__header_date {
    width: 65px;
    height: 65px;
    min-width: 65px;
}

.hats-container {
    margin: 0 auto;
    max-width: 1300px;
    width: 80%;
}

    .hats-container .hat:hover {
        box-shadow: 0 3px 20px rgba(0, 39, 76, 0.3);
    }

        .hats-container .hat:hover .quote {
            top: 0;
            opacity: 1;
        }

    .hats-container .quote {
        top: 20%;
        opacity: 0;
        cursor: default;
    }

.global-map-section {
    background-image: url("//www.speakcdn.com/sitefiles/2532/CSS/images/bg-playground.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
}

    .global-map-section .map-image svg {
        width: 707px;
        height: 500px;
        display: block;
        margin: 0 auto;
    }

    .global-map-section ul.map-dots li.country {
        width: auto;
        position: absolute;
    }

        .global-map-section ul.map-dots li.country .country-name {
            background: #017EA7;
            opacity: 0;
            transform: scale(0);
            position: absolute;
            top: -28%;
            left: 150%;
            white-space: nowrap;
        }

            .global-map-section ul.map-dots li.country .country-name:before {
                content: " ";
                position: absolute;
                width: 0;
                height: 0;
                left: -10px;
                border-top: 10px solid transparent;
                border-right: 10px solid #017EA7;
                border-bottom: 10px solid transparent;
            }

        .global-map-section ul.map-dots li.country a span {
            width: 20px;
            height: 20px;
            background: #FFCB05;
            border-radius: 20px;
            border: 1px solid white;
            cursor: pointer;
        }

        .global-map-section ul.map-dots li.country a:hover span {
            border: 3px solid rgba(255, 255, 255, 0.7);
            background: rgba(255, 203, 5, 0.6);
        }

        .global-map-section ul.map-dots li.country a:hover .country-name {
            animation: fade-in-down 0.33s linear forwards;
        }

.hero-links {
    bottom: -30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

    .hero-links ul {
        display: flex;
        gap: 30px;
        list-style: none;
        margin: 0;
        padding: 0 20px;
    }

@media only screen and (min-width: 1024px) {
    .hero-links ul {
        padding: 8px 40px;
    }
}

.hero-links ul li a {
    background-color: #FFCB05 !important;
    border-color: #FFCB05 !important;
    color: #00274c !important;
    margin: 0 !important;
    text-shadow: none !important;
}

    .hero-links ul li a:hover {
        background-color: #FFCB05 !important;
        border-color: #FFCB05 !important;
        color: black !important;
        text-shadow: none !important;
    }

    .hero-links ul li a::after {
        /*content: "\f054";*/
        font-family: "font awesome 5 free";
        margin-left: 4px;
    }

.home-2024 #search-container {
    height: auto;
    top: -100% !important;
    transform: translateY(-100%) translateZ(0) translate3d(0, -100%, 0) !important;
}

    .home-2024 #search-container.active {
        top: 0 !important;
        transform: translateY(0) translateZ(0) translate3d(0, -1%, 0) !important;
    }

.home-2024 .matrix-content .explore_portals {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}

@media (min-width: 960px) {
    .home-2024 .matrix-content .explore_portals {
        padding: 0;
    }
}

.home-2024 .matrix-content .explore_portals .portal {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .home-2024 .matrix-content .explore_portals .portal {
        width: calc(50% - 50px);
    }
}

@media only screen and (min-width: 1024px) {
    .home-2024 .matrix-content .explore_portals .portal {
        width: calc(33.33% - 50px);
    }
}

.home-2024 .matrix-content .explore_portals .portal h6 {
    font-size: 18px;
}

.hats-2024 .owl-pagination {
    display: none;
    justify-content: center;
    position: relative;
    top: 27px;
}

@media only screen and (min-width: 768px) {
    .hats-2024 .owl-pagination {
        display: flex;
    }
}

.hats-2024.expanded, div.blog .blog-entry h4.hats-2024.post-date, div.blog .blog-entry div.post-tags a.hats-2024, body.default div.recent-blog-posts-wrapper ul li .hats-2024.recent-blog-posts-date-wrapper, div.blog .blog-entry body.default div.recent-blog-posts-wrapper ul li a.hats-2024.post-date.recent-blog-posts-title, body.default div.recent-blog-posts-wrapper ul li div.blog .blog-entry a.hats-2024.post-date.recent-blog-posts-title {
    max-width: 100% !important;
    width: 100% !important;
}

.hats-2024 .hat-2024 img {
    max-height: 270px;
    max-width: 270px;
}

body.home-2020 #home-hero,
body.home-2024 #home-hero {
    background-color: #00274c;
    padding: 200px 20px;
    position: relative;
}

    body.home-2020 #home-hero::before,
    body.home-2024 #home-hero::before {
        background-color: black;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.33;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

    body.home-2020 #home-hero .bg-image,
    body.home-2024 #home-hero .bg-image {
        background-position: center top;
        background-size: cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    body.home-2020 #home-hero .bg-video,
    body.home-2024 #home-hero .bg-video {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    body.home-2020 #home-hero .owl-theme .owl-item .bg-image:before,
    body.home-2024 #home-hero .owl-theme .owl-item .bg-image:before {
        background-color: #00274c !important;
        opacity: 0.5 !important;
    }

    body.home-2020 #home-hero .owl-theme .owl-controls .owl-buttons > div,
    body.home-2024 #home-hero .owl-theme .owl-controls .owl-buttons > div {
        align-items: center;
        border: 1px solid white;
        border-radius: 50%;
        display: flex;
        height: 50px;
        justify-content: center;
        width: 50px;
    }

        body.home-2020 #home-hero .owl-theme .owl-controls .owl-buttons > div:before, body.home-2020 #home-hero .owl-theme .owl-controls .owl-buttons > div:after,
        body.home-2024 #home-hero .owl-theme .owl-controls .owl-buttons > div:before,
        body.home-2024 #home-hero .owl-theme .owl-controls .owl-buttons > div:after {
            font-size: 40px !important;
            height: auto;
            opacity: 1;
            position: absolute;
            width: auto;
        }

    body.home-2020 #home-hero .hero-content,
    body.home-2024 #home-hero .hero-content {
        filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
        position: relative;
        text-align: center;
        z-index: 1;
    }

        body.home-2020 #home-hero .hero-content h1,
        body.home-2024 #home-hero .hero-content h1 {
            font-size: 60px !important;
            line-height: 1;
            margin: 0 auto;
            max-width: 700px;
        }

@media only screen and (min-width: 1024px) {
    body.home-2020 #home-hero .hero-content h1,
    body.home-2024 #home-hero .hero-content h1 {
        font-size: 90px !important;
        top: -60px;
    }
}

body.home-2020 #home-hero .hero-scroller,
body.home-2024 #home-hero .hero-scroller {
    bottom: 20px;
    display: none !important;
    margin-left: 20px;
    position: absolute;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    body.home-2020 #home-hero .hero-scroller,
    body.home-2024 #home-hero .hero-scroller {
        left: 10px;
        bottom: 3px;
    }
}

body.home-2020 #home-hero .hero-scroller h6,
body.home-2024 #home-hero .hero-scroller h6 {
    font: bold 14px "Open Sans", sans-serif;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

body.home-2020 #home-hero .hero-scroller .line,
body.home-2024 #home-hero .hero-scroller .line {
    border-left: 2px dashed white;
    height: 80px;
    margin: 5px 0 10px 12px;
}

@media screen and (max-width: 767px) {
    body.home-2020 #home-hero .hero-scroller .line,
    body.home-2024 #home-hero .hero-scroller .line {
        height: 30px;
    }
}

body.home-2020 #home-hero .hero-scroller i,
body.home-2024 #home-hero .hero-scroller i {
    border: 1px solid white;
    border-radius: 50%;
    font-size: 12px;
    height: 24px;
    position: relative;
    width: 24px;
}

    body.home-2020 #home-hero .hero-scroller i::before,
    body.home-2024 #home-hero .hero-scroller i::before {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

@media (min-width: 1024px) {
    body.home-2020 #home-hero,
    body.home-2024 #home-hero {
        padding: 300px 50px 350px;
    }

        body.home-2020 #home-hero .hero-scroller,
        body.home-2024 #home-hero .hero-scroller {
            align-items: center;
            bottom: 50px;
            display: flex;
            flex-direction: column;
            left: 50%;
            margin: 0;
            transform: translateX(-50%);
            z-index: 5;
        }

            body.home-2020 #home-hero .hero-scroller h6,
            body.home-2024 #home-hero .hero-scroller h6 {
                font-size: 16px;
            }

            body.home-2020 #home-hero .hero-scroller .line,
            body.home-2024 #home-hero .hero-scroller .line {
                margin: 5px 0 10px;
            }

            body.home-2020 #home-hero .hero-scroller i,
            body.home-2024 #home-hero .hero-scroller i {
                font-size: 16px;
                height: 32px;
                width: 32px;
            }
}

@media (min-width: 1200px) {
    body.home-2020 #home-hero .hero-link ul li,
    body.home-2024 #home-hero .hero-link ul li {
        padding: 8px 40px 10px;
    }
}

body.home-2020 #home-main,
body.home-2024 #home-main {
    padding: 0 0 50px;
    /* === Carousel === */
    /* === MAP === */
    /* === Opportunities === */
    /* === Events === */
}

    body.home-2020 #home-main .find-your-way,
    body.home-2024 #home-main .find-your-way {
        padding: 40px 40px;
        position: relative;
        text-align: center;
    }

        body.home-2020 #home-main .find-your-way::before,
        body.home-2024 #home-main .find-your-way::before {
            background-color: #00274c;
            content: "";
            height: calc(100% - 200px);
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

        body.home-2020 #home-main .find-your-way .content,
        body.home-2024 #home-main .find-your-way .content {
            margin: 0 auto;
            max-width: 640px;
            position: relative;
        }

        body.home-2020 #home-main .find-your-way .explore_portals,
        body.home-2024 #home-main .find-your-way .explore_portals {
            margin-top: 40px;
        }

            body.home-2020 #home-main .find-your-way .explore_portals .portal a,
            body.home-2024 #home-main .find-your-way .explore_portals .portal a {
                background-position: center;
                background-size: cover;
            }

            body.home-2020 #home-main .find-your-way .explore_portals .portal h6,
            body.home-2024 #home-main .find-your-way .explore_portals .portal h6 {
                background-color: #017EA7;
                text-align: left;
            }

    body.home-2020 #home-main .global-map-section .map-dots li:hover,
    body.home-2024 #home-main .global-map-section .map-dots li:hover {
        z-index: 1;
    }

    body.home-2020 #home-main .global-map-section select,
    body.home-2024 #home-main .global-map-section select {
        appearance: none;
        background: #017ea7 url("images/arrow-down-white.svg") calc(100% - 10px) 14px/12px no-repeat;
        border: none;
        color: white;
        cursor: pointer;
        font: bold 16px "Open Sans", sans-serif;
        padding: 8px 32px 8px 16px;
        position: relative;
        z-index: 1;
    }

@media (min-width: 960px) {
    body.home-2020 #home-main .global-map-section select,
    body.home-2024 #home-main .global-map-section select {
        float: right;
        margin-right: 40px;
        margin-top: -24px;
    }
}

body.home-2020 #home-main .opportunities-to-succeed,
body.home-2024 #home-main .opportunities-to-succeed {
    position: relative;
}

    body.home-2020 #home-main .opportunities-to-succeed .content,
    body.home-2024 #home-main .opportunities-to-succeed .content {
        background-color: #00274c;
        padding: 0 20px 50px;
        text-align: center;
    }

        body.home-2020 #home-main .opportunities-to-succeed .content img,
        body.home-2024 #home-main .opportunities-to-succeed .content img {
            filter: drop-shadow(0px 4px 12px black);
            margin: -40px auto 0;
            width: 200px;
        }

    body.home-2020 #home-main .opportunities-to-succeed .bg-image,
    body.home-2024 #home-main .opportunities-to-succeed .bg-image {
        background-position: center;
        background-size: cover;
        padding-bottom: 75%;
    }

@media (min-width: 960px) {
    body.home-2020 #home-main .opportunities-to-succeed,
    body.home-2024 #home-main .opportunities-to-succeed {
        padding: 120px 0;
    }

        body.home-2020 #home-main .opportunities-to-succeed .content,
        body.home-2024 #home-main .opportunities-to-succeed .content {
            padding: 80px 40px;
            position: relative;
            text-align: left;
            width: 50%;
            z-index: 5;
        }

            body.home-2020 #home-main .opportunities-to-succeed .content img,
            body.home-2024 #home-main .opportunities-to-succeed .content img {
                bottom: 100%;
                position: absolute;
                right: 0;
                transform: translateY(80px);
                width: 320px;
            }

        body.home-2020 #home-main .opportunities-to-succeed .bg-image,
        body.home-2024 #home-main .opportunities-to-succeed .bg-image {
            height: 100%;
            left: 0;
            padding: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1;
        }
}

body.home-2020 #home-main .upcoming-events,
body.home-2024 #home-main .upcoming-events {
    padding: 0 20px 40px;
}

    body.home-2020 #home-main .upcoming-events .content,
    body.home-2024 #home-main .upcoming-events .content {
        text-align: center;
    }

    body.home-2020 #home-main .upcoming-events .events .event,
    body.home-2024 #home-main .upcoming-events .events .event {
        background-color: #00274c;
        display: flex;
        margin-bottom: 16px;
        padding: 16px;
    }

        body.home-2020 #home-main .upcoming-events .events .event .date,
        body.home-2024 #home-main .upcoming-events .events .event .date {
            align-items: center;
            background-color: #017EA7;
            border-radius: 8px;
            color: white;
            display: flex;
            flex-direction: column;
            height: 72px;
            justify-content: center;
            margin-right: 16px;
            min-width: 72px;
            width: 72px;
        }

            body.home-2020 #home-main .upcoming-events .events .event .date .month,
            body.home-2024 #home-main .upcoming-events .events .event .date .month {
                font: bold 18px "Open Sans Condensed", sans-serif;
                text-transform: uppercase;
            }

            body.home-2020 #home-main .upcoming-events .events .event .date .day,
            body.home-2024 #home-main .upcoming-events .events .event .date .day {
                font: bold 40px/1 "Open Sans Condensed", sans-serif;
            }

        body.home-2020 #home-main .upcoming-events .events .event .meta .title,
        body.home-2024 #home-main .upcoming-events .events .event .meta .title {
            font: bold 18px "Open Sans Condensed", sans-serif;
            margin: 0;
        }

        body.home-2020 #home-main .upcoming-events .events .event .meta div,
        body.home-2024 #home-main .upcoming-events .events .event .meta div {
            font: normal 14px "Open Sans", sans-serif;
            margin-top: 8px;
        }

            body.home-2020 #home-main .upcoming-events .events .event .meta div i,
            body.home-2024 #home-main .upcoming-events .events .event .meta div i {
                color: #017EA7;
                font-size: 20px;
                margin-right: 4px;
                text-align: center;
                width: 20px;
            }

    body.home-2020 #home-main .upcoming-events .owl-controls .owl-pagination .owl-page span,
    body.home-2024 #home-main .upcoming-events .owl-controls .owl-pagination .owl-page span {
        background-color: #00274c;
    }

    body.home-2020 #home-main .upcoming-events .owl-controls .owl-buttons div::before,
    body.home-2020 #home-main .upcoming-events .owl-controls .owl-buttons div::after,
    body.home-2024 #home-main .upcoming-events .owl-controls .owl-buttons div::before,
    body.home-2024 #home-main .upcoming-events .owl-controls .owl-buttons div::after {
        color: #00274c;
    }

@media (min-width: 960px) {
    body.home-2020 #home-main .upcoming-events,
    body.home-2024 #home-main .upcoming-events {
        padding: 0 40px 40px;
    }

        body.home-2020 #home-main .upcoming-events .events .owl-item > div,
        body.home-2024 #home-main .upcoming-events .events .owl-item > div {
            display: grid;
            grid-gap: 16px;
            grid-template-columns: 1fr 1fr;
        }

        body.home-2020 #home-main .upcoming-events .events .event,
        body.home-2024 #home-main .upcoming-events .events .event {
            margin: 0;
        }

            body.home-2020 #home-main .upcoming-events .events .event .meta,
            body.home-2024 #home-main .upcoming-events .events .event .meta {
                width: 100%;
            }

                body.home-2020 #home-main .upcoming-events .events .event .meta div,
                body.home-2024 #home-main .upcoming-events .events .event .meta div {
                    display: inline-block;
                }
}

body.home-2020 #home-main .cta,
body.home-2024 #home-main .cta {
    margin-top: 40px;
}

@media (max-width: 30em) {
    body.default .hero-container {
        height: 50vh;
    }
}

body.default .hero-container .swRotator {
    height: 100%;
    min-height: 400px;
}

    body.default .hero-container .swRotator .scrollable {
        height: 100% !important;
        min-height: 400px;
    }

        body.default .hero-container .swRotator .scrollable .items {
            height: 100% !important;
            min-height: 400px;
        }

            body.default .hero-container .swRotator .scrollable .items .item {
                height: 100% !important;
                min-height: 400px;
            }

@media (max-width: 960px) {
    body.default .hero-container .swRotator .scrollable .items .item .caption {
        display: none;
    }
}

body.default .slider {
    animation: fade-in 2s linear forwards;
    min-height: 450px;
    opacity: 0;
}

    body.default .slider .swRotator .scrollable .item:before {
        content: " ";
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

    body.default .slider .bg-image-js {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 0;
    }

        body.default .slider .bg-image-js:before {
            content: " ";
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

body.default .main-section {
    align-content: flex-start;
}

    body.default .main-section .page-title::after {
        background-color: #eee;
        bottom: 5px;
        content: "";
        height: 1px;
        position: absolute;
        right: 0;
        width: 100vw;
    }

@media (max-width: 30em) {
    body.default .main-section {
        order: 2;
    }
}

body.default .side-section {
    opacity: 0;
    animation: fadeIn 1s ease 1s forwards;
}

@media (max-width: 30em) {
    body.default .side-section {
        order: 1;
    }

        body.default .side-section .side-container > ul {
            display: none;
        }
}

body.default .side-container {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 40px), 50% 100%, 0% calc(100% - 40px));
    position: relative;
    /* Menu with 3rd and 4th Levels */
}

@media (max-width: 30em) {
    body.default .side-container {
        clip-path: none;
    }
}

body.default .side-container .mobile-sidemenu-toggle {
    cursor: pointer;
}

    body.default .side-container .mobile-sidemenu-toggle span {
        transition: transform 0.3s ease-out;
        transform-origin: center;
        height: 44px;
        width: 44px;
        line-height: 44px;
    }

    body.default .side-container .mobile-sidemenu-toggle.active span {
        transform: rotate(180deg);
    }

body.default .side-container h2 a {
    color: #00274c;
}

    body.default .side-container h2 a:hover {
        color: white;
    }

body.default .side-container ul > li:first-of-type > a {
    border-top: none;
}

body.default .side-container ul > li:last-of-type {
    border-bottom: none;
}

body.default .side-container ul > li.secondary-nav__item--current a:not(.expand-btn) {
    color: #A6872A;
}

    body.default .side-container ul > li.secondary-nav__item--current a:not(.expand-btn):after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 10px;
        border-color: transparent transparent transparent white;
    }

body.default .side-container ul > li a:not(.expand-btn) {
    clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
    letter-spacing: 0.1em;
}

    body.default .side-container ul > li a:not(.expand-btn):hover {
        color: #00274c;
        background: rgba(255, 255, 255, 0.4);
        clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%);
    }

body.default .side-container ul > li a.expand-btn {
    display: block;
    height: 37px;
    width: 44px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    margin: 0;
    cursor: pointer;
    background: transparent !important;
    border: none !important;
}

    body.default .side-container ul > li a.expand-btn span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

        body.default .side-container ul > li a.expand-btn span:before,
        body.default .side-container ul > li a.expand-btn span:after {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            background: #00274c;
            height: 2px;
            width: 12px;
            margin: -1px 0 0 -6px;
            border-radius: 2px;
            transform-origin: center;
        }

        body.default .side-container ul > li a.expand-btn span:after {
            transform: rotate(90deg);
        }

    body.default .side-container ul > li a.expand-btn.active span:after {
        width: 2px;
    }

body.default .side-container ul > li ul {
    background: rgba(255, 255, 255, 0.4);
    display: none;
    margin: 0;
}

body.default div[class^=section-] .photo-background {
    background-size: cover;
    background-position: center;
}

body.default #section-two .photo-background {
    height: auto;
    margin: 32px;
    min-height: 240px;
    padding-bottom: 33%;
    position: relative;
    width: calc(100% - 64px);
}

    body.default #section-two .photo-background:not([style*=background-image]) {
        display: none;
    }

    body.default #section-two .photo-background::before {
        border-bottom: 2px solid #FFCB05;
        border-right: 2px solid #FFCB05;
        bottom: -15px;
        content: "";
        height: 75%;
        right: -15px;
        position: absolute;
        width: 15%;
    }

body.default #section-two .content-box {
    margin-top: -80px;
}

@media (min-width: 960px) {
    body.default #section-two .content-box {
        margin-top: -160px;
    }
}

body.default #section-three .sw-public-page-part, body.default #section-one .sw-public-page-part {
    max-width: 100% !important;
}

body.default iframe[id^=twitter-widget] {
    max-height: 800px;
}

body.meet-the-ambassadors form:not([action*="beid="]) .main-section .blog,
body.staffdirectory form:not([action*="beid="]) .main-section .blog {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    body.meet-the-ambassadors form:not([action*="beid="]) .main-section .blog .blog-entry,
    body.staffdirectory form:not([action*="beid="]) .main-section .blog .blog-entry {
        padding: 0 !important;
        flex-basis: 22%;
        border: none !important;
        display: flex;
        flex-direction: column;
        margin: 10px;
    }

        body.meet-the-ambassadors form:not([action*="beid="]) .main-section .blog .blog-entry .post-title,
        body.staffdirectory form:not([action*="beid="]) .main-section .blog .blog-entry .post-title {
            font-size: 24px;
        }

@media (max-width: 1000px) {
    body.meet-the-ambassadors form:not([action*="beid="]) .main-section .blog .blog-entry,
    body.staffdirectory form:not([action*="beid="]) .main-section .blog .blog-entry {
        flex-basis: 29%;
    }

        body.meet-the-ambassadors form:not([action*="beid="]) .main-section .blog .blog-entry .post-title,
        body.staffdirectory form:not([action*="beid="]) .main-section .blog .blog-entry .post-title {
            font-size: 15px;
        }
}

@media (max-width: 767px) {
    body.meet-the-ambassadors form:not([action*="beid="]) .main-section .blog .blog-entry,
    body.staffdirectory form:not([action*="beid="]) .main-section .blog .blog-entry {
        flex-basis: 40%;
    }
}

body.meet-the-ambassadors form:not([action*="beid="]) .main-section .blog .blog-entry .post-date,
body.meet-the-ambassadors form:not([action*="beid="]) .main-section .blog .blog-entry .post-body,
body.meet-the-ambassadors form:not([action*="beid="]) .main-section .blog .blog-entry .post-tags,
body.staffdirectory form:not([action*="beid="]) .main-section .blog .blog-entry .post-date,
body.staffdirectory form:not([action*="beid="]) .main-section .blog .blog-entry .post-body,
body.staffdirectory form:not([action*="beid="]) .main-section .blog .blog-entry .post-tags {
    display: none;
}

body.meet-the-ambassadors form:not([action*="beid="]) .main-section .blog .blog-entry .post-image,
body.staffdirectory form:not([action*="beid="]) .main-section .blog .blog-entry .post-image {
    order: 1;
}

body.meet-the-ambassadors form:not([action*="beid="]) .main-section .blog .blog-entry .post-title,
body.staffdirectory form:not([action*="beid="]) .main-section .blog .blog-entry .post-title {
    order: 2;
}

form[action*="&tag="] h3[id*=ListViewHeader], form[action*="&tag="] div.event-module h1[id*=ListViewHeader].event-detail-title, div.event-module form[action*="&tag="] h1[id*=ListViewHeader].event-detail-title {
    display: block;
    width: 100%;
}

/* Blog Post Display - Meet the Staff */
body.staff-detail .tag-Staff-Directory {
    flex-basis: 60% !important;
}

    body.staff-detail .tag-Staff-Directory .post-body {
        display: block !important;
        order: 2;
    }

body.ambassador .blog-entry {
    flex-basis: 100% !important;
}

    body.ambassador .blog-entry .post-body {
        display: block !important;
        order: 2;
    }

body.about .swRotator .item .caption,
body.parent-about .swRotator .item .caption {
    background-color: #597E20 !important;
}

body.admissions .swRotator .item .caption,
body.parent-admissions .swRotator .item .caption {
    background-color: #017EA7 !important;
}

body.academics .swRotator .item .caption,
body.parent-academics .swRotator .item .caption {
    background-color: #00274C !important;
}

body.arts .swRotator .item .caption,
body.parent-arts .swRotator .item .caption {
    background-color: #CA1639 !important;
}

body.support-lausanne .swRotator .item .caption,
body.parent-support-lausanne .swRotator .item .caption {
    background-color: #5A2049 !important;
}

body.coronavirus-response .swRotator .item .caption,
body.parent-coronavirus-response .swRotator .item .caption,
body.parent-covid-19 .swRotator .item .caption {
    background-color: #00274c !important;
}

@media screen and (min-width: 767px) {
    body.default .hero-container .slider .swRotator .scrollable .items .item {
        background-attachment: fixed !important;
        background-size: cover !important;
    }

    body.default .hero-container .slider .swRotator.swFader .scrollable .items {
        position: static !important;
    }

        body.default .hero-container .slider .swRotator.swFader .scrollable .items .item {
            width: 100% !important;
        }
}

body.default-post [id*=cphSideMenu] {
    position: relative;
}

    body.default-post [id*=cphSideMenu] h2.sw-menucode-child {
        display: none;
    }

    body.default-post [id*=cphSideMenu] h2 {
        background-color: #FFCB05;
        color: #00274c;
        cursor: pointer;
        font: bold 12px "Open Sans", sans-serif;
        letter-spacing: 1px;
        margin: 16px auto 0;
        padding: 12px 16px;
        position: relative;
        text-transform: uppercase;
        width: 100%;
    }

@media screen and (min-width: 480px) {
    body.default-post [id*=cphSideMenu] h2 {
        margin: 0;
    }
}

body.default-post [id*=cphSideMenu] ul {
    background-color: #FFCB05;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    body.default-post [id*=cphSideMenu] ul li {
        border: none;
        position: relative;
    }

body.default-2024 .breadcrumb-container {
    padding: 0.5rem;
    width: 100%;
}

body.default-2024 .default-main {
    display: flex;
    flex-wrap: wrap;
}

body.default-2024 .main-section {
    padding: 4rem;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    body.default-2024 .main-section {
        width: 70%;
    }
}

body.default-2024 .side-section {
    display: none;
}

@media only screen and (min-width: 768px) {
    body.default-2024 .side-section {
        display: inline-block;
        width: 30%;
    }
}

body.default-2024 .side-section .side-container {
    background: #FFCB05;
}

    body.default-2024 .side-section .side-container p {
        color: #614B0A;
        font-family: "Open Sans Condensed", sans-serif;
        padding: 0 1rem;
        letter-spacing: 0.1rem;
        margin-bottom: 1rem;
    }

body.default-2024 .bottom-section {
    width: 100%;
}

#___gcse_0 {
    width: 100%;
}

.gsc-search-button-v2 {
    width: 50px !important;
    padding: 0 !important;
    height: 50px !important;
    background: none !important;
    border: none !important;
}

    .gsc-search-button-v2:hover svg {
        fill: #00274c;
    }

    .gsc-search-button-v2 svg {
        height: 25px !important;
        width: 25px !important;
    }

.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
    font-size: 20px !important;
}

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
    font-size: 15px !important;
}

.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
    border-bottom: none !important;
}

    .gsc-webResult.gsc-result:last-of-type, .gsc-results .gsc-imageResult:last-of-type {
        border-bottom: none !important;
    }

.gsc-tabHeader.gsc-tabhActive, .gsc-refinementHeader.gsc-refinementhActive {
    color: #00274c !important;
    border-color: #00274c !important;
}

.gsc-search-button-v2 svg {
    fill: #00274c !important;
}

.gs-result .gs-title *,
.gsc-cursor-page, .gs-spelling a {
    color: #00274c !important;
}

.gs-web-image-box, .gs-promotion-image-box {
    margin-top: 10px !important;
    width: 120px !important;
}

    .gs-web-image-box .gs-result .gs-image, .gs-web-image-box .gs-result .gs-promotion-image, .gs-promotion-image-box .gs-result .gs-image, .gs-promotion-image-box .gs-result .gs-promotion-image {
        border: none !important;
    }

    .gs-web-image-box .gs-image, .gs-promotion-image-box .gs-promotion-image {
        border: none !important;
        max-width: 110px !important;
    }

.gsc-webResult.gsc-result {
    border-bottom: 1px solid #f3f3f3 !important;
    padding: 20px 0 !important;
}

.gsc-control-cse {
    padding: 0rem 0rem 5rem !important;
}

body.signage {
    max-height: 100vh;
    height: 100vh;
    overflow: hidden;
}

    body.signage #siteWrapper {
        height: 100vh;
        max-height: 100vh;
    }

    body.signage #lausanne-logo {
        display: block;
        width: 200px;
        height: 100px;
    }

    body.signage .w-20 {
        min-height: 69vh;
    }

    body.signage .date-container {
        flex: 1;
    }

    body.signage .matrix-content {
        height: 100%;
    }

    body.signage .weather-container iframe {
        transform: scale(1.35);
    }

    body.signage div.event-module.day-rotation div.list-panel .event-listing-date, body.signage div.event-module.day-rotation div.list-panel .event-listing-table {
        display: none;
    }

        body.signage div.event-module.day-rotation div.list-panel .event-listing-table:first-of-type {
            display: block;
            margin: 0;
        }

            body.signage div.event-module.day-rotation div.list-panel .event-listing-table:first-of-type tbody {
                width: 100%;
                text-align: right;
                display: block;
            }

            body.signage div.event-module.day-rotation div.list-panel .event-listing-table:first-of-type tr {
                display: none;
                border: 0 none;
            }

                body.signage div.event-module.day-rotation div.list-panel .event-listing-table:first-of-type tr:nth-child(2) {
                    display: block;
                }

            body.signage div.event-module.day-rotation div.list-panel .event-listing-table:first-of-type td {
                display: none;
            }

                body.signage div.event-module.day-rotation div.list-panel .event-listing-table:first-of-type td.event-listing-event-column {
                    display: block;
                    width: 100%;
                }

                    body.signage div.event-module.day-rotation div.list-panel .event-listing-table:first-of-type td.event-listing-event-column:before {
                        content: "DAY ROTATION";
                        font-family: "Open Sans Condensed", sans-serif;
                        text-transform: uppercase;
                        font-weight: bold;
                        color: #FFCB05;
                        margin-right: 20px;
                    }

    body.signage div.event-module.birthdays div.event-listing-date {
        background: transparent !important;
        color: #017EA7;
        margin: 0;
        padding-top: 25px;
    }

    body.signage div.event-module.birthdays td.event-listing-event-column {
        display: block;
        width: 100%;
    }

    body.signage div.event-module.birthdays .list-panel > div.event-listing-date:nth-child(-n+8),
    body.signage div.event-module.birthdays .list-panel > table.event-listing-table:nth-child(-n+8) {
        display: block;
    }

    body.signage div.event-module.upper-school {
        height: calc(100% - 278px);
    }

        body.signage div.event-module.upper-school td.event-listing-event-column {
            width: 70%;
        }

        body.signage div.event-module.upper-school td.event-listing-image-column {
            visibility: hidden;
            max-width: 20px;
        }

    body.signage div.event-module.master-calendar {
        height: calc(100% - 138px);
    }

        body.signage div.event-module.master-calendar .list-panel > * {
            display: none;
        }

            body.signage div.event-module.master-calendar .list-panel > *:nth-child(-n+14) {
                display: block;
            }

        body.signage div.event-module.master-calendar .event-listing-table {
            margin-bottom: 10px;
        }

        body.signage div.event-module.master-calendar div.event-listing-date {
            border-color: rgba(255, 255, 255, 0.2) !important;
        }

        body.signage div.event-module.master-calendar td.event-listing-image-column {
            visibility: hidden;
            max-width: 20px;
        }

        body.signage div.event-module.master-calendar tr + tr {
            border-color: rgba(0, 0, 0, 0.6);
        }

    body.signage ul.owl-carousel .owl-controls .owl-buttons {
        display: none;
    }

    body.signage div[id$=_pnlRecentEvents] {
        height: 100%;
    }

    body.signage div.upcoming-events-wrapper .owl-carousel .owl-wrapper {
        display: flex !important;
        flex-direction: column;
        flex-wrap: wrap;
    }

    body.signage div.upcoming-events-wrapper li p.upcoming-events-date {
        min-width: 72px;
        width: 72px;
        height: 72px;
    }

        body.signage div.upcoming-events-wrapper li p.upcoming-events-date span {
            font-family: "Open Sans Condensed", sans-serif;
            text-transform: uppercase;
            font-weight: bold;
        }

    body.signage div.upcoming-events-wrapper li p.upcoming-events-name {
        font-family: "Open Sans Condensed", sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        flex: 1 1 auto;
    }

        body.signage div.upcoming-events-wrapper li p.upcoming-events-name a {
            font-size: 30px;
        }

    body.signage div.recent-blog-posts-wrapper a.recent-blog-posts-title {
        color: #FFCB05;
    }

    body.signage div.veracross_athletics:before {
        content: "ATHLETIC SCORES";
        font-family: "Open Sans Condensed", sans-serif;
        height: auto;
        margin: 0;
    }

    body.signage div.veracross_athletics div.game {
        min-width: 150px;
    }

        body.signage div.veracross_athletics div.game.game--past:nth-child(6) {
            border: 0 none;
        }

        body.signage div.veracross_athletics div.game div.date {
            order: 1;
            margin: 0;
            color: #FFCB05;
        }

        body.signage div.veracross_athletics div.game div.description {
            order: 2;
        }

        body.signage div.veracross_athletics div.game div.opponent {
            order: 3;
        }

        body.signage div.veracross_athletics div.game div.score {
            order: 4;
        }

            body.signage div.veracross_athletics div.game div.score .us {
                width: 49%;
            }

            body.signage div.veracross_athletics div.game div.score .opponent {
                width: 49%;
            }

        body.signage div.veracross_athletics div.game div.outcome {
            order: 5;
        }

            body.signage div.veracross_athletics div.game div.outcome.loss {
                background: #017EA7;
            }

.birthday-title {
    border-bottom: #FFCB05 0.25rem solid;
}

.birthdays2 .CalendarMenu {
    display: none !important;
}

.birthdays2 .CalendarMonthFilter {
    display: none !important;
}

.birthdays2 h2.event-date {
    display: block;
    padding: 25px 2rem 0.5rem 2rem;
    background: transparent !important;
    color: #24acce;
    margin: 0;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.birthdays2 .name-wrapper {
    display: block;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    margin-top: 0rem;
    border-spacing: 0;
}

    .birthdays2 .name-wrapper .name-outer {
        border-width: 1px;
        border-color: #eee;
        border-bottom-style: solid;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        vertical-align: inherit;
    }

        .birthdays2 .name-wrapper .name-outer .name-inner {
            display: block;
            width: 100%;
            padding: 0.25rem 1rem;
            font-weight: 700;
            vertical-align: top;
            margin: 0;
            font-family: "Open Sans", sans-serif;
            font-size: 2rem;
        }

/* Extra Changes 10/06 */
body.signage .CalendarEventsDetail__eventCalendarFront {
    display: none;
}

body.signage .swCalEvents {
    margin-top: 1em;
}

body.signage img[src*="placeholder.svg"] {
    visibility: hidden;
    z-index: -10;
    opacity: 0;
}

body.athletics {
    overflow-x: hidden;
}

@media (max-width: 767px) {
    body.athletics .templatecontent p {
        max-width: none;
    }
}

body.athletics p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

body.athletics span,
body.athletics a {
    font-family: "Open Sans", sans-serif;
}

body.athletics .cta-btn {
    font-weight: 600;
}

    body.athletics .cta-btn:after {
        transition: margin 0.33s ease;
        content: "\f178";
        font-family: fontawesome;
        margin-left: 7px;
        font-weight: 100;
    }

    body.athletics .cta-btn:hover::after {
        margin-left: 10px;
    }

body.athletics .yellow-btn,
body.athletics .formmodule-submit input {
    border-radius: 0;
    position: relative;
    top: 0;
    letter-spacing: 0.1em;
    text-shadow: none;
    white-space: normal;
    clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
    background: #FFCB05 !important;
    color: black !important;
    font-weight: 600;
    padding: 8px 26px;
    display: inline-block;
    font-size: 0.675rem;
    text-transform: uppercase;
    margin-top: 1.875rem;
    margin-bottom: 20px;
    border: 2px solid #FFCB05 !important;
    transition: all 0.33s ease;
}

    body.athletics .yellow-btn:hover,
    body.athletics .formmodule-submit input:hover {
        color: #00274c;
        clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%);
    }

body.athletics form[action*="evtSlug="] .slider,
body.athletics form[action*="evtSlug="] .content-start,
body.athletics form[action*="evtSlug="] .video-copy,
body.athletics form[action*="evtSlug="] .Achievements,
body.athletics form[action*="evtSlug="] .Staff {
    display: none !important;
}

body.athletics form[action*="evtSlug="] .calendar {
    margin-top: 150px;
}

body.athletics form[action*="evtSlug="] header {
    background: #00274c;
}

body.athletics header nav.flex f .the-utility, body.athletics header div.event-module nav.calendar-controls f .the-utility, div.event-module body.athletics header nav.calendar-controls f .the-utility, body.athletics header div.event-module .calendar-controls nav.monthyear-jumper f .the-utility, div.event-module .calendar-controls body.athletics header nav.monthyear-jumper f .the-utility, body.athletics header div.event-module ul.sw-events-detail-list li nav.sw-events-detail-list-event-datetime f .the-utility, div.event-module ul.sw-events-detail-list li body.athletics header nav.sw-events-detail-list-event-datetime f .the-utility, body.athletics header div.event-module nav.CalendarMonthFilter f .the-utility, div.event-module body.athletics header nav.CalendarMonthFilter f .the-utility, body.athletics header div.event-module .detail-panel nav.event-detail-block-wrapper f .the-utility, div.event-module .detail-panel body.athletics header nav.event-detail-block-wrapper f .the-utility, body.athletics header nav.flex-nav nav#mainnav f .the-utility, nav.flex-nav body.athletics header nav#mainnav f .the-utility, body.athletics header body.home section.home-main .section-facts .carousel-single .owl-controls nav.owl-buttons f .the-utility, body.home section.home-main .section-facts .carousel-single .owl-controls body.athletics header nav.owl-buttons f .the-utility, body.athletics header body.signage nav.w-20 f .the-utility, body.signage body.athletics header nav.w-20 f .the-utility {
    display: none !important;
}

body.athletics header nav.flex .utility, body.athletics header div.event-module nav.calendar-controls .utility, div.event-module body.athletics header nav.calendar-controls .utility, body.athletics header div.event-module .calendar-controls nav.monthyear-jumper .utility, div.event-module .calendar-controls body.athletics header nav.monthyear-jumper .utility, body.athletics header div.event-module ul.sw-events-detail-list li nav.sw-events-detail-list-event-datetime .utility, div.event-module ul.sw-events-detail-list li body.athletics header nav.sw-events-detail-list-event-datetime .utility, body.athletics header div.event-module nav.CalendarMonthFilter .utility, div.event-module body.athletics header nav.CalendarMonthFilter .utility, body.athletics header div.event-module .detail-panel nav.event-detail-block-wrapper .utility, div.event-module .detail-panel body.athletics header nav.event-detail-block-wrapper .utility, body.athletics header nav.flex-nav nav#mainnav .utility, nav.flex-nav body.athletics header nav#mainnav .utility, body.athletics header body.home section.home-main .section-facts .carousel-single .owl-controls nav.owl-buttons .utility, body.home section.home-main .section-facts .carousel-single .owl-controls body.athletics header nav.owl-buttons .utility, body.athletics header body.signage nav.w-20 .utility, body.signage body.athletics header nav.w-20 .utility {
    display: inline-block;
    width: 40px;
}

body.athletics header nav.flex button#drawer-toggle, body.athletics header div.event-module nav.calendar-controls button#drawer-toggle, div.event-module body.athletics header nav.calendar-controls button#drawer-toggle, body.athletics header div.event-module .calendar-controls nav.monthyear-jumper button#drawer-toggle, div.event-module .calendar-controls body.athletics header nav.monthyear-jumper button#drawer-toggle, body.athletics header div.event-module ul.sw-events-detail-list li nav.sw-events-detail-list-event-datetime button#drawer-toggle, div.event-module ul.sw-events-detail-list li body.athletics header nav.sw-events-detail-list-event-datetime button#drawer-toggle, body.athletics header div.event-module nav.CalendarMonthFilter button#drawer-toggle, div.event-module body.athletics header nav.CalendarMonthFilter button#drawer-toggle, body.athletics header div.event-module .detail-panel nav.event-detail-block-wrapper button#drawer-toggle, div.event-module .detail-panel body.athletics header nav.event-detail-block-wrapper button#drawer-toggle, body.athletics header nav.flex-nav nav#mainnav button#drawer-toggle, nav.flex-nav body.athletics header nav#mainnav button#drawer-toggle, body.athletics header body.home section.home-main .section-facts .carousel-single .owl-controls nav.owl-buttons button#drawer-toggle, body.home section.home-main .section-facts .carousel-single .owl-controls body.athletics header nav.owl-buttons button#drawer-toggle, body.athletics header body.signage nav.w-20 button#drawer-toggle, body.signage body.athletics header nav.w-20 button#drawer-toggle {
    display: inline-block !important;
}

body.athletics .slider {
    height: 100vh;
    min-height: 800px;
}

    body.athletics .slider .swRotator {
        position: relative;
        height: 100%;
    }

        body.athletics .slider .swRotator .scrollable {
            height: 100% !important;
        }

            body.athletics .slider .swRotator .scrollable .items {
                height: 100%;
            }

                body.athletics .slider .swRotator .scrollable .items .item {
                    height: 100% !important;
                    background-size: cover;
                    width: 100vw !important;
                }

                    body.athletics .slider .swRotator .scrollable .items .item img {
                        display: none;
                    }

                    body.athletics .slider .swRotator .scrollable .items .item:before {
                        content: "";
                        width: 100%;
                        height: 100%;
                        background: rgba(0, 0, 0, 0.2);
                        position: absolute;
                        left: 0;
                        top: 0;
                    }

                    body.athletics .slider .swRotator .scrollable .items .item .caption {
                        left: inherit;
                        right: 0;
                        bottom: 40%;
                        transform: translateY(50%);
                        background: #00274c;
                        padding-right: 5rem;
                    }

                        body.athletics .slider .swRotator .scrollable .items .item .caption .title {
                            position: absolute;
                            top: -30px;
                            font-size: 2.3rem;
                            font-weight: 900;
                            line-height: 1.2;
                            text-shadow: 0 4px 5px rgba(0, 0, 0, 0.6);
                        }

                        body.athletics .slider .swRotator .scrollable .items .item .caption:before {
                            content: "";
                            width: 45px;
                            height: 45px;
                            background-color: #FFCB05;
                            position: absolute;
                            top: -20px;
                            left: -20px;
                        }

        body.athletics .slider .swRotator .pager {
            position: absolute;
            z-index: 2;
            bottom: 3rem;
            right: 2rem;
            margin: 0;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
        }

            body.athletics .slider .swRotator .pager a {
                position: relative;
                width: 35px;
                margin-right: 5px;
                right: 20px;
            }

                body.athletics .slider .swRotator .pager a .pager-index {
                    display: none;
                }

                body.athletics .slider .swRotator .pager a:before {
                    position: absolute;
                    content: "";
                    width: 30px;
                    height: 5px;
                    top: 0;
                    left: 0;
                    border-radius: 25px;
                    background: rgba(255, 255, 255, 0.2);
                }

@media (max-width: 767px) {
    body.athletics .slider .swRotator .pager a:before {
        display: none;
    }
}

body.athletics .slider .swRotator .pager a.current:before {
    background: rgb(255, 255, 255);
}

body.athletics .slider .page-title {
    position: absolute;
    color: white;
    z-index: 1;
    bottom: 3rem;
    left: 3rem;
    font-size: 5.5rem;
    line-height: 1;
    text-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
    body.athletics .slider .page-title {
        left: 50%;
        font-size: 15vw;
        margin: 0;
        top: 30%;
        text-align: center;
        transform: translate(-50%, -50%);
        height: fit-content;
    }
}

body.athletics .slider .scroll-indicator {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    body.athletics .slider .scroll-indicator span {
        background: white;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 10px;
        margin-bottom: 4px;
        animation: fadeInOut 2s infinite;
    }

        body.athletics .slider .scroll-indicator span:nth-child(1) {
            width: 14px;
            height: 14px;
            opacity: 0.9;
            animation-delay: 0s;
        }

        body.athletics .slider .scroll-indicator span:nth-child(2) {
            width: 10px;
            height: 10px;
            opacity: 0.6;
            animation-delay: 0.33s;
        }

        body.athletics .slider .scroll-indicator span:nth-child(3) {
            width: 5px;
            height: 5px;
            opacity: 0.2;
            animation-delay: 0.66s;
        }

@keyframes fadeInOut {
    0% {
        opacity: 0.1;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 0.1;
    }
}

body.athletics section.content-start .admissions-wrapper {
    position: relative;
}

@media (max-width: 767px) {
    body.athletics section.content-start .admissions-wrapper {
        margin: 2rem auto;
        margin-top: 1rem;
        position: relative;
    }

        body.athletics section.content-start .admissions-wrapper .copy {
            padding-left: 15px;
            padding-right: 15px;
        }
}

@media (min-width: 768px) {
    body.athletics section.content-start .admissions-wrapper {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        width: calc(100% - 8rem);
        margin: 150px auto;
        margin-top: 75px;
        height: fit-content;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }

        body.athletics section.content-start .admissions-wrapper .img-wrapper {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 35%;
            max-width: 400px;
            height: calc(100% + 50px);
            align-self: center;
        }

        body.athletics section.content-start .admissions-wrapper .copy {
            align-self: center;
            flex-basis: 60%;
            padding: 1.5rem 4rem 1.5rem 0rem;
        }
}

body.athletics section.video-copy {
    margin: 10rem auto;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: calc(100% - 8rem);
}

@media (max-width: 767px) {
    body.athletics section.video-copy {
        flex-direction: column;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin: 5rem auto;
    }
}

body.athletics section.video-copy span.athletic-logo {
    position: absolute;
    right: -480px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 800px;
    height: 800px;
    background-size: cover;
    background-image: url("/sitefiles/2532/css/images/sports-icon.svg");
    background-position: right center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    body.athletics section.video-copy span.athletic-logo {
        opacity: 0.2;
        right: -450px;
    }
}

body.athletics section.video-copy .copy {
    order: 1;
    flex-basis: 45%;
}

@media (max-width: 767px) {
    body.athletics section.video-copy .copy {
        flex-basis: 100%;
    }
}

body.athletics section.video-copy .video {
    flex-basis: 45%;
    order: 2;
}

    body.athletics section.video-copy .video .embed-container {
        width: 100%;
        height: 100%;
    }

@media (max-width: 767px) {
    body.athletics section.video-copy .video {
        flex-basis: 100%;
    }
}

body.athletics section.sport-picker #sports-wrapper .search-wrapper {
    background: #00274c;
    display: block;
    margin: 2rem auto;
    padding: 50px 0;
    text-align: center;
    color: white;
}

    body.athletics section.sport-picker #sports-wrapper .search-wrapper .toggle-switch > span {
        font-weight: 600;
        margin-left: 7px;
        margin-right: 7px;
    }

    body.athletics section.sport-picker #sports-wrapper .search-wrapper .toggle-switch label.switch {
        font-weight: inherit;
        margin-bottom: 0;
        position: relative;
        display: inline-block;
        width: 90px;
        height: 30px;
    }

        body.athletics section.sport-picker #sports-wrapper .search-wrapper .toggle-switch label.switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

            body.athletics section.sport-picker #sports-wrapper .search-wrapper .toggle-switch label.switch input:checked + .slider:before {
                transform: translateX(58px);
            }

            body.athletics section.sport-picker #sports-wrapper .search-wrapper .toggle-switch label.switch input:focus + .slider {
                box-shadow: 0 0 1px black;
            }

        body.athletics section.sport-picker #sports-wrapper .search-wrapper .toggle-switch label.switch .slider {
            height: inherit;
            min-height: 0;
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: white;
            transition: 0.4s;
            border-radius: 34px;
        }

            body.athletics section.sport-picker #sports-wrapper .search-wrapper .toggle-switch label.switch .slider:before {
                position: absolute;
                content: "";
                height: 24px;
                width: 24px;
                left: 4px;
                bottom: 3px;
                background-color: #00274c;
                transition: 0.4s;
                border-radius: 50%;
            }

    body.athletics section.sport-picker #sports-wrapper .search-wrapper .input-search input#SportSearch {
        text-align: center;
        color: #00274c;
        outline: none;
        border: none;
        padding: 1rem;
        height: 50px;
        width: 35vw;
        min-width: 250px;
        max-width: 500px;
    }

    body.athletics section.sport-picker #sports-wrapper .search-wrapper .input-search #clearAll {
        font-size: 0;
    }

        body.athletics section.sport-picker #sports-wrapper .search-wrapper .input-search #clearAll:before {
            color: #00274c;
            content: "\f00d";
            font-family: fontawesome;
            font-size: 20px;
            position: relative;
            right: 35px;
        }

        body.athletics section.sport-picker #sports-wrapper .search-wrapper .input-search #clearAll.hiding:before {
            content: "\f002";
        }

body.athletics section.sport-picker #sports-wrapper #all-sports {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% - 8rem);
    max-width: 1100px;
    margin: 50px auto;
    justify-content: space-evenly;
    justify-content: space-between;
}

@media (max-width: 767px) {
    body.athletics section.sport-picker #sports-wrapper #all-sports {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

body.athletics section.sport-picker #sports-wrapper #all-sports .sport {
    background: black;
    flex-basis: 30%;
    margin-bottom: 110px;
    border-radius: 30px;
    transition: all 0.33s ease;
    position: relative;
    bottom: 0;
}

@media (min-width: 601px) and (max-width: 1100px) {
    body.athletics section.sport-picker #sports-wrapper #all-sports .sport {
        flex-basis: 45%;
    }
}

@media (max-width: 600px) {
    body.athletics section.sport-picker #sports-wrapper #all-sports .sport {
        flex-basis: 100%;
    }
}

body.athletics section.sport-picker #sports-wrapper #all-sports .sport .image {
    z-index: 2;
    width: 100%;
    position: relative;
    transition: all 0.33s ease;
    border-radius: 30px;
}

    body.athletics section.sport-picker #sports-wrapper #all-sports .sport .image .sport-name {
        line-height: 1.1;
        font-family: "Open Sans Condensed", sans-serif;
        position: absolute;
        left: 50%;
        top: 70%;
        transform: translate(-50%, -50%);
        color: white;
        text-align: center;
        font-weight: 900;
        text-transform: uppercase;
        font-size: 35px;
        letter-spacing: 1px;
        text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
    }

@media (max-width: 767px) {
    body.athletics section.sport-picker #sports-wrapper #all-sports .sport .image .sport-name {
        font-size: 9vw;
    }
}

body.athletics section.sport-picker #sports-wrapper #all-sports .sport .info {
    color: white;
    border-top: 10px solid #FFCB05;
    height: 90px;
    position: absolute;
    background: black;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    z-index: 1;
    transition: all 0.33s ease;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    bottom: 0px;
    left: 0;
    text-align: center;
}

    body.athletics section.sport-picker #sports-wrapper #all-sports .sport .info a {
        font-family: "Open Sans Condensed", sans-serif;
        color: white;
    }

        body.athletics section.sport-picker #sports-wrapper #all-sports .sport .info a:hover {
            color: #FFCB05;
        }

body.athletics section.sport-picker #sports-wrapper #all-sports .sport.active, body.athletics section.sport-picker #sports-wrapper #all-sports .sport:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
    bottom: 5px;
}

    body.athletics section.sport-picker #sports-wrapper #all-sports .sport.active .image, body.athletics section.sport-picker #sports-wrapper #all-sports .sport:hover .image {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    body.athletics section.sport-picker #sports-wrapper #all-sports .sport.active .info, body.athletics section.sport-picker #sports-wrapper #all-sports .sport:hover .info {
        bottom: -90px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
    }

body.athletics section.ortho-south {
    background-image: url(/sitefiles/2532/css/images/sports/ortho.jpg);
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 4rem;
    position: relative;
    min-height: 500px;
}

@media (max-width: 767px) {
    body.athletics section.ortho-south {
        padding: 50px 15px;
        background-position: center bottom;
    }
}

body.athletics section.ortho-south:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.4);
}

body.athletics section.social {
    padding: 50px 4rem;
}

@media (max-width: 767px) {
    body.athletics section.social {
        padding: 50px 15px;
    }
}

body.athletics section.social .section-title {
    text-align: center;
}

    body.athletics section.social .section-title i,
    body.athletics section.social .section-title h2 {
        display: inline;
        font-size: 30px;
    }

    body.athletics section.social .section-title i {
        margin-right: 15px;
    }

body.athletics section.social .iframe-wrapper {
    text-align: center;
    margin: 25px auto;
    width: 600px;
    max-height: 400px;
    overflow: auto;
    max-width: 100%;
}

body.athletics section.contact {
    padding: 50px 4rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

@media (max-width: 767px) {
    body.athletics section.contact {
        flex-direction: column;
        flex-wrap: wrap;
        padding-left: 15px;
        padding-right: 15px;
    }
}

body.athletics section.contact > * {
    flex-basis: 40%;
}

body.athletics section.contact .templatecontent:before {
    content: "\f0e0";
    font-family: fontawesome;
    font-size: 800px;
    position: absolute;
    opacity: 0.05;
    top: 0;
    left: -350px;
    color: #00274c;
    line-height: 0.5;
}

body.athletics section.contact .formmodule {
    position: relative;
    flex-basis: 400px;
    max-width: 100%;
}

    body.athletics section.contact .formmodule .sw-formmodule-wrapper .formmodule-column1 {
        display: none;
    }

    body.athletics section.contact .formmodule .sw-formmodule-wrapper .formmodule-column2 input[type=text],
    body.athletics section.contact .formmodule .sw-formmodule-wrapper .formmodule-column2 textarea {
        background: white;
        border: 1px solid #00274c;
        outline: none;
    }

body.athletics.ADef form:not([action*=cal-]) .CalendarMenu,
body.athletics.ADef form:not([action*=cal-]) .CalendarMonthFilter,
body.athletics.ADef form:not([action*=cal-]) .back {
    display: none !important;
}

body.athletics.ADef form[action*=cal-] .CalendarMenu,
body.athletics.ADef form[action*=cal-] section:not(.calendar),
body.athletics.ADef form[action*=cal-] .toggle-switch,
body.athletics.ADef form[action*=cal-] .full-calendar {
    display: none !important;
}

body.athletics.ADef .slider {
    height: 90vh;
    min-height: 600px;
}

    body.athletics.ADef .slider .item .caption {
        display: none;
    }

    body.athletics.ADef .slider .page-title {
        font-size: 3.5rem;
        margin: 0;
    }

@media (min-width: 768px) {
    body.athletics.ADef .slider .page-title {
        max-width: 50%;
    }
}

body.athletics.ADef .slider #events-widget {
    position: absolute;
    bottom: 3rem;
    right: 4rem;
    color: white;
    cursor: move;
}

@media (max-width: 767px) {
    body.athletics.ADef .slider #events-widget {
        display: none;
    }
}

body.athletics.ADef .slider #events-widget ul {
    padding-left: 0;
    margin-bottom: 0;
}

    body.athletics.ADef .slider #events-widget ul li {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 10px;
    }

        body.athletics.ADef .slider #events-widget ul li > span {
            font-weight: bold;
            padding: 4px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            flex-direction: column;
            border: 2px solid white;
            line-height: 1.2;
            word-wrap: wrap;
            text-align: center;
            white-space: normal;
            width: 50px;
            height: 60px;
        }

        body.athletics.ADef .slider #events-widget ul li div {
            margin-left: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            body.athletics.ADef .slider #events-widget ul li div span {
                display: block;
                line-height: 1;
            }

                body.athletics.ADef .slider #events-widget ul li div span:nth-child(1) {
                    margin-bottom: 5px;
                    font-weight: bold;
                    width: 250px;
                    word-wrap: wrap;
                    white-space: normal;
                }

body.athletics.ADef section.video-copy {
    color: #017EA7;
    min-height: 500px;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 4rem;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}

@media (max-width: 767px) {
    body.athletics.ADef section.video-copy {
        padding-left: 15px;
        padding-right: 15px;
        padding: 50px 15px;
    }

        body.athletics.ADef section.video-copy:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.8);
        }
}

body.athletics.ADef section.video-copy .sw-public-page-part {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    body.athletics.ADef section.video-copy .sw-public-page-part .overview-wrapper {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

@media (max-width: 767px) {
    body.athletics.ADef section.video-copy .sw-public-page-part .overview-wrapper {
        flex-direction: column;
    }
}

body.athletics.ADef section.video-copy .sw-public-page-part .overview-wrapper h1,
body.athletics.ADef section.video-copy .sw-public-page-part .overview-wrapper h2,
body.athletics.ADef section.video-copy .sw-public-page-part .overview-wrapper h3,
body.athletics.ADef section.video-copy .sw-public-page-part .overview-wrapper h4,
body.athletics.ADef section.video-copy .sw-public-page-part .overview-wrapper body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title,
body.default div.recent-blog-posts-wrapper ul li body.athletics.ADef section.video-copy .sw-public-page-part .overview-wrapper a.recent-blog-posts-title,
body.athletics.ADef section.video-copy .sw-public-page-part .overview-wrapper h5,
body.athletics.ADef section.video-copy .sw-public-page-part .overview-wrapper body.default div.veracross_athletics div.game div.date,
body.default div.veracross_athletics div.game body.athletics.ADef section.video-copy .sw-public-page-part .overview-wrapper div.date,
body.athletics.ADef section.video-copy .sw-public-page-part .overview-wrapper body.signage div.recent-blog-posts-wrapper a.recent-blog-posts-title,
body.signage div.recent-blog-posts-wrapper body.athletics.ADef section.video-copy .sw-public-page-part .overview-wrapper a.recent-blog-posts-title,
body.athletics.ADef section.video-copy .sw-public-page-part .overview-wrapper body.signage div.veracross_athletics div.game div.date,
body.signage div.veracross_athletics div.game body.athletics.ADef section.video-copy .sw-public-page-part .overview-wrapper div.date,
body.athletics.ADef section.video-copy .sw-public-page-part .overview-wrapper h6 {
    color: #017EA7;
}

body.athletics.ADef section.video-copy .sw-public-page-part .overview-wrapper div {
    flex-basis: 45%;
}

    body.athletics.ADef section.video-copy .sw-public-page-part .overview-wrapper div iframe {
        width: 100%;
        height: 100%;
    }

@media (max-width: 767px) {
    body.athletics.ADef section.video-copy .sw-public-page-part .overview-wrapper div iframe {
        min-height: 400px;
    }
}

body.athletics.ADef section.Achievements {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    padding: 50px 4rem;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 767px) {
    body.athletics.ADef section.Achievements {
        padding-left: 15px;
        padding-right: 15px;
    }
}

body.athletics.ADef section.Achievements:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.4) 0%, rgb(255, 255, 255) 57%);
}

body.athletics.ADef section.Achievements #stats {
    position: relative;
    display: block;
}

    body.athletics.ADef section.Achievements #stats .atitle {
        display: block;
        margin-bottom: 70px;
        color: #00274c !important;
    }

        body.athletics.ADef section.Achievements #stats .atitle span {
            font-size: 20px;
        }

        body.athletics.ADef section.Achievements #stats .atitle h4, body.athletics.ADef section.Achievements #stats .atitle body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title, body.default div.recent-blog-posts-wrapper ul li body.athletics.ADef section.Achievements #stats .atitle a.recent-blog-posts-title {
            font-family: "Open Sans", sans-serif;
            color: #00274c;
            margin-top: 0;
        }

    body.athletics.ADef section.Achievements #stats ul {
        padding: 0;
        margin-bottom: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        list-style: none;
    }

        body.athletics.ADef section.Achievements #stats ul li {
            flex-basis: 45%;
            color: #00274c;
            margin-bottom: 15px;
        }

@media (min-width: 768px) {
    body.athletics.ADef section.Achievements #stats ul li {
        flex-basis: 20%;
    }
}

body.athletics.ADef section.Achievements #stats ul li .the-stat {
    display: block;
    font-weight: bold;
    font-size: 80px;
    line-height: 0.9;
}

@media (max-width: 767px) {
    body.athletics.ADef section.Achievements #stats ul li .the-stat {
        font-size: 30px;
    }
}

body.athletics.ADef section.Staff {
    padding: 50px 4rem;
}

@media (max-width: 767px) {
    body.athletics.ADef section.Staff {
        padding-left: 15px;
        padding-right: 15px;
    }
}

body.athletics.ADef section.Staff #staff-wrapper .staff-title span {
    color: #00274c;
    font-size: 20px;
}

body.athletics.ADef section.Staff #staff-wrapper .staff-title h4, body.athletics.ADef section.Staff #staff-wrapper .staff-title body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title, body.default div.recent-blog-posts-wrapper ul li body.athletics.ADef section.Staff #staff-wrapper .staff-title a.recent-blog-posts-title {
    color: #00274c;
    font-family: "Open Sans", sans-serif;
    margin-top: 0;
}

@media (max-width: 767px) {
    body.athletics.ADef section.Staff #staff-wrapper .staff-title h4, body.athletics.ADef section.Staff #staff-wrapper .staff-title body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title, body.default div.recent-blog-posts-wrapper ul li body.athletics.ADef section.Staff #staff-wrapper .staff-title a.recent-blog-posts-title {
        margin-bottom: 35px;
    }
}

body.athletics.ADef section.Staff #staff-wrapper .the-staff .search {
    margin-bottom: 50px;
    text-align: right;
    position: relative;
}

    body.athletics.ADef section.Staff #staff-wrapper .the-staff .search .input-search input {
        -webkit-appearance: none;
        border: none;
        outline: none;
        width: 350px;
        max-width: 100%;
        padding: 5px;
        border-bottom: 1px solid #00274c;
    }

@media (max-width: 767px) {
    body.athletics.ADef section.Staff #staff-wrapper .the-staff .search .input-search input {
        margin-bottom: 25px;
        width: 100%;
    }
}

body.athletics.ADef section.Staff #staff-wrapper .the-staff .search .clear-all {
    position: absolute;
    right: 0;
    top: 0;
}

    body.athletics.ADef section.Staff #staff-wrapper .the-staff .search .clear-all #clearAll {
        font-size: 0;
        color: #00274c;
    }

        body.athletics.ADef section.Staff #staff-wrapper .the-staff .search .clear-all #clearAll:before {
            cursor: pointer;
            content: "\f00d";
            font-size: 20px;
            font-family: fontawesome;
            transition: all 0.33s ease;
        }

        body.athletics.ADef section.Staff #staff-wrapper .the-staff .search .clear-all #clearAll:hover::before {
            color: #FFCB05;
        }

        body.athletics.ADef section.Staff #staff-wrapper .the-staff .search .clear-all #clearAll.hiding:before {
            cursor: default;
            content: "\f002";
        }

        body.athletics.ADef section.Staff #staff-wrapper .the-staff .search .clear-all #clearAll.hiding:hover::before {
            color: #00274c;
        }

body.athletics.ADef section.Staff #staff-wrapper .the-staff ul.the-staff-members {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    justify-content: space-between;
}

    body.athletics.ADef section.Staff #staff-wrapper .the-staff ul.the-staff-members li {
        flex-basis: 200px;
        margin-bottom: 25px;
        padding: 5px;
    }

@media (min-width: 768px) {
    body.athletics.ADef section.Staff #staff-wrapper .the-staff ul.the-staff-members li {
        margin: 10px;
    }
}

@media (max-width: 767px) {
    body.athletics.ADef section.Staff #staff-wrapper .the-staff ul.the-staff-members li {
        flex-basis: 45%;
    }
}

body.athletics.ADef section.Staff #staff-wrapper .the-staff ul.the-staff-members li .image-wrapper {
    border-radius: 50%;
    transition: border-radius 0.33s ease;
}

body.athletics.ADef section.Staff #staff-wrapper .the-staff ul.the-staff-members li span {
    color: #00274c;
    display: block;
    line-height: 1.1;
    text-align: center;
}

body.athletics.ADef section.Staff #staff-wrapper .the-staff ul.the-staff-members li .coach-name {
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #00274c;
}

body.athletics.ADef section.Staff #staff-wrapper .the-staff ul.the-staff-members li .coach-title {
    font-size: 13px;
}

body.athletics.ADef section.Staff #staff-wrapper .the-staff ul.the-staff-members li:hover .image-wrapper {
    border-radius: 0;
}

body.athletics.ADef section.Staff #staff-wrapper .the-staff ul.the-staff-members li.hasBio {
    bottom: 0;
    position: relative;
    cursor: pointer;
    transition: all 0.33s ease;
}

    body.athletics.ADef section.Staff #staff-wrapper .the-staff ul.the-staff-members li.hasBio .image-wrapper {
        position: relative;
    }

        body.athletics.ADef section.Staff #staff-wrapper .the-staff ul.the-staff-members li.hasBio .image-wrapper span.bio-tag {
            position: absolute;
            bottom: -5px;
            left: 50%;
            transform: translateX(-50%);
            color: #00274c !important;
            font-weight: 600;
            background-color: #FFCB05;
            padding: 5px 15px;
            border-radius: 5px;
        }

    body.athletics.ADef section.Staff #staff-wrapper .the-staff ul.the-staff-members li.hasBio:hover {
        bottom: 5px;
    }

body.athletics.ADef section.calendar {
    padding: 0 4rem;
    margin: 50px auto;
}

@media (max-width: 767px) {
    body.athletics.ADef section.calendar {
        padding-left: 15px;
        padding-right: 15px;
    }
}

body.athletics.ADef section.calendar h4, body.athletics.ADef section.calendar body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title, body.default div.recent-blog-posts-wrapper ul li body.athletics.ADef section.calendar a.recent-blog-posts-title {
    font-family: "Open Sans", sans-serif;
    color: #00274c;
}

body.athletics.ADef section.calendar .toggle-switch > span {
    font-weight: 600;
    margin-left: 7px;
    margin-right: 7px;
}

body.athletics.ADef section.calendar .toggle-switch label.switch {
    font-weight: inherit;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    width: 90px;
    height: 30px;
}

    body.athletics.ADef section.calendar .toggle-switch label.switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

        body.athletics.ADef section.calendar .toggle-switch label.switch input:checked + .slider:before {
            transform: translateX(58px);
        }

        body.athletics.ADef section.calendar .toggle-switch label.switch input:focus + .slider {
            box-shadow: 0 0 1pxove black;
        }

    body.athletics.ADef section.calendar .toggle-switch label.switch .slider {
        height: inherit;
        min-height: 0;
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #00274c;
        transition: 0.4s;
        border-radius: 34px;
    }

        body.athletics.ADef section.calendar .toggle-switch label.switch .slider:before {
            position: absolute;
            content: "";
            height: 24px;
            width: 24px;
            left: 4px;
            bottom: 3px;
            background-color: #FFCB05;
            transition: 0.4s;
            border-radius: 50%;
        }

body.athletics.ADef section.calendar .back,
body.athletics.ADef section.calendar .full-calendar {
    margin-top: 35px;
    text-align: center;
}

body.athletics.ADef section.calendar #sport-events > div {
    height: 0;
    opacity: 0;
    z-index: 0;
    visibility: hidden;
    transition: all 0.33s ease;
}

    body.athletics.ADef section.calendar #sport-events > div.active {
        height: inherit;
        opacity: 1;
        z-index: 1;
        visibility: visible;
    }

body.athletics.ADef section.calendar #sport-events #calendar-view .tns-nav {
    margin-top: 25px;
    text-align: center;
}

    body.athletics.ADef section.calendar #sport-events #calendar-view .tns-nav button {
        width: 15px;
        height: 15px;
        padding: 0;
        margin: 0 3px;
        border: 2px solid #00274c;
        border-radius: 100%;
        background: white;
        display: inline-block;
    }

        body.athletics.ADef section.calendar #sport-events #calendar-view .tns-nav button.tns-nav-active {
            background: #00274c;
        }

body.athletics.ADef section.calendar #sport-events #calendar-view > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    body.athletics.ADef section.calendar #sport-events #calendar-view > ul li {
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 25px;
    }

@media (max-width: 767px) {
    body.athletics.ADef section.calendar #sport-events #calendar-view > ul li {
        flex-basis: calc(50% - 10px);
    }
}

@media (min-width: 768px) {
    body.athletics.ADef section.calendar #sport-events #calendar-view > ul li {
        flex-basis: calc(33.3333333333% - 15px);
    }
}

@media (min-width: 1200px) {
    body.athletics.ADef section.calendar #sport-events #calendar-view > ul li {
        flex-basis: calc(25% - 15px);
    }
}

body.athletics.ADef section.calendar #sport-events #calendar-view ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

    body.athletics.ADef section.calendar #sport-events #calendar-view ul li {
        padding-top: 30px;
    }

        body.athletics.ADef section.calendar #sport-events #calendar-view ul li .inner-wrap {
            margin: 5px;
            position: relative;
        }

            body.athletics.ADef section.calendar #sport-events #calendar-view ul li .inner-wrap .event-title {
                transition: all 0.33s ease;
                padding: 15px 20px;
                border-top-right-radius: 25px;
                border-top-left-radius: 25px;
                border: 2px solid #00274c;
                border-bottom: none;
                text-align: center;
                background: #00274c;
            }

                body.athletics.ADef section.calendar #sport-events #calendar-view ul li .inner-wrap .event-title a {
                    font-weight: 400;
                    color: white;
                    position: relative;
                    display: block;
                }

                body.athletics.ADef section.calendar #sport-events #calendar-view ul li .inner-wrap .event-title:hover {
                    background: #FFCB05;
                }

                    body.athletics.ADef section.calendar #sport-events #calendar-view ul li .inner-wrap .event-title:hover a {
                        color: #00274c;
                    }

            body.athletics.ADef section.calendar #sport-events #calendar-view ul li .inner-wrap .details-wrapper {
                border: 2px solid #00274c;
                border-bottom-right-radius: 25px;
                border-bottom-left-radius: 25px;
                border-top: none;
                position: relative;
                padding: 20px;
                padding-bottom: 30px;
            }

                body.athletics.ADef section.calendar #sport-events #calendar-view ul li .inner-wrap .details-wrapper > div {
                    color: #00274c;
                    font-size: 15px;
                    margin-bottom: 10px;
                    font-weight: 400;
                }

                    body.athletics.ADef section.calendar #sport-events #calendar-view ul li .inner-wrap .details-wrapper > div i {
                        font-weight: bold;
                        font-size: 16px;
                        margin-right: 8px;
                    }

                body.athletics.ADef section.calendar #sport-events #calendar-view ul li .inner-wrap .details-wrapper .download-event {
                    position: absolute;
                    right: 15px;
                    bottom: 0px;
                }

                    body.athletics.ADef section.calendar #sport-events #calendar-view ul li .inner-wrap .details-wrapper .download-event a {
                        font-size: 18px;
                        color: #00274c;
                    }

                        body.athletics.ADef section.calendar #sport-events #calendar-view ul li .inner-wrap .details-wrapper .download-event a:hover {
                            color: #FFCB05;
                        }

            body.athletics.ADef section.calendar #sport-events #calendar-view ul li .inner-wrap:before {
                content: "";
                position: absolute;
                background: #00274c;
                width: 10%;
                height: 30px;
                top: -30px;
                left: 15%;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
            }

            body.athletics.ADef section.calendar #sport-events #calendar-view ul li .inner-wrap:after {
                content: "";
                position: absolute;
                background: #00274c;
                width: 10%;
                height: 30px;
                top: -30px;
                right: 15%;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
            }

body.athletics.ADef section.calendar #sport-events #list-view ul.event-list {
    list-style: none;
    padding-left: 0;
}

    body.athletics.ADef section.calendar #sport-events #list-view ul.event-list li {
        position: relative;
    }

        body.athletics.ADef section.calendar #sport-events #list-view ul.event-list li.single-event {
            padding-right: 25px;
            display: flex;
            justify-content: space-between;
            background-color: white;
        }

            body.athletics.ADef section.calendar #sport-events #list-view ul.event-list li.single-event + .single-event {
                border-top: 1px dotted rgba(0, 0, 0, 0.2);
            }

            body.athletics.ADef section.calendar #sport-events #list-view ul.event-list li.single-event > div {
                flex-basis: 25%;
            }

            body.athletics.ADef section.calendar #sport-events #list-view ul.event-list li.single-event .date {
                flex-basis: 10%;
            }

            body.athletics.ADef section.calendar #sport-events #list-view ul.event-list li.single-event .download-link {
                position: absolute;
                right: 5px;
            }

body.athletics #bio-modal {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    position: fixed;
    top: 200px;
    width: 75%;
    left: 50%;
    margin-left: -37.5%;
    background: white;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #00274c;
    max-height: 500px;
    overflow: auto;
}

@media (min-width: 767px) {
    body.athletics #bio-modal {
        width: 500px;
        margin: 0;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

body.athletics #bio-modal .close-it {
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 10px;
    cursor: pointer;
}

    body.athletics #bio-modal .close-it i {
        color: white;
        font-size: 25px;
        cursor: pointer;
    }

body.athletics #bio-modal .image-wrapper {
    height: 150px;
    width: 100%;
    background-position: center 30%;
    background-size: cover;
    opacity: 0.7;
    top: 0;
    position: absolute;
    z-index: 0;
}

    body.athletics #bio-modal .image-wrapper:before {
        bottom: 0;
        width: 100%;
        height: 70%;
        position: absolute;
        content: "";
        background: rgb(255, 255, 255);
        background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    }

body.athletics #bio-modal .info-wrapper {
    z-index: 1;
    position: relative;
    padding: 50px 40px;
}

    body.athletics #bio-modal .info-wrapper .image {
        width: 125px;
        height: 125px;
        border-radius: 50%;
        border: 1px solid #00274c;
        background-size: cover;
    }

    body.athletics #bio-modal .info-wrapper .info-blurbs {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        body.athletics #bio-modal .info-wrapper .info-blurbs .name span,
        body.athletics #bio-modal .info-wrapper .info-blurbs .coach-title span {
            display: block;
            font-size: 15px;
        }

        body.athletics #bio-modal .info-wrapper .info-blurbs > div {
            margin: 15px 0;
        }

        body.athletics #bio-modal .info-wrapper .info-blurbs .bio {
            font-size: 15px;
            margin-top: 0;
            flex-basis: 100%;
        }

body.athletics #bio-modal.active {
    visibility: visible;
    opacity: 1;
    z-index: 99;
}

body.athletics #bio-modal {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    position: fixed;
    top: 200px;
    width: 75%;
    left: 50%;
    margin-left: -37.5%;
    background: white;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #00274c;
    max-height: 500px;
    overflow: auto;
}

@media (min-width: 767px) {
    body.athletics #bio-modal {
        width: 500px;
        margin: 0;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

body.athletics #bio-modal .close-it {
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 10px;
    cursor: pointer;
}

    body.athletics #bio-modal .close-it i {
        color: white;
        font-size: 25px;
        cursor: pointer;
    }

body.athletics #bio-modal .image-wrapper {
    height: 150px;
    width: 100%;
    background-position: center 30%;
    background-size: cover;
    opacity: 0.7;
    top: 0;
    position: absolute;
    z-index: 0;
}

    body.athletics #bio-modal .image-wrapper:before {
        bottom: 0;
        width: 100%;
        height: 70%;
        position: absolute;
        content: "";
        background: rgb(255, 255, 255);
        background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    }

body.athletics #bio-modal .info-wrapper {
    z-index: 1;
    position: relative;
    padding: 50px 40px;
}

    body.athletics #bio-modal .info-wrapper .image {
        width: 125px;
        height: 125px;
        border-radius: 50%;
        border: 1px solid #00274c;
        background-size: cover;
    }

    body.athletics #bio-modal .info-wrapper .info-blurbs {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        body.athletics #bio-modal .info-wrapper .info-blurbs .name span,
        body.athletics #bio-modal .info-wrapper .info-blurbs .coach-title span {
            display: block;
            font-size: 15px;
        }

        body.athletics #bio-modal .info-wrapper .info-blurbs > div {
            margin: 15px 0;
        }

        body.athletics #bio-modal .info-wrapper .info-blurbs .bio {
            font-size: 15px;
            margin-top: 0;
            flex-basis: 100%;
        }

body.athletics #bio-modal.active {
    visibility: visible;
    opacity: 1;
    z-index: 99;
}

/* _news.scss */
body#news .blog-entry.blog-entry-listing.remove {
    display: none !important;
}

body#news div[id*=blogEntriesRendered] {
    overflow: hidden;
    width: 100%;
}

body#news aside {
    border-top: 1px solid #eee;
    padding-top: 40px;
}

body#news.curriculumguide aside h2 {
    order: 1;
}

    body#news.curriculumguide aside h2:first-of-type {
        display: none;
    }

    body#news.curriculumguide aside h2 .filter-buttons {
        order: 0;
    }

@media (max-width: 991px) {
    body#news #filter-tags {
        margin: 1rem 0 !important;
    }
}

@media (max-width: 479px) {
    body#news #reset-filter {
        margin: 0 0 1rem !important;
    }
}

@media (min-width: 960px) {
    body#news .filter-buttons.move {
        margin-top: -80px;
    }
}

@media (min-width: 992px) {
    body#news .filter-buttons.move {
        margin-top: -64px;
    }
}

body#news [id*=cphSideMenu] {
    position: relative;
}

    body#news [id*=cphSideMenu] h2 {
        background-color: #FFCB05;
        color: #00274c;
        cursor: pointer;
        font: bold 12px "Open Sans", sans-serif;
        letter-spacing: 1px;
        margin: 16px auto 0;
        padding: 12px 16px;
        position: relative;
        text-transform: uppercase;
        width: 100%;
    }

        body#news [id*=cphSideMenu] h2::before, body#news [id*=cphSideMenu] h2::after {
            background-color: #00274c;
            content: "";
            height: 12px;
            position: absolute;
            right: 20px;
            top: 14px;
            width: 2px;
        }

        body#news [id*=cphSideMenu] h2::after {
            transform: rotate(90deg);
        }

        body#news [id*=cphSideMenu] h2 > a {
            color: #00274c;
            pointer-events: none;
        }

        body#news [id*=cphSideMenu] h2.active::before {
            opacity: 0;
        }

        body#news [id*=cphSideMenu] h2.sw-menucode-child {
            display: none;
        }

    body#news [id*=cphSideMenu] ul {
        background-color: #FFCB05;
        display: none;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        body#news [id*=cphSideMenu] ul li {
            background-color: rgba(255, 255, 255, 0.5);
            position: relative;
        }

            body#news [id*=cphSideMenu] ul li a,
            body#news [id*=cphSideMenu] ul li span {
                color: #00274c;
                cursor: pointer;
                display: block;
                font: bold 12px "Open Sans", sans-serif;
                letter-spacing: 1px;
                padding: 8px 16px;
                text-transform: uppercase;
            }

                body#news [id*=cphSideMenu] ul li a.current,
                body#news [id*=cphSideMenu] ul li span.current {
                    position: relative;
                }

                    body#news [id*=cphSideMenu] ul li a.current::after,
                    body#news [id*=cphSideMenu] ul li span.current::after {
                        content: "\f058";
                        font-family: "FontAwesome";
                        position: absolute;
                        right: 14px;
                        top: 10px;
                    }

            body#news [id*=cphSideMenu] ul li > ul {
                background-color: transparent;
            }

        body#news [id*=cphSideMenu] ul.archives > li::before, body#news [id*=cphSideMenu] ul.archives > li::after {
            background-color: #00274c;
            content: "";
            height: 12px;
            position: absolute;
            right: 20px;
            top: 14px;
            width: 2px;
        }

        body#news [id*=cphSideMenu] ul.archives > li::after {
            transform: rotate(90deg);
        }

        body#news [id*=cphSideMenu] ul.archives > li.active::before {
            opacity: 0;
        }

    body#news [id*=cphSideMenu] > ul:first-of-type li a {
        padding: 12px 16px;
        position: relative;
    }

@media (min-width: 960px) {
    body#news [id*=cphSideMenu] {
        display: grid;
        grid-gap: 24px;
        grid-template-columns: repeat(2, 1fr);
    }

        body#news [id*=cphSideMenu] h2 {
            margin: 0;
        }

        body#news [id*=cphSideMenu] > ul {
            position: absolute;
            top: 81px;
            width: calc(50% - 12px);
            z-index: 1;
        }

            body#news [id*=cphSideMenu] > ul.archives {
                left: 0;
            }

            body#news [id*=cphSideMenu] > ul.tags {
                right: 0;
            }
}

body#news .blog {
    display: flex;
    margin-top: 40px;
}

    body#news .blog #ctl00_cphPageBody_public_partctrl_cphPageBody_1_lblListViewSubHeader {
        display: none;
    }

    body#news .blog #ctl00_cphPageBody_public_partctrl_cphPageBody_1_lblListViewHeader {
        display: none;
    }

    body#news .blog #ctl00_cphPageBody_public_partctrl_cphPageBody_1_blogEntriesRendered {
        display: none;
    }

    body#news .blog .grid-col {
        flex-grow: 1;
        margin-right: 24px;
    }

@media (min-width: 640px) {
    body#news .blog .grid-col {
        min-width: calc(50% - 24px);
    }
}

@media (min-width: 960px) {
    body#news .blog .grid-col {
        min-width: calc(33.33% - 24px);
    }
}

@media (min-width: 1200px) {
    body#news .blog .grid-col {
        min-width: calc(25% - 24px);
    }
}

body#news .blog .grid-col--4 {
    margin-right: 0;
}

body#news .blog .grid-col--1,
body#news .blog .grid-col--2,
body#news .blog .grid-col--3 {
    display: none;
}

body#news .blog .blog-entry {
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    margin: 20px 0 40px;
    padding: 0;
}

    body#news .blog .blog-entry.no-image::before {
        background: #00274c url("images/icon.svg") center/80px no-repeat !important;
        content: "";
        display: block;
        padding-bottom: 75%;
    }

    body#news .blog .blog-entry .post-date {
        color: #00274c;
        font: bold 12px "Open Sans", sans-serif;
        letter-spacing: 1px;
        order: 2;
        padding: 0 20px;
        text-transform: uppercase;
    }

    body#news .blog .blog-entry .post-title {
        color: #00274c;
        font: bold 20px "Open Sans Condensed", sans-serif;
        margin: 0 0 15px;
        order: 3;
        padding: 0 20px;
        text-transform: uppercase;
        width: 100%;
    }

        body#news .blog .blog-entry .post-title a {
            color: #00274c;
        }

    body#news .blog .blog-entry .post-image {
        order: 1;
        width: 100%;
    }

        body#news .blog .blog-entry .post-image img {
            width: 100%;
        }

    body#news .blog .blog-entry .post-body {
        color: #00274c;
        font: normal 14px "Noto Serif", Garamond, "Times New Roman", Times, sans-serif;
        order: 4;
        padding: 0 20px;
    }

    body#news .blog .blog-entry .post-summary-read-more {
        background: none !important;
        border: none !important;
        color: #00274c !important;
        font: bold 12px "Open Sans", sans-serif !important;
        letter-spacing: 1px !important;
        margin-top: 20px !important;
        padding: 0 !important;
        text-transform: uppercase !important;
        width: auto !important;
    }

        body#news .blog .blog-entry .post-summary-read-more::after {
            content: "\f054";
            font-family: "font awesome 5 free";
            margin-left: 4px;
        }

    body#news .blog .blog-entry .post-profileinfo {
        display: none;
    }

    body#news .blog .blog-entry .tag-wrapper {
        border-top: 1px solid #eee;
        order: 5;
        padding: 10px 20px 15px;
        position: relative;
    }

        body#news .blog .blog-entry .tag-wrapper::before {
            color: #777;
            content: "\e910";
            font-family: "icons";
            font-size: 22px;
            margin-right: 10px;
            position: absolute;
            top: 10px;
        }

        body#news .blog .blog-entry .tag-wrapper .post-tags {
            display: block;
            line-height: 1;
            margin: 5px 0 5px 30px;
            opacity: 1;
        }

            body#news .blog .blog-entry .tag-wrapper .post-tags a {
                margin-right: 2px;
            }

                body#news .blog .blog-entry .tag-wrapper .post-tags a:first-of-type::before {
                    content: none;
                }

                body#news .blog .blog-entry .tag-wrapper .post-tags a:not(:last-child)::after {
                    content: ", ";
                }

@media (min-width: 640px) {
    body#news .blog .grid-col--1 {
        display: block;
    }
}

@media (min-width: 960px) {
    body#news .blog .grid-col--2 {
        display: block;
    }
}

@media (min-width: 1200px) {
    body#news .blog .grid-col--3 {
        display: block;
    }
}

body#news .sw-blog-entry-nav {
    border-top: 1px solid #eee;
    font: normal 14px "Open Sans", sans-serif;
    margin: 0 0 40px;
    padding-top: 20px;
    width: 100%;
}

    body#news .sw-blog-entry-nav li a {
        color: #00274c;
    }

        body#news .sw-blog-entry-nav li a:hover {
            color: #017EA7;
        }

body.lausanne-voices [id*=cphSideMenu] #subnav {
    display: none !important;
}

body.lausanne-voices aside {
    margin-bottom: 1em;
}

body#news div[id*=blogEntriesRendered] {
    font-family: "Noto Serif", Garamond, "Times New Roman", Times, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    margin: auto;
    color: #222;
    line-height: 1.618;
    overflow-x: hidden;
}

    body#news div[id*=blogEntriesRendered] h3, body#news div[id*=blogEntriesRendered] div.event-module h1.event-detail-title, div.event-module body#news div[id*=blogEntriesRendered] h1.event-detail-title,
    body#news div[id*=blogEntriesRendered] h4,
    body#news div[id*=blogEntriesRendered] body.default div.recent-blog-posts-wrapper ul li a.recent-blog-posts-title,
    body.default div.recent-blog-posts-wrapper ul li body#news div[id*=blogEntriesRendered] a.recent-blog-posts-title {
        font-family: inherit !important;
        font-size: inherit !important;
        font-weight: inherit !important;
        line-height: inherit !important;
        color: inherit !important;
    }

/* _post.scss */
body#post .side-container {
    background-color: transparent !important;
    padding: 2rem;
}

    body#post .side-container #filter-tags,
    body#post .side-container #reset-filter {
        display: none !important;
    }

@media (min-width: 480px) {
    body#post .side-container {
        background-color: #FFCB05;
        border-bottom: 40px solid #FFCB05;
        padding: 0;
    }

        body#post .side-container [id*=childpagenav] {
            margin: 0;
        }
}

body#post .mobile-sidemenu-toggle {
    font-size: 20px;
    right: 32px;
    top: 40px;
}

    body#post .mobile-sidemenu-toggle + p {
        background-color: #FFCB05;
        color: #00274c;
        display: block;
        font: bold 12px "Open Sans", sans-serif;
        letter-spacing: 1px;
        margin: 0;
        padding: 12px 16px;
    }

body#post .side-container [id*=childpagenav] li {
    background-color: #fce595;
    border: none;
}

body#post .side-container > div[id$=_pnlSideMenu] > h2:nth-child(1) {
    display: inline-block;
}

body#post [id*=cphSideMenu] {
    position: relative;
}

    body#post [id*=cphSideMenu] h2 {
        background-color: #FFCB05;
        color: #00274c;
        cursor: pointer;
        font: bold 12px "Open Sans", sans-serif;
        letter-spacing: 1px;
        margin: 16px auto 0;
        padding: 12px 16px;
        position: relative;
        text-transform: uppercase;
        width: 100%;
    }

        body#post [id*=cphSideMenu] h2::before, body#post [id*=cphSideMenu] h2::after {
            background-color: #00274c;
            content: "";
            height: 12px;
            position: absolute;
            right: 20px;
            top: 14px;
            width: 2px;
        }

        body#post [id*=cphSideMenu] h2::after {
            transform: rotate(90deg);
        }

        body#post [id*=cphSideMenu] h2 > a {
            color: #00274c;
            padding: 0;
            pointer-events: none;
        }

        body#post [id*=cphSideMenu] h2.active::before {
            opacity: 0;
        }

        body#post [id*=cphSideMenu] h2.sw-menucode-child {
            display: none;
        }

    body#post [id*=cphSideMenu] ul {
        background-color: #FFCB05;
        display: none;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        body#post [id*=cphSideMenu] ul li {
            background-color: rgba(255, 255, 255, 0.5);
            border: none;
            position: relative;
        }

            body#post [id*=cphSideMenu] ul li a, body#post [id*=cphSideMenu] ul li span {
                color: #00274c;
                cursor: pointer;
                display: block;
                font: bold 12px "Open Sans", sans-serif;
                letter-spacing: 1px;
                padding: 8px 16px;
                text-transform: uppercase;
            }

            body#post [id*=cphSideMenu] ul li .expand-btn {
                display: none !important;
            }

            body#post [id*=cphSideMenu] ul li > ul {
                background-color: transparent;
            }

        body#post [id*=cphSideMenu] ul.archives > li::before, body#post [id*=cphSideMenu] ul.archives > li::after {
            background-color: #00274c;
            content: "";
            height: 12px;
            position: absolute;
            right: 20px;
            top: 14px;
            width: 2px;
        }

        body#post [id*=cphSideMenu] ul.archives > li::after {
            transform: rotate(90deg);
        }

        body#post [id*=cphSideMenu] ul.archives > li.active::before {
            opacity: 0;
        }

    body#post [id*=cphSideMenu] > ul:first-of-type {
        display: block;
    }

        body#post [id*=cphSideMenu] > ul:first-of-type li a {
            padding: 12px 16px;
            position: relative;
        }

            body#post [id*=cphSideMenu] > ul:first-of-type li a::after {
                content: "\f054";
                float: right;
                font-family: "font awesome 5 free";
            }

@media (min-width: 480px) {
    body#post [id*=cphSideMenu] h2 {
        margin: 0;
    }
}

body#post .blog-entry-details {
    border: none !important;
    margin-bottom: 0 !important;
}

    body#post .blog-entry-details .tag-wrapper .post-tags a {
        margin-right: 2px !important;
    }

        body#post .blog-entry-details .tag-wrapper .post-tags a:not(:last-child)::after {
            content: ", ";
        }

    body#post .blog-entry-details .sw-blog-entry-nav {
        border-top: 1px solid #eee;
        font: normal 14px "Open Sans", sans-serif;
        margin: 40px 0 0;
        padding-top: 20px;
        width: 100%;
    }

        body#post .blog-entry-details .sw-blog-entry-nav li a {
            color: #00274c;
        }

            body#post .blog-entry-details .sw-blog-entry-nav li a:hover {
                color: #017EA7;
            }

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

body.landing-page #siteWrapper {
    background-color: unset;
}

.lp-container-shadow {
    background: linear-gradient(to bottom, #FFFFFF 7%, #357ca3, #0a2749, #111111);
}

@media only screen and (min-width: 1024px) {
    .lp-container-shadow {
        background: linear-gradient(to bottom, #FFFFFF 14%, #357ca3, #0a2749, #111111);
    }
}

.lp-hero {
    padding: 15px 0 120px 0;
    min-height: 650px;
    position: relative;
    z-index: 1;
    text-align: center;
}

    .lp-hero::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: -1;
        background-color: #000000;
        opacity: 0.43;
    }

.lp-hero__video {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}

    .lp-hero__video iframe {
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 100%;
        transform: translate(0, -50%) scale(3);
    }

.lp-hero__logo {
    width: 195px;
    height: fit-content;
    margin: 0 auto 95px auto;
}

    .lp-hero__logo,
    .lp-hero__logo img {
        display: block;
    }

        .lp-hero__logo img {
            width: 100%;
            height: auto;
            object-fit: contain;
            object-position: center;
        }

.lp-hero__container {
    margin: 0 auto;
    width: 80%;
    max-width: 1160px;
}

.lp-hero__small-heading, .lp-hero__heading {
    color: #FFFFFF;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.43);
}

.lp-hero__small-heading {
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
}

.lp-hero__heading {
    margin: 0 auto;
    line-height: 1;
}

@media only screen and (min-width: 860px) {
    .lp-hero__video iframe {
        transform: translate(0, -50%) scale(1.55);
    }
}

@media only screen and (min-width: 1024px) {
    .lp-hero {
        padding: 40px 0 100px 0;
        min-height: 910px;
    }

    .lp-hero__logo {
        width: 260px;
        margin: 0 auto 270px auto;
    }

    .lp-hero__small-heading {
        font-size: 23px;
        margin: 0 auto 10px auto;
    }
}

.lp-form {
    width: 100%;
    max-width: 1300px;
    margin: 40px auto 0 auto;
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 1024px) {
    .lp-form {
        gap: 60px;
        margin: -120px auto 60px auto;
    }
}

.lp-form__heading {
    margin: 0 0 20px 0;
    line-height: 1;
}

.lp-form__description {
    margin: 0 0 40px 0;
}

    .lp-form__description,
    .lp-form__description p {
        color: #00274c;
    }

        .lp-form__description p:first-of-type {
            margin-top: unset;
        }

        .lp-form__description p:last-of-type {
            margin-bottom: unset;
        }

.invert .lp-form__button, .swRotator .scrollable .items .item .caption .lp-form__button, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons .lp-form__button {
    display: block !important;
    margin: 0 auto !important;
    width: fit-content !important;
    color: #00274c !important;
    text-shadow: unset !important;
}

.lp-form__subscribe {
    padding: 36px;
    background-color: #017EA7;
    height: fit-content;
    z-index: 1;
    position: relative;
}

    .lp-form__subscribe::before {
        z-index: -1;
        content: "";
        display: block;
        position: absolute;
        top: -12px;
        right: -12px;
        width: 210px;
        height: 75%;
        background-color: transparent;
        border-top: 2px solid #FFCB05;
        border-right: 2px solid #FFCB05;
    }

.lp-form__subscribe-intro, .lp-form__subscribe-heading {
    color: #FFFFFF;
}

.lp-form__subscribe-intro {
    margin: 0 0 10px 0;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.lp-form__subscribe-heading {
    margin: 0 0 20px 0;
    line-height: 1;
}

@media only screen and (min-width: 1024px) {
    .lp-form {
        margin: 0 auto 75px auto;
        display: grid;
        grid-template-columns: 1.5fr 1fr;
        gap: 100px;
    }

    .lp-form__content {
        text-align: left;
    }

    .lp-form__heading, .lp-form__description {
        color: #000000;
    }

    .lp-form__heading {
        margin: 60px 0 40px 0;
    }

    .lp-form__description {
        margin: 0 0 70px 0;
    }

    .invert .lp-form__button, .swRotator .scrollable .items .item .caption .lp-form__button, body.home section.home-main .section-facts .carousel-single .owl-controls .owl-buttons .lp-form__button {
        margin: unset !important;
    }

    .lp-form__subscribe {
        position: relative;
        top: -100px;
        padding: 50px;
    }

        .lp-form__subscribe::before {
            top: -23px;
            right: -23px;
        }
}

.lp-form__subscribe .swformfield {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
}

.lp-form__subscribe .swformfield__label {
    display: block !important;
    margin: 0 0 5px 0 !important;
    color: #FFFFFF !important;
    text-transform: uppercase !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
}

.lp-form__subscribe .swformfieldwrapper {
    display: block !important;
    width: 100% !important;
}

    .lp-form__subscribe .swformfieldwrapper .swformfield__control {
        display: block !important;
        width: 100% !important;
        height: 40px !important;
        border: unset !important;
        background-color: #FFFFFF !important;
    }

.lp-form__subscribe .swformactions .swformsubmit button.swformsubmit__btn {
    display: block !important;
    width: fit-content !important;
    margin: unset !important;
    background-color: transparent !important;
    border: 2px solid #FFCB05 !important;
}

    .lp-form__subscribe .swformactions .swformsubmit button.swformsubmit__btn:hover {
        border: 2px solid #FFCB05 !important;
        background-color: #FFCB05 !important;
        color: #00274c !important;
    }

.lp-awards {
    margin: 0 0 110px 0;
}

.lp-awards__image {
    display: block;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 185px;
}

.lp-awards__wrapper .lp-awards__heading {
    width: 80%;
    margin: -160px auto 105px auto;
    max-width: 1300px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 1023px) {
    .lp-awards__wrapper .lp-awards__heading {
        margin: -160px auto 50px auto;
    }
}

.lp-awards__grid {
    width: 80%;
    max-width: 1300px;
    margin: 50px auto 0 auto;
}

.lp-awards .owl-stage {
    margin: 0 0 40px 0;
    gap: 30px;
}

.lp-awards__item {
    display: block;
    height: 110px;
    width: auto;
    max-width: unset;
}

@media only screen and (min-width: 1024px) {
    .lp-awards__image {
        height: 630px;
    }

    .lp-awards__slider {
        gap: 70px;
    }

    .lp-awards__grid {
        margin: -60px auto 0 auto;
    }
}

.lp-awards__grid,
.lp-explore__grid,
.lp-flags__grid,
.lp-why__grid {
    position: relative;
}

    .lp-awards__grid .owl-stage,
    .lp-explore__grid .owl-stage,
    .lp-flags__grid .owl-stage,
    .lp-why__grid .owl-stage {
        display: flex;
    }

    .lp-awards__grid .owl-dots,
    .lp-explore__grid .owl-dots,
    .lp-flags__grid .owl-dots,
    .lp-why__grid .owl-dots {
        display: flex;
        align-items: center;
        width: calc(100% - 80px);
        position: relative;
        top: 5px;
    }

        .lp-awards__grid .owl-dots button.owl-dot,
        .lp-explore__grid .owl-dots button.owl-dot,
        .lp-flags__grid .owl-dots button.owl-dot,
        .lp-why__grid .owl-dots button.owl-dot {
            background-color: rgba(255, 255, 255, 0.3) !important;
        }

            .lp-awards__grid .owl-dots button.owl-dot, .lp-awards__grid .owl-dots button.owl-dot.active,
            .lp-explore__grid .owl-dots button.owl-dot,
            .lp-explore__grid .owl-dots button.owl-dot.active,
            .lp-flags__grid .owl-dots button.owl-dot,
            .lp-flags__grid .owl-dots button.owl-dot.active,
            .lp-why__grid .owl-dots button.owl-dot,
            .lp-why__grid .owl-dots button.owl-dot.active {
                clip-path: unset !important;
                border: unset !important;
                padding: unset !important;
                margin: unset !important;
                display: block !important;
                width: 100% !important;
                height: 3px !important;
                flex: 1 !important;
            }

                .lp-awards__grid .owl-dots button.owl-dot:first-of-type,
                .lp-explore__grid .owl-dots button.owl-dot:first-of-type,
                .lp-flags__grid .owl-dots button.owl-dot:first-of-type,
                .lp-why__grid .owl-dots button.owl-dot:first-of-type {
                    border-radius: 100px 0 0 100px !important;
                }

                .lp-awards__grid .owl-dots button.owl-dot:last-of-type,
                .lp-explore__grid .owl-dots button.owl-dot:last-of-type,
                .lp-flags__grid .owl-dots button.owl-dot:last-of-type,
                .lp-why__grid .owl-dots button.owl-dot:last-of-type {
                    border-radius: 0 200px 200px 0 !important;
                }

                .lp-awards__grid .owl-dots button.owl-dot.active,
                .lp-explore__grid .owl-dots button.owl-dot.active,
                .lp-flags__grid .owl-dots button.owl-dot.active,
                .lp-why__grid .owl-dots button.owl-dot.active {
                    background-color: #FFCB05 !important;
                }

    .lp-awards__grid .owl-nav,
    .lp-explore__grid .owl-nav,
    .lp-flags__grid .owl-nav,
    .lp-why__grid .owl-nav {
        display: flex;
        align-items: center;
        gap: 30px;
        justify-content: space-between;
        width: fit-content;
        height: fit-content;
        position: relative;
        z-index: 10;
        float: right;
    }

        .lp-awards__grid .owl-nav button.owl-prev,
        .lp-awards__grid .owl-nav button.owl-next,
        .lp-explore__grid .owl-nav button.owl-prev,
        .lp-explore__grid .owl-nav button.owl-next,
        .lp-flags__grid .owl-nav button.owl-prev,
        .lp-flags__grid .owl-nav button.owl-next,
        .lp-why__grid .owl-nav button.owl-prev,
        .lp-why__grid .owl-nav button.owl-next {
            background: url("/sitefiles/2532/css/images/slider-arrow-yellow.svg") no-repeat center !important;
            background-size: contain !important;
        }

            .lp-awards__grid .owl-nav button.owl-prev, .lp-awards__grid .owl-nav button.owl-prev:hover,
            .lp-awards__grid .owl-nav button.owl-next,
            .lp-awards__grid .owl-nav button.owl-next:hover,
            .lp-explore__grid .owl-nav button.owl-prev,
            .lp-explore__grid .owl-nav button.owl-prev:hover,
            .lp-explore__grid .owl-nav button.owl-next,
            .lp-explore__grid .owl-nav button.owl-next:hover,
            .lp-flags__grid .owl-nav button.owl-prev,
            .lp-flags__grid .owl-nav button.owl-prev:hover,
            .lp-flags__grid .owl-nav button.owl-next,
            .lp-flags__grid .owl-nav button.owl-next:hover,
            .lp-why__grid .owl-nav button.owl-prev,
            .lp-why__grid .owl-nav button.owl-prev:hover,
            .lp-why__grid .owl-nav button.owl-next,
            .lp-why__grid .owl-nav button.owl-next:hover {
                padding: unset !important;
                margin: unset !important;
                display: block !important;
                width: 8px !important;
                height: 13px !important;
                clip-path: unset !important;
                border: unset !important;
            }

                .lp-awards__grid .owl-nav button.owl-prev span, .lp-awards__grid .owl-nav button.owl-prev:hover span,
                .lp-awards__grid .owl-nav button.owl-next span,
                .lp-awards__grid .owl-nav button.owl-next:hover span,
                .lp-explore__grid .owl-nav button.owl-prev span,
                .lp-explore__grid .owl-nav button.owl-prev:hover span,
                .lp-explore__grid .owl-nav button.owl-next span,
                .lp-explore__grid .owl-nav button.owl-next:hover span,
                .lp-flags__grid .owl-nav button.owl-prev span,
                .lp-flags__grid .owl-nav button.owl-prev:hover span,
                .lp-flags__grid .owl-nav button.owl-next span,
                .lp-flags__grid .owl-nav button.owl-next:hover span,
                .lp-why__grid .owl-nav button.owl-prev span,
                .lp-why__grid .owl-nav button.owl-prev:hover span,
                .lp-why__grid .owl-nav button.owl-next span,
                .lp-why__grid .owl-nav button.owl-next:hover span {
                    display: none !important;
                }

                .lp-awards__grid .owl-nav button.owl-prev:hover,
                .lp-awards__grid .owl-nav button.owl-next:hover,
                .lp-explore__grid .owl-nav button.owl-prev:hover,
                .lp-explore__grid .owl-nav button.owl-next:hover,
                .lp-flags__grid .owl-nav button.owl-prev:hover,
                .lp-flags__grid .owl-nav button.owl-next:hover,
                .lp-why__grid .owl-nav button.owl-prev:hover,
                .lp-why__grid .owl-nav button.owl-next:hover {
                    transform: unset !important;
                }

                .lp-awards__grid .owl-nav button.owl-prev, .lp-awards__grid .owl-nav button.owl-prev:hover,
                .lp-explore__grid .owl-nav button.owl-prev,
                .lp-explore__grid .owl-nav button.owl-prev:hover,
                .lp-flags__grid .owl-nav button.owl-prev,
                .lp-flags__grid .owl-nav button.owl-prev:hover,
                .lp-why__grid .owl-nav button.owl-prev,
                .lp-why__grid .owl-nav button.owl-prev:hover {
                    transform: scaleX(-1) !important;
                }

.lp-explore {
    width: 80%;
    max-width: 1300px;
    margin: 0 auto 70px auto;
    overflow: hidden;
}

.lp-explore__heading {
    margin: 0 auto 20px auto;
    color: #fff;
}

    .lp-explore__heading.lp-why__heading {
        color: #000;
    }

.lp-explore .owl-stage {
    gap: 15px;
    margin: 0 0 20px 0;
}

.lp-explore__item {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.lp-explore__item, .lp-explore__item-image {
    display: block;
}

.lp-explore__item-image {
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center;
}

.lp-explore__item-label {
    padding: 6px 10px;
    background-color: #00274c;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    line-height: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    letter-spacing: 1.65px;
}

    .lp-explore__item-label::after {
        content: "";
        display: block;
        min-width: 5px;
        min-height: 10px;
        background: url("/sitefiles/2532/css/images/landing-page/lp-explore-arrow-icon.svg") no-repeat center;
        background-size: contain;
    }

@media only screen and (min-width: 1024px) {
    .lp-explore {
        margin: 0 auto 85px auto;
    }

    .lp-explore__heading {
        margin: 0 auto 25px auto;
    }

    .lp-explore .owl-stage {
        gap: 35px;
        margin: 0 0 40px 0;
    }

    .lp-explore__item-image {
        height: 215px;
    }

    .lp-explore__item-label {
        padding: 10px 15px;
    }
}

.lp-flags {
    width: 80%;
    max-width: 1140px;
    margin: 0 auto 55px auto;
}

.lp-flags__heading {
    margin: 0 auto 40px auto;
    text-align: center;
    color: #FFFFFF;
}

.lp-flags .owl-stage-outer {
    overflow: hidden;
}

.lp-flags .owl-stage {
    margin: 0 0 40px 0;
    gap: 50px;
}

.lp-flags__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 50px;
}

.lp-flags__item, .lp-flags__item-image, .lp-flags__item-label {
    display: block;
}

.lp-flags__item-image {
    width: 145px;
    height: 95px;
    object-fit: cover;
    object-position: center;
    margin: 0 auto 12px auto;
}

.lp-flags__item-label {
    margin: unset;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.48px;
}

@media only screen and (min-width: 1300px) {
    .lp-flags {
        margin: 0 auto 85px auto;
    }

    .lp-flags__heading {
        margin: 0 auto 65px auto;
    }

    .lp-flags .owl-stage {
        margin: 0 0 85px 0;
    }
}

.lp-stripe {
    margin: 0 0 95px 0;
}

.lp-stripe__image {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}

@media only screen and (min-width: 1024px) {
    .lp-stripe {
        margin: 0 0 75px 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .lp-stripe__image {
        height: 460px;
    }
}

.lp-why {
    margin: 0 auto 80px auto;
}

.lp-why__heading {
    color: #FFFFFF;
}

.lp-why__item-label {
    background-color: #017EA7;
}

@media only screen and (min-width: 1024px) {
    .lp-why {
        margin: 0 auto 115px auto;
    }

    .lp-why__item-label {
        padding: 7px 15px;
    }
}

.lp-events {
    width: 80%;
    max-width: 1300px;
    margin: 0 auto 105px auto;
    overflow: hidden;
}

.lp-events__heading {
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto 40px auto;
}

.lp-events__grid {
    margin: 0 0 30px 0;
    position: relative;
}

.lp-events .owl-stage {
    display: flex;
    margin: 0 0 35px 0;
}

.lp-events .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 20%;
    bottom: 0;
    width: 60%;
    height: fit-content;
}

    .lp-events .owl-nav button, .lp-events .owl-nav button:hover, .lp-events .owl-nav button:active {
        margin: unset !important;
        padding: unset !important;
        background: url("/sitefiles/2532/css/images/landing-page/slider-arrow-white.svg") no-repeat center !important;
        background-size: contain !important;
        width: 8px !important;
        height: 14px !important;
        clip-path: unset !important;
        border: unset !important;
    }

        .lp-events .owl-nav button span, .lp-events .owl-nav button:hover span, .lp-events .owl-nav button:active span {
            display: none !important;
        }

        .lp-events .owl-nav button.owl-prev {
            transform: scaleX(-1) !important;
        }

.lp-events .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    height: fit-content;
}

    .lp-events .owl-dots button, .lp-events .owl-dots button:hover, .lp-events .owl-dots button:active {
        padding: unset !important;
        margin: unset !important;
        border: unset !important;
        border-radius: 50% !important;
        width: 14px !important;
        height: 14px !important;
        background-color: #FFFFFF !important;
        opacity: 0.35 !important;
        clip-path: unset !important;
        transition: opacity 0.33s ease !important;
    }

        .lp-events .owl-dots button span, .lp-events .owl-dots button:hover span, .lp-events .owl-dots button:active span {
            display: none !important;
        }

        .lp-events .owl-dots button.active {
            opacity: 1 !important;
        }

.lp-events__container {
    display: grid;
    gap: 16px;
}

.lp-events__item {
    display: grid;
    grid-template-columns: 66px auto;
    column-gap: 20px;
    padding: 20px;
    background-color: #017EA7;
}

.lp-events__item-date {
    display: block;
    height: 66px;
    background-color: #FFCB05;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
}

.lp-events__item-date__month, .lp-events__item-date__day {
    color: #00274c;
    font-family: "Open Sans Condensed", sans-serif;
    line-height: 1;
}

.lp-events__item-date__month {
    font-size: 15px;
}

.lp-events__item-date__day {
    font-size: 38px;
}

.lp-events__item-title {
    margin: 0 0 10px 0;
}

    .lp-events__item-title,
    .lp-events__item-title a {
        display: block;
        color: #FFFFFF;
        padding: unset;
    }

        .lp-events__item-title a {
            margin: unset;
            font-size: 18px;
            line-height: 20px;
            font-family: "Open Sans Condensed", sans-serif;
            text-transform: uppercase;
        }

.lp-events__item-details {
    display: grid;
    gap: 10px 20px;
}

.lp-events__item-time, .lp-events__item-location {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    font-weight: 400;
}

    .lp-events__item-time i, .lp-events__item-location i {
        margin: 0 6px 0 0;
        color: #FFCB05;
    }

.lp-events__button {
    display: block !important;
    width: fit-content !important;
    margin: 0 auto !important;
}

@media only screen and (min-width: 1024px) {
    .lp-events {
        margin: 0 auto 170px auto;
    }

    .lp-events__heading {
        margin: 0 auto 30px auto;
    }

    .lp-events__grid {
        margin: 0 0 40px 0;
    }

    .lp-events .owl-stage {
        margin: 0 0 45px 0;
    }

    .lp-events__container {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .lp-events__item {
        grid-template-columns: 68px auto;
    }

    .lp-events__item-date {
        height: 68px;
    }

    .lp-events__item-date__month {
        font-size: 17px;
    }

    .lp-events__item-date__day {
        font-size: 40px;
    }

    .lp-events__item-title {
        margin: 0 0 5px 0;
    }

        .lp-events__item-title a {
            font-size: 21px;
            line-height: 1;
        }

    .lp-events__item-details {
        grid-template-columns: 1fr 1fr;
    }

    .lp-events__item-time, .lp-events__item-location {
        font-size: 17px;
        line-height: 22px;
    }

        .lp-events__item-time i, .lp-events__item-location i {
            margin: 0 10px 0 0;
        }
}

.lp-cta-header {
    text-align: center;
    padding: 0 5rem 2rem;
}

.lpa-cta__item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: flex-start;
}

.lp-cta {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 2rem 10px 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
    gap: 20px 35px;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .lp-cta {
        padding: 0 2rem 140px 2rem;
    }
}

.lp-cta.expanded, div.blog .blog-entry h4.lp-cta.post-date, div.blog .blog-entry div.post-tags a.lp-cta, body.default div.recent-blog-posts-wrapper ul li .lp-cta.recent-blog-posts-date-wrapper, div.blog .blog-entry body.default div.recent-blog-posts-wrapper ul li a.lp-cta.post-date.recent-blog-posts-title, body.default div.recent-blog-posts-wrapper ul li div.blog .blog-entry a.lp-cta.post-date.recent-blog-posts-title {
    max-width: 100%;
}

.lp-cta img {
    max-height: 120px;
    max-width: 120px;
}

.lp-cta.white-background .lp-cta__item {
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

    .lp-cta.white-background .lp-cta__item:hover {
        background-color: #f2f2f2;
    }

.lp-cta.white-background .lp-cta__item-heading {
    font-size: 35px;
    text-transform: none;
}

.lp-cta.white-background .lp-cta__item-sub {
    text-transform: none;
}

.lp-cta.white-background .lp-cta__item-icon {
    stroke-width: 1;
}

.lp-cta__item {
    display: block;
    padding: 50px 25px;
    background-color: #FFCB05;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    transition: background-color 0.33s ease;
}

@media screen and (min-width: 1024px) {
    .lp-cta__item {
        margin: unset;
        padding: 30px 75px 50px 75px;
    }
}

.lp-cta__item h3, .lp-cta__item div.event-module h1.event-detail-title, div.event-module .lp-cta__item h1.event-detail-title {
    margin-top: 0;
}

.lp-cta__item:hover {
    background-color: #017EA7;
}

.lp-cta__item-heading, .lp-cta__item-sub {
    color: #00274c;
    text-transform: uppercase;
}

.lp-cta__item-heading-heading, .lp-cta__item-heading-sub, .lp-cta__item-sub-heading, .lp-cta__item-sub-sub {
    color: #00274c;
    text-transform: uppercase;
    transition: color 0.33s ease;
}

.lp-cta__item-heading-heading, .lp-cta__item-sub-heading {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.lp-cta__item-heading-sub, .lp-cta__item-sub-sub {
    margin: 0 0 20px 0;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 1.615px;
}

.lp-cta__item-heading-icon, .lp-cta__item-sub-icon {
    display: block;
    width: 38px;
    height: 38px;
}

.lp-subscribe {
    width: 80%;
    max-width: 600px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 500;
}

.lp-subscribe__close {
    display: block;
    position: absolute;
    background: url("/sitefiles/2532/css/images/landing-page/close-alert-icon.svg") no-repeat center;
    background-size: contain;
    width: 38px;
    height: 38px;
    top: -19px;
    left: -19px;
    cursor: pointer;
}

.lp-subscribe__image {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
}

.lp-subscribe__content {
    width: 100%;
    background-color: #FFCB05;
    padding: 35px;
}

.lp-subscribe .formmodule .swformfield {
    display: block !important;
    margin: 0 0 20px 0 !important;
}

    .lp-subscribe .formmodule .swformfield .swformfield__label {
        display: block !important;
        font-family: "Open Sans", sans-serif !important;
        font-size: 14px !important;
        line-height: 1 !important;
        font-weight: 400 !important;
        margin: 0 0 5px 0 !important;
        color: #00274c !important;
        text-transform: uppercase !important;
    }

    .lp-subscribe .formmodule .swformfield .swformfieldwrapper {
        display: block !important;
    }

        .lp-subscribe .formmodule .swformfield .swformfieldwrapper .swformfield__control {
            margin: unset !important;
            display: block !important;
            height: 40px !important;
            border: unset !important;
            background-color: #FFFFFF !important;
        }

.lp-subscribe .formmodule .swformsubmit {
    text-align: unset !important;
    display: block !important;
}

    .lp-subscribe .formmodule .swformsubmit button.swformsubmit__btn, .lp-subscribe .formmodule .swformsubmit button.swformsubmit__btn:hover, .lp-subscribe .formmodule .swformsubmit button.swformsubmit__btn:active {
        display: block !important;
        width: fit-content !important;
        font-family: "Open Sans", sans-serif !important;
        font-size: 11px !important;
        line-height: 13px !important;
        color: #00274c !important;
        font-weight: 700 !important;
        letter-spacing: 1.65px !important;
        text-transform: uppercase !important;
        background-color: unset !important;
        padding: 10px !important;
        border: 2px solid #01739d !important;
        max-width: unset !important;
        margin: 40px 0 0 0 !important;
        clip-path: unset !important;
    }

@media only screen and (min-width: 1024px) {
    .lp-subscribe {
        transform: unset;
        width: 100%;
        top: unset;
        left: unset;
        bottom: 0;
        right: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .lp-subscribe__image {
        height: 100%;
    }

    .lp-subscribe__content {
        padding: 40px 50px;
    }
}

.page-404 .hero-container {
    align-items: center;
    height: 450px;
    display: flex;
    justify-content: center;
}

    .page-404 .hero-container:before {
        content: "";
        background-color: #00274c;
        opacity: 0.5;
        height: 100%;
        left: 0;
        opacity: 0.33;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

    .page-404 .hero-container h1 {
        color: white;
        position: absolute;
        z-index: 2;
    }

    .page-404 .hero-container img {
        height: 100%;
        object-fit: cover;
        position: absolute;
        width: 100%;
        z-index: 0;
    }

.page-404 .default-inner {
    padding: 40px;
    text-align: center;
}

