﻿@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400,700&subset=latin-ext");

@font-face {
    font-family: 'Bebas Neue';
    src: url("../fonts/BebasNeue-Regular.otf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Bebas Neue';
    src: url("../fonts/BebasNeue-Bold.otf");
    font-weight: bold;
    font-style: normal
}

meta.foundation-version {
    font-family: "/5.5.3/"
}

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0
}

meta.foundation-mq-small-only {
    font-family: "/only screen and (max-width: 40em)/";
    width: 0
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.0625em)/";
    width: 40.0625em
}

meta.foundation-mq-medium-only {
    font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
    width: 40.0625em
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.0625em)/";
    width: 64.0625em
}

meta.foundation-mq-large-only {
    font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
    width: 64.0625em
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.0625em)/";
    width: 90.0625em
}

meta.foundation-mq-xlarge-only {
    font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
    width: 90.0625em
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.0625em)/";
    width: 120.0625em
}

meta.foundation-data-attribute-namespace {
    font-family: false
}

html, body {
    height: 100%
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html, body {
    font-size: 100%
}

body {
    background: #fff;
    color: #222;
    cursor: auto;
    font-family: "Nunito Sans", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    position: relative
}

a:hover {
    cursor: pointer
}

img {
    max-width: 100%;
    height: auto
}

img {
    -ms-interpolation-mode: bicubic
}

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
    max-width: none !important
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.hide {
    display: none
}

.invisible {
    visibility: hidden
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle
}

textarea {
    height: auto;
    min-height: 50px
}

select {
    width: 100%
}

.accordion {
    margin-bottom: 0;
    margin-left: 0
}

.accordion:before, .accordion:after {
    content: " ";
    display: table
}

.accordion:after {
    clear: both
}

.accordion .accordion-navigation, .accordion dd {
    display: block
}

.accordion .accordion-navigation.active>a, .accordion dd.active>a {
    background: transparent;
    color: #393e41
}

.accordion .accordion-navigation>a, .accordion dd>a {
    background: transparent;
    color: #393e41;
    display: block;
    font-family: "Nunito Sans", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    padding: 0;
    font-weight: bold
}

.accordion .accordion-navigation>a:hover, .accordion dd>a:hover {
    background: transparent
}

.accordion .accordion-navigation>.content, .accordion dd>.content {
    display: none;
    padding: 0
}

.accordion .accordion-navigation>.content.active, .accordion dd>.content.active {
    background: transparent;
    display: block
}

.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 0.8125rem;
    font-weight: normal;
    margin-bottom: 1.25rem;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    position: relative;
    transition: opacity 300ms ease-out;
    background-color: #004c98;
    border-color: #004183;
    color: #fff
}

.alert-box .close {
    right: 0.25rem;
    background: inherit;
    color: #333;
    font-size: 1.375rem;
    line-height: .9;
    margin-top: -0.6875rem;
    opacity: 0.3;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%
}

.alert-box .close:hover, .alert-box .close:focus {
    opacity: 0.5
}

.alert-box.radius {
    border-radius: 3px
}

.alert-box.round {
    border-radius: 1000px
}

.alert-box.success {
    background-color: #fdb813;
    border-color: #e8a402;
    color: #fff
}

.alert-box.alert {
    background-color: #004c98;
    border-color: #004183;
    color: #fff
}

.alert-box.secondary {
    background-color: #004c98;
    border-color: #004183;
    color: #fff
}

.alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #fff
}

.alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #001a34
}

.alert-box.alert-close {
    opacity: 0
}

button, .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Nunito Sans", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: bold;
    line-height: 1.625rem;
    text-transform: uppercase;
    margin: 0 0 0.625rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.625rem 1.25rem 0.5625rem 1.25rem;
    font-size: 0.875rem;
    background-color: #004c98;
    border-color: #003d7a;
    color: #fff;
    transition: background-color 300ms ease-out
}

button:hover, button:focus, .button:hover, .button:focus {
    background-color: #003d7a
}

button:hover, button:focus, .button:hover, .button:focus {
    color: #fff
}

button.secondary, .button.secondary {
    background-color: #004c98;
    border-color: #003d7a;
    color: #fff
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
    background-color: #003d7a
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
    color: #fff
}

button.success, .button.success {
    background-color: #fdb813;
    border-color: #d89902 !important;
    color: #fff
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
    background-color: #d89902
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
    color: #fff
}

button.alert, .button.alert {
    background-color: #004c98;
    border-color: #003d7a;
    color: #fff
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
    background-color: #003d7a
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
    color: #fff
}

button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff
}

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
    background-color: #cf6e0e
}

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
    color: #fff
}

button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
    background-color: #61b6d9
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
    color: #fff
}

button.large, .button.large {
    padding: 0.75rem 1.5rem 0.6875rem 1.5rem;
    font-size: 1rem
}

button.small, .button.small {
    padding: 0.5625rem 1.125rem 0.5rem 1.125rem;
    font-size: 0.75rem
}

button.tiny, .button.tiny {
    padding: 0.5rem 1rem 0.4375rem 1rem;
    font-size: 0.625rem
}

button.expand, .button.expand {
    padding: 0.625rem 1.25rem 0.5625rem 1.25rem;
    font-size: 0.875rem;
    padding-bottom: 0.6875rem;
    padding-top: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%
}

button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem
}

button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem
}

button.radius, .button.radius {
    border-radius: 3px
}

button.round, .button.round {
    border-radius: 1000px
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #004c98;
    border-color: #003d7a;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: 0.7
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    background-color: #003d7a
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    color: #fff
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    background-color: #004c98
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
    background-color: #004c98;
    border-color: #003d7a;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: 0.7
}

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, .button[disabled].secondary:focus {
    background-color: #003d7a
}

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, .button[disabled].secondary:focus {
    color: #fff
}

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, .button[disabled].secondary:focus {
    background-color: #004c98
}

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
    background-color: #fdb813;
    border-color: #d89902 !important;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: 0.7
}

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, .button[disabled].success:focus {
    background-color: #d89902
}

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, .button[disabled].success:focus {
    color: #fff
}

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, .button[disabled].success:focus {
    background-color: #fdb813
}

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
    background-color: #004c98;
    border-color: #003d7a;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: 0.7
}

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, .button[disabled].alert:focus {
    background-color: #003d7a
}

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, .button[disabled].alert:focus {
    color: #fff
}

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, .button[disabled].alert:focus {
    background-color: #004c98
}

button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: 0.7
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
    background-color: #cf6e0e
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
    color: #fff
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
    background-color: #f08a24
}

button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333;
    box-shadow: none;
    cursor: default;
    opacity: 0.7
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
    background-color: #61b6d9
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
    color: #fff
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
    background-color: #a0d3e8
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

@media only screen and (min-width: 40.0625em) {
    button, .button {
        display: inline-block
    }
}

.clearing-thumbs, [data-clearing] {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0
}

.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table
}

.clearing-thumbs:after, [data-clearing]:after {
    clear: both
}

.clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px
}

.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0
}

.clearing-blackout {
    background: #333;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
    left: 0
}

.clearing-blackout .clearing-close {
    display: block
}

.clearing-container {
    height: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 998
}

.clearing-touch-label {
    color: #aaa;
    font-size: .6em;
    left: 50%;
    position: absolute;
    top: 50%
}

.visible-img {
    height: 95%;
    position: relative
}

.visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
    max-width: 100%
}

.clearing-caption {
    background: #333;
    bottom: 0;
    color: #ccc;
    font-size: 0.875em;
    line-height: 1.3;
    margin-bottom: 0;
    padding: 10px 30px 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0
}

.clearing-close {
    color: #ccc;
    display: none;
    font-size: 30px;
    line-height: 1;
    padding-left: 20px;
    padding-top: 10px;
    z-index: 999
}

.clearing-close:hover, .clearing-close:focus {
    color: #ccc
}

.clearing-assembled .clearing-container {
    height: 100%
}

.clearing-assembled .clearing-container .carousel>ul {
    display: none
}

.clearing-feature li {
    display: none
}

.clearing-feature li.clearing-featured-img {
    display: block
}

@media only screen and (min-width: 40.0625em) {
    .clearing-main-prev, .clearing-main-next {
        height: 100%;
        position: absolute;
        top: 0;
        width: 40px
    }

    .clearing-main-prev>span, .clearing-main-next>span {
        border: solid 12px;
        display: block;
        height: 0;
        position: absolute;
        top: 50%;
        width: 0
    }

    .clearing-main-prev>span:hover, .clearing-main-next>span:hover {
        opacity: .8
    }

    .clearing-main-prev {
        left: 0
    }

    .clearing-main-prev>span {
        left: 5px;
        border-color: transparent;
        border-right-color: #ccc
    }

    .clearing-main-next {
        right: 0
    }

    .clearing-main-next>span {
        border-color: transparent;
        border-left-color: #ccc
    }

    .clearing-main-prev.disabled, .clearing-main-next.disabled {
        opacity: .3
    }

    .clearing-assembled .clearing-container .carousel {
        background: rgba(51, 51, 51, 0.8);
        height: 120px;
        margin-top: 10px;
        text-align: center
    }

    .clearing-assembled .clearing-container .carousel>ul {
        display: inline-block;
        z-index: 999;
        height: 100%;
        position: relative;
        float: none
    }

    .clearing-assembled .clearing-container .carousel>ul li {
        clear: none;
        cursor: pointer;
        display: block;
        float: left;
        margin-right: 0;
        min-height: inherit;
        opacity: .4;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 120px
    }

    .clearing-assembled .clearing-container .carousel>ul li.fix-height img {
        height: 100%;
        max-width: none
    }

    .clearing-assembled .clearing-container .carousel>ul li a.th {
        border: none;
        box-shadow: none;
        display: block
    }

    .clearing-assembled .clearing-container .carousel>ul li img {
        cursor: pointer !important;
        width: 100% !important
    }

    .clearing-assembled .clearing-container .carousel>ul li.visible {
        opacity: 1
    }

    .clearing-assembled .clearing-container .carousel>ul li:hover {
        opacity: .8
    }

    .clearing-assembled .clearing-container .visible-img {
        background: #333;
        height: 85%;
        overflow: hidden
    }

    .clearing-close {
        padding-left: 0;
        padding-top: 0;
        position: absolute;
        top: 10px;
        right: 20px
    }
}

form {
    margin: 0 0 1rem
}

form .row .row {
    margin: 0 -0.5rem
}

form .row .row .column, form .row .row .columns {
    padding: 0 0.5rem
}

form .row .row.collapse {
    margin: 0
}

form .row .row.collapse .column, form .row .row.collapse .columns {
    padding: 0
}

form .row .row.collapse input {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns {
    padding-left: 0.5rem
}

label {
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0
}

label.right {
    float: none !important;
    text-align: right
}

label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0
}

label small {
    text-transform: capitalize;
    color: #676767
}

.prefix, .postfix {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 0.875rem;
    height: 2.3125rem;
    line-height: 2.3125rem;
    overflow: visible;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2
}

.postfix.button {
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center
}

.prefix.button {
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center
}

.prefix.button.radius {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.postfix.button.radius {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.prefix.button.round {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}

.postfix.button.round {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px
}

span.prefix, label.prefix {
    background: #f2f2f2;
    border-right: none;
    color: #333;
    border-color: #ccc
}

span.postfix, label.postfix {
    background: #f2f2f2;
    border-left: none;
    color: #333;
    border-color: #ccc
}

input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 0.875rem;
    height: 2.3125rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.15s linear, background 0.15s linear;
    -moz-transition: border-color 0.15s linear, background 0.15s linear;
    -ms-transition: border-color 0.15s linear, background 0.15s linear;
    -o-transition: border-color 0.15s linear, background 0.15s linear;
    transition: border-color 0.15s linear, background 0.15s linear
}

input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999;
    outline: none
}

input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #ddd;
    cursor: default
}

input:not([type])[disabled], input:not([type])[readonly], fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    background-color: #ddd;
    cursor: default
}

input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px
}

form .row .prefix-radius.row.collapse input, form .row .prefix-radius.row.collapse textarea, form .row .prefix-radius.row.collapse select, form .row .prefix-radius.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

form .row .prefix-radius.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

form .row .postfix-radius.row.collapse input, form .row .postfix-radius.row.collapse textarea, form .row .postfix-radius.row.collapse select, form .row .postfix-radius.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

form .row .postfix-radius.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

form .row .prefix-round.row.collapse input, form .row .prefix-round.row.collapse textarea, form .row .prefix-round.row.collapse select, form .row .prefix-round.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px
}

form .row .prefix-round.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}

form .row .postfix-round.row.collapse input, form .row .postfix-round.row.collapse textarea, form .row .postfix-round.row.collapse select, form .row .postfix-round.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}

form .row .postfix-round.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0
}

textarea[rows] {
    height: auto
}

textarea {
    max-width: 100%
}

::-webkit-input-placeholder {
    color: #666
}

:-moz-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #FAFAFA;
    border-radius: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    color: rgba(0, 0, 0, 0.75);
    font-family: inherit;
    font-size: 0.875rem;
    line-height: normal;
    padding: 0.5rem;
    border-radius: 0;
    height: 2.3125rem
}

select::-ms-expand {
    display: none
}

select.radius {
    border-radius: 3px
}

select:focus {
    background-color: #f3f3f3;
    border-color: #999
}

select:disabled {
    background-color: #ddd;
    cursor: default
}

select[multiple] {
    height: auto
}

input[type="file"], input[type="checkbox"], input[type="radio"], select {
    margin: 0 0 1rem 0
}

input[type="checkbox"]+label, input[type="radio"]+label {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline
}

input[type="file"] {
    width: 100%
}

fieldset {
    border: 1px solid #ddd;
    margin: 1.125rem 0;
    padding: 1.25rem
}

fieldset legend {
    font-weight: bold;
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem
}

[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
    background: #004c98;
    color: #fff
}

[data-abide] span.error, [data-abide] small.error {
    display: none
}

span.error, small.error {
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
    background: #004c98;
    color: #fff
}

.error input, .error textarea, .error select {
    margin-bottom: 0
}

.error input[type="checkbox"], .error input[type="radio"] {
    margin-bottom: 1rem
}

.error label, .error label.error {
    color: #004c98
}

.error small.error {
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
    background: #004c98;
    color: #fff
}

.error>label>small {
    background: transparent;
    color: #676767;
    display: inline;
    font-size: 60%;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-transform: capitalize
}

.error span.error-message {
    display: block
}

input.error, textarea.error, select.error {
    margin-bottom: 0
}

label.error {
    color: #004c98
}

.row {
    margin: 0 auto;
    max-width: 76.25rem;
    width: 100%
}

.row:before, .row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row.collapse>.column, .row.collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.row.collapse .row {
    margin-left: 0;
    margin-right: 0
}

.row .row {
    margin: 0 -1.25rem;
    max-width: none;
    width: auto
}

.row .row:before, .row .row:after {
    content: " ";
    display: table
}

.row .row:after {
    clear: both
}

.row .row.collapse {
    margin: 0;
    max-width: none;
    width: auto
}

.row .row.collapse:before, .row .row.collapse:after {
    content: " ";
    display: table
}

.row .row.collapse:after {
    clear: both
}

.column, .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%;
    float: left
}

.column+.column:last-child, .columns+.column:last-child, .column+.columns:last-child, .columns+.columns:last-child {
    float: left
}

.column+.column.end, .columns+.column.end, .column+.columns.end, .columns+.columns.end {
    float: left
}

@media only screen {
    .small-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .small-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    .small-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    .small-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    .small-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    .small-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    .small-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .small-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    .small-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    .small-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    .small-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .small-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    .small-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    .small-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    .small-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    .small-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .small-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    .small-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    .small-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    .small-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    .column, .columns {
        position: relative;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        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 {
        width: 91.66667%
    }

    .small-12 {
        width: 100%
    }

    .small-offset-0 {
        margin-left: 0 !important
    }

    .small-offset-1 {
        margin-left: 8.33333% !important
    }

    .small-offset-2 {
        margin-left: 16.66667% !important
    }

    .small-offset-3 {
        margin-left: 25% !important
    }

    .small-offset-4 {
        margin-left: 33.33333% !important
    }

    .small-offset-5 {
        margin-left: 41.66667% !important
    }

    .small-offset-6 {
        margin-left: 50% !important
    }

    .small-offset-7 {
        margin-left: 58.33333% !important
    }

    .small-offset-8 {
        margin-left: 66.66667% !important
    }

    .small-offset-9 {
        margin-left: 75% !important
    }

    .small-offset-10 {
        margin-left: 83.33333% !important
    }

    .small-offset-11 {
        margin-left: 91.66667% !important
    }

    .small-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    .column.small-centered, .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .column.small-uncentered, .columns.small-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    .column.small-centered:last-child, .columns.small-centered:last-child {
        float: none
    }

    .column.small-uncentered:last-child, .columns.small-uncentered:last-child {
        float: left
    }

    .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
        float: right
    }

    .row.small-collapse>.column, .row.small-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }

    .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .row.small-uncollapse>.column, .row.small-uncollapse>.columns {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        float: left
    }
}

@media only screen and (min-width: 40.0625em) {
    .medium-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .medium-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    .medium-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    .medium-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    .medium-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    .medium-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .medium-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    .medium-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    .medium-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    .medium-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .medium-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    .medium-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    .medium-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    .medium-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .medium-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    .medium-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    .medium-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    .medium-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    .column, .columns {
        position: relative;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        float: left
    }

    .medium-1 {
        width: 8.33333%
    }

    .medium-2 {
        width: 16.66667%
    }

    .medium-3 {
        width: 25%
    }

    .medium-4 {
        width: 33.33333%
    }

    .medium-5 {
        width: 41.66667%
    }

    .medium-6 {
        width: 50%
    }

    .medium-7 {
        width: 58.33333%
    }

    .medium-8 {
        width: 66.66667%
    }

    .medium-9 {
        width: 75%
    }

    .medium-10 {
        width: 83.33333%
    }

    .medium-11 {
        width: 91.66667%
    }

    .medium-12 {
        width: 100%
    }

    .medium-offset-0 {
        margin-left: 0 !important
    }

    .medium-offset-1 {
        margin-left: 8.33333% !important
    }

    .medium-offset-2 {
        margin-left: 16.66667% !important
    }

    .medium-offset-3 {
        margin-left: 25% !important
    }

    .medium-offset-4 {
        margin-left: 33.33333% !important
    }

    .medium-offset-5 {
        margin-left: 41.66667% !important
    }

    .medium-offset-6 {
        margin-left: 50% !important
    }

    .medium-offset-7 {
        margin-left: 58.33333% !important
    }

    .medium-offset-8 {
        margin-left: 66.66667% !important
    }

    .medium-offset-9 {
        margin-left: 75% !important
    }

    .medium-offset-10 {
        margin-left: 83.33333% !important
    }

    .medium-offset-11 {
        margin-left: 91.66667% !important
    }

    .medium-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    .column.medium-centered, .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .column.medium-uncentered, .columns.medium-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    .column.medium-centered:last-child, .columns.medium-centered:last-child {
        float: none
    }

    .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
        float: left
    }

    .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
        float: right
    }

    .row.medium-collapse>.column, .row.medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }

    .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .row.medium-uncollapse>.column, .row.medium-uncollapse>.columns {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        float: left
    }

    .push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}

@media only screen and (min-width: 64.0625em) {
    .large-push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .large-pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    .large-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    .large-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    .large-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    .large-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    .large-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .large-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    .large-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    .large-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    .large-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    .large-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .large-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    .large-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    .large-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    .large-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    .large-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .large-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    .large-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    .large-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    .large-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }

    .column, .columns {
        position: relative;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        float: left
    }

    .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%
    }

    .large-offset-0 {
        margin-left: 0 !important
    }

    .large-offset-1 {
        margin-left: 8.33333% !important
    }

    .large-offset-2 {
        margin-left: 16.66667% !important
    }

    .large-offset-3 {
        margin-left: 25% !important
    }

    .large-offset-4 {
        margin-left: 33.33333% !important
    }

    .large-offset-5 {
        margin-left: 41.66667% !important
    }

    .large-offset-6 {
        margin-left: 50% !important
    }

    .large-offset-7 {
        margin-left: 58.33333% !important
    }

    .large-offset-8 {
        margin-left: 66.66667% !important
    }

    .large-offset-9 {
        margin-left: 75% !important
    }

    .large-offset-10 {
        margin-left: 83.33333% !important
    }

    .large-offset-11 {
        margin-left: 91.66667% !important
    }

    .large-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto
    }

    .column.large-centered, .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .column.large-uncentered, .columns.large-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    .column.large-centered:last-child, .columns.large-centered:last-child {
        float: none
    }

    .column.large-uncentered:last-child, .columns.large-uncentered:last-child {
        float: left
    }

    .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
        float: right
    }

    .row.large-collapse>.column, .row.large-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }

    .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .row.large-uncollapse>.column, .row.large-uncollapse>.columns {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        float: left
    }

    .push-0 {
        position: relative;
        left: 0;
        right: auto
    }

    .pull-0 {
        position: relative;
        right: 0;
        left: auto
    }

    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }

    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }

    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }

    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }

    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }

    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }

    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }

    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }

    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }

    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }

    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }

    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }

    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }

    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }

    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }

    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}

.reveal-modal-bg {
    background: #000;
    background: rgba(0, 0, 0, 0.45);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1004;
    left: 0
}

.reveal-modal {
    border-radius: 0;
    display: none;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1005;
    left: 0;
    background-color: #fff;
    padding: 1.875rem;
    border: solid 1px #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4)
}

@media only screen and (max-width: 40em) {
    .reveal-modal {
        min-height: 100vh
    }
}

.reveal-modal .column, .reveal-modal .columns {
    min-width: 0
}

.reveal-modal>:first-child {
    margin-top: 0
}

.reveal-modal>:last-child {
    margin-bottom: 0
}

@media only screen and (min-width: 40.0625em) {
    .reveal-modal {
        left: 0;
        margin: 0 auto;
        max-width: 76.25rem;
        right: 0;
        width: 80%
    }
}

@media only screen and (min-width: 40.0625em) {
    .reveal-modal {
        top: 6.25rem
    }
}

.reveal-modal.radius {
    box-shadow: none;
    border-radius: 0
}

.reveal-modal.round {
    box-shadow: none;
    border-radius: 1000px
}

.reveal-modal.collapse {
    padding: 0;
    box-shadow: none
}

@media only screen and (min-width: 40.0625em) {
    .reveal-modal.tiny {
        left: 0;
        margin: 0 auto;
        max-width: 76.25rem;
        right: 0;
        width: 30%
    }
}

@media only screen and (min-width: 40.0625em) {
    .reveal-modal.small {
        left: 0;
        margin: 0 auto;
        max-width: 76.25rem;
        right: 0;
        width: 40%
    }
}

@media only screen and (min-width: 40.0625em) {
    .reveal-modal.medium {
        left: 0;
        margin: 0 auto;
        max-width: 76.25rem;
        right: 0;
        width: 60%
    }
}

@media only screen and (min-width: 40.0625em) {
    .reveal-modal.large {
        left: 0;
        margin: 0 auto;
        max-width: 76.25rem;
        right: 0;
        width: 70%
    }
}

@media only screen and (min-width: 40.0625em) {
    .reveal-modal.xlarge {
        left: 0;
        margin: 0 auto;
        max-width: 76.25rem;
        right: 0;
        width: 95%
    }
}

.reveal-modal.full {
    height: 100vh;
    height: 100%;
    left: 0;
    margin-left: 0 !important;
    max-width: none !important;
    min-height: 100vh;
    top: 0
}

@media only screen and (min-width: 40.0625em) {
    .reveal-modal.full {
        left: 0;
        margin: 0 auto;
        max-width: 76.25rem;
        right: 0;
        width: 100%
    }
}

.reveal-modal.toback {
    z-index: 1003
}

.reveal-modal .close-reveal-modal {
    color: #aaa;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem
}

.tabs {
    margin-bottom: 0 !important;
    margin-left: 0
}

.tabs:before, .tabs:after {
    content: " ";
    display: table
}

.tabs:after {
    clear: both
}

.tabs dd, .tabs .tab-title {
    float: left;
    list-style: none;
    margin-bottom: -0.125rem !important;
    position: relative
}

.tabs dd>a, .tabs .tab-title>a {
    display: block;
    background-color: transparent;
    color: #393e41;
    font-family: "Nunito Sans", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.875rem;
    padding: 0.9375rem 1.875rem;
    text-transform: uppercase;
    font-weight: bold
}

.tabs dd>a:hover, .tabs .tab-title>a:hover {
    background-color: transparent
}

.tabs dd.active>a, .tabs .tab-title.active>a {
    background-color: transparent;
    color: #004c98;
    outline: 0
}

.tabs dd:focus, .tabs dd>a:focus, .tabs .tab-title:focus, .tabs .tab-title>a:focus {
    outline: 0
}

.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.tabs.vertical dd, .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto
}

.tabs-content {
    margin-bottom: 1.25rem;
    width: 100%
}

.tabs-content:before, .tabs-content:after {
    content: " ";
    display: table
}

.tabs-content:after {
    clear: both
}

.tabs-content>.content {
    display: none;
    float: left;
    padding: 1.875rem 0 0 0;
    width: 100%
}

.tabs-content>.content.active {
    display: block;
    float: none
}

.tabs-content>.content.contained {
    padding: 1.875rem 0 0 0
}

.tabs-content.vertical {
    display: block
}

.tabs-content.vertical>.content {
    padding: 1.875rem 0 0 0
}

@media only screen and (min-width: 40.0625em) {
    .tabs.vertical {
        float: left;
        margin: 0;
        margin-bottom: 1.25rem !important;
        max-width: 20%;
        width: 20%
    }

    .tabs-content.vertical {
        float: left;
        margin-left: -1px;
        max-width: 80%;
        padding-left: 1rem;
        width: 80%
    }
}

.no-js .tabs-content>.content {
    display: block;
    float: none
}

.has-tip {
    border-bottom: dotted 1px #ccc;
    color: #333;
    cursor: help;
    font-weight: bold
}

.has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #024;
    color: #004c98
}

.has-tip.tip-left, .has-tip.tip-right {
    float: none !important
}

.tooltip {
    background: #333;
    color: #fff;
    display: none;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.3;
    max-width: 300px;
    padding: 0.75rem;
    position: absolute;
    width: 100%;
    z-index: 1006;
    left: 50%
}

.tooltip>.nub {
    border: solid 5px;
    border-color: transparent transparent #333 transparent;
    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    top: -10px;
    width: 0;
    left: 5px
}

.tooltip>.nub.rtl {
    left: auto;
    right: 5px
}

.tooltip.radius {
    border-radius: 3px
}

.tooltip.round {
    border-radius: 1000px
}

.tooltip.round>.nub {
    left: 2rem
}

.tooltip.opened {
    border-bottom: dotted 1px #024 !important;
    color: #004c98 !important
}

.tap-to-close {
    color: #777;
    display: block;
    font-size: 0.625rem;
    font-weight: normal
}

@media only screen {
    .tooltip>.nub {
        border-color: transparent transparent #333 transparent;
        top: -10px
    }

    .tooltip.tip-top>.nub {
        border-color: #333 transparent transparent transparent;
        bottom: -10px;
        top: auto
    }

    .tooltip.tip-left, .tooltip.tip-right {
        float: none !important
    }

    .tooltip.tip-left>.nub {
        border-color: transparent transparent transparent #333;
        left: auto;
        margin-top: -5px;
        right: -10px;
        top: 50%
    }

    .tooltip.tip-right>.nub {
        border-color: transparent #333 transparent transparent;
        left: -10px;
        margin-top: -5px;
        right: auto;
        top: 50%
    }
}

meta.foundation-mq-topbar {
    font-family: "/only screen and (min-width:64.0625em)/";
    width: 64.0625em
}

.contain-to-grid {
    width: 100%;
    background: #fff
}

.contain-to-grid .top-bar {
    margin-bottom: 0
}

@media only screen and (min-width: 40.0625em) {
    .fixed {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99;
        left: 0
    }

    .fixed.expanded:not(.top-bar) {
        height: auto;
        max-height: 100%;
        overflow-y: auto;
        width: 100%
    }

    .fixed.expanded:not(.top-bar) .title-area {
        position: fixed;
        width: 100%;
        z-index: 99
    }

    .fixed.expanded:not(.top-bar) .top-bar-section {
        margin-top: 3.5rem;
        z-index: 98
    }
}

.top-bar {
    background: #fff;
    height: 3.5rem;
    line-height: 3.5rem;
    margin-bottom: 0;
    overflow: hidden;
    position: relative
}

.top-bar ul {
    list-style: none;
    margin-bottom: 0
}

.top-bar .row {
    max-width: none
}

.top-bar form, .top-bar input, .top-bar select {
    margin-bottom: 0
}

.top-bar input, .top-bar select {
    font-size: 0.9375rem;
    height: 1.75rem;
    padding-bottom: .35rem;
    padding-top: .35rem
}

.top-bar .button, .top-bar button {
    font-size: 0.9375rem;
    margin-bottom: 0;
    padding-bottom: 0.4125rem;
    padding-top: 0.4125rem
}

@media only screen and (max-width: 40em) {
    .top-bar .button, .top-bar button {
        position: relative;
        top: -1px
    }
}

.top-bar .title-area {
    margin: 0;
    position: relative
}

.top-bar .name {
    font-size: 16px;
    height: 3.5rem;
    margin: 0
}

.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
    font-size: 0.875rem;
    line-height: 3.5rem;
    margin: 0
}

.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
    color: #393e41;
    display: block;
    font-weight: bold;
    padding: 0 0.625rem;
    width: 75%
}

.top-bar .name h1 a img, .top-bar .name h2 a img, .top-bar .name h3 a img, .top-bar .name h4 a img, .top-bar .name p a img, .top-bar .name span a img {
    max-height: 3.5rem
}

.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0
}

.top-bar .toggle-topbar a {
    color: #393e41;
    display: block;
    font-size: 0.9375rem;
    font-weight: bold;
    height: 3.5rem;
    line-height: 3.5rem;
    padding: 0 0.625rem;
    position: relative;
    text-transform: uppercase
}

.top-bar .toggle-topbar.menu-icon {
    margin-top: -16px;
    top: 50%
}

.top-bar .toggle-topbar.menu-icon a {
    color: #393e41;
    height: 34px;
    line-height: 33px;
    padding: 0 2.1875rem 0 0.625rem;
    position: relative
}

.top-bar .toggle-topbar.menu-icon a span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    margin-top: -8px;
    top: 50%;
    right: 0.625rem;
    box-shadow: 0 0 0 1px #393e41, 0 7px 0 1px #393e41, 0 14px 0 1px #393e41;
    width: 16px
}

.top-bar .toggle-topbar.menu-icon a span:hover:after {
    box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""
}

.top-bar.expanded {
    background: transparent;
    height: auto
}

.top-bar.expanded .title-area {
    background: #fff
}

.top-bar.expanded .toggle-topbar a {
    color: #fdb813
}

.top-bar.expanded .toggle-topbar a span::after {
    box-shadow: 0 0 0 1px #fdb813, 0 7px 0 1px #fdb813, 0 14px 0 1px #fdb813
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .top-bar.expanded .top-bar-section .has-dropdown.moved>.dropdown, .top-bar.expanded .top-bar-section .dropdown {
        clip: initial
    }

    .top-bar.expanded .top-bar-section .has-dropdown:not(.moved)>ul {
        padding: 0
    }
}

.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    transition: left 300ms ease-out
}

.top-bar-section ul {
    display: block;
    font-size: 16px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%
}

.top-bar-section .divider, .top-bar-section [role="separator"] {
    border-top: solid 1px gray;
    clear: both;
    height: 1px;
    width: 100%
}

.top-bar-section ul li {
    background: transparent
}

.top-bar-section ul li>a {
    color: #393e41;
    display: block;
    font-family: "Nunito Sans", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    padding-left: 0.625rem;
    padding: 12px 0.625rem;
    text-transform: uppercase;
    width: 100%
}

.top-bar-section ul li>a.button {
    font-size: 0.875rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    background-color: #004c98;
    border-color: #003d7a;
    color: #fff
}

.top-bar-section ul li>a.button:hover, .top-bar-section ul li>a.button:focus {
    background-color: #003d7a
}

.top-bar-section ul li>a.button:hover, .top-bar-section ul li>a.button:focus {
    color: #fff
}

.top-bar-section ul li>a.button.secondary {
    background-color: #004c98;
    border-color: #003d7a;
    color: #fff
}

.top-bar-section ul li>a.button.secondary:hover, .top-bar-section ul li>a.button.secondary:focus {
    background-color: #003d7a
}

.top-bar-section ul li>a.button.secondary:hover, .top-bar-section ul li>a.button.secondary:focus {
    color: #fff
}

.top-bar-section ul li>a.button.success {
    background-color: #fdb813;
    border-color: #d89902;
    color: #fff
}

.top-bar-section ul li>a.button.success:hover, .top-bar-section ul li>a.button.success:focus {
    background-color: #d89902
}

.top-bar-section ul li>a.button.success:hover, .top-bar-section ul li>a.button.success:focus {
    color: #fff
}

.top-bar-section ul li>a.button.alert {
    background-color: #004c98;
    border-color: #003d7a;
    color: #fff
}

.top-bar-section ul li>a.button.alert:hover, .top-bar-section ul li>a.button.alert:focus {
    background-color: #003d7a
}

.top-bar-section ul li>a.button.alert:hover, .top-bar-section ul li>a.button.alert:focus {
    color: #fff
}

.top-bar-section ul li>a.button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff
}

.top-bar-section ul li>a.button.warning:hover, .top-bar-section ul li>a.button.warning:focus {
    background-color: #cf6e0e
}

.top-bar-section ul li>a.button.warning:hover, .top-bar-section ul li>a.button.warning:focus {
    color: #fff
}

.top-bar-section ul li>a.button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333
}

.top-bar-section ul li>a.button.info:hover, .top-bar-section ul li>a.button.info:focus {
    background-color: #61b6d9
}

.top-bar-section ul li>a.button.info:hover, .top-bar-section ul li>a.button.info:focus {
    color: #fff
}

.top-bar-section ul li>button {
    font-size: 0.875rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    background-color: #004c98;
    border-color: #003d7a;
    color: #fff
}

.top-bar-section ul li>button:hover, .top-bar-section ul li>button:focus {
    background-color: #003d7a
}

.top-bar-section ul li>button:hover, .top-bar-section ul li>button:focus {
    color: #fff
}

.top-bar-section ul li>button.secondary {
    background-color: #004c98;
    border-color: #003d7a;
    color: #fff
}

.top-bar-section ul li>button.secondary:hover, .top-bar-section ul li>button.secondary:focus {
    background-color: #003d7a
}

.top-bar-section ul li>button.secondary:hover, .top-bar-section ul li>button.secondary:focus {
    color: #fff
}

.top-bar-section ul li>button.success {
    background-color: #fdb813;
    border-color: #d89902;
    color: #fff
}

.top-bar-section ul li>button.success:hover, .top-bar-section ul li>button.success:focus {
    background-color: #d89902
}

.top-bar-section ul li>button.success:hover, .top-bar-section ul li>button.success:focus {
    color: #fff
}

.top-bar-section ul li>button.alert {
    background-color: #004c98;
    border-color: #003d7a;
    color: #fff
}

.top-bar-section ul li>button.alert:hover, .top-bar-section ul li>button.alert:focus {
    background-color: #003d7a
}

.top-bar-section ul li>button.alert:hover, .top-bar-section ul li>button.alert:focus {
    color: #fff
}

.top-bar-section ul li>button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff
}

.top-bar-section ul li>button.warning:hover, .top-bar-section ul li>button.warning:focus {
    background-color: #cf6e0e
}

.top-bar-section ul li>button.warning:hover, .top-bar-section ul li>button.warning:focus {
    color: #fff
}

.top-bar-section ul li>button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333
}

.top-bar-section ul li>button.info:hover, .top-bar-section ul li>button.info:focus {
    background-color: #61b6d9
}

.top-bar-section ul li>button.info:hover, .top-bar-section ul li>button.info:focus {
    color: #fff
}

.top-bar-section ul li:hover:not(.has-form)>a {
    background-color: #555;
    color: #fdb813;
    background: #fff
}

.top-bar-section ul li.active>a {
    background: #fff;
    color: #393e41
}

.top-bar-section ul li.active>a:hover {
    background: #fff;
    color: #fdb813
}

.top-bar-section .has-form {
    padding: 0.625rem
}

.top-bar-section .has-dropdown {
    position: relative
}

.top-bar-section .has-dropdown>a:after {
    font-family: Linearicons-free;
    content: '\e876';
    padding: 0 0 0 1rem;
    text-align: right;
    float: right
}

@media only screen and (min-width: 64.0625em) {
    .top-bar-section .has-dropdown>a:after {
        float: none
    }
}

.top-bar-section .has-dropdown.moved {
    position: static
}

.top-bar-section .has-dropdown.moved>.dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
    width: 100%
}

.top-bar-section .has-dropdown.moved>a:after {
    display: none
}

.top-bar-section .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 100%
}

.top-bar-section .dropdown li {
    height: auto;
    width: 100%
}

.top-bar-section .dropdown li a {
    font-weight: bold;
    padding: 12px 0.625rem
}

.top-bar-section .dropdown li a.parent-link {
    font-weight: bold
}

.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
    color: #393e41;
    display: block
}

.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
    background: none
}

.top-bar-section .dropdown li.title h5 a {
    text-transform: uppercase
}

.top-bar-section .dropdown li.title h5 a:after {
    font-family: Linearicons-free;
    content: '\e875';
    font-size: 0.75rem;
    padding: 0 1rem 0 0;
    text-align: left;
    float: left
}

@media only screen and (min-width: 64.0625em) {
    .top-bar-section .dropdown li.title h5 a:after {
        float: none
    }
}

.top-bar-section .dropdown li.has-form {
    padding: 8px 0.625rem
}

.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
    top: auto
}

.top-bar-section .dropdown label {
    color: #393e41;
    font-size: 0.9375rem;
    font-weight: bold;
    margin-bottom: 0;
    padding: 8px 0.625rem 2px;
    text-transform: uppercase
}

.js-generated {
    display: block
}

@media only screen and (min-width: 64.0625em) {
    .top-bar {
        background: #fff;
        overflow: visible
    }

    .top-bar:before, .top-bar:after {
        content: " ";
        display: table
    }

    .top-bar:after {
        clear: both
    }

    .top-bar .toggle-topbar {
        display: none
    }

    .top-bar .title-area {
        float: left
    }

    .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name h5 a, .top-bar .name h6 a {
        width: auto
    }

    .top-bar .name h1 a img, .top-bar .name h2 a img, .top-bar .name h3 a img, .top-bar .name h4 a img, .top-bar .name h5 a img, .top-bar .name h6 a img {
        max-height: 3.5rem
    }

    .top-bar input, .top-bar select, .top-bar .button, .top-bar button {
        font-size: 0.875rem;
        height: 1.75rem;
        position: relative;
        top: 0.875rem
    }

    .top-bar .has-form>.button, .top-bar .has-form>button {
        font-size: 0.875rem;
        height: 1.75rem;
        position: relative;
        top: 0.875rem
    }

    .top-bar.expanded {
        background: #fff
    }

    .contain-to-grid .top-bar {
        margin: 0 auto;
        margin-bottom: 0;
        max-width: 76.25rem
    }

    .top-bar-section {
        transition: none 0 0;
        left: 0 !important
    }

    .top-bar-section ul {
        display: inline;
        height: auto !important;
        width: auto
    }

    .top-bar-section ul li {
        float: left
    }

    .top-bar-section ul li .js-generated {
        display: none
    }

    .top-bar-section li.hover>a:not(.button) {
        background-color: #555;
        background: #fff;
        color: #fdb813
    }

    .top-bar-section li:not(.has-form) a:not(.button) {
        background: #fff;
        line-height: 3.5rem;
        padding: 0 0.625rem
    }

    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555;
        background: #fff
    }

    .top-bar-section li.active:not(.has-form) a:not(.button) {
        background: #fff;
        color: #393e41;
        line-height: 3.5rem;
        padding: 0 0.625rem
    }

    .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #fff;
        color: #fdb813
    }

    .top-bar-section .has-dropdown>a:after {
        font-family: Linearicons-free;
        content: '\e874';
        font-size: 0.75rem;
        padding: 0 0 0 0.625rem;
        text-align: right;
        float: right
    }
}

@media only screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
    .top-bar-section .has-dropdown>a:after {
        float: none
    }
}

@media only screen and (min-width: 64.0625em) {
    .top-bar-section .has-dropdown.moved {
        position: relative
    }

    .top-bar-section .has-dropdown.moved>.dropdown {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        display: block
    }

    .top-bar-section .has-dropdown.hover>.dropdown, .top-bar-section .has-dropdown.not-click:hover>.dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
        border-top: none
    }

    .top-bar-section .has-dropdown>a:focus+.dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important
    }

    .top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
        font-family: Linearicons-free;
        content: '\e876';
        padding: 0 0 0 1rem;
        text-align: right;
        right: 5px
    }

    .top-bar-section .dropdown {
        left: 0;
        background: transparent;
        min-width: 100%;
        top: auto
    }

    .top-bar-section .dropdown li a {
        background: transparent;
        color: #393e41;
        line-height: 3.5rem;
        padding: 12px 0.625rem;
        white-space: nowrap
    }

    .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
        background: transparent;
        color: #393e41
    }

    .top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button) {
        background-color: #555;
        color: #fdb813;
        background: #fff
    }

    .top-bar-section .dropdown li label {
        background: #fff;
        white-space: nowrap
    }

    .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0
    }

    .top-bar-section>ul>.divider, .top-bar-section>ul>[role="separator"] {
        border-right: solid 1px #fff;
        border-bottom: none;
        border-top: none;
        clear: none;
        height: 3.5rem;
        width: 0
    }

    .top-bar-section .has-form {
        background: #fff;
        height: 3.5rem;
        padding: 0 0.625rem
    }

    .top-bar-section .right li .dropdown {
        left: auto;
        right: 0
    }

    .top-bar-section .right li .dropdown li .dropdown {
        right: 100%
    }

    .top-bar-section .left li .dropdown {
        right: auto;
        left: 0
    }

    .top-bar-section .left li .dropdown li .dropdown {
        left: calc(100% - 10px)
    }

    .no-js .top-bar-section ul li:hover>a {
        background-color: #555;
        background: #fff;
        color: #fdb813
    }

    .no-js .top-bar-section ul li:active>a {
        background: #fff;
        color: #393e41
    }

    .no-js .top-bar-section .has-dropdown:hover>.dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important
    }

    .no-js .top-bar-section .has-dropdown>a:focus+.dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !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
}

@media only screen and (max-width: 40em) {
    .small-only-text-left {
        text-align: left !important
    }

    .small-only-text-right {
        text-align: right !important
    }

    .small-only-text-center {
        text-align: center !important
    }

    .small-only-text-justify {
        text-align: justify !important
    }
}

@media only screen {
    .small-text-left {
        text-align: left !important
    }

    .small-text-right {
        text-align: right !important
    }

    .small-text-center {
        text-align: center !important
    }

    .small-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .medium-only-text-left {
        text-align: left !important
    }

    .medium-only-text-right {
        text-align: right !important
    }

    .medium-only-text-center {
        text-align: center !important
    }

    .medium-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 40.0625em) {
    .medium-text-left {
        text-align: left !important
    }

    .medium-text-right {
        text-align: right !important
    }

    .medium-text-center {
        text-align: center !important
    }

    .medium-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
    .large-only-text-left {
        text-align: left !important
    }

    .large-only-text-right {
        text-align: right !important
    }

    .large-only-text-center {
        text-align: center !important
    }

    .large-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 64.0625em) {
    .large-text-left {
        text-align: left !important
    }

    .large-text-right {
        text-align: right !important
    }

    .large-text-center {
        text-align: center !important
    }

    .large-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
    .xlarge-only-text-left {
        text-align: left !important
    }

    .xlarge-only-text-right {
        text-align: right !important
    }

    .xlarge-only-text-center {
        text-align: center !important
    }

    .xlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.0625em) {
    .xlarge-text-left {
        text-align: left !important
    }

    .xlarge-text-right {
        text-align: right !important
    }

    .xlarge-text-center {
        text-align: center !important
    }

    .xlarge-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
    .xxlarge-only-text-left {
        text-align: left !important
    }

    .xxlarge-only-text-right {
        text-align: right !important
    }

    .xxlarge-only-text-center {
        text-align: center !important
    }

    .xxlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 120.0625em) {
    .xxlarge-text-left {
        text-align: left !important
    }

    .xxlarge-text-right {
        text-align: right !important
    }

    .xxlarge-text-center {
        text-align: center !important
    }

    .xxlarge-text-justify {
        text-align: justify !important
    }
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

a {
    color: #004c98;
    line-height: inherit;
    text-decoration: none
}

a:hover, a:focus {
    color: #004183
}

a img {
    border: none
}

p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.8;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility
}

p.lead {
    font-size: 1.21875rem;
    line-height: 1.6
}

p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35
}

h1, h2, h3, h4, h5, h6 {
    color: #004c98;
    font-family: "Bebas Neue", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 1.875rem;
    margin-top: 0.625rem;
    text-rendering: optimizeLegibility
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #168bff;
    font-size: 60%;
    line-height: 0
}

h1 {
    font-size: 2.625rem
}

h2 {
    font-size: 2.25rem
}

h3 {
    font-size: 2rem
}

h4 {
    font-size: 1.75rem
}

h5 {
    font-size: 1.5rem
}

h6 {
    font-size: 1.3125rem
}

.subheader {
    line-height: 1.4;
    color: #168bff;
    font-weight: normal;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 1.25rem 0 1.1875rem
}

em, i {
    font-style: italic;
    line-height: inherit
}

strong, b {
    font-weight: bold;
    line-height: inherit
}

small {
    font-size: 60%;
    line-height: inherit
}

code {
    background-color: #94c9ff;
    border-color: #6bb5ff;
    border-style: solid;
    border-width: 1px;
    color: #333;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    padding: 0.125rem 0.3125rem 0.0625rem
}

ul, ol, dl {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.8;
    list-style-position: outside;
    margin-bottom: 1.25rem
}

ul {
    margin-left: 1.1rem
}

ul li ul, ul li ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

ul.square li ul, ul.circle li ul, ul.disc li ul {
    list-style: inherit
}

ul.square {
    list-style-type: square;
    margin-left: 1.1rem
}

ul.circle {
    list-style-type: circle;
    margin-left: 1.1rem
}

ul.disc {
    list-style-type: disc;
    margin-left: 1.1rem
}

ol {
    margin-left: 1.4rem
}

ol li ul, ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

.no-bullet {
    list-style-type: none;
    margin-left: 0
}

.no-bullet li ul, .no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none
}

dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold
}

dl dd {
    margin-bottom: 0.75rem
}

abbr, acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222;
    cursor: help
}

abbr {
    text-transform: none
}

abbr[title] {
    border-bottom: 1px dotted #ddd
}

blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #ddd
}

blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #0075ea
}

blockquote cite:before {
    content: "\2014 \0020"
}

blockquote cite a, blockquote cite a:visited {
    color: #0075ea
}

blockquote, blockquote p {
    line-height: 1.8;
    color: #168bff
}

.vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #ddd;
    padding: 0.625rem 0.75rem
}

.vcard li {
    margin: 0;
    display: block
}

.vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem
}

.vevent .summary {
    font-weight: bold
}

.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.0625rem
}

@media only screen and (min-width: 40.0625em) {
    h1, h2, h3, h4, h5, h6 {
        line-height: 1.4
    }

    h1 {
        font-size: 2.625rem
    }

    h2 {
        font-size: 2.25rem
    }

    h3 {
        font-size: 2rem
    }

    h4 {
        font-size: 1.75rem
    }

    h5 {
        font-size: 1.5rem
    }

    h6 {
        font-size: 1.3125rem
    }
}

@media print {
    * {
        background: transparent !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: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 0.34in
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

@media only screen {
    .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important
    }

    .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important
    }

    .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }

    .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px
    }

    table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important
    }

    thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important
    }

    tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }

    tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row
    }

    th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 40.0625em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 64.0625em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 90.0625em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

@media only screen and (min-width: 120.0625em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important
    }
}

.show-for-landscape, .hide-for-portrait {
    display: inherit !important
}

.hide-for-landscape, .show-for-portrait {
    display: none !important
}

table.hide-for-landscape, table.show-for-portrait {
    display: table !important
}

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) {
    .show-for-landscape, .hide-for-portrait {
        display: inherit !important
    }

    .hide-for-landscape, .show-for-portrait {
        display: none !important
    }

    table.show-for-landscape, table.hide-for-portrait {
        display: table !important
    }

    thead.show-for-landscape, thead.hide-for-portrait {
        display: table-header-group !important
    }

    tbody.show-for-landscape, tbody.hide-for-portrait {
        display: table-row-group !important
    }

    tr.show-for-landscape, tr.hide-for-portrait {
        display: table-row !important
    }

    td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
        display: table-cell !important
    }
}

@media only screen and (orientation: portrait) {
    .show-for-portrait, .hide-for-landscape {
        display: inherit !important
    }

    .hide-for-portrait, .show-for-landscape {
        display: none !important
    }

    table.show-for-portrait, table.hide-for-landscape {
        display: table !important
    }

    thead.show-for-portrait, thead.hide-for-landscape {
        display: table-header-group !important
    }

    tbody.show-for-portrait, tbody.hide-for-landscape {
        display: table-row-group !important
    }

    tr.show-for-portrait, tr.hide-for-landscape {
        display: table-row !important
    }

    td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape {
        display: table-cell !important
    }
}

.show-for-touch {
    display: none !important
}

.hide-for-touch {
    display: inherit !important
}

.touch .show-for-touch {
    display: inherit !important
}

.touch .hide-for-touch {
    display: none !important
}

table.hide-for-touch {
    display: table !important
}

.touch table.show-for-touch {
    display: table !important
}

thead.hide-for-touch {
    display: table-header-group !important
}

.touch thead.show-for-touch {
    display: table-header-group !important
}

tbody.hide-for-touch {
    display: table-row-group !important
}

.touch tbody.show-for-touch {
    display: table-row-group !important
}

tr.hide-for-touch {
    display: table-row !important
}

.touch tr.show-for-touch {
    display: table-row !important
}

td.hide-for-touch {
    display: table-cell !important
}

.touch td.show-for-touch {
    display: table-cell !important
}

th.hide-for-touch {
    display: table-cell !important
}

.touch th.show-for-touch {
    display: table-cell !important
}

.show-for-sr {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.show-on-focus {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto
}

.print-only, .show-for-print {
    display: none !important
}

@media print {
    .print-only, .show-for-print {
        display: block !important
    }

    .hide-on-print, .hide-for-print {
        display: none !important
    }

    table.show-for-print {
        display: table !important
    }

    thead.show-for-print {
        display: table-header-group !important
    }

    tbody.show-for-print {
        display: table-row-group !important
    }

    tr.show-for-print {
        display: table-row !important
    }

    td.show-for-print {
        display: table-cell !important
    }

    th.show-for-print {
        display: table-cell !important
    }
}

.top-links {
    background: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    z-index: 310;
    display: none
}

.top-links:before, .top-links:after {
    content: '';
    background: rgba(255, 255, 255, 0.2);
    height: 0.0625rem;
    bottom: 0;
    position: absolute;
    overflow: hidden
}

.top-links:before {
    left: 0;
    width: calc(50% - 6.875rem)
}

.top-links:after {
    right: 0;
    width: calc(50% - 6.875rem)
}

.top-links ul.links {
    float: left;
    margin: 0
}

.top-links ul.links:before, .top-links ul.links:after {
    content: " ";
    display: table
}

.top-links ul.links:after {
    clear: both
}

.top-links ul.links.left {
    border-left: 0.0625rem solid rgba(255, 255, 255, 0.2)
}

.top-links ul.links.left li.link-group {
    border-right: 0.0625rem solid rgba(255, 255, 255, 0.2)
}

.top-links ul.links.right {
    border-right: 0.0625rem solid rgba(255, 255, 255, 0.2)
}

.top-links ul.links.right li.link-group {
    border-left: 0.0625rem solid rgba(255, 255, 255, 0.2)
}

.top-links ul.links li {
    float: left;
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.69);
    margin-left: 0.9375rem;
    line-height: 1.25rem
}

.top-links ul.links li:before, .top-links ul.links li:after {
    content: " ";
    display: table
}

.top-links ul.links li:after {
    clear: both
}

.top-links ul.links li a {
    display: block;
    padding: 0.9375rem 0
}

.top-links ul.links li.link-group {
    margin: 0;
    padding: 0 1.25rem
}

.top-links ul.links li.link-group ul {
    margin: 0
}

.top-links ul.links li.link-group ul:before, .top-links ul.links li.link-group ul:after {
    content: " ";
    display: table
}

.top-links ul.links li.link-group ul:after {
    clear: both
}

.top-links ul.links li.link-group ul.language-dropdown>li {
    height: 3.125rem;
    line-height: 1.25rem;
    padding: 0.9375rem 0;
    cursor: pointer
}

.top-links ul.links li.link-group ul.language-dropdown>li:hover {
    color: #fdb813
}

.top-links ul.links li.link-group ul.language-dropdown li {
    position: relative
}

.top-links ul.links li.link-group ul.language-dropdown li:hover>ul {
    max-height: 25rem
}

.top-links ul.links li.link-group ul.language-dropdown li>ul {
    position: absolute;
    top: 3.125rem;
    min-width: 4.75rem;
    width: auto;
    left: -1.25rem;
    background: rgba(0, 0, 0, 0.8);
    max-height: 0;
    overflow: hidden;
    transition: all 300ms ease-out
}

.top-links ul.links li.link-group ul.language-dropdown li>ul li.language {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    transition: all 300ms ease-out
}

.top-links ul.links li.link-group ul.language-dropdown li>ul li.language.active a {
    font-weight: bold;
    background: rgba(255, 255, 255, 0.2)
}

.top-links ul.links li.link-group ul.language-dropdown li>ul li.language a {
    display: block;
    padding: 0.625rem 1.25rem
}

.top-links ul.links li.link-group ul.language-dropdown li>ul li.language a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: inherit
}

.top-links ul.links li a {
    color: inherit;
    font-weight: inherit
}

.top-links ul.links li a:hover {
    color: #fdb813
}

.top-links ul.links li:first-of-type {
    margin-left: 0
}

.top-links ul.logo {
    margin: 0;
    position: absolute;
    top: 1.25rem;
    left: calc(50% - 5.625rem)
}

.top-links ul.logo li {
    list-style-type: none
}

.top-links ul.logo li a {
    display: block
}

.top-links ul.logo li a img {
    max-width: 11.25rem
}

@media only screen and (min-width: 64.0625em) {
    .top-links {
        display: block
    }
}

.top-nav {
    z-index: 300
}

.top-nav .top-bar {
    transition: max-height 1000ms ease-out
}

.top-nav .top-bar .top-bar-section ul.dropdown li.main-portal a {
    background: #004c98;
    color: #fff
}

.top-nav .top-bar .top-bar-section ul.dropdown li.main-portal:hover a {
    background: #004489 !important
}

@media only screen and (min-width: 40.0625em) {
    .top-nav .top-bar {
        padding-top: 1.375rem;
        padding-bottom: 1.375rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .top-nav .top-bar {
        height: 6.25rem;
        max-height: 6.25rem
    }

    .top-nav .top-bar.expanded {
        height: auto;
        max-height: 56.25rem
    }
}

.top-nav .top-bar.expanded {
    transition: max-height 1000ms ease-out
}

@media only screen and (max-width: 40em) {
    .top-nav {
        top: 3.8125rem;
        left: 0;
        width: 100%;
        border-bottom: 0.0625rem solid #f1f1f1
    }

    .top-nav .columns {
        padding: 0
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .top-nav {
        top: 3.8125rem;
        left: 0;
        width: 100%;
        border-bottom: 0.0625rem solid #f1f1f1
    }

    .top-nav .columns {
        padding: 0
    }
}

@media only screen and (min-width: 64.0625em) {
    .top-nav {
        position: absolute;
        top: 3.5625rem;
        left: 0;
        width: 100%
    }

    .top-nav .top-bar {
        background: none
    }

    .top-nav .top-bar.expanded {
        background: #fff
    }

    .top-nav .top-bar:not(.expanded) .toggle-topbar.menu-icon a {
        color: #fff
    }

    .top-nav .top-bar:not(.expanded) .toggle-topbar.menu-icon a span:after {
        box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff
    }

    .top-nav .top-bar:not(.expanded) .top-bar-section ul:not(.dropdown)>li {
        background: none
    }

    .top-nav .top-bar:not(.expanded) .top-bar-section ul:not(.dropdown)>li>a {
        background: none;
        color: #fff
    }

    .top-nav .top-bar:not(.expanded) .top-bar-section ul:not(.dropdown)>li:hover>li {
        background: none
    }

    .top-nav .top-bar:not(.expanded) .top-bar-section ul:not(.dropdown)>li:hover>li>a {
        background: none
    }

    .top-nav .top-bar:not(.expanded) .top-bar-section ul:not(.dropdown)>li.active:not(.has-form)>a:not(.button):hover {
        background: none;
        color: #fff
    }
}

.top-nav .top-bar {
    transition: max-height 1000ms ease-out
}

@media only screen {
    .top-nav .top-bar.expanded {
        height: auto;
        max-height: 56.25rem
    }
}

@media only screen and (max-width: 40em) {
    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-right {
        border-top: 0.125rem solid #f1f1f1;
        margin-top: 0.5rem;
        padding-top: 0.5rem
    }

    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-right>ul li.has-content>ul.content {
        padding: 0 1.25rem;
        float: left;
        margin: 0.3125rem 0 1.25rem 0
    }

    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-right>ul li.has-content>ul.content:before, .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-right>ul li.has-content>ul.content:after {
        content: " ";
        display: table
    }

    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-right>ul li.has-content>ul.content:after {
        clear: both
    }

    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-right>ul li.has-content>ul.content li {
        display: block;
        float: left;
        width: 50%
    }

    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-right>ul li.has-content>ul.content li a {
        font-family: "Nunito Sans", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 0.875rem;
        line-height: 1.5rem;
        padding: 0;
        font-weight: normal;
        text-transform: none
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-right {
        border-top: 0.125rem solid #f1f1f1;
        margin-top: 0.5rem;
        padding-top: 0.5rem
    }

    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-right>ul li.has-content>ul.content {
        padding: 0 1.25rem;
        float: left;
        margin: 0.3125rem 0 1.25rem 0
    }

    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-right>ul li.has-content>ul.content:before, .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-right>ul li.has-content>ul.content:after {
        content: " ";
        display: table
    }

    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-right>ul li.has-content>ul.content:after {
        clear: both
    }

    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-right>ul li.has-content>ul.content li {
        display: block;
        float: left;
        width: 50%
    }

    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-right>ul li.has-content>ul.content li a {
        font-family: "Nunito Sans", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 0.875rem;
        line-height: 1.5rem;
        padding: 0;
        font-weight: normal;
        text-transform: none
    }
}

@media only screen and (min-width: 64.0625em) {
    .top-nav .top-bar {
        position: static
    }

    .top-nav .top-bar.expanded {
        height: auto;
        max-height: 56.25rem
    }

    .top-nav .top-bar .top-bar-section {
        position: static
    }

    .top-nav .top-bar .top-bar-section:before, .top-nav .top-bar .top-bar-section:after {
        content: " ";
        display: table
    }

    .top-nav .top-bar .top-bar-section:after {
        clear: both
    }

    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown {
        background: rgba(255, 255, 255, 0.9)
    }

    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown:before, .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown:after {
        content: " ";
        display: table
    }

    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown:after {
        clear: both
    }

    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.active>a:not(.button) {
        color: #fdb813
    }

    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li:not(.has-form):not(.active):hover>a:not(.button) {
        background: transparent;
        color: #fdb813
    }

    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li:not(.has-form):not(.active)>a:not(.button) {
        line-height: 2rem;
        padding: 0.625rem 0.9375rem
    }

    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-left, .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-right {
        float: left
    }

    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-left {
        width: calc(calc(100% - 0.9375rem) / 3)
    }

    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-right {
        width: calc(calc(100% - 0.9375rem) / 3 * 2);
        margin-left: 0.9375rem;
        border-left: 0.125rem solid #f1f1f1
    }

    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-right>ul {
        float: left
    }

    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-right>ul:before, .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-right>ul:after {
        content: " ";
        display: table
    }

    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-right>ul:after {
        clear: both
    }

    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-right>ul>li {
        width: calc(calc(100% - 0.9375rem) / 2);
        float: left;
        padding: 0 0.9375rem
    }

    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-right>ul li.has-content>ul.content {
        padding: 0 1.25rem;
        float: left;
        margin: 0.625rem 0 0 0
    }

    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-right>ul li.has-content>ul.content:before, .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-right>ul li.has-content>ul.content:after {
        content: " ";
        display: table
    }

    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-right>ul li.has-content>ul.content:after {
        clear: both
    }

    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-right>ul li.has-content>ul.content li a {
        font-family: "Nunito Sans", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 0.875rem;
        line-height: 1.5rem;
        padding: 0;
        font-weight: normal;
        text-transform: none
    }
}

@media only screen and (min-width: 64.0625em) {
    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-left {
        width: calc(calc(100% - 0.9375rem) / 4)
    }

    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-right {
        width: calc(calc(100% - 0.9375rem) / 4 * 3)
    }

    .top-nav .top-bar .top-bar-section .has-dropdown ul.dropdown li.dropdown-right>ul>li {
        width: calc(calc(100% - 1.875rem) / 3)
    }
}

.top-nav .top-bar.expanded {
    transition: max-height 1000ms ease-out
}

@media only screen and (max-width: 40em) {
    .top-nav {
        display: none;
        position: absolute;
        background: rgba(255, 255, 255, 0.9)
    }

    .top-nav ul.title-area {
        display: none
    }

    .top-nav .top-bar {
        height: auto;
        background: transparent
    }

    .top-nav .top-bar .top-bar-section ul.left, .top-nav .top-bar .top-bar-section ul.right {
        text-align: left
    }

    .top-nav .top-bar .top-bar-section ul.left li, .top-nav .top-bar .top-bar-section ul.right li {
        display: block;
        float: none
    }

    .top-nav .top-bar .top-bar-section ul.left li.has-dropdown>a, .top-nav .top-bar .top-bar-section ul.right li.has-dropdown>a {
        position: relative
    }

    .top-nav .top-bar .top-bar-section ul.left li.has-dropdown>a:after, .top-nav .top-bar .top-bar-section ul.right li.has-dropdown>a:after {
        content: '\e876';
        font-family: Linearicons-Free;
        color: #333;
        display: inline-block;
        float: right;
        font-weight: normal
    }

    .top-nav .top-bar .top-bar-section ul.left li.has-dropdown ul.dropdown, .top-nav .top-bar .top-bar-section ul.right li.has-dropdown ul.dropdown {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .top-nav .top-bar .top-bar-section ul.left li.has-dropdown ul.dropdown .back, .top-nav .top-bar .top-bar-section ul.right li.has-dropdown ul.dropdown .back {
        min-height: 3.0625rem;
        background: #f1f1f1
    }

    .top-nav .top-bar .top-bar-section ul.left li.has-dropdown ul.dropdown .back a, .top-nav .top-bar .top-bar-section ul.right li.has-dropdown ul.dropdown .back a {
        font-size: 0.875rem;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 2.0625rem
    }

    .top-nav .top-bar .top-bar-section ul.left li.has-dropdown ul.dropdown .parent-link, .top-nav .top-bar .top-bar-section ul.right li.has-dropdown ul.dropdown .parent-link {
        display: none
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .top-nav {
        display: none;
        position: absolute;
        background: rgba(255, 255, 255, 0.9)
    }

    .top-nav ul.title-area {
        display: none
    }

    .top-nav .top-bar {
        height: auto;
        background: transparent
    }

    .top-nav .top-bar .top-bar-section ul.left, .top-nav .top-bar .top-bar-section ul.right {
        text-align: left
    }

    .top-nav .top-bar .top-bar-section ul.left li, .top-nav .top-bar .top-bar-section ul.right li {
        display: block;
        float: none
    }

    .top-nav .top-bar .top-bar-section ul.left li.has-dropdown>a, .top-nav .top-bar .top-bar-section ul.right li.has-dropdown>a {
        position: relative
    }

    .top-nav .top-bar .top-bar-section ul.left li.has-dropdown>a:after, .top-nav .top-bar .top-bar-section ul.right li.has-dropdown>a:after {
        content: '\e876';
        font-family: Linearicons-Free;
        color: #333;
        display: inline-block;
        float: right;
        font-weight: normal
    }

    .top-nav .top-bar .top-bar-section ul.left li.has-dropdown ul.dropdown, .top-nav .top-bar .top-bar-section ul.right li.has-dropdown ul.dropdown {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .top-nav .top-bar .top-bar-section ul.left li.has-dropdown ul.dropdown .back, .top-nav .top-bar .top-bar-section ul.right li.has-dropdown ul.dropdown .back {
        min-height: 3.0625rem;
        background: #f1f1f1
    }

    .top-nav .top-bar .top-bar-section ul.left li.has-dropdown ul.dropdown .back a, .top-nav .top-bar .top-bar-section ul.right li.has-dropdown ul.dropdown .back a {
        font-size: 0.875rem;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 2.0625rem
    }

    .top-nav .top-bar .top-bar-section ul.left li.has-dropdown ul.dropdown .parent-link, .top-nav .top-bar .top-bar-section ul.right li.has-dropdown ul.dropdown .parent-link {
        display: none
    }
}

.top-nav ul.logo {
    display: none
}

@media only screen and (min-width: 64.0625em) {
    .top-nav.fixed {
        position: fixed;
        top: 0;
        background: #fff
    }

    .top-nav.fixed .top-bar {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
        height: 3.75rem;
        max-height: 3.75rem
    }

    .top-nav.fixed .top-bar .top-bar-section ul.logo {
        margin: 0;
        position: absolute;
        top: 0;
        display: block;
        left: calc(50% - 4.09375rem)
    }

    .top-nav.fixed .top-bar .top-bar-section ul.logo:before, .top-nav.fixed .top-bar .top-bar-section ul.logo:after {
        content: " ";
        display: table
    }

    .top-nav.fixed .top-bar .top-bar-section ul.logo:after {
        clear: both
    }

    .top-nav.fixed .top-bar .top-bar-section ul.logo li {
        list-style-type: none
    }

    .top-nav.fixed .top-bar .top-bar-section ul.logo li a {
        display: block
    }

    .top-nav.fixed .top-bar .top-bar-section ul.logo li a img {
        height: 3.125rem
    }

    .top-nav.fixed .top-bar:not(.expanded) .top-bar-section ul:not(.dropdown)>li>a {
        color: #393e41
    }

    .top-nav.fixed .top-bar:not(.expanded) .top-bar-section ul:not(.dropdown)>li.active:not(.has-form)>a:not(.button) {
        color: #fdb813
    }

    .top-nav.fixed .top-bar:not(.expanded) .top-bar-section ul:not(.dropdown)>li.active:not(.has-form)>a:not(.button):hover {
        color: #fdb813
    }

    .top-nav.fixed .top-bar:not(.expanded) .top-bar-section ul:not(.dropdown)>li:hover>a {
        color: #fdb813
    }

    .top-nav.fixed.top-nav ul.right li.delivery-info {
        color: #393e41
    }

    .top-nav.fixed.top-nav ul.right li.cart a span.lnr {
        background: #fdb813;
        color: #fff
    }

    .top-nav.fixed.top-nav ul.right li.cart a span.lnr:after {
        background: #fff;
        color: #fdb813
    }
}

.mobile-header {
    background: #fff;
    position: fixed;
    top: 0;
    height: 3.8125rem;
    width: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    z-index: 310;
    border-bottom: 0.0625rem solid #f1f1f1
}

@media only screen and (min-width: 64.0625em) {
    .mobile-header {
        display: none
    }
}

.mobile-header ul {
    margin: 0;
    height: 3.75rem
}

.mobile-header ul:before, .mobile-header ul:after {
    content: " ";
    display: table
}

.mobile-header ul:after {
    clear: both
}

.mobile-header ul li {
    list-style-type: none;
    float: left
}

.mobile-header ul li a {
    display: block;
    padding: 0.9375rem;
    transition: all 300ms ease-out
}

.mobile-header ul li a span.lnr {
    font-size: 1.5rem;
    line-height: 1.875rem;
    display: block
}

.mobile-header ul li a.active {
    background: #f1f1f1;
    color: #fdb813
}

.mobile-header ul li:hover a {
    background: #f1f1f1;
    color: #fdb813
}

.mobile-header ul.left li {
    border-right: 0.0625rem solid #f1f1f1
}

.mobile-header ul.right li {
    border-left: 0.0625rem solid #f1f1f1
}

.mobile-header ul.logo {
    position: absolute;
    top: 0;
    left: calc(50% - 3.4375rem)
}

.mobile-header ul.logo li a {
    padding: 0.3125rem 0
}

.mobile-header ul.logo li a img {
    max-height: 3.125rem
}

.mobile-header ul.logo li:hover a {
    background: #fff
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .mobile-header ul.logo {
        left: calc(50% - 6.25rem)
    }

    .mobile-header ul.logo li a img {
        content: url("./../assets/img/logo-fixed-medium.png")
    }
}

.slider {
    z-index: 100;
    background: #333;
    height: 100vh;
    position: relative
}

.slider .slider-scrolldown {
    width: 1.875rem;
    height: 3.125rem;
    padding: 0.9375rem 0 0.3125rem 0.125rem;
    font-weight: bold;
    line-height: 1.25rem;
    font-size: 1.125rem;
    text-align: center;
    border-radius: 624.9375rem;
    border: 0.125rem solid rgba(255, 255, 255, 0.3);
    bottom: 6.875rem;
    left: calc(50% - 0.9375rem);
    position: absolute;
    color: rgba(255, 255, 255, 0.3);
    z-index: 250;
    display: none;
    transition: all 300ms ease-out
}

.slider .slider-scrolldown:hover {
    border-color: rgba(255, 255, 255, 0.69);
    color: rgba(255, 255, 255, 0.69)
}

@media only screen and (min-width: 64.0625em) {
    .slider .slider-scrolldown {
        display: block
    }
}

.slider .owl-carousel {
    height: 100vh
}

.slider .owl-carousel .owl-height {
    height: 100vh
}

.slider .owl-carousel .owl-wrapper-outer {
    height: 100vh
}

.slider .owl-carousel .owl-wrapper-outer .owl-wrapper {
    height: 100vh
}

.slider .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
    height: 100vh
}

.slider .owl-carousel .item .slide-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.slider .owl-carousel .item {
    height: 100vh;
    padding-top: 43vh
}

@media only screen and (max-width: 40em) {
    .slider .owl-carousel .item {
        padding-top: 6.25rem
    }
}

.slider .owl-carousel .item:after {
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    height: 15.625rem;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.69), transparent)
}

.slider .owl-carousel .item .columns {
    padding-left: 3.75rem
}

.slider .owl-carousel .item p {
    transition: all 300ms ease-out;
    color: #fff;
    line-height: 1.5rem;
    padding: 0.9375rem 0;
    opacity: 0;
    transform: translateY(-1.25rem);
    transition-delay: 800ms;
    z-index: 1;
    position: relative
}

.slider .owl-carousel .item p.heading {
    font-size: 2.75rem;
    line-height: 3rem;
    padding: 0;
    text-transform: uppercase;
    font-family: "Bebas Neue", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: bold;
    margin: 0 0 1.25rem 0;
    text-shadow: 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.69)
}

@media only screen {
    .slider .owl-carousel .item p {
        margin: 0
    }
}

.slider .owl-carousel .item a.button {
    transition: all 300ms ease-out;
    background: transparent;
    opacity: 0;
    transform: translateX(1.25rem);
    transition-delay: 1000ms;
    z-index: 1;
    position: relative;
    text-shadow: 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.69)
}

.slider .owl-carousel .item a.button:first-of-type {
    padding-left: 0
}

.slider .owl-carousel .active .slide-image {
    animation: slider-bg-transition-1 10s linear infinite;
    -webkit-animation: slider-bg-transition-1 10s linear infinite
}

.slider .owl-carousel .active .item p, .slider .owl-carousel .active .item a {
    opacity: 1;
    transform: translateX(0)
}

.slider .owl-carousel:hover .owl-nav .owl-prev, .slider .owl-carousel:hover .owl-nav .owl-next {
    opacity: 1
}

.slider .owl-carousel:hover .owl-nav .owl-prev {
    left: 1.25rem
}

.slider .owl-carousel:hover .owl-nav .owl-next {
    right: 1.25rem
}

.slider .owl-carousel .owl-dots {
    position: absolute;
    top: 6.25rem;
    left: 1.25rem
}

@media only screen and (min-width: 40.0625em) {
    .slider .owl-carousel .owl-dots {
        top: 43vh;
        left: 1.25rem
    }
}

@media only screen and (min-width: 64.0625em) {
    .slider .owl-carousel .owl-dots {
        top: 43vh;
        left: calc(50% - 37.5rem)
    }
}

.slider .owl-carousel .owl-dots .owl-dot {
    display: block;
    zoom: 1
}

.slider .owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 624.9375rem;
    margin: 0.5rem 0.0625rem;
    opacity: 0.6;
    background: transparent;
    border: 0.0625rem solid #fff;
    transition: background 300ms ease-out
}

.slider .owl-carousel .owl-dots .owl-dot span:hover {
    opacity: 0.9
}

.slider .owl-carousel .owl-dots .owl-dot.active span {
    background: #fff;
    opacity: 0.9;
    margin: 0.4375rem 0;
    width: 0.625rem;
    height: 0.625rem
}

.slider .owl-carousel .owl-prev, .slider .owl-carousel .owl-next {
    position: absolute;
    top: calc(50% - 2.25rem);
    height: 3.75rem;
    width: 3.75rem;
    font-size: 1.125rem;
    line-height: 1.25rem;
    color: #fff;
    opacity: 0;
    text-align: center;
    transition: all 300ms ease-out;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 624.9375rem;
    display: none
}

.slider .owl-carousel .owl-prev:hover, .slider .owl-carousel .owl-next:hover {
    background: rgba(0, 0, 0, 0.69)
}

@media only screen and (min-width: 64.0625em) {
    .slider .owl-carousel .owl-prev, .slider .owl-carousel .owl-next {
        display: block
    }
}

.slider .owl-carousel .owl-prev {
    left: 1.875rem;
    padding: 1.25rem 0.3125rem 1.25rem 0
}

.slider .owl-carousel .owl-next {
    right: 1.875rem;
    padding: 1.25rem 0 1.25rem 0.3125rem
}

.owl-carousel .owl-dots {
    position: absolute;
    top: 43vh;
    left: calc(50% - 37.5rem)
}

.owl-carousel .owl-dots .owl-dot {
    display: block;
    zoom: 1
}

.owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 624.9375rem;
    margin: 0.5rem 0.0625rem;
    opacity: 0.6;
    background: transparent;
    border: 0.0625rem solid #fff;
    transition: background 300ms ease-out
}

.owl-carousel .owl-dots .owl-dot span:hover {
    opacity: 0.9
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: #fff;
    opacity: 0.9;
    margin: 0.4375rem 0;
    width: 0.625rem;
    height: 0.625rem
}

.owl-carousel .owl-prev, .owl-carousel .owl-next {
    position: absolute;
    bottom: calc(50% - 1.5625rem);
    height: 3.125rem;
    width: 3.125rem;
    font-size: 1.125rem;
    line-height: 1.25rem;
    color: #393e41;
    opacity: 0;
    text-align: center;
    transition: all 300ms ease-out;
    background: #fff;
    z-index: 20;
    border-radius: 624.9375rem
}

.owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover {
    background: #f1f1f1
}

.owl-carousel .owl-prev {
    left: calc(50% - 38.75rem);
    padding: 0.9375rem 0.3125rem 0.9375rem 0
}

.owl-carousel .owl-next {
    right: calc(50% - 38.75rem);
    padding: 0.9375rem 0 0.9375rem 0.3125rem
}

.owl-carousel:hover .owl-nav .owl-prev, .owl-carousel:hover .owl-nav .owl-next {
    opacity: 1
}

.owl-carousel:hover .owl-nav .owl-prev {
    left: calc(50% - 37.5rem)
}

.owl-carousel:hover .owl-nav .owl-next {
    right: calc(50% - 37.5rem)
}

.slider-categories {
    margin-top: -5rem;
    z-index: 290;
    position: relative;
    background: rgba(0, 76, 152, 0.8);
    width: 100%
}

.slider-categories ul.categories {
    margin: 0
}

.slider-categories ul.categories:before, .slider-categories ul.categories:after {
    content: " ";
    display: table
}

.slider-categories ul.categories:after {
    clear: both
}

.slider-categories ul.categories li.category {
    border-left: 0.0625rem solid #004c98;
    float: left;
    margin: 0;
    height: 5rem;
    color: #fff;
    text-align: center;
    width: calc(99.9% / 7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    transition: background 300ms ease-out
}

.slider-categories ul.categories li.category:hover {
    background: #fdb813
}

.slider-categories ul.categories li.category:hover>ul.subcategories {
    bottom: 6.25rem;
    opacity: 1;
    pointer-events: initial
}

.slider-categories ul.categories li.category:last-of-type {
    border-right: 0.0625rem solid #004c98
}

.slider-categories ul.categories li.category>a {
    padding: 0.625rem;
    font-family: "Bebas Neue", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.3125rem
}

.slider-categories ul.categories li.category a {
    display: block;
    font-weight: bold;
    color: inherit
}

.slider-categories ul.categories li.category a span.lnr {
    display: block;
    font-size: 2rem;
    font-weight: normal;
    margin: 0 0 0.625rem 0
}

.slider-categories ul.categories li.category>ul.subcategories {
    position: absolute;
    bottom: 6.875rem;
    left: -1.25rem;
    background: #fff;
    min-width: calc(100% + 2.5rem);
    margin: 0;
    padding: 0.625rem;
    opacity: 0;
    pointer-events: none;
    transition: all 300ms ease-out
}

.slider-categories ul.categories li.category>ul.subcategories:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1.875rem;
    width: 100%;
    height: 1.875rem
}

.slider-categories ul.categories li.category>ul.subcategories:after {
    content: '';
    position: absolute;
    left: calc(50% - 0.4375rem);
    bottom: -0.5rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5rem 0.4375rem 0 0.4375rem;
    border-color: #fff transparent transparent transparent
}

.slider-categories ul.categories li.category>ul.subcategories li {
    list-style-type: none
}

.slider-categories ul.categories li.category>ul.subcategories li a {
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding: 0.5rem;
    transition: all 300ms ease-out
}

.slider-categories ul.categories li.category>ul.subcategories li:hover a {
    background: #fdb813;
    color: #fff
}

@media only screen and (min-width: 64.0625em) {
    .slider-categories.fixed ul.categories li.category, .slider-categories.no-slider ul.categories li.category {
        height: 3.75rem;
        border-color: #0070e0;
        transition: all 300ms ease-out
    }

    .slider-categories.fixed ul.categories li.category:last-of-type, .slider-categories.no-slider ul.categories li.category:last-of-type {
        border-color: #0070e0
    }

    .slider-categories.fixed ul.categories li.category>a, .slider-categories.no-slider ul.categories li.category>a {
        padding: 0 0.625rem 0 0.625rem;
        position: relative
    }

    .slider-categories.fixed ul.categories li.category a span.lnr, .slider-categories.no-slider ul.categories li.category a span.lnr {
        margin: 0 0.3125rem 0 0;
        position: absolute;
        left: 0.625rem;
        top: 0;
        width: auto;
        height: 100%;
        display: flex;
        align-self: center;
        align-items: center;
        text-align: center
    }

    .slider-categories.fixed ul.categories li.category:hover, .slider-categories.no-slider ul.categories li.category:hover {
        background: #fdb813
    }

    .slider-categories.fixed ul.categories li.category:hover>ul.subcategories, .slider-categories.no-slider ul.categories li.category:hover>ul.subcategories {
        top: 5rem;
        opacity: 1;
        pointer-events: initial
    }

    .slider-categories.fixed ul.categories li.category>ul.subcategories, .slider-categories.no-slider ul.categories li.category>ul.subcategories {
        top: 5.625rem;
        left: -1.25rem;
        bottom: initial;
        -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.2)
    }

    .slider-categories.fixed ul.categories li.category>ul.subcategories:before, .slider-categories.no-slider ul.categories li.category>ul.subcategories:before {
        top: -1.875rem
    }

    .slider-categories.fixed ul.categories li.category>ul.subcategories:after, .slider-categories.no-slider ul.categories li.category>ul.subcategories:after {
        top: -0.5rem;
        border-width: 0 0.4375rem 0.5rem 0.4375rem;
        border-color: transparent transparent #fff transparent
    }
}

@media only screen and (min-width: 64.0625em) {
    .slider-categories.no-slider {
        margin-top: -3.75rem
    }
}

.slider-categories.fixed {
    position: fixed;
    top: 3.75rem;
    left: 0;
    margin: 0;
    background: #004c98
}

@media only screen and (max-width: 40em) {
    .slider-categories {
        position: absolute;
        z-index: 300;
        top: 3.8125rem;
        margin: 0;
        display: none
    }

    .slider-categories.fixed {
        position: absolute
    }

    .slider-categories.fixed ul.categories li.category {
        padding: 0.625rem;
        height: 3.125rem
    }

    .slider-categories.fixed ul.categories li.category a span.lnr {
        display: inline;
        margin: 0 0.625rem 0 0
    }

    .slider-categories.fixed ul.categories li.category ul.subcategories {
        display: none
    }

    .slider-categories .columns {
        padding: 0
    }

    .slider-categories ul.categories {
        margin: 0
    }

    .slider-categories ul.categories:before, .slider-categories ul.categories:after {
        content: " ";
        display: table
    }

    .slider-categories ul.categories:after {
        clear: both
    }

    .slider-categories ul.categories li.category {
        width: 100%;
        border-left: none;
        height: 3.125rem;
        border-bottom: 0.0625rem solid #0070e0
    }

    .slider-categories ul.categories li.category:last-of-type {
        border-right: none
    }

    .slider-categories ul.categories li.category a {
        height: 100%
    }

    .slider-categories ul.categories li.category a span.lnr {
        display: inline;
        margin: 0 0.625rem 0 0
    }

    .slider-categories ul.categories li.category ul.subcategories {
        display: none
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .slider-categories {
        position: absolute;
        z-index: 300;
        top: 3.8125rem;
        margin: 0;
        display: none
    }

    .slider-categories.fixed {
        position: absolute
    }

    .slider-categories.fixed ul.categories li.category {
        padding: 0.625rem;
        height: 3.125rem
    }

    .slider-categories.fixed ul.categories li.category a span.lnr {
        display: inline;
        margin: 0 0.625rem 0 0
    }

    .slider-categories.fixed ul.categories li.category ul.subcategories {
        display: none
    }

    .slider-categories .columns {
        padding: 0
    }

    .slider-categories ul.categories {
        margin: 0
    }

    .slider-categories ul.categories:before, .slider-categories ul.categories:after {
        content: " ";
        display: table
    }

    .slider-categories ul.categories:after {
        clear: both
    }

    .slider-categories ul.categories li.category {
        width: 100%;
        border-left: none;
        height: 3.125rem;
        border-bottom: 0.0625rem solid #0070e0
    }

    .slider-categories ul.categories li.category:last-of-type {
        border-right: none
    }

    .slider-categories ul.categories li.category a {
        height: 100%
    }

    .slider-categories ul.categories li.category a span.lnr {
        display: inline;
        margin: 0 0.625rem 0 0
    }

    .slider-categories ul.categories li.category ul.subcategories {
        display: none
    }
}

.fullwidth-line {
    height: 0.0625rem;
    background: #f1f1f1
}

ul.category-categories {
    margin: 0 0 1.25rem 0;
    overflow: hidden;
    border-bottom: 0.0625rem solid #f1f1f1;
    font-size: 0
}

ul.category-categories:before, ul.category-categories:after {
    content: " ";
    display: table
}

ul.category-categories:after {
    clear: both
}

ul.category-categories li {
    list-style-type: none;
    height: 3.125rem;
    width: auto;
    display: inline-block;
    border-right: 0.0625rem solid #f1f1f1
}

ul.category-categories li a {
    transition: all 300ms ease-out;
    display: block;
    padding: 0.625rem 1.25rem;
    line-height: 1.875rem;
    font-size: 1.25rem;
    font-family: "Bebas Neue", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #393e41
}

ul.category-categories li:first-of-type {
    border-left: 0.0625rem solid #f1f1f1
}

ul.category-categories li:hover a {
    background: #f1f1f1;
    color: #393e41;
    text-decoration: none
}

ul.category-categories li.active a {
    color: #fff;
    background: #004c98
}

.find-tour {
    padding: 2.5rem 0
}

.find-tour .params {
    float: left;
    width: calc(99.9% - 6.25rem)
}

.find-tour .params:before, .find-tour .params:after {
    content: " ";
    display: table
}

.find-tour .params:after {
    clear: both
}

.find-tour .params .param {
    float: left;
    border-right: 0.0625rem solid #f1f1f1;
    width: 20%;
    padding: 0;
    position: relative
}

.find-tour .params .param label {
    position: absolute;
    top: 0.625rem;
    left: 1.25rem;
    font-size: 0.8125rem;
    color: #6f767b
}

.find-tour .params .param select {
    border: none;
    padding: 1.875rem 2.5rem 0.625rem 1.25rem;
    margin: 0;
    height: 4.375rem;
    font-size: 1.125rem;
    line-height: 1.25rem;
    font-weight: bold;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("./../assets/img/select-arrow.jpg") 100% 0% no-repeat;
    -webkit-user-select: none;
    outline: none;
    cursor: pointer;
    transition: all 300ms ease-out
}

@media screen and (min-width: 0\0) {
    .find-tour .params .param select {
        background: none;
        padding: 0.3125rem
    }
}

.find-tour .params .param select:focus {
    background: #f1f1f1 url("./../assets/img/select-arrow-focus.jpg") 100% 0% no-repeat
}

.find-tour .params .param select:hover {
    background: #f1f1f1 url("./../assets/img/select-arrow-focus.jpg") 100% 0% no-repeat
}

.find-tour .params .param select option {
    background: #f1f1f1;
    color: #333;
    font-size: 0.875rem;
    line-height: 1.875rem
}

.find-tour .params .param select option:first-child {
    color: rgba(67, 70, 71, 0.69)
}

@media only screen and (max-width: 40em) {
    .find-tour .params {
        width: 100%;
        border-top: 0.0625rem solid #f1f1f1
    }

    .find-tour .params .param {
        width: 100%;
        border-left: 0.0625rem solid #f1f1f1;
        border-right: 0.0625rem solid #f1f1f1;
        border-bottom: 0.0625rem solid #f1f1f1
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .find-tour .params {
        width: 100%;
        border-top: 0.0625rem solid #f1f1f1
    }

    .find-tour .params .param {
        width: 33.3%;
        border-left: 0.0625rem solid #f1f1f1;
        border-right: none;
        border-bottom: 0.0625rem solid #f1f1f1
    }

    .find-tour .params .param:nth-of-type(3n+3), .find-tour .params .param:last-of-type {
        border-right: 0.0625rem solid #f1f1f1
    }

    .find-tour .params .param:nth-of-type(4), .find-tour .params .param:last-of-type {
        border-bottom: none
    }
}

.find-tour .apply {
    float: left;
    width: 6.25rem
}

.find-tour .apply button {
    background: none;
    font-size: 2.25rem;
    line-height: 2.5rem;
    padding: 0.9375rem 0;
    width: 100%;
    height: 4.375rem;
    text-align: center;
    font-weight: normal;
    color: #393e41;
    margin: 0
}

.find-tour .apply button:hover {
    background: #f1f1f1
}

@media only screen and (max-width: 40em) {
    .find-tour .apply {
        width: 100%;
        border-left: 0.0625rem solid #f1f1f1;
        border-right: 0.0625rem solid #f1f1f1
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .find-tour .apply {
        width: 100%;
        margin-top: -4.375rem
    }

    .find-tour .apply:before, .find-tour .apply:after {
        content: " ";
        display: table
    }

    .find-tour .apply:after {
        clear: both
    }

    .find-tour .apply button {
        width: 33.3%;
        border-right: 0.0625rem solid #f1f1f1;
        float: right
    }
}

.find-tour .results {
    border-top: 0.0625rem solid #f1f1f1;
    overflow: hidden;
    position: relative
}

@media only screen and (min-width: 75.0625rem) {
    .find-tour .results:before, .find-tour .results:after {
        bottom: 0;
        position: absolute;
        content: '';
        height: 100%;
        width: calc(calc(calc(100% - 75rem) / 2) - 1.25rem);
        z-index: 10;
        pointer-events: none
    }

    .find-tour .results:before {
        left: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 0.69), transparent)
    }

    .find-tour .results:after {
        right: 0;
        background: linear-gradient(to left, rgba(255, 255, 255, 0.69), transparent)
    }
}

.find-tour .results .owl-carousel {
    padding: 0 0 2.5rem 0
}

.find-tour .results .owl-carousel .owl-stage {
    margin: 0 auto
}

.find-tour .results .owl-carousel .item {
    padding: 2.5rem 1.25rem
}

.find-tour .results .owl-carousel .item .tour-card {
    margin: 0
}

.find-tour .results .owl-carousel .owl-dots {
    position: absolute;
    top: initial;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%
}

@media only screen and (max-width: 40em) {
    .find-tour .results .owl-carousel .owl-dots {
        padding-left: 1.25rem;
        text-align: left
    }
}

.find-tour .results .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.find-tour .results .owl-carousel .owl-dots .owl-dot span {
    transition: background 300ms ease-out;
    border: none;
    display: inline-block;
    opacity: 1;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 624.9375rem;
    margin: 0.0625rem 0.25rem;
    background: #f1f1f1
}

.find-tour .results .owl-carousel .owl-dots .owl-dot span:hover {
    opacity: 0.9
}

.find-tour .results .owl-carousel .owl-dots .owl-dot.active span {
    background: #fdb813;
    opacity: 1;
    width: 0.625rem;
    height: 0.625rem
}

.find-tour .show-more .columns {
    margin-top: -1.875rem;
    z-index: 10
}

.find-tour .show-more .columns a.button {
    margin: 0
}

.tour-card {
    -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 0 0 0.9375rem 0;
    margin: 2.5rem 0 0 0
}

.tour-card a {
    display: block;
    position: relative
}

.tour-card a:hover h3 {
    color: #fdb813
}

.tour-card a img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tour-card a:first-of-type {
    width: 100%;
    height: 25vh;
    margin: 0 0 1.25rem 0
}

.tour-card a:first-of-type:after {
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    height: 4.3125rem;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.69), transparent)
}


/* edit by Liborek */

.tour-card a h3 {
    font-size: 1.3125rem;
    color: #393e41;
    padding: 0 1.25rem;
    margin: 0.5rem 0;
    position: relative;
    line-height: 1.4rem;
    max-height: 2.8125rem;
    overflow: hidden
}

@supports (-webkit-line-clamp: 2) {
    .tour-card a h3 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: auto
    }
}

/* .tour-card a h3 {
    font-size: 1.3125rem;
    color: #393e41;
    padding: 0 1.25rem;
    margin: 0.5rem 0;
    position: relative;
    line-height: 1.8125rem;
    max-height: 1.8125rem;
    overflow: hidden
}

@supports (-webkit-line-clamp: 1) {
    .tour-card a h3 {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        height: auto
    }
} */


.tour-card p {
    padding: 0 1.25rem;
    margin: 0.5rem 0;
    font-size: 0.875rem;
    color: #6f767b;
    position: relative;
    line-height: 1.25rem;
    max-height: 2.5rem;
    overflow: hidden
}

@supports (-webkit-line-clamp: 2) {
    .tour-card p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: auto
    }
}

.tour-card ul {
    margin: 0;
    position: absolute;
    top: 21vh;
    left: 0;
    padding: 0 1.25rem
}

.tour-card ul li {
    list-style-type: none;
    float: left;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 0.3125rem 0.5rem
}

.tour-card ul li .lnr {
    margin: 0 0.25rem 0 0
}

.about {
    padding: 2.5rem 0
}

.about .about-matchheight {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.ie-img {
    transition: all 300ms ease-out;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 100%
}

.ie-img.ie-objectfit img {
    display: none !important
}

.place .place-main-image {
    height: 21.875rem;
    margin: 0 0 1.25rem 0
}

.place .place-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    margin: 0
}

.place .place-map #map {
    height: 15.625rem;
    width: calc(100% + 2.5rem);
    margin: -1.25rem -1.25rem 1.25rem -1.25rem
}

.place .place-map ul.place-contact-info li {
    padding: 0 0 0 1.875rem !important;
    margin: 0.625rem 0 0 0
}

.place .place-map ul.place-contact-info li a {
    font-weight: bold;
    color: #393e41
}

.place .place-map ul.place-contact-info li a:hover {
    color: #fdb813
}

.place .place-map ul.place-contact-info li:before {
    font-size: 1rem !important
}

.place .place-map ul.place-contact-info li.address:before {
    content: '\e834' !important
}

.place .place-map ul.place-contact-info li.phone:before {
    content: '\e830' !important
}

.place .place-map ul.place-contact-info li.mail:before {
    content: '\e802' !important
}

.place .place-map ul.place-contact-info li.web:before {
    content: '\e853' !important
}

.place .place-map ul.place-contact-info li.link:before {
    content: '\e86b' !important
}

.place .place-map ul.place-contact-info li.open:before {
    content: '\e85f' !important
}

.place .content-box {
    border: 0.0625rem solid #f1f1f1;
    margin: 0 0 1.25rem 0;
    padding: 1.25rem
}

.place .content-box h4 {
    font-size: 1.625rem;
    margin: 0 0 0.625rem 0
}

.place ul.place-icons {
    margin: 0
}

.place ul.place-icons:before, .place ul.place-icons:after {
    content: " ";
    display: table
}

.place ul.place-icons:after {
    clear: both
}

.place ul.place-icons li {
    list-style-type: none;
    margin: 0.625rem 0.625rem 0 0;
    float: left
}

.place ul.place-icons li a {
    color: #393e41
}

.place ul.place-icons li span.lnr, .place ul.place-icons li span.fa {
    transition: all 300ms ease-out;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    font-size: 1.25rem;
    padding: 0.6875rem;
    display: block;
    background: #f1f1f1;
    border: 0.0625rem solid #f1f1f1
}

.place ul.place-icons li span.lnr:hover, .place ul.place-icons li span.fa:hover {
    background: #fdb813;
    border-color: #fdb813;
    color: #fff;
    cursor: pointer
}

.place .article-gallery .article-gallery-item {
    width: calc(99.9% / 3);
    padding: 0 0.625rem;
    margin: 1.25rem 0 0 0;
    float: left
}

.place .article-gallery .article-gallery-item a {
    display: block;
    height: 13.75rem;
    width: 100%
}

.place .article-gallery .article-gallery-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0
}

@media only screen and (max-width: 40em) {
    .place .article-gallery .article-gallery-item {
        width: calc(99.9% / 2)
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .place .article-gallery .article-gallery-item {
        width: calc(99.9% / 3)
    }
}

.tools {
    padding: 0 0.625rem
}

.tools .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem
}

.tools .tool {
    height: calc((100% - 1.25rem) / 2);
    margin-bottom: 1.25rem;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 24vh
}

@media only screen and (min-width: 40.0625em) {
    .tools .tool:last-of-type {
        margin-bottom: 0
    }
}

.tools .tool.fullheight {
    height: 31.25rem
}

.tools .tool a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000
}

.tools .tool a img {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    object-fit: cover
}

.tools .tool h4 {
    color: #fff;
    pointer-events: none;
    margin: 0;
    padding: 1.25rem 1.25rem 0 1.25rem;
    flex-grow: 1
}

.tools .tool p {
    color: #fff;
    position: relative;
    pointer-events: none;
    margin: 0;
    padding: 0 1.25rem 1.25rem 1.25rem
}

.news-feed h2 {
    text-align: center
}

.news-feed a.title-image {
    width: 12.5rem;
    height: 12.5rem;
    float: left;
    margin: 0 1.25rem 1.25rem 0
}

.news-feed a.title-image img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover
}

.news-feed .article {
    margin: 0 0 0.625rem 0;
    min-height: 6.25rem
}

.news-feed .article .img-date {
    float: left;
    margin: 0 1.25rem 0 0
}

.news-feed .article .img-date p.date {
    display: block;
    height: 6.25rem;
    width: 4.3125rem;
    font-size: 0.75rem;
    line-height: 1.125rem;
    text-align: center;
    background: #f1f1f1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    float: left
}

.news-feed .article .img-date p.date span.day {
    font-size: 1.5rem
}

.news-feed .article .img-date p.date span.ends {
    display: block
}

.news-feed .article .img-date a {
    background: #fdb813;
    display: block;
    float: left;
    position: relative
}

.news-feed .article .img-date a:after {
    content: '\e86f';
    font-family: Linearicons-Free;
    font-size: 1.75rem;
    line-height: 2.25rem;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 6.25rem;
    height: 6.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: all 300ms ease-out
}

.news-feed .article .img-date a img {
    width: 6.25rem;
    height: 6.25rem;
    object-fit: cover;
    margin: 0;
    transition: all 300ms ease-out
}

.news-feed .article .img-date a:hover img {
    opacity: 0.1
}

.news-feed .article .img-date a:hover:after {
    opacity: 1
}

.news-feed .article h3 {
    font-size: 1.125rem;
    color: #393e41;
    margin: 0 0 0.3125rem 0;
    position: static;
    line-height: 1.2rem;
    max-height: 2.25rem;
    overflow: hidden
}

@supports (-webkit-line-clamp: 2) {
    .news-feed .article h3 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: auto
    }
}

.news-feed .article h3 a {
    transition: all 300ms ease-out;
    color: inherit
}

.news-feed .article h3 a:hover {
    color: #fdb813
}

.news-feed .article>p.short {
    font-size: 0.875rem;
    color: #6f767b;
    margin: 0;
    position: relative;
    line-height: 1.125rem;
    max-height: 2.25rem;
    overflow: hidden
}

@supports (-webkit-line-clamp: 2) {
    .news-feed .article>p.short {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: auto
    }
}

.news-feed .article ul.tags {
    margin: 0
}

.news-feed .article ul.tags:before, .news-feed .article ul.tags:after {
    content: " ";
    display: table
}

.news-feed .article ul.tags:after {
    clear: both
}

.news-feed .article ul.tags li {
    list-style-type: none;
    float: left;
    margin: 0 0.3125rem 0 0;
    font-size: 0.6875rem;
    line-height: 0.875rem;
    background: #f1f1f1;
    padding: 0.25rem 0.375rem
}

.news-feed .article .event-info {
    margin: 0 0 1.25rem 0;
    border-top: 0
}

.news-feed .article .event-info:before, .news-feed .article .event-info:after {
    content: " ";
    display: table
}

.news-feed .article .event-info:after {
    clear: both
}

.news-feed .article .event-info li {
    float: left;
    width: 100%;
    height: 4.375rem;
    list-style-type: none;
    padding: 0.3125rem 0.625rem 0.3125rem 5rem;
    position: relative;
    margin: 0.625rem 0;
    word-break: break-word;
    line-height: 1.25rem
}

@media only screen and (min-width: 40.0625em) {
    .news-feed .article .event-info li {
        width: 50%
    }

    .news-feed .article .event-info li.as-two {
        width: 50%
    }
}

@media only screen and (min-width: 64.0625em) {
    .news-feed .article .event-info li {
        width: 25%
    }

    .news-feed .article .event-info li.as-two {
        width: 50%
    }
}

.news-feed .article .event-info li:nth-of-type(4n+4) {
    border-right: 0
}

.news-feed .article .event-info li span.lnr {
    position: absolute;
    left: 0;
    top: 0;
    background: #f1f1f1;
    text-align: center;
    padding: 0.9375rem 0;
    width: 4.375rem;
    font-size: 2.25rem;
    line-height: 2.5rem
}

.news-feed .article .event-info li span.title {
    text-transform: uppercase;
    display: block;
    margin: 0 0 0.3125rem 0;
    color: #004c98;
    font-weight: bold
}

.article-gallery {
    margin: 0 -0.625rem
}

.article-gallery:before, .article-gallery:after {
    content: " ";
    display: table
}

.article-gallery:after {
    clear: both
}

.article-gallery .article-gallery-item {
    width: calc(99.9% / 5);
    padding: 0 0.625rem;
    margin: 1.25rem 0 0 0;
    float: left
}

.article-gallery .article-gallery-item a {
    display: block;
    height: 20vh;
    width: 100%;
    background: #fdb813;
    position: relative
}

.article-gallery .article-gallery-item a:after {
    transition: all 300ms ease-out;
    content: '\e86f';
    font-family: Linearicons-Free;
    font-size: 1.75rem;
    line-height: 2.25rem;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.article-gallery .article-gallery-item a img {
    transition: all 300ms ease-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0
}

.article-gallery .article-gallery-item a:hover:after {
    opacity: 1
}

.article-gallery .article-gallery-item a:hover .ie-img, .article-gallery .article-gallery-item a:hover img {
    opacity: 0.1
}

@media only screen and (max-width: 40em) {
    .article-gallery .article-gallery-item {
        width: calc(99.9% / 2)
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .article-gallery .article-gallery-item {
        width: calc(99.9% / 3)
    }
}

.mapotic {
    margin: 2.5rem 0
}

.mapotic .map {
    width: 100%;
    height: 70vh;
    min-height: 21.875rem
}

.page-content h1 {
    margin: 2.5rem 0 0 0
}

.page-content .contact-cards {
    margin-bottom: 2.5rem
}

.page-content .contact-cards .content {
    background: #f1f1f1;
    padding: 1.25rem 2.5rem
}

.page-content .contact-cards .content h2 {
    font-size: 1.25rem;
    text-align: left;
    margin: 0.625rem 0 1.25rem 0
}

.page-content .contact-cards .content h3 {
    font-size: 1.25rem;
    margin: 0.625rem 0 1.25rem 0
}

.page-content .contact-cards .content ul li.mail:before {
    content: '\e818'
}

.page-content .contact-cards .content ul li.tel:before {
    content: '\e830'
}

.page-content .contact-cards .content ul li.address:before {
    content: '\e833'
}

.page-content ul.breadcrumbs {
    margin: 0 0 2.5rem 0
}

.page-content ul.breadcrumbs li {
    list-style-type: none;
    display: inline-block;
    color: #6f767b;
    font-size: 0.8125rem;
    padding: 0
}

.page-content ul.breadcrumbs li:after {
    content: '/';
    margin: 0 0.1875rem 0 0.375rem;
    display: inline-block
}

.page-content ul.breadcrumbs li:first-of-type:before {
    font-family: Linearicons-Free;
    content: '\e800';
    float: left;
    display: inline-block;
    margin: 0 0.3125rem 0 0;
    font-size: 0.6875rem
}

.page-content ul.breadcrumbs li:last-of-type:after {
    display: none
}

.page-content ul.breadcrumbs li a {
    color: inherit
}

.page-content ul.breadcrumbs li a:hover {
    text-decoration: underline
}

.page-content .article-content p, .page-content .article-content h1, .page-content .article-content h2, .page-content .article-content h3, .page-content .article-content h4, .page-content .article-content h5, .page-content .article-content h6, .page-content .article-content ul, .page-content .article-content ol, .page-content .article-content table, .page-content .article-content a, .page-content .article-content iframe {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto
}

.page-content .article-content a, .page-content .article-content iframe {
    display: block
}

.page-content .article-content iframe {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    max-width: 100%
}

.page-content .article-content a[data-lightbox] {
    max-width: 100%
}

.page-content .article-content p a {
    display: inline
}

.page-content.kontakt ul {
    margin: 0
}

.page-content.kontakt ul li {
    list-style-type: none
}

.page-content.kontakt ul li a {
    color: inherit
}

.page-content.kontakt ul li a:hover {
    text-decoration: underline
}

.page-content.kontakt ul.contact-info li {
    padding: 0 0 0 1.5625rem;
    margin-bottom: 0.3125rem;
    position: relative
}

.page-content.kontakt ul.contact-info li:before {
    font-size: 1rem;
    font-family: Linearicons-Free;
    position: absolute;
    top: 0;
    left: 0
}

.page-content.kontakt ul.contact-info li.phone:before {
    content: '\e831'
}

.page-content.kontakt ul.contact-info li.email:before {
    content: '\e818'
}

.page-content.kontakt ul.social-media {
    margin: 0;
    position: relative
}

.page-content.kontakt ul.social-media li {
    list-style-type: none;
    display: inline-block;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 624.9375rem;
    text-align: center;
    background: transparent;
    margin: 0.3125rem 0.3125rem 0.3125rem 0;
    border: 0.25rem solid rgba(57, 62, 65, 0.4);
    color: rgba(57, 62, 65, 0.4);
    transition: all 300ms ease-out
}

.page-content.kontakt ul.social-media li:last-of-type {
    margin: 0.3125rem 0
}

.page-content.kontakt ul.social-media li a {
    color: inherit;
    display: block;
    line-height: 1.25rem;
    font-size: 1.125rem;
    padding: 0.8125rem 0
}

.page-content.kontakt ul.social-media li a i.fa {
    display: block
}

.page-content.kontakt ul.social-media li:hover {
    color: #393e41;
    border: 0.25rem solid #393e41
}

.page-content.kontakt ul.social-media li:hover a {
    text-decoration: none
}

.page-content.kontakt .contact-info p {
    font-size: 0.875rem
}

.page-content.kontakt .contact-info p strong {
    font-size: 1rem
}

.page-content.o-mne .about-me:before, .page-content.o-mne .about-me:after {
    content: " ";
    display: table
}

.page-content.o-mne .about-me:after {
    clear: both
}

.page-content.o-mne .about-me img {
    float: left;
    width: 13.125rem;
    height: 13.125rem;
    border-radius: 624.9375rem;
    object-fit: cover;
    margin: 0 2.5rem 0.625rem 0
}

.page-content.o-mne .about-me p {
    padding: 1.25rem 1.875rem;
    -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.2);
    float: left;
    width: calc(100% - 15.625rem);
    position: relative
}

.page-content.o-mne .about-me p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1.875rem 1.5625rem 0;
    border-color: transparent #fff transparent transparent;
    left: -1.875rem;
    top: 0
}

@media only screen and (max-width: 40em) {
    .page-content.o-mne .about-me img {
        float: none;
        margin: 0 0 2.5rem 0;
        margin-left: auto;
        margin-right: auto
    }

    .page-content.o-mne .about-me p {
        width: 100%
    }

    .page-content.o-mne .about-me p:before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 1.5625rem 1.875rem 1.5625rem;
        border-color: transparent transparent #fff transparent;
        top: -1.875rem;
        right: calc(50% - 1.5625rem);
        left: initial
    }
}

.page-content.o-mne ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0
}

@media only screen and (min-width: 40.0625em) {
    .page-content.o-mne ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media only screen and (min-width: 64.0625em) {
    .page-content.o-mne ul {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4
    }
}

.page-content a {
    color: #004c98
}

.page-content a:hover {
    color: #004c98
}

.page-content img {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.page-content ul:not(.tabs):not(.accordion):not(.breadcrumbs):not(.tags):not(.nostyle):not(.quick-info):not(.event-info) {
    list-style-type: none;
    margin: 0.625rem 0
}

.page-content ul:not(.tabs):not(.accordion):not(.breadcrumbs):not(.tags):not(.nostyle):not(.quick-info):not(.event-info) li {
    padding: 0 0 0 1.25rem;
    position: relative
}

.page-content ul:not(.tabs):not(.accordion):not(.breadcrumbs):not(.tags):not(.nostyle):not(.quick-info):not(.event-info) li:before {
    content: '\e876';
    font-family: Linearicons-Free;
    color: rgba(57, 62, 65, 0.69);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.875rem
}

.contact-form .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem
}

.contact-form button {
    margin: 0.25rem 0 0.625rem 0
}

.contact-form .alert-box {
    margin: 0.625rem 0 0 0
}

.social-media-banner {
    padding: 2.5rem 0;
    margin: 2.5rem 0 -2.5rem 0;
    background: url("./../assets/img/social-media-banner.jpg");
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.social-media-banner:before {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    content: '';
    left: 0;
    top: 0;
    position: absolute
}

.social-media-banner h3 {
    color: #fff
}

.social-media-banner h3:after {
    background: #fff
}

.social-media-banner p {
    color: rgba(255, 255, 255, 0.9);
    position: relative
}

.social-media-banner ul.social-media {
    margin: 0;
    position: relative
}

.social-media-banner ul.social-media li {
    list-style-type: none;
    display: inline-block;
    width: 5.625rem;
    height: 5.625rem;
    border-radius: 624.9375rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    background: transparent;
    margin: 0.625rem;
    border: 0.375rem solid rgba(255, 255, 255, 0.3);
    transition: all 300ms ease-out
}

.social-media-banner ul.social-media li a {
    color: inherit;
    display: block;
    line-height: 3.125rem;
    font-size: 2.375rem;
    padding: 1.25rem 0
}

.social-media-banner ul.social-media li a i.fa {
    display: block
}

.social-media-banner ul.social-media li:hover {
    color: rgba(255, 255, 255, 0.85);
    border: 0.375rem solid rgba(255, 255, 255, 0.85)
}

.owl-carousel-partners {
    height: 100%
}

.owl-carousel-partners .owl-item {
    padding: 0 0.625rem
}

.owl-carousel-partners .item {
    padding: 1.25rem;
    border: 0.0625rem solid #6f767b;
    display: flex;
    align-items: center;
    justify-content: center
}

.owl-carousel-partners .item img {
    margin: 0 auto
}

.owl-carousel-partners .owl-wrapper-outer {
    height: 100%
}

.owl-carousel-partners .owl-wrapper-outer .owl-wrapper {
    height: 100%
}

.owl-carousel-partners .owl-wrapper-outer .owl-wrapper .owl-item {
    height: 100%
}

.owl-carousel-partners:hover .owl-controls .owl-prev, .owl-carousel-partners:hover .owl-controls .owl-next {
    opacity: 1
}

.owl-carousel-partners:hover .owl-controls .owl-prev {
    left: -0.9375rem
}

.owl-carousel-partners:hover .owl-controls .owl-next {
    right: -0.9375rem
}

.owl-carousel-partners .owl-controls .owl-prev, .owl-carousel-partners .owl-controls .owl-next {
    position: absolute;
    top: calc(50% - 3.125rem);
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.25rem;
    color: #fff;
    opacity: 0;
    text-align: center;
    transition: all 300ms ease-out;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 624.9375rem
}

.owl-carousel-partners .owl-controls .owl-prev:hover, .owl-carousel-partners .owl-controls .owl-next:hover {
    background: rgba(0, 0, 0, 0.69)
}

.owl-carousel-partners .owl-controls .owl-prev {
    left: -1.875rem;
    padding: 0.625rem 0.1875rem 0.625rem 0
}

.owl-carousel-partners .owl-controls .owl-next {
    right: -1.875rem;
    padding: 0.625rem 0 0.625rem 0.25rem
}

.owl-carousel-partners .owl-controls .owl-pagination {
    margin: 1.25rem 0;
    text-align: center
}

.owl-carousel-partners .owl-controls .owl-pagination .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-carousel-partners .owl-controls .owl-pagination .owl-page span {
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 624.9375rem;
    margin: 0.125rem 0.5rem;
    opacity: 0.6;
    background: #6f767b;
    transition: all 300ms ease-out
}

.owl-carousel-partners .owl-controls .owl-pagination .owl-page span:hover {
    opacity: 0.9;
    transition: all 300ms ease-out
}

.owl-carousel-partners .owl-controls .owl-pagination .owl-page.active span {
    background: #393e41;
    opacity: 0.9;
    margin: 0 0.375rem;
    width: 1rem;
    height: 1rem;
    transition: all 300ms ease-out
}

.balicky {
    display: flex;
    flex-wrap: wrap
}

ul.balicek {
    width: calc(calc(100% - 3.75rem) / 4);
    margin: 1.25rem 1.25rem 1.25rem 0;
    border: 0.0625rem solid #6f767b;
    align-self: flex-end;
    position: relative
}

ul.balicek:last-of-type {
    margin-right: 0
}

ul.balicek li {
    list-style-type: none;
    padding: 0.3125rem 0.9375rem
}

ul.balicek li:before {
    display: none
}

ul.balicek li.name {
    font-size: 0.8125rem;
    font-weight: bold;
    color: rgba(57, 62, 65, 0.69);
    background: #6f767b;
    line-height: 1.25rem;
    padding: 0.9375rem 0.9375rem 0 0.9375rem
}

ul.balicek li.price {
    font-weight: bold;
    font-size: 1.75rem;
    line-height: 2.5rem;
    padding: 0.3125rem 0.9375rem 0.625rem 0.9375rem;
    background: #6f767b;
    margin: 0 0 0.625rem 0
}

ul.balicek li.action {
    padding: 1.25rem 0.9375rem 0.625rem 0.9375rem
}

ul.balicek li.action a.button {
    background: #6f767b;
    line-height: 1.25rem;
    font-size: 0.875rem;
    padding: 0.9375rem 1.5625rem;
    color: #393e41
}

ul.balicek li.action a.button:hover {
    background: #004c98;
    color: #fff;
    text-decoration: none
}

ul.balicek.featured {
    border: none;
    -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.2)
}

ul.balicek.featured li.name {
    background: #004c98;
    color: rgba(255, 255, 255, 0.69)
}

ul.balicek.featured li.price {
    color: #fff;
    background: #004c98
}

ul.balicek.featured li.featured {
    font-size: 0.875rem;
    font-weight: bold;
    padding: 0.25rem 0.375rem;
    text-transform: uppercase;
    color: #004c98;
    margin: 0 0 0.25rem 0
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    ul.balicek {
        width: calc(calc(100% - 1.25rem) / 2);
        margin: 1.25rem 1.25rem 1.25rem 0;
        border: 0.0625rem solid #6f767b;
        align-self: flex-end
    }

    ul.balicek:nth-of-type(2n+2) {
        margin-right: 0
    }
}

@media only screen and (max-width: 40em) {
    ul.balicek {
        width: 100%;
        margin: 1.25rem 0;
        border: 0.0625rem solid #6f767b;
        align-self: flex-end
    }
}

.instagram-feed {
    margin: 6.25rem 0 -3.75rem 0
}

.instagram-feed a {
    transition: all 300ms ease-out;
    display: block;
    height: 30vh;
    min-height: 8.75rem;
    background: #000;
    position: relative
}

.instagram-feed a p {
    transition: all 300ms ease-out;
    padding: 1.25rem;
    color: #fff;
    position: absolute;
    left: 0;
    top: 3.125rem;
    width: 100%;
    height: calc(100% - 6.25rem);
    text-align: center;
    overflow: hidden;
    opacity: 0;
    z-index: 1
}

.instagram-feed a img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.instagram-feed a .ie-img, .instagram-feed a img {
    transition: all 300ms ease-out;
    opacity: 1
}

.instagram-feed a:hover p {
    opacity: 1
}

.instagram-feed a:hover .ie-img, .instagram-feed a:hover img {
    opacity: 0.69
}

.doplnkove {
    max-width: 37.5rem;
    margin: 0 auto
}

.doplnkove li.accordion-navigation {
    margin: 1.25rem 0;
    position: relative;
    padding: 0.625rem 1.25rem 0.625rem 7.5rem;
    min-height: 6.25rem;
    border: 0.0625rem solid #6f767b;
    text-align: left
}

.doplnkove li.accordion-navigation span.lnr {
    position: absolute;
    left: 0;
    top: 0;
    width: 6.1875rem;
    height: 100%;
    text-align: center;
    font-size: 3rem;
    line-height: 3.75rem;
    padding: 1.1875rem 0;
    background: #6f767b;
    color: #393e41;
    transition: all 300ms ease-out
}

.doplnkove li.accordion-navigation a:hover {
    text-decoration: none;
    color: inherit
}

.doplnkove li.accordion-navigation h5 {
    font-size: 1rem;
    margin: 0 0 0.3125rem 0;
    text-align: left !important
}

.doplnkove li.accordion-navigation h5:after {
    display: none
}

.doplnkove li.accordion-navigation p {
    font-size: 0.875rem;
    margin: 0
}

.doplnkove li.accordion-navigation:hover {
    -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.2)
}

.doplnkove li.accordion-navigation:hover span.lnr {
    background: #004c98;
    color: #fff
}

.doplnkove li.accordion-navigation.active {
    -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.2)
}

.doplnkove li.accordion-navigation.active span.lnr {
    background: #004c98;
    color: #fff
}

.doplnkove li.accordion-navigation .content {
    margin: 1.25rem 0 0 0
}

.reference li.accordion-navigation {
    margin: 1.25rem 0;
    position: relative;
    padding: 1.25rem 2.5rem 1.25rem 11.25rem;
    min-height: 10.9375rem;
    border: 0.0625rem solid #6f767b;
    text-align: left
}

.reference li.accordion-navigation img.thumb {
    border-radius: 624.9375rem;
    object-fit: cover;
    position: absolute;
    left: 1.25rem;
    top: 1.25rem;
    margin: 0;
    width: 8.75rem;
    height: 8.75rem
}

.reference li.accordion-navigation a:after {
    content: '\e83f';
    font-family: Linearicons-Free;
    font-size: 2.25rem;
    color: rgba(0, 0, 0, 0.1);
    right: 1.25rem;
    top: 1.25rem;
    font-weight: normal;
    position: absolute
}

.reference li.accordion-navigation a:hover {
    text-decoration: none;
    color: inherit
}

.reference li.accordion-navigation h3 {
    font-size: 1rem;
    margin: 0 0 0.3125rem 0;
    text-align: left !important
}

.reference li.accordion-navigation h3:after {
    display: none
}

.reference li.accordion-navigation p {
    font-size: 0.875rem;
    margin: 0
}

.reference li.accordion-navigation p.date-place {
    font-size: 0.875rem;
    color: rgba(57, 62, 65, 0.5);
    margin: 0 0 1.25rem 0
}

.reference li.accordion-navigation:hover {
    -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.2)
}

.reference li.accordion-navigation:hover span.lnr {
    background: #004c98;
    color: #fff
}

.reference li.accordion-navigation .content {
    margin: 1.25rem 0 0 0
}

@media only screen and (max-width: 40em) {
    .reference li.accordion-navigation {
        padding: 0.625rem 1.25rem 0.625rem 6.875rem;
        min-height: 9.375rem
    }

    .reference li.accordion-navigation img.thumb {
        left: 0.625rem;
        top: 0.625rem;
        width: 5.625rem;
        height: 5.625rem
    }

    .reference li.accordion-navigation a:after {
        font-size: 1.3125rem;
        right: 0.625rem;
        top: 0.625rem
    }
}

.padding-20 {
    padding-left: 0.625rem;
    padding-right: 0.625rem
}

.padding-20 .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem
}

ul.tabs {
    border-bottom: 0.125rem solid #f1f1f1
}

ul.tabs li {
    transition: all 300ms ease-out;
    list-style-type: none;
    border-bottom: 0.125rem solid #f1f1f1;
    border-right: 0;
    display: inline-block;
    text-align: center
}

ul.tabs li.active {
    border-color: #004c98
}

ul.tabs li.active a {
    border: none
}

ul.tabs li.active:hover {
    border-color: #004489
}

ul.tabs li:hover {
    border-color: #004c98
}

ul.tabs li a {
    line-height: 1.25rem
}

ul.tabs li a:hover {
    color: #393e41
}

.page-title {
    padding: 11.875rem 0 6.875rem 0;
    background: url("./../assets/bgs/default.jpg");
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.page-title h1 {
    color: #fff
}

.page-title.url-aktuality {
    background-image: url("./../assets/bgs/aktuality.jpg")
}

.page-title.url-akce-a-udalosti {
    background-image: url("./../assets/bgs/akce-a-udalosti.jpg")
}

.page-title:before {
    content: '';
    background: rgba(68, 68, 68, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.page-title h1 {
    font-size: 3rem;
    color: #fff;
    margin: 0.625rem 0
}

.page-title h1:after {
    display: none
}

@media only screen and (max-width: 40em) {
    .page-title {
        padding: 8.75rem 0 3.125rem 0
    }
}

.footer {
    margin: 3.75rem 0 0 0;
    background: #393e41;
    padding: 2.5rem 0 0 0;
    color: rgba(255, 255, 255, 0.9)
}

.footer h4 {
    color: #fff;
    margin: 0 0 0.625rem 0;
    font-size: 1.3125rem
}

.footer h4:after {
    background: #fff
}

.footer h5 {
    color: #fff;
    margin: 0.625rem 0;
    font-size: 1.125rem
}

.footer h5:after {
    background: #fff
}

.footer img.logo {
    max-width: 10rem;
    margin: 0 0 1.25rem 0
}

.footer p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.69)
}

.footer a {
    color: #fff;
    font-size: 0.875rem;
    font-weight: bold
}

.footer a:hover {
    text-decoration: underline
}

.footer ul {
    margin: 0
}

.footer ul li {
    list-style-type: none;
    color: rgba(255, 255, 255, 0.69)
}

.footer ul li a {
    color: inherit
}

.footer ul li a:hover {
    text-decoration: underline
}

.footer ul.links li {
    padding: 0 0 0 1.5625rem;
    margin-bottom: 0.3125rem;
    position: relative
}

.footer ul.links li a {
    font-weight: normal;
    transition: all 300ms ease-out
}

.footer ul.links li a:before {
    content: '\e87a';
    font-family: Linearicons-Free;
    font-size: 1rem;
    position: absolute;
    top: 0;
    left: 0
}

.footer ul.links li a:hover {
    color: #fff;
    text-decoration: none
}

.footer ul.social-media {
    margin: 0 0 0.9375rem 0
}

.footer ul.social-media:before, .footer ul.social-media:after {
    content: " ";
    display: table
}

.footer ul.social-media:after {
    clear: both
}

.footer ul.social-media li {
    margin: 0 0.3125rem 0.3125rem 0;
    float: left
}

.footer ul.social-media li a {
    display: block;
    width: 3.125rem;
    height: 3.125rem;
    border: 0.125rem solid rgba(255, 255, 255, 0.25);
    border-radius: 624.9375rem;
    font-size: 1.125rem;
    font-weight: normal;
    text-align: center;
    line-height: 1.25rem;
    padding: 0.875rem 0 1rem 0;
    transition: all 300ms ease-out
}

.footer ul.social-media li:hover a {
    background: #fff;
    color: #434647
}

.footer ul.language-dropdown>li {
    height: 3.125rem;
    padding: 0.9375rem 1.25rem;
    line-height: 1.25rem
}

.footer ul.language-dropdown>li:hover {
    background: rgba(255, 255, 255, 0.15)
}

.footer ul.language-dropdown li {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    cursor: pointer
}

.footer ul.language-dropdown li span.lnr {
    float: right;
    line-height: 1.25rem
}

.footer ul.language-dropdown li:hover>ul {
    max-height: 25rem
}

.footer ul.language-dropdown li>ul {
    position: absolute;
    top: 3.125rem;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    max-height: 0;
    overflow: hidden;
    transition: all 300ms ease-out
}

.footer ul.language-dropdown li>ul li.language {
    display: block;
    width: 100%;
    margin: 0;
    height: 1.875rem;
    padding: 0;
    transition: all 300ms ease-out
}

.footer ul.language-dropdown li>ul li.language.active a {
    font-weight: bold;
    background: rgba(255, 255, 255, 0.1)
}

.footer ul.language-dropdown li>ul li.language a {
    display: block;
    padding: 0.3125rem 1.25rem;
    line-height: 1.25rem
}

.footer ul.language-dropdown li>ul li.language a:hover {
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none
}

.footer ul.partners-logos {
    margin: 1.25rem 0 0 0
}

.footer ul.partners-logos:before, .footer ul.partners-logos:after {
    content: " ";
    display: table
}

.footer ul.partners-logos:after {
    clear: both
}

.footer ul.partners-logos li {
    width: calc(99.999% / 7);
    float: left;
    padding: 0.625rem
}

.footer ul.partners-logos li a {
    display: block;
    height: 3.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.footer ul.partners-logos li a img {
    transition: all 300ms ease-out;
    max-height: 3.75rem;
    opacity: 0.6;
    object-fit: scale-down
}

.footer ul.partners-logos li a:hover img {
    opacity: 1
}

.footer .subfooter {
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.15);
    margin: 2.5rem 0 0 0;
    padding: 0.9375rem 0
}

.footer .subfooter p {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.25rem;
    margin: 0
}

.footer .subfooter p.created-by {
    text-align: right
}

.footer .subfooter p a {
    color: inherit;
    font-weight: bold
}

@media only screen and (max-width: 40em) {
    .footer .subfooter p {
        text-align: center;
        margin: 0
    }

    .footer .subfooter .columns {
        margin: 0
    }

    .footer section {
        margin-bottom: 1.25rem
    }
}

.footer .upcoming-events li a {
    display: block;
    position: relative;
    padding: 0.1875rem 0 0 4.375rem;
    margin: 0 0 0.3125rem 0;
    min-height: 3.75rem;
    transition: all 300ms ease-out
}

.footer .upcoming-events li a .img {
    width: 3.75rem;
    height: 3.75rem;
    position: absolute;
    left: 0;
    top: 0
}

.footer .upcoming-events li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0
}

.footer .upcoming-events li a h5 {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-family: "Nunito Sans", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    margin: 0;
    overflow: hidden;
    max-height: 2.25rem;
    position: relative;
    text-transform: none;
    color: #fff;
    text-transform: uppercase
}

.footer .upcoming-events li a h5:after {
    content: '';
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1.125rem
}

@supports (-webkit-line-clamp: 2) {
    .footer .upcoming-events li a h5 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: auto
    }

    .footer .upcoming-events li a h5:after {
        display: none
    }
}

.footer .upcoming-events li a p.date {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.75rem;
    margin: 0.25rem 0 0 0
}

.footer .upcoming-events li a:hover {
    background: rgba(255, 255, 255, 0.15);
    text-decoration: none
}

.city-ics {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    background: #f1f1f1;
    margin: 0 0 -3.75rem 0
}

.city-ics .city-ics-slider {
    overflow: hidden;
    position: relative
}

.city-ics .city-ics-slider .owl-carousel {
    padding-bottom: 3.125rem
}

.city-ics .city-ics-slider .owl-carousel .item {
    padding: 0.3125rem 0.625rem
}

.city-ics .city-ics-slider .owl-carousel .item a {
    display: block;
    background: #fff;
    height: 7.5rem;
    padding: 0.625rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.city-ics .city-ics-slider .owl-carousel .item a h5 {
    font-size: 1rem;
    color: #393e41;
    margin: 0;
    font-family: "Nunito Sans", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal
}

.city-ics .city-ics-slider .owl-carousel .item a h5 strong {
    display: block;
    font-weight: bold;
    text-transform: uppercase
}

.city-ics .city-ics-slider .owl-carousel .owl-dots {
    position: absolute;
    top: initial;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%
}

@media only screen and (max-width: 40em) {
    .city-ics .city-ics-slider .owl-carousel .owl-dots {
        padding-left: 1.25rem;
        text-align: left
    }
}

.city-ics .city-ics-slider .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.city-ics .city-ics-slider .owl-carousel .owl-dots .owl-dot span {
    display: inline-block;
    opacity: 1;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 624.9375rem;
    margin: 0.0625rem 0.25rem;
    background: #fff;
    border: none;
    transition: background 300ms ease-out
}

.city-ics .city-ics-slider .owl-carousel .owl-dots .owl-dot span:hover {
    opacity: 0.9
}

.city-ics .city-ics-slider .owl-carousel .owl-dots .owl-dot.active span {
    background: #fdb813;
    opacity: 1;
    width: 0.625rem;
    height: 0.625rem
}

.city-ics .city-ics-slider .owl-carousel .owl-prev, .city-ics .city-ics-slider .owl-carousel .owl-next {
    display: none
}

@media only screen and (max-width: 40em) {
    .city-ics {
        padding: 0
    }
}

.cc_container {
    background: #fff !important;
    font-family: "Nunito Sans", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
    border-top: 0.0625rem solid #6f767b
}

.cc_container p {
    font-size: 0.875rem !important;
    margin-top: 0.5625rem !important
}

.cc_container p a {
    color: #393e41
}

.cc_container p a:hover {
    color: inherit;
    text-decoration: underline
}

.cc_container .cc_btn {
    background: #393e41 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.875rem !important
}

.cc_container .cc_btn:hover {
    background: #2e3234 !important
}

h1, h2, h3, h4, h5, h6 {
    margin: 1.5625rem 0 2.5rem 0;
    position: relative
}

h1.text-center, h2.text-center, h3.text-center, h4.text-center, h5.text-center, h6.text-center {
    text-align: center
}

.text-center h1, .text-center h2, .text-center h3, .text-center h4, .text-center h5, .text-center h6 {
    text-align: center
}

.text-center h1:after, .text-center h2:after, .text-center h3:after, .text-center h4:after, .text-center h5:after, .text-center h6:after {
    left: calc(50% - 1.5625rem)
}

ul li {
    font-size: 0.9375rem;
    color: #393e41;
    line-height: 1.5rem
}

ul li a {
    color: #393e41
}

input[type="text"], input[type="password"], input[type="number"], input[type="url"] {
    border: 0;
    background: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #393e41;
    padding: 0.875rem;
    height: 3.125rem;
    box-shadow: none;
    width: 100%;
    border: 0.0625rem solid #f1f1f1
}

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder {
    color: rgba(57, 62, 65, 0.69)
}

input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="url"]:-moz-placeholder {
    color: rgba(57, 62, 65, 0.69)
}

input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="url"]::-moz-placeholder {
    color: rgba(57, 62, 65, 0.69)
}

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder {
    color: rgba(57, 62, 65, 0.69)
}

input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="url"]:focus {
    background: #f1f1f1;
    border: 0.0625rem solid #f1f1f1
}

input[type="text"][required="required"], input[type="password"][required="required"], input[type="number"][required="required"], input[type="url"][required="required"] {
    border-bottom-color: #fdb813
}

span.icon-pass, span.icon-email {
    position: relative;
    display: block;
    padding: 0 0 0 2.8125rem
}

span.icon-pass:before, span.icon-email:before {
    width: 2.8125rem;
    height: 2.8125rem;
    background: #6f767b;
    left: 0;
    top: 0;
    line-height: 1.5625rem;
    padding: 0.625rem 0.5rem 0.625rem 0.75rem;
    text-align: center;
    font-family: Linearicons-Free;
    font-size: 1.125rem;
    position: absolute
}

span.icon-pass.icon-pass:before, span.icon-email.icon-pass:before {
    content: '\e80f'
}

span.icon-pass.icon-email:before, span.icon-email.icon-email:before {
    content: '\e82a'
}

label {
    font-size: 0.75rem;
    color: #393e41;
    text-transform: uppercase
}

select {
    border: none;
    padding: 0.875rem;
    height: 3.125rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    box-shadow: none;
    -webkit-appearance: none;
    color: #393e41;
    -moz-appearance: none;
    appearance: none;
    background: #6f767b url("./../assets/img/select-arrow.jpg") 100% 0% no-repeat;
    -webkit-user-select: none;
    outline: none;
    cursor: pointer;
    border: 0.0625rem solid #6f767b
}

@media screen and (min-width: 0\0) {
    select {
        background: none;
        padding: 0.3125rem
    }
}

select:focus {
    background: #6f767b url("./../assets/img/select-arrow-focus.jpg") 100% 0% no-repeat;
    border: 0.0625rem solid #6f767b
}

select option {
    background: #6f767b;
    color: #333;
    font-size: 0.875rem;
    line-height: 1.875rem
}

select option:first-child {
    color: rgba(57, 62, 65, 0.69)
}

select[required="required"] {
    border-bottom-color: #fdb813
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px
}

[type="checkbox"]:not(:checked)+label, [type="checkbox"]:checked+label {
    position: relative;
    padding-left: 2.125rem;
    cursor: pointer;
    font-size: 0.875rem;
    height: 1.5rem;
    line-height: 1.5rem;
    color: #393e41;
    text-transform: none
}

[type="checkbox"]:not(:checked)+label:hover, [type="checkbox"]:checked+label:hover {
    text-decoration: underline
}

[type="checkbox"]:not(:checked)+label:before, [type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5rem;
    height: 1.5rem;
    border: 0;
    background: transparent;
    border: 0.125rem solid #f1f1f1
}

[type="checkbox"]:checked+label:before {
    background: transparent;
    border: 0.125rem solid #004c98
}

[type="checkbox"]:not(:checked)+label:after, [type="checkbox"]:checked+label:after {
    font-family: 'FontAwesome';
    content: '\f00c';
    position: absolute;
    top: 0.3125rem;
    left: 0.25rem;
    font-size: 1.125rem;
    line-height: 0.8;
    color: #004c98;
    transition: all .2s
}

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0.5)
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

[type="checkbox"]:disabled:not(:checked)+label:before, [type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    background-color: #ddd
}

[type="checkbox"]:disabled:checked+label:after {
    color: #999
}

[type="checkbox"]:disabled+label {
    color: #aaa
}

[type="checkbox"]+label, [type="radio"]+label {
    margin: 0 0 1.25rem 0 !important
}

.js .inputfile {
    width: 0.00625rem;
    height: 0.00625rem;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.inputfile+label {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.625rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 0.9375rem;
    color: #6f767b;
    text-transform: none;
    border: 0.0625rem solid #f1f1f1;
    margin-bottom: 1rem
}

.inputfile[required="required"]+label {
    border-bottom-color: #fdb813
}

.no-js .inputfile+label {
    display: none
}

.inputfile:focus+label, .inputfile.has-focus+label {
    outline: none;
    background: #f1f1f1;
    color: #393e41
}

textarea {
    border: 0;
    box-shadow: none;
    background: #fff;
    font-size: 0.875rem;
    color: #393e41;
    padding: 0.875rem;
    border-radius: 0.0625rem;
    min-height: 4.3125rem;
    border: 0.0625rem solid #f1f1f1
}

textarea.big {
    min-height: 16.8125rem
}

textarea::-webkit-input-placeholder {
    color: rgba(57, 62, 65, 0.69)
}

textarea:-moz-placeholder {
    color: rgba(57, 62, 65, 0.69)
}

textarea::-moz-placeholder {
    color: rgba(57, 62, 65, 0.69)
}

textarea:-ms-input-placeholder {
    color: rgba(57, 62, 65, 0.69)
}

textarea:focus {
    background: #f1f1f1;
    border: 0.0625rem solid #f1f1f1
}

textarea[required="required"] {
    border-bottom-color: #fdb813
}

.hover-info {
    display: inline-block;
    border-bottom: 0.0625rem #393e41 dotted
}

@media only screen and (max-width: 40em) {
    .my-account {
        display: flex;
        flex-direction: column
    }

    .my-account-content {
        order: 2
    }

    .my-account-sidebar {
        order: 1
    }
}

.preview-modal, .cenik-modal {
    max-width: 63.75rem
}

@media only screen and (max-width: 40em) {
    .preview-modal, .cenik-modal {
        margin: 0 auto;
        left: 0;
        right: 0;
        min-height: auto !important
    }
}

.preview-modal p.modal-title, .cenik-modal p.modal-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    color: #333
}

.preview-modal form button, .cenik-modal form button {
    margin-top: 0.625rem
}

.preview-modal a.close-reveal-modal, .cenik-modal a.close-reveal-modal {
    color: #393e41
}

.preview-modal a.close-reveal-modal:hover, .cenik-modal a.close-reveal-modal:hover {
    text-decoration: none;
    color: #393e41
}

.preview-modal ul, .cenik-modal ul {
    margin: 0
}

.preview-modal ul li, .cenik-modal ul li {
    list-style-type: none;
    font-size: 0.875rem;
    text-align: center
}

.preview-modal ul li a, .cenik-modal ul li a {
    color: #393e41
}

.preview-modal {
    max-width: 63.75rem
}

.cenik-modal {
    max-width: 42.5rem
}

.tiny-modal {
    max-width: 25rem
}

@media only screen and (max-width: 40em) {
    .tiny-modal {
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 3.125rem !important;
        min-height: auto !important
    }
}

.tiny-modal p.modal-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    color: #333
}

.tiny-modal form button {
    margin-top: 0.625rem
}

.tiny-modal a.close-reveal-modal {
    color: #393e41
}

.tiny-modal a.close-reveal-modal:hover {
    text-decoration: none;
    color: #393e41
}

.tiny-modal ul {
    margin: 0
}

.tiny-modal ul li {
    list-style-type: none;
    font-size: 0.875rem;
    text-align: center
}

.tiny-modal ul li a {
    color: #393e41
}

iframe {
    max-width: 100%
}

.reveal-modal {
    z-index: 9999
}

ul.product-tags {
    margin: 0;
    position: absolute;
    top: 0.375rem;
    right: 0.375rem;
    z-index: 1
}

ul.product-tags li {
    list-style-type: none;
    float: right;
    font-size: 0.75rem;
    line-height: 1.125rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 0.125rem 0.4375rem;
    position: relative;
    margin-left: 1.0625rem;
    margin-bottom: 0.3125rem
}

ul.product-tags li:last-of-type {
    margin-left: 0
}

ul.product-tags li:before {
    content: '';
    position: absolute;
    left: -0.75rem;
    top: 0;
    border-style: solid;
    border-width: 0.6875rem 0.75rem 0.6875rem 0
}

ul.product-tags li:after {
    content: '';
    position: absolute;
    height: 0.3125rem;
    width: 0.3125rem;
    left: -0.1875rem;
    top: calc(50% - 0.125rem);
    background: #6f767b;
    border-radius: 624.9375rem
}

ul.product-tags li.tip {
    background: #393e41
}

ul.product-tags li.tip:before {
    border-color: transparent #393e41 transparent transparent
}

ul.product-tags li.new {
    background: #393e41
}

ul.product-tags li.new:before {
    border-color: transparent #393e41 transparent transparent
}

ul.product-tags li.sale {
    background: #393e41
}

ul.product-tags li.sale:before {
    border-color: transparent #393e41 transparent transparent
}

ul.product-tags li.favorite {
    background: #333
}

ul.product-tags li.favorite:before {
    border-color: transparent #333 transparent transparent
}

ul.table-info {
    margin: 1.25rem 0
}

ul.table-info li {
    list-style-type: none;
    font-size: 0.875rem;
    line-height: 1.5625rem;
    margin: 0 0 0.1875rem 0;
    text-align: right
}

ul.table-info li:last-of-type {
    border-bottom: 0
}

ul.table-info li:before, ul.table-info li:after {
    content: " ";
    display: table
}

ul.table-info li:after {
    clear: both
}

ul.table-info li strong {
    display: block;
    float: left;
    padding: 0 0.9375rem 0 0;
    font-size: 0.875rem;
    font-weight: bold;
    color: #393e41
}

.variants {
    margin: 0
}

.variants li {
    list-style-type: none;
    position: relative;
    margin-bottom: 0.9375rem;
    padding: 0 0 0.625rem 0;
    border-bottom: 0.0625rem solid #6f767b
}

.variants li:before, .variants li:after {
    content: " ";
    display: table
}

.variants li:after {
    clear: both
}

.variants li .dimensions, .variants li .finish {
    float: left;
    display: block;
    width: 100%
}

.variants li .dimensions:before, .variants li .dimensions:after, .variants li .finish:before, .variants li .finish:after {
    content: " ";
    display: table
}

.variants li .dimensions:after, .variants li .finish:after {
    clear: both
}

.variants li .dimensions .text, .variants li .finish .text {
    min-width: 12.5rem;
    height: auto;
    padding: 0.625rem 0;
    width: auto;
    display: block
}

@media only screen and (min-width: 64.0625em) {
    .variants li .dimensions, .variants li .finish {
        width: auto
    }
}

@media only screen and (min-width: 64.0625em) {
    .variants li .dimensions {
        min-width: 18.75rem;
        margin-right: 0.9375rem
    }
}

.variants li:last-of-type {
    margin-bottom: 0;
    border-bottom: 0
}

.variants .finish span:last-of-type {
    margin-right: 0
}

.variants .finish .text {
    margin-bottom: -0.9375rem
}

.variants .text {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.25rem;
    height: 100%;
    padding: 0 0.9375rem 0.625rem 0.9375rem;
    display: inline-block
}

.variants .size, .variants .depth {
    display: inline-block;
    background: #6f767b;
    position: relative
}

.variants .size:before, .variants .size:after {
    font-size: 0.75rem;
    line-height: 1rem;
    display: block;
    position: absolute;
    text-align: center
}

.variants .size:before {
    content: attr(data-width) " cm";
    top: 0;
    left: 0;
    width: 100%
}

.variants .size:after {
    content: attr(data-height) " cm";
    top: calc(50% - 0.5rem);
    left: calc(50% - 0.5rem);
    width: 100%;
    transform: rotate(90deg)
}

.variants .depth {
    margin-left: 0.9375rem
}

.variants .depth:before {
    font-size: 0.75rem;
    line-height: 1rem;
    display: block;
    position: absolute;
    content: attr(data-depth) " cm";
    top: 0;
    left: 0;
    width: 100%;
    text-align: center
}

.variants .glossy, .variants .matte, .variants .grip, .variants .halfglossy {
    margin-right: 0.9375rem;
    margin-top: 0.9375rem
}

.variants .glossy {
    position: relative;
    display: inline-block;
    background: #f6f8f9;
    background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    background: -webkit-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    background: linear-gradient(to bottom, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f8f9', endColorstr='#f5f7f9', GradientType=0)
}

.variants .glossy:before {
    font-size: 0.75rem;
    line-height: 1rem;
    display: block;
    position: absolute;
    content: 'Lesklý';
    top: calc(50% - 0.5rem);
    left: 0;
    width: 100%;
    text-align: center
}

.variants .matte {
    position: relative;
    display: inline-block;
    background: #6f767b
}

.variants .matte:before {
    font-size: 0.75rem;
    line-height: 1rem;
    display: block;
    position: absolute;
    content: 'Matný';
    top: calc(50% - 0.5rem);
    left: 0;
    width: 100%;
    text-align: center
}

.variants .grip {
    position: relative;
    display: inline-block;
    background: #6f767b;
    background-image: url("./../assets/img/grip-pattern.png")
}

.variants .grip:before {
    font-size: 0.75rem;
    line-height: 1rem;
    display: block;
    position: absolute;
    content: 'Grip - protiskluz';
    top: calc(50% - 0.5rem);
    left: 0;
    width: 100%;
    text-align: center
}

.variants .halfglossy {
    position: relative;
    display: inline-block;
    background: #e6ebee;
    background: -moz-linear-gradient(top, #e6ebee 23%, #e6ebee 23%, #d7dee3 40%, #d7dee3 40%, #e6ebee 100%);
    background: -webkit-linear-gradient(top, #e6ebee 23%, #e6ebee 23%, #d7dee3 40%, #d7dee3 40%, #e6ebee 100%);
    background: linear-gradient(to bottom, #e6ebee 23%, #e6ebee 23%, #d7dee3 40%, #d7dee3 40%, #e6ebee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6ebee', endColorstr='#e6ebee', GradientType=0)
}

.variants .halfglossy:before {
    font-size: 0.75rem;
    line-height: 1rem;
    display: block;
    position: absolute;
    content: 'Pololesk';
    top: calc(50% - 0.5rem);
    left: 0;
    width: 100%;
    text-align: center
}

.instagram-banner {
    width: 100%;
    height: 16vh;
    background: url("./../assets/img/instagram-banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.instagram-banner a {
    display: block;
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.instagram-banner a:hover {
    text-decoration: none
}

.instagram-banner i.fa {
    font-size: 1.5rem;
    margin: 1.25rem 0 0.3125rem 0
}

.instagram-banner p {
    font-size: 0.875rem;
    font-weight: bold
}

.raab-banner {
    width: 100%;
    height: 16vh;
    background: url("./../assets/img/raab-banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.raab-banner a {
    display: block;
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.raab-banner a:hover {
    text-decoration: none
}

.raab-banner i.fa {
    font-size: 1.5rem;
    margin: 1.25rem 0 0.3125rem 0
}

.raab-banner p {
    font-size: 0.875rem;
    font-weight: bold
}

strong {
    color: #004c98
}

.availability {
    color: #393e41;
    font-weight: bold
}

.availability.out-of-stock {
    color: #393e41
}

a.button {
    padding: 0.625rem 1.25rem;
    transition: all 300ms ease-out
}

a.button:after {
    content: '\e87a';
    font-family: Linearicons-Free;
    font-size: 0.875rem;
    display: block;
    float: right;
    margin: 0 0 0 0.625rem
}

a.button.no-bg {
    background: transparent;
    color: #393e41;
    margin: 1.25rem 0 0 0
}

a.button.no-bg:hover {
    color: #fdb813
}

#searchModal {
    position: fixed
}

#searchModal form {
    position: relative
}

#searchModal form:after {
    content: '\e86f';
    font-family: Linearicons-Free;
    line-height: 3.125rem;
    height: 3.125rem;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 3.125rem;
    color: #393e41;
    pointer-events: none
}

#searchModal form:hover:after {
    color: #fdb813
}

#searchModal form input[type="text"] {
    height: 3.125rem;
    position: relative;
    border-radius: 624.9375rem;
    padding: 0.625rem 4.375rem 0.625rem 1.5625rem;
    color: #393e41;
    font-size: 0.875rem;
    line-height: 1.875rem
}

#searchModal form input[type="submit"] {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 624.9375rem;
    background: none;
    margin: 0;
    width: 3.125rem;
    height: 3.125rem;
    padding: 0;
    color: #fff;
    font-size: 1rem;
    border: none;
    opacity: 0
}

#searchModal form input[type="submit"]:hover {
    cursor: pointer
}

.cart-tooltip {
    padding: 1.25rem 1.875rem 1.25rem 4.375rem;
    border-radius: 0.125rem;
    position: relative;
    margin: 0.9375rem 0;
    border: 0.125rem dashed #6f767b
}

.cart-tooltip:before {
    content: '\e83f';
    font-family: Linearicons-Free;
    font-size: 1.75rem;
    text-align: center;
    width: 4.375rem;
    left: 0;
    top: 0.8125rem;
    position: absolute;
    color: #393e41
}

.cart-tooltip p {
    margin: 0.3125rem 0 1.25rem 0
}

.cart-tooltip p:last-of-type {
    margin: 0.3125rem 0
}

@media only screen and (max-width: 40em) {
    ul.tabs {
        border: 0.0625rem solid #6f767b;
        border-bottom: 0;
        flex-wrap: wrap
    }

    ul.tabs li {
        width: 100%;
        border: 0 !important;
        border-bottom: 0.0625rem solid #6f767b !important;
        text-align: center
    }

    ul.tabs li a {
        padding: 0.875rem 1.25rem !important
    }

    ul.tabs li.active {
        border-left: 0.125rem solid #393e41;
        border-right: 0.125rem solid #393e41
    }

    ul.tabs li.active a {
        border-bottom: 0 !important
    }
}

.reg-header {
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 0.375rem 0;
    font-family: "Nunito Sans", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    margin: 0 0 0.625rem 0
}

span.required {
    color: #393e41;
    display: inline-block;
    margin-left: 0.3125rem;
    font-weight: bold
}

.border-header {
    font-size: 0.8125rem;
    padding: 0.375rem 0;
    margin: 0.9375rem 0;
    border-bottom: 0.125rem solid #393e41;
    font-family: "Nunito Sans", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

.border-header:first-of-type {
    margin-top: 0
}

.has-tip {
    color: inherit
}

.has-tip:hover {
    color: inherit
}

.underline-heading {
    position: relative;
    padding-bottom: 0.3125rem;
    text-align: center;
    margin: 1.25rem 0 1.875rem 0
}

.underline-heading:before {
    position: absolute;
    content: '';
    background: transparent;
    background-image: url("./../assets/img/underline-heading-transparent.png");
    width: 4.5rem;
    height: 0.5rem;
    left: calc(50% - 2.25rem);
    bottom: -0.75rem
}

ul.icon-links {
    margin: 0.9375rem 0 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

ul.icon-links li {
    list-style-type: none;
    padding: 0 0.625rem
}

ul.icon-links li span {
    font-size: 1.125rem;
    line-height: 1.375rem;
    cursor: pointer
}

ul.icon-links li img {
    max-height: 1.375rem
}

.fullwidth {
    max-width: 100%
}

@keyframes top-to-bottom {
    from {
        background-color: red
    }

    to {
        background-color: yellow
    }
}

.map-slider {
    transition: all 300ms ease-out;
    margin: 0;
    position: absolute;
    bottom: 15vh;
    z-index: 200;
    right: calc(50% - 37.5rem);
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform-origin: right 100%;
    -moz-transform-origin: right 100%;
    text-align: right;
    max-width: 31.25rem
}

.map-slider image {
    pointer-events: none
}

@media only screen and (min-width: 64.0625em) {
    .map-slider:hover {
        transform: scale(1);
        -moz-transform: scale(1)
    }
}

@media only screen and (max-width: 40em) {
    .map-slider {
        top: initial;
        right: 1.25rem;
        bottom: 1.25rem;
        transform: scale(0.6);
        -moz-transform: scale(0.6)
    }
}

@media only screen and (max-width: 40em) and (orientation: landscape) {
    .map-slider {
        top: initial;
        right: 1.25rem;
        bottom: 1.25rem;
        transform: scale(0.4);
        -moz-transform: scale(0.4)
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .map-slider {
        top: initial;
        right: 1.25rem;
        bottom: 1.25rem;
        transform: scale(1);
        -moz-transform: scale(1)
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) and (orientation: landscape) {
    .map-slider {
        top: initial;
        right: 1.25rem;
        bottom: 1.25rem;
        transform: scale(0.6);
        -moz-transform: scale(0.6)
    }
}

@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
    .map-slider {
        right: 2.5rem
    }
}

@keyframes slider-bg-transition-1 {
    from {
        transform: scale(1.25)
    }

    to {
        transform: scale(1)
    }
}

dl.dropdown-checkbox {
    margin: 0;
    width: 100%;
    position: relative;
    display: inline-block
}

dl.dropdown-checkbox dt {
    line-height: 1.25rem;
    padding: 0.875rem;
    border: 0.0625rem solid #f1f1f1
}

dl.dropdown-checkbox dd.category-list {
    -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 0.0625rem solid #f1f1f1;
    display: none;
    margin: 0;
    padding: 1.25rem 1.25rem 0 1.25rem;
    position: absolute;
    width: 100%;
    z-index: 10
}

dl.dropdown-checkbox dd.category-list ul {
    margin: 0
}

dl.dropdown-checkbox dd.category-list ul li {
    list-style-type: none
}

dl.dropdown-checkbox dd.category-list ul ul {
    padding: 1.25rem 1.25rem 0.625rem 1.25rem
}

.user-input-form h3 {
    margin: 1.5625rem 0 0.9375rem 0
}

#system-message {
    background-color: #333;
    top: 9.375rem;
    color: #fff;
    display: none;
    overflow: auto;
    padding: 2rem;
    position: fixed;
    width: auto;
    z-index: 9999;
    right: calc(50% - 36.875rem);
    text-align: right;
    font-size: 1rem;
    font-weight: bold;
    border-left: 0.3rem solid #004c98
}

#system-message.error {
    border-color: #f08a24
}

#system-message.success {
    border-color: #fdb813
}

h1.bottoms-up {
    margin-top: 3.5rem
}

.se-webform-v2-slideup-close-button {
    z-index: 999
}

.se-button.se-webform-v2-slideup-trigger {
    right: 1% !important
}

.se-webform-v2-slideup-container {
    right: 1% !important
}