﻿/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

meta.foundation-version {
    font-family: "/5.5.0/";
}

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.063em)/";
    width: 40.063em;
}

meta.foundation-mq-medium-only {
    font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
    width: 40.063em;
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.063em)/";
    width: 64.063em;
}

meta.foundation-mq-large-only {
    font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
    width: 64.063em;
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.063em)/";
    width: 90.063em;
}

meta.foundation-mq-xlarge-only {
    font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
    width: 90.063em;
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.063em)/";
    width: 120.063em;
}

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: 14px;
}

body {
    background: #fff;
    color: #222;
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    position: relative;
    cursor: auto;
}

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 {
    max-width: none !important;
}
.cart-more {
    margin-bottom:40px;
    
}.arrow_box {
	position: relative;
	background: #9bd6d2;
	border: 4px solid #9bd6d2;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #9bd6d2;
	border-width: 30px;
	margin-top: -30px;

}


@media only screen and (max-width: 40em) {
        .margin-bottom{
            margin-bottom:40px;
        }

        .arrow_box {
            position: relative;
            background: #9bd6d2;
            border: 4px solid #9bd6d2;
        }
        .arrow_box:after, .arrow_box:before {
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
     
        }
        .arrow_box:before {
            border-color: rgba(194, 225, 245, 0);
            border-top-color: #9bd6d2;
            border-width: 36px;
            margin-left: -36px;
        }
}
.left {
    float: left !important;
}

.right {
    float: right !important;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.hide {
    display: none !important;
    visibility: hidden;
}

.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%;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"),url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"),url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"),url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.paddingTopNone {
    padding-top: 0 !important;
}

@media only screen and (min-width: 40.063em) {
    .paddingTopNone-medium-up {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 64em) {
    .paddingTopNone-medium-down {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 40em) {
    .paddingTopNone-small-only {
        padding-top: 0 !important;
    }
}

@media only screen and (min-width: 64.063em) {
    .paddingTopNone-large-up {
        padding-top: 0 !important;
    }
}

.paddingRightNone {
    padding-right: 0 !important;
}

@media only screen and (min-width: 40.063em) {
    .paddingRightNone-medium-up {
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 64em) {
    .paddingRightNone-medium-down {
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 40em) {
    .paddingRightNone-small-only {
        padding-right: 0 !important;
    }
}

@media only screen and (min-width: 64.063em) {
    .paddingRightNone-large-up {
        padding-right: 0 !important;
    }
}

.paddingBottomNone {
    padding-bottom: 0 !important;
}

@media only screen and (min-width: 40.063em) {
    .paddingBottomNone-medium-up {
        padding-bottom: 0 !important;
    }
}

@media only screen and (max-width: 64em) {
    .paddingBottomNone-medium-down {
        padding-bottom: 0 !important;
    }
}

@media only screen and (max-width: 40em) {
    .paddingBottomNone-small-only {
        padding-bottom: 0 !important;
    }
}

@media only screen and (min-width: 64.063em) {
    .paddingBottomNone-large-up {
        padding-bottom: 0 !important;
    }
}

.paddingLeftNone {
    padding-left: 0 !important;
}

@media only screen and (min-width: 40.063em) {
    .paddingLeftNone-medium-up {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 64em) {
    .paddingLeftNone-medium-down {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 40em) {
    .paddingLeftNone-small-only {
        padding-left: 0 !important;
    }
}

@media only screen and (min-width: 64.063em) {
    .paddingLeftNone-large-up {
        padding-left: 0 !important;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .floatLeft-medium-only {
        float: left !important;
    }
}

@media only screen and (min-width: 40.063em) {
    .floatLeft-medium-up {
        float: left !important;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .floatRight-medium-only {
        float: right !important;
    }
}

@media only screen and (min-width: 40.063em) {
    .floatRight-medium-up {
        float: right !important;
    }
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

.left {
    float: left !important;
}

.right {
    float: right !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;
    }

    .small-only-left {
        float: left !important;
    }

    .small-only-right {
        float: right !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;
    }

    .small-left {
        float: left !important;
    }

    .small-right {
        float: right !important;
    }
}

@media only screen and (min-width: 40.063em) 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;
    }

    .medium-only-left {
        float: left !important;
    }

    .medium-only-right {
        float: right !important;
    }
}

@media only screen and (min-width: 40.063em) {
    .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;
    }

    .medium-left {
        float: left !important;
    }

    .medium-right {
        float: right !important;
    }
}

@media only screen and (min-width: 64.063em) 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;
    }

    .large-only-left {
        float: left !important;
    }

    .large-only-right {
        float: right !important;
    }
}

@media only screen and (min-width: 64.063em) {
    .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;
    }

    .large-left {
        float: left !important;
    }

    .large-right {
        float: right !important;
    }
}

@media only screen and (min-width: 90.063em) 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;
    }

    .xlarge-only-left {
        float: left !important;
    }

    .xlarge-only-right {
        float: right !important;
    }
}

@media only screen and (min-width: 90.063em) {
    .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;
    }

    .xlarge-left {
        float: left !important;
    }

    .xlarge-right {
        float: right !important;
    }
}

.ellipsis, .clndr .days-container .events .events-list .event {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lineHeightReset {
    line-height: 1em;
}

.relative {
    position: relative;
}

.child-inline > *, 
.pagination ul > *,
.directory .item .breadcrumb > *, 
.property .item .breadcrumb > *, 
.listings .item .breadcrumb > * {
    display: inline-block;
    vertical-align: middle;
}

.child-padding > * {
    padding: 0 1em;
}

.displayTable {
    display: table;
    height: 100%;
    width: 100%;
}

.displayCell {
    display: table-cell;
    vertical-align: middle;
}

.wh100 {
    width: 100%;
    height: 100%;
}

.height100 {
    height: 100%;
}

.trans, a, input, textarea, select, button, .readmore:after {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.reset, 
#menu:not(.mm-menu) .nav .megamenu ul, 
.directory .item .breadcrumb, 
.property .item .breadcrumb, 
.listings .item .breadcrumb, 
.pagination ul, 
.subNav li ul, 
.rsform-map-geolocation {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
}

.colo-inherit {
    color: inherit;
}

#system-message .close, #system-message h4 {
    display: none;
}

a {
    cursor: pointer;
    color: #231f20;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway",Arial;
    color: #231f20;
}

    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
        color: #ee6e46;
    }

h1 {
    line-height: 1em;
    margin-top: 0;
    font-size: 2rem;
    color: #9bd6d2;
    font-weight: 900;
}

.btn {
    line-height: 1em;
    font-weight: bold;
}

@media only screen and (min-width: 40.063em) {
    .btn {
        padding: 1.14286rem 1.42857rem;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 40em) {
    .btn {
        padding: 1rem 1.21429rem;
        font-size: 0.92857rem;
    }
}

.btn.btn-primary {
    background-color: #ee6e46;
    margin: 0;
    display: inline-block;
    border: solid 1px #ee6e46;
    color: #fff;
}

.orangebutton .btn.btn-primary { 
    line-height: 45px;
}

    .btn.btn-primary:hover {
        background-color: #fff;
        color: #ee6e46;
    }

    .btn.btn-primary.btn-light {
        background-color: #fff;
        border-color: #ee6e46;
        color: #ee6e46;
    }

        .btn.btn-primary.btn-light.btn-noborder {
            border-color: #fff;
        }

        .btn.btn-primary.btn-light:hover {
            background-color: #ee6e46;
            color: #fff;
        }

        .btn.btn-primary.btn-light.btn-noborder:hover {
            border-color: #ee6e46;
        }

.btn.btn-secondary {
    background-color: #9bd6d2;
    margin: 0;
    display: inline-block;
    border: solid 1px #9bd6d2;
    color: #fff;
}

    .btn.btn-secondary:hover {
        background-color: #fff;
        color: #9bd6d2;
    }

    .btn.btn-secondary.btn-light {
        background-color: #fff;
        border-color: #9bd6d2;
        color: #9bd6d2;
    }

        .btn.btn-secondary.btn-light.btn-noborder {
            border-color: #fff;
        }

        .btn.btn-secondary.btn-light:hover {
            background-color: #9bd6d2;
            color: #fff;
        }

        .btn.btn-secondary.btn-light.btn-noborder:hover {
            border-color: #9bd6d2;
        }

hr {
    border: 1px solid #9bd6d2;
    margin: 2.14286rem 0;
}

.itemFullText a {
    color: #ee6e46;
    text-decoration: none;
    font-weight: bold;
}

.itemFullText ul {
    margin-bottom: 1.78571rem;
}

fieldset {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

form.InputsFullWidth input, form.InputsFullWidth textarea, form.InputsFullWidth select {
    width: 100%;
}

input:not([type="file"]), textarea {
    padding: 0.71429rem 1.07143rem;
}

select {
    padding: 0.64286rem 1.07143rem;
}

input:not([type="file"]), textarea, select {
    outline: none;
    color: #231f20;
}

#component input:not([type="file"]), .formStyle input:not([type="file"]), #component textarea, .formStyle textarea, #component select, .formStyle select {
    box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,0.1);
    background-color: #f4f4f4;
    border: solid 1px #ccc;
    border-radius: 2px;
}

    #component input:not([type="file"]):focus, .formStyle input:not([type="file"]):focus, #component textarea:focus, .formStyle textarea:focus, #component select:focus, .formStyle select:focus {
        background-color: #fff;
    }

.rsform-block .formControls {
    position: relative;
}

.rsform-block:not(:last-child) {
    margin-bottom: 1.5em;
}

.rsform-block:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.rsform-block.rsform-block-captcha br {
    display: none;
}

.rsform-block.rsform-block-captcha a {
    font-size: 12px;
    text-decoration: underline;
    opacity: .7;
}

    .rsform-block.rsform-block-captcha a:hover {
        text-decoration: none;
    }

.rsform-block.rsform-block-captcha img {
    float: left;
    margin-right: 15px;
}

.rsform-block.rsform-block-captcha input {
    margin-top: 5px;
}

.rsform-block #submit {
    min-width: 140px;
}

.rsform-block .formControlLabel {
    color: #888;
    display: block;
    padding-bottom: 5px;
}

.rsform-block select {
    width: auto;
}

.rsform-block #contacting_about {
    width: 100%;
}

.formRed {
    display: none;
}

.formError {
    display: block;
    color: #bb1d1d;
    margin-top: 2px;
    font-weight: bold;
}

.formNoError {
    display: none;
}

.selectbox {
    display: block;
    padding: 0;
    position: relative;
    overflow: hidden;
    border: solid 1px #ccc;
    background-color: #fff;
}

    .selectbox:hover {
        box-shadow: 0 1px 0 1px rgba(0,0,0,0.06);
    }

    .selectbox:after {
        content: "\f078";
        display: block;
        color: #ee6e46;
        font-family: "FontAwesome";
        font-size: 14px;
        pointer-events: none;
        position: absolute;
        text-align: center;
        z-index: 1;
        background-color: #fff;
        height: 47px;
        line-height: 2.7em;
        right: 0;
        top: 0;
        width: 35px;
    }

    .selectbox select {
        background: none repeat scroll 0 0 transparent;
        border: 1px solid transparent;
        box-sizing: border-box;
        color: #999999;
        line-height: 1.3;
        margin: 0;
        outline: medium none;
        font-size: 1rem;
        width: 100%;
        width: calc(100% + 3em);
    }

        .selectbox select:focus {
            color: #231f20;
        }

        .selectbox select option {
            font-weight: normal;
        }

    .selectbox.theme2 {
        border-color: #9bd6d2;
        background-color: #9bd6d2;
    }

        .selectbox.theme2:after {
            background-color: #9bd6d2;
        }

        .selectbox.theme2 select {
            color: #fff;
            font-weight: bold;
        }

            .selectbox.theme2 select:focus {
                color: #fff;
            }

@media only screen and (min-width: 40.063em) {
    .style1 .formControlLabel {
        width: 30%;
        padding-top: 9px;
        float: left;
    }

    .style1 .formControls {
        width: 70%;
        float: left;
    }
}

.style1 .rsform-block {
    margin: 0 !important;
}

    .style1 .rsform-block:not(:last-child) {
        border-bottom: 1px solid #e4e4e4;
        padding: 1em 0;
    }

    .style1 .rsform-block:last-child {
        padding-top: 1em;
    }

.style1 .formDescription {
    font-size: 0.92857rem;
    color: #999999;
    margin-bottom: 0;
}

.style1 img {
    border: 1px solid #ccc;
    padding: 6px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.15);
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.15);
}

.style1 .k2SubmitGallery {
    margin-top: 10px;
}

    .style1 .k2SubmitGallery img {
        margin-bottom: 10px;
    }

.style1 .fileImagePreview {
    margin: 10px 0 15px;
    max-width: 300px;
}

.formRequired:before, .formControlLabel .star:before {
    color: #d94a4a;
    content: "";
    font-family: "FontAwesome";
    font-size: 9px;
    font-weight: normal;
    margin-left: 6px;
    vertical-align: 5%;
}

.chzn-container {
    font-size: inherit;
}

    .chzn-container input[type="text"] {
        height: auto !important;
    }

    .chzn-container .chzn-choices {
        background-image: none;
        background-color: #f4f4f4;
        padding: 0.35714rem 0.5rem;
        border: solid 1px #ccc;
        min-width: 250px;
    }

        .chzn-container .chzn-choices input {
            box-shadow: none !important;
        }

    .chzn-container.chzn-container-single .chzn-single {
        padding: 6px 12px;
        height: auto;
        background: none #f4f4f4;
        line-height: inherit;
        border-radius: 2px;
        border-color: #ccc;
    }

        .chzn-container.chzn-container-single .chzn-single div b {
            background-position: -1px 7px;
        }

.mod.modTitleCenter .mod-head {
    text-align: center;
}

.mod.modBigTitle .mod-head h3 {
    font-size: 2.64286rem;
}

.mod .mod-head {
    margin-bottom: 1em;
}

    .mod .mod-head h3 {
        font-size: 2.14286rem;
        font-weight: 300;
        margin: 0;
        line-height: 1em;
    }

        .mod .mod-head h3 span {
            font-weight: 900;

        }
        
        .cart .mod .mod-head h3 span {
            font-weight: 600;
            font-size: 22px;
        }

        .cart ul.nav.menu a:hover {
            color: #ee6e46;
        }

@media only screen and (min-width: 64.063em) {
    .mod:not(:last-child) {
        margin-bottom: 3.71429rem;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .mod:not(:last-child) {
        margin-bottom: 2.85714rem;
    }
}

@media only screen and (max-width: 40em) {
    .mod:not(:last-child) {
        margin-bottom: 2rem;
    }
}

.mod.modStyleBlue {
    background-color: #9bd6d2;
    padding: 1.78571rem;
}

    .mod.modStyleBlue, .mod.modStyleBlue .mod-head h3, .mod.modStyleBlue a {
        color: #fff;
    }

#menu:not(.mm-menu) {
    border: solid 1px #e4e4e4;
    border-left: none;
    border-right: none;
    margin-top: 1.78571rem;
    font-size: 1.14286rem;
}

    #menu:not(.mm-menu).stuck {
        background-color: #fff;
        margin-top: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
        -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
        box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
    }

    #menu:not(.mm-menu) .nav {
        overflow: visible;
    }

        #menu:not(.mm-menu) .nav .level1 {
            display: none;
        }

        #menu:not(.mm-menu) .nav .flex {
            align-items: flex-start;
            display: flex;
            flex-flow: column wrap;
            height: 250px;
        }

            #menu:not(.mm-menu) .nav .flex li.last {
                margin-bottom: 0.71429rem;
            }

        #menu:not(.mm-menu) .nav > li.sfHover.deeper a:after {
            content: "\f0d8";
            bottom: -5px;
            color: #9bd6d2;
            font-family: "FontAwesome";
            font-size: 39px;
            left: 0;
            position: absolute;
            width: 100%;
            z-index: 1;
        }

        #menu:not(.mm-menu) .nav > li:not(:last-child) {
            margin-right: 2.14286rem;
        }

        #menu:not(.mm-menu) .nav > li.current > a, #menu:not(.mm-menu) .nav > li.active > a, #menu:not(.mm-menu) .nav > li.sfHover > a {
            color: #ee6e46;
        }

        #menu:not(.mm-menu) .nav > li > a {
            position: relative;
            color: #231f20;
            display: block;
            padding: 1.42857rem 0;
        }

            #menu:not(.mm-menu) .nav > li > a span {
                font-weight: 600;
            }

            #menu:not(.mm-menu) .nav > li > a:hover {
                color: #ee6e46;
            }

        #menu:not(.mm-menu) .nav .megamenu {
            display: none;
            background-color: #9bd6d2;
            position: absolute;
            left: 0;
            width: 100%;
            z-index: 2147483647;
            text-align: left;
            padding: 2em 0;
            line-height: 1.5em;
        }

            #menu:not(.mm-menu) .nav .megamenu > .row {
                padding: 0 1.42857rem;
            }

            #menu:not(.mm-menu) .nav .megamenu li.active > a, #menu:not(.mm-menu) .nav .megamenu a:hover {
                color: #ee6e46;
            }

            #menu:not(.mm-menu) .nav .megamenu .level1 > li, #menu:not(.mm-menu) .nav .megamenu .flex > li.heading {
                float: left;
            }

                #menu:not(.mm-menu) .nav .megamenu .level1 > li:not(:last-child), #menu:not(.mm-menu) .nav .megamenu .flex > li.heading:not(:last-child) {
                    margin-right: 4em;
                }

                #menu:not(.mm-menu) .nav .megamenu .level1 > li > a, #menu:not(.mm-menu) .nav .megamenu .flex > li.heading > a {
                    font-weight: 800;
                    font-size: 1.14286rem;
                }

            #menu:not(.mm-menu) .nav .megamenu a {
                color: #fff;
                display: block;
                font-size: 14px;
            }

            #menu:not(.mm-menu) .nav .megamenu ul.level1 {
                display: block;
            }

.modCarousel .mod-head {
    margin-bottom: 0;
}

@media only screen and (max-width: 40em) {
    .modCarousel .mod-head {
        border: solid 1px #ccc;
        border-left: none;
        border-right: none;
        padding: 15px 0;
    }
}

.modCarousel img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 40.063em) {
    .modCarousel .tools,
    .modCarousel .links {
        border-bottom: solid 1px #ccc;
        margin-bottom: 2em;
    }
    .modCarousel .links {
        border-bottom: none;
    }
}

@media only screen and (max-width: 40em) {
    .modCarousel .tools,
    .modCarousel .links {
        margin-bottom: 15px;
        margin-top: -11px;
    }
}

.modCarousel .tools .readmore,
.modCarousel .links .readmore {
    font-weight: bold;
    margin-bottom: 10px;
}

@media only screen and (max-width: 40em) {
    .modCarousel .tools .readmore,
    .modCarousel .links .readmore {
        background-color: #fff;
        padding: 0 15px;
    }
}

.modCarousel .slick-slider {
    margin-bottom: 0;
}

@media only screen and (min-width: 40.063em) {
    .modCarousel .slick-dots {
        top: -39px;
        height: 25px;
    }

        .modCarousel .slick-dots li {
            background-color: #fff;
            margin: 0;
            cursor: default;
        }
}

@media only screen and (max-width: 40em) {
    .modCarousel .slick-dots {
        margin-top: 10px;
        position: static;
    }
}

.modCarousel ul.carousel {
    margin: 0 -2em;
}

    .modCarousel ul.carousel li.slick-slide {
        padding: 0 2em;
    }

@media only screen and (min-width: 40.063em) {
    .modCarousel ul.carousel li.slick-slide:nth-child(odd) {
        border-right: solid 1px #ccc;
    }
}

.modCarousel ul.carousel li.slick-slide.slick-active img {
    opacity: 1 !important;
}

.modCarousel ul.carousel h3 {
    font-size: 1.21429rem;
}

@media only screen and (min-width: 40.063em) {
    .modCarousel ul.carousel h3 {
        margin: 2.14286rem 0 0 0;
    }

    .modCarousel ul.carousel .desc {
        margin: 0.35714rem 0 1.42857rem 0;
    }
}

@media only screen and (max-width: 40em) {
    .modCarousel ul.carousel h3 {
        margin: 0.71429rem 0 0 0;
    }

    .modCarousel ul.carousel .desc {
        margin: 0.35714rem 0 0.35714rem 0;
    }
}

@media only screen and (min-width: 64.063em) {
    .modTools.mod {
        margin: 0 0 0.71429rem 0;
    }
}

@media only screen and (max-width: 64em) {
    .modTools {
        margin-bottom: 0 !important;
        margin-top: -3px;
    }
}

.modTools .social {
    margin: 0.21429rem 1.42857rem 0 -0.21429rem;
}

    .modTools .social a {
        font-size: 2.85714rem;
        line-height: 1em;
        color: #b2b2b2;
    }

        .modTools .social a.fb {
            font-size: 2.5rem;
            vertical-align: 1px;
        }

        .modTools .social a:not(:last-child) {
            margin-right: 0.71429rem;
        }

.modTools .tools ul {
    white-space: nowrap;
}

@media only screen and (min-width: 64.063em) {
    .modTools .tools ul > li:not(:last-child) {
        padding-right: 1.21429rem;
        margin-right: 1.07143rem;
        border-right: solid 2px #9bd6d2;
    }

    .modTools .tools ul {
        margin-bottom: 0.35714rem;
    }
}

@media only screen and (max-width: 40em) {
    .modTools .tools {
        line-height: 1.3em;
    }

        .modTools .tools ul > li:not(:last-child) {
            padding-right: 0.42857rem;
            margin-right: 0.14286rem;
            border-right: solid 2px #9bd6d2;
        }

        .modTools .tools ul {
            margin-bottom: 2px;
        }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .modTools .tools ul > li:not(:last-child) {
        padding-right: 0.71429rem;
        margin-right: 0.5rem;
        border-right: solid 2px #9bd6d2;
    }

    .modTools .tools ul {
        margin-bottom: 2px;
    }
}

.modTools .tools a {
    font-weight: 900;
    line-height: 1em;
    display: block;
    color: #9bd6d2;
}

@media only screen and (min-width: 40.063em) {
    .modTools .tools a {
        font-size: 1.07143rem;
    }
}

@media only screen and (max-width: 40em) {
    .modTools .tools a {
        font-size: 0.85714rem;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .modSearch {
        margin-left: 1.42857rem;
    }
}

.modSearch .inputbox {
    border: none;
    border-bottom: solid 2px #9bd6d2;
    padding: 0.5rem 2.85714rem 0.5rem 0;
}

@media only screen and (min-width: 64.063em) {
    .modSearch .inputbox {
        width: 100%;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .modSearch .inputbox {
        width: 110px;
    }
}

.modSearch button {
    font-size: 1.35714rem;
    line-height: 1em;
    font-weight: normal;
    padding: 7px;
    position: absolute;
    right: 0;
    bottom: 2px;
}

.modFeatured .featuredItem {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 64.063em) {
    .modFeatured .featuredItem {
        height: 555px;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .modFeatured .featuredItem {
        height: 340px;
    }
}

@media only screen and (max-width: 40em) {
    .modFeatured .featuredItem {
        height: 280px;
    }
}

.modFeatured .featuredItem .row {
    height: 100%;
}

.modFeatured .featuredItem .caption {
    background-color: #fff;
    max-width: 100%;
}

@media only screen and (max-width: 40em) {
    .modFeatured .featuredItem .caption {
        margin: auto;
        text-align: center;
        width: 280px;
    }
}

@media only screen and (min-width: 64.063em) {
    .modFeatured .featuredItem .caption {
        bottom: 45px;
        position: absolute;
        right: 0;
    }
}

@media only screen and (min-width: 40.063em) {
    .modFeatured .featuredItem .caption {
        width: 400px;
    }
}

.modFeatured .featuredItem .caption .contentWrap {
    padding: 2.5em;
}

.modFeatured .featuredItem .caption .close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    padding: 1em;
    padding: 0.35714rem;
}

.modFeatured .featuredItem .caption h2 {
    font-size: 1.21429rem;
}

@media only screen and (min-width: 40.063em) {
    .modFeatured .featuredItem .caption h2 {
        margin: 0.35714rem 0 0 0;
    }
}

@media only screen and (max-width: 40em) {
    .modFeatured .featuredItem .caption h2 {
        margin: 0 0 1.07143rem 0;
    }
}

.modFeatured .featuredItem .caption .description {
    margin: 1.5em 0;
}

.modFeatured .featuredItem .caption .readmore {
    font-size: 1rem;
}

.modNewsletter {
    text-align: center;
}

    .modNewsletter form {
        width: 600px;
        max-width: 100%;
        margin: 0 auto;
        padding: 1em 0;
    }

        .modNewsletter form .email {
            border: none;
            padding: 0 1.07143rem;
            /*color: #9bd6d2;*/
            color:#231f20;
            font-size: 1.2rem;
        }

            .modNewsletter form .email::-webkit-input-placeholder {
                color: #231f20;
                opacity: 1;
            }

            .modNewsletter form .email:-moz-placeholder {
                color: #231f20;
                opacity: 1;
            }

            .modNewsletter form .email::-moz-placeholder {
                color: #231f20;
                opacity: 1;
            }

@media only screen and (max-width: 40em) {
    .modNewsletter form .email {
        font-size: 1.28571rem;
        margin-bottom: 10px;
    }
}

.modNewsletter form .email, .modNewsletter form button {
    height: 47px;
}

.modSurvivalGuide {
    position: relative;
}

    .modSurvivalGuide .mod-head {
        border: solid 1px #ccc;
        border-left: none;
        border-right: none;
        padding: 1.7em 0;
        margin-bottom: 0;
    }

@media only screen and (max-width: 40em) {
    .modSurvivalGuide .mod-head {
        text-align: center;
        padding: 1em 0;
    }
}

.modSurvivalGuide .mod-head span {
    display: block;
}

.modSurvivalGuide h3 {
    margin: 0 0 0.71429rem 0;
}

.modSurvivalGuide .desc {
    margin: 0.71429rem 0;
}

.modSurvivalGuide ul > li {
    padding-top: 0;
    padding-bottom: 0;
}

    .modSurvivalGuide ul > li .wrap {
        padding-top: 1.78571rem;
        padding-bottom: 1.78571rem;
        border-bottom: solid 1px #ccc;
    }

    .modSurvivalGuide ul > li:last-child {
        margin-bottom: 1.42857rem;
    }

.modSurvivalGuide .afterlist .readmore {
    font-size: 0.92857rem;
    font-weight: 600;
}

@media only screen and (max-width: 40em) {
    .modSurvivalGuide .afterlist {
        position: absolute;
        text-align: center !important;
        top: 91px;
        width: 100%;
    }

        .modSurvivalGuide .afterlist a {
            background-color: #ffffff;
            padding: 0 10px;
        }
}

@media only screen and (min-width: 64.063em) {
    .modLookingFor {
        padding-left: 285px;
        height: 95px;
    }
}

@media only screen and (min-width: 40.063em) {
    .modLookingFor {
        background: url("../img/iamlookiingfor.jpg") no-repeat;
        border: solid 1px #ccc;
        border-left: none;
        border-right: none;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .modLookingFor {
        background-position: -62px -5px;
        padding-left: 215px;
        height: 85px;
    }
}

@media only screen and (max-width: 40em) {
    .modLookingFor {
        background: url("../img/iamlookingfor.small.png") top center no-repeat;
        padding-top: 90px;
    }
}

@media only screen and (min-width: 64.063em) {
    .modLookingFor form {
        padding: 27px 20px;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .modLookingFor form {
        padding: 21px 20px;
    }
}

@media only screen and (min-width: 40.063em) {
    .modLookingFor form .formRow {
        padding: 0 .7em;
    }

        .modLookingFor form .formRow:last-child {
            padding-left: 1em;
        }
}

@media only screen and (max-width: 40em) {
    .modLookingFor form .formRow {
        margin: 0 auto 5px;
        max-width: 230px;
    }
}

.modLookingFor form button, .modLookingFor form select {
    height: 39px;
}

.modLookingFor form button {
    font-size: 1.42857rem;
    padding: 0;
}

.modHomeEvents .readmore {
    font-weight: bold;
    font-size: 0.92857rem;
}

.modHomeEvents .mod-head {
    border: 1px solid #cccccc;
    border-left: none;
    border-right: none;
    position: relative;
}

@media only screen and (min-width: 40.063em) {
    .modHomeEvents .mod-head {
        margin: 2em 0;
        padding: 2em 0;
    }
}

@media only screen and (max-width: 40em) {
    .modHomeEvents .mod-head {
        margin: 1em 0;
        padding: 1em 0;
    }
}

@media only screen and (min-width: 40.063em) {
    .modWhatsOn .tools .readmore,
    .modHomeEvents .tools .readmore {
        position: absolute;
        right: 0;
        bottom: 40px;
    }
}

@media only screen and (max-width: 40em) {
    .modWhatsOn .tools,
    .modHomeEvents .tools {
        margin-bottom: 20px;
        margin-top: -27px;
    }

        .modWhatsOn .tools a,
        .modHomeEvents .tools a {
            background-color: #fff;
            padding: 0 15px;
        }
}

@media only screen and (min-width: 64.063em) {
    .modHomeEvents .eventsWrap {
        padding: 2em 0;
        align-items: flex-start;
        justify-content: center;
        align-items: center;
        display: flex;
    }

        .modHomeEvents .eventsWrap .upcomingEventsWrap {
            padding-right: 50px;
        }

        .modHomeEvents .eventsWrap .calendarWrap {
            padding-left: 50px;
            border-left: solid 1px #D5D5D5;
        }

            .modHomeEvents .eventsWrap .calendarWrap .clndr {
                border-bottom: none;
            }
}

.modHomeEvents .eventsWrap #mini-clndr {
    max-width: 400px;
    margin: 0 auto;
}

@media only screen and (max-width: 40em) {
    .modHomeEvents .eventsWrap .upcomingEventsWrap {
        padding: 2rem 0;
    }

    .modHomeEvents .eventsWrap .calendarWrap #mini-clndr {
        border-top: solid 1px #ccc;
        padding-top: 30px;
    }
}

.modHomeEvents .eventsWrap .upcomingEvents {
    margin-bottom: 1.42857rem;
}

    .modHomeEvents .eventsWrap .upcomingEvents li {
        padding: 10px 0;
    }

@media only screen and (min-width: 40.063em) {
    .modHomeEvents .eventsWrap .upcomingEvents li {
        border-bottom: solid 1px #D5D5D5;
    }
}

.modHomeEvents .eventsWrap .upcomingEvents li h3 {
    margin: 0;
    padding: 0;
}

.modHomeEvents .eventsWrap .upcomingEvents li .date {
    color: #9bd6d2;
    font-size: 1.21429rem;
    font-weight: 700;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .modHomeEvents .eventsWrap .upcomingEvents {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}

.modHomeEvents .navWrap {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 25px;
}

@media only screen and (min-width: 64.063em) {
    .modHomeEvents .navWrap {
        padding-top: 10px;
    }
}

.modHomeEvents .navWrap .k2CategorySelectBlock {
    max-width: 2500px;
    margin: 0 auto;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .modHomeEvents .navWrap .nav {
        white-space: nowrap;
    }

        .modHomeEvents .navWrap .nav li {
            width: 90px;
            white-space: normal;
        }
}

.modHomeEvents .navWrap .nav li {
    vertical-align: top;
}

@media only screen and (min-width: 64.063em) {
    .modHomeEvents .navWrap .nav li {
        width: 95px;
        margin: 0 .8em;
    }
}

.modHomeEvents .navWrap .nav a {
    display: block;
    position: relative;
    font-weight: bold;
    line-height: 1.1em;
    text-transform: uppercase;
    /* dimlev: removed icons 
    padding-top: 40px; 
    */
}

    /* dimlev: removed icons
    .modHomeEvents .navWrap .nav a:before {
        content: " ";
        display: block;
        width: 53px;
        height: 42px;
        background-color: red;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: url("../img/master.png") no-repeat -2px -57px transparent;
    }

    .modHomeEvents .navWrap .nav a.icon-music:before {
        background-position: -149px -39px;
        height: 53px;
        top: -18px;
        width: 57px;
    }

    .modHomeEvents .navWrap .nav a.icon-film:before {
        background-position: -313px -53px;
        height: 37px;
        top: -5px;
        width: 35px;
    }

    .modHomeEvents .navWrap .nav a.icon-art:before {
        background-position: -451px -46px;
        top: -9px;
        width: 67px;
    }

    .modHomeEvents .navWrap .nav a.icon-sports:before {
        background-position: -639px -46px;
        top: -8px;
        width: 35px;
    }

    .modHomeEvents .navWrap .nav a.icon-travel:before {
        background-position: -793px -46px;
        top: -11px;
        width: 39px;
    }

    .modHomeEvents .navWrap .nav a.icon-food:before {
        background-position: -933px -44px;
        height: 43px;
        top: -11px;
        width: 30px;
    }

    .modHomeEvents .navWrap .nav a.icon-movies:before {
        background-position: -1226px -38px;
        height: 46px;
        top: -14px;
    }
    */

@media only screen and (min-width: 40.063em) {
    .modTaste {
        border-top: solid 1px #cccccc;
        padding-top: 2em;
        margin-top: 2em;
    }
}

@media only screen and (min-width: 64.063em) {
    .modTaste li.slick-slide:nth-child(2n+2) {
        border-right: 1px solid #cccccc;
    }
}

.modEventsNav .mod-head {
    margin-bottom: 2em;
}

.modEventsNav .subNav li:not(.last) {
    margin-bottom: 35px;
}

.modEventsNav .subNav li a {
    font-weight: 600;
    margin-left: 59px;
    padding: 0;
    line-height: 1.3em;
    font-size: 1rem;
}

    /* dimlev: removed icons
    .modEventsNav .subNav li a[class^=icon-]:before {
        content: " ";
        display: block;
        position: absolute;
        top: -4px;
        left: 0;
        width: 53px;
        height: 40px;
        background: url("../img/master.png") no-repeat 0 -235px transparent;
    }
    
    .modEventsNav .subNav li a.icon-kids:before {
        background-position: 0 -235px;
        top: -4px;
    }
    .modEventsNav .subNav li.active a.icon-kids:before {
        background-position: 0 -283px;
    }

    .modEventsNav .subNav li a.icon-music:before {
        background-position: -117px -221px;
        top: -12px;
    }
    .modEventsNav .subNav li.active a.icon-music:before {
        background-position: -117px -269px;
    }

    .modEventsNav .subNav li a.icon-art:before {
        background-position: -246px -230px;
    }
    .modEventsNav .subNav li.active a.icon-art:before {
        background-position: -236px -279px;
    }

    .modEventsNav .subNav li a.icon-film:before {
        background-position: -975px -222px;
        top: -18px;
    }
    .modEventsNav .subNav li.active a.icon-film:before {
        background-position: -975px -222px;
    }

    .modEventsNav .subNav li a.icon-sports:before {
        background-position: -494px -226px;
        top: -9px;
    }
    .modEventsNav .subNav li.active a.icon-sports:before {
        background-position: -494px -274px;
    }

    .modEventsNav .subNav li a.icon-travel:before {
        background-position: -618px -228px;
        top: -8px;
    }
    .modEventsNav .subNav li.active a.icon-travel:before {
        background-position: -618px -276px;
    }

    .modEventsNav .subNav li a.icon-food:before {
        background-position: -725px -223px;
        top: -10px;
    }
    .modEventsNav .subNav li.active a.icon-food:before {
        background-position: -725px -271px;
    }

    .modEventsNav .subNav li a.icon-community:before {
        background-position: -856px -224px;
        top: -10px;
    }
    .modEventsNav .subNav li.active a.icon-community:before {
        background-position: -856px -272px;
    }
    */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        outline: none;
        background: transparent;
        color: transparent;
    }

        .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
            opacity: 0.7;
        }

    .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
        opacity: 1;
    }

    .slick-prev:before, .slick-next:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        color: #fff;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 2px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 0.7;
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-family: "slick";
                font-size: 40px;
                line-height: 20px;
                text-align: center;
                color: #9bd6d2;
                opacity: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            color: #ee6e46;
            opacity: 1;
        }

.directory .item .mod:not(:last-child):not(.modNoBorder),
.property .item .mod:not(:last-child):not(.modNoBorder),
.listings .item .mod:not(:last-child):not(.modNoBorder) {
    margin-bottom: 1.90476rem;
    padding-bottom: 1.90476rem;
    border-bottom: solid 1px #e4e4e4;
}

.directory .item .modRelated,
.property .item .modRelated,
.listings .item .modRelated {
    margin-top: 2.85714rem;
}

.directory .item .itemInfo,
.property .item .itemInfo,
.listings .item .itemInfo {
    border-bottom: medium none !important;
    margin-top: -12px;
    padding-bottom: 0 !important;
}

    .directory .item .itemInfo li:not(:last-child), 
    .property .item .itemInfo li:not(:last-child), 
    .listings .item .itemInfo li:not(:last-child) {
        border-right: solid 1px #ccc;
        margin-right: 0.71429rem;
        padding-right: 0.71429rem;
    }

.directory .item .itemNavigation,
.property .item .itemNavigation,
.listings .item .itemNavigation {
    font-size: 0.78571rem;
}

@media only screen and (max-width: 64em) {
    .directory .item .itemNavigation,
    .property .item .itemNavigation,
    .listings .item .itemNavigation {
        margin-bottom: 10px;
    }
}

.directory .item .gmap,
.property .item .gmap,
.listings .item .gmap {
    height: 300px;
}

.directory .item .thumb,
.property .item .thumb,
.listings .item .thumb {
    margin: 0 2em 1em 0;
}

.directory .item .submit:before,
.property .item .submit:before,
.listings .item .submit:before {
    content: "\f105";
    font-family: "FontAwesome";
    padding-right: 10px;
    font-size: 18px;
}

.directory .item h1,
.property .item h1,
.listings .item h1 {
    color: #231f20;
    font-size: 2.14286rem;
    font-weight: 600;
    margin-bottom: 0;
}

.directory .item h2,
.property .item h2,
.listings .item h2 {
    font-weight: 900;
    margin-bottom: 10px;
}

.directory .item .itemImageGallery,
.property .item .itemImageGallery,
.listings .item .itemImageGallery {
    padding-bottom: 60px !important;
}

    .directory .item .itemImageGallery .mainImage,
    .property .item .itemImageGallery .mainImage,
    .listings .item .itemImageGallery .mainImage {
        margin-bottom: 15px;
    }

    .directory .item .itemImageGallery img,
    .property .item .itemImageGallery img,
    .listings .item .itemImageGallery img {
        width: 100%;
        height: auto;
    }

    .directory .item .itemImageGallery .gallery,
    .property .item .itemImageGallery .gallery,
    .listings .item .itemImageGallery .gallery {
        margin: 0 -7px;
    }

    .directory .item .itemImageGallery .slick-slide,
    .property .item .itemImageGallery .slick-slide,
    .listings .item .itemImageGallery .slick-slide {
        padding: 0 7px;
    }

        .directory .item .itemImageGallery .slick-slide.slick-active img,
        .property .item .itemImageGallery .slick-slide.slick-active img,
        .listings .item .itemImageGallery .slick-slide.slick-active img {
            opacity: 1 !important;
        }

.directory .item .modFeatures ul:not(:last-child),
.property .item .modFeatures ul:not(:last-child),
.listings .item .modFeatures ul:not(:last-child) {
    margin-bottom: 1.42857rem;
}

.directory .item .modFeatures .featuresOther li,
.property .item .modFeatures .featuresOther li,
.listings .item .modFeatures .featuresOther li {
    padding-bottom: 3px;
}

    .directory .item .modFeatures .featuresOther li:before,
    .property .item .modFeatures .featuresOther li:before,
    .listings .item .modFeatures .featuresOther li:before {
        content: "●";
        padding-right: 5px;
    }

.directory .item .itemExtraFields h3,
.property .item .itemExtraFields h3,
.listings .item .itemExtraFields h3 {
    color: #9bd6d2;
}

.directory .item .itemExtraFields > .mod-content > ul:not(:last-child),
.property .item .itemExtraFields > .mod-content > ul:not(:last-child),
.listings .item .itemExtraFields > .mod-content > ul:not(:last-child) {
    margin-bottom: 1.42857rem;
}

.directory .item .itemExtraFields ul.social li:not(:last-child),
.property .item .itemExtraFields ul.social li:not(:last-child),
.listings .item .itemExtraFields ul.social li:not(:last-child) {
    margin-bottom: 0.35714rem;
}

.directory .item .itemExtraFields ul.social a:before,
.property .item .itemExtraFields ul.social a:before,
.listings .item .itemExtraFields ul.social a:before {
    font-family: "FontAwesome";
    padding-right: 5px;
    font-size: 1.57143rem;
    vertical-align: -14%;
}

.directory .item .itemExtraFields ul.social .instagram,
.property .item .itemExtraFields ul.social .instagram,
.listings .item .itemExtraFields ul.social .instagram {
    color: #8a3ab9;
}
    .directory .item .itemExtraFields ul.social .instagram:before,
    .property .item .itemExtraFields ul.social .instagram:before,
    .listings .item .itemExtraFields ul.social .instagram:before {
        content: "\f16d";
    }

.directory .item .itemExtraFields ul.social .linkedin,
.property .item .itemExtraFields ul.social .linkedin,
.listings .item .itemExtraFields ul.social .linkedin {
    color: #0077B5;
}

    .directory .item .itemExtraFields ul.social .linkedin:before,
    .property .item .itemExtraFields ul.social .linkedin:before,
    .listings .item .itemExtraFields ul.social .linkedin:before {
        content: "\f08c";
    }

.directory .item .itemExtraFields ul.social .othersocialmedia,
.property .item .itemExtraFields ul.social .othersocialmedia,
.listings .item .itemExtraFields ul.social .othersocialmedia {
    color: #636262;
}

    .directory .item .itemExtraFields ul.social .othersocialmedia:before,
    .property .item .itemExtraFields ul.social .othersocialmedia:before,
    .listings .item .itemExtraFields ul.social .othersocialmedia:before {
        content: "\f096";
    }

.directory .item .itemExtraFields ul.social .facebook,
.property .item .itemExtraFields ul.social .facebook,
.listings .item .itemExtraFields ul.social .facebook {
    color: #3b5998;
}

    .directory .item .itemExtraFields ul.social .facebook:before,
    .property .item .itemExtraFields ul.social .facebook:before,
    .listings .item .itemExtraFields ul.social .facebook:before {
        content: "\f082";
    }

.directory .item .itemExtraFields ul.social .twitter,
.property .item .itemExtraFields ul.social .twitter,
.listings .item .itemExtraFields ul.social .twitter {
    color: #00aced;
}

    .directory .item .itemExtraFields ul.social .twitter:before,
    .property .item .itemExtraFields ul.social .twitter:before,
    .listings .item .itemExtraFields ul.social .twitter:before {
        content: "\f081";
    }

.directory .item .itemExtraFields ul.bookingengines li:not(:last-child),
.property .item .itemExtraFields ul.bookingengines li:not(:last-child),
.listings .item .itemExtraFields ul.bookingengines li:not(:last-child) {
    margin-bottom: 0.57143rem;
}

.directory .item .itemExtraFields ul.bookingengines a, 
.property .item .itemExtraFields ul.bookingengines a, 
.listings .item .itemExtraFields ul.bookingengines a {
    display: block;
    background: url("../img/master.png") no-repeat transparent;
    text-indent: -1000000px;
}

    .directory .item .itemExtraFields ul.bookingengines a.tripadvisor,
    .property .item .itemExtraFields ul.bookingengines a.tripadvisor,
    .listings .item .itemExtraFields ul.bookingengines a.tripadvisor {
        height: 24px;
        width: 136px;
    }

    .directory .item .itemExtraFields ul.bookingengines a.bookingcom,
    .property .item .itemExtraFields ul.bookingengines a.bookingcom,
    .listings .item .itemExtraFields ul.bookingengines a.bookingcom {
        height: 22px;
        width: 138px;
        background-position: -152px 0;
    }

.directory .item .itemExtraFieldsLabel, 
.property .item .itemExtraFieldsLabel, 
.listings .item .itemExtraFieldsLabel {
    font-weight: bold;
}

.directory .item .breadcrumb,
.property .item .breadcrumb,
.listings .item .breadcrumb {
    font-size: 1.28571rem;
    line-height: 1em;
    margin-bottom: 0.5rem;
    font-weight: 900;
}

    .directory .item .breadcrumb, 
    .directory .item .breadcrumb a,
    .property .item .breadcrumb, 
    .property .item .breadcrumb a,
    .listings .item .breadcrumb, 
    .listings .item .breadcrumb a {
        color: #9bd6d2;
    }

        .directory .item .breadcrumb .active,
        .property .item .breadcrumb .active,
        .listings .item .breadcrumb .active {
            display: none;
        }

        .directory .item .breadcrumb .divider,
        .property .item .breadcrumb .divider,
        .listings .item .breadcrumb .divider {
            padding: 0 0.21429rem;
        }

.directory .itemListCategory h1,
.property .itemListCategory h1,
.listings .itemListCategory h1 {
    margin-bottom: 0;
    position: relative;
    white-space: nowrap;
}

@media only screen and (max-width: 64em) {
    .directory .itemListCategory h1,
    .property .itemListCategory h1,
    .listings .itemListCategory h1 {
        text-align: center;
    }
}

    /* dimlev: removed icons

    .directory .itemListCategory h1 span[class^=cat-],
    .property .itemListCategory h1 span[class^=cat-],
    .listings .itemListCategory h1 span[class^=cat-] {
        padding-left: 53px;
    }

    .directory .itemListCategory h1 span[class^=cat-]:before,
    .property .itemListCategory h1 span[class^=cat-]:before,
    .listings .itemListCategory h1 span[class^=cat-]:before {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 53px;
        height: 40px;
        background: url("../img/master.png") no-repeat 0 -185px transparent;
    }

    .directory .itemListCategory h1 span.cat-music:before,
    .property .itemListCategory h1 span.cat-music:before,
    .listings .itemListCategory h1 span.cat-music:before {
        background-position: -117px -173px;
        height: 41px;
        top: -5px;
    }

    .directory .itemListCategory h1 span.cat-art,
    .property .itemListCategory h1 span.cat-art,
    .listings .itemListCategory h1 span.cat-art {
        padding-left: 41px;
    }

        .directory .itemListCategory h1 span.cat-art:before,
        .property .itemListCategory h1 span.cat-art:before,
        .listings .itemListCategory h1 span.cat-art:before {
            background-position: -246px -184px;
        }

    .directory .itemListCategory h1 span.cat-theatre,
    .property .itemListCategory h1 span.cat-theatre,
    .listings .itemListCategory h1 span.cat-theatre {
        padding-left: 62px;
    }

        .directory .itemListCategory h1 span.cat-theatre:before,
        .property .itemListCategory h1 span.cat-theatre:before,
        .listings .itemListCategory h1 span.cat-theatre:before {
            background-position: -356px -178px;
            top: -3px;
        }

    .directory .itemListCategory h1 span.cat-sports-leisure,
    .property .itemListCategory h1 span.cat-sports-leisure,
    .listings .itemListCategory h1 span.cat-sports-leisure {
        padding-left: 40px;
    }

        .directory .itemListCategory h1 span.cat-sports-leisure:before,
        .property .itemListCategory h1 span.cat-sports-leisure:before,
        .listings .itemListCategory h1 span.cat-sports-leisure:before {
            background-position: -503px -178px;
            top: -3px;
        }

    .directory .itemListCategory h1 span.cat-travel,
    .property .itemListCategory h1 span.cat-travel,
    .listings .itemListCategory h1 span.cat-travel {
        padding-left: 40px;
    }

        .directory .itemListCategory h1 span.cat-travel:before,
        .property .itemListCategory h1 span.cat-travel:before,
        .listings .itemListCategory h1 span.cat-travel:before {
            background-position: -625px -182px;
            top: -1px;
        }

    .directory .itemListCategory h1 span.cat-food-dining,
    .property .itemListCategory h1 span.cat-food-dining,
    .listings .itemListCategory h1 span.cat-food-dining {
        padding-left: 40px;
    }

        .directory .itemListCategory h1 span.cat-food-dining:before,
        .property .itemListCategory h1 span.cat-food-dining:before,
        .listings .itemListCategory h1 span.cat-food-dining:before {
            background-position: -736px -175px;
            top: -4px;
        }

    .directory .itemListCategory h1 span.cat-community,
    .property .itemListCategory h1 span.cat-community,
    .listings .itemListCategory h1 span.cat-community {
        padding-left: 52px;
    }

        .directory .itemListCategory h1 span.cat-community:before,
        .property .itemListCategory h1 span.cat-community:before,
        .listings .itemListCategory h1 span.cat-community:before {
            background-position: -857px -178px;
            top: -2px;
        }

    .directory .itemListCategory h1 span.cat-movies,
    .property .itemListCategory h1 span.cat-movies,
    .listings .itemListCategory h1 span.cat-movies {
        padding-left: 44px;
    }

        .directory .itemListCategory h1 span.cat-movies:before,
        .property .itemListCategory h1 span.cat-movies:before,
        .listings .itemListCategory h1 span.cat-movies:before {
            background-position: -975px -171px;
            top: -8px;
        }
    */

.directory .itemListCategory .eventFilters,
.property .itemListCategory .eventFilters,
.listings .itemListCategory .eventFilters {
    white-space: nowrap;
}

    .directory .itemListCategory .eventFilters li,
    .property .itemListCategory .eventFilters li,
    .listings .itemListCategory .eventFilters li {
        padding-left: 15px;
    }

        .directory .itemListCategory .eventFilters li.active a,
        .property .itemListCategory .eventFilters li.active a,
        .listings .itemListCategory .eventFilters li.active a {
            font-weight: bold;
            color: #ee6e46;
        }

.directory .itemList .heading,
.property .itemList .heading,
.listings .itemList .heading {
    margin: 0;
    font-size: 1.21429rem;
}

.directory .itemList .itemDesc,
.property .itemList .itemDesc,
.listings .itemList .itemDesc {
    margin: 0.35714rem 0 0.71429rem 0;
}

.directory .itemList .infoList,
.property .itemList .infoList,
.listings .itemList .infoList {
    margin-bottom: 0.71429rem;
}

    .directory .itemList .infoList strong,
    .property .itemList .infoList strong,
    .listings .itemList .infoList strong {
        color: #231f20;
    }

.directory .itemList .item:first-child .wrap,
.property .itemList .item:first-child .wrap,
.listings .itemList .item:first-child .wrap {
    border-top: solid 1px #e4e4e4;
    padding-top: 1.42857rem;
    margin-top: 1.42857rem;
}

.directory .itemList .item .wrap,
.property .itemList .item .wrap,
.listings .itemList .item .wrap {
    border-bottom: solid 1px #e4e4e4;
    padding-bottom: 1.42857rem;
    margin-bottom: 1.42857rem;
}

@media only screen and (min-width: 40.063em) {
    .directory .itemList .item .nfBody,
    .property .itemList .item .nfBody,
    .listings .itemList .item .nfBody {
        padding-left: 1.42857rem;
    }
}

.directory .itemList .item .readmore,
.property .itemList .item .readmore,
.listings .itemList .item .readmore {
    font-weight: 600;
}

#footer {
    padding: 4em 0;
    background-color: #7cc5bf;
    color: #fff;
}


#footer .small-l {
    text-transform: none;
    text-decoration: underline;
    font-size: 14px;
    font-weight:bold;
}

#footer .small-l2 {
    text-transform: none;
    text-decoration: underline; 
}

#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer a {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#footer a:hover {
    color:#231f20;
    
} 
#footer .modNavFooter li:not(:last-child) {
        margin-right: 1.78571rem;

}


    #footer h2, #footer h3, #footer a {
        color: #fff;
    }

    #footer .mod:not(:last-child) {
        margin-bottom: 2rem;
    }

    #footer .modInfo .social a {
        margin-right: 1rem;
        font-size: 2rem;
    }

    #footer .modInfo .copyright {
        margin-top: 2.14286rem;
        font-size: 0.92857rem;
        line-height: 1.3em;
}
@media (max-width: 991px) {
    .modNavFooter {
        margin:20px 0;
    }
}
/*@media only screen and (min-width: 64.063em) {
    #footer .modNavFooter li:not(:last-child) {
        margin-right: 1.78571rem;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    #footer .modNavFooter li:not(:last-child) {
        margin-right: 1.28571rem;
    }
}*/

@media only screen and (min-width: 64.063em) {
    #footer .modNavFooter a {
        font-size: 1.14286rem;
    }
}

@media only screen and (min-width: 40.063em) {
    #footer .modNavFooter a {
        font-size: 0.9rem;
    }
}

#footer .modNavFooter a span {
    font-weight: 600;
}

.pagination ul .pagination-start, .pagination ul .pagination-end {
    display: none;
}

.pagination ul li a, .pagination ul li span {
    display: block;
    padding: 3px;
    font-weight: bold;
}

.pagination ul li span {
    color: #ee6e46;
}

.pagination ul .pagination-prev .pagenav, .pagination ul .pagination-next .pagenav {
    color: #231f20;
}

    .pagination ul .pagination-prev .pagenav:before, .pagination ul .pagination-prev .pagenav:after, .pagination ul .pagination-next .pagenav:before, .pagination ul .pagination-next .pagenav:after {
        font-family: "FontAwesome";
    }

.pagination ul .pagination-prev {
    float: left;
}

    .pagination ul .pagination-prev .pagenav:before {
        content: "\f104";
        padding-right: 5px;
        color: #ee6e46;
    }

.pagination ul .pagination-next {
    float: right;
}

    .pagination ul .pagination-next .pagenav:after {
        content: "\f105";
        padding-left: 5px;
        color: #ee6e46;
    }

.clndr {
    margin: 0 auto;
    overflow: hidden;
}

@media only screen and (min-width: 40.063em) {
    .clndr {
        border-bottom: 1px solid #dedede;
    }
}

.clndr .controls {
    background-color: #9bd6d2;
    color: #fff;
    line-height: 2em;
}

    .clndr .controls .clndr-previous-button, .clndr .controls .clndr-next-button {
        -moz-user-select: none;
        cursor: pointer;
        display: inline-block;
        padding-bottom: 5px;
        padding-top: 5px;
        text-align: center;
        transition: background-color 0.5s ease 0s;
        width: 15%;
        font-size: 1.78571rem;
    }

        .clndr .controls .clndr-previous-button:hover, .clndr .controls .clndr-next-button:hover {
            background-color: rgba(0,0,0,0.1);
        }

    .clndr .controls .month {
        display: inline-block;
        font-weight: 900;
        padding-bottom: 5px;
        padding-top: 5px;
        text-align: center;
        text-transform: uppercase;
        width: 70%;
        font-family: Arial;
        font-size: 0.92857rem;
    }

.clndr .days-container {
    display: inline-block;
    height: 226px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .clndr .days-container .days {
        background-color: #fff;
        height: 226px;
        left: 0;
        position: absolute;
        transition: left 0.5s ease 0s;
        width: 100%;
    }

        .clndr .days-container .days .day, .clndr .days-container .days .empty {
            font-family: Arial;
            display: inline-block;
            font-size: 0.92857rem;
            text-align: center;
            width: 14.28%;
            color: #676767;
        }

            .clndr .days-container .days .day span, .clndr .days-container .days .empty span {
                border: 1px solid #fff;
                border-radius: 200px;
                padding: 4px;
                width: 30px;
                height: 30px;
                display: inline-block;
            }

            .clndr .days-container .days .day.event span, .clndr .days-container .days .empty.event span {
                border-color: #ee6e46;
                cursor: pointer;
                transition: background-color 0.5s ease 0s;
            }

                .clndr .days-container .days .day.event span:hover, .clndr .days-container .days .empty.event span:hover {
                    background-color: #ee6e46;
                    color: #fff;
                }

            .clndr .days-container .days .day.adjacent-month, .clndr .days-container .days .day.adjacent-month, .clndr .days-container .days .empty.adjacent-month, .clndr .days-container .days .empty.adjacent-month {
                color: rgba(0,0,0,0.2);
            }

        .clndr .days-container .days .empty {
            height: 31px;
            vertical-align: bottom;
        }

        .clndr .days-container .days .headers {
            background-color: #e1f3f1;
            padding: 5px 0;
            margin-bottom: 5px;
            line-height: 2em;
        }

            .clndr .days-container .days .headers .day-header {
                color: #231f20;
                font-weight: 700;
                display: inline-block;
                text-align: center;
                width: 14.28%;
                font-size: 0.78571rem;
            }

    .clndr .days-container .events {
        background-color: #ebebeb;
        height: 226px;
        left: 100%;
        position: absolute;
        transition: left 0.5s ease 0s;
        width: 100%;
    }

        .clndr .days-container .events .headers {
            position: relative;
        }

        .clndr .days-container .events .event-header {
            background-color: #bce3e1;
            color: #231f20;
            font-weight: bold;
            padding-bottom: 5px;
            padding-top: 5px;
            text-align: center;
            width: 100%;
            font-size: 0.85714rem;
        }

        .clndr .days-container .events .x-button {
            cursor: pointer;
            font-weight: bold;
            position: absolute;
            left: 0;
            top: 0;
            transition: color 0.25s ease 0s;
            display: block;
            line-height: 0.9em;
            padding: 8px 19px;
        }

            .clndr .days-container .events .x-button:hover {
                color: #ffffff;
            }

        .clndr .days-container .events .events-list {
            height: 194px;
            overflow: auto;
        }

            .clndr .days-container .events .events-list .event {
                transition: background-color 0.25s ease 0s;
            }

                .clndr .days-container .events .events-list .event:hover {
                    background-color: #f5f5f5;
                }

                .clndr .days-container .events .events-list .event a {
                    display: block;
                    padding: 8px 14px;
                    background-color: transparent;
                    color: #231f20;
                    font-size: 13px;
                    position: relative;
                    text-decoration: none;
                    transition: color 0.25s ease 0s;
                }

                    .clndr .days-container .events .events-list .event a:hover {
                        background-color: transparent;
                        color: #ee6e46;
                    }

    .clndr .days-container.show-events .days {
        left: -100%;
    }

    .clndr .days-container.show-events .events {
        left: 0;
    }

.k2LiveSearchBlock {
    position: relative;
}

    .k2LiveSearchBlock .k2LiveSearchResults {
        background-color: #fff;
        position: absolute;
        z-index: 1;
        right: 0;
        top: 36px;
        min-width: 350px;
    }

        .k2LiveSearchBlock .k2LiveSearchResults ul {
            -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
            box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .k2LiveSearchBlock .k2LiveSearchResults ul li {
                white-space: nowrap;
            }

                .k2LiveSearchBlock .k2LiveSearchResults ul li a {
                    display: block;
                    padding: 0.42857rem 0.85714rem;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    font-size: 0.85714rem;
                }

                    .k2LiveSearchBlock .k2LiveSearchResults ul li a:hover {
                        background-color: #e4e4e4;
                    }

                .k2LiveSearchBlock .k2LiveSearchResults ul li:not(:last-child) {
                    border-bottom: solid 1px #e4e4e4;
                }

table {
    border-collapse: collapse;
    font-size: 1rem;
}

    table th {
        padding: 1.07143rem;
        font-weight: bold;
        font-size: 1.14286rem;
        color: #999;
        border-top: solid 1px #e4e4e4;
    }

    table tbody tr:nth-child(odd) td {
        background-color: #f6f6f6;
    }

    table tbody td {
        padding: 0.71429rem 1.07143rem;
        border: solid 1px #e4e4e4;
        border-left: none;
        border-right: none;
    }

    table.secondary-color thead th {
        background-color: #9bd6d2;
    }

    table.secondary-color tbody tr:nth-child(odd) td {
        background-color: #fff;
    }

    table.third-color thead th {
        background-color: #231f20;
    }

    table.third-color tbody tr:nth-child(odd) td {
        background-color: #8e8083;
    }

.k2submit .k2s-state {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    padding: 1px 7px;
    border: solid 1px #fff;
}

    .k2submit .k2s-state.s1 {
        background-color: #3EA71D;
    }

    .k2submit .k2s-state.s0 {
        background-color: #EE4646;
    }

    .k2submit .k2s-state.s-1 {
        background-color: #A6A6A6;
    }

.panels .panel-head {
    cursor: pointer;
    font-size: 1.28571rem;
    font-weight: bold;
    color: #666666;
}

    .panels .panel-head:after {
        content: "\f063";
        font-family: "FontAwesome";
        color: #ee6e46;
        position: absolute;
        font-weight: normal;
        right: 0;
    }

.panels .panel {
    position: relative;
    border-top: solid 1px #9bd6d2;
    padding: 1.42857rem 0;
}

    .panels .panel.active .panel-head {
        padding-bottom: 1.42857rem;
    }

        .panels .panel.active .panel-head:after {
            content: "\f062";
        }

.mm-subtitle {
    margin-bottom: 5px !important;
}

.mm-menu.mm-horizontal > .mm-panel {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
}

.mm-menu .mm-hidden {
    display: none;
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative;
}

.mm-menu, .mm-menu > .mm-panel {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.mm-menu {
    background: inherit;
    display: block;
    overflow: hidden;
    padding: 0;
}

    .mm-menu > .mm-panel {
        background: inherit;
        -webkit-overflow-scrolling: touch;
        overflow: scroll;
        overflow-x: hidden;
        overflow-y: auto;
        box-sizing: border-box;
        padding: 26px;
        -webkit-transform: translate(100%, 0);
        -moz-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }

        .mm-menu > .mm-panel.mm-opened {
            -webkit-transform: translate(0%, 0);
            -moz-transform: translate(0%, 0);
            -ms-transform: translate(0%, 0);
            -o-transform: translate(0%, 0);
            transform: translate(0%, 0);
        }

        .mm-menu > .mm-panel.mm-subopened {
            -webkit-transform: translate(-30%, 0);
            -moz-transform: translate(-30%, 0);
            -ms-transform: translate(-30%, 0);
            -o-transform: translate(-30%, 0);
            transform: translate(-30%, 0);
        }

        .mm-menu > .mm-panel.mm-highest {
            z-index: 1;
        }

    .mm-menu .mm-list {
        padding: 20px 0;
    }

    .mm-menu > .mm-list {
        padding-bottom: 0;
    }

        .mm-menu > .mm-list:after {
            content: '';
            display: block;
            height: 40px;
        }

.mm-panel > .mm-list {
    margin-left: -26px;
    margin-right: -26px;
}

    .mm-panel > .mm-list:first-child {
        padding-top: 0;
    }

.mm-list, .mm-list > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.mm-list {
    font: inherit;
    font-size: 14px;
}

    .mm-list a, .mm-list a:hover {
        text-decoration: none;
    }

    .mm-list > li {
        position: relative;
    }

        .mm-list > li > a, .mm-list > li > span {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            color: #ffffff;
            line-height: 14px;
            display: block;
            padding: 13px 13px 13px 26px;
            margin: 0;
            font-weight: bold;
            font-size: 1.21429rem;
        }

        .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
            content: '';
            border-bottom-width: 1px;
            border-bottom-style: solid;
            display: block;
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
            width: auto;
            margin-left: 26px;
            position: relative;
            left: auto;
        }

    .mm-list a.mm-subopen {
        background: rgba(3,2,1,0);
        width: 40px;
        height: 100%;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
    }

        .mm-list a.mm-subopen:before {
            content: '';
            border-left-width: 1px;
            border-left-style: solid;
            display: block;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

        .mm-list a.mm-subopen.mm-fullsubopen {
            width: 100%;
        }

            .mm-list a.mm-subopen.mm-fullsubopen:before {
                border-left: none;
            }

        .mm-list a.mm-subopen + a, .mm-list a.mm-subopen + span {
            padding-right: 6.5px;
            margin-right: 40px;
        }

    .mm-list > li.mm-selected > a.mm-subopen {
        background: transparent;
    }

    .mm-list > li.mm-selected > a.mm-fullsubopen + a, .mm-list > li.mm-selected > a.mm-fullsubopen + span {
        padding-right: 46.5px;
        margin-right: 0;
    }

    .mm-list a.mm-subclose {
        text-indent: 14px;
        padding-top: 33px;
        margin-top: -20px;
        font-size: 13px;
    }

    .mm-list > li.mm-label {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 10px;
        text-transform: uppercase;
        text-indent: 26px;
        line-height: 26.5px;
        padding-right: 6.5px;
    }

    .mm-list > li.mm-spacer {
        padding-top: 40px;
    }

        .mm-list > li.mm-spacer.mm-label {
            padding-top: 26.5px;
        }

    .mm-list a.mm-subopen:after, .mm-list a.mm-subclose:before {
        content: '';
        border: 2px solid #fff;
        display: inline-block;
        width: 14px;
        height: 14px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-bottom: -5px;
        position: absolute;
        bottom: 50%;
    }

    .mm-list a.mm-subopen:after {
        border-top: none;
        border-left: none;
        right: 18px;
    }

    .mm-list a.mm-subclose:before {
        border-right: none;
        border-bottom: none;
        margin-bottom: -21px;
        left: 22px;
        bottom: 55%;
    }

.mm-menu.mm-vertical .mm-list .mm-panel {
    display: none;
    padding: 13px 0 13px 13px;
}

    .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
        border-color: transparent;
    }

.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
    display: block;
}

.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
    height: 40px;
}

    .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
        top: 16px;
        bottom: auto;
    }

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
    height: 26.5px;
}

html.mm-opened .mm-page {
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.mm-menu {
    background: #9bd6d2;
    color: rgba(255,255,255,0.6);
}

    .mm-menu .mm-list > li:after {
        border-color: rgba(0,0,0,0.1);
    }

    .mm-menu .mm-list > li > a.mm-subclose {
        background: rgba(0,0,0,0.1);
        color: rgba(255,255,255,0.7);
    }

        .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
            border-color: rgba(255,255,255,0.7);
        }

    .mm-menu .mm-list > li > a.mm-subopen:before {
        border-color: rgba(0,0,0,0.1);
    }

    .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu .mm-list > li.mm-selected > span {
        background: rgba(0,0,0,0.1);
    }

    .mm-menu .mm-list > li.mm-label {
        background: rgba(255,255,255,0.05);
    }

    .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
        background: rgba(255,255,255,0.05);
    }

.mm-page {
    box-sizing: border-box;
    position: relative;
}

.mm-slideout {
    -webkit-transition: -webkit-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
}

html.mm-opened {
    overflow: hidden;
    position: relative;
}

    html.mm-opened body {
        overflow: hidden;
    }

html.mm-background .mm-page {
    background: inherit;
}

#mm-blocker {
    background: rgba(3,2,1,0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker {
    display: block;
}

.mm-menu.mm-offcanvas {
    display: none;
    position: fixed;
}

.mm-menu.mm-current {
    display: block;
}

.mm-menu {
    width: 80%;
    min-width: 140px;
    max-width: 440px;
}

html.mm-opening .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -moz-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    -o-transform: translate(80%, 0);
    transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -moz-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        -o-transform: translate(140px, 0);
        transform: translate(140px, 0);
    }
}

@media all and (min-width: 550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(440px, 0);
        -moz-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        -o-transform: translate(440px, 0);
        transform: translate(440px, 0);
    }
}

@media only screen and (max-width: 64em) {
    .navIcon {
        color: #ee6e46;
        display: block;
        font-size: 2.85714rem;
        line-height: 1em;
    }
}

@media only screen and (max-width: 40em) {
    .col-main {
        padding-bottom: 2rem;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .col-main {
        padding-bottom: 2.85714rem;
    }
}

@media only screen and (max-width: 40em) {
    .spaceUp-small {
        margin-top: 2rem;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .spaceUp-medium {
        margin-top: 2.85714rem;
    }
}

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 81.42857rem;
}

    .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 {
        width: auto;
        margin-left: -1.42857rem;
        margin-right: -1.42857rem;
        margin-top: 0;
        margin-bottom: 0;
        max-width: none;
    }

        .row .row:before, .row .row:after {
            content: " ";
            display: table;
        }

        .row .row:after {
            clear: both;
        }

        .row .row.collapse {
            width: auto;
            margin: 0;
            max-width: none;
        }

            .row .row.collapse:before, .row .row.collapse:after {
                content: " ";
                display: table;
            }

            .row .row.collapse:after {
                clear: both;
            }

.column, .columns {
    padding-left: 1.42857rem;
    padding-right: 1.42857rem;
    width: 100%;
    float: left;
}

[class*="column"] + [class*="column"]:last-child {
    float: right;
}

[class*="column"] + [class*="column"].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: 5%;
        right: auto;
    }

    .small-pull-1 {
        position: relative;
        right: 5%;
        left: auto;
    }

    .small-push-2 {
        position: relative;
        left: 10%;
        right: auto;
    }

    .small-pull-2 {
        position: relative;
        right: 10%;
        left: auto;
    }

    .small-push-3 {
        position: relative;
        left: 15%;
        right: auto;
    }

    .small-pull-3 {
        position: relative;
        right: 15%;
        left: auto;
    }

    .small-push-4 {
        position: relative;
        left: 20%;
        right: auto;
    }

    .small-pull-4 {
        position: relative;
        right: 20%;
        left: auto;
    }

    .small-push-5 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .small-pull-5 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .small-push-6 {
        position: relative;
        left: 30%;
        right: auto;
    }

    .small-pull-6 {
        position: relative;
        right: 30%;
        left: auto;
    }

    .small-push-7 {
        position: relative;
        left: 35%;
        right: auto;
    }

    .small-pull-7 {
        position: relative;
        right: 35%;
        left: auto;
    }

    .small-push-8 {
        position: relative;
        left: 40%;
        right: auto;
    }

    .small-pull-8 {
        position: relative;
        right: 40%;
        left: auto;
    }

    .small-push-9 {
        position: relative;
        left: 45%;
        right: auto;
    }

    .small-pull-9 {
        position: relative;
        right: 45%;
        left: auto;
    }

    .small-push-10 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .small-pull-10 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .small-push-11 {
        position: relative;
        left: 55.0%;
        right: auto;
    }

    .small-pull-11 {
        position: relative;
        right: 55.0%;
        left: auto;
    }

    .small-push-12 {
        position: relative;
        left: 60%;
        right: auto;
    }

    .small-pull-12 {
        position: relative;
        right: 60%;
        left: auto;
    }

    .small-push-13 {
        position: relative;
        left: 65%;
        right: auto;
    }

    .small-pull-13 {
        position: relative;
        right: 65%;
        left: auto;
    }

    .small-push-14 {
        position: relative;
        left: 70%;
        right: auto;
    }

    .small-pull-14 {
        position: relative;
        right: 70%;
        left: auto;
    }

    .small-push-15 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .small-pull-15 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .small-push-16 {
        position: relative;
        left: 80%;
        right: auto;
    }

    .small-pull-16 {
        position: relative;
        right: 80%;
        left: auto;
    }

    .small-push-17 {
        position: relative;
        left: 85%;
        right: auto;
    }

    .small-pull-17 {
        position: relative;
        right: 85%;
        left: auto;
    }

    .small-push-18 {
        position: relative;
        left: 90%;
        right: auto;
    }

    .small-pull-18 {
        position: relative;
        right: 90%;
        left: auto;
    }

    .small-push-19 {
        position: relative;
        left: 95%;
        right: auto;
    }

    .small-pull-19 {
        position: relative;
        right: 95%;
        left: auto;
    }

    .column, .columns {
        position: relative;
        padding-left: 1.42857rem;
        padding-right: 1.42857rem;
        float: left;
    }

    .small-1 {
        width: 5%;
    }

    .small-2 {
        width: 10%;
    }

    .small-3 {
        width: 15%;
    }

    .small-4 {
        width: 20%;
    }

    .small-5 {
        width: 25%;
    }

    .small-6 {
        width: 30%;
    }

    .small-7 {
        width: 35%;
    }

    .small-8 {
        width: 40%;
    }

    .small-9 {
        width: 45%;
    }

    .small-10 {
        width: 50%;
    }

    .small-11 {
        width: 55.0%;
    }

    .small-12 {
        width: 60%;
    }

    .small-13 {
        width: 65%;
    }

    .small-14 {
        width: 70%;
    }

    .small-15 {
        width: 75%;
    }

    .small-16 {
        width: 80%;
    }

    .small-17 {
        width: 85%;
    }

    .small-18 {
        width: 90%;
    }

    .small-19 {
        width: 95%;
    }

    .small-20 {
        width: 100%;
    }

    .small-offset-0 {
        margin-left: 0% !important;
    }

    .small-offset-1 {
        margin-left: 5% !important;
    }

    .small-offset-2 {
        margin-left: 10% !important;
    }

    .small-offset-3 {
        margin-left: 15% !important;
    }

    .small-offset-4 {
        margin-left: 20% !important;
    }

    .small-offset-5 {
        margin-left: 25% !important;
    }

    .small-offset-6 {
        margin-left: 30% !important;
    }

    .small-offset-7 {
        margin-left: 35% !important;
    }

    .small-offset-8 {
        margin-left: 40% !important;
    }

    .small-offset-9 {
        margin-left: 45% !important;
    }

    .small-offset-10 {
        margin-left: 50% !important;
    }

    .small-offset-11 {
        margin-left: 55.0% !important;
    }

    .small-offset-12 {
        margin-left: 60% !important;
    }

    .small-offset-13 {
        margin-left: 65% !important;
    }

    .small-offset-14 {
        margin-left: 70% !important;
    }

    .small-offset-15 {
        margin-left: 75% !important;
    }

    .small-offset-16 {
        margin-left: 80% !important;
    }

    .small-offset-17 {
        margin-left: 85% !important;
    }

    .small-offset-18 {
        margin-left: 90% !important;
    }

    .small-offset-19 {
        margin-left: 95% !important;
    }

    .small-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }

    .column.small-centered, .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.small-uncentered, .columns.small-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }

    .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.42857rem;
        padding-right: 1.42857rem;
        float: left;
    }
}

@media only screen and (min-width: 40.063em) {
    .medium-push-0 {
        position: relative;
        left: 0%;
        right: auto;
    }

    .medium-pull-0 {
        position: relative;
        right: 0%;
        left: auto;
    }

    .medium-push-1 {
        position: relative;
        left: 5%;
        right: auto;
    }

    .medium-pull-1 {
        position: relative;
        right: 5%;
        left: auto;
    }

    .medium-push-2 {
        position: relative;
        left: 10%;
        right: auto;
    }

    .medium-pull-2 {
        position: relative;
        right: 10%;
        left: auto;
    }

    .medium-push-3 {
        position: relative;
        left: 15%;
        right: auto;
    }

    .medium-pull-3 {
        position: relative;
        right: 15%;
        left: auto;
    }

    .medium-push-4 {
        position: relative;
        left: 20%;
        right: auto;
    }

    .medium-pull-4 {
        position: relative;
        right: 20%;
        left: auto;
    }

    .medium-push-5 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .medium-pull-5 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .medium-push-6 {
        position: relative;
        left: 30%;
        right: auto;
    }

    .medium-pull-6 {
        position: relative;
        right: 30%;
        left: auto;
    }

    .medium-push-7 {
        position: relative;
        left: 35%;
        right: auto;
    }

    .medium-pull-7 {
        position: relative;
        right: 35%;
        left: auto;
    }

    .medium-push-8 {
        position: relative;
        left: 40%;
        right: auto;
    }

    .medium-pull-8 {
        position: relative;
        right: 40%;
        left: auto;
    }

    .medium-push-9 {
        position: relative;
        left: 45%;
        right: auto;
    }

    .medium-pull-9 {
        position: relative;
        right: 45%;
        left: auto;
    }

    .medium-push-10 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .medium-pull-10 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .medium-push-11 {
        position: relative;
        left: 55.0%;
        right: auto;
    }

    .medium-pull-11 {
        position: relative;
        right: 55.0%;
        left: auto;
    }

    .medium-push-12 {
        position: relative;
        left: 60%;
        right: auto;
    }

    .medium-pull-12 {
        position: relative;
        right: 60%;
        left: auto;
    }

    .medium-push-13 {
        position: relative;
        left: 65%;
        right: auto;
    }

    .medium-pull-13 {
        position: relative;
        right: 65%;
        left: auto;
    }

    .medium-push-14 {
        position: relative;
        left: 70%;
        right: auto;
    }

    .medium-pull-14 {
        position: relative;
        right: 70%;
        left: auto;
    }

    .medium-push-15 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .medium-pull-15 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .medium-push-16 {
        position: relative;
        left: 80%;
        right: auto;
    }

    .medium-pull-16 {
        position: relative;
        right: 80%;
        left: auto;
    }

    .medium-push-17 {
        position: relative;
        left: 85%;
        right: auto;
    }

    .medium-pull-17 {
        position: relative;
        right: 85%;
        left: auto;
    }

    .medium-push-18 {
        position: relative;
        left: 90%;
        right: auto;
    }

    .medium-pull-18 {
        position: relative;
        right: 90%;
        left: auto;
    }

    .medium-push-19 {
        position: relative;
        left: 95%;
        right: auto;
    }

    .medium-pull-19 {
        position: relative;
        right: 95%;
        left: auto;
    }

    .column, .columns {
        position: relative;
        padding-left: 1.42857rem;
        padding-right: 1.42857rem;
        float: left;
    }

    .medium-1 {
        width: 5%;
    }

    .medium-2 {
        width: 10%;
    }

    .medium-3 {
        width: 15%;
    }

    .medium-4 {
        width: 20%;
    }

    .medium-5 {
        width: 25%;
    }

    .medium-6 {
        width: 30%;
    }

    .medium-7 {
        width: 35%;
    }

    .medium-8 {
        width: 40%;
    }

    .medium-9 {
        width: 45%;
    }

    .medium-10 {
        width: 50%;
    }

    .medium-11 {
        width: 55.0%;
    }

    .medium-12 {
        width: 60%;
    }

    .medium-13 {
        width: 65%;
    }

    .medium-14 {
        width: 70%;
    }

    .medium-15 {
        width: 75%;
    }

    .medium-16 {
        width: 80%;
    }

    .medium-17 {
        width: 85%;
    }

    .medium-18 {
        width: 90%;
    }

    .medium-19 {
        width: 95%;
    }

    .medium-20 {
        width: 100%;
    }

    .medium-offset-0 {
        margin-left: 0% !important;
    }

    .medium-offset-1 {
        margin-left: 5% !important;
    }

    .medium-offset-2 {
        margin-left: 10% !important;
    }

    .medium-offset-3 {
        margin-left: 15% !important;
    }

    .medium-offset-4 {
        margin-left: 20% !important;
    }

    .medium-offset-5 {
        margin-left: 25% !important;
    }

    .medium-offset-6 {
        margin-left: 30% !important;
    }

    .medium-offset-7 {
        margin-left: 35% !important;
    }

    .medium-offset-8 {
        margin-left: 40% !important;
    }

    .medium-offset-9 {
        margin-left: 45% !important;
    }

    .medium-offset-10 {
        margin-left: 50% !important;
    }

    .medium-offset-11 {
        margin-left: 55.0% !important;
    }

    .medium-offset-12 {
        margin-left: 60% !important;
    }

    .medium-offset-13 {
        margin-left: 65% !important;
    }

    .medium-offset-14 {
        margin-left: 70% !important;
    }

    .medium-offset-15 {
        margin-left: 75% !important;
    }

    .medium-offset-16 {
        margin-left: 80% !important;
    }

    .medium-offset-17 {
        margin-left: 85% !important;
    }

    .medium-offset-18 {
        margin-left: 90% !important;
    }

    .medium-offset-19 {
        margin-left: 95% !important;
    }

    .medium-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }

    .column.medium-centered, .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.medium-uncentered, .columns.medium-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }

    .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.42857rem;
        padding-right: 1.42857rem;
        float: left;
    }

    .push-0 {
        position: relative;
        left: 0%;
        right: auto;
    }

    .pull-0 {
        position: relative;
        right: 0%;
        left: auto;
    }

    .push-1 {
        position: relative;
        left: 5%;
        right: auto;
    }

    .pull-1 {
        position: relative;
        right: 5%;
        left: auto;
    }

    .push-2 {
        position: relative;
        left: 10%;
        right: auto;
    }

    .pull-2 {
        position: relative;
        right: 10%;
        left: auto;
    }

    .push-3 {
        position: relative;
        left: 15%;
        right: auto;
    }

    .pull-3 {
        position: relative;
        right: 15%;
        left: auto;
    }

    .push-4 {
        position: relative;
        left: 20%;
        right: auto;
    }

    .pull-4 {
        position: relative;
        right: 20%;
        left: auto;
    }

    .push-5 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .pull-5 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .push-6 {
        position: relative;
        left: 30%;
        right: auto;
    }

    .pull-6 {
        position: relative;
        right: 30%;
        left: auto;
    }

    .push-7 {
        position: relative;
        left: 35%;
        right: auto;
    }

    .pull-7 {
        position: relative;
        right: 35%;
        left: auto;
    }

    .push-8 {
        position: relative;
        left: 40%;
        right: auto;
    }

    .pull-8 {
        position: relative;
        right: 40%;
        left: auto;
    }

    .push-9 {
        position: relative;
        left: 45%;
        right: auto;
    }

    .pull-9 {
        position: relative;
        right: 45%;
        left: auto;
    }

    .push-10 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .pull-10 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .push-11 {
        position: relative;
        left: 55.0%;
        right: auto;
    }

    .pull-11 {
        position: relative;
        right: 55.0%;
        left: auto;
    }

    .push-12 {
        position: relative;
        left: 60%;
        right: auto;
    }

    .pull-12 {
        position: relative;
        right: 60%;
        left: auto;
    }

    .push-13 {
        position: relative;
        left: 65%;
        right: auto;
    }

    .pull-13 {
        position: relative;
        right: 65%;
        left: auto;
    }

    .push-14 {
        position: relative;
        left: 70%;
        right: auto;
    }

    .pull-14 {
        position: relative;
        right: 70%;
        left: auto;
    }

    .push-15 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .pull-15 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .push-16 {
        position: relative;
        left: 80%;
        right: auto;
    }

    .pull-16 {
        position: relative;
        right: 80%;
        left: auto;
    }

    .push-17 {
        position: relative;
        left: 85%;
        right: auto;
    }

    .pull-17 {
        position: relative;
        right: 85%;
        left: auto;
    }

    .push-18 {
        position: relative;
        left: 90%;
        right: auto;
    }

    .pull-18 {
        position: relative;
        right: 90%;
        left: auto;
    }

    .push-19 {
        position: relative;
        left: 95%;
        right: auto;
    }

    .pull-19 {
        position: relative;
        right: 95%;
        left: auto;
    }
}

@media only screen and (min-width: 64.063em) {
    .large-push-0 {
        position: relative;
        left: 0%;
        right: auto;
    }

    .large-pull-0 {
        position: relative;
        right: 0%;
        left: auto;
    }

    .large-push-1 {
        position: relative;
        left: 5%;
        right: auto;
    }

    .large-pull-1 {
        position: relative;
        right: 5%;
        left: auto;
    }

    .large-push-2 {
        position: relative;
        left: 10%;
        right: auto;
    }

    .large-pull-2 {
        position: relative;
        right: 10%;
        left: auto;
    }

    .large-push-3 {
        position: relative;
        left: 15%;
        right: auto;
    }

    .large-pull-3 {
        position: relative;
        right: 15%;
        left: auto;
    }

    .large-push-4 {
        position: relative;
        left: 20%;
        right: auto;
    }

    .large-pull-4 {
        position: relative;
        right: 20%;
        left: auto;
    }

    .large-push-5 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .large-pull-5 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .large-push-6 {
        position: relative;
        left: 30%;
        right: auto;
    }

    .large-pull-6 {
        position: relative;
        right: 30%;
        left: auto;
    }

    .large-push-7 {
        position: relative;
        left: 35%;
        right: auto;
    }

    .large-pull-7 {
        position: relative;
        right: 35%;
        left: auto;
    }

    .large-push-8 {
        position: relative;
        left: 40%;
        right: auto;
    }

    .large-pull-8 {
        position: relative;
        right: 40%;
        left: auto;
    }

    .large-push-9 {
        position: relative;
        left: 45%;
        right: auto;
    }

    .large-pull-9 {
        position: relative;
        right: 45%;
        left: auto;
    }

    .large-push-10 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .large-pull-10 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .large-push-11 {
        position: relative;
        left: 55.0%;
        right: auto;
    }

    .large-pull-11 {
        position: relative;
        right: 55.0%;
        left: auto;
    }

    .large-push-12 {
        position: relative;
        left: 60%;
        right: auto;
    }

    .large-pull-12 {
        position: relative;
        right: 60%;
        left: auto;
    }

    .large-push-13 {
        position: relative;
        left: 65%;
        right: auto;
    }

    .large-pull-13 {
        position: relative;
        right: 65%;
        left: auto;
    }

    .large-push-14 {
        position: relative;
        left: 70%;
        right: auto;
    }

    .large-pull-14 {
        position: relative;
        right: 70%;
        left: auto;
    }

    .large-push-15 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .large-pull-15 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .large-push-16 {
        position: relative;
        left: 80%;
        right: auto;
    }

    .large-pull-16 {
        position: relative;
        right: 80%;
        left: auto;
    }

    .large-push-17 {
        position: relative;
        left: 85%;
        right: auto;
    }

    .large-pull-17 {
        position: relative;
        right: 85%;
        left: auto;
    }

    .large-push-18 {
        position: relative;
        left: 90%;
        right: auto;
    }

    .large-pull-18 {
        position: relative;
        right: 90%;
        left: auto;
    }

    .large-push-19 {
        position: relative;
        left: 95%;
        right: auto;
    }

    .large-pull-19 {
        position: relative;
        right: 95%;
        left: auto;
    }

    .column, .columns {
        position: relative;
        padding-left: 1.42857rem;
        padding-right: 1.42857rem;
        float: left;
    }

    .large-1 {
        width: 5%;
    }

    .large-2 {
        width: 10%;
    }

    .large-3 {
        width: 15%;
    }

    .large-4 {
        width: 20%;
    }

    .large-5 {
        width: 25%;
    }

    .large-6 {
        width: 30%;
    }

    .large-7 {
        width: 35%;
    }

    .large-8 {
        width: 40%;
    }

    .large-9 {
        width: 45%;
    }

    .large-10 {
        width: 50%;
    }

    .large-11 {
        width: 55.0%;
    }

    .large-12 {
        width: 60%;
    }

    .large-13 {
        width: 65%;
    }

    .large-14 {
        width: 70%;
    }

    .large-15 {
        width: 75%;
    }

    .large-16 {
        width: 80%;
    }

    .large-17 {
        width: 85%;
    }

    .large-18 {
        width: 90%;
    }

    .large-19 {
        width: 95%;
    }

    .large-20 {
        width: 100%;
    }

    .large-offset-0 {
        margin-left: 0% !important;
    }

    .large-offset-1 {
        margin-left: 5% !important;
    }

    .large-offset-2 {
        margin-left: 10% !important;
    }

    .large-offset-3 {
        margin-left: 15% !important;
    }

    .large-offset-4 {
        margin-left: 20% !important;
    }

    .large-offset-5 {
        margin-left: 25% !important;
    }

    .large-offset-6 {
        margin-left: 30% !important;
    }

    .large-offset-7 {
        margin-left: 35% !important;
    }

    .large-offset-8 {
        margin-left: 40% !important;
    }

    .large-offset-9 {
        margin-left: 45% !important;
    }

    .large-offset-10 {
        margin-left: 50% !important;
    }

    .large-offset-11 {
        margin-left: 55.0% !important;
    }

    .large-offset-12 {
        margin-left: 60% !important;
    }

    .large-offset-13 {
        margin-left: 65% !important;
    }

    .large-offset-14 {
        margin-left: 70% !important;
    }

    .large-offset-15 {
        margin-left: 75% !important;
    }

    .large-offset-16 {
        margin-left: 80% !important;
    }

    .large-offset-17 {
        margin-left: 85% !important;
    }

    .large-offset-18 {
        margin-left: 90% !important;
    }

    .large-offset-19 {
        margin-left: 95% !important;
    }

    .large-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }

    .column.large-centered, .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.large-uncentered, .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }

    .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.42857rem;
        padding-right: 1.42857rem;
        float: left;
    }

    .push-0 {
        position: relative;
        left: 0%;
        right: auto;
    }

    .pull-0 {
        position: relative;
        right: 0%;
        left: auto;
    }

    .push-1 {
        position: relative;
        left: 5%;
        right: auto;
    }

    .pull-1 {
        position: relative;
        right: 5%;
        left: auto;
    }

    .push-2 {
        position: relative;
        left: 10%;
        right: auto;
    }

    .pull-2 {
        position: relative;
        right: 10%;
        left: auto;
    }

    .push-3 {
        position: relative;
        left: 15%;
        right: auto;
    }

    .pull-3 {
        position: relative;
        right: 15%;
        left: auto;
    }

    .push-4 {
        position: relative;
        left: 20%;
        right: auto;
    }

    .pull-4 {
        position: relative;
        right: 20%;
        left: auto;
    }

    .push-5 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .pull-5 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .push-6 {
        position: relative;
        left: 30%;
        right: auto;
    }

    .pull-6 {
        position: relative;
        right: 30%;
        left: auto;
    }

    .push-7 {
        position: relative;
        left: 35%;
        right: auto;
    }

    .pull-7 {
        position: relative;
        right: 35%;
        left: auto;
    }

    .push-8 {
        position: relative;
        left: 40%;
        right: auto;
    }

    .pull-8 {
        position: relative;
        right: 40%;
        left: auto;
    }

    .push-9 {
        position: relative;
        left: 45%;
        right: auto;
    }

    .pull-9 {
        position: relative;
        right: 45%;
        left: auto;
    }

    .push-10 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .pull-10 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .push-11 {
        position: relative;
        left: 55.0%;
        right: auto;
    }

    .pull-11 {
        position: relative;
        right: 55.0%;
        left: auto;
    }

    .push-12 {
        position: relative;
        left: 60%;
        right: auto;
    }

    .pull-12 {
        position: relative;
        right: 60%;
        left: auto;
    }

    .push-13 {
        position: relative;
        left: 65%;
        right: auto;
    }

    .pull-13 {
        position: relative;
        right: 65%;
        left: auto;
    }

    .push-14 {
        position: relative;
        left: 70%;
        right: auto;
    }

    .pull-14 {
        position: relative;
        right: 70%;
        left: auto;
    }

    .push-15 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .pull-15 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .push-16 {
        position: relative;
        left: 80%;
        right: auto;
    }

    .pull-16 {
        position: relative;
        right: 80%;
        left: auto;
    }

    .push-17 {
        position: relative;
        left: 85%;
        right: auto;
    }

    .pull-17 {
        position: relative;
        right: 85%;
        left: auto;
    }

    .push-18 {
        position: relative;
        left: 90%;
        right: auto;
    }

    .pull-18 {
        position: relative;
        right: 90%;
        left: auto;
    }

    .push-19 {
        position: relative;
        left: 95%;
        right: auto;
    }

    .pull-19 {
        position: relative;
        right: 95%;
        left: auto;
    }
}

[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.71429rem;
}

    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
        content: " ";
        display: table;
    }

    [class*="block-grid-"]:after {
        clear: both;
    }

    [class*="block-grid-"] > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.71429rem 1.42857rem;
    }

@media only screen {
    .small-block-grid-1 > li {
        width: 100%;
        list-style: none;
    }

        .small-block-grid-1 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both;
        }

    .small-block-grid-2 > li {
        width: 50%;
        list-style: none;
    }

        .small-block-grid-2 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both;
        }

    .small-block-grid-3 > li {
        width: 33.33333%;
        list-style: none;
    }

        .small-block-grid-3 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both;
        }

    .small-block-grid-4 > li {
        width: 25%;
        list-style: none;
    }

        .small-block-grid-4 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both;
        }

    .small-block-grid-5 > li {
        width: 20%;
        list-style: none;
    }

        .small-block-grid-5 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both;
        }

    .small-block-grid-6 > li {
        width: 16.66667%;
        list-style: none;
    }

        .small-block-grid-6 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both;
        }

    .small-block-grid-7 > li {
        width: 14.28571%;
        list-style: none;
    }

        .small-block-grid-7 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both;
        }

    .small-block-grid-8 > li {
        width: 12.5%;
        list-style: none;
    }

        .small-block-grid-8 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both;
        }

    .small-block-grid-9 > li {
        width: 11.11111%;
        list-style: none;
    }

        .small-block-grid-9 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both;
        }

    .small-block-grid-10 > li {
        width: 10%;
        list-style: none;
    }

        .small-block-grid-10 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both;
        }

    .small-block-grid-11 > li {
        width: 9.09091%;
        list-style: none;
    }

        .small-block-grid-11 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both;
        }

    .small-block-grid-12 > li {
        width: 8.33333%;
        list-style: none;
    }

        .small-block-grid-12 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both;
        }
}

@media only screen and (min-width: 40.063em) {
    .medium-block-grid-1 > li {
        width: 100%;
        list-style: none;
    }

        .medium-block-grid-1 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both;
        }

    .medium-block-grid-2 > li {
        width: 50%;
        list-style: none;
    }

        .medium-block-grid-2 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both;
        }

    .medium-block-grid-3 > li {
        width: 33.33333%;
        list-style: none;
    }

        .medium-block-grid-3 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both;
        }

    .medium-block-grid-4 > li {
        width: 25%;
        list-style: none;
    }

        .medium-block-grid-4 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both;
        }

    .medium-block-grid-5 > li {
        width: 20%;
        list-style: none;
    }

        .medium-block-grid-5 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both;
        }

    .medium-block-grid-6 > li {
        width: 16.66667%;
        list-style: none;
    }

        .medium-block-grid-6 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both;
        }

    .medium-block-grid-7 > li {
        width: 14.28571%;
        list-style: none;
    }

        .medium-block-grid-7 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both;
        }

    .medium-block-grid-8 > li {
        width: 12.5%;
        list-style: none;
    }

        .medium-block-grid-8 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both;
        }

    .medium-block-grid-9 > li {
        width: 11.11111%;
        list-style: none;
    }

        .medium-block-grid-9 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both;
        }

    .medium-block-grid-10 > li {
        width: 10%;
        list-style: none;
    }

        .medium-block-grid-10 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both;
        }

    .medium-block-grid-11 > li {
        width: 9.09091%;
        list-style: none;
    }

        .medium-block-grid-11 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both;
        }

    .medium-block-grid-12 > li {
        width: 8.33333%;
        list-style: none;
    }

        .medium-block-grid-12 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both;
        }
}

@media only screen and (min-width: 64.063em) {
    .large-block-grid-1 > li {
        width: 100%;
        list-style: none;
    }

        .large-block-grid-1 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both;
        }

    .large-block-grid-2 > li {
        width: 50%;
        list-style: none;
    }

        .large-block-grid-2 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both;
        }

    .large-block-grid-3 > li {
        width: 33.33333%;
        list-style: none;
    }

        .large-block-grid-3 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both;
        }

    .large-block-grid-4 > li {
        width: 25%;
        list-style: none;
    }

        .large-block-grid-4 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both;
        }

    .large-block-grid-5 > li {
        width: 20%;
        list-style: none;
    }

        .large-block-grid-5 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both;
        }

    .large-block-grid-6 > li {
        width: 16.66667%;
        list-style: none;
    }

        .large-block-grid-6 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both;
        }

    .large-block-grid-7 > li {
        width: 14.28571%;
        list-style: none;
    }

        .large-block-grid-7 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both;
        }

    .large-block-grid-8 > li {
        width: 12.5%;
        list-style: none;
    }

        .large-block-grid-8 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both;
        }

    .large-block-grid-9 > li {
        width: 11.11111%;
        list-style: none;
    }

        .large-block-grid-9 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both;
        }

    .large-block-grid-10 > li {
        width: 10%;
        list-style: none;
    }

        .large-block-grid-10 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both;
        }

    .large-block-grid-11 > li {
        width: 9.09091%;
        list-style: none;
    }

        .large-block-grid-11 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both;
        }

    .large-block-grid-12 > li {
        width: 8.33333%;
        list-style: none;
    }

        .large-block-grid-12 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both;
        }
}

@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 {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 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 !important;
    }

    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.063em) {
    .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 {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 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 !important;
    }

    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.063em) {
    .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 {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 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 !important;
    }

    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.063em) {
    .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 {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 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 !important;
    }

    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.063em) {
    .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 {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 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 !important;
    }

    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;
}

@media print {
    .show-for-print {
        display: block;
    }

    .hide-for-print {
        display: none;
    }

    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;
    }
}

body {
    font-size: 14px;
    line-height: 1.5em;
    color: #231f20;
    position: relative;
    cursor: default;
    font-family: "Raleway",Arial;
    overflow-x: hidden;
}

@media only screen and (min-width: 64.063em) {
    #header {
        padding-top: 25px;
    }
}

@media only screen and (max-width: 64em) {
    body.nothome #header {
        border-bottom: solid 1px #e4e4e4;
    }
}

#top {
    align-items: center;
    display: flex;
    display: -webkit-box; /** Centering logo for Safari **/
}

@media only screen and (max-width: 40em) {
    #top {
        padding: 0.71429rem 0;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    #top {
        padding: 1.42857rem 0;
    }
}

@media only screen and (min-width: 64.063em) {
    .section, .spaceUp {
        margin-top: 3.71429rem;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .section, .spaceUp {
        margin-top: 2.85714rem;
    }
}

@media only screen and (max-width: 40em) {
    .section, .spaceUp {
        margin-top: 2rem;
    }
}

.bannergroup {
    text-align: center;
}

    .bannergroup.slick-slider {
        margin: 0;
    }

        .bannergroup.slick-slider .slick-dots {
            position: static;
            margin-top: 20px;
        }

        .bannergroup.slick-slider img {
            margin: 0 auto;
        }

    .bannergroup.bannersFullWidth img {
        width: 100%;
        height: auto;
    }

    .bannergroup > li:last-child {
        padding-bottom: 0 !important;
    }

    .bannergroup > .banneritem:not(:last-child) {
        margin-bottom: 1.78571rem;
    }

.readmore {
    color: #ee6e46;
}

    .readmore:after {
        content: "\f105";
        font-family: "FontAwesome";
        display: inline-block;
        padding-left: .3em;
        font-size: 1.5rem;
        vertical-align: -9%;
    }

    .readmore:hover {
        opacity: .8;
    }

        .readmore:hover:after {
            padding-left: .4em;
        }

/* uol */
.modWhatsOn .tools .readmore.showmeall,
.modHomeEvents .tools .readmore.showmeall {
    bottom: 80px;
}
/* uol */
@media only screen and (max-width: 40em) {
    .modSurvivalGuide .afterlist {
        position: relative;
        top: auto;
    }
}

#prefooter .col-pf-middle .mod:not(:last-child) {
    margin-bottom: 0.85714rem;
}

.subNav a {
    display: block;
    line-height: 1.1em;
}

    .subNav a:hover {
        opacity: .8;
    }

.subNav li {
    position: relative;
    
}
.cart .subNav li {
     border-bottom: 1px solid white;
     
}
.cart .subNav li:last-child {     
border-bottom: 0px solid white;
    
}

    .subNav li > a {
        font-weight: 900;
        font-size: 1.21429rem;
        padding: 0.5rem 0;
    }

    .subNav li ul a {
        font-size: 1rem;
        font-weight: 600;
        padding: 0.28571rem 0;
    }

    .subNav li.active > a, .subNav li.current > a {
        font-weight: 900;
        color: #ee6e46;
    }

        .subNav li.current > a:before {
            content: "\f0da";
            color: #fff;
            font-family: "FontAwesome";
            font-size: 34px;
            left: -27px;
            position: absolute;
        }

.subNav.subNavLevels > li:not(:last-child) {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: solid 1px rgba(255,255,255,0.5);
}

.col-slide .custom {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 64.063em) {
    .col-slide .custom {
        height: 500px;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .col-slide .custom {
        height: 340px;
    }
}

@media only screen and (max-width: 40em) {
    .col-slide .custom {
        height: 270px;
    }
}

@media only screen and (min-width: 40.063em) {
    .columnDoubleGutter {
        padding-left: 2.85714rem;
        padding-right: 2.85714rem;
    }
}

button#jform_xprofile_birthdate_img {
    position: absolute;
    right: 0;
    top: 0;
}

.flex {
    display: flex;
    align-items: center;
}

    .flex.flex-center {
        justify-content: center;
    }

#system-message-container {
    text-align: center;
    margin-top: 1em;
}

    #system-message-container .alert {
        background-color: #F9D1D1;
        padding: 1em;
        font-weight: bold;
    }

        #system-message-container .alert.alert-message {
            background-color: #D2F9D1;
        }

        #system-message-container .alert.alert-notice {
            background-color: #f9e5d1;
        }

        #system-message-container .alert.alert-error {
            background-color: #F9D1D1;
        }

#rsform_3_page_0 p {
    display: none;
}

#rsform_3_page_0 input, #rsform_3_page_0 textarea {
    width: 100%;
}

#member-registration input, #member-registration select {
    width: 100%;
}

.modUserNav a {
    font-weight: 700 !important;
}

.divider {
    background-color: rgba(255,255,255,0.4);
    height: 1px;
    margin: 0.5em 0;
    text-indent: -100000px;
}

.dateTimeField {
    margin-right: 10px;
}

    .dateTimeField button {
        background: none;
        border: none;
        margin-left: -32px;
        padding: 8px;
        border-left: solid 1px #ccc;
    }

    .dateTimeField .icon-calendar:before {
        content: "\f073";
        font-family: "FontAwesome";
        font-size: 15px;
        font-style: normal;
    }

body.password-reset #user-registration input, body.username-reminder #user-registration input {
    width: 100%;
}

form.login input:not(.x) {
    width: 100%;
}

.jform_xprofile_newsletter .formControlLabel {
    float: right;
    font-weight: bold;
    padding-left: 10px;
}

.jform_xprofile_newsletter .formControls {
    float: right;
}

    .jform_xprofile_newsletter .formControls input {
        width: auto !important;
    }

.mod.stuck {
    position: fixed;
    top: 100px;
    z-index: 1;
}

    .mod.stuck .mod-head {
        display: none;
    }

.couponcode {
    position: relative;
}

    .couponcode span {
        display: block;
        font-size: 22px;
        line-height: 0.75em;
        position: absolute;
        right: 13px;
        top: 0;
        font-family: "Arial";
    }

        .couponcode span:before {
            font-family: "FontAwesome";
        }

    .couponcode.checking span:before {
        content: "\f192";
    }

    .couponcode.valid span:before {
        content: "\f046";
        color: green;
    }

    .couponcode.invalid span:before {
        content: "\f071";
        color: red;
    }

.couponinfo {
    font-family: arial;
    font-weight: bold;
    padding-top: 10px;
}

    .couponinfo.valid {
        color: green;
    }

    .couponinfo.invalid {
        color: red;
    }

.rsform-map-geolocation {
    background-color: #fff;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    top: 50px;
    width: 100%;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
    max-height: 300px;
    overflow: auto;
}

    .rsform-map-geolocation a {
        display: block;
        padding: 0.57143rem 1.07143rem;
    }

        .rsform-map-geolocation a:hover {
            background-color: rgba(0,0,0,0.05);
        }

.modal {
    display: none;
    width: 400px;
    background: #fff;
    padding: 2.85714rem;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 7px rgba(0,0,0,0.6);
    -ms-box-shadow: 0 0 7px rgba(0,0,0,0.6);
    box-shadow: 0 0 7px rgba(0,0,0,0.6);
}

    .modal a.close-modal {
        position: absolute;
        top: -12.5px;
        right: -12.5px;
        display: block;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        background: url(close.png) no-repeat 0 0;
    }

.modal-spinner {
    display: none;
    width: 64px;
    height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -32px;
    margin-top: -32px;
    background: url(spinner.gif) #111 no-repeat center center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

#modalLogin {
    display: none;
}

@media only screen and (min-width: 40.063em) {
    #modalLogin {
        width: 450px;
    }
}

@media only screen and (max-width: 40em) {
    #modalLogin {
        width: 300px;
    }
}

#modalLogin .mod-head h3 {
    color: #9bd6d2;
}

#modalLogin input {
    width: 100%;
}

#modalLogin .loginTools li:not(:last-child):after {
    content: "/";
    color: #ee6e46;
}

#modalLogin .loginTools a {
    color: #ee6e46;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.78571rem;
}

#modalLogin .login-greeting {
    margin-bottom: 10px;
}

.addthis_native_toolbox .addthis_button_facebook_share {
    margin-right: 10px;
}

.addthis_native_toolbox iframe.twitter-share-button {
    width: 89px !important;
}

.addthis_native_toolbox .addthis_button_pinterest_pinit {
    margin-right: 12px;
}

.addthis_native_toolbox .addthis_button_google_plusone div {
    width: 72px !important;
}

.modEventsNav .item-353, .megamenu .item-353 {
    display: none;
}

@media only screen and (min-width: 64.063em) {
    span.tenyears {
        width: 97px;
        height: 97px;
        background: url("/images/xpat-10years-ribbon.png") no-repeat 0 0 transparent;
        position: absolute;
        left: 0;
        top: 0;
    }
}

/* uol */
@media only screen and (max-width: 500px) {
    .listings > .itemListCategory.flex {
        display: block;
    }
}

/* uol */
.item-196 > .megamenu > .row {
    max-width: 55em;
}

/* uol */
#main .mod.itemBody.clearfix a {
    text-decoration: underline;
    color: #ee6e46;
}

span.itemExtraFieldsValue > a {
    color: #ee6e46;
    font-weight: bold;
}

/* uol */
@media only screen and (max-width: 1111px) {
    #beforecontent .modHomeEvents div.mod-content > div.navWrap > div.show-for-medium-up li {
        width: 90px;
        margin: 0px;
    }
}

.modTools .social a.tw {
    font-size: 3.2rem;
}

@media only screen and (min-width: 1020px) and (max-width: 1260px) { 
    #header .column.small-8 .right {
        float: none !important;
        max-width: 300px;
    }
}

.item-199 .row > .level1 > li {
    width: 150px;
    min-height: 200px;
}

h3.actionlogs,
.jform_actionlogs_actionlogsNotify,
.jform_actionlogs_actionlogsExtensions {
    display: none;
}

.moduletable .ibx-overlay .ibx-overlay_content {
    line-height: 23px;
}

/* uol */
#main .itemBody a {
    font-weight: bold;
    color: #ee6e46;
}

#footer a.donate {
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
}
#footer a.donate:hover {
    color: #ee6e46;
}

.home #container #content {
    display: none;
}


.home .modWhatsOn .mod-content .items .tools a {
    display: none;
}

.home .modWhatsOn .links {
    z-index: 1;
}

@media only screen and (min-width: 40.063em) {

    .home .modWhatsOn .links {
        display: inline;
        position: relative;
        width: 400px;
        float: right;
    }

    .home .modWhatsOn .links .readmore {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .home .modWhatsOn .links .readmore.postevent {
        bottom: 15px;
    }

    .home .modWhatsOn .links .readmore {
        bottom: -25px;
    }
}

.breathing_space {
    margin-top: 45px;
    margin-bottom: 45px;
}
