@charset "UTF-8";
.leaflet-clickable,
.leaflet-label.leaflet-clickable,
button,
input,
select,
textarea {
    cursor: pointer
}

.leaflet-popup-tip,
.location-menus-tip {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.leaflet-control-zoom a,
.vevent abbr,
a {
    text-decoration: none
}

.leaflet-bottom,
body {
    bottom: 0
}

.row .row.collapse:after,
.row .row:after,
.row:after {
    clear: both
}

.leaflet-image-layer,
.leaflet-layer,
.leaflet-map-pane,
.leaflet-marker-icon,
.leaflet-marker-pane,
.leaflet-marker-shadow,
.leaflet-overlay-pane,
.leaflet-overlay-pane svg,
.leaflet-popup-pane,
.leaflet-shadow-pane,
.leaflet-tile,
.leaflet-tile-pane,
.leaflet-zoom-box {
    position: absolute;
    left: 0;
    top: 0
}

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block
}
.leaflet-marker-icon {
    width: 60px;
    height: 60px;
    background: transparent !important;
    border: none !important;
}
.custom-icon-text {
    position: absolute;
    top: 58px;
    left: 0;
    color: #fff;
    text-align: center;
    line-height: 1;
    width: 100%;
    font-family: "tenso", sans-serif;
    font-weight: 600;
    letter-spacing: .05em;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);

}
.leaflet-container img {
    max-width: none!important
}

.leaflet-container img.leaflet-image-layer {
    max-width: 15000px!important
}

.leaflet-tile {
    -webkit-filter: inherit;
    filter: inherit;
    visibility: hidden
}

.leaflet-tile-loaded {
    visibility: inherit
}

.leaflet-tile-pane {
    z-index: 2
}

.leaflet-objects-pane {
    z-index: 3
}

.leaflet-overlay-pane {
    z-index: 4
}

.leaflet-shadow-pane {
    z-index: 5
}

.leaflet-marker-pane {
    z-index: 6
}

.leaflet-popup-pane {
    z-index: 7
}

.leaflet-control {
    position: relative;
    z-index: 7;
    pointer-events: auto;
    float: left;
    clear: both
}

.leaflet-bottom,
.leaflet-top {
    position: absolute;
    z-index: 1000;
    pointer-events: none
}

.leaflet-top {
    top: 0
}

.leaflet-right {
    right: 0
}

.leaflet-left {
    left: 0
}

.leaflet-right .leaflet-control {
    float: right;
    margin-right: 10px
}

.leaflet-top .leaflet-control {
    margin-top: 10px
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px
}

.leaflet-left .leaflet-control {
    margin-left: 10px
}

.leaflet-fade-anim .leaflet-popup,
.leaflet-fade-anim .leaflet-tile {
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup,
.leaflet-fade-anim .leaflet-tile-loaded {
    opacity: 1
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1);
    transition: -ms-transform .25s cubic-bezier(0, 0, .25, 1);
    transition: transform .25s cubic-bezier(0, 0, .25, 1)
}

.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated,
.leaflet-zoom-anim .leaflet-tile {
    -webkit-transition: none;
    transition: none
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden
}

.leaflet-container {
    overflow: hidden;
    -ms-touch-action: none;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    outline: 0!important;
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif
}

.leaflet-control,
.leaflet-popup-pane {
    cursor: auto
}

.leaflet-dragging,
.leaflet-dragging .leaflet-clickable,
.leaflet-dragging .leaflet-container {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing
}

.leaflet-container a {
    color: #0078A8
}

.leaflet-container a.leaflet-active {
    outline: orange solid 2px
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
    border: 2px dotted #05f;
    background: #fff;
    opacity: .5
}

.leaflet-bar {
    box-shadow: 0 0 8px rgba(0, 0, 0, .4);
    border: 1px solid #888;
    border-radius: 5px
}

.leaflet-bar-part {
    background-color: rgba(255, 255, 255, .8);
    border-bottom: 1px solid #aaa
}

.leaflet-bar-part-top {
    border-radius: 4px 4px 0 0
}

.leaflet-bar-part-bottom {
    border-radius: 0 0 4px 4px;
    border-bottom: 0
}

.leaflet-touch .leaflet-bar {
    border-radius: 10px
}

.leaflet-touch .leaflet-bar-part {
    border-bottom: 4px solid rgba(0, 0, 0, .3)
}

.leaflet-touch .leaflet-bar-part-top {
    border-radius: 7px 7px 0 0
}

.leaflet-touch .leaflet-bar-part-bottom {
    border-radius: 0 0 7px 7px;
    border-bottom: 0
}

.leaflet-container .leaflet-control-zoom {
    margin-left: 13px;
    margin-top: 12px
}

.leaflet-control-zoom a {
    width: 22px;
    height: 22px;
    text-align: center;
    color: #000
}

.leaflet-control-layers-toggle,
.leaflet-control-zoom a {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block
}

.leaflet-control-zoom a:hover {
    color: #777
}

.leaflet-control-zoom-in {
    font: 700 18px/24px Arial, Helvetica, sans-serif
}

.leaflet-control-zoom-out {
    font: 700 23px/20px Tahoma, Verdana, sans-serif
}

.leaflet-control-zoom a.leaflet-control-zoom-disabled {
    cursor: default;
    background-color: rgba(255, 255, 255, .8);
    color: #bbb
}

.leaflet-touch .leaflet-control-zoom a {
    width: 30px;
    height: 30px
}

.leaflet-touch .leaflet-control-zoom-in {
    font-size: 24px;
    line-height: 29px
}

.leaflet-touch .leaflet-control-zoom-out {
    font-size: 28px;
    line-height: 24px
}

.leaflet-control-layers {
    box-shadow: 0 1px 7px rgba(0, 0, 0, .4);
    border-radius: 8px
}

.leaflet-control-layers-toggle {
    background-image: url(../img/layers.png);
    width: 36px;
    height: 36px
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px
}

.leaflet-control-layers label {
    display: block
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px
}

.leaflet-container .leaflet-control-attribution {
    background-color: rgba(255, 255, 255, .7);
    box-shadow: 0 0 5px #bbb;
    margin: 0
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: 0;
    color: #000;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    text-shadow: 1px 1px 1px #fff;
    background-color: rgba(255, 255, 255, .5);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, .2);
    white-space: nowrap;
    overflow: hidden
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: 0;
    margin-top: -2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-control-zoom {
    box-shadow: none
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-control-zoom {
    border: 4px solid rgba(0, 0, 0, .3)
}

.leaflet-popup {
    position: absolute;
    text-align: center
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 20px;
    zoom: 1
}

.leaflet-popup-content {
    margin: 14px 20px;
    line-height: 1.4
}

.leaflet-popup-content p {
    margin: 18px 0
}

.leaflet-popup-tip-container {
    margin: 0 auto;
    width: 40px;
    height: 20px;
    position: relative;
    overflow: hidden
}

.leaflet-popup-tip {
    height: 15px;
    padding: 1px;
    transform: rotate(45deg)
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: #fff;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .4)
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 5px 0 0;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: 700;
    background: 0 0
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999
}

.leaflet-label,
body {
    position: absolute;
    color: #333
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666
}

.leaflet-editing-icon,
.leaflet-label {
    border-radius: 2px
}

.leaflet-label {
    background: #FFF;
    background-clip: padding-box;
    border-color: #FFF;
    border-style: solid;
    border-width: 4px;
    display: block;
    font: 12px/20px "tenso", sans-serif;
    font-weight: 700;
    padding: 1px 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    z-index: 6;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

dfn,
p aside {
    font-style: italic
}

body,
html,
legend {
    padding: 0
}

.leaflet-label:after,
.leaflet-label:before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    content: none;
    position: absolute;
    top: 5px
}

.leaflet-label:before {
    border-right: 6px solid #000;
    border-right-color: inherit;
    left: -10px
}

.leaflet-label:after {
    border-left: 6px solid #000;
    border-left-color: inherit;
    right: -10px
}

.leaflet-label-left:after,
.leaflet-label-right:before {
    content: ""
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute
}

.leaflet-control {
    display: inline
}

.leaflet-popup-tip {
    width: 21px;
    margin: 0 auto;
    filter: progid: DXImageTransform.Microsoft.Matrix(M11=.70710678, M12=.70710678, M21=-.70710678, M22=.70710678);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)"
}

.row,
select {
    width: 100%
}

.leaflet-popup-tip-container {
    margin-top: -1px
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    border: 1px solid #999
}

.leaflet-control-layers,
.leaflet-control-zoom {
    border: 3px solid #999
}

.leaflet-control-zoom a {
    background-color: #eee
}

.leaflet-control-zoom a:hover {
    background-color: #fff
}

.leaflet-control-attribution,
.leaflet-control-layers,
.leaflet-control-scale-line {
    background: #fff
}

.leaflet-zoom-box {
    -webkit-filter: alpha(opacity=50);
    filter: alpha(opacity=50)
}

.leaflet-control-attribution {
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb
}

a img,
img,
legend {
    border: 0
}

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

audio,
canvas,
video {
    display: inline-block
}

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

[hidden],
template {
    display: none
}

script {
    display: none!important
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

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

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

b,
strong {
    font-weight: 700
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

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

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

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

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

figure {
    margin: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

.button,
.progress-indicator span,
body,
button {
    font-family: "tenso", sans-serif
}

button,
input {
    line-height: normal
}

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
}

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

input[type=search] {
    -webkit-appearance: textfield
}

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

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

textarea {
    overflow: auto;
    vertical-align: top;
    min-height: 50px
}

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

body,
html {
    font-size: 16px;
    margin: 0
}

body {
    top: 0;
    left: 0;
    right: 0;
    font-weight: 400;
    overflow: hidden;
    background: url(../sbcc-main-campus/5/0/0.png);
    line-height: 1
}

a:focus {
    outline: 0
}

embed,
img,
object {
    max-width: 100%;
    height: auto
}

embed,
object {
    height: 100%
}

#map_canvas embed,
#map_canvas img,
#map_canvas object,
.map_canvas embed,
.map_canvas img,
.map_canvas object {
    max-width: none!important
}

.left {
    float: left!important
}

.right {
    float: right!important
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

.text-justify {
    text-align: justify!important
}

.hide {
    display: none
}

.antialiased {
    -webkit-font-smoothing: antialiased
}

img {
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle
}

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

.row {
    max-width: 100%;
    margin: 0 auto
}

.row.collapse .column,
.row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left
}

.row .row {
    width: auto;
    max-width: none;
    margin: 0 -.9375em
}

.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none
}

.column,
.columns {
    position: relative;
    padding-left: .9375em;
    padding-right: .9375em;
    width: 100%;
    float: left
}

@media only screen {
    .column,
    .column.small-centered,
    .columns,
    .columns.small-centered,
    .small-1,
    .small-10,
    .small-12,
    .small-2,
    .small-3,
    .small-4,
    .small-5,
    .small-6,
    .small-7,
    .small-8,
    .small-9,
    .small-offset-1,
    .small-offset-10,
    .small-offset-2,
    .small-offset-3,
    .small-offset-4,
    .small-offset-5,
    .small-offset-6,
    .small-offset-7,
    .small-offset-8,
    .small-offset-9 {
        position: relative
    }
    .column,
    .columns {
        padding-left: .9375em;
        padding-right: .9375em;
        float: left
    }
    .small-1 {
        width: 8.33333%
    }
    .small-2 {
        width: 16.66667%
    }
    .small-3 {
        width: 25%
    }
    .small-4 {
        width: 33.33333%
    }
    .small-5 {
        width: 41.66667%
    }
    .small-6 {
        width: 50%
    }
    .small-7 {
        width: 58.33333%
    }
    .small-8 {
        width: 66.66667%
    }
    .small-9 {
        width: 75%
    }
    .small-10 {
        width: 83.33333%
    }
    .small-11 {
        position: relative;
        width: 91.66667%
    }
    .small-12 {
        width: 100%
    }
    .small-offset-1 {
        margin-left: 8.33333%
    }
    .small-offset-2 {
        margin-left: 16.66667%
    }
    .small-offset-3 {
        margin-left: 25%
    }
    .small-offset-4 {
        margin-left: 33.33333%
    }
    .small-offset-5 {
        margin-left: 41.66667%
    }
    .small-offset-6 {
        margin-left: 50%
    }
    .small-offset-7 {
        margin-left: 58.33333%
    }
    .small-offset-8 {
        margin-left: 66.66667%
    }
    .small-offset-9 {
        margin-left: 75%
    }
    .small-offset-10 {
        margin-left: 83.33333%
    }
    [class*=column]+[class*=column]:last-child {
        float: right
    }
    [class*=column]+[class*=column].end {
        float: left
    }
    .column.small-centered,
    .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none!important
    }
}

.show-for-large-down,
.show-for-medium-down,
.show-for-small {
    display: inherit!important
}

.show-for-large,
.show-for-large-up,
.show-for-medium,
.show-for-medium-up,
.show-for-xlarge {
    display: none!important
}

.hide-for-large,
.hide-for-large-up,
.hide-for-medium,
.hide-for-medium-up,
.hide-for-xlarge {
    display: inherit!important
}

.hide-for-large-down,
.hide-for-medium-down,
.hide-for-small {
    display: none!important
}

table.hide-for-large,
table.hide-for-large-up,
table.hide-for-medium,
table.hide-for-medium-up,
table.hide-for-xlarge,
table.show-for-large-down,
table.show-for-medium-down,
table.show-for-small {
    display: table
}

thead.hide-for-large,
thead.hide-for-large-up,
thead.hide-for-medium,
thead.hide-for-medium-up,
thead.hide-for-xlarge,
thead.show-for-large-down,
thead.show-for-medium-down,
thead.show-for-small {
    display: table-header-group!important
}

tbody.hide-for-large,
tbody.hide-for-large-up,
tbody.hide-for-medium,
tbody.hide-for-medium-up,
tbody.hide-for-xlarge,
tbody.show-for-large-down,
tbody.show-for-medium-down,
tbody.show-for-small {
    display: table-row-group!important
}

tr.hide-for-large,
tr.hide-for-large-up,
tr.hide-for-medium,
tr.hide-for-medium-up,
tr.hide-for-xlarge,
tr.show-for-large-down,
tr.show-for-medium-down,
tr.show-for-small {
    display: table-row!important
}

td.hide-for-large,
td.hide-for-large-up,
td.hide-for-medium,
td.hide-for-medium-up,
td.hide-for-xlarge,
td.show-for-large-down,
td.show-for-medium-down,
td.show-for-small,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-xlarge,
th.show-for-large-down,
th.show-for-medium-down,
th.show-for-small {
    display: table-cell!important
}

@media only screen and (min-width:48em) {
    .column.large-centered,
    .columns.large-centered,
    .large-1,
    .large-10,
    .large-11,
    .large-12,
    .large-2,
    .large-3,
    .large-4,
    .large-5,
    .large-6,
    .large-7,
    .large-8,
    .large-9,
    .pull-1,
    .pull-10,
    .pull-11,
    .pull-2,
    .pull-3,
    .pull-4,
    .pull-5,
    .pull-6,
    .pull-7,
    .pull-8,
    .pull-9,
    .push-1,
    .push-10,
    .push-11,
    .push-2,
    .push-3,
    .push-4,
    .push-5,
    .push-6,
    .push-7,
    .push-8,
    .push-9,
    .row .large-offset-1,
    .row .large-offset-10,
    .row .large-offset-2,
    .row .large-offset-3,
    .row .large-offset-4,
    .row .large-offset-5,
    .row .large-offset-6,
    .row .large-offset-7,
    .row .large-offset-8,
    .row .large-offset-9 {
        position: relative
    }
    .large-1 {
        width: 8.33333%
    }
    .large-2 {
        width: 16.66667%
    }
    .large-3 {
        width: 25%
    }
    .large-4 {
        width: 33.33333%
    }
    .large-5 {
        width: 41.66667%
    }
    .large-6 {
        width: 50%
    }
    .large-7 {
        width: 58.33333%
    }
    .large-8 {
        width: 66.66667%
    }
    .large-9 {
        width: 75%
    }
    .large-10 {
        width: 83.33333%
    }
    .large-11 {
        width: 91.66667%
    }
    .large-12 {
        width: 100%
    }
    .row .large-offset-1 {
        margin-left: 8.33333%
    }
    .row .large-offset-2 {
        margin-left: 16.66667%
    }
    .row .large-offset-3 {
        margin-left: 25%
    }
    .row .large-offset-4 {
        margin-left: 33.33333%
    }
    .row .large-offset-5 {
        margin-left: 41.66667%
    }
    .row .large-offset-6 {
        margin-left: 50%
    }
    .row .large-offset-7 {
        margin-left: 58.33333%
    }
    .row .large-offset-8 {
        margin-left: 66.66667%
    }
    .row .large-offset-9 {
        margin-left: 75%
    }
    .row .large-offset-10 {
        margin-left: 83.33333%
    }
    .row .large-offset-11 {
        position: relative;
        margin-left: 91.66667%
    }
    .push-1 {
        left: 8.33333%;
        right: auto
    }
    .pull-1 {
        right: 8.33333%;
        left: auto
    }
    .push-2 {
        left: 16.66667%;
        right: auto
    }
    .pull-2 {
        right: 16.66667%;
        left: auto
    }
    .push-3 {
        left: 25%;
        right: auto
    }
    .pull-3 {
        right: 25%;
        left: auto
    }
    .push-4 {
        left: 33.33333%;
        right: auto
    }
    .pull-4 {
        right: 33.33333%;
        left: auto
    }
    .push-5 {
        left: 41.66667%;
        right: auto
    }
    .pull-5 {
        right: 41.66667%;
        left: auto
    }
    .push-6 {
        left: 50%;
        right: auto
    }
    .pull-6 {
        right: 50%;
        left: auto
    }
    .push-7 {
        left: 58.33333%;
        right: auto
    }
    .pull-7 {
        right: 58.33333%;
        left: auto
    }
    .push-8 {
        left: 66.66667%;
        right: auto
    }
    .pull-8 {
        right: 66.66667%;
        left: auto
    }
    .push-9 {
        left: 75%;
        right: auto
    }
    .pull-9 {
        right: 75%;
        left: auto
    }
    .push-10 {
        left: 83.33333%;
        right: auto
    }
    .pull-10 {
        right: 83.33333%;
        left: auto
    }
    .push-11 {
        left: 91.66667%;
        right: auto
    }
    .pull-11 {
        right: 91.66667%;
        left: auto
    }
    .small-pull-1,
    .small-pull-10,
    .small-pull-11,
    .small-pull-2,
    .small-pull-3,
    .small-pull-4,
    .small-pull-5,
    .small-pull-7,
    .small-pull-8,
    .small-pull-9 {
        right: inherit
    }
    .small-push-1,
    .small-push-10,
    .small-push-11,
    .small-push-2,
    .small-push-3,
    .small-push-4,
    .small-push-5,
    .small-push-6,
    .small-push-7,
    .small-push-8,
    .small-push-9 {
        left: inherit
    }
    .small-pull-6 {
        right: inherit
    }
    .column.small-centered,
    .columns.small-centered {
        margin-left: 0;
        margin-right: 0;
        float: left!important
    }
    .column.large-centered,
    .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none!important
    }
    .show-for-medium,
    .show-for-medium-up {
        display: inherit!important
    }
    .show-for-small {
        display: none!important
    }
    .hide-for-small {
        display: inherit!important
    }
    .hide-for-medium,
    .hide-for-medium-up {
        display: none!important
    }
    table.hide-for-small,
    table.show-for-medium,
    table.show-for-medium-up {
        display: table
    }
    thead.hide-for-small,
    thead.show-for-medium,
    thead.show-for-medium-up {
        display: table-header-group!important
    }
    tbody.hide-for-small,
    tbody.show-for-medium,
    tbody.show-for-medium-up {
        display: table-row-group!important
    }
    tr.hide-for-small,
    tr.show-for-medium,
    tr.show-for-medium-up {
        display: table-row!important
    }
    td.hide-for-small,
    td.show-for-medium,
    td.show-for-medium-up,
    th.hide-for-small,
    th.show-for-medium,
    th.show-for-medium-up {
        display: table-cell!important
    }
}

@media only screen and (min-width:80em) {
    .show-for-large,
    .show-for-large-up {
        display: inherit!important
    }
    .show-for-medium,
    .show-for-medium-down {
        display: none!important
    }
    .hide-for-medium,
    .hide-for-medium-down {
        display: inherit!important
    }
    .hide-for-large,
    .hide-for-large-up {
        display: none!important
    }
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.show-for-large,
    table.show-for-large-up {
        display: table
    }
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.show-for-large,
    thead.show-for-large-up {
        display: table-header-group!important
    }
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.show-for-large,
    tbody.show-for-large-up {
        display: table-row-group!important
    }
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.show-for-large,
    tr.show-for-large-up {
        display: table-row!important
    }
    td.hide-for-medium,
    td.hide-for-medium-down,
    td.show-for-large,
    td.show-for-large-up,
    th.hide-for-medium,
    th.hide-for-medium-down,
    th.show-for-large,
    th.show-for-large-up {
        display: table-cell!important
    }
}

@media only screen and (min-width:90em) {
    .show-for-xlarge {
        display: inherit!important
    }
    .show-for-large,
    .show-for-large-down {
        display: none!important
    }
    .hide-for-large,
    .hide-for-large-down {
        display: inherit!important
    }
    .hide-for-xlarge {
        display: none!important
    }
    table.hide-for-large,
    table.hide-for-large-down,
    table.show-for-xlarge {
        display: table
    }
    thead.hide-for-large,
    thead.hide-for-large-down,
    thead.show-for-xlarge {
        display: table-header-group!important
    }
    tbody.hide-for-large,
    tbody.hide-for-large-down,
    tbody.show-for-xlarge {
        display: table-row-group!important
    }
    tr.hide-for-large,
    tr.hide-for-large-down,
    tr.show-for-xlarge {
        display: table-row!important
    }
    td.hide-for-large,
    td.hide-for-large-down,
    td.show-for-xlarge,
    th.hide-for-large,
    th.hide-for-large-down,
    th.show-for-xlarge {
        display: table-cell!important
    }
}

.hide-for-portrait,
.show-for-landscape {
    display: inherit!important
}

.hide-for-landscape,
.show-for-portrait {
    display: none!important
}

table.hide-for-landscape,
table.show-for-portrait {
    display: table
}

thead.hide-for-landscape,
thead.show-for-portrait {
    display: table-header-group!important
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
    display: table-row-group!important
}

tr.hide-for-landscape,
tr.show-for-portrait {
    display: table-row!important
}

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
    display: table-cell!important
}

@media only screen and (orientation:landscape) {
    .hide-for-portrait,
    .show-for-landscape {
        display: inherit!important
    }
    .hide-for-landscape,
    .show-for-portrait {
        display: none!important
    }
    table.hide-for-portrait,
    table.show-for-landscape {
        display: table
    }
    thead.hide-for-portrait,
    thead.show-for-landscape {
        display: table-header-group!important
    }
    tbody.hide-for-portrait,
    tbody.show-for-landscape {
        display: table-row-group!important
    }
    tr.hide-for-portrait,
    tr.show-for-landscape {
        display: table-row!important
    }
    td.hide-for-portrait,
    td.show-for-landscape,
    th.hide-for-portrait,
    th.show-for-landscape {
        display: table-cell!important
    }
}

@media only screen and (orientation:portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: inherit!important
    }
    .hide-for-portrait,
    .show-for-landscape {
        display: none!important
    }
    table.hide-for-landscape,
    table.show-for-portrait {
        display: table
    }
    thead.hide-for-landscape,
    thead.show-for-portrait {
        display: table-header-group!important
    }
    tbody.hide-for-landscape,
    tbody.show-for-portrait {
        display: table-row-group!important
    }
    tr.hide-for-landscape,
    tr.show-for-portrait {
        display: table-row!important
    }
    td.hide-for-landscape,
    td.show-for-portrait,
    th.hide-for-landscape,
    th.show-for-portrait {
        display: table-cell!important
    }
}

.show-for-touch {
    display: none!important
}

.hide-for-touch,
.touch .show-for-touch {
    display: inherit!important
}

.touch .hide-for-touch {
    display: none!important
}

.touch table.show-for-touch,
table.hide-for-touch {
    display: table
}

.touch thead.show-for-touch,
thead.hide-for-touch {
    display: table-header-group!important
}

.touch tbody.show-for-touch,
tbody.hide-for-touch {
    display: table-row-group!important
}

.touch tr.show-for-touch,
tr.hide-for-touch {
    display: table-row!important
}

.touch td.show-for-touch,
.touch th.show-for-touch,
td.hide-for-touch,
th.hide-for-touch {
    display: table-cell!important
}

@media only screen {
    [class*=block-grid-] {
        display: block;
        padding: 0;
        margin: 0 -10px
    }
    [class*=block-grid-]:after,
    [class*=block-grid-]:before {
        content: " ";
        display: table
    }
    [class*=block-grid-]:after {
        clear: both
    }
    [class*=block-grid-]>li {
        display: inline;
        height: auto;
        float: left;
        padding: 0 10px 10px
    }
    .small-block-grid-1>li {
        width: 100%;
        padding: 0 10px 10px
    }
    .small-block-grid-1>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }
    .small-block-grid-2>li {
        width: 50%;
        padding: 0 10px 10px
    }
    .small-block-grid-2>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }
    .small-block-grid-3>li {
        width: 33.33333%;
        padding: 0 10px 10px
    }
    .small-block-grid-3>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }
    .small-block-grid-4>li {
        width: 25%;
        padding: 0 10px 10px
    }
    .small-block-grid-4>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }
    .small-block-grid-5>li {
        width: 20%;
        padding: 0 10px 10px
    }
    .small-block-grid-5>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }
    .small-block-grid-6>li {
        width: 16.66667%;
        padding: 0 10px 10px
    }
    .small-block-grid-6>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }
    .small-block-grid-7>li {
        width: 14.28571%;
        padding: 0 10px 10px
    }
    .small-block-grid-7>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }
    .small-block-grid-8>li {
        width: 12.5%;
        padding: 0 10px 10px
    }
    .small-block-grid-8>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }
    .small-block-grid-9>li {
        width: 11.11111%;
        padding: 0 10px 10px
    }
    .small-block-grid-9>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }
    .small-block-grid-10>li {
        width: 10%;
        padding: 0 10px 10px
    }
    .small-block-grid-10>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }
    .small-block-grid-11>li {
        width: 9.09091%;
        padding: 0 10px 10px
    }
    .small-block-grid-11>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }
    .small-block-grid-12>li {
        width: 8.33333%;
        padding: 0 10px 10px
    }
    .small-block-grid-12>li:nth-of-type(n) {
        clear: none
    }
    .small-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}

@media only screen and (min-width:48em) {
    .large-block-grid-1>li:nth-of-type(n),
    .small-block-grid-10>li:nth-of-type(10n+1),
    .small-block-grid-11>li:nth-of-type(11n+1),
    .small-block-grid-12>li:nth-of-type(12n+1),
    .small-block-grid-1>li:nth-of-type(1n+1),
    .small-block-grid-2>li:nth-of-type(2n+1),
    .small-block-grid-3>li:nth-of-type(3n+1),
    .small-block-grid-4>li:nth-of-type(4n+1),
    .small-block-grid-5>li:nth-of-type(5n+1),
    .small-block-grid-6>li:nth-of-type(6n+1),
    .small-block-grid-7>li:nth-of-type(7n+1),
    .small-block-grid-8>li:nth-of-type(8n+1),
    .small-block-grid-9>li:nth-of-type(9n+1) {
        clear: none
    }
    .large-block-grid-1>li {
        width: 100%;
        padding: 0 10px 10px
    }
    .large-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }
    .large-block-grid-2>li {
        width: 50%;
        padding: 0 10px 10px
    }
    .large-block-grid-2>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }
    .large-block-grid-3>li {
        width: 33.33333%;
        padding: 0 10px 10px
    }
    .large-block-grid-3>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }
    .large-block-grid-4>li {
        width: 25%;
        padding: 0 10px 10px
    }
    .large-block-grid-4>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }
    .large-block-grid-5>li {
        width: 20%;
        padding: 0 10px 10px
    }
    .large-block-grid-5>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }
    .large-block-grid-6>li {
        width: 16.66667%;
        padding: 0 10px 10px
    }
    .large-block-grid-6>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }
    .large-block-grid-7>li {
        width: 14.28571%;
        padding: 0 10px 10px
    }
    .large-block-grid-7>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }
    .large-block-grid-8>li {
        width: 12.5%;
        padding: 0 10px 10px
    }
    .large-block-grid-8>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }
    .large-block-grid-9>li {
        width: 11.11111%;
        padding: 0 10px 10px
    }
    .large-block-grid-9>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }
    .large-block-grid-10>li {
        width: 10%;
        padding: 0 10px 10px
    }
    .large-block-grid-10>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }
    .large-block-grid-11>li {
        width: 9.09091%;
        padding: 0 10px 10px
    }
    .large-block-grid-11>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }
    .large-block-grid-12>li {
        width: 8.33333%;
        padding: 0 10px 10px
    }
    .large-block-grid-12>li:nth-of-type(n) {
        clear: none
    }
    .large-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}

.button-bar:after,
.button-group:after,
hr {
    clear: both
}

p.lead {
    font-size: 1.21875em;
    line-height: 1.6
}

.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: 300;
    margin-top: .2em;
    margin-bottom: .5em
}

a,
b,
em,
i,
small,
strong {
    line-height: inherit
}

ol li ol,
ol li ul,
ul li ol,
ul li ul {
    margin-left: 1.25em;
    margin-bottom: 0
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0;
    direction: ltr
}

dl,
ol,
p,
ul {
    margin-bottom: 1.25em;
    line-height: 1.6
}

a {
    background: 0 0;
    color: #2ba6cb
}

a:focus,
a:hover {
    color: #2795b6
}

p {
    font-family: inherit;
    font-weight: 400;
    font-size: 1em;
    text-rendering: optimizeLegibility
}

.vcard .fn,
.vevent .summary,
.vevent abbr,
code,
dl dt {
    font-weight: 700
}

p aside {
    font-size: .875em;
    line-height: 1.35
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "tenso", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #222;
    text-rendering: optimizeLegibility;
    margin-top: .2em;
    margin-bottom: .5em;
    line-height: 1.2125em
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0
}

h1 {
    font-size: 2.125em
}

h2 {
    font-size: 1.6875em
}

h3 {
    font-size: 1.375em
}

h4,
h5 {
    font-size: 1.125em
}

h6 {
    font-size: 1em
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    margin: 1.25em 0 1.1875em;
    height: 0
}

em,
i {
    font-style: italic
}

small {
    font-size: 60%
}

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #7f0a0c
}

dl,
ol,
ul {
    font-size: 1em;
    list-style-position: outside;
    font-family: inherit
}

ul li ol,
ul li ul {
    font-size: 1em
}

ul.circle li ul,
ul.disc li ul,
ul.square li ul {
    list-style: inherit
}

ul.square {
    list-style-type: square
}

ul.circle {
    list-style-type: circle
}

ul.disc {
    list-style-type: disc
}

ul.no-bullet {
    list-style: none
}

dl dt {
    margin-bottom: .3em
}

dl dd {
    margin-bottom: .75em
}

.vcard,
blockquote {
    margin: 0 0 1.25em
}

abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222;
    border-bottom: 1px dotted #ddd;
    cursor: help
}

abbr {
    text-transform: none
}

blockquote {
    padding: .5625em 1.25em 0 1.1875em;
    border-left: 1px solid #ddd
}

blockquote cite {
    display: block;
    font-size: .8125em;
    color: #555
}

blockquote cite:before {
    content: "\2014 \0020"
}

blockquote cite a,
blockquote cite a:visited {
    color: #555
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #6f6f6f
}

.vcard {
    display: inline-block;
    border: 1px solid #ddd;
    padding: .625em .75em
}

.vcard li {
    margin: 0;
    display: block
}

.leaflet-control-container,
.print-only {
    display: none!important
}

.vcard .fn {
    font-size: .9375em
}

.vevent abbr {
    cursor: default;
    border: 0;
    padding: 0 .0625em
}

@media only screen and (min-width:48em) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.4
    }
    h1 {
        font-size: 2.75em
    }
    h2 {
        font-size: 2.3125em
    }
    h3 {
        font-size: 1.6875em
    }
    h4 {
        font-size: 1.4375em
    }
}

@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }
    * {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999
    }
    thead {
        display: table-header-group
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: .5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .hide-on-print {
        display: none!important
    }
    .print-only {
        display: block!important
    }
    .hide-for-print {
        display: none!important
    }
    .show-for-print {
        display: inherit!important
    }
}

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

.button.secondary,
button.secondary {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #333
}

.button.secondary:focus,
.button.secondary:hover,
button.secondary:focus,
button.secondary:hover {
    background-color: #d0d0d0;
    color: #333
}

.button.success,
button.success {
    background-color: #5da423;
    border-color: #457a1a;
    color: #fff
}

.button.success:focus,
.button.success:hover,
button.success:focus,
button.success:hover {
    background-color: #457a1a;
    color: #fff
}

.button.alert,
button.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: #fff
}

.button.alert:focus,
.button.alert:hover,
button.alert:focus,
button.alert:hover {
    background-color: #970b0e;
    color: #fff
}

.button.large,
button.large {
    font-size: 1.25em;
    padding: 1em 2em 1.0625em
}

.button.small,
button.small {
    font-size: .8125em;
    padding: .5625em 1.125em .625em
}

.button.tiny,
button.tiny {
    font-size: .6875em;
    padding: .4375em .875em .5em
}

.postfix,
.prefix,
label {
    font-size: .875em;
    display: block
}

.button.expand,
button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%
}

.button.left-align,
button.left-align {
    text-align: left;
    text-indent: .75em
}

.button.right-align,
button.right-align {
    text-align: right;
    padding-right: .75em
}

.button.disabled,
.button[disabled],
button.disabled,
button[disabled] {
    background-color: #2ba6cb;
    border-color: #b5272c;
    color: #fff;
    cursor: default;
    opacity: .6;
    box-shadow: none
}

.button.disabled:focus,
.button.disabled:hover,
.button[disabled]:focus,
.button[disabled]:hover,
button.disabled:focus,
button.disabled:hover,
button[disabled]:focus,
button[disabled]:hover {
    color: #fff;
    background-color: #2ba6cb
}

.button.disabled.secondary,
.button[disabled].secondary,
button.disabled.secondary,
button[disabled].secondary {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #333;
    cursor: default;
    opacity: .6;
    box-shadow: none
}

.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover,
button.disabled.secondary:focus,
button.disabled.secondary:hover,
button[disabled].secondary:focus,
button[disabled].secondary:hover {
    color: #333;
    background-color: #e9e9e9
}

.button.disabled.success,
.button[disabled].success,
button.disabled.success,
button[disabled].success {
    background-color: #5da423;
    border-color: #457a1a;
    color: #fff;
    cursor: default;
    opacity: .6;
    box-shadow: none
}

.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success:focus,
.button[disabled].success:hover,
button.disabled.success:focus,
button.disabled.success:hover,
button[disabled].success:focus,
button[disabled].success:hover {
    color: #fff;
    background-color: #5da423
}

.button.disabled.alert,
.button[disabled].alert,
button.disabled.alert,
button[disabled].alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: #fff;
    cursor: default;
    opacity: .6;
    box-shadow: none
}

.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert:focus,
.button[disabled].alert:hover,
button.disabled.alert:focus,
button.disabled.alert:hover,
button[disabled].alert:focus,
button[disabled].alert:hover {
    color: #fff;
    background-color: #c60f13
}

.button,
button {
    padding-top: .8125em;
    padding-bottom: .75em
}

.button.tiny,
button.tiny {
    padding-top: .5em;
    padding-bottom: .4375em
}

.button.small,
button.small {
    padding-top: .625em;
    padding-bottom: .5625em
}

.button.large,
button.large {
    padding-top: 1.03125em;
    padding-bottom: 1.03125em
}

@media only screen {
    .button,
    button {
        box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
        -webkit-transition: background-color .3s ease-out;
        transition: background-color .3s ease-out
    }
    .button:active,
    button:active {
        box-shadow: 0 1px 0 rgba(0, 0, 0, .2) inset
    }
    .button.radius,
    button.radius {
        border-radius: 3px
    }
    .button.round,
    button.round {
        border-radius: 1000px
    }
}

@media only screen and (min-width:48em) {
    .button,
    button {
        display: inline-block
    }
}

form {
    margin: 0 0 1em
}

form .row .row {
    margin: 0 -.5em
}

form .row .row .column,
form .row .row .columns {
    padding: 0 .5em
}

form .row .row.collapse {
    margin: 0
}

input[type=checkbox],
input[type=file],
input[type=radio],
label.inline,
select {
    margin: 0 0 1em
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
    padding: 0
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
    padding-left: .5em
}

label {
    color: #4d4d4d;
    cursor: pointer;
    font-weight: 500;
    margin-bottom: .1875em
}

span.postfix,
span.prefix {
    background: #f2f2f2;
    color: #333
}

label.right {
    float: none;
    text-align: right
}

label.inline {
    padding: .625em 0
}

.postfix,
.prefix {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    height: 2.3125em;
    line-height: 2.3125em
}

.postfix.button,
.prefix.button {
    text-align: center;
    line-height: 2.125em;
    padding: 0
}

.prefix.button.radius {
    border-radius: 3px 0 0 3px
}

.postfix.button.radius {
    border-radius: 0 3px 3px 0
}

.prefix.button.round {
    border-radius: 1000px 0 0 1000px
}

.postfix.button.round {
    border-radius: 0 1000px 1000px 0
}

span.prefix {
    border-color: #d9d9d9;
    border-right: 0
}

span.prefix.radius {
    border-radius: 3px 0 0 3px
}

span.postfix {
    border-color: #ccc;
    border-left: 0
}

span.postfix.radius {
    border-radius: 0 3px 3px 0
}

.input-group.radius>:first-child,
.input-group.radius>:first-child * {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.input-group.radius>:last-child,
.input-group.radius>:last-child * {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.input-group.round>:first-child,
.input-group.round>:first-child * {
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}

.input-group.round>:last-child,
.input-group.round>:last-child * {
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px
}

input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .75);
    display: block;
    font-size: .875em;
    margin: 0 0 1em;
    padding: .5em;
    height: 2.3125em;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
    box-shadow: 0 0 5px #999;
    background: #fafafa;
    border-color: #999;
    outline: 0
}

input[type=date][disabled],
input[type=datetime-local][disabled],
input[type=datetime][disabled],
input[type=email][disabled],
input[type=month][disabled],
input[type=number][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=text][disabled],
input[type=time][disabled],
input[type=url][disabled],
input[type=week][disabled],
textarea[disabled] {
    background-color: #ddd
}

input[type=file] {
    width: 100%
}

fieldset {
    border: 1px solid #ddd;
    padding: 1.25em;
    margin: 1.125em 0
}

fieldset legend {
    font-weight: 700;
    background: #fff;
    padding: 0 .1875em;
    margin: 0 0 0 -.1875em
}

.error input,
.error textarea,
input.error,
textarea.error {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, .1)
}

.error input:focus,
.error textarea:focus,
input.error:focus,
textarea.error:focus {
    background: #fafafa;
    border-color: #999
}

.error label,
label.error {
    color: #c60f13
}

.error small,
small.error {
    display: block;
    padding: .375em .25em;
    margin-top: -1.3125em;
    margin-bottom: 1em;
    font-size: .75em;
    font-weight: 700;
    background: #c60f13;
    color: #fff
}

form.custom .hidden-field {
    margin-left: -99999px;
    position: absolute;
    visibility: hidden
}

.top-bar-section .has-dropdown.moved>.dropdown,
.vjs-lock-showing {
    visibility: visible
}
.vjs-has-started .vjs-control-bar {
    display: flex !important;
}
form.custom .custom {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    border: 1px solid #ccc;
    background: #fff
}

form.custom .custom.radio {
    border-radius: 1000px
}

form.custom .custom.checkbox:before {
    content: "";
    display: block;
    line-height: .8;
    height: 14px;
    width: 14px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #fff
}

form.custom .custom.radio.checked:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 1000px;
    background: #222;
    position: relative;
    top: 3px;
    left: 3px
}

form.custom .custom.checkbox.checked:before {
    content: "\00d7";
    color: #222
}

form.custom .custom.dropdown {
    display: block;
    position: relative;
    top: 0;
    height: 2.3125em;
    margin-bottom: 1.25em;
    margin-top: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0, #f3f3f3 100%);
    background: linear-gradient(to bottom, #fff 0, #f3f3f3 100%);
    box-shadow: none;
    font-size: .875em;
    vertical-align: top
}

form.custom .custom.dropdown ul {
    overflow-y: auto;
    max-height: 200px
}

.button-bar .button-group div,
.flex-video,
.top-bar {
    overflow: hidden
}

form.custom .custom.dropdown .current {
    cursor: default;
    white-space: nowrap;
    line-height: 2.25em;
    color: rgba(0, 0, 0, .75);
    text-decoration: none;
    overflow: hidden;
    display: block;
    margin-left: .5em;
    margin-right: 2.3125em
}

form.custom .custom.dropdown .selector {
    cursor: default;
    position: absolute;
    width: 2.5em;
    height: 2.3125em;
    display: block;
    right: 0;
    top: 0
}

form.custom .custom.dropdown .selector:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: #aaa transparent transparent;
    border-top-style: solid;
    position: absolute;
    left: .9375em;
    top: 50%;
    margin-top: -3px
}

form.custom .custom.dropdown.open a.selector:after,
form.custom .custom.dropdown:hover a.selector:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: #222 transparent transparent;
    border-top-style: solid
}

form.custom .custom.dropdown .disabled {
    color: #888
}

form.custom .custom.dropdown .disabled:hover {
    background: 0 0;
    color: #888
}

form.custom .custom.dropdown .disabled:hover:after {
    display: none
}

form.custom .custom.dropdown.open ul {
    display: block;
    z-index: 10;
    min-width: 100%;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

form.custom .custom.dropdown.small {
    max-width: 134px
}

form.custom .custom.dropdown.medium {
    max-width: 254px
}

form.custom .custom.dropdown.large {
    max-width: 434px
}

form.custom .custom.dropdown.expand {
    width: 100%!important
}

form.custom .custom.dropdown.open.small ul {
    min-width: 134px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

form.custom .custom.dropdown.open.medium ul {
    min-width: 254px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

form.custom .custom.dropdown.open.large ul {
    min-width: 434px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

form.custom .custom.dropdown ul {
    position: absolute;
    width: auto;
    display: none;
    left: -1px;
    top: auto;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 16px
}

.dropdown.button.large:before,
.dropdown.button.small:before,
.dropdown.button.tiny:before,
.dropdown.button:before {
    border-color: #fff transparent transparent
}

form.custom .custom.dropdown ul li {
    color: #555;
    font-size: .875em;
    cursor: default;
    min-height: 1.5em;
    line-height: 1.5em;
    margin: 0;
    white-space: nowrap;
    list-style: none;
    padding: .25em 2.375em .25em .375em
}

form.custom .custom.dropdown ul li.selected {
    background: #eee;
    color: #000
}

form.custom .custom.dropdown ul li:hover {
    background-color: #e4e4e4;
    color: #000
}

form.custom .custom.dropdown ul li.selected:hover {
    background: #eee;
    cursor: default;
    color: #000
}

form.custom .custom.dropdown ul.show {
    display: block
}

.button-bar:after,
.button-bar:before,
.button-group:after,
.button-group:before {
    content: " ";
    display: table
}

form.custom .custom.disabled {
    background-color: #ddd
}

.button-group {
    list-style: none;
    margin: 0
}

.button-group>* {
    margin: 0 0 0 -1px;
    float: left
}

.button-group>:first-child {
    margin-left: 0
}

.button-group.radius>:first-child,
.button-group.radius>:first-child>.button,
.button-group.radius>:first-child>a,
.button-group.radius>:first-child>button {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.button-group.radius>:last-child,
.button-group.radius>:last-child>.button,
.button-group.radius>:last-child>a,
.button-group.radius>:last-child>button {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.button-group.round>:first-child,
.button-group.round>:first-child>.button,
.button-group.round>:first-child>a,
.button-group.round>:first-child>button {
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}

.button-group.round>:last-child,
.button-group.round>:last-child>.button,
.button-group.round>:last-child>a,
.button-group.round>:last-child>button {
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px
}

.button-group.even-2 li {
    width: 50%
}

.button-group.even-2 li .button,
.button-group.even-2 li button {
    width: 100%
}

.button-group.even-3 li {
    width: 33.33333%
}

.button-group.even-3 li .button,
.button-group.even-3 li button {
    width: 100%
}

.button-group.even-4 li {
    width: 25%
}

.button-group.even-4 li .button,
.button-group.even-4 li button {
    width: 100%
}

.button-group.even-5 li {
    width: 20%
}

.button-group.even-5 li .button,
.button-group.even-5 li button {
    width: 100%
}

.button-group.even-6 li {
    width: 16.66667%
}

.button-group.even-6 li .button,
.button-group.even-6 li button {
    width: 100%
}

.button-group.even-7 li {
    width: 14.28571%
}

.button-group.even-7 li .button,
.button-group.even-7 li button {
    width: 100%
}

.button-group.even-8 li {
    width: 12.5%
}

.button-group.even-8 li .button,
.button-group.even-8 li button {
    width: 100%
}

.button-bar .button-group {
    float: left;
    margin-right: .625em
}

.dropdown.button {
    position: relative;
    padding-right: 3.1875em
}

.dropdown.button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    top: 50%;
    border-width: .5625em;
    right: 1.5em;
    margin-top: -.25em
}

.dropdown.button.tiny {
    padding-right: 2.1875em
}

.dropdown.button.tiny:before {
    border-width: .4375em;
    right: .875em;
    margin-top: -.15625em
}

.dropdown.button.small {
    padding-right: 2.8125em
}

.dropdown.button.small:before {
    border-width: .5625em;
    right: 1.125em;
    margin-top: -.21875em
}

.dropdown.button.large {
    padding-right: 4em
}

.dropdown.button.large:before {
    border-width: .625em;
    right: 1.75em;
    margin-top: -.3125em
}

.dropdown.button.secondary:before {
    border-color: #333 transparent transparent
}

.split.button {
    position: relative;
    padding-right: 4.8em
}

.split.button.small,
.split.button.tiny {
    padding-right: 3.9375em
}

.split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px
}

.split.button span:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid inset inset;
    left: 50%;
    border-width: .5625em;
    top: 1.125em;
    margin-left: -.5625em;
    border-color: #fff transparent transparent
}

.split.button span:active {
    background-color: rgba(0, 0, 0, .1)
}

.split.button span {
    border-left-color: #1e728c;
    width: 3em
}

.split.button.secondary span {
    border-left-color: #c3c3c3
}

.split.button.alert span {
    border-left-color: #7f0a0c
}

.split.button.success span {
    border-left-color: #396516
}

.split.button.tiny span {
    width: 2.84375em
}

.split.button.tiny span:before {
    border-top-style: solid;
    border-width: .4375em;
    top: .875em;
    margin-left: -.3125em
}

.split.button.small span {
    width: 2.8125em
}

.split.button.small span:before {
    border-top-style: solid;
    border-width: .5625em;
    top: .84375em;
    margin-left: -.5625em
}

.split.button.large {
    padding-right: 6em
}

.split.button.large span {
    width: 3.75em
}

.split.button.large span:before {
    border-top-style: solid;
    border-width: .625em;
    top: 1.3125em;
    margin-left: -.5625em
}

.split.button.expand {
    padding-left: 2em
}

.split.button.secondary span:before {
    border-color: #333 transparent transparent
}

.split.button.radius span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.split.button.round span {
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px
}

.flex-video {
    position: relative;
    padding-top: 1.5625em;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 1em
}

.flex-video.widescreen {
    padding-bottom: 57.25%
}

.flex-video.vimeo {
    padding-top: 0
}

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

.section-container,
.section-container.auto {
    width: 100%;
    display: block;
    margin-bottom: 1.25em;
    border: 1px solid #ccc;
    border-top: 0
}

.section-container.auto>.section,
.section-container.auto>section,
.section-container>.section,
.section-container>section {
    border-top: 1px solid #ccc;
    position: relative
}

.section-container.auto>.section .title,
.section-container.auto>section .title,
.section-container>.section .title,
.section-container>section .title {
    top: 0;
    cursor: pointer;
    width: 100%;
    margin: 0;
    background-color: #efefef
}

.section-container.auto>.section .title a,
.section-container.auto>section .title a,
.section-container>.section .title a,
.section-container>section .title a {
    padding: .9375em;
    display: inline-block;
    color: #333;
    font-size: .875em;
    white-space: nowrap;
    width: 100%
}

.section-container.auto>.section .title:hover,
.section-container.auto>section .title:hover,
.section-container>.section .title:hover,
.section-container>section .title:hover {
    background-color: #e2e2e2
}

.section-container.auto>.section .content,
.section-container.auto>section .content,
.section-container>.section .content,
.section-container>section .content {
    display: none;
    padding: .9375em;
    background-color: #fff
}

.section-container.auto>.section .content>:last-child,
.section-container.auto>section .content>:last-child,
.section-container>.section .content>:last-child,
.section-container>section .content>:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.section-container.auto>.section .content>:first-child,
.section-container.auto>section .content>:first-child,
.section-container>.section .content>:first-child,
.section-container>section .content>:first-child {
    padding-top: 0
}

.section-container.auto>.section.active>.content,
.section-container.auto>section.active>.content,
.section-container>.section.active>.content,
.section-container>section.active>.content {
    display: block
}

.section-container.auto>.section.active>.title,
.section-container.auto>section.active>.title,
.section-container>.section.active>.title,
.section-container>section.active>.title {
    background: #d5d5d5
}

.section-container.tabs {
    border: 0;
    position: relative
}

.section-container.tabs>.section,
.section-container.tabs>section {
    padding-top: 0;
    border: 0;
    position: static
}

.section-container.tabs>.section .title,
.section-container.tabs>section .title {
    width: auto;
    border: 1px solid #ccc;
    border-right: 0;
    border-bottom: 0;
    position: absolute;
    z-index: 1
}

.section-container.tabs>.section .title a,
.section-container.tabs>section .title a {
    width: 100%
}

.section-container.tabs>.section:last-child .title,
.section-container.tabs>section:last-child .title {
    border-right: 1px solid #ccc
}

.section-container.tabs>.section .content,
.section-container.tabs>section .content {
    border: 1px solid #ccc;
    position: absolute;
    z-index: 10;
    top: -1px
}

.section-container.tabs>.section.active>.title,
.section-container.tabs>section.active>.title {
    background-color: #fff;
    z-index: 11;
    border-bottom: 0
}

.section-container.tabs>.section.active>.content,
.section-container.tabs>section.active>.content {
    position: relative
}

@media only screen and (min-width:48em) {
    .section-container.auto {
        border: 0;
        position: relative
    }
    .section-container.auto>.section,
    .section-container.auto>section {
        padding-top: 0;
        border: 0;
        position: static
    }
    .section-container.accordion .section,
    .section-container.vertical-nav>.section,
    .section-container.vertical-nav>section {
        padding-top: 0!important
    }
    .section-container.auto>.section .title,
    .section-container.auto>section .title {
        width: auto;
        border: 1px solid #ccc;
        border-right: 0;
        border-bottom: 0;
        position: absolute;
        z-index: 1
    }
    .section-container.auto>.section .title a,
    .section-container.auto>section .title a {
        width: 100%
    }
    .section-container.auto>.section:last-child .title,
    .section-container.auto>section:last-child .title {
        border-right: 1px solid #ccc
    }
    .section-container.auto>.section .content,
    .section-container.auto>section .content {
        border: 1px solid #ccc;
        position: absolute;
        z-index: 10;
        top: -1px
    }
    .section-container.auto>.section.active>.title,
    .section-container.auto>section.active>.title {
        background-color: #fff;
        z-index: 11;
        border-bottom: 0
    }
    .section-container.auto>.section.active>.content,
    .section-container.auto>section.active>.content {
        position: relative
    }
    .section-container.vertical-tabs {
        border: 1px solid #ccc;
        position: relative
    }
    .section-container.vertical-tabs .section,
    .section-container.vertical-tabs section {
        padding-top: 0!important;
        border: 0;
        position: static;
        background-color: #efefef
    }
    .section-container.vertical-tabs .section .title,
    .section-container.vertical-tabs section .title {
        position: absolute;
        border-top: 1px solid #ccc;
        width: 12.5em
    }
    .section-container.vertical-tabs .section:first-child .title,
    .section-container.vertical-tabs section:first-child .title {
        border-top: 0
    }
    .section-container.vertical-tabs .section .content,
    .section-container.vertical-tabs section .content {
        display: block;
        position: relative;
        left: 12.5em;
        border-left: 1px solid #ccc;
        z-index: 10
    }
    .section-container.vertical-tabs .section.active>.title,
    .section-container.vertical-tabs section.active>.title {
        background-color: #fff;
        width: 12.625em;
        border-right: 0;
        z-index: 11
    }
    .section-container.vertical-tabs .section.active:last-child .title,
    .section-container.vertical-tabs section.active:last-child .title {
        border-bottom: 1px solid #ccc
    }
    .section-container.vertical-nav {
        border: 1px solid #ccc;
        border-top: 0
    }
    .section-container.vertical-nav>.section .title a,
    .section-container.vertical-nav>section .title a {
        display: block;
        width: 100%
    }
    .section-container.vertical-nav>.section .content,
    .section-container.vertical-nav>section .content {
        display: none
    }
    .section-container.vertical-nav>.section.active>.content,
    .section-container.vertical-nav>section.active>.content {
        display: block;
        position: absolute;
        left: 100%;
        top: -1px;
        z-index: 999;
        min-width: 12.5em;
        border: 1px solid #ccc
    }
    .section-container.horizontal-nav {
        position: relative;
        background: #efefef;
        border: 1px solid #ccc
    }
    .section-container.horizontal-nav>.section,
    .section-container.horizontal-nav>section {
        padding-top: 0;
        border: 0;
        position: static
    }
    .section-container.horizontal-nav>.section .title,
    .section-container.horizontal-nav>section .title {
        width: auto;
        border: 1px solid #ccc;
        border-left: 0;
        top: -1px;
        position: absolute;
        z-index: 1
    }
    .section-container.horizontal-nav>.section .title a,
    .section-container.horizontal-nav>section .title a {
        width: 100%
    }
    .section-container.horizontal-nav>.section .content,
    .section-container.horizontal-nav>section .content {
        display: none
    }
    .section-container.horizontal-nav>.section.active>.content,
    .section-container.horizontal-nav>section.active>.content {
        display: block;
        position: absolute;
        z-index: 999;
        left: 0;
        top: -2px;
        min-width: 12.5em;
        border: 1px solid #ccc
    }
}

.contain-to-grid {
    width: 100%;
    background: #111
}

.fixed {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99
}

.top-bar,
.top-bar .title-area {
    position: relative
}

.top-bar {
    height: 45px;
    line-height: 45px;
    background: #111;
    margin-bottom: 1.875em
}

.top-bar .button,
.top-bar form,
.top-bar input,
.top-bar ul,
.top-bar-section .dropdown li.title h5 {
    margin-bottom: 0
}

.top-bar ul {
    list-style: none
}

.top-bar .row {
    max-width: none
}

.top-bar input {
    height: 2.45em
}

.top-bar .button {
    padding-top: .5em;
    padding-bottom: .5em
}

.top-bar .name h1 a,
.top-bar .toggle-topbar a {
    padding: 0 15px;
    color: #fff;
    font-weight: 700;
    display: block
}

.top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 16px
}

.top-bar .name h1 {
    line-height: 45px;
    font-size: 1.0625em;
    margin: 0
}

.top-bar .name h1 a {
    width: 50%
}

.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0
}

.top-bar .toggle-topbar a {
    text-transform: uppercase;
    font-size: .8125em;
    position: relative;
    height: 45px;
    line-height: 45px
}

.top-bar .toggle-topbar.menu-icon {
    right: 15px;
    top: 50%;
    margin-top: -16px;
    padding-left: 40px
}

.top-bar .toggle-topbar.menu-icon a {
    text-indent: -48px;
    width: 34px;
    height: 34px;
    line-height: 33px;
    padding: 0;
    color: #fff
}

.top-bar .toggle-topbar.menu-icon a span {
    position: absolute;
    right: 0;
    display: block;
    width: 16px;
    height: 0;
    box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff
}

.top-bar.expanded {
    height: auto;
    background: 0 0
}

.top-bar.expanded .title-area {
    background: #111
}

.top-bar.expanded .toggle-topbar a {
    color: #888
}

.top-bar.expanded .toggle-topbar a span {
    box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888
}

.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    -webkit-transition: left .3s ease-out;
    transition: left .3s ease-out
}

.top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #333;
    font-size: 16px;
    margin: 0
}

.top-bar-section .divider,
.top-bar-section [role=separator] {
    border-bottom: solid 1px #4d4d4d;
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%
}

.top-bar-section ul li>a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 12px 0 12px 15px;
    font-size: .8125em;
    font-weight: 700;
    background: #333
}

.top-bar-section ul li>a:hover {
    background: #2b2b2b
}

.top-bar-section ul li>a.button {
    background: #2ba6cb;
    font-size: .8125em
}

.top-bar-section ul li>a.button:hover {
    background: #b5272c
}

.top-bar-section ul li>a.button.secondary {
    background: #e9e9e9
}

.top-bar-section ul li>a.button.secondary:hover {
    background: #d0d0d0
}

.top-bar-section ul li>a.button.success {
    background: #5da423
}

.top-bar-section ul li>a.button.success:hover {
    background: #457a1a
}

.top-bar-section ul li>a.button.alert {
    background: #c60f13
}

.top-bar-section ul li>a.button.alert:hover {
    background: #970b0e
}

.top-bar-section ul li.active>a {
    background: #2b2b2b
}

.top-bar-section .has-form {
    padding: 15px
}

.top-bar-section .has-dropdown {
    position: relative
}

.top-bar-section .has-dropdown>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: transparent transparent transparent rgba(255, 255, 255, .5);
    border-left-style: solid;
    margin-right: 15px;
    margin-top: -4.5px;
    position: absolute;
    top: 22px;
    right: 0
}

.top-bar-section .has-dropdown.moved {
    position: static
}

.top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    visibility: hidden;
    z-index: 99
}

.top-bar-section .dropdown li {
    width: 100%
}

.top-bar-section .dropdown li a {
    font-weight: 400;
    padding: 8px 15px
}

.top-bar-section .dropdown li.title h5 a {
    color: #fff;
    line-height: 22.5px;
    display: block
}

.top-bar-section .dropdown label {
    padding: 8px 15px 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #555;
    font-weight: 700;
    font-size: .625em
}

.top-bar-js-breakpoint {
    width: 58.75em!important;
    visibility: hidden
}

.js-generated {
    display: block
}

@media only screen and (min-width:58.75em) {
    .top-bar .title-area,
    .top-bar-section ul li {
        float: left
    }
    .top-bar,
    .top-bar.expanded {
        background: #111
    }
    .top-bar {
        overflow: visible
    }
    .top-bar:after,
    .top-bar:before {
        content: " ";
        display: table
    }
    .top-bar:after {
        clear: both
    }
    .top-bar .toggle-topbar {
        display: none
    }
    .top-bar .name h1 a {
        width: auto
    }
    .top-bar .button,
    .top-bar input {
        line-height: 2em;
        font-size: .875em;
        height: 2em;
        padding: 0 10px;
        position: relative;
        top: 8px
    }
    .contain-to-grid .top-bar {
        max-width: 100%;
        margin: 0 auto 1.875em
    }
    .top-bar-section {
        -webkit-transition: none 0 0;
        transition: none 0 0;
        left: 0!important
    }
    .top-bar-section ul {
        width: auto;
        height: auto!important;
        display: inline
    }
    .top-bar-section ul li .js-generated {
        display: none
    }
    .top-bar-section li a:not(.button) {
        padding: 0 15px;
        line-height: 45px;
        background: #111
    }
    .top-bar-section li a:not(.button):hover {
        background: #000
    }
    .top-bar-section .has-dropdown>a {
        padding-right: 35px!important
    }
    .top-bar-section .has-dropdown>a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: rgba(255, 255, 255, .5) transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px
    }
    .top-bar-section .has-dropdown.moved {
        position: relative
    }
    .top-bar-section .has-dropdown.moved>.dropdown {
        visibility: hidden
    }
    .top-bar-section .has-dropdown:active>.dropdown,
    .top-bar-section .has-dropdown:hover>.dropdown {
        visibility: visible
    }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
        border: 0;
        content: "\00bb";
        margin-top: -15px;
        right: 5px
    }
    .top-bar-section .dropdown {
        left: 0;
        top: auto;
        background: 0 0;
        min-width: 100%
    }
    .top-bar-section .dropdown li a,
    .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #1e1e1e
    }
    .top-bar-section .dropdown li a {
        color: #fff;
        line-height: 1;
        padding: 7px 15px
    }
    .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0
    }
    .top-bar-section>ul>.divider,
    .top-bar-section>ul>[role=separator] {
        border-bottom: 0;
        border-top: 0;
        border-right: solid 1px #2b2b2b;
        border-left: solid 1px #000;
        clear: none;
        height: 45px;
        width: 0
    }
    .top-bar-section .has-form {
        background: #111;
        padding: 0 15px;
        height: 45px
    }
    .top-bar-section ul.right li .dropdown {
        left: auto;
        right: 0
    }
    .top-bar-section ul.right li .dropdown li .dropdown {
        right: 100%
    }
}

#choices-container:after,
#main-container:after,
.nav-container:after,
.progress-nav>li a:after,
[data-clearing]:after {
    clear: both
}

.orbit-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #f5f5f5
}

.orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.orbit-container .orbit-slides-container img {
    display: block
}

.orbit-container .orbit-slides-container>* {
    position: relative;
    float: left;
    height: 100%
}

.orbit-container .orbit-slides-container>* .orbit-caption {
    position: absolute;
    bottom: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    width: 100%;
    padding: 10px 14px;
    font-size: .875em
}

.orbit-container .orbit-slides-container>* .orbit-caption * {
    color: #fff
}

.orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0)
}

.orbit-container .orbit-slide-number span {
    font-weight: 700;
    padding: .3125em
}

.orbit-container .orbit-timer {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 6px;
    width: 100px
}

.orbit-container .orbit-timer .orbit-progress {
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    display: block;
    width: 0
}

.orbit-container .orbit-timer>span {
    display: none;
    position: absolute;
    top: 10px;
    right: 0;
    width: 11px;
    height: 14px;
    border: 4px solid #000;
    border-top: 0;
    border-bottom: 0
}

.orbit-container .orbit-timer.paused>span {
    right: -6px;
    top: 9px;
    width: 11px;
    height: 14px;
    border: 8px inset;
    border-right-style: solid;
    border-color: transparent transparent transparent #000
}

.orbit-container:hover .orbit-timer>span {
    display: block
}

.orbit-container .orbit-next,
.orbit-container .orbit-prev {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    width: 50px;
    height: 60px;
    line-height: 50px;
    color: #fff;
    text-indent: -9999px!important
}

.orbit-container .orbit-next>span,
.orbit-container .orbit-prev>span {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    display: block;
    width: 0;
    height: 0;
    border: 16px inset
}

.orbit-container .orbit-prev {
    left: 0
}

.orbit-container .orbit-prev>span {
    border-right-style: solid;
    border-color: transparent #fff transparent transparent
}

.orbit-container .orbit-prev:hover>span {
    border-right-color: #ccc
}

.orbit-container .orbit-next {
    right: 0
}

.orbit-container .orbit-next>span {
    border-color: transparent transparent transparent #fff;
    border-left-style: solid;
    left: 50%;
    margin-left: -8px
}

.orbit-container .orbit-next:hover>span {
    border-left-color: #ccc
}

.orbit-bullets {
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
    top: 10px
}

.orbit-bullets li {
    display: block;
    width: 18px;
    height: 18px;
    background: #999;
    float: left;
    margin-right: 6px;
    border: 2px solid #222;
    border-radius: 1000px
}

.orbit-bullets li.active {
    background: #222
}

.orbit-bullets li:last-child {
    margin-right: 0
}

.touch .orbit-bullets,
.touch .orbit-container .orbit-next,
.touch .orbit-container .orbit-prev {
    display: none
}

@media only screen and (min-width:48em) {
    .touch .orbit-container .orbit-next,
    .touch .orbit-container .orbit-prev {
        display: inherit
    }
    .touch .orbit-bullets {
        display: block
    }
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, .45);
    display: none;
    top: 0;
    left: 0
}

.reveal-modal {
    visibility: hidden;
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

.reveal-modal .column,
.reveal-modal .columns {
    min-width: 0
}

.reveal-modal>:first-child {
    margin-top: 0
}

.reveal-modal>:last-child {
    margin-bottom: 0
}

.reveal-modal .close-reveal-modal {
    font-size: 1.375em;
    line-height: 1;
    position: absolute;
    right: .6875em;
    font-weight: 700;
    cursor: pointer
}

@media only screen and (min-width:48em) {
    .reveal-modal {
        padding: 1.875em;
        top: 6.25em
    }
    .reveal-modal.tiny {
        margin-left: -15%;
        width: 30%
    }
    .reveal-modal.small {
        margin-left: -20%;
        width: 40%
    }
    .reveal-modal.medium {
        margin-left: -30%;
        width: 60%
    }
    .reveal-modal.large {
        margin-left: -35%;
        width: 70%
    }
    .reveal-modal.xlarge {
        margin-left: -47.5%;
        width: 95%
    }
}

@media print {
    div:not(.reveal-modal) {
        display: none
    }
}

.joyride-list {
    display: none
}

.joyride-tip-guide {
    display: none;
    position: absolute;
    background: #000;
    color: #fff;
    z-index: 101;
    top: 0;
    left: 2.5%;
    font-family: inherit;
    font-weight: 400;
    width: 95%
}

.lt-ie9 .joyride-tip-guide {
    max-width: 800px;
    left: 50%;
    margin-left: -400px
}

.joyride-content-wrapper {
    width: 100%;
    padding: 1.125em 1.25em 1.5em
}

.joyride-content-wrapper .button {
    margin-bottom: 0!important
}

.joyride-tip-guide .joyride-nub {
    display: block;
    position: absolute;
    left: 22px;
    width: 0;
    height: 0;
    border: 14px inset
}

.joyride-tip-guide .joyride-nub.top {
    border-top-style: solid;
    border-color: #000;
    border-top-color: transparent!important;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    top: -28px
}

.joyride-tip-guide .joyride-nub.bottom {
    border-bottom-style: solid;
    border-color: #000 transparent transparent!important;
    bottom: -28px
}

.joyride-tip-guide .joyride-nub.right {
    right: -28px
}

.joyride-tip-guide .joyride-nub.left {
    left: -28px
}

.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
    line-height: 1.25;
    margin: 0;
    font-weight: 700;
    color: #fff
}

.joyride-tip-guide p {
    margin: 0 0 1.125em;
    font-size: .875em;
    line-height: 1.3
}

.joyride-timer-indicator-wrap {
    width: 50px;
    height: 3px;
    border: 1px solid #555;
    position: absolute;
    right: 1.0625em;
    bottom: 1em
}

.joyride-timer-indicator {
    display: block;
    width: 0;
    height: inherit;
    background: #666
}

.joyride-close-tip {
    position: absolute;
    right: 12px;
    top: 10px;
    color: #777!important;
    text-decoration: none;
    font-size: 30px;
    font-weight: 400;
    line-height: .5!important
}

.joyride-close-tip:focus,
.joyride-close-tip:hover {
    color: #eee!important
}

.joyride-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: 0 0;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
    cursor: pointer
}

.joyride-expose-wrapper {
    background-color: #fff;
    position: absolute;
    border-radius: 3px;
    z-index: 102;
    box-shadow: 0 0 15px #fff
}

.joyride-expose-cover {
    background: 0 0;
    border-radius: 3px;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0
}

@media only screen and (min-width:48em) {
    .joyride-tip-guide {
        width: 300px;
        left: inherit
    }
    .joyride-tip-guide .joyride-nub.bottom {
        border-color: #000 transparent transparent!important;
        bottom: -28px
    }
    .joyride-tip-guide .joyride-nub.right {
        border-color: transparent transparent transparent #000!important;
        top: 22px;
        left: auto;
        right: -28px
    }
    .joyride-tip-guide .joyride-nub.left {
        border-color: transparent #000 transparent transparent!important;
        top: 22px;
        left: -28px;
        right: auto
    }
}

[data-clearing] {
    margin-bottom: 0;
    list-style: none
}

[data-clearing]:after,
[data-clearing]:before {
    content: " ";
    display: table
}

[data-clearing] li {
    float: left;
    margin-right: 10px
}

.clearing-blackout {
    background: #111;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998
}

.clearing-blackout .clearing-close {
    display: block
}

.clearing-container {
    position: relative;
    z-index: 998;
    height: 100%;
    overflow: hidden;
    margin: 0
}

.visible-img {
    height: 95%;
    position: relative
}

.visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%
}

.clearing-caption {
    color: #fff;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: center;
    bottom: 0;
    background: #111;
    width: 100%;
    padding: 10px 30px;
    position: absolute;
    left: 0
}

.clearing-close {
    z-index: 999;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 40px;
    line-height: 1;
    color: #fff;
    display: none
}

.clearing-close:focus,
.clearing-close:hover {
    color: #ccc
}

.clearing-assembled .clearing-container {
    height: 100%
}

.clearing-assembled .clearing-container .carousel>ul {
    display: none
}

@media only screen and (min-width:48em) {
    .clearing-main-next,
    .clearing-main-prev {
        position: absolute;
        height: 100%;
        width: 40px;
        top: 0
    }
    .clearing-main-next>span,
    .clearing-main-prev>span {
        position: absolute;
        top: 50%;
        display: block;
        width: 0;
        height: 0;
        border: 16px solid
    }
    .clearing-main-prev {
        left: 0
    }
    .clearing-main-prev>span {
        left: 5px;
        border-color: transparent #fff transparent transparent
    }
    .clearing-main-next {
        right: 0
    }
    .clearing-main-next>span {
        border-color: transparent transparent transparent #fff
    }
    .clearing-main-next.disabled,
    .clearing-main-prev.disabled {
        opacity: .5
    }
    .clearing-feature~li {
        display: none
    }
    .clearing-assembled .clearing-container .carousel {
        background: #111;
        height: 150px;
        margin-top: 5px
    }
    .clearing-assembled .clearing-container .carousel>ul {
        display: block;
        z-index: 999;
        width: 200%;
        height: 100%;
        margin-left: 0;
        position: relative;
        left: 0
    }
    .clearing-assembled .clearing-container .carousel>ul li {
        display: block;
        width: 175px;
        height: inherit;
        padding: 0;
        float: left;
        overflow: hidden;
        margin-right: 1px;
        position: relative;
        cursor: pointer;
        opacity: .4
    }
    .clearing-assembled .clearing-container .carousel>ul li.fix-height img {
        min-height: 100%;
        height: 100%;
        max-width: none
    }
    .clearing-assembled .clearing-container .carousel>ul li a.th {
        border: 0;
        box-shadow: none;
        display: block
    }
    .clearing-assembled .clearing-container .carousel>ul li img {
        cursor: pointer!important;
        min-width: 100%!important
    }
    .clearing-assembled .clearing-container .carousel>ul li.visible {
        opacity: 1
    }
    .clearing-assembled .clearing-container .visible-img {
        background: #111;
        overflow: hidden;
        height: 75%
    }
    .clearing-close {
        position: absolute;
        top: 10px;
        right: 20px;
        padding-left: 0;
        padding-top: 0
    }
}

.alert-box,
.breadcrumbs,
.keystroke,
kbd {
    border-style: solid;
    border-width: 1px
}

.alert-box {
    display: block;
    font-weight: 700;
    margin-bottom: 1.25em;
    position: relative;
    padding: .6875em 1.3125em .75em .6875em;
    font-size: .875em;
    background-color: #2ba6cb;
    border-color: #b5272c;
    color: #fff
}

.alert-box .close {
    font-size: 1.375em;
    padding: 5px 4px 4px;
    line-height: 0;
    position: absolute;
    top: .4375em;
    right: .3125em;
    color: #333;
    opacity: .3
}

.alert-box .close:focus,
.alert-box .close:hover {
    opacity: .5
}

.alert-box.radius {
    border-radius: 3px
}

.alert-box.round {
    border-radius: 1000px
}

.breadcrumbs,
.keystroke,
.label.radius,
kbd {
    border-radius: 3px
}

.alert-box.success {
    background-color: #5da423;
    border-color: #457a1a;
    color: #fff
}

.alert-box.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: #fff
}

.alert-box.secondary {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #505050
}

.breadcrumbs>*,
.breadcrumbs>* a,
.breadcrumbs>* span {
    color: #2ba6cb;
    text-transform: uppercase
}

.breadcrumbs {
    display: block;
    padding: .5625em .875em;
    overflow: hidden;
    margin-left: 0;
    list-style: none;
    background-color: #f6f6f6;
    border-color: #dcdcdc
}

.breadcrumbs>* {
    margin: 0;
    float: left;
    font-size: .6875em
}

.breadcrumbs>:focus a,
.breadcrumbs>:hover a {
    text-decoration: underline
}

.breadcrumbs>.current,
.breadcrumbs>.current a {
    cursor: default;
    color: #333
}

.breadcrumbs>.current:focus,
.breadcrumbs>.current:focus a,
.breadcrumbs>.current:hover,
.breadcrumbs>.current:hover a {
    text-decoration: none
}

.breadcrumbs>.unavailable,
.breadcrumbs>.unavailable a {
    color: #999
}

.breadcrumbs>.unavailable a:focus,
.breadcrumbs>.unavailable:focus,
.breadcrumbs>.unavailable:hover,
.breadcrumbs>.unavailable:hover a {
    text-decoration: none;
    color: #999;
    cursor: default
}

.breadcrumbs>:before {
    content: "/";
    color: #aaa;
    margin: 0 .75em;
    position: relative;
    top: 1px
}

.panel.callout>:first-child,
.panel>:first-child {
    margin-top: 0
}

.breadcrumbs>:first-child:before {
    content: " ";
    margin: 0
}

.keystroke,
kbd {
    background-color: #ededed;
    border-color: #dbdbdb;
    color: #222;
    margin: 0;
    font-family: Consolas, Menlo, Courier, monospace;
    font-size: .9375em;
    padding: .125em .25em 0
}

.label {
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    padding: .1875em .625em .25em;
    font-size: .875em;
    background-color: #2ba6cb;
    color: #fff
}

.label.round {
    border-radius: 1000px
}

.label.alert {
    background-color: #c60f13;
    color: #fff
}

.label.success {
    background-color: #5da423;
    color: #fff
}

.label.secondary {
    background-color: #e9e9e9;
    color: #333
}

.inline-list {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.inline-list>li {
    list-style: none;
    float: left;
    margin-left: 1em;
    display: block
}

.inline-list>li>* {
    display: block
}

.pagination {
    display: block;
    height: 1.5em;
    margin-left: -.3125em
}

.pagination li {
    display: block;
    float: left;
    height: 1.5em;
    color: #222;
    font-size: .875em;
    margin-left: .3125em
}

.pagination li a {
    display: block;
    padding: .0625em .4375em;
    color: #999
}

.panel,
.panel.callout {
    border-style: solid;
    border-width: 1px;
    padding: 1.25em
}

.pagination li a:focus,
.pagination li:hover a {
    background: #e6e6e6
}

.pagination li.unavailable a {
    cursor: default;
    color: #999
}

.pagination li.unavailable a:focus,
.pagination li.unavailable:hover a {
    background: 0 0
}

.pagination li.current a {
    background: #2ba6cb;
    color: #fff;
    font-weight: 700;
    cursor: default
}

.pagination li.current a:focus,
.pagination li.current a:hover {
    background: #2ba6cb
}

.pagination-centered {
    text-align: center
}

.pagination-centered ul>li {
    float: none;
    display: inline-block
}

.panel {
    border-color: #d9d9d9;
    margin-bottom: 1.25em;
    background: #f2f2f2
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel p {
    color: #333
}

.panel>:last-child {
    margin-bottom: 0
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
    line-height: 1;
    margin-bottom: .625em
}

.panel h1.subheader,
.panel h2.subheader,
.panel h3.subheader,
.panel h4.subheader,
.panel h5.subheader,
.panel h6.subheader {
    line-height: 1.4
}

.panel.callout {
    border-color: #b5272c;
    margin-bottom: 1.25em;
    background: #2ba6cb;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6,
.panel.callout p {
    color: #fff
}

.panel.callout>:last-child {
    margin-bottom: 0
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6 {
    line-height: 1;
    margin-bottom: .625em
}

.panel.callout h1.subheader,
.panel.callout h2.subheader,
.panel.callout h3.subheader,
.panel.callout h4.subheader,
.panel.callout h5.subheader,
.panel.callout h6.subheader {
    line-height: 1.4
}

.panel.radius {
    border-radius: 3px
}

.pricing-table {
    border: 1px solid #ddd;
    margin-left: 0;
    margin-bottom: 1.25em
}

.pricing-table * {
    list-style: none;
    line-height: 1
}

.pricing-table .title {
    background-color: #ddd;
    padding: .9375em 1.25em;
    text-align: center;
    color: #333;
    font-weight: 700;
    font-size: 1em
}

.pricing-table .price {
    background-color: #eee;
    padding: .9375em 1.25em;
    text-align: center;
    color: #333;
    font-weight: 400;
    font-size: 1.25em
}

.pricing-table .bullet-item,
.pricing-table .description {
    background-color: #fff;
    padding: .9375em;
    font-weight: 400;
    border-bottom: dotted 1px #ddd;
    text-align: center
}

.pricing-table .description {
    color: #777;
    font-size: .75em;
    line-height: 1.4
}

.pricing-table .bullet-item {
    color: #333;
    font-size: .875em
}

.pricing-table .cta-button {
    background-color: #f5f5f5;
    text-align: center;
    padding: 1.25em 1.25em 0
}

.progress {
    background-color: transparent;
    height: 1.5625em;
    border: 1px solid #ccc;
    padding: .125em;
    margin-bottom: .625em
}

.progress .meter {
    background: #2ba6cb;
    height: 100%;
    display: block
}

.progress.secondary .meter {
    background: #e9e9e9;
    height: 100%;
    display: block
}

.progress.success .meter {
    background: #5da423;
    height: 100%;
    display: block
}

.progress.alert .meter {
    background: #c60f13;
    height: 100%;
    display: block
}

.progress.radius {
    border-radius: 3px
}

.progress.radius .meter {
    border-radius: 2px
}

.progress.round {
    border-radius: 1000px
}

.progress.round .meter {
    border-radius: 999px
}

.side-nav {
    display: block;
    margin: 0;
    padding: .875em 0;
    list-style-type: none;
    list-style-position: inside
}

.side-nav li {
    margin: 0 0 .4375em;
    font-size: .875em
}

.side-nav li a {
    display: block;
    color: #2ba6cb
}

.side-nav li.active a {
    color: #4d4d4d;
    font-weight: 700
}

.side-nav li.divider {
    border-top: 1px solid;
    height: 0;
    padding: 0;
    list-style: none;
    border-top-color: #e6e6e6
}

.sub-nav {
    display: block;
    width: auto;
    overflow: hidden;
    margin: -.25em 0 1.125em -.5625em;
    padding-top: .25em
}

.sub-nav dd,
.sub-nav dt {
    float: left;
    display: inline;
    margin-left: .5625em;
    margin-bottom: .625em;
    font-weight: 400;
    font-size: .875em
}

.sub-nav dd a,
.sub-nav dt a {
    color: #999;
    text-decoration: none
}

.sub-nav dd.active a,
.sub-nav dt.active a {
    border-radius: 1000px;
    font-weight: 700;
    background: #2ba6cb;
    padding: .1875em .5625em;
    cursor: default;
    color: #fff
}

@media only screen {
    div.switch,
    div.switch>span {
        display: block;
        padding: 0;
        border-width: 1px;
        border-style: solid;
        background: #fff
    }
    div.switch {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin-bottom: 1.25em;
        -webkit-animation: webkitSiblingBugfix infinite 1s;
        height: 36px;
        border-color: #ccc
    }
    div.switch label {
        position: relative;
        left: 0;
        z-index: 2;
        float: left;
        width: 50%;
        height: 100%;
        margin: 0;
        font-weight: 700;
        text-align: left;
        -webkit-transition: all .1s ease-out;
        transition: all .1s ease-out
    }
    div.switch input {
        position: absolute;
        z-index: 3;
        opacity: 0;
        width: 100%;
        height: 100%
    }
    div.switch input:focus,
    div.switch input:hover {
        cursor: pointer
    }
    div.switch>span {
        position: absolute;
        top: -1px;
        left: -1px;
        z-index: 1;
        -webkit-transition: all .1s ease-out;
        transition: all .1s ease-out;
        width: 2.25em;
        height: 2.25em;
        border-color: #b3b3b3;
        background: -webkit-linear-gradient(top, #fff 0, #f2f2f2 100%);
        background: linear-gradient(to bottom, #fff 0, #f2f2f2 100%);
        box-shadow: 2px 0 10px 0 rgba(0, 0, 0, .07), 1000px 0 0 980px #e1f5d1, -2px 0 10px 0 rgba(0, 0, 0, .07), -1000px 0 0 1000px #f5f5f5
    }
    div.switch input:not(:checked)+label {
        opacity: 0
    }
    div.switch input:checked {
        display: none!important
    }
    div.switch input {
        left: 0;
        display: block!important
    }
    div.switch input:first-of-type+label,
    div.switch input:first-of-type+span+label {
        left: -50%
    }
    div.switch input:first-of-type:checked+label,
    div.switch input:first-of-type:checked+span+label {
        left: 0
    }
    div.switch input:last-of-type+label,
    div.switch input:last-of-type+span+label {
        right: -50%;
        left: auto;
        text-align: right
    }
    div.switch input:last-of-type:checked+label,
    div.switch input:last-of-type:checked+span+label {
        right: 0;
        left: auto
    }
    div.switch span.custom {
        display: none!important
    }
    div.switch label {
        padding: 0 .375em;
        line-height: 2.3em;
        font-size: .875em
    }
    div.switch input:first-of-type:checked~span {
        left: 100%;
        margin-left: -2.1875em
    }
    div.switch:focus>span,
    div.switch:hover>span {
        background: #fff;
        background: -webkit-linear-gradient(top, #fff 0, #e6e6e6 100%);
        background: linear-gradient(to bottom, #fff 0, #e6e6e6 100%)
    }
    div.switch:active {
        background: 0 0
    }
    div.switch.large {
        height: 44px
    }
    div.switch.large label {
        padding: 0 .375em;
        line-height: 2.3em;
        font-size: 1.0625em
    }
    div.switch.large input:first-of-type:checked~span {
        left: 100%;
        margin-left: -2.6875em
    }
    div.switch.large>span {
        width: 2.75em;
        height: 2.75em
    }
    div.switch.small {
        height: 28px
    }
    div.switch.small label {
        padding: 0 .375em;
        line-height: 2.1em;
        font-size: .75em
    }
    div.switch.small input:first-of-type:checked~span {
        left: 100%;
        margin-left: -1.6875em
    }
    div.switch.small>span {
        width: 1.75em;
        height: 1.75em
    }
    div.switch.tiny {
        height: 22px
    }
    div.switch.tiny label {
        padding: 0 .375em;
        line-height: 1.9em;
        font-size: .6875em
    }
    div.switch.tiny input:first-of-type:checked~span {
        left: 100%;
        margin-left: -1.3125em
    }
    div.switch.tiny>span {
        width: 1.375em;
        height: 1.375em
    }
    div.switch.radius {
        border-radius: 4px
    }
    div.switch.radius>span {
        border-radius: 3px
    }
    div.switch.round {
        border-radius: 1000px
    }
    div.switch.round>span {
        border-radius: 999px
    }
    div.switch.round label {
        padding: 0 .5625em
    }
    @-webkit-keyframes webkitSiblingBugfix {
        from,
        to {
            position: relative
        }
    }
}

.f-dropdown,
.tooltip,
.tooltip>.nub {
    position: absolute
}

[data-magellan-expedition] {
    background: #fff;
    z-index: 50;
    min-width: 100%;
    padding: 10px
}

[data-magellan-expedition] .sub-nav,
[data-magellan-expedition] .sub-nav dd {
    margin-bottom: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
    margin-bottom: 1.25em;
    border: 1px solid #ddd
}

.f-dropdown.content:last-child,
.f-dropdown:last-child {
    margin-bottom: 0
}

table tfoot,
table thead {
    background: #f5f5f5;
    font-weight: 700
}

table tfoot tr td,
table tfoot tr th,
table thead tr td,
table thead tr th {
    padding: .5em .625em .625em;
    font-size: .875em;
    color: #222;
    text-align: left
}

table tr td,
table tr th {
    padding: .5625em .625em;
    font-size: .875em;
    color: #222
}

table tr.alt,
table tr.even,
table tr:nth-of-type(even) {
    background: #f9f9f9
}

table tbody tr td,
table tfoot tr td,
table tfoot tr th,
table thead tr th,
table tr td {
    display: table-cell;
    line-height: 1.125em
}

.th {
    line-height: 0;
    display: inline-block;
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.th.radius,
.tooltip {
    border-radius: 3px
}

.th:focus,
.th:hover {
    box-shadow: 0 0 6px 1px rgba(43, 166, 203, .5)
}

a.th {
    display: block
}

.has-tip {
    border-bottom: dotted 1px #ccc;
    cursor: help;
    font-weight: 700;
    color: #333
}

.has-tip:focus,
.has-tip:hover {
    border-bottom: dotted 1px #196177;
    color: #2ba6cb
}

.has-tip.tip-left,
.has-tip.tip-right {
    float: none!important
}

.tooltip {
    display: none;
    z-index: 999;
    font-weight: 700;
    font-size: .9375em;
    line-height: 1.3;
    padding: .5em;
    max-width: 85%;
    left: 50%;
    width: 100%;
    color: #fff;
    background: #000
}

.tooltip>.nub {
    display: block;
    left: 5px;
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent transparent #000;
    top: -10px
}

.tooltip.opened {
    color: #2ba6cb!important;
    border-bottom: dotted 1px #196177!important
}

.tap-to-close {
    display: block;
    font-size: .625em;
    color: #888;
    font-weight: 400
}

@media only screen and (min-width:48em) {
    .tooltip>.nub {
        border-color: transparent transparent #000;
        top: -10px
    }
    .tooltip.tip-top>.nub {
        border-color: #000 transparent transparent;
        top: auto;
        bottom: -10px
    }
    .tooltip.tip-left,
    .tooltip.tip-right {
        float: none!important
    }
    .tooltip.tip-left>.nub {
        border-color: transparent transparent transparent #000;
        right: -10px;
        left: auto;
        top: 50%;
        margin-top: -5px
    }
    .tooltip.tip-right>.nub {
        border-color: transparent #000 transparent transparent;
        right: auto;
        left: -10px;
        top: 50%;
        margin-top: -5px
    }
}

@media only screen and (max-width:767px) {
    .f-dropdown {
        max-width: 100%;
        left: 0
    }
}

.f-dropdown,
.f-dropdown.tiny {
    max-width: 200px
}

.f-dropdown {
    top: -9999px;
    list-style: none;
    padding: 1.25em;
    width: 100%;
    height: auto;
    max-height: none;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 16px;
    z-index: 99;
    margin-top: 2px
}

.f-dropdown:after,
.f-dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    display: block
}

.f-dropdown.content:first-child,
.f-dropdown:first-child {
    margin-top: 0
}

.f-dropdown:before {
    border: 6px inset;
    border-color: transparent transparent #fff;
    border-bottom-style: solid;
    top: -12px;
    left: 10px;
    z-index: 99
}

.f-dropdown:after {
    border: 7px inset;
    border-color: transparent transparent #ccc;
    border-bottom-style: solid;
    top: -14px;
    left: 9px;
    z-index: 98
}

.f-dropdown.right:before {
    left: auto;
    right: 10px
}

.f-dropdown.right:after {
    left: auto;
    right: 9px
}

.f-dropdown li {
    font-size: .875em;
    cursor: pointer;
    line-height: 1.125em;
    margin: 0
}

.f-dropdown li:focus,
.f-dropdown li:hover {
    background: #eee
}

.f-dropdown li a {
    display: block;
    padding: .3125em .625em;
    color: #555
}

.f-dropdown.content {
    position: absolute;
    top: -9999px;
    list-style: none;
    padding: 1.25em;
    width: 100%;
    height: auto;
    max-height: none;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 16px;
    z-index: 99;
    max-width: 200px
}

.f-dropdown.small {
    max-width: 300px
}

.f-dropdown.medium {
    max-width: 500px
}

.f-dropdown.large {
    max-width: 800px
}

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

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

@-webkit-keyframes indicator-fade {
    0% {
        -webkit-transform: translateX(200px);
        -ms-transform: translateX(200px);
        transform: translateX(200px);
        filter: alpha(Opacity=0);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        filter: alpha(Opacity=100);
        opacity: 1
    }
}

@keyframes indicator-fade {
    0% {
        -webkit-transform: translateX(200px);
        -ms-transform: translateX(200px);
        transform: translateX(200px);
        filter: alpha(Opacity=0);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        filter: alpha(Opacity=100);
        opacity: 1
    }
}

@-webkit-keyframes fade-out {
    0% {
        filter: alpha(Opacity=100);
        opacity: 1
    }
    100% {
        filter: alpha(Opacity=0);
        opacity: 0
    }
}

@keyframes fade-out {
    0% {
        filter: alpha(Opacity=100);
        opacity: 1
    }
    100% {
        filter: alpha(Opacity=0);
        opacity: 0
    }
}

@-webkit-keyframes fade-in {
    0% {
        filter: alpha(Opacity=0);
        opacity: 0
    }
    100% {
        filter: alpha(Opacity=100);
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        filter: alpha(Opacity=0);
        opacity: 0
    }
    100% {
        filter: alpha(Opacity=100);
        opacity: 1
    }
}

@-webkit-keyframes fake-in {
    0%,
    100% {
        filter: alpha(Opacity=100);
        opacity: 1
    }
}

@keyframes fake-in {
    0%,
    100% {
        filter: alpha(Opacity=100);
        opacity: 1
    }
}

@-webkit-keyframes fade-in-right {
    0% {
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fade-in-right {
    0% {
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fade-in-left {
    0% {
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        transform: translateX(-40px)
    }
    100% {
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fade-in-left {
    0% {
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        transform: translateX(-40px)
    }
    100% {
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fade-out-left {
    0% {
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        transform: translateX(-40px)
    }
}

@keyframes fade-out-left {
    0% {
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        transform: translateX(-40px)
    }
}

@-webkit-keyframes fade-in-up {
    0% {
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
        transform: translateY(80px)
    }
    100% {
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fade-in-up {
    0% {
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
        transform: translateY(80px)
    }
    100% {
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes welcome-contents-hide {
    0% {
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@keyframes welcome-contents-hide {
    0% {
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@-webkit-keyframes welcome-contents-show {
    0% {
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    100% {
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes welcome-contents-show {
    0% {
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    100% {
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes tour-nav-items-show {
    0% {
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-transform: translateY(800px);
        -ms-transform: translateY(800px);
        transform: translateY(800px)
    }
    100% {
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes tour-nav-items-show {
    0% {
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-transform: translateY(800px);
        -ms-transform: translateY(800px);
        transform: translateY(800px)
    }
    100% {
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes active-choice-over {
    0%,
    20% {
        width: 50%
    }
    100%,
    60% {
        width: 53%
    }
}

@keyframes active-choice-over {
    0%,
    20% {
        width: 50%
    }
    100%,
    60% {
        width: 53%
    }
}

@-webkit-keyframes active-choice-out {
    0%,
    20% {
        width: 53%
    }
    100%,
    60% {
        width: 50%
    }
}

@keyframes active-choice-out {
    0%,
    20% {
        width: 53%
    }
    100%,
    60% {
        width: 50%
    }
}

@-webkit-keyframes inactive-choice-over {
    0%,
    20% {
        width: 50%
    }
    100%,
    60% {
        width: 47%
    }
}

@keyframes inactive-choice-over {
    0%,
    20% {
        width: 50%
    }
    100%,
    60% {
        width: 47%
    }
}

@-webkit-keyframes inactive-choice-out {
    0%,
    20% {
        width: 47%
    }
    100%,
    60% {
        width: 50%
    }
}

@keyframes inactive-choice-out {
    0%,
    20% {
        width: 47%
    }
    100%,
    60% {
        width: 50%
    }
}

@-webkit-keyframes single-unfold {
    from {
        margin-left: 0;
        -webkit-transform: perspective(0) rotateY(-90deg);
        -ms-transform: perspective(0) rotateY(-90deg);
        transform: perspective(0) rotateY(-90deg);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }
    to {
        -webkit-transform: perspective(800px) rotateY(0);
        -ms-transform: perspective(800px) rotateY(0);
        transform: perspective(800px) rotateY(0);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

@keyframes single-unfold {
    from {
        margin-left: 0;
        -webkit-transform: perspective(0) rotateY(-90deg);
        -ms-transform: perspective(0) rotateY(-90deg);
        transform: perspective(0) rotateY(-90deg);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }
    to {
        -webkit-transform: perspective(800px) rotateY(0);
        -ms-transform: perspective(800px) rotateY(0);
        transform: perspective(800px) rotateY(0);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

@-webkit-keyframes other-unfold {
    from {
        margin-left: 0;
        -webkit-transform: perspective(0) rotateY(90deg);
        -ms-transform: perspective(0) rotateY(90deg);
        transform: perspective(0) rotateY(90deg);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }
    to {
        -webkit-transform: perspective(200px) rotateY(0);
        -ms-transform: perspective(200px) rotateY(0);
        transform: perspective(200px) rotateY(0);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

@keyframes other-unfold {
    from {
        margin-left: 0;
        -webkit-transform: perspective(0) rotateY(90deg);
        -ms-transform: perspective(0) rotateY(90deg);
        transform: perspective(0) rotateY(90deg);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }
    to {
        -webkit-transform: perspective(200px) rotateY(0);
        -ms-transform: perspective(200px) rotateY(0);
        transform: perspective(200px) rotateY(0);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

@-webkit-keyframes other-unfold2 {
    from {
        margin-left: 0;
        -webkit-transform: perspective(0) rotateY(-180deg);
        -ms-transform: perspective(0) rotateY(-180deg);
        transform: perspective(0) rotateY(-180deg);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }
    to {
        -webkit-transform: perspective(200px) rotateY(-4deg);
        -ms-transform: perspective(200px) rotateY(-4deg);
        transform: perspective(200px) rotateY(-4deg);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

@keyframes other-unfold2 {
    from {
        margin-left: 0;
        -webkit-transform: perspective(0) rotateY(-180deg);
        -ms-transform: perspective(0) rotateY(-180deg);
        transform: perspective(0) rotateY(-180deg);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }
    to {
        -webkit-transform: perspective(200px) rotateY(-4deg);
        -ms-transform: perspective(200px) rotateY(-4deg);
        transform: perspective(200px) rotateY(-4deg);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

@-webkit-keyframes slide-fade-in {
    0% {
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slide-fade-in {
    0% {
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slide-fade-out {
    0% {
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slide-fade-out {
    0% {
        filter: alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes zoom-in {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        filter: alpha(Opacity=100);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(4);
        -ms-transform: scale(4);
        transform: scale(4);
        filter: alpha(Opacity=0);
        opacity: 0
    }
}

@keyframes zoom-in {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        filter: alpha(Opacity=100);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(4);
        -ms-transform: scale(4);
        transform: scale(4);
        filter: alpha(Opacity=0);
        opacity: 0
    }
}

@-webkit-keyframes zoom-out {
    0% {
        -webkit-transform: scale(4);
        -ms-transform: scale(4);
        transform: scale(4);
        filter: alpha(Opacity=0);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        filter: alpha(Opacity=100);
        opacity: 1
    }
}

@keyframes zoom-out {
    0% {
        -webkit-transform: scale(4);
        -ms-transform: scale(4);
        transform: scale(4);
        filter: alpha(Opacity=0);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        filter: alpha(Opacity=100);
        opacity: 1
    }
}

body * {
    -webkit-tap-highlight-color: transparent
}

header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100px;
    -webkit-transition: top 1s;
    transition: top 1s
}

header h1 {
    height: 90px;
    width: 90px;
    background: url(../images/logo-badge.png) center center no-repeat #b5272c;
    margin: 0;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px
}

header h1 a {
    display: block;
    height: 100%
}

@media screen and (max-width:48em) {
    header h1 {
        width: 60px;
        height: 60px;
        background-size: 40px, 40px
    }
}

header .menu-activate {
    height: 90px;
    width: 90px;
    background: url(../images/menu-icon.png) no-repeat #fff;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 / 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    header .menu-activate {
        background-image: url(../images/menu-icon@2x.png);
        background-size: 90px 270px
    }
}

@media screen and (max-width:48em) {
    header .menu-activate {
        width: 60px;
        height: 60px;
        background-size: 60px, 60px
    }
}

@media screen and (max-width:48em) and (min--moz-device-pixel-ratio:1.3),
screen and (max-width:48em) and (-o-min-device-pixel-ratio:2.6 / 2),
screen and (max-width:48em) and (-webkit-min-device-pixel-ratio:1.3),
screen and (max-width:48em) and (min-device-pixel-ratio:1.3),
screen and (max-width:48em) and (min-resolution:1.3dppx) {
    header .menu-activate {
        background-image: url(../images/menu-icon@2x.png);
        background-size: 60px 180px
    }
}

header.open {
    top: -90px
}

header.open .menu-activate {
    background-position: 0 -90px
}

@media screen and (max-width:48em) {
    header.open {
        top: -60px
    }
    header.open .menu-activate {
        background-position: 0 -60px
    }
    header.back {
        top: -60px
    }
    header.back .menu-activate {
        background-position: 0 -180px
    }
}

@media screen and (max-width:48em) and (max-width:48em) {
    header.back .menu-activate {
        background-position: 0 -120px
    }
}

@media screen and (orientation:landscape) and (max-width:48em) {
    header {
        top: -120px
    }
}

.button,
button {
    background: none;
    text-transform: uppercase;
    color: #fff;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #fff;
    font-weight: 400;
    font-size: 1.875em;
    letter-spacing: 1px;
    box-shadow: none;
    padding: .75em 1.5em;
    line-height: 1em;
    -webkit-transition: all 1s;
    transition: all 1s;
    display: inline-block;
    margin: 0 auto
}

.button.active,
.button.focus,
.button:hover,
button.active,
button.focus,
button:hover {
    background: #fff;
    color: #333
}

.progress-indicator {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -37px;
    margin-top: -37px;
    width: 74px!important;
    height: 74px!important;
    background: url(../images/progress-indicator-bg.png) no-repeat
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 / 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .progress-indicator {
        background-image: url(../images/progress-indicator-bg@2x.png);
        background-size: 74px 74px
    }
}

.progress-indicator span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 27px;
    height: 27px;
    background: url(../images/progress-count-bg.png) no-repeat;
    color: #fff;
    font-size: .9375em;
    line-height: 27px;
    text-align: center
}

#main-container:after,
#main-container:before,
.nav-container:after,
.nav-container:before {
    display: table;
    content: " "
}

#main-container,
#main-container .window-container>div:nth-of-type(1) {
    width: 100%;
    height: 100%
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 / 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .progress-indicator span {
        background-image: url(../images/progress-count-bg@2x.png);
        background-size: 27px 27px
    }
}

#main-container {
    position: relative
}

#main-container .window-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.page-explore.ng-enter,
.page-explore.ng-leave {
    -webkit-transition: 1s ease-in-out all;
    transition: 1s ease-in-out all
}

.page-explore.ng-enter {
    opacity: 0;
    -webkit-transition: 1s ease-in-out all;
    transition: 1s ease-in-out all
}

.page-explore.ng-leave.ng-leave-active {
    filter: alpha(Opacity=0);
    opacity: 0
}

.page-explore.ng-enter.ng-enter-active {
    filter: alpha(Opacity=100);
    opacity: 1
}

.page-location {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7000
}

.page-location.ng-enter,
.page-location.ng-leave {
    -webkit-transition: 1s linear all;
    transition: 1s linear all
}

.page-location.ng-enter {
    opacity: 0
}

.page-location.ng-leave-active {
    opacity: 0;
    opacity: 1
}

.page-location.ng-enter.ng-enter-active {
    opacity: 1
}

.page-choices {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7000
}

.page-choices .choice1,
.page-choices .choice2 {
    -webkit-transition: 1s ease-in-out all;
    transition: 1s ease-in-out all
}

.page-choices.ng-enter,
.page-choices.ng-leave {
    -webkit-transition: 2s ease-in-out all;
    transition: 2s ease-in-out all
}

.page-choices.ng-enter {
    filter: alpha(Opacity=0);
    opacity: 0
}

.page-choices.ng-enter .choice1 {
    -webkit-animation: slide-in-left 1s 1;
    animation: slide-in-left 1s 1
}

.page-choices.ng-enter .choice2 {
    -webkit-animation: slide-in-right 1s 1;
    animation: slide-in-right 1s 1
}

.page-choices.ng-enter.ng-enter-active {
    filter: alpha(Opacity=100);
    opacity: 1
}

.nav-container .primary-nav.ng-hide-remove .secondary-indicator,
.nav-container .secondary-nav.ng-hide-remove .secondary-indicator,
.nav-container .tertiary-nav.ng-hide-remove .secondary-indicator,
.page-choices.ng-leave.ng-leave-active {
    filter: alpha(Opacity=0);
    opacity: 0
}

.page-choices.ng-leave .choice1,
.page-choices.ng-leave .choice2 {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.page-choices.ng-leave.ng-leave-active .choice1 {
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px)
}

.page-choices.ng-leave.ng-leave-active .choice2 {
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px)
}

.reveal-modal {
    z-index: 9999;
    height: 100%;
    top: 0!important;
    border: 0;
    background: #000;
    padding: 0
}

.reveal-modal h3 {
    margin: 0
}

.reveal-modal img,
.reveal-modal video {
    width: 100%;
    height: auto
}

.reveal-modal .close-reveal-modal {
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    background: url(../images/video-close.png) no-repeat #b5272c;
    background-size: 60px 60px;
    color: #333
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 / 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .reveal-modal .close-reveal-modal {
        background-image: url(../images/video-close@2x.png);
        background-size: 60px 60px
    }
}

.reveal-modal-bg {
    z-index: 9950
}
.addthis_toolbox {
    width: 115px;
    margin: 0 auto 20px
}

.hashtag {
    color: #d0d0d0;
    font-weight: 700;
    font-size: 22px
}

.nav-container {
    position: absolute;
    width: 270px;
    height: 100%;
    top: 0;
    left: 90px;
    z-index: 8000;
    overflow: hidden
}

@media screen and (max-width:48em) {
    .nav-container {
        left: 0;
        width: 100%
    }
}

.nav-container .primary-nav,
.nav-container .secondary-nav,
.nav-container .tertiary-nav {
    height: 100%
}

.nav-container .primary-nav.ng-hide-add,
.nav-container .primary-nav.ng-hide-remove,
.nav-container .secondary-nav.ng-hide-add,
.nav-container .secondary-nav.ng-hide-remove,
.nav-container .tertiary-nav.ng-hide-add,
.nav-container .tertiary-nav.ng-hide-remove {
    display: block!important
}

.nav-container .primary-nav .ng-hide-remove.ng-hide-remove-active,
.nav-container .primary-nav.ng-hide-remove,
.nav-container .secondary-nav .ng-hide-remove.ng-hide-remove-active,
.nav-container .secondary-nav.ng-hide-remove,
.nav-container .tertiary-nav .ng-hide-remove.ng-hide-remove-active,
.nav-container .tertiary-nav.ng-hide-remove {
    -webkit-animation: fade-in-left 1.5s 1 forwards;
    animation: fade-in-left 1.5s 1 forwards
}

.nav-container .primary-nav .ng-hide-add.ng-hide-add-active,
.nav-container .primary-nav.ng-hide-add,
.nav-container .secondary-nav .ng-hide-add.ng-hide-add-active,
.nav-container .secondary-nav.ng-hide-add,
.nav-container .tertiary-nav .ng-hide-add.ng-hide-add-active,
.nav-container .tertiary-nav.ng-hide-add {
    -webkit-animation: fade-out-left 1.5s 1 forwards;
    animation: fade-out-left 1.5s 1 forwards
}

.nav-container nav.primary-nav {
    text-align: center;
    float: left;
    background: #fff;
    padding-top: 110px;
    overflow: hidden;
    width: 270px
}

@media screen and (max-width:48em) {
    .nav-container nav.primary-nav {
        width: 100%;
        padding-top: 60px
    }
    .nav-container nav.primary-nav .button {
        width: 80%
    }
}

.nav-container nav.primary-nav ul {
    width: 270px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5em;
    -webkit-transition: margin-left, 1s;
    transition: margin-left, 1s
}

@media screen and (max-width:48em) {
    .nav-container nav.primary-nav ul {
        width: 100%;
        margin-bottom: .9375em
    }
}

.nav-container nav.primary-nav ul li {
    margin-bottom: 2.5em
}

@media screen and (max-width:48em) {
    .nav-container nav.primary-nav ul li {
        margin-bottom: 15px
    }
}

.nav-container nav.primary-nav ul li a {
    display: block;
    font-family: "tenso", sans-serif;
    color: #9f9f9f;
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 1px;
    vertical-align: top;
    font-weight: 900
}

.nav-container nav.primary-nav ul li a .icon {
    background: url(../images/menu-icon-placeholder.png) center center no-repeat;
    width: 38px;
    height: 38px;
    filter: alpha(Opacity=40);
    opacity: .4;
    line-height: 1;
    margin-right: 10px;
    display: none
}

.nav-container nav.primary-nav ul li a strong {
    display: inline-block;
    line-height: 55px;
    vertical-align: top
}

.progress-nav>li h3,
.watch-list li a h3 {
    font-family: "tenso", sans-serif;
    text-transform: uppercase;
    line-height: 1em
}

.nav-container nav.primary-nav .button {
    opacity: 0;
    border: 4px solid #d0d0d0;
    border-radius: 0;
    color: #d0d0d0;
    -webkit-transition: opacity, 1s;
    transition: opacity, 1s;
    font-size: 18px;
    font-weight: 900;
    padding: 15px 0;
    width: 75%;
    margin: 0 auto 20px
}
.nav-container nav.primary-nav .button:hover {
    border: 4px solid #B72734;
    color: #B72734;
    background: transparent !important;
}
.watch-list li a,
.watch-list li a h3 {
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.nav-container.one-open,
.nav-container.three-open,
.nav-container.two-open {
    width: 270px
}

@media screen and (max-width:48em) {
    .nav-container.one-open,
    .nav-container.three-open,
    .nav-container.two-open {
        width: 100%
    }
}

.nav-container.one-open nav.primary-nav .button,
.nav-container.three-open nav.primary-nav .button,
.nav-container.two-open nav.primary-nav .button {
    opacity: 1
}

.nav-container.two-open {
    width: 600px
}

@media screen and (max-width:48em) {
    .nav-container.two-open {
        width: 100%
    }
}

.nav-container.three-open {
    width: 860px
}

@media screen and (max-width:48em) {
    .nav-container.three-open {
        width: 100%
    }
}

.tour-nav.ng-hide-add,
.tour-nav.ng-hide-remove {
    display: block!important
}

.tour-nav.ng-hide-remove {
    -webkit-animation: fade-in 3.6s 1;
    animation: fade-in 3.6s 1;
    display: none
}

.tour-nav.ng-hide-remove .progress-nav li.intro {
    -webkit-animation: fade-in-left 1s 1;
    animation: fade-in-left 1s 1
}

.tour-nav.ng-hide-remove .progress-nav li.administration,
.tour-nav.ng-hide-remove .progress-nav li.sciencelabs {
    -webkit-animation: fade-in-left 1.3s 1;
    animation: fade-in-left 1.3s 1
}

.tour-nav.ng-hide-remove .progress-nav li.coffee {
    -webkit-animation: fade-in-left 1.5s 1;
    animation: fade-in-left 1.5s 1
}

.tour-nav.ng-hide-remove .progress-nav li.marine {
    -webkit-animation: fade-in-left 1.7s 1;
    animation: fade-in-left 1.7s 1
}

.tour-nav.ng-hide-remove .progress-nav li.offcampus {
    -webkit-animation: fade-in-left 1.9s 1;
    animation: fade-in-left 1.9s 1
}
.tour-nav.ng-hide-remove .progress-nav li.restaurant {
    -webkit-animation: fade-in-left 1.9s 1;
    animation: fade-in-left 1.9s 1
}

.tour-nav.ng-hide-remove .progress-nav li.athletic_fields {
    -webkit-animation: fade-in-left 2.2s 1;
    animation: fade-in-left 2.2s 1
}

.tour-nav.ng-hide-remove .progress-nav li.culinaryarts {
    -webkit-animation: fade-in-left 2.4s 1;
    animation: fade-in-left 2.4s 1
}

.tour-nav.ng-hide-remove .progress-nav li.library {
    -webkit-animation: fade-in-left 2.7s 1;
    animation: fade-in-left 2.7s 1
}

.tour-nav.ng-hide-remove .progress-nav li.beach,
.tour-nav.ng-hide-remove .progress-nav li.humanities {
    -webkit-animation: fade-in-left 3s 1;
    animation: fade-in-left 3s 1
}

.watch-nav.ng-hide-add,
.watch-nav.ng-hide-remove {
    display: block!important
}

.watch-nav.ng-hide-remove {
    -webkit-animation: fade-in 3.6s 1;
    animation: fade-in 3.6s 1
}

.watch-nav.ng-hide-remove .watch-list li.intro {
    -webkit-animation: fade-in-left 1s 1;
    animation: fade-in-left 1s 1
}

.watch-nav.ng-hide-remove .watch-list li.administration,
.watch-nav.ng-hide-remove .watch-list li.sciencelabs {
    -webkit-animation: fade-in-left 1.3s 1;
    animation: fade-in-left 1.3s 1
}

.watch-nav.ng-hide-remove .watch-list li.coffee {
    -webkit-animation: fade-in-left 1.5s 1;
    animation: fade-in-left 1.5s 1
}

.watch-nav.ng-hide-remove .watch-list li.marine {
    -webkit-animation: fade-in-left 1.7s 1;
    animation: fade-in-left 1.7s 1
}

.watch-nav.ng-hide-remove .watch-list li.offcampus {
    -webkit-animation: fade-in-left 1.9s 1;
    animation: fade-in-left 1.9s 1
}
.watch-nav.ng-hide-remove .watch-list li.restaurant {
    -webkit-animation: fade-in-left 1.9s 1;
    animation: fade-in-left 1.9s 1
}

.watch-nav.ng-hide-remove .watch-list li.athletic_fields {
    -webkit-animation: fade-in-left 2.2s 1;
    animation: fade-in-left 2.2s 1
}

.watch-nav.ng-hide-remove .watch-list li.culinaryarts {
    -webkit-animation: fade-in-left 2.4s 1;
    animation: fade-in-left 2.4s 1
}

.watch-nav.ng-hide-remove .watch-list li.beach,
.watch-nav.ng-hide-remove .watch-list li.humanities {
    -webkit-animation: fade-in-left 3s 1;
    animation: fade-in-left 3s 1
}

.viewport {
    overflow-y: scroll;
    max-height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.watch-list li {
    padding: 0 25px;
    position: relative;
    margin-bottom: 25px
}

.watch-list li a {
    display: block;
    position: relative;
    border-radius: 4px
}

.watch-list li a h3,
.watch-list li a h3 span {
    position: absolute;
    width: 100%;
    text-align: center
}

.watch-list li a h3 {
    top: 0;
    left: 0;
    height: 100%;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0;
    border-radius: 4px
}

.watch-list li a h3 span {
    bottom: 20px;
    display: block;
    vertical-align: baseline
}

.watch-list li a img {
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.watch-list li.intro h3 {
    background-color: #b5272c;
    background: rgba(0, 183, 198, .75)
}

.watch-list li.administration h3,
.watch-list li.sciencelabs h3 {
    background-color: #b5272c;
    background: rgba(235, 183, 0, .75)
}

.watch-list li.coffee h3 {
    background-color: #c13828;
    background: rgba(193, 56, 40, .75)
}

.watch-list li.marine h3 {
    background-color: #aaba0a;
    background: rgba(170, 186, 10, .75)
}

.watch-list li.offcampus h3 {
    background-color: #006b77;
    background: rgba(0, 107, 119, .75)
}

.watch-list li.restaurant h3 {
    background-color: #5b195e;
    background: rgba(0, 107, 119, .75)
}

.watch-list li.athletic_fields h3 {
    background-color: #b5272c;
    background: rgba(235, 183, 0, .75)
}

.watch-list li.culinaryarts h3 {
    background-color: #5b195e;
    background: rgba(91, 25, 94, .75)
}

.watch-list li.library h3 {
    background-color: #b5272c;
    background: rgba(0, 183, 198, .75)
}

.watch-list li.beach h3,
.watch-list li.humanities h3 {
    background-color: #c13828;
    background: rgba(193, 56, 40, .75)
}

.progress-nav {
    margin-top: 40px
}

.progress-nav>li {
    padding: 0 45px 0 25px;
    position: relative;
    margin-bottom: 25px
}

.progress-nav>li h3 {
    font-size: 1.4em;
    color: #333;
    margin: 0;
    padding: 0 0 0 20px;
    display: table-cell;
    vertical-align: middle
}

.progress-nav>li a {
    display: table;
    color: #9f9f9f;
    font-size: .8125em
}

.progress-nav>li a:after,
.progress-nav>li a:before {
    content: " ";
    display: table
}

.progress-nav>li .icon {
    display: table-cell;
    width: 60px;
    height: 60px;
    background: url(../images/intro-icon-small.png) no-repeat;
    margin: 0;
    padding: 0;
    vertical-align: middle
}

.progress-nav>li p,
.tour-secondary-nav li.video {
    display: none
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 / 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .progress-nav>li .icon {
        background-image: url(../images/intro-icon-small@2x.png);
        background-size: 60px 60px
    }
}

.progress-nav>li .secondary-indicator {
    position: absolute;
    width: 18px;
    height: 31px;
    top: 0;
    right: -1px;
    margin-top: 12px;
    background: url(../images/nav-indicator.png) no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

nav.secondary-nav h2,
nav.tertiary-nav h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 .9375em;
    line-height: 1em;
    font-family: "tenso", sans-serif
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 / 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .progress-nav>li .secondary-indicator {
        background-image: url(../images/nav-indicator@2x.png);
        background-size: 18px 186px
    }
}

.progress-nav>li.intro .icon {
    background: url(../images/intro-icon-small.png) no-repeat
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 / 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .progress-nav>li.intro .icon {
        background-image: url(../images/intro-icon-small@2x.png);
        background-size: 60px 60px
    }
}

.progress-nav>li.sciencelabs .icon {
    background: url(../images/chemistry-icon-small.png) no-repeat
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 / 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .progress-nav>li.sciencelabs .icon {
        background-image: url(../images/chemistry-icon-small@2x.png);
        background-size: 60px 60px
    }
}

.progress-nav>li.administration .icon {
    background: url(../images/administration-icon-small.png) no-repeat
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 / 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .progress-nav>li.administration .icon {
        background-image: url(../images/administration-icon-small@2x.png);
        background-size: 60px 60px
    }
}

.progress-nav>li.coffee .icon {
    background: url(../images/coffeeshop-icon-small.png) no-repeat
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 / 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .progress-nav>li.coffee .icon {
        background-image: url(../images/coffeeshop-icon-small@2x.png);
        background-size: 60px 60px
    }
}

.progress-nav>li.marine .icon {
    background: url(../images/marine-icon-small.png) no-repeat
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 / 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .progress-nav>li.autoshop .icon {
        background-image: url(../images/marine-icon-small@2x.png);
        background-size: 60px 60px
    }
}

.progress-nav>li.offcampus .icon {
    background: url(../images/offcampus-icon-small.png) no-repeat
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 / 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .progress-nav>li.offcampus .icon {
        background-image: url(../images/offcampus-icon-small@2x.png);
        background-size: 60px 60px
    }
}

.progress-nav>li.restaurant .icon {
    background: url(../images/restaurant-icon-small.png) no-repeat
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 / 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .progress-nav>li.restaurant .icon {
        background-image: url(../images/restaurant-icon-small@2x.png);
        background-size: 60px 60px
    }
}

.progress-nav>li.athletic_fields .icon {
    background: url(../images/fields-icon-small.png) no-repeat
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 / 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .progress-nav>li.athletic_fields .icon {
        background-image: url(../images/fields-icon-small@2x.png);
        background-size: 60px 60px
    }
}

.progress-nav>li.culinaryarts .icon {
    background: url(../images/cafe-icon-small.png) no-repeat
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 / 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .progress-nav>li.culinaryarts .icon {
        background-image: url(../images/cafe-icon-small@2x.png);
        background-size: 60px 60px
    }
}

.progress-nav>li.beach .icon {
    background: url(../images/beach-icon-small.png) no-repeat
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 / 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .progress-nav>li.beach .icon {
        background-image: url(../images/beach-icon-small@2x.png);
        background-size: 60px 60px
    }
}

.progress-nav>li.humanities .icon {
    background: url(../images/humanities-icon-small.png) no-repeat
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 / 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .progress-nav>li.beach .icon {
        background-image: url(../images/humanities-icon-small@2x.png);
        background-size: 60px 60px
    }
}

.progress-nav>li.library .icon {
    background: url(../images/library-icon-small.png) no-repeat
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 / 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .progress-nav>li.beach .icon {
        background-image: url(../images/library-icon-small@2x.png);
        background-size: 60px 60px
    }
}

.progress-nav>li.active .secondary-indicator {
    top: 0;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-animation: indicator-fade .8s 1 forwards .8s;
    animation: indicator-fade .8s 1 forwards .8s
}

nav.secondary-nav {
    width: 330px;
    float: left;
    background-color: #fff;
    border-left: 2px solid #f2f2f2
}

@media screen and (max-width:48em) {
    nav.secondary-nav {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0
    }
}

nav.secondary-nav h2 {
    color: #9f9f9f;
    font-size: 36px;
    padding-top: 1.125em
}

nav.tertiary-nav {
    width: 260px;
    float: left;
    background-color: #fff
}

@media screen and (max-width:48em) {
    nav.tertiary-nav {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0
    }
}

#choices-container .choice1,
#choices-container .choice2,
.tour-nav,
.tour-secondary-nav {
    height: 100%;
    position: relative
}

nav.tertiary-nav h2 {
    font-size: 24px;
    padding: 2.5em 1em 0
}

.tour-secondary-nav {
    width: 100%
}

.location-menus-tip,
.tour-secondary-nav {
    background-color: #b5272c
}

.tour-secondary-nav h2 {
    color: #fff
}

.tour-secondary-nav ul {
    padding: 0 45px
}

.tour-secondary-nav ul li {
    margin-bottom: 5px
}

.tour-secondary-nav ul li a {
    display: block;
    padding: 8px 0 8px 33px;
    color: #fff;
    font-size: .8125em;
    line-height: 1.125em
}

#choices-container.one-choice>div.active h2,
#choices-container.two-choices>div.active h2 {
    color: rgba(255, 255, 255, .4)
}

@media screen and (max-width:48em) {
    .tour-secondary-nav ul li a {
        font-size: 1em;
        line-height: 1.375em
    }
}

.tour-secondary-nav ul li.video a {
    background: url(../images/secondary-video-icon.png) left center no-repeat
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 / 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .tour-secondary-nav ul li.video a {
        background-image: url(../images/secondary-video-icon@2x.png);
        background-size: 20px 18px
    }
}

.tour-secondary-nav ul li.image a {
    background: url(../images/secondary-image-icon.png) left center no-repeat
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 / 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .tour-secondary-nav ul li.image a {
        background-image: url(../images/secondary-image-icon@2x.png);
        background-size: 20px 18px
    }
}

.tour-secondary-nav ul li.main-video a {
    background: url(../images/main-video-icon.png) left center no-repeat;
    font-size: 16px;
    line-height: 1em;
    padding: 20px 0 20px 48px
}

@media (min--moz-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6 / 2),
(-webkit-min-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .tour-secondary-nav ul li.main-video a {
        background-image: url(../images/main-video-icon@2x.png);
        background-size: 35px 36px
    }
}

#choices-container.one-choice>div.active .choice-content-container,
#choices-container.two-choices>div.active .choice-content-container {
    background: 0 0
}

#choices-container {
    height: 100%
}

#choices-container:after,
#choices-container:before {
    content: " ";
    display: table
}

#choices-container .choice1 video,
#choices-container .choice2 video {
    width: 100%;
    height: auto
}

#choices-container .choice1 {
    width: 100%;
    overflow: hidden
}

#choices-container .choice2 {
    overflow: hidden
}

#choices-container .choice2 video {
    margin-left: -30%
}

#choices-container.two-choices>div {
    float: left;
    width: 50%
}

#choices-container.two-choices>div.active i {
    opacity: 0
}

#choices-container.two-choices>div video {
    width: auto;
    height: 100%
}

@media screen and (max-width:48em) {
    #choices-container.two-choices>div {
        width: 100%;
        height: 50%;
        float: none
    }
}

@media screen and (orientation:landscape) and (max-width:48em) {
    .isios .video-js .vjs-tech {
        top: 0
    }
    #choices-container.two-choices>div {
        float: left;
        width: 50%;
        height: 100%
    }
    #choices-container.two-choices>div .button {
        display: none
    }
}

#choices-container.one-choice>div.active i {
    opacity: 0
}

#choices-container.one-choice>div h2 {
    width: 800px
}

#choices-container .choice {
    height: 100%
}
#choices-container .choice.sciencelabs .choice-content-container {
    background-color: #83e4be;
    background: rgba(131, 228, 190, .75)
}
#choices-container .choice.intro .choice-content-container {
    background-color: #00b7c6;
    background: rgba(0, 183, 198, .75)
}
#choices-container .choice.coffee .choice-content-container {
    background-color: #B72734;
    background: rgba(183, 39, 52, .75)
}
#choices-container .choice.administration .choice-content-container {
    background-color: #B72734;
    background: rgba(183, 39, 52, .75)
}
#choices-container .choice.marine .choice-content-container {
    background-color: #aaba0a;
    background: rgba(170, 186, 10, .75)
}
#choices-container .choice.offcampus .choice-content-container {
    background-color: #006b77;
    background: rgba(0, 107, 119, .75)
}
#choices-container .choice.restaurant .choice-content-container {
    background-color: #5b195e;
    background: rgba(0, 107, 119, .75)
}
#choices-container .choice.athletic_fields .choice-content-container {
    background-color: #ebb700;
    background: rgba(235, 183, 0, .75)
}
#choices-container .choice.culinaryarts .choice-content-container {
    background-color: #5b195e;
    background: rgba(91, 25, 94, .75)
}
#choices-container .choice.library .choice-content-container {
    background-color: #00b7c6;
    background: rgba(0, 183, 198, .75)
}
#choices-container .choice.beach .choice-content-container {
    background-color: #B72734;
    background: rgba(183, 39, 52, .75)
}
#choices-container .choice.humanities .choice-content-container {
    background-color: #aaba0a;
    background: rgba(170, 186, 10, .75)
}
@media screen and (max-width:48em) {
    #choices-humanities .choice.humanities h2 {
        white-space: nowrap;
        font-size: 24px;
        line-height: 36px
    }
    #choices-humanities .choice.humanities .choice-content-container {
        background-color: #aaba0a
    }
}
.choice-content-container a {
    display: block
}

.choice-content-container a.h-choice-button {
    display: inline-block;
    border: 5px solid #fff;
    border-radius: 0;
    margin-top: 2em;
}

#choices-container .choice h2 {
    font-family: "tenso", sans-serif;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 1px;
    -webkit-transition: color 1s;
    transition: color 1s;
    margin: 0 auto;
    padding: 0 25px;
}

#welcome h2,
#welcome h2 small {
    font-family: "tenso", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase
}

#choices-container .choice h2 span {
    display: block;
    font-size: 26px
}

@media screen and (max-width:48em) {
    #choices-container .choice h2 {
        font-size: 32px;
        width: auto;
        margin-left: 15px;
        margin-right: 15px
    }
    #choices-container .choice h2 span {
        font-size: 16px;
        line-height: 1em
    }
}

@media screen and (orientation:landscape) and (max-width:48em) {
    #choices-container .choice h2 {
        font-size: 18px
    }
    #choices-container .choice h2 span {
        font-size: 14px
    }
}

#choices-container .choice.active .choice-content-container {
    background-color: transparent!important
}

#choices-container .choice.active i {
    opacity: 0
}

#choices-container .choice.active h2 {
    color: rgba(255, 255, 255, .4)
}

.choice-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%
}

#welcome,
.choice-content-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.choice-content-container {
    padding-top: 30%;
    -webkit-transition: background-color 1s;
    transition: background-color 1s
}

@media screen and (max-width:48em) {
    .choice-content-container {
        padding-top: 15px
    }
}

#welcome {
    z-index: 7000;
    background-color: #B72734;
    background: rgba(183, 39, 52, .85);
    padding-top: 120px;
    display: none
}

#welcome h2 {
    font-weight: 900;
    color: #fff;
    font-size: 78px;
    margin: 0 auto 40px;
    line-height: 1em
}

#welcome h2 small {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 400;
    margin-top: 20px
}

#welcome .button small,
#welcome span {
    font-family: "tenso", sans-serif;
    color: #fff
}

@media screen and (max-width:48em) {
    #welcome h2 {
        font-size: 40px;
        margin-bottom: 20px
    }
    #welcome h2 small {
        font-size: 16px
    }
    #welcome p {
        display: none
    }
}

#welcome p {
    margin: 0 auto 20px;
    font-size: 1em;
    color: #fff;
    letter-spacing: .025em;
    font-weight: 400
}

#welcome span {
    display: inline-block;
    font-size: 1.5em;
    filter: alpha(Opacity=50);
    opacity: .6;
    text-transform: uppercase;
    vertical-align: top;
    line-height: 125px
}

#welcome .button {
    padding: .625em .5em .5em;
    font-size: 1.6em;
    border: 6px solid #fff;
    border-radius: 0!important;
    font-weight: 900!important;
    cursor: pointer
}

#welcome .button small {
    margin-top: 20px;
    display: block;
    text-transform: none;
    font-size: 11px;
    line-height: 1.25em;
    font-weight: 400!important
}

#welcome .button:hover small {
    color: #111
}

#welcome .button:hover {
    border: 6px solid #111;
    color: #111!important
}

.welcome-options .large-1 {
    padding: 0!important
}

@media screen and (max-width:48em) {
    #welcome .button {
        padding: .5em;
        width: 300px;
        font-size: 1.4em
    }
    #welcome .button small,
    #welcome span {
        display: none
    }
    .welcome-options .large-5 {
        padding: 0!important
    }
    .h-welcome-explore-button {
        margin-top: 1.5em
    }
    .welcome-options {
        margin-top: 1em
    }
    .welcome-options .row {
        margin: 0
    }
}

#map {
    width: 100%;
    height: 100%
}

.flag-description,
.location-menus-nav {
    box-shadow: 0 3px 14px rgba(0, 0, 0, .4)
}

#flag-description-learningresources .flag-description-img,
#flag-description-sportspavilion .flag-description-img,
#flag-description-campusstore .flag-description-img,
#flag-description-earthandbiological .flag-description-img,
#flag-description-humanities .flag-description-img,
#flag-description-physicalscience .flag-description-img,
#flag-description-administration .flag-description-img,
#flag-description-marinediving .flag-description-img,
#flag-description-jewelrylab .flag-description-img,
#flag-description-developmentcenter .flag-description-img,
#flag-description-inforegistration .flag-description-img,
#flag-description-studentservices .flag-description-img,
#flag-description-inforegistrationschott .flag-description-img,
.flag-container,
.flag-description,
.flag-descriptions,
.flagtitle,
.location-menus,
.location-menus-parents {
    display: none
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000
}

.vjs-loading-spinner {
    display: none;
    opacity: 0
}
.vjs-texttrack-settings {
    display: none;
}
.location-menus-close-button,
.location-menus-parents,
.location-menus-tip-container {
    width: 190px;
    left: 176px;
    margin-left: -248px;
    margin-top: -80px;
    top: 138px
}

.location-menus-tip-container {
    margin-top: -140px;
    width: 40px;
    height: 40px;
    position: absolute;
    overflow: hidden
}

.location-menus-tip {
    width: 15px;
    height: 15px;
    margin-left: 7px;
    margin-top: 16px;
    transform: rotate(45deg)
}

.location-menus-close-button {
    position: absolute;
    text-align: center;
    width: 23px;
    top: -12px;
    height: 23px;
    font: 16px verdana;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    background: #000;
    border-radius: 24px;
    z-index: 1;
    padding-top: 1px
}

.location-menus-close-button:hover {
    color: #999
}

.location-menus-img-container {
    background: #000
}

.location-menus-img {
    width: 100%
}

.location-menus-img-play {
    width: 25%;
    margin-top: -55%;
    opacity: .92
}

ul.location-menus-no-bullet {
    list-style: none
}

.location-menus-nav h2 {
    font-family: "tenso", sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 1px;
    margin: 0 0 .9375em;
    padding-top: 1.5em;
    line-height: 1.1em
}

h2.location-menus-text-center {
    margin-bottom: 0;
    font-size: 19px
}

.location-menus-secondaries {
    text-align: left
}
.viewcount {
    background: #fff;
    border-radius: 24px
}

.flagflag {
    position: absolute;
    height: 24px;
    width: 24px;
    background: url(../images/info-i.png) top center no-repeat;
    background-size: 24px 24px
}

.flag-description {
    width: 190px;
    background: #fff;
    position: absolute;
    right: -200px;
    top: -90px
}

.flag-description-tip-container {
    width: 40px;
    height: 40px;
    position: absolute;
    overflow: hidden;
    top: 81px;
    left: -40px
}

.flag-description-tip {
    width: 15px;
    height: 15px;
    margin-left: 33px;
    margin-top: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .9)
}

.flag-description-close-button {
    position: absolute;
    text-align: center;
    width: 23px;
    top: -12px;
    left: 177px;
    height: 23px;
    font: 16px verdana;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    background: #000;
    border-radius: 24px;
    z-index: 999;
    padding-top: 1px
}

.flag-description-close-button:hover {
    color: #999
}

.flag-description-img,
.flag-description-img img {
    width: 100%
}

.flag-menus-description-container {
    position: absolute;
    background: #fff;
    text-align: left;
    width: 190px;
    padding: 10px
}

.flag-description-text {
    padding: 20px;
    font-size: 11px;
    text-align: left;
    color: #000
}

.flag-description-text h1 {
    font-size: 12px;
    font-weight: 700
}

.flag-description-text p {
    margin: 0;
    font-family: "tenso", sans-serif;
    font-size: 15px;
    line-height: 1.4;
}

.md-scroll-mask {
    position: initial
}

.satellite-links {
    position: absolute;
    bottom: 20px;
    right: 15px;
    width: 275px;
    z-index: 1;
    display: none
}

.satellite-links div {
    float: left;
    width: 46%;
    -webkit-box-shadow: -7px 7px 0 0 rgba(0, 0, 0, .13);
    -moz-box-shadow: -7px 7px 0 0 rgba(0, 0, 0, .13);
    box-shadow: -7px 7px 0 0 rgba(0, 0, 0, .13)
}

.satellite-links div:nth-of-type(2) {
    margin-left: 4%
}

.satellite-links a {
    display: block;
    background: #A2CE9E;
    padding: .5em 0;
    width: 100%;
    border: 6px solid #fff;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-align: center
}

@media screen and (max-width:48em) {
    .satellite-links {
        width: 250px;
        bottom: 20px;
        right: 15px
    }
    .satellite-links a {
        font-size: 18px;
        border: 6px solid #fff
    }
}

.satellite .flag-description {
    top: -15px
}

.satellite .flag-description-text {
    padding: 10px 20px
}

.satellite .flag-description-text p {
    font-family: "tenso", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
}

.satellite .flag-description-tip-container {
    top: 8px
}