﻿@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
 

@import url('https://fonts.googleapis.com/css?family=Catamaran&display=swap');
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

    /**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, .h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
    input[type="search"] {
        -webkit-appearance: textfield;
        /* 1 */
        box-sizing: content-box;
        /* 2 */
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*$jet         : #222222;*/
meta.foundation-version {
    font-family: "/5.5.2/";
}

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0;
}

meta.foundation-mq-small-only {
    font-family: "/only screen and (max-width: 64em)/";
    width: 0;
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:64.0625em)/";
    width: 64.0625em;
}

meta.foundation-mq-medium-only {
    font-family: "/only screen and (min-width:64.0625em) and (max-width:64em)/";
    width: 64.0625em;
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.0625em)/";
    width: 64.0625em;
}

meta.foundation-mq-large-only {
    font-family: "/only screen and (min-width:64.0625em) and (max-width:80em)/";
    width: 64.0625em;
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:80.0625em)/";
    width: 80.0625em;
}

meta.foundation-mq-xlarge-only {
    font-family: "/only screen and (min-width:80.0625em) and (max-width:90em)/";
    width: 80.0625em;
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:90.0625em)/";
    width: 90.0625em;
}

meta.foundation-data-attribute-namespace {
    font-family: false;
}

html, body {
    height: 100%;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html,
body {
    font-size: 100%;
}

body {
    background: #fff;
    color: #222;
    cursor: auto;
    font-family: 'Catamaran', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    position: relative;
}

a:hover {
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
}

img {
    -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.hide {
    display: none;
}

.invisible {
    visibility: hidden;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    vertical-align: middle;
}

textarea {
    height: auto;
    min-height: 50px;
}

select {
    width: 100%;
}

.row {
    margin: 0 auto;
    max-width: 62.5rem;
    width: 100%;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

    .row.collapse > .column,
    .row.collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row .row {
        margin: 0 -0.9375rem;
        max-width: none;
        width: auto;
    }

        .row .row:before, .row .row:after {
            content: " ";
            display: table;
        }

        .row .row:after {
            clear: both;
        }

        .row .row.collapse {
            margin: 0;
            max-width: none;
            width: auto;
        }

            .row .row.collapse:before, .row .row.collapse:after {
                content: " ";
                display: table;
            }

            .row .row.collapse:after {
                clear: both;
            }

.column,
.columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
}

    .column + .column:last-child,
    .columns + .column:last-child, .column +
    .columns:last-child,
    .columns +
    .columns:last-child {
          float: right; 
    }

    .column + .column.end,
    .columns + .column.end, .column +
    .columns.end,
    .columns +
    .columns.end {
        float: left;
    }

@media only screen {
    .small-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .small-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

    .small-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .small-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .small-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .small-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .small-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .small-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .small-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .small-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .small-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .small-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .small-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .small-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .small-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .small-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .small-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .small-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .small-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .small-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }

    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .small-1 {
        width: 8.33333%;
    }

    .small-2 {
        width: 16.66667%;
    }

    .small-3 {
        width: 25%;
    }

    .small-4 {
        width: 33.33333%;
    }

    .small-5 {
        width: 41.66667%;
    }

    .small-6 {
        width: 50%;
    }

    .small-7 {
        width: 58.33333%;
    }

    .small-8 {
        width: 66.66667%;
    }

    .small-9 {
        width: 75%;
    }

    .small-10 {
        width: 83.33333%;
    }

    .small-11 {
        width: 91.66667%;
    }

    .small-12 {
        width: 100%;
    }

    .small-offset-0 {
        margin-left: 0 !important;
    }

    .small-offset-1 {
        margin-left: 8.33333% !important;
    }

    .small-offset-2 {
        margin-left: 16.66667% !important;
    }

    .small-offset-3 {
        margin-left: 25% !important;
    }

    .small-offset-4 {
        margin-left: 33.33333% !important;
    }

    .small-offset-5 {
        margin-left: 41.66667% !important;
    }

    .small-offset-6 {
        margin-left: 50% !important;
    }

    .small-offset-7 {
        margin-left: 58.33333% !important;
    }

    .small-offset-8 {
        margin-left: 66.66667% !important;
    }

    .small-offset-9 {
        margin-left: 75% !important;
    }

    .small-offset-10 {
        margin-left: 83.33333% !important;
    }

    .small-offset-11 {
        margin-left: 91.66667% !important;
    }

    .small-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }

    .column.small-centered,
    .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.small-uncentered,
    .columns.small-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .column.small-centered:last-child,
    .columns.small-centered:last-child {
        float: none;
    }

    .column.small-uncentered:last-child,
    .columns.small-uncentered:last-child {
        float: left;
    }

    .column.small-uncentered.opposite,
    .columns.small-uncentered.opposite {
        float: right;
    }

    .row.small-collapse > .column,
    .row.small-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row.small-uncollapse > .column,
    .row.small-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }
}

@media only screen and (min-width: 64.0625em) {
    .medium-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .medium-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

    .medium-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .medium-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .medium-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .medium-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .medium-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .medium-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .medium-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .medium-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .medium-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .medium-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .medium-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .medium-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .medium-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .medium-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .medium-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .medium-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }

    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .medium-1 {
        width: 8.33333%;
    }

    .medium-2 {
        width: 16.66667%;
    }

    .medium-3 {
        width: 25%;
    }

    .medium-4 {
        width: 33.33333%;
    }

    .medium-5 {
        width: 41.66667%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-7 {
        width: 58.33333%;
    }

    .medium-8 {
        width: 66.66667%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-10 {
        width: 83.33333%;
    }

    .medium-11 {
        width: 91.66667%;
    }

    .medium-12 {
        width: 100%;
    }

    .medium-offset-0 {
        margin-left: 0 !important;
    }

    .medium-offset-1 {
        margin-left: 8.33333% !important;
    }

    .medium-offset-2 {
        margin-left: 16.66667% !important;
    }

    .medium-offset-3 {
        margin-left: 25% !important;
    }

    .medium-offset-4 {
        margin-left: 33.33333% !important;
    }

    .medium-offset-5 {
        margin-left: 41.66667% !important;
    }

    .medium-offset-6 {
        margin-left: 50% !important;
    }

    .medium-offset-7 {
        margin-left: 58.33333% !important;
    }

    .medium-offset-8 {
        margin-left: 66.66667% !important;
    }

    .medium-offset-9 {
        margin-left: 75% !important;
    }

    .medium-offset-10 {
        margin-left: 83.33333% !important;
    }

    .medium-offset-11 {
        margin-left: 91.66667% !important;
    }

    .medium-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }

    .column.medium-centered,
    .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.medium-uncentered,
    .columns.medium-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .column.medium-centered:last-child,
    .columns.medium-centered:last-child {
        float: none;
    }

    .column.medium-uncentered:last-child,
    .columns.medium-uncentered:last-child {
        float: left;
    }

    .column.medium-uncentered.opposite,
    .columns.medium-uncentered.opposite {
        float: right;
    }

    .row.medium-collapse > .column,
    .row.medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row.medium-uncollapse > .column,
    .row.medium-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }
}

@media only screen and (min-width: 64.0625em) {
    .large-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .large-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

    .large-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .large-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .large-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .large-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .large-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .large-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .large-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .large-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .large-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .large-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .large-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .large-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .large-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .large-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .large-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .large-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .large-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .large-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .large-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }

    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .large-1 {
        width: 8.33333%;
    }

    .large-2 {
        width: 16.66667%;
    }

    .large-3 {
        width: 25%;
    }

    .large-4 {
        width: 33.33333%;
    }

    .large-5 {
        width: 41.66667%;
    }

    .large-6 {
        width: 50%;
    }

    .large-7 {
        width: 58.33333%;
    }

    .large-8 {
        width: 66.66667%;
    }

    .large-9 {
        width: 75%;
    }

    .large-10 {
        width: 83.33333%;
    }

    .large-11 {
        width: 91.66667%;
    }

    .large-12 {
        width: 100%;
    }

    .large-offset-0 {
        margin-left: 0 !important;
    }

    .large-offset-1 {
        margin-left: 8.33333% !important;
    }

    .large-offset-2 {
        margin-left: 16.66667% !important;
    }

    .large-offset-3 {
        margin-left: 25% !important;
    }

    .large-offset-4 {
        margin-left: 33.33333% !important;
    }

    .large-offset-5 {
        margin-left: 41.66667% !important;
    }

    .large-offset-6 {
        margin-left: 50% !important;
    }

    .large-offset-7 {
        margin-left: 58.33333% !important;
    }

    .large-offset-8 {
        margin-left: 66.66667% !important;
    }

    .large-offset-9 {
        margin-left: 75% !important;
    }

    .large-offset-10 {
        margin-left: 83.33333% !important;
    }

    .large-offset-11 {
        margin-left: 91.66667% !important;
    }

    .large-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }

    .column.large-centered,
    .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.large-uncentered,
    .columns.large-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .column.large-centered:last-child,
    .columns.large-centered:last-child {
        float: none;
    }

    .column.large-uncentered:last-child,
    .columns.large-uncentered:last-child {
        float: left;
    }

    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right;
    }

    .row.large-collapse > .column,
    .row.large-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row.large-uncollapse > .column,
    .row.large-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }
}

.accordion {
    margin-bottom: 0;
}

    .accordion:before, .accordion:after {
        content: " ";
        display: table;
    }

    .accordion:after {
        clear: both;
    }

    .accordion .accordion-navigation, .accordion dd {
        display: block;
        margin-bottom: 0 !important;
    }

        .accordion .accordion-navigation.active > a, .accordion dd.active > a {
            background: transparent;
        }

        .accordion .accordion-navigation > a, .accordion dd > a {
            background: transparent;
            color: #525252;
            display: block;
          
            font-size: 1rem;
            padding: 1.75rem;
        }

            .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
                background: transparent;
            }

        .accordion .accordion-navigation > .content, .accordion dd > .content {
            display: none;
            padding: 1.25rem;
        }

            .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
                background: #fff;
                display: block;
            }

.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 1.25rem;
    padding: 1.25rem 1.875rem 1.25rem 1.25rem;
    position: relative;
    transition: opacity 300ms ease-out;
    background-color: #5a2b82;
    border-color: #4d2571;
    color: #fff;
}

    .alert-box .close {
        right: 0.25rem;
        background: inherit;
        color: #333333;
        font-size: 1.375rem;
        line-height: .9;
        margin-top: -0.6875rem;
        opacity: 0.3;
        padding: 0 6px 4px;
        position: absolute;
        top: 50%;
    }

        .alert-box .close:hover, .alert-box .close:focus {
            opacity: 0.5;
        }

    .alert-box.radius {
        border-radius: 5px;
    }

    .alert-box.round {
        border-radius: 1000px;
    }

    .alert-box.success {
        background-color: #049372;
        border-color: #037e62;
        color: #fff;
    }

    .alert-box.alert {
        background-color: #D14414;
        border-color: #b43a11;
        color: #fff;
    }

    .alert-box.secondary {
        background-color: #F2F1EF;
        border-color: #d4d0ca;
        color: #5a5549;
    }

    .alert-box.warning {
        background-color: #f08a24;
        border-color: #de770f;
        color: #fff;
    }

    .alert-box.info {
        background-color: #5a2b82;
        border-color: #4d2571;
        color: #fff;
    }

    .alert-box.alert-close {
        opacity: 0;
    }

[class*="block-grid-"] {
    display: block;
    padding: 0;
    font-size: 0;
    margin: 0 -0.625rem;
}

    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
        content: " ";
        display: table;
    }

    [class*="block-grid-"]:after {
        clear: both;
    }

    [class*="block-grid-"] > li {
        display: inline-block;
        vertical-align: top;
        /*float: $default-float;*/
        height: auto;
        /*background-color:red;*/
        font-size: initial;
        padding: 0 0.625rem 1.25rem;
    }

@media only screen {
    .small-block-grid-1 > li {
        list-style: none;
        width: 100%;
    }

        .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 {
        list-style: none;
        width: 50%;
    }

        .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 {
        list-style: none;
        width: 33.33333%;
    }

        .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 {
        list-style: none;
        width: 25%;
    }

        .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 {
        list-style: none;
        width: 20%;
    }

        .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 {
        list-style: none;
        width: 16.66667%;
    }

        .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 {
        list-style: none;
        width: 14.28571%;
    }

        .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 {
        list-style: none;
        width: 12.5%;
    }

        .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 {
        list-style: none;
        width: 11.11111%;
    }

        .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 {
        list-style: none;
        width: 10%;
    }

        .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 {
        list-style: none;
        width: 9.09091%;
    }

        .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 {
        list-style: none;
        width: 8.33333%;
    }

        .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: 64.0625em) {
    .medium-block-grid-1 > li {
        list-style: none;
        width: 100%;
    }

        .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 {
        list-style: none;
        width: 50%;
    }

        .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 {
        list-style: none;
        width: 33.33333%;
    }

        .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 {
        list-style: none;
        width: 25%;
    }

        .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 {
        list-style: none;
        width: 20%;
    }

        .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 {
        list-style: none;
        width: 16.66667%;
    }

        .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 {
        list-style: none;
        width: 14.28571%;
    }

        .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 {
        list-style: none;
        width: 12.5%;
    }

        .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 {
        list-style: none;
        width: 11.11111%;
    }

        .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 {
        list-style: none;
        width: 10%;
    }

        .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 {
        list-style: none;
        width: 9.09091%;
    }

        .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 {
        list-style: none;
        width: 8.33333%;
    }

        .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.0625em) {
    .large-block-grid-1 > li {
        list-style: none;
        width: 100%;
    }

        .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 {
        list-style: none;
        width: 50%;
    }

        .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 {
        list-style: none;
        width: 33.33333%;
    }

        .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 {
        list-style: none;
        width: 25%;
    }

        .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 {
        list-style: none;
        width: 20%;
    }

        .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 {
        list-style: none;
        width: 16.66667%;
    }

        .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 {
        list-style: none;
        width: 14.28571%;
    }

        .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 {
        list-style: none;
        width: 12.5%;
    }

        .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 {
        list-style: none;
        width: 11.11111%;
    }

        .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 {
        list-style: none;
        width: 10%;
    }

        .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 {
        list-style: none;
        width: 9.09091%;
    }

        .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 {
        list-style: none;
        width: 8.33333%;
    }

        .large-block-grid-12 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both;
        }
}

button, .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "BikoBold";
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.5625rem 1.125rem 0.625rem 1.125rem;
    font-size: 0.875rem;
    background-color: #5a2b82;
    border-color: #eee;
    color: #fff;
    transition: background-color 300ms ease-out;
}

    button:hover, button:focus, .button:hover, .button:focus {
        background-color: #eee;
    }

    button:hover, button:focus, .button:hover, .button:focus {
        color: #333333;
    }

    button.secondary, .button.secondary {
        background-color: #F2F1EF;
        border-color: #5a2b82;
        color: #333333;
    }

        button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
            background-color: #5a2b82;
        }

        button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
            color: #fff;
        }

    button.success, .button.success {
        background-color: #049372;
        border-color: #03765b;
        color: #fff;
    }

        button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
            background-color: #03765b;
        }

        button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
            color: #fff;
        }

    button.alert, .button.alert {
        background-color: #D14414;
        border-color: #a73610;
        color: #fff;
    }

        button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
            background-color: #a73610;
        }

        button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
            color: #fff;
        }

    button.warning, .button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #fff;
    }

        button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
            background-color: #cf6e0e;
        }

        button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
            color: #fff;
        }

    button.info, .button.info {
        background-color: #5a2b82;
        border-color: #472269;
        color: #fff;
    }

        button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
            background-color: #472269;
        }

        button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
            color: #fff;
        }

    button.large, .button.large {
        padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
        font-size: 0.8125rem;
    }

    button.small, .button.small {
        padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
        font-size: 0.8125rem;
    }

    button.tiny, .button.tiny {
        padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
        font-size: 0.6875rem;
    }

    button.expand, .button.expand {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    button.left-align, .button.left-align {
        text-align: left;
        text-indent: 0.75rem;
    }

    button.right-align, .button.right-align {
        text-align: right;
        padding-right: 0.75rem;
    }

    button.radius, .button.radius {
        border-radius: 5px;
    }

    button.round, .button.round {
        border-radius: 1000px;
    }

    button.disabled, button[disabled], .button.disabled, .button[disabled] {
        background-color: #5a2b82;
        border-color: #eee;
        color: #fff;
        box-shadow: none;
        cursor: default;
        opacity: 0.7;
    }

        button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
            background-color: #eee;
        }

        button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
            color: #333333;
        }

        button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
            background-color: #5a2b82;
        }

        button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
            background-color: #F2F1EF;
            border-color: #5a2b82;
            color: #333333;
            box-shadow: none;
            cursor: default;
            opacity: 0.7;
        }

            button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
                background-color: #5a2b82;
            }

            button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
                color: #fff;
            }

            button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
                background-color: #F2F1EF;
            }

        button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
            background-color: #049372;
            border-color: #03765b;
            color: #fff;
            box-shadow: none;
            cursor: default;
            opacity: 0.7;
        }

            button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
                background-color: #03765b;
            }

            button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
                color: #fff;
            }

            button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
                background-color: #049372;
            }

        button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
            background-color: #D14414;
            border-color: #a73610;
            color: #fff;
            box-shadow: none;
            cursor: default;
            opacity: 0.7;
        }

            button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
                background-color: #a73610;
            }

            button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
                color: #fff;
            }

            button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
                background-color: #D14414;
            }

        button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
            background-color: #f08a24;
            border-color: #cf6e0e;
            color: #fff;
            box-shadow: none;
            cursor: default;
            opacity: 0.7;
        }

            button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
                background-color: #cf6e0e;
            }

            button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
                color: #fff;
            }

            button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
                background-color: #f08a24;
            }

        button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
            background-color: #5a2b82;
            border-color: #472269;
            color: #fff;
            box-shadow: none;
            cursor: default;
            opacity: 0.7;
        }

            button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
                background-color: #472269;
            }

            button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
                color: #fff;
            }

            button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
                background-color: #5a2b82;
            }

    button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

@media only screen and (min-width: 64.0625em) {
    button, .button {
        display: inline-block;
    }
}

/* Foundation Dropdowns */
.f-dropdown {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 2px;
    max-width: 200px;
}

    .f-dropdown.open {
        display: block;
    }

    .f-dropdown > *:first-child {
        margin-top: 0;
    }

    .f-dropdown > *:last-child {
        margin-bottom: 0;
    }

    .f-dropdown:before {
        border: inset 6px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: transparent transparent #fff transparent;
        border-bottom-style: solid;
        position: absolute;
        top: -12px;
        left: 10px;
        z-index: 89;
    }

    .f-dropdown:after {
        border: inset 7px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: transparent transparent #cccccc transparent;
        border-bottom-style: solid;
        position: absolute;
        top: -14px;
        left: 9px;
        z-index: 88;
    }

    .f-dropdown.right:before {
        left: auto;
        right: 10px;
    }

    .f-dropdown.right:after {
        left: auto;
        right: 9px;
    }

    .f-dropdown.drop-right {
        display: none;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        position: absolute;
        background: #fff;
        border: solid 1px #cccccc;
        font-size: 0.875rem;
        height: auto;
        max-height: none;
        width: 100%;
        z-index: 89;
        margin-top: 0;
        margin-left: 2px;
        max-width: 200px;
    }

        .f-dropdown.drop-right.open {
            display: block;
        }

        .f-dropdown.drop-right > *:first-child {
            margin-top: 0;
        }

        .f-dropdown.drop-right > *:last-child {
            margin-bottom: 0;
        }

        .f-dropdown.drop-right:before {
            border: inset 6px;
            content: "";
            display: block;
            height: 0;
            width: 0;
            border-color: transparent #fff transparent transparent;
            border-right-style: solid;
            position: absolute;
            top: 10px;
            left: -12px;
            z-index: 89;
        }

        .f-dropdown.drop-right:after {
            border: inset 7px;
            content: "";
            display: block;
            height: 0;
            width: 0;
            border-color: transparent #cccccc transparent transparent;
            border-right-style: solid;
            position: absolute;
            top: 9px;
            left: -14px;
            z-index: 88;
        }

    .f-dropdown.drop-left {
        display: none;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        position: absolute;
        background: #fff;
        border: solid 1px #cccccc;
        font-size: 0.875rem;
        height: auto;
        max-height: none;
        width: 100%;
        z-index: 89;
        margin-top: 0;
        margin-left: -2px;
        max-width: 200px;
    }

        .f-dropdown.drop-left.open {
            display: block;
        }

        .f-dropdown.drop-left > *:first-child {
            margin-top: 0;
        }

        .f-dropdown.drop-left > *:last-child {
            margin-bottom: 0;
        }

        .f-dropdown.drop-left:before {
            border: inset 6px;
            content: "";
            display: block;
            height: 0;
            width: 0;
            border-color: transparent transparent transparent #fff;
            border-left-style: solid;
            position: absolute;
            top: 10px;
            right: -12px;
            left: auto;
            z-index: 89;
        }

        .f-dropdown.drop-left:after {
            border: inset 7px;
            content: "";
            display: block;
            height: 0;
            width: 0;
            border-color: transparent transparent transparent #cccccc;
            border-left-style: solid;
            position: absolute;
            top: 9px;
            right: -14px;
            left: auto;
            z-index: 88;
        }

    .f-dropdown.drop-top {
        display: none;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        position: absolute;
        background: #fff;
        border: solid 1px #cccccc;
        font-size: 0.875rem;
        height: auto;
        max-height: none;
        width: 100%;
        z-index: 89;
        margin-left: 0;
        margin-top: -2px;
        max-width: 200px;
    }

        .f-dropdown.drop-top.open {
            display: block;
        }

        .f-dropdown.drop-top > *:first-child {
            margin-top: 0;
        }

        .f-dropdown.drop-top > *:last-child {
            margin-bottom: 0;
        }

        .f-dropdown.drop-top:before {
            border: inset 6px;
            content: "";
            display: block;
            height: 0;
            width: 0;
            border-color: #fff transparent transparent transparent;
            border-top-style: solid;
            bottom: -12px;
            position: absolute;
            top: auto;
            left: 10px;
            right: auto;
            z-index: 89;
        }

        .f-dropdown.drop-top:after {
            border: inset 7px;
            content: "";
            display: block;
            height: 0;
            width: 0;
            border-color: #cccccc transparent transparent transparent;
            border-top-style: solid;
            bottom: -14px;
            position: absolute;
            top: auto;
            left: 9px;
            right: auto;
            z-index: 88;
        }

    .f-dropdown li {
        cursor: pointer;
        font-size: 0.875rem;
        line-height: 1.125rem;
        margin: 0;
    }

        .f-dropdown li:hover, .f-dropdown li:focus {
            background: #EEEEEE;
        }

        .f-dropdown li.radius {
            border-radius: 5px;
        }

        .f-dropdown li a {
            display: block;
            padding: 0.5rem;
            color: #555555;
        }

    .f-dropdown.content {
        display: none;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        position: absolute;
        background: #fff;
        border: solid 1px #cccccc;
        font-size: 0.875rem;
        height: auto;
        max-height: none;
        padding: 1.25rem;
        width: 100%;
        z-index: 89;
        max-width: 200px;
    }

        .f-dropdown.content.open {
            display: block;
        }

        .f-dropdown.content > *:first-child {
            margin-top: 0;
        }

        .f-dropdown.content > *:last-child {
            margin-bottom: 0;
        }

    .f-dropdown.tiny {
        max-width: 200px;
    }

    .f-dropdown.small {
        max-width: 300px;
    }

    .f-dropdown.medium {
        max-width: 500px;
    }

    .f-dropdown.large {
        max-width: 800px;
    }

    .f-dropdown.mega {
        width: 100% !important;
        max-width: 100% !important;
    }

        .f-dropdown.mega.open {
            left: 0 !important;
        }

.dropdown.button, button.dropdown {
    position: relative;
    padding-right: 3.5625rem;
}

    .dropdown.button::after, button.dropdown::after {
        border-color: #fff transparent transparent transparent;
        border-style: solid;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        top: 50%;
        width: 0;
    }

    .dropdown.button::after, button.dropdown::after {
        border-width: 0.375rem;
        right: 1.40625rem;
        margin-top: -0.15625rem;
    }

    .dropdown.button::after, button.dropdown::after {
        border-color: #fff transparent transparent transparent;
    }

    .dropdown.button.tiny, button.dropdown.tiny {
        padding-right: 2.625rem;
    }

        .dropdown.button.tiny:after, button.dropdown.tiny:after {
            border-width: 0.375rem;
            right: 1.125rem;
            margin-top: -0.125rem;
        }

        .dropdown.button.tiny::after, button.dropdown.tiny::after {
            border-color: #fff transparent transparent transparent;
        }

    .dropdown.button.small, button.dropdown.small {
        padding-right: 3.0625rem;
    }

        .dropdown.button.small::after, button.dropdown.small::after {
            border-width: 0.4375rem;
            right: 1.3125rem;
            margin-top: -0.15625rem;
        }

        .dropdown.button.small::after, button.dropdown.small::after {
            border-color: #fff transparent transparent transparent;
        }

    .dropdown.button.large, button.dropdown.large {
        padding-right: 3.625rem;
    }

        .dropdown.button.large::after, button.dropdown.large::after {
            border-width: 0.3125rem;
            right: 1.71875rem;
            margin-top: -0.15625rem;
        }

        .dropdown.button.large::after, button.dropdown.large::after {
            border-color: #fff transparent transparent transparent;
        }

    .dropdown.button.secondary:after, button.dropdown.secondary:after {
        border-color: #333333 transparent transparent transparent;
    }

/* Standard Forms */
form {
    margin: 0 0 0.75rem;
}

    /* Using forms within rows, we need to set some defaults */
    form .row .row {
        margin: 0 -0.375rem;
    }

        form .row .row .column,
        form .row .row .columns {
            padding: 0 0.375rem;
        }

        form .row .row.collapse {
            margin: 0;
        }

            form .row .row.collapse .column,
            form .row .row.collapse .columns {
                padding: 0;
            }

            form .row .row.collapse input {
                -webkit-border-bottom-right-radius: 0;
                -webkit-border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                border-top-right-radius: 0;
            }

    form .row input.column,
    form .row input.columns,
    form .row textarea.column,
    form .row textarea.columns {
        padding-left: 0.375rem;
    }

/* Label Styles */
label {
    color: #868686;
    cursor: pointer;
    display: block;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
    /* Styles for required inputs */
}

    label.right {
        float: none !important;
        text-align: right;
    }

    label.inline {
        margin: 0 0 0.75rem 0;
        padding: 0.375rem 0;
    }

    label small {
        text-transform: capitalize;
        color: #989898;
    }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 0.875rem;
    height: 2.1875rem;
    line-height: 2.1875rem;
    overflow: visible;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}

    /* Adjust padding, alignment and radius if pre/post element is a button */
    .postfix.button {
        border-color: true;
    }

    .prefix.button {
        border: none;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-top: 0;
        text-align: center;
    }

        .prefix.button.radius {
            border-radius: 0;
            -webkit-border-bottom-left-radius: 5px;
            -webkit-border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            border-top-left-radius: 5px;
        }

    .postfix.button.radius {
        border-radius: 0;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }

    .prefix.button.round {
        border-radius: 0;
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px;
    }

    .postfix.button.round {
        border-radius: 0;
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px;
    }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
    background: #f2f2f2;
    border-right: none;
    color: #333333;
    border-color: #cccccc;
}

span.postfix, label.postfix {
    background: #f2f2f2;
    color: #333333;
    border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 1.125rem;
    background-color: #fff;
    border-style: solid;
    border-width: 0;
    border-color: #fff;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 1.125rem;
    height: 2.1875rem;
    margin: 0 0 0.75rem 0;
    padding: 0.375rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.15s linear, background 0.15s linear;
    -moz-transition: border-color 0.15s linear, background 0.15s linear;
    -ms-transition: border-color 0.15s linear, background 0.15s linear;
    -o-transition: border-color 0.15s linear, background 0.15s linear;
    transition: border-color 0.15s linear, background 0.15s linear;
}

    input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
        background: #F5F5F5;
        border-color: #999999;
        outline: none;
    }

    input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
        background-color: #DDDDDD;
        cursor: default;
    }

    input[type="text"][disabled], input[type="text"][readonly],
    fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
    fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
    fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
    fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
    fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
    fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
    fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
    fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
    fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
    fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
    fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
    fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
    fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
    fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
    fieldset[disabled] textarea {
        background-color: #DDDDDD;
        cursor: default;
    }

    input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
        border-radius: 1.125rem;
    }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

form .row .prefix-radius.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

form .row .postfix-radius.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}

form .row .prefix-round.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
    height: auto;
}

/* Not allow resize out of parent */
textarea {
    max-width: 100%;
}

::-webkit-input-placeholder {
    color: #cccccc;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #cccccc;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #cccccc;
}

:-ms-input-placeholder {
    color: #cccccc;
}

/* Add height value for select elements to match text input height */
select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #fff;
    border-radius: 0;
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 0;
    border-color: #fff;
    color: rgba(0, 0, 0, 0.75);
    font-family: inherit;
    font-size: 1.125rem;
    line-height: normal;
    padding: 0.375rem;
    border-radius: 0;
    height: 2.1875rem;
}

    select::-ms-expand {
        display: none;
    }

    select.radius {
        border-radius: 5px;
    }

    select:hover {
        background-color: #f7f7f7;
        border-color: #999999;
    }

    select:disabled {
        background-color: #DDDDDD;
        cursor: default;
    }

    select[multiple] {
        height: auto;
    }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
    margin: 0 0 0.75rem 0;
}

    input[type="checkbox"] + label,
    input[type="radio"] + label {
        display: inline-block;
        margin-left: 0.375rem;
        margin-right: 0.75rem;
        margin-bottom: 0;
        vertical-align: baseline;
    }

/* Normalize file input width */
input[type="file"] {
    width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
    border: 1px solid #DDDDDD;
    margin: 1.125rem 0;
    padding: 1.25rem;
}

    fieldset legend {
        background: #fff;
        font-weight: bold;
        margin-left: -0.1875rem;
        margin: 0;
        padding: 0 0.1875rem;
    }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 0.75rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
    background: #D14414;
    color: #fff;
}

[data-abide] span.error, [data-abide] small.error {
    display: none;
}

span.error, small.error {
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 0.75rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
    background: #D14414;
    color: #fff;
}

.error input,
.error textarea,
.error select {
    margin-bottom: 0;
}

    .error input[type="checkbox"],
    .error input[type="radio"] {
        margin-bottom: 0.75rem;
    }

.error label,
.error label.error {
    color: #D14414;
}

.error small.error {
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 0.75rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
    background: #D14414;
    color: #fff;
}

.error > label > small {
    background: transparent;
    color: #989898;
    display: inline;
    font-size: 60%;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.error span.error-message {
    display: block;
}

input.error,
textarea.error,
select.error {
    margin-bottom: 0;
}

label.error {
    color: #D14414;
}

.inline-list {
    list-style: none;
    margin-left: -1.375rem;
    margin-right: 0;
    margin: 0 auto 1.0625rem auto;
    overflow: hidden;
    padding: 0;
}

    .inline-list > li {
        display: block;
        float: left;
        list-style: none;
        margin-left: 1.375rem;
    }

        .inline-list > li > * {
            display: block;
        }

.reveal-modal-bg {
    background: #525252;
    background: rgba(82, 82, 82, 0.45);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1004;
    left: 0;
}

.reveal-modal {
    border-radius: 5px;
    display: none;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1005;
    left: 0;
    background-color: #fff;
    padding: 42px 26px 16px 26px;
    border: solid 0px #666666;
    box-shadow: 0;
}

@media only screen and (max-width: 64em) {
    .reveal-modal {
        min-height: 100vh;
    }
}

.reveal-modal .column, .reveal-modal .columns {
    min-width: 0;
}

.reveal-modal > :first-child {
    margin-top: 0;
}

.reveal-modal > :last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 64.0625em) {
    .reveal-modal {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 75%;
    }
}

@media only screen and (min-width: 64.0625em) {
    .reveal-modal {
        top: 0;
    }
}

.reveal-modal.radius {
    border-radius: 5px;
}

.reveal-modal.round {
    border-radius: 1000px;
}

.reveal-modal.collapse {
    padding: 0;
}

@media only screen and (min-width: 64.0625em) {
    .reveal-modal.tiny {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 30%;
    }
}

@media only screen and (min-width: 64.0625em) {
    .reveal-modal.small {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 40%;
    }
}

@media only screen and (min-width: 64.0625em) {
    .reveal-modal.medium {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 60%;
    }
}

@media only screen and (min-width: 64.0625em) {
    .reveal-modal.large {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 70%;
    }
}

@media only screen and (min-width: 64.0625em) {
    .reveal-modal.xlarge {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 95%;
    }
}

.reveal-modal.full {
    height: 100vh;
    height: 100%;
    left: 0;
    margin-left: 0 !important;
    max-width: none !important;
    min-height: 100vh;
    top: 0;
}

@media only screen and (min-width: 64.0625em) {
    .reveal-modal.full {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 100%;
    }
}

.reveal-modal.toback {
    z-index: 1003;
}

.reveal-modal .close-reveal-modal {
    color: #5a2b82;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0.75rem;
}

.tabs {
    margin-bottom: 0 !important;
    margin-left: 0;
}

    .tabs:before, .tabs:after {
        content: " ";
        display: table;
    }

    .tabs:after {
        clear: both;
    }

    .tabs dd,
    .tabs .tab-title {
        float: left;
        list-style: none;
        margin-bottom: 0 !important;
        position: relative;
    }

        .tabs dd > a,
        .tabs .tab-title > a {
            display: block;
            background-color: #5a2b82;
            color: #fff;
            font-family: 'Catamaran', sans-serif;
            font-size: 1rem;
            padding: 1rem 2rem;
        }

            .tabs dd > a:hover,
            .tabs .tab-title > a:hover {
                background-color: #5a2b82;
            }

        .tabs dd.active a,
        .tabs .tab-title.active a {
            background-color: #EEEEEE;
            color: #525252;
        }

    .tabs.radius dd:first-child a,
    .tabs.radius .tab:first-child a {
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
    }

    .tabs.radius dd:last-child a,
    .tabs.radius .tab:last-child a {
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }

    .tabs.vertical dd,
    .tabs.vertical .tab-title {
        position: inherit;
        float: none;
        display: block;
        top: auto;
    }

.tabs-content {
    margin-bottom: 1.5rem;
    width: 100%;
}

    .tabs-content:before, .tabs-content:after {
        content: " ";
        display: table;
    }

    .tabs-content:after {
        clear: both;
    }

    .tabs-content > .content {
        display: none;
        float: left;
        padding: 0.9375rem 0;
        width: 100%;
    }

        .tabs-content > .content.active {
            display: block;
            float: none;
        }

        .tabs-content > .content.contained {
            padding: 0.9375rem;
        }

    .tabs-content.vertical {
        display: block;
    }

        .tabs-content.vertical > .content {
            padding: 0 0.9375rem;
        }

@media only screen and (min-width: 64.0625em) {
    .tabs.vertical {
        float: left;
        margin: 0;
        margin-bottom: 1.25rem !important;
        max-width: 20%;
        width: 20%;
    }

    .tabs-content.vertical {
        float: left;
        margin-left: -1px;
        max-width: 80%;
        padding-left: 1rem;
        width: 80%;
    }
}

.no-js .tabs-content > .content {
    display: block;
    float: none;
}

meta.foundation-mq-topbar {
    font-family: "/only screen and (min-width:64.0625em)/";
    width: 64.0625em;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
    width: 100%;
    background: #d3d4d6;
}

    .contain-to-grid .top-bar {
        margin-bottom: 0;
    }

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    left: 0;
}

    .fixed.expanded:not(.top-bar) {
        height: auto;
        max-height: 100%;
        overflow-y: auto;
        width: 100%;
    }

        .fixed.expanded:not(.top-bar) .title-area {
            position: fixed;
            width: 100%;
            z-index: 99;
        }

        .fixed.expanded:not(.top-bar) .top-bar-section {
            margin-top: 2.8125rem;
            z-index: 98;
        }

.top-bar {
    background: #d3d4d6;
    height: 2.8125rem;
    line-height: 2.8125rem;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}

    .top-bar ul {
        list-style: none;
        margin-bottom: 0;
    }

    .top-bar .row {
        max-width: none;
    }

    .top-bar form,
    .top-bar input,
    .top-bar select {
        margin-bottom: 0;
    }

    .top-bar input,
    .top-bar select {
        font-size: 0.75rem;
        height: 1.75rem;
        padding-bottom: .35rem;
        padding-top: .35rem;
    }

    .top-bar .button, .top-bar button {
        font-size: 0.75rem;
        margin-bottom: 0;
        padding-bottom: 0.4125rem;
        padding-top: 0.4125rem;
    }

@media only screen and (max-width: 64em) {
    .top-bar .button, .top-bar button {
        position: relative;
        top: -1px;
    }
}

.top-bar .title-area {
    margin: 0;
    position: relative;
}

.top-bar .name {
    font-size: 16px;
    height: 2.8125rem;
    margin: 0;
}

    .top-bar .name h1, .top-bar .name .h1, .top-bar .name h2, .top-bar .name .h2, .top-bar .name h3, .top-bar .name .h3, .top-bar .name h4, .top-bar .name .h4, .top-bar .name p, .top-bar .name span {
        font-size: 1.0625rem;
        line-height: 2.8125rem;
        margin: 0;
    }

        .top-bar .name h1 a, .top-bar .name .h1 a, .top-bar .name h2 a, .top-bar .name .h2 a, .top-bar .name h3 a, .top-bar .name .h3 a, .top-bar .name h4 a, .top-bar .name .h4 a, .top-bar .name p a, .top-bar .name span a {
            color: #fff;
            display: block;
            font-weight: normal;
            padding: 0 0.9375rem;
            width: 75%;
        }

.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0;
}

    .top-bar .toggle-topbar a {
        color: #fff;
        display: block;
        font-size: 0.8125rem;
        font-weight: bold;
        height: 2.8125rem;
        line-height: 2.8125rem;
        padding: 0 0.9375rem;
        position: relative;
        text-transform: uppercase;
    }

    .top-bar .toggle-topbar.menu-icon {
        margin-top: -16px;
        top: 50%;
    }

        .top-bar .toggle-topbar.menu-icon a {
            color: #fff;
            height: 34px;
            line-height: 33px;
            padding: 0 2.5rem 0 0.9375rem;
            position: relative;
        }

            .top-bar .toggle-topbar.menu-icon a span::after {
                content: "";
                display: block;
                height: 0;
                position: absolute;
                margin-top: -8px;
                top: 50%;
                right: 0.9375rem;
                box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
                width: 16px;
            }

            .top-bar .toggle-topbar.menu-icon a span:hover:after {
                box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
            }

.top-bar.expanded {
    background: transparent;
    height: auto;
}

    .top-bar.expanded .title-area {
        background: #d3d4d6;
    }

    .top-bar.expanded .toggle-topbar a {
        color: #888888;
    }

        .top-bar.expanded .toggle-topbar a span::after {
            box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
        }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
    .top-bar.expanded .top-bar-section .dropdown {
        clip: initial;
    }

    .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
        padding: 0;
    }
}

.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    transition: left 300ms ease-out;
}

    .top-bar-section ul {
        display: block;
        font-size: 16px;
        height: auto;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .top-bar-section .divider,
    .top-bar-section [role="separator"] {
        border-top: solid 1px #292929;
        clear: both;
        height: 1px;
        width: 100%;
    }

    .top-bar-section ul li {
        background: #333333;
    }

        .top-bar-section ul li > a {
            color: #fff;
            display: block;
            font-family: 'Catamaran', sans-serif;
            font-size: 0.8125rem;
            font-weight: normal;
            padding-left: 0.9375rem;
            padding: 12px 0 12px 0.9375rem;
            text-transform: none;
            width: 100%;
        }

            .top-bar-section ul li > a.button {
                font-size: 0.8125rem;
                padding-left: 0.9375rem;
                padding-right: 0.9375rem;
                background-color: #5a2b82;
                border-color: #eee;
                color: #fff;
            }

                .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
                    background-color: #eee;
                }

                .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
                    color: #333333;
                }

                .top-bar-section ul li > a.button.secondary {
                    background-color: #F2F1EF;
                    border-color: #c7c3ba;
                    color: #333333;
                }

                    .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
                        background-color: #c7c3ba;
                    }

                    .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
                        color: #333333;
                    }

                .top-bar-section ul li > a.button.success {
                    background-color: #049372;
                    border-color: #03765b;
                    color: #fff;
                }

                    .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
                        background-color: #03765b;
                    }

                    .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
                        color: #fff;
                    }

                .top-bar-section ul li > a.button.alert {
                    background-color: #D14414;
                    border-color: #a73610;
                    color: #fff;
                }

                    .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
                        background-color: #a73610;
                    }

                    .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
                        color: #fff;
                    }

                .top-bar-section ul li > a.button.warning {
                    background-color: #f08a24;
                    border-color: #cf6e0e;
                    color: #fff;
                }

                    .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
                        background-color: #cf6e0e;
                    }

                    .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
                        color: #fff;
                    }

                .top-bar-section ul li > a.button.info {
                    background-color: #5a2b82;
                    border-color: #eee;
                    color: #fff;
                }

                    .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
                        background-color: #eee;
                    }

                    .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
                        color: #333333;
                    }

        .top-bar-section ul li > button {
            font-size: 0.8125rem;
            padding-left: 0.9375rem;
            padding-right: 0.9375rem;
            background-color: #5a2b82;
            border-color: #eee;
            color: #fff;
        }

            .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
                background-color: #eee;
            }

            .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
                color: #333333;
            }

            .top-bar-section ul li > button.secondary {
                background-color: #F2F1EF;
                border-color: #c7c3ba;
                color: #333333;
            }

                .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
                    background-color: #c7c3ba;
                }

                .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
                    color: #333333;
                }

            .top-bar-section ul li > button.success {
                background-color: #049372;
                border-color: #03765b;
                color: #fff;
            }

                .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
                    background-color: #03765b;
                }

                .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
                    color: #fff;
                }

            .top-bar-section ul li > button.alert {
                background-color: #D14414;
                border-color: #a73610;
                color: #fff;
            }

                .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
                    background-color: #a73610;
                }

                .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
                    color: #fff;
                }

            .top-bar-section ul li > button.warning {
                background-color: #f08a24;
                border-color: #cf6e0e;
                color: #fff;
            }

                .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
                    background-color: #cf6e0e;
                }

                .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
                    color: #fff;
                }

            .top-bar-section ul li > button.info {
                background-color: #5a2b82;
                border-color: #eee;
                color: #fff;
            }

                .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
                    background-color: #eee;
                }

                .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
                    color: #333333;
                }

        .top-bar-section ul li:hover:not(.has-form) > a {
            background-color: #555555;
            color: #fff;
            background: #525252;
        }

        .top-bar-section ul li.active > a {
            background: #5a2b82;
            color: #fff;
        }

            .top-bar-section ul li.active > a:hover {
                background: #4d2571;
                color: #fff;
            }

    .top-bar-section .has-form {
        padding: 0.9375rem;
    }

    .top-bar-section .has-dropdown {
        position: relative;
    }

        .top-bar-section .has-dropdown > a:after {
            border: inset 5px;
            content: "";
            display: block;
            height: 0;
            width: 0;
            border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
            border-left-style: solid;
            margin-right: 0.9375rem;
            margin-top: -4.5px;
            position: absolute;
            top: 50%;
            right: 0;
        }

        .top-bar-section .has-dropdown.moved {
            position: static;
        }

            .top-bar-section .has-dropdown.moved > .dropdown {
                position: static !important;
                height: auto;
                width: auto;
                overflow: visible;
                clip: auto;
                display: block;
                position: absolute !important;
                width: 100%;
            }

            .top-bar-section .has-dropdown.moved > a:after {
                display: none;
            }

    .top-bar-section .dropdown {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        display: block;
        padding: 0;
        position: absolute;
        top: 0;
        z-index: 99;
        left: 100%;
    }

        .top-bar-section .dropdown li {
            height: auto;
            width: 100%;
        }

            .top-bar-section .dropdown li a {
                font-weight: normal;
                padding: 8px 0.9375rem;
            }

                .top-bar-section .dropdown li a.parent-link {
                    font-weight: normal;
                }

            .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.title .h5, .top-bar-section .dropdown li.parent-link {
                margin-bottom: 0;
                margin-top: 0;
                font-size: 1.125rem;
            }

                .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.title .h5 a, .top-bar-section .dropdown li.parent-link a {
                    color: #fff;
                    display: block;
                }

                    .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.title .h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
                        background: none;
                    }

            .top-bar-section .dropdown li.has-form {
                padding: 8px 0.9375rem;
            }

            .top-bar-section .dropdown li .button,
            .top-bar-section .dropdown li button {
                top: auto;
            }

        .top-bar-section .dropdown label {
            color: #777777;
            font-size: 0.625rem;
            font-weight: bold;
            margin-bottom: 0;
            padding: 8px 0.9375rem 2px;
            text-transform: uppercase;
        }

.js-generated {
    display: block;
}

@media only screen and (min-width: 64.0625em) {
    .top-bar {
        background: #d3d4d6;
        overflow: visible;
    }

        .top-bar:before, .top-bar:after {
            content: " ";
            display: table;
        }

        .top-bar:after {
            clear: both;
        }

        .top-bar .toggle-topbar {
            display: none;
        }

        .top-bar .title-area {
            float: left;
        }

        .top-bar .name h1 a, .top-bar .name .h1 a,
        .top-bar .name h2 a,
        .top-bar .name .h2 a,
        .top-bar .name h3 a,
        .top-bar .name .h3 a,
        .top-bar .name h4 a,
        .top-bar .name .h4 a,
        .top-bar .name h5 a,
        .top-bar .name .h5 a,
        .top-bar .name h6 a,
        .top-bar .name .h6 a {
            width: auto;
        }

        .top-bar input,
        .top-bar select,
        .top-bar .button,
        .top-bar button {
            font-size: 0.875rem;
            height: 1.75rem;
            position: relative;
            top: 0.53125rem;
        }

        .top-bar.expanded {
            background: #d3d4d6;
        }

    .contain-to-grid .top-bar {
        margin-bottom: 0;
        margin: 0 auto;
        max-width: 62.5rem;
    }

    .top-bar-section {
        transition: none 0 0;
        left: 0 !important;
    }

        .top-bar-section ul {
            display: inline;
            height: auto !important;
            width: auto;
        }

            .top-bar-section ul li {
                float: left;
            }

                .top-bar-section ul li .js-generated {
                    display: none;
                }

        .top-bar-section li.hover > a:not(.button) {
            background-color: #555555;
            background: #525252;
            color: #fff;
        }

        .top-bar-section li:not(.has-form) a:not(.button) {
            background: #d3d4d6;
            line-height: 2.8125rem;
            padding: 0 0.9375rem;
        }

            .top-bar-section li:not(.has-form) a:not(.button):hover {
                background-color: #555555;
                background: #525252;
            }

        .top-bar-section li.active:not(.has-form) a:not(.button) {
            background: #5a2b82;
            color: #fff;
            line-height: 2.8125rem;
            padding: 0 0.9375rem;
        }

            .top-bar-section li.active:not(.has-form) a:not(.button):hover {
                background: #4d2571;
                color: #fff;
            }

        .top-bar-section .has-dropdown > a {
            padding-right: 2.1875rem !important;
        }

            .top-bar-section .has-dropdown > a:after {
                border: inset 5px;
                content: "";
                display: block;
                height: 0;
                width: 0;
                border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
                border-top-style: solid;
                margin-top: -2.5px;
                top: 1.40625rem;
            }

        .top-bar-section .has-dropdown.moved {
            position: relative;
        }

            .top-bar-section .has-dropdown.moved > .dropdown {
                clip: rect(1px, 1px, 1px, 1px);
                height: 1px;
                overflow: hidden;
                position: absolute !important;
                width: 1px;
                display: block;
            }

        .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
            position: static !important;
            height: auto;
            width: auto;
            overflow: visible;
            clip: auto;
            display: block;
            position: absolute !important;
        }

        .top-bar-section .has-dropdown > a:focus + .dropdown {
            position: static !important;
            height: auto;
            width: auto;
            overflow: visible;
            clip: auto;
            display: block;
            position: absolute !important;
        }

        .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
            border: none;
            content: "\00bb";
            top: 0.1875rem;
            right: 5px;
        }

        .top-bar-section .dropdown {
            left: 0;
            background: transparent;
            min-width: 100%;
            top: auto;
        }

            .top-bar-section .dropdown li a {
                background: #333333;
                color: #fff;
                line-height: 2.8125rem;
                padding: 12px 0.9375rem;
                white-space: nowrap;
            }

            .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
                background: #333333;
                color: #fff;
            }

            .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
                background-color: #555555;
                color: #fff;
                background: #525252;
            }

            .top-bar-section .dropdown li label {
                background: #333333;
                white-space: nowrap;
            }

            .top-bar-section .dropdown li .dropdown {
                left: 100%;
                top: 0;
            }

        .top-bar-section > ul > .divider,
        .top-bar-section > ul > [role="separator"] {
            border-right: solid 1px #686868;
            border-bottom: none;
            border-top: none;
            clear: none;
            height: 2.8125rem;
            width: 0;
        }

        .top-bar-section .has-form {
            background: #d3d4d6;
            height: 2.8125rem;
            padding: 0 0.9375rem;
        }

        .top-bar-section .right li .dropdown {
            left: auto;
            right: 0;
        }

            .top-bar-section .right li .dropdown li .dropdown {
                right: 100%;
            }

        .top-bar-section .left li .dropdown {
            right: auto;
            left: 0;
        }

            .top-bar-section .left li .dropdown li .dropdown {
                left: 100%;
            }

    .no-js .top-bar-section ul li:hover > a {
        background-color: #555555;
        background: #525252;
        color: #fff;
    }

    .no-js .top-bar-section ul li:active > a {
        background: #592b83;
        color: #fff;
    }

    .no-js .top-bar-section .has-dropdown:hover > .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
    }

    .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
    }
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

@media only screen and (max-width: 64em) {
    .small-only-text-left {
        text-align: left !important;
    }

    .small-only-text-right {
        text-align: right !important;
    }

    .small-only-text-center {
        text-align: center !important;
    }

    .small-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen {
    .small-text-left {
        text-align: left !important;
    }

    .small-text-right {
        text-align: right !important;
    }

    .small-text-center {
        text-align: center !important;
    }

    .small-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 64.0625em) and (max-width: 64em) {
    .medium-only-text-left {
        text-align: left !important;
    }

    .medium-only-text-right {
        text-align: right !important;
    }

    .medium-only-text-center {
        text-align: center !important;
    }

    .medium-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 64.0625em) {
    .medium-text-left {
        text-align: left !important;
    }

    .medium-text-right {
        text-align: right !important;
    }

    .medium-text-center {
        text-align: center !important;
    }

    .medium-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 64.0625em) and (max-width: 80em) {
    .large-only-text-left {
        text-align: left !important;
    }

    .large-only-text-right {
        text-align: right !important;
    }

    .large-only-text-center {
        text-align: center !important;
    }

    .large-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 64.0625em) {
    .large-text-left {
        text-align: left !important;
    }

    .large-text-right {
        text-align: right !important;
    }

    .large-text-center {
        text-align: center !important;
    }

    .large-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 80.0625em) and (max-width: 90em) {
    .xlarge-only-text-left {
        text-align: left !important;
    }

    .xlarge-only-text-right {
        text-align: right !important;
    }

    .xlarge-only-text-center {
        text-align: center !important;
    }

    .xlarge-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 80.0625em) {
    .xlarge-text-left {
        text-align: left !important;
    }

    .xlarge-text-right {
        text-align: right !important;
    }

    .xlarge-text-center {
        text-align: center !important;
    }

    .xlarge-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 90.0625em) and (max-width: 6249999.9375em) {
    .xxlarge-only-text-left {
        text-align: left !important;
    }

    .xxlarge-only-text-right {
        text-align: right !important;
    }

    .xxlarge-only-text-center {
        text-align: center !important;
    }

    .xxlarge-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 90.0625em) {
    .xxlarge-text-left {
        text-align: left !important;
    }

    .xxlarge-text-right {
        text-align: right !important;
    }

    .xxlarge-text-center {
        text-align: center !important;
    }

    .xxlarge-text-justify {
        text-align: justify !important;
    }
}

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

/* Default Link Styles */
a {
    color: #525252;
    line-height: inherit;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #525252;
    }

    a img {
        border: none;
    }

/* Default paragraph styles */
p {
    font-family: inherit;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}

    p.lead {
        font-size: 1.31875rem;
        line-height: 1.6;
    }

    p aside {
        font-size: 0.875rem;
        font-style: italic;
        line-height: 1.35;
    }

/* Default header styles */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #525252;
    font-family: "BikoBold";
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
    text-rendering: optimizeLegibility; text-transform:uppercase
}
#projects .cd-filter label {
    text-transform: uppercase
}
    h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
        color: #8f8f8f;
        font-size: 60%;
        line-height: 0;
    }

h1, .h1 {
    font-size: 1.375rem;
}

h2, .h2 {
    font-size: 1.4375rem;
}

h3, .h3 {
    font-size: 1.375rem;
}

h4, .h4 {
    font-size: 1.125rem;
}

h5, .h5 {
    font-size: 1.125rem;
}

h6, .h6 {
    font-size: 1rem;
}

.subheader {
    line-height: 1.4;
    color: #fff;
    font-weight: normal;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}

hr {
    border: solid #DDDDDD;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 1.25rem 0 1.1875rem;
}

/* Helpful Typography Defaults */
em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 60%;
    line-height: inherit;
}

code {
    background-color: #fbfbfa;
    border-color: #e5e3df;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul,
ol,
dl {
    font-family: inherit;
    font-size: 1.1rem;
    line-height: 1.4;
    list-style-position: outside;
    margin-bottom: 1.25rem;
}

ul {
    margin-left: 1.1rem;
}

    ul.no-bullet {
        margin-left: 0;
    }

        ul.no-bullet li ul,
        ul.no-bullet li ol {
            margin-left: 1.25rem;
            margin-bottom: 0;
            list-style: none;
        }

    /* Unordered Lists */
    ul li ul,
    ul li ol {
        margin-left: 1.25rem;
        margin-bottom: 0;
    }

    ul.square li ul, ul.circle li ul, ul.disc li ul {
        list-style: inherit;
    }

    ul.square {
        list-style-type: square;
        margin-left: 1.1rem;
    }

    ul.circle {
        list-style-type: circle;
        margin-left: 1.1rem;
    }

    ul.disc {
        list-style-type: disc;
        margin-left: 1.1rem;
    }

    ul.no-bullet {
        list-style: none;
    }

/* Ordered Lists */
ol {
    margin-left: 1.4rem;
}

    ol li ul,
    ol li ol {
        margin-left: 1.25rem;
        margin-bottom: 0;
    }

/* Definition Lists */
dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
}

dl dd {
    margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222;
    cursor: help;
}

abbr {
    text-transform: none;
}

    abbr[title] {
        border-bottom: 1px dotted #DDDDDD;
    }

/* Blockquotes */
blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #DDDDDD;
}

    blockquote cite {
        display: block;
        font-size: 0.8125rem;
        color: #7a7a7a;
    }

        blockquote cite:before {
            content: "\2014 \0020";
        }

        blockquote cite a,
        blockquote cite a:visited {
            color: #7a7a7a;
        }

    blockquote,
    blockquote p {
        line-height: 1.4;
        color: #8f8f8f;
    }

/* Microformats */
.vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #DDDDDD;
    padding: 0.625rem 0.75rem;
}

    .vcard li {
        margin: 0;
        display: block;
    }

    .vcard .fn {
        font-weight: bold;
        font-size: 0.9375rem;
    }

.vevent .summary {
    font-weight: bold;
}

.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.0625rem;
}

@media only screen and (min-width: 64.0625em) {
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
        line-height: 1.4;
    }

    h1, .h1 {
        font-size: 2rem;
    }

    h2, .h2 {
        font-size: 1.75rem;
    }

    h3, .h3 {
        font-size: 1.375rem;
    }

    h4, .h4 {
        font-size: 1.125rem;
    }

    h5, .h5 {
        font-size: 1.125rem;
    }

    h6, .h6 {
        font-size: 1rem;
    }
}

/* small displays */
@media only screen {
    .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row;
    }

    th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

/* medium displays */
@media only screen and (min-width: 64.0625em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

/* large displays */
@media only screen and (min-width: 64.0625em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

/* xlarge displays */
@media only screen and (min-width: 80.0625em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

/* xxlarge displays */
@media only screen and (min-width: 90.0625em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
    display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}

/* Specific visibility for tables */
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;
    }
    /* Specific visibility for tables */
    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;
    }
    /* Specific visibility for tables */
    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;
    }
}

/* Touch-enabled device targeting */
.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;
}

/* Specific visibility for tables */
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;
}

/* Screen reader-specific classes */
.show-for-sr {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.show-on-focus {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

    .show-on-focus:focus, .show-on-focus:active {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
.print-only {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #525252 !important;
        /* Black prints faster: h5bp.com/s */
        text-shadow: none !important;
    }

    .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;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: .5cm;
    }

    p,
    h2,
    .h2,
    h3,
    .h3 {
        orphans: 3;
        widows: 3;
    }

    h2, .h2,
    h3,
    .h3 {
        page-break-after: avoid;
    }

    .hide-on-print {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }

    .hide-for-print {
        display: none !important;
    }

    .show-for-print {
        display: inherit !important;
    }
}

/* Print visibility */
@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;
    }
}

@media not print {
    .show-for-print {
        display: none !important;
    }
}

/* Site.css is generated by the Sass precompiler */
/* Please make changes to Site.scss (SASS) since changes to Site.css (CSS) will be overwritten */
body {
    color: #525252;
}

    body td, body em {
      
    }

 
    body em {
        font-style: italic;
    }

#buy .page-wrap {
    padding-top: 100px;
}

header {
    background-color: #5a2b82;
}

    header li {
        font-family: 'Catamaran', sans-serif;
    }

    header .inline-list > li {
        padding: 10px 0;
        transition: 0.2s all;
        margin-left: 0;
    }

.header-small .inline-list > li {
    padding: 0 0;
}

header nav div.menu-items li.menu-item a {
    color: #fff;
}

.section-toggle-container {
    padding-top: 80px;
    padding-bottom: 80px;
}

    .section-toggle-container h1, .section-toggle-container .h1 {
    
    }

input, textarea {
    padding-left: 15px !important;
}

    input:focus, textarea:focus {
        box-shadow: 0 0 1px #999999 !important;
    }

    input.large, textarea.large {
        height: 45px;
    }

button, .button {
    text-transform: uppercase !important;
    /*padding: 24px 34px;
    box-shadow: inset 0 -3px 0 $black;*/
    /*border-radius: 30px;*/
    border-radius: 0px;
    padding-left: 24px;
    padding-right: 24px;
}

    .button.dropdown:after {
        margin-top: -4px !important;
    }

    button:hover, .button:hover {
        color: #592b83;
        background-color: #ffffff;
    }

    button[disabled]:hover {
        color: #fff !important;
        box-shadow: inset 0 -3px 0 #525252 !important;
    }

    .button.secondary {
        color: #525252;
        box-shadow: inset 0 -3px 0 #BFBFBF;
    }

        .button.secondary:hover {
            color: #F2F1EF;
            box-shadow: inset 0 -3px 0 #525252;
        }

        .button.secondary:focus {
            background: #F2F1EF;
            color: #525252;
        }

select {
    padding: 15px 15px 15px 25px !important;
    border-radius: 0px;
    color: #979696 !important;
    background-color: #f3f0f8;
    border: 1px solid #c6c6c6;
    font-family: "BikoBold";
    font-size: 14px;
    height: auto;
    line-height: normal;
    margin-bottom: 0;
}

    select:after {
        content: 'hej';
        right: 0;
        border: 1px solid #979696;
        height: 30px;
        width: 30px;
    }

.select-wrapper {
    position: relative;
    margin-bottom: 10px;
}

    .select-wrapper:after {
        content: "";
        width: 50px;
        height: 100%;
        border-left: 1px solid #c6c6c6;
        position: absolute;
        right: 0;
        top: 0;
        pointer-events: none;
        background-image: url("../images/icon/arrow.png");
        background-size: 50%;
        background-position: 50% center;
        background-repeat: no-repeat;
    }

.hide {
    display: none !important;
}

dt, dd {
    display: inline-block;
}

.accordion-navigation a {
    padding-left: 0 !important;
}

    .accordion-navigation a.toggle-link {
        text-decoration: none !important;
    }

@media only screen and (max-width: 64em) {
    .accordion-navigation a {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }
}

.accordion .accordion-navigation > a {
    padding-top: 20px;
    padding-bottom: 20px;
}

.icon img {
    margin-top: 0 !important;
}

.accordion .accordion-navigation .icon {
    margin-right: 30px !important;
}

.subheader {
    font-family: 'Catamaran', sans-serif;
    font-weight: normal;
}

.light-text {
    font-weight: normal;
}

.reveal-modal {
    margin-top: 90px;
}

@media only screen and (max-width: 64em) {
    .reveal-modal {
        margin-top: 50px;
    }
}

.text-decoration {
    text-decoration: underline;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.dark-text h1, .dark-text .h1 {
    color: #5a2b82 !important;
}

#projects {
    padding-top: 100px;
}

@media only screen and (max-width: 64em) {
    #projects {
        padding-top: 50px;
    }
}

.home-tags.filter-menu {
    margin-bottom: 60px;
}

    .home-tags.filter-menu ul li {
        color: #5a2b82;
        cursor: pointer;
        border-left: none;
        font-size: 15px;
    }
    .home-tags.filter-menu ul li:hover {
     text-decoration:underline
    }
.home-tags h3 {padding-left:15px;
}
@media only screen and (max-width: 64em) {
    .home-tags.filter-menu ul li {
        padding: 10px;
        padding-left: 15px;
        padding-bottom: 15px
    }

    .filter-menu li:after {
        background: none !important;
    }
}

.home-tags.filter-menu ul li a {
    
    text-decoration: underline !important;
}

.home-tags.filter-menu ul li.selected {
    color: #5a2b82 !important;
    TEXT-DECORATION: UNDERLINE;
}

    .home-tags.filter-menu ul li.selected a {
        color: #5a2b82 !important;
    }

#mnd-iframe {
    padding-top: 140px;
}

.two-column-form input {
    border-radius: 2px !important;
    padding-left: 10px !important;
    text-transform: none !important;
    font-size: 14px !important;
}

    .two-column-form input[type="text"], .two-column-form input[type="password"], .two-column-form input[type="date"], .two-column-form input[type="datetime"], .two-column-form input[type="datetime-local"], .two-column-form input[type="month"], .two-column-form input[type="week"], .two-column-form input[type="email"], .two-column-form input[type="number"], .two-column-form input[type="search"], .two-column-form input[type="tel"], .two-column-form input[type="time"], .two-column-form input[type="url"], .two-column-form input[type="color"], .two-column-form textarea {
        border-radius: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        height: auto;
    }

        .two-column-form input[type="text"]::placeholder, .two-column-form input[type="password"]::placeholder, .two-column-form input[type="date"]::placeholder, .two-column-form input[type="datetime"]::placeholder, .two-column-form input[type="datetime-local"]::placeholder, .two-column-form input[type="month"]::placeholder, .two-column-form input[type="week"]::placeholder, .two-column-form input[type="email"]::placeholder, .two-column-form input[type="number"]::placeholder, .two-column-form input[type="search"]::placeholder, .two-column-form input[type="tel"]::placeholder, .two-column-form input[type="time"]::placeholder, .two-column-form input[type="url"]::placeholder, .two-column-form input[type="color"]::placeholder, .two-column-form textarea::placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            text-transform: none;
        }

        .two-column-form input[type="text"]:-ms-input-placeholder, .two-column-form input[type="password"]:-ms-input-placeholder, .two-column-form input[type="date"]:-ms-input-placeholder, .two-column-form input[type="datetime"]:-ms-input-placeholder, .two-column-form input[type="datetime-local"]:-ms-input-placeholder, .two-column-form input[type="month"]:-ms-input-placeholder, .two-column-form input[type="week"]:-ms-input-placeholder, .two-column-form input[type="email"]:-ms-input-placeholder, .two-column-form input[type="number"]:-ms-input-placeholder, .two-column-form input[type="search"]:-ms-input-placeholder, .two-column-form input[type="tel"]:-ms-input-placeholder, .two-column-form input[type="time"]:-ms-input-placeholder, .two-column-form input[type="url"]:-ms-input-placeholder, .two-column-form input[type="color"]:-ms-input-placeholder, .two-column-form textarea:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            text-transform: none;
        }

        .two-column-form input[type="text"]::-ms-input-placeholder, .two-column-form input[type="password"]::-ms-input-placeholder, .two-column-form input[type="date"]::-ms-input-placeholder, .two-column-form input[type="datetime"]::-ms-input-placeholder, .two-column-form input[type="datetime-local"]::-ms-input-placeholder, .two-column-form input[type="month"]::-ms-input-placeholder, .two-column-form input[type="week"]::-ms-input-placeholder, .two-column-form input[type="email"]::-ms-input-placeholder, .two-column-form input[type="number"]::-ms-input-placeholder, .two-column-form input[type="search"]::-ms-input-placeholder, .two-column-form input[type="tel"]::-ms-input-placeholder, .two-column-form input[type="time"]::-ms-input-placeholder, .two-column-form input[type="url"]::-ms-input-placeholder, .two-column-form input[type="color"]::-ms-input-placeholder, .two-column-form textarea::-ms-input-placeholder {
            /* Microsoft Edge */
            text-transform: none;
        }

    .two-column-form input[type="checkbox"] {
        width: 30px;
        height: 30px;
        margin: 0;
        vertical-align: middle;
    }

.two-column-form a {
    color: #5a2b82;
}
.two-column-form button[type="submit"] {
    border-radius: 2px;
    width: 60%;
    padding-top: 20px;
    padding-bottom: 20px;
    /*background-color: white;
        color: #6a3594;*/
    margin-top: 10px;float:right
}

.two-column-form .pul-form-container {
    color: #5a2b82;
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .two-column-form .pul-form-container #PUL {
        margin-right: 5px;
    }

    .two-column-form .pul-form-container a {
        text-decoration: underline;
    }

    .two-column-form .pul-form-container:hover input ~ .checkmark {
        background-color: #ccc;
    }

    .two-column-form .pul-form-container:hover input ~ .checkmark2 {
        background-color: #ccc;
    }

    .two-column-form .pul-form-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        .two-column-form .pul-form-container input:checked ~ .checkmark:after {
            display: block;
        }

        .two-column-form .pul-form-container input:checked ~ .checkmark2:after {
            display: block;
        }

        .two-column-form .pul-form-container input:checked ~ input[name="PUL"] ~ .checkmark {
            background-color: #6A3593;
            border: 1px solid #ccc;
        }

        .two-column-form .pul-form-container input:checked ~ input[name="PUL"] ~ .checkmark2 {
            background-color: #6A3593;
            border: 1px solid #ccc;
        }

    .two-column-form .pul-form-container .checkmark, .two-column-form .pul-form-container checkmark2 {
        position: absolute;
        top: 0;
        left: 0;
        height: 30px;
        width: 30px;
        background-color: #eee;
    }

        .two-column-form .pul-form-container .checkmark:after, .two-column-form .pul-form-container .checkmark2:after {
            content: "";
            position: absolute;
            display: none;
            left: 11px;
            top: 5px;
            width: 8px;
            height: 15px;
            border: solid white;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.office-top-info-container input {
    font-size: 14px;
}

.office-top-info-container form .pul-form-container {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    margin-top: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}

    .office-top-info-container form .pul-form-container #PUL {
        margin-right: 5px;
    }

    .office-top-info-container form .pul-form-container p {
        line-height: 30px;
    }

    .office-top-info-container form .pul-form-container a {
        /*text-decoration: underline;*/
        text-decoration: none;
        border-bottom: 1px solid #525252;
        color: #525252;
    }

    .office-top-info-container form .pul-form-container:hover input ~ .checkmark {
        background-color: #ccc;
    }

    .office-top-info-container form .pul-form-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        .office-top-info-container form .pul-form-container input:checked ~ .checkmark:after {
            display: block;
        }

        .office-top-info-container form .pul-form-container input:checked ~ input[name="PUL"] ~ .checkmark {
            background-color: #6A3593;
            border: 1px solid #ccc;
        }

    .office-top-info-container form .pul-form-container .checkmark {
        position: absolute;
        left: 0;
        height: 30px;
        width: 30px;
        background-color: #eee;
    }

        .office-top-info-container form .pul-form-container .checkmark:after {
            content: "";
            position: absolute;
            display: none;
            left: 11px;
            top: 5px;
            width: 8px;
            height: 15px;
            border: solid white;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.office-top-info-container form .grey-text {
    color: #77798a;
}

#sectionpage .inline-container-contact-form .pul-form-container {
    margin-left: 15px;
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    margin-top: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #sectionpage .inline-container-contact-form .pul-form-container #PUL {
        margin-right: 5px;
    }

    #sectionpage .inline-container-contact-form .pul-form-container a {
        /*text-decoration: underline;*/
        text-decoration: none;
        border-bottom: 1px solid #525252;
        color: #525252;
    }

    #sectionpage .inline-container-contact-form .pul-form-container:hover input ~ .checkmark {
        background-color: #ccc;
    }

    #sectionpage .inline-container-contact-form .pul-form-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        #sectionpage .inline-container-contact-form .pul-form-container input:checked ~ .checkmark:after {
            display: block;
        }

        #sectionpage .inline-container-contact-form .pul-form-container input:checked ~ input[name="PUL"] ~ .checkmark {
            background-color: #6A3593;
            border: 1px solid #ccc;
        }

    #sectionpage .inline-container-contact-form .pul-form-container .checkmark {
        position: absolute;
        left: 0;
        height: 30px;
        width: 30px;
        background-color: #eee;
    }

        #sectionpage .inline-container-contact-form .pul-form-container .checkmark:after {
            content: "";
            position: absolute;
            display: none;
            left: 11px;
            top: 5px;
            width: 8px;
            height: 15px;
            border: solid white;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

#sectionpage .inline-container-contact-form .grey-text {
    color: #77798a;
}

#estate .sidebar td, #projects .sidebar td, #office .sidebar td {
    /*&:nth-child(even) {
                padding-right:20px;
            }*/
    color: #5a2b82 !important;
}

#estate .sidebar.text-bold, #estate .sidebar.cd-filter-trigger, #projects .sidebar.text-bold, #projects .sidebar.cd-filter-trigger, #office .sidebar.text-bold, #office .sidebar.cd-filter-trigger {
    color: #5a2b82 !important;
}

#estate .purple, #projects .purple, #office .purple {
    color: #5a2b82 !important;
}

#estate td, #projects td, #office td {
    /*color: #6a3594 !important;*/
}

    #estate td.text-bold, #estate td.cd-filter-trigger, #projects td.text-bold, #projects td.cd-filter-trigger, #office td.text-bold, #office td.cd-filter-trigger {
        color: #5a2b82 !important;
    }

#estate.text-bold, #estate.cd-filter-trigger, #projects.text-bold, #projects.cd-filter-trigger, #office.text-bold, #office.cd-filter-trigger {
    /*color: #6a3594 !important;*/
}

#estate #js-estate-desscription p, #projects #js-estate-desscription p, #office #js-estate-desscription p {
 
}

#estate .document-container, #projects .document-container, #office .document-container {
    clear: both;
    margin-top: 20px;
    padding-top: 20px;
}

    #estate .document-container hr, #projects .document-container hr, #office .document-container hr {
        border: 1px solid #5a2b82;
    }

    #estate .document-container .document-item, #projects .document-container .document-item, #office .document-container .document-item {
        display: inline-block;
        padding-right: 25px;
        margin-bottom: 20px;
        font-family: 'Catamaran', sans-serif;
        float: left;
    }

        #estate .document-container .document-item a, #projects .document-container .document-item a, #office .document-container .document-item a {
            vertical-align: text-top;
        }

#estate .link-container, #projects .link-container, #office .link-container {
    clear: both;
    margin-top: 20px;
    padding-top: 20px;
}

    #estate .link-container hr, #projects .link-container hr, #office .link-container hr {
        border: 1px solid #5a2b82;
    }

    #estate .link-container img, #projects .link-container img, #office .link-container img {
        padding-right: 5px;
    }

    #estate .link-container .document-item, #projects .link-container .document-item, #office .link-container .document-item {
        display: inline-block;
        padding-right: 25px;
        margin-bottom: 20px;
        font-family: 'Catamaran', sans-serif;
        float: left;
    }

        #estate .link-container .document-item a, #projects .link-container .document-item a, #office .link-container .document-item a {
            vertical-align: text-top;
        }

#estate .modal-footer input[type="text"], #estate .modal-footer input[type="password"], #estate .modal-footer input[type="date"], #estate .modal-footer input[type="datetime"], #estate .modal-footer input[type="datetime-local"], #estate .modal-footer input[type="month"], #estate .modal-footer input[type="week"], #estate .modal-footer input[type="email"], #estate .modal-footer input[type="number"], #estate .modal-footer input[type="search"], #estate .modal-footer input[type="tel"], #estate .modal-footer input[type="time"], #estate .modal-footer input[type="url"], #estate .modal-footer input[type="color"], #estate .modal-footer textarea, #estate #viewingform-modal input[type="text"], #estate #viewingform-modal input[type="password"], #estate #viewingform-modal input[type="date"], #estate #viewingform-modal input[type="datetime"], #estate #viewingform-modal input[type="datetime-local"], #estate #viewingform-modal input[type="month"], #estate #viewingform-modal input[type="week"], #estate #viewingform-modal input[type="email"], #estate #viewingform-modal input[type="number"], #estate #viewingform-modal input[type="search"], #estate #viewingform-modal input[type="tel"], #estate #viewingform-modal input[type="time"], #estate #viewingform-modal input[type="url"], #estate #viewingform-modal input[type="color"], #estate #viewingform-modal textarea, #projects .modal-footer input[type="text"], #projects .modal-footer input[type="password"], #projects .modal-footer input[type="date"], #projects .modal-footer input[type="datetime"], #projects .modal-footer input[type="datetime-local"], #projects .modal-footer input[type="month"], #projects .modal-footer input[type="week"], #projects .modal-footer input[type="email"], #projects .modal-footer input[type="number"], #projects .modal-footer input[type="search"], #projects .modal-footer input[type="tel"], #projects .modal-footer input[type="time"], #projects .modal-footer input[type="url"], #projects .modal-footer input[type="color"], #projects .modal-footer textarea, #projects #viewingform-modal input[type="text"], #projects #viewingform-modal input[type="password"], #projects #viewingform-modal input[type="date"], #projects #viewingform-modal input[type="datetime"], #projects #viewingform-modal input[type="datetime-local"], #projects #viewingform-modal input[type="month"], #projects #viewingform-modal input[type="week"], #projects #viewingform-modal input[type="email"], #projects #viewingform-modal input[type="number"], #projects #viewingform-modal input[type="search"], #projects #viewingform-modal input[type="tel"], #projects #viewingform-modal input[type="time"], #projects #viewingform-modal input[type="url"], #projects #viewingform-modal input[type="color"], #projects #viewingform-modal textarea, #office .modal-footer input[type="text"], #office .modal-footer input[type="password"], #office .modal-footer input[type="date"], #office .modal-footer input[type="datetime"], #office .modal-footer input[type="datetime-local"], #office .modal-footer input[type="month"], #office .modal-footer input[type="week"], #office .modal-footer input[type="email"], #office .modal-footer input[type="number"], #office .modal-footer input[type="search"], #office .modal-footer input[type="tel"], #office .modal-footer input[type="time"], #office .modal-footer input[type="url"], #office .modal-footer input[type="color"], #office .modal-footer textarea, #office #viewingform-modal input[type="text"], #office #viewingform-modal input[type="password"], #office #viewingform-modal input[type="date"], #office #viewingform-modal input[type="datetime"], #office #viewingform-modal input[type="datetime-local"], #office #viewingform-modal input[type="month"], #office #viewingform-modal input[type="week"], #office #viewingform-modal input[type="email"], #office #viewingform-modal input[type="number"], #office #viewingform-modal input[type="search"], #office #viewingform-modal input[type="tel"], #office #viewingform-modal input[type="time"], #office #viewingform-modal input[type="url"], #office #viewingform-modal input[type="color"], #office #viewingform-modal textarea {
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
}

    #estate .modal-footer input[type="text"]::placeholder, #estate .modal-footer input[type="password"]::placeholder, #estate .modal-footer input[type="date"]::placeholder, #estate .modal-footer input[type="datetime"]::placeholder, #estate .modal-footer input[type="datetime-local"]::placeholder, #estate .modal-footer input[type="month"]::placeholder, #estate .modal-footer input[type="week"]::placeholder, #estate .modal-footer input[type="email"]::placeholder, #estate .modal-footer input[type="number"]::placeholder, #estate .modal-footer input[type="search"]::placeholder, #estate .modal-footer input[type="tel"]::placeholder, #estate .modal-footer input[type="time"]::placeholder, #estate .modal-footer input[type="url"]::placeholder, #estate .modal-footer input[type="color"]::placeholder, #estate .modal-footer textarea::placeholder, #estate #viewingform-modal input[type="text"]::placeholder, #estate #viewingform-modal input[type="password"]::placeholder, #estate #viewingform-modal input[type="date"]::placeholder, #estate #viewingform-modal input[type="datetime"]::placeholder, #estate #viewingform-modal input[type="datetime-local"]::placeholder, #estate #viewingform-modal input[type="month"]::placeholder, #estate #viewingform-modal input[type="week"]::placeholder, #estate #viewingform-modal input[type="email"]::placeholder, #estate #viewingform-modal input[type="number"]::placeholder, #estate #viewingform-modal input[type="search"]::placeholder, #estate #viewingform-modal input[type="tel"]::placeholder, #estate #viewingform-modal input[type="time"]::placeholder, #estate #viewingform-modal input[type="url"]::placeholder, #estate #viewingform-modal input[type="color"]::placeholder, #estate #viewingform-modal textarea::placeholder, #projects .modal-footer input[type="text"]::placeholder, #projects .modal-footer input[type="password"]::placeholder, #projects .modal-footer input[type="date"]::placeholder, #projects .modal-footer input[type="datetime"]::placeholder, #projects .modal-footer input[type="datetime-local"]::placeholder, #projects .modal-footer input[type="month"]::placeholder, #projects .modal-footer input[type="week"]::placeholder, #projects .modal-footer input[type="email"]::placeholder, #projects .modal-footer input[type="number"]::placeholder, #projects .modal-footer input[type="search"]::placeholder, #projects .modal-footer input[type="tel"]::placeholder, #projects .modal-footer input[type="time"]::placeholder, #projects .modal-footer input[type="url"]::placeholder, #projects .modal-footer input[type="color"]::placeholder, #projects .modal-footer textarea::placeholder, #projects #viewingform-modal input[type="text"]::placeholder, #projects #viewingform-modal input[type="password"]::placeholder, #projects #viewingform-modal input[type="date"]::placeholder, #projects #viewingform-modal input[type="datetime"]::placeholder, #projects #viewingform-modal input[type="datetime-local"]::placeholder, #projects #viewingform-modal input[type="month"]::placeholder, #projects #viewingform-modal input[type="week"]::placeholder, #projects #viewingform-modal input[type="email"]::placeholder, #projects #viewingform-modal input[type="number"]::placeholder, #projects #viewingform-modal input[type="search"]::placeholder, #projects #viewingform-modal input[type="tel"]::placeholder, #projects #viewingform-modal input[type="time"]::placeholder, #projects #viewingform-modal input[type="url"]::placeholder, #projects #viewingform-modal input[type="color"]::placeholder, #projects #viewingform-modal textarea::placeholder, #office .modal-footer input[type="text"]::placeholder, #office .modal-footer input[type="password"]::placeholder, #office .modal-footer input[type="date"]::placeholder, #office .modal-footer input[type="datetime"]::placeholder, #office .modal-footer input[type="datetime-local"]::placeholder, #office .modal-footer input[type="month"]::placeholder, #office .modal-footer input[type="week"]::placeholder, #office .modal-footer input[type="email"]::placeholder, #office .modal-footer input[type="number"]::placeholder, #office .modal-footer input[type="search"]::placeholder, #office .modal-footer input[type="tel"]::placeholder, #office .modal-footer input[type="time"]::placeholder, #office .modal-footer input[type="url"]::placeholder, #office .modal-footer input[type="color"]::placeholder, #office .modal-footer textarea::placeholder, #office #viewingform-modal input[type="text"]::placeholder, #office #viewingform-modal input[type="password"]::placeholder, #office #viewingform-modal input[type="date"]::placeholder, #office #viewingform-modal input[type="datetime"]::placeholder, #office #viewingform-modal input[type="datetime-local"]::placeholder, #office #viewingform-modal input[type="month"]::placeholder, #office #viewingform-modal input[type="week"]::placeholder, #office #viewingform-modal input[type="email"]::placeholder, #office #viewingform-modal input[type="number"]::placeholder, #office #viewingform-modal input[type="search"]::placeholder, #office #viewingform-modal input[type="tel"]::placeholder, #office #viewingform-modal input[type="time"]::placeholder, #office #viewingform-modal input[type="url"]::placeholder, #office #viewingform-modal input[type="color"]::placeholder, #office #viewingform-modal textarea::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        text-transform: none;
    }

    #estate .modal-footer input[type="text"]:-ms-input-placeholder, #estate .modal-footer input[type="password"]:-ms-input-placeholder, #estate .modal-footer input[type="date"]:-ms-input-placeholder, #estate .modal-footer input[type="datetime"]:-ms-input-placeholder, #estate .modal-footer input[type="datetime-local"]:-ms-input-placeholder, #estate .modal-footer input[type="month"]:-ms-input-placeholder, #estate .modal-footer input[type="week"]:-ms-input-placeholder, #estate .modal-footer input[type="email"]:-ms-input-placeholder, #estate .modal-footer input[type="number"]:-ms-input-placeholder, #estate .modal-footer input[type="search"]:-ms-input-placeholder, #estate .modal-footer input[type="tel"]:-ms-input-placeholder, #estate .modal-footer input[type="time"]:-ms-input-placeholder, #estate .modal-footer input[type="url"]:-ms-input-placeholder, #estate .modal-footer input[type="color"]:-ms-input-placeholder, #estate .modal-footer textarea:-ms-input-placeholder, #estate #viewingform-modal input[type="text"]:-ms-input-placeholder, #estate #viewingform-modal input[type="password"]:-ms-input-placeholder, #estate #viewingform-modal input[type="date"]:-ms-input-placeholder, #estate #viewingform-modal input[type="datetime"]:-ms-input-placeholder, #estate #viewingform-modal input[type="datetime-local"]:-ms-input-placeholder, #estate #viewingform-modal input[type="month"]:-ms-input-placeholder, #estate #viewingform-modal input[type="week"]:-ms-input-placeholder, #estate #viewingform-modal input[type="email"]:-ms-input-placeholder, #estate #viewingform-modal input[type="number"]:-ms-input-placeholder, #estate #viewingform-modal input[type="search"]:-ms-input-placeholder, #estate #viewingform-modal input[type="tel"]:-ms-input-placeholder, #estate #viewingform-modal input[type="time"]:-ms-input-placeholder, #estate #viewingform-modal input[type="url"]:-ms-input-placeholder, #estate #viewingform-modal input[type="color"]:-ms-input-placeholder, #estate #viewingform-modal textarea:-ms-input-placeholder, #projects .modal-footer input[type="text"]:-ms-input-placeholder, #projects .modal-footer input[type="password"]:-ms-input-placeholder, #projects .modal-footer input[type="date"]:-ms-input-placeholder, #projects .modal-footer input[type="datetime"]:-ms-input-placeholder, #projects .modal-footer input[type="datetime-local"]:-ms-input-placeholder, #projects .modal-footer input[type="month"]:-ms-input-placeholder, #projects .modal-footer input[type="week"]:-ms-input-placeholder, #projects .modal-footer input[type="email"]:-ms-input-placeholder, #projects .modal-footer input[type="number"]:-ms-input-placeholder, #projects .modal-footer input[type="search"]:-ms-input-placeholder, #projects .modal-footer input[type="tel"]:-ms-input-placeholder, #projects .modal-footer input[type="time"]:-ms-input-placeholder, #projects .modal-footer input[type="url"]:-ms-input-placeholder, #projects .modal-footer input[type="color"]:-ms-input-placeholder, #projects .modal-footer textarea:-ms-input-placeholder, #projects #viewingform-modal input[type="text"]:-ms-input-placeholder, #projects #viewingform-modal input[type="password"]:-ms-input-placeholder, #projects #viewingform-modal input[type="date"]:-ms-input-placeholder, #projects #viewingform-modal input[type="datetime"]:-ms-input-placeholder, #projects #viewingform-modal input[type="datetime-local"]:-ms-input-placeholder, #projects #viewingform-modal input[type="month"]:-ms-input-placeholder, #projects #viewingform-modal input[type="week"]:-ms-input-placeholder, #projects #viewingform-modal input[type="email"]:-ms-input-placeholder, #projects #viewingform-modal input[type="number"]:-ms-input-placeholder, #projects #viewingform-modal input[type="search"]:-ms-input-placeholder, #projects #viewingform-modal input[type="tel"]:-ms-input-placeholder, #projects #viewingform-modal input[type="time"]:-ms-input-placeholder, #projects #viewingform-modal input[type="url"]:-ms-input-placeholder, #projects #viewingform-modal input[type="color"]:-ms-input-placeholder, #projects #viewingform-modal textarea:-ms-input-placeholder, #office .modal-footer input[type="text"]:-ms-input-placeholder, #office .modal-footer input[type="password"]:-ms-input-placeholder, #office .modal-footer input[type="date"]:-ms-input-placeholder, #office .modal-footer input[type="datetime"]:-ms-input-placeholder, #office .modal-footer input[type="datetime-local"]:-ms-input-placeholder, #office .modal-footer input[type="month"]:-ms-input-placeholder, #office .modal-footer input[type="week"]:-ms-input-placeholder, #office .modal-footer input[type="email"]:-ms-input-placeholder, #office .modal-footer input[type="number"]:-ms-input-placeholder, #office .modal-footer input[type="search"]:-ms-input-placeholder, #office .modal-footer input[type="tel"]:-ms-input-placeholder, #office .modal-footer input[type="time"]:-ms-input-placeholder, #office .modal-footer input[type="url"]:-ms-input-placeholder, #office .modal-footer input[type="color"]:-ms-input-placeholder, #office .modal-footer textarea:-ms-input-placeholder, #office #viewingform-modal input[type="text"]:-ms-input-placeholder, #office #viewingform-modal input[type="password"]:-ms-input-placeholder, #office #viewingform-modal input[type="date"]:-ms-input-placeholder, #office #viewingform-modal input[type="datetime"]:-ms-input-placeholder, #office #viewingform-modal input[type="datetime-local"]:-ms-input-placeholder, #office #viewingform-modal input[type="month"]:-ms-input-placeholder, #office #viewingform-modal input[type="week"]:-ms-input-placeholder, #office #viewingform-modal input[type="email"]:-ms-input-placeholder, #office #viewingform-modal input[type="number"]:-ms-input-placeholder, #office #viewingform-modal input[type="search"]:-ms-input-placeholder, #office #viewingform-modal input[type="tel"]:-ms-input-placeholder, #office #viewingform-modal input[type="time"]:-ms-input-placeholder, #office #viewingform-modal input[type="url"]:-ms-input-placeholder, #office #viewingform-modal input[type="color"]:-ms-input-placeholder, #office #viewingform-modal textarea:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        text-transform: none;
    }

    #estate .modal-footer input[type="text"]::-ms-input-placeholder, #estate .modal-footer input[type="password"]::-ms-input-placeholder, #estate .modal-footer input[type="date"]::-ms-input-placeholder, #estate .modal-footer input[type="datetime"]::-ms-input-placeholder, #estate .modal-footer input[type="datetime-local"]::-ms-input-placeholder, #estate .modal-footer input[type="month"]::-ms-input-placeholder, #estate .modal-footer input[type="week"]::-ms-input-placeholder, #estate .modal-footer input[type="email"]::-ms-input-placeholder, #estate .modal-footer input[type="number"]::-ms-input-placeholder, #estate .modal-footer input[type="search"]::-ms-input-placeholder, #estate .modal-footer input[type="tel"]::-ms-input-placeholder, #estate .modal-footer input[type="time"]::-ms-input-placeholder, #estate .modal-footer input[type="url"]::-ms-input-placeholder, #estate .modal-footer input[type="color"]::-ms-input-placeholder, #estate .modal-footer textarea::-ms-input-placeholder, #estate #viewingform-modal input[type="text"]::-ms-input-placeholder, #estate #viewingform-modal input[type="password"]::-ms-input-placeholder, #estate #viewingform-modal input[type="date"]::-ms-input-placeholder, #estate #viewingform-modal input[type="datetime"]::-ms-input-placeholder, #estate #viewingform-modal input[type="datetime-local"]::-ms-input-placeholder, #estate #viewingform-modal input[type="month"]::-ms-input-placeholder, #estate #viewingform-modal input[type="week"]::-ms-input-placeholder, #estate #viewingform-modal input[type="email"]::-ms-input-placeholder, #estate #viewingform-modal input[type="number"]::-ms-input-placeholder, #estate #viewingform-modal input[type="search"]::-ms-input-placeholder, #estate #viewingform-modal input[type="tel"]::-ms-input-placeholder, #estate #viewingform-modal input[type="time"]::-ms-input-placeholder, #estate #viewingform-modal input[type="url"]::-ms-input-placeholder, #estate #viewingform-modal input[type="color"]::-ms-input-placeholder, #estate #viewingform-modal textarea::-ms-input-placeholder, #projects .modal-footer input[type="text"]::-ms-input-placeholder, #projects .modal-footer input[type="password"]::-ms-input-placeholder, #projects .modal-footer input[type="date"]::-ms-input-placeholder, #projects .modal-footer input[type="datetime"]::-ms-input-placeholder, #projects .modal-footer input[type="datetime-local"]::-ms-input-placeholder, #projects .modal-footer input[type="month"]::-ms-input-placeholder, #projects .modal-footer input[type="week"]::-ms-input-placeholder, #projects .modal-footer input[type="email"]::-ms-input-placeholder, #projects .modal-footer input[type="number"]::-ms-input-placeholder, #projects .modal-footer input[type="search"]::-ms-input-placeholder, #projects .modal-footer input[type="tel"]::-ms-input-placeholder, #projects .modal-footer input[type="time"]::-ms-input-placeholder, #projects .modal-footer input[type="url"]::-ms-input-placeholder, #projects .modal-footer input[type="color"]::-ms-input-placeholder, #projects .modal-footer textarea::-ms-input-placeholder, #projects #viewingform-modal input[type="text"]::-ms-input-placeholder, #projects #viewingform-modal input[type="password"]::-ms-input-placeholder, #projects #viewingform-modal input[type="date"]::-ms-input-placeholder, #projects #viewingform-modal input[type="datetime"]::-ms-input-placeholder, #projects #viewingform-modal input[type="datetime-local"]::-ms-input-placeholder, #projects #viewingform-modal input[type="month"]::-ms-input-placeholder, #projects #viewingform-modal input[type="week"]::-ms-input-placeholder, #projects #viewingform-modal input[type="email"]::-ms-input-placeholder, #projects #viewingform-modal input[type="number"]::-ms-input-placeholder, #projects #viewingform-modal input[type="search"]::-ms-input-placeholder, #projects #viewingform-modal input[type="tel"]::-ms-input-placeholder, #projects #viewingform-modal input[type="time"]::-ms-input-placeholder, #projects #viewingform-modal input[type="url"]::-ms-input-placeholder, #projects #viewingform-modal input[type="color"]::-ms-input-placeholder, #projects #viewingform-modal textarea::-ms-input-placeholder, #office .modal-footer input[type="text"]::-ms-input-placeholder, #office .modal-footer input[type="password"]::-ms-input-placeholder, #office .modal-footer input[type="date"]::-ms-input-placeholder, #office .modal-footer input[type="datetime"]::-ms-input-placeholder, #office .modal-footer input[type="datetime-local"]::-ms-input-placeholder, #office .modal-footer input[type="month"]::-ms-input-placeholder, #office .modal-footer input[type="week"]::-ms-input-placeholder, #office .modal-footer input[type="email"]::-ms-input-placeholder, #office .modal-footer input[type="number"]::-ms-input-placeholder, #office .modal-footer input[type="search"]::-ms-input-placeholder, #office .modal-footer input[type="tel"]::-ms-input-placeholder, #office .modal-footer input[type="time"]::-ms-input-placeholder, #office .modal-footer input[type="url"]::-ms-input-placeholder, #office .modal-footer input[type="color"]::-ms-input-placeholder, #office .modal-footer textarea::-ms-input-placeholder, #office #viewingform-modal input[type="text"]::-ms-input-placeholder, #office #viewingform-modal input[type="password"]::-ms-input-placeholder, #office #viewingform-modal input[type="date"]::-ms-input-placeholder, #office #viewingform-modal input[type="datetime"]::-ms-input-placeholder, #office #viewingform-modal input[type="datetime-local"]::-ms-input-placeholder, #office #viewingform-modal input[type="month"]::-ms-input-placeholder, #office #viewingform-modal input[type="week"]::-ms-input-placeholder, #office #viewingform-modal input[type="email"]::-ms-input-placeholder, #office #viewingform-modal input[type="number"]::-ms-input-placeholder, #office #viewingform-modal input[type="search"]::-ms-input-placeholder, #office #viewingform-modal input[type="tel"]::-ms-input-placeholder, #office #viewingform-modal input[type="time"]::-ms-input-placeholder, #office #viewingform-modal input[type="url"]::-ms-input-placeholder, #office #viewingform-modal input[type="color"]::-ms-input-placeholder, #office #viewingform-modal textarea::-ms-input-placeholder {
        /* Microsoft Edge */
        text-transform: none;
    }

#estate .modal-footer input[type="checkbox"], #estate #viewingform-modal input[type="checkbox"], #projects .modal-footer input[type="checkbox"], #projects #viewingform-modal input[type="checkbox"], #office .modal-footer input[type="checkbox"], #office #viewingform-modal input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    vertical-align: sub;
}

#estate button[type="submit"], #projects button[type="submit"], #office button[type="submit"] {
    border-radius: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

#estate .light-text .pul-form-container, #projects .light-text .pul-form-container, #office .light-text .pul-form-container {
    color: white !important;
}

#estate .pul-form-container, #projects .pul-form-container, #office .pul-form-container {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #525252;
}

    #estate .pul-form-container #PUL, #projects .pul-form-container #PUL, #office .pul-form-container #PUL {
        margin-right: 5px;
    }

    #estate .pul-form-container a, #projects .pul-form-container a, #office .pul-form-container a {
        text-decoration: underline;
        /*text-decoration: none;*/
        border-bottom: none;
    }

    #estate .pul-form-container:hover input ~ .checkmark, #projects .pul-form-container:hover input ~ .checkmark, #office .pul-form-container:hover input ~ .checkmark {
        background-color: #ccc;
    }

    #estate .pul-form-container input, #projects .pul-form-container input, #office .pul-form-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        #estate .pul-form-container input:checked ~ .checkmark:after, #projects .pul-form-container input:checked ~ .checkmark:after, #office .pul-form-container input:checked ~ .checkmark:after {
            display: block;
        }

        #estate .pul-form-container input:checked ~ input[name="PUL"] ~ .checkmark, #projects .pul-form-container input:checked ~ input[name="PUL"] ~ .checkmark, #office .pul-form-container input:checked ~ input[name="PUL"] ~ .checkmark {
            background-color: #6A3593;
            border: 1px solid #ccc;
        }

    #estate .pul-form-container .checkmark, #projects .pul-form-container .checkmark, #office .pul-form-container .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 30px;
        width: 30px;
        background-color: #dedede;
    }

        #estate .pul-form-container .checkmark:after, #projects .pul-form-container .checkmark:after, #office .pul-form-container .checkmark:after {
            content: "";
            position: absolute;
            display: none;
            left: 11px;
            top: 5px;
            width: 8px;
            height: 15px;
            border: solid white;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

#estate .grey-text, #projects .grey-text, #office .grey-text {
    color: #77798a;
}

#estate .button-read-more, #projects .button-read-more, #office .button-read-more {
    width: 100%;
    margin-top: 30px;
    text-transform: uppercase;
    color: #ffffff !important;
    background-color: #9d9d9d !important;
}

    #estate .button-read-more:hover, #projects .button-read-more:hover, #office .button-read-more:hover {
        color: #ffffff !important;
        background-color: #5a2b82 !important;
    }

.new-form-image .hd-secondary {
    font-size: 100px !important;
    line-height: 1em;
}

    .new-form-image h3.hd-secondary, .new-form-image .hd-secondary.h3 {
        font-size: 64px !important;
        margin-bottom: 20px;
    }

.new-form-image p {
    font-size: 26px !important;
}

.new-form-image button[type="submit"] {
    background-color: #5a2b82 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    padding: 20px 0 !important;
}

    .new-form-image button[type="submit"] .text-bold, .new-form-image button[type="submit"] .cd-filter-trigger {
        font-family: "HelveticaNeueW01-45Ligh" !important;
    }

.new-form-image.light-text a {
    color: #ffffff;
    text-decoration: underline;
}

.new-form-image.light-text input {
    border-radius: 0;
    padding: 30px 0 30px 20px !important;
    margin-bottom: 25px;
}

    .new-form-image.light-text input[type="checkbox"] {
        background: white;
        width: 25px;
        height: 25px;
        margin-bottom: 0;
        vertical-align: middle;
        margin-right: 5px;
    }

.new-form-image.light-text button[type="submit"] {
    background-color: #ffffff !important;
    color: #5a2b82 !important;
    font-size: 16px !important;
    width: 100%;
    margin-top: 20px;
}

    .new-form-image.light-text button[type="submit"] .text-bold, .new-form-image.light-text button[type="submit"] .cd-filter-trigger {
        
    }

.vitec-stats-container {
    display: none;
}

.estate-menu a.selected {

}

.light-grey {
    color: #525252;
}

#js-estate-surrounding p {
    color: #525252;
    font-size: 18px;
}

#js-estate-surrounding h3, #js-estate-surrounding .h3 {
    font-size: 36px;
}

#js-estate-surrounding h4, #js-estate-surrounding .h4 {
    font-size: 20px;
}

#js-broker {
    /*padding-top: 80px;*/
}

.document-container a {
    color: #525252;
}

#js-estate-description, #js-estate-association, #js-estate-fact, #js-estate-overview {
    font-size: 18px;
    color: #525252;
}

    #js-estate-description .sidebar a, #js-estate-association .sidebar a, #js-estate-fact .sidebar a, #js-estate-overview .sidebar a {
        border-bottom: 1px solid #5a2b82;
    }

.logotext {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 100px;
    /*line-height: 80px;*/
    line-height: 0.6em;
    letter-spacing: -0.05em;
}

@media only screen and (max-width: 64em) {
    .logotext {
        font-size: 70px;
        /*line-height: 60px;*/
        line-height: 0.6em;
        letter-spacing: -0.05em;
    }
}

.mohv-spacing {
    line-height: 0.6em;
    letter-spacing: -0.05em;
    font-weight: 700;
}

p {
   
}

.purple {
    color: #5a2b82;
}

#buy .buy-buttons {
    background-color: #ffffff;
    color: #5a2b82;
    border: 1px solid #5a2b82;
}

    #buy .buy-buttons:hover {
        background-color: #5a2b82;
        color: #ffffff;
    }

html {
    /*min-height: 100%;
    height: auto;*/
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.pul-form-container {
    font-size: 18px;
    margin-top: 10px;
}

.text-hel-bold {
    font-family: "BikoBold";
}

.text-hel-light {
    font-family: 'Catamaran', sans-serif;
}

    .text-hel-light p {
        font-family: 'Catamaran', sans-serif;
    }

#home.header-large header {
    background-color: #5a2b82
}

    #home.header-large header nav div.menu-items li.menu-item a {
        color: #ffffff;
    }

#office .page-wrap {
    padding-top: 93px;
}

@media only screen and (max-width: 64em) {
    #office .page-wrap {
        padding-top: 50px;
    }
}

.broker-review-text {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 20px;
    border-top: 2px solid #5a2b82;
    font-size: 22px;
}

.movie-container {
    position: relative;
}

    .movie-container .overlay {
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(106, 53, 148, 0.4);
    }

        .movie-container .overlay img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

#office #estates {
    background-color: #ffffff;
}

.broker-form-container input, .broker-form-container textarea {
    background: #ffffff !important;
    border: #c6c6c6 1px solid;
}

 

#office .estate-container .text-block h3, #office .estate-container .text-block .h3, #office .estate-container .text-block h4, #office .estate-container .text-block .h4 {
    text-align: left;
}

#office .estate-container .text-block p {
    text-align: left;
}

.section-image-text-container {
    /*position: absolute;
    /* bottom: 0; 
    top: 50%;
    z-index: 9999;
    color: #ffffff;
    width: 100%;
    transform: translate(0, -50%);
    right: 20%;*/
    position: absolute;
    top: 50%;
    z-index: 9999;
    color: #ffffff;
    width: 100%;
    max-width: 1000px;
    transform: translate(-50%, -50%);
    left: 50%;
}

@media only screen and (max-width: 64em) {
    .section-image-text-container {
        width: 80%;
    }
}

.section-image-text-container h2, .section-image-text-container .h2 {
    color: #ffffff !important;
    font-size: 58px !important;
    line-height: 1.1em !important;
    margin-bottom: 0px;
    margin-top: 0px;
}

@media only screen and (max-width: 64em) {
    .section-image-text-container h2, .section-image-text-container .h2 {
        font-size: 32px !important;
    }
}

#offices .full-width {
    max-width: 1500px;
}

#projects .project-list .full-width {
    max-width: 1500px;
}

.top-office-image {
    position: absolute;
    width: 45%;
    right: 0;
    height: 100%;
}

@media only screen and (max-width: 64em) {
    .top-office-image {
        width: 100%;
        height: 100%;
        min-height: 300px;
        position: static;
    }
}

.border-bottom-purple {
    border-bottom: 1px solid #5a2b82;
}

#forsale #estate-list .full-width {
    max-width: 1500px;
}
.hero-section .background {
    background-color:  rgba(113, 197, 198, 0.66);padding:10px;
}

#projects .hero-section .background {
    background-color: rgba(240, 130, 23, .66);
    padding: 10px;
}
.text-on-image-container .background {
    background: rgba(248, 178, 185, 0.66);
    padding: 10px;
}
#forsale .hero-section, #sold .hero-section {
   
    margin-top: 90px;
}
.img-animal {
    position: absolute;
    bottom: 7px;
    right: -138px;
}
@media only screen and (max-width: 64em) {
    #forsale .hero-section, #sold .hero-section {
        margin-top: 50px;
    }
}

#forsale #js-paging-btn, #sold #js-paging-btn, #projects #js-paging-btn {
    height: 1px !important;
    margin: 0px !important;
    padding: 0px !important;
}

#coming .hero-section {
    min-height: 400px;
}

@media only screen and (max-width: 64em) {
    #coming .hero-section {
        min-height: 250px;
    }
}

#projects .hero-section {
    min-height: 400px;
}

@media only screen and (max-width: 64em) {
    #projects .hero-section {
        min-height: 250px;
    }
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.20;
}

.inline-container-contact-form .contact-form-container input {
    border: 1px solid #c6c6c6;
}

.hero-section .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.20;
}

#home .estate-container, #home .tiles-container {
    padding-left: 1%;
    padding-right: 1%;
}

@media only screen and (max-width: 64em) {
    #home .estate-container, #home .tiles-container {
        padding-left: 0%;
        padding-right: 0%;
    }
}

#home .estate-container .full-width, #home .tiles-container .full-width {
    max-width: 1600px;
}

#home .estate-container, #home .project-container {
    /*margin-bottom: -100px;*/
}

#home .whitebutton {
    background-color: rgba(185, 15, 32, 0);
    color: #5a2b82;
    border: solid 4px;
    padding-top: 20px;
    padding-bottom: 20px;
}

    #home .whitebutton:hover {
        background-color: rgba(185, 15, 32, 0);
        color: #5a2b82;
        border: 4px solid #5a2b82;
    }
.whitebutton {
    background-color: rgba(185, 15, 32, 0);
    color: #5a2b82;
    border: solid 4px;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .whitebutton:hover {
        background-color: #f8b2b900;
        color: #5a2b82;
        border: 4px solid #5a2b82;
    }

.two-column-form input {
    background-color: #ffffff !important;
    border-radius: 5px;
}

#coming .hero-section, #search .hero-section, #offices .hero-section {
    margin-top: 66px;
}

@media only screen and (max-width: 64em) {
    #coming .hero-section, #search .hero-section, #offices .hero-section {
        margin-top: 50px;
    }
    
}

#offices .text-on-image-container {
    margin-top: 90px;
    min-height: 400px;
}

@media only screen and (max-width: 64em) {
    #offices .text-on-image-container {
        margin-top: 50px;
    }
}

.inline-list li img.search-icon {
    padding-top: 11px;
    margin-left: 10px;
}

.inline-list li img.search-icon-white {
    
}

.header-large .inline-list li img.search-icon-purple {
    display: block;
}

#home.header-large .inline-list li img.search-icon-purple {
    display: none;
}

#home.header-large .inline-list li img.search-icon-white {
   
}

.header-small .inline-list li img.search-icon-white {
    /*display: none;*/
}

.header-small .inline-list li img.search-icon-purple {
    display: block;
}

.header-small .search-modal.search-field input[type="text"] {
    padding-top: 18px;
    padding-bottom: 17px;
}

.header-small .search-modal.search-field button {
    top: 16px;
}

.header-large .search-modal.search-field input[type="text"] {
    padding-top: 36px;
    padding-bottom: 36px;
    color: #525252;
}

.header-large .search-modal.search-field button {
    top: 36px;
}

.dark-grey-text {
    color: #222222;
}

#home .search-icon {
     
}

.search-icon {
    cursor: pointer;
}

.search-modal {
    position: absolute !important;
    right: 0;
    width: 50%;
    z-index: 999;
    background-color: #ffffff;
    transition: 0.2s all !important;
}

    .search-modal.search-field input[type="text"] {
        padding-top: 36px;
        padding-bottom: 36px;
        padding-left: 80px !important;
    }

        .search-modal.search-field input[type="text"]::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
    text-align: left;
}

        .search-modal.search-field input[type="text"]::-moz-placeholder {
            /* Firefox 19+ */
            text-align: left;
        }

        .search-modal.search-field input[type="text"]:-ms-input-placeholder {
            /* IE 10+ */
            text-align: left;
        }

        .search-modal.search-field input[type="text"]:-moz-placeholder {
            /* Firefox 18- */
            text-align: left;
        }

    .search-modal.search-field button {
        top: 36px;
    }

.search-field #AutoCompleteSearch::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    text-align: left;
}

.search-field #AutoCompleteSearch::-moz-placeholder {
    /* Firefox 19+ */
    text-align: left;
}

.search-field #AutoCompleteSearch:-ms-input-placeholder {
    /* IE 10+ */
    text-align: left;
}

.search-field #AutoCompleteSearch:-moz-placeholder {
    /* Firefox 18- */
    text-align: left;
}

.estate-img-preview {
    background-size: cover;
    background-position: center center;
    min-height: 440px;
}

@media only screen and (max-width: 64em) {
    .estate-img-preview {
        min-height: 240px;
    }
}

.closebutton {
    left: 22px;
    right: auto;
    cursor: pointer;
}

#estates section#estates {
    background-color: #f3f0f8;      
}

#office section#estates {
    /*background-color: #fafafa;*/
}

.broker-description-text {
    font-size: 19px;
}

.light-grey-text {
    color: #525252;
}

.table-text-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.estate-image-container {
    background-color: #ffffff;
}

#office .tiles-container {
    padding-bottom: 0;
}

.small-image {
    float: left;
    width: 32.7%;
    padding-bottom: 1.9%;
    padding-left: 1%;
}

.big-image {
    float: left;
    width: 67.3%;
}

.estate-images:nth-child(1) {
    padding-right: 1%;
}

.estate-images:nth-child(4) {
    padding-right: 1%;
    padding-left: 0%;
}

.estate-images:nth-child(6) {
    padding-right: 1%;
    padding-left: 0%;
}

.estate-images:nth-child(5) {
    float: right;
    padding-left: 1%;
}

.estate-image-container.showallimages .estate-images, .office-image-container.showallimages .estate-images {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
    float: none;
    padding-bottom: 2%;
}

.js-showallimagesbutton {
    cursor: pointer;
}

.estate-all-image-show {
    /*display:none;*/
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

#js-slider {
    min-height: 600px;
}

@media only screen and (max-width: 64em) {
    #js-slider {
        min-height: 350px;
    }
}

.estate-background-image-container {
    /*margin-left: 0.9375rem;
    margin-right: 0.9375rem;*/
    min-height: 700px;
}

@media only screen and (max-width: 64em) {
    .estate-background-image-container {
        margin-right: 0;
        margin-left: 0;
        min-height: 550px;
    }
}

.tp-caption {
    background-color: #ffffff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.estate-close-icon {
    cursor: pointer;
}

#js-slider {
    margin-top: 90px;
}

@media only screen and (max-width: 64em) {
    #js-slider {
        margin-top: 50px;
    }
}

.header-small .search-field .closebutton {
    top: 15px !important;
}

.search-field .closebutton {
    top: 35px !important;
}

.search-field .closebutton {
    top: 35px !important;
}

#js-map {
    font-size: 0;
}

.broker-info-text {
    font-size: 15px;
    word-break: break-word;
}

#home .hero-section {
    min-height: 800px;
}
header nav .menu-items .active a {
    color: #fff;
    
}

@media only screen and (max-width: 64em) {
    #home .hero-section {
        min-height: 661px
    }
}

#brokers .text-on-image-container {
    min-height: 400px;
    margin-top: 90px;
}

@media only screen and (max-width: 64em) {
    #brokers .text-on-image-container {
        margin-top: 50px;
    }
}

.show-all {
    font-size: 20px !important;
    line-height: 1em !important;
    border-bottom: 1px solid #bfbfbf;
    margin-top: 10px;
}

    .show-all.selected {
        border-bottom: 1px solid #5a2b82;
    }

.top-office-section .office-top-info-container {
    width: 45%;
    max-width: 500px;
    margin-top: 60px;
}

@media only screen and (max-width: 64em) {
    .top-office-section .office-top-info-container {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
    }

        .top-office-section .office-top-info-container h1, .top-office-section .office-top-info-container .h1 {
            margin-top: 0;
            padding-top: 10px !important;
            padding-bottom: 0px !important;
        }
}

@media only screen and (max-width: 64em) {
    .mobile-inset-sm {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

@media only screen and (max-width: 64em) {
    .mobile-no-inset {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

.broker-container {
    margin-top: 80px;
}

@media only screen and (max-width: 64em) {
    .broker-container {
        margin-top: 20px;
    }
}

.broker-container .broker-data {
    margin-top: 40px !important;
}

.broker-container .borker-image {
    padding: 60px;
    background-color: #ffffff;
}

@media only screen and (max-width: 64em) {
    .broker-container .borker-image {
        padding: 20px;
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

.broker-container .review {
    float: left;
}

#estates.broker-estate-container {
    background-color: #f3f0f8 !important;
}

.broker-form-container.broker-form-container input {
    font-family: 'Catamaran', sans-serif;
}

    .broker-form-container.broker-form-container input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-family: 'Catamaran', sans-serif;
    }

    .broker-form-container.broker-form-container input::-moz-placeholder {
        /* Firefox 19+ */
        font-family: 'Catamaran', sans-serif;
    }

    .broker-form-container.broker-form-container input:-ms-input-placeholder {
        /* IE 10+ */
        font-family: 'Catamaran', sans-serif;
    }

    .broker-form-container.broker-form-container input:-moz-placeholder {
        /* Firefox 18- */
        font-family: 'Catamaran', sans-serif;
    }

.broker-form-container.broker-form-container textarea {
    font-family: 'Catamaran', sans-serif;
}

    .broker-form-container.broker-form-container textarea::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-family: 'Catamaran', sans-serif;
    }

    .broker-form-container.broker-form-container textarea::-moz-placeholder {
        /* Firefox 19+ */
        font-family: 'Catamaran', sans-serif;
    }

    .broker-form-container.broker-form-container textarea:-ms-input-placeholder {
        /* IE 10+ */
        font-family: 'Catamaran', sans-serif;
    }

    .broker-form-container.broker-form-container textarea:-moz-placeholder {
        /* Firefox 18- */
        font-family: 'Catamaran', sans-serif;
    }

#estate .broker-form-container button[type="submit"] {
    background-color: #5a2b82;
}

    #estate .broker-form-container button[type="submit"]:hover {
        background-color: #9d9d9d;
        color: #ffffff;
    }

.estate-image-container .h1 {
    line-height: 1;
    font-size: 46px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.estate-image-container .h3 {
    margin-bottom: 50px;
}

.estate-image-container .js-showallimagesbutton {
    margin-top: 0;
}

#js-broker {
    padding-top: 80px;
}

.js-showallimagesbuttonheader {
    margin-top: 20px;
}

#projectspage table.table-background {
    position: absolute;
}

    #projectspage table.table-background thead tr th {
        color: transparent !important;
    }

        #projectspage table.table-background thead tr th a {
            color: transparent !important;
        }

    #projectspage table.table-background tbody tr td {
        color: transparent !important;
    }

        #projectspage table.table-background tbody tr td a {
            color: transparent !important;
        }

.reveal-modal-bg {
    display: none;
}

#viewingform-modal {
    max-width: 560px;
    display: none;
}

    #viewingform-modal .cd-select select {
        background-color: #ffffff !important;
        color: #525252 !important;
        margin-bottom: 20px;
        background-image: url(/_Content/images/icon/cd-icon-arrow.svg);
        background-size: 20px;
        background-position: 98% center;
    }

    #viewingform-modal button[type="submit"] {
        background-color: #5a2b82 !important;
    }

        #viewingform-modal button[type="submit"]:hover {
            background-color: #9d9d9d !important;
        }

#viewingform {
    position: relative;
}

    #viewingform .close-reveal-modal {
        position: absolute;
        right: 0;
        z-index: 900;
    }

.no-small-inset {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.estate-fact-container.inset {
    padding-top: 60px;
}

#js-estate-fact {
    padding-top: 0px;
}

@media only screen and (max-width: 64em) {
    .inset-lg {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}

#js-paging-btn {
    /*height: 1px;*/
    margin-bottom: 40px;
    /*padding: 0;*/
}

@media only screen and (max-width: 64em) {
    .broker-box {
        max-width: 530px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}

@media only screen and (max-width: 64em) {
    .search-section h1, .search-section .h1 {
        font-size: 6.4vw !important;
    }
}

.mod-estates.coming-estate {
    background-color: #5a2b82;
}

    .mod-estates.coming-estate .estate-status-overlay h3, .mod-estates.coming-estate .estate-status-overlay .h3 {
        background-color: #ffffff;
        color: #5a2b82;
    }

    .mod-estates.coming-estate .mod-bd h4, .mod-estates.coming-estate .mod-bd .h4, .mod-estates.coming-estate .mod-bd p {
        color: #ffffff;
    }

    .mod-estates.coming-estate .dl-stacked dd {
        color: #ffffff;
    }

    .mod-estates.coming-estate .mod-bd strong {
        color: #ffffff;
    }

    .mod-estates.coming-estate .mod-bd .information {
        border-top-color: #ffffff;
    }

#estate .row {
    /*max-width: 1200px;*/
}

#estate .full-width {
    max-width: 1500px;
}

.medium-row {
    max-width: 1200px;
}

footer {
    padding-bottom: 0px;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    color: #282828;
}

#office #description p {
    font-size: 20px;
}

#office .full-width {
    max-width: 1300px;
}

    #office .full-width.cd-gallery {
        max-width: 1500px;
    }

#office #brokers .full-width {
    max-width: 1500px;
}

#office .broker-estate-container .full-width {
    max-width: 1500px;
}

.nowrap {
    white-space: nowrap;
}

.noborder {
    border-bottom: none;
}

 

.office-top-info-container input {
    font-family: 'Catamaran', sans-serif;
    line-height: 1.6em;
}

.h-no-inset {
    padding-left: 0;
    padding-right: 0;
}

.home-tags.filter-menu {
    margin-bottom: 0px;
}

.estate-description {
    font-size: 20px;
}

    .estate-description h2, .estate-description .h2 {
        font-size: 32px;
    }

.desktop-menu.no-show a {
    color: #ffffff !important;
}

.ws-pre {
    white-space: pre;
}

.viewingform-container {
    margin-top: 20px;
}

    .viewingform-container .viewingform-btn {
        background-color: #6a3594;
        color: #ffffff !important;
        padding: 10px 15px;
        margin-top: 20px;
        font-size: 18px;
    }

        .viewingform-container .viewingform-btn:hover {
            background-color: #4d2270;
        }

.broker-linkedin {
    background-color: #5a2b82;
    color: #ffffff;
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    padding: 15px 30px 15px 15px;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .broker-linkedin a {
        color: #ffffff;
    }

    .broker-linkedin img {
        margin-right: 20px;
    }

.underline-hover {
    cursor: pointer !important;
    text-decoration: underline !important;
}

    .underline-hover:hover {
        text-decoration: underline !important;
    }

.sectionBannerBtn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 40px;
    margin-bottom: 0;
}

@media only screen and (max-width: 64em) {
    .form-section {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 64em) {
    .two-column-form {
        /*width: 80%;
        margin-left: auto;
        margin-right: auto;*/
    }
}

@media only screen and (max-width: 64em) {
    .form-section .hd-secondary {
        font-size: 7vw !important;
        text-align: center !important;
    }

    .form-section p {
        font-size: 4vw !important;
        text-align: center !important;
    }
    
}

.form-section .row:first-child {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
    word-break: break-word;
}

#viewingform input {
    font-size: 14px;
}

.broker-form-container input {
    font-size: 13px;
}

#js-broker .row, .js-additionalbroker-container .row {
    max-width: 1200px;
}

.js-additionalbroker-container {
    padding-top: 40px;
}

/*.brokers-select-container {
    .small-12 {
        width: 100%;
    }
}*/
@media all and (max-width: 400px) {
    .footer-location-container {
        padding: 30px 0;
    }

        .footer-location-container li {
            width: 100%;
            text-align: center;
        }
}

.search-section input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    text-align: left !important;
}

.search-section input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    text-align: left !important;
}

.search-section input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    text-align: left !important;
}

.search-section input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    text-align: left !important;
}

#projects .mod-estates .mod-bd p.sub-heading {
    clear: both;
}

.broker-phone:hover {
    color: #6a3594;
    text-decoration: underline;
}

#estate #js-estate-overview .estate-fact-container .text-callout {
    font-size: 21px;
    line-height: 26px;
}

#estates #js-paging-btn, #projects #js-paging-btn {
    height: 1px;
}

#search .bg-cover.bg-center {
    height: 400px !important;
}

@media only screen and (max-width: 64em) {
    #search .bg-cover.bg-center {
        height: 250px !important;
    }
}

#office #description.section p strong {
    font-family: inherit;
    font-weight: 700;
}

#office #description.section p a {
    text-decoration: underline;
}

#office #js-paging-btn {
    height: auto !important;
}

.nowrap {
    white-space: nowrap;
}

@media only screen and (max-width: 64em) {
    #js-viewings {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 64em) {
    .inline-list > li {
        display: inline-block;
        float: none;
    }
}

/* -------------------------------------------------- 
   This file contains CSS overrides that are specific
   to making sure that Foundation works well with MVC
-----------------------------------------------------
*/
/* Overrides: Errors */
.input-validation-error, input.input-validation-error, textarea.input-validation-error {
    box-shadow: inset 0 -2px 0px rgba(198, 15, 19, 0.6) !important;
}

.field-validation-error {
    display: block;
    padding: 6px 4px;
    margin-top: -13px;
    margin-bottom: 12px;
    background: #c60f13;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("/_Content/external/font-awesome//fontawesome-webfont.eot?v=4.2.0");
    src: url("/_Content/external/font-awesome//fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("/_Content/external/font-awesome//fontawesome-webfont.woff?v=4.2.0") format("woff"), url("/_Content/external/font-awesome//fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("/_Content/external/font-awesome//fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-1-5x {
    font-size: 20px;
}

.fa-2x {
    font-size: 24px;
}

.fa-3x {
    font-size: 33px;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before,
.fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-legal:before,
.fa-gavel:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before,
.fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before,
.fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-rupee:before,
.fa-inr:before {
    content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-rebel:before {
    content: "";
}

.fa-ge:before,
.fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.page-wrap {
    background: #fff;
}

.separator {
    border-bottom: 1px solid #ccc;
}

.separator-vertical {
    border-right: 1px solid #ccc;
}

.border-sm {
    border: 1px solid #ccc;
}

.space-sm {
    margin: 20px 0;
}

.space {
    margin: 40px 0;
}

.space-lg {
    margin: 80px 0;
}

.inset-xxs {
    padding-top: 5px;
    padding-bottom: 5px;
}

.inset-xs {
    padding-top: 10px;
    padding-bottom: 10px;
}

.inset-sm {
    padding-top: 20px;
    padding-bottom: 20px;
}

.inset {
    padding-top: 40px;
    padding-bottom: 40px;
}

.inset-lg {
    padding-top: 80px;
    padding-bottom: 80px;
}

.h-inset-xxs {
    padding-left: 5px;
    padding-right: 5px;
}

.h-inset-xs {
    padding-left: 10px;
    padding-right: 10px;
}

.h-inset-sm {
    padding-left: 20px;
    padding-right: 20px;
}

.h-inset {
    padding-left: 40px;
    padding-right: 40px;
}

.h-inset-lg {
    padding-left: 80px;
    padding-right: 80px;
}

.cursor-pointer {
    cursor: pointer;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0px !important;
}

.no-margin {
    margin: 0 !important;
}

.bg-primary {
    background: #5a2b82 !important;
}

.bg-secondary {
    background: #F2F1EF !important;
}

.bg-black {
    background: #525252 !important;
}

.bg-white {
    background: #fff !important;
}

.bg-gray-1 {
    background: #F5F5F5 !important;
}

.bg-gray-2 {
    background: #F2F1EF !important;
}

.bg-gray-3 {
    background: #EEEEEE !important;
}

.bg-gray-4 {
    background: #d6d6d6 !important;
}

.bg-gray-5 {
    background: #BFBFBF !important;
}

.bg-gray-6 {
    background: #3c3c3c;
    color: #fff;
}

.bg-green-1 {
    background: #049372;
}

.bg-red-1 {
    background: #D14414;
}

.bg-purple-1 {
    background: #5a2b82;
}

.bg-purple-2 {
    background: #490982;
}

.bg-facebook {
    background: #3b5998;
}

.bg-youtube {
    background: #d74607;
}

.bg-instagram {
    background: #d7bc00;
}

.bg-twitter {
    background: #00aaf3;
}

.bg-linkedin {
    background: #007ab8;
}

.bg-email {
    background: #007AFE;
}

/* Mozilla based browsers */
::-moz-selection {
    background-color: #5a2b82;
    color: #525252;
}

/* Works in Safari */
::selection {
    background-color: #F2F1EF;
    color: #525252;
}

.cd-main-content {
    overflow: hidden;
}

@media only screen and (min-width: 64.0625em) {
    .large-right {
        float: right;
    }
}

@media only screen and (min-width: 64.0625em) {
    .medium-right {
        float: right;
    }
}

@media only screen and (max-width: 64em) {
    .small-left {
        float: left;
    }
}

table td {
    vertical-align: top;
}

#description {
    background-color: #ffffff;
}

    #description purple {
        color: #5a2b82;
    }

    #description .hd-secondary {
        font-size: 1.375rem;
    }

@media only screen and (max-width: 64em) {
    #description .hd-secondary {
        font-size: 50px;
    }
}

#description form {
    max-width: 485px;
}

    #description form input {
        background: whitesmoke;
    }

.page-wrap {
    background-color: #f3f0f8;
}

#forsale {
    background-color: #f3f0f8;
}

    #forsale .page-wrap {
        background-color: #f3f0f8;
    }

    #forsale .content-div {
        background-color: #f3f0f8;
    }

    #forsale .cd-tab-filter-wrapper {
        background-color: #f3f0f8;
    }

    #forsale label {
        padding-left: 5px;
        color: #5a2b82;
        font-family: "BikoBold";
        margin-bottom: 5px;
    }

#sold .cd-filter label {
    padding-left: 5px;
    color: #5a2b82;
    font-family: "BikoBold";
    margin-bottom: 5px;
}

#coming .cd-filter label {
    padding-left: 5px;
    color: #5a2b82;
    font-family: "BikoBold";
    margin-bottom: 5px;
}

#projects .cd-filter label {
    padding-left: 5px;
    color: #5a2b82;
    font-family: "BikoBold";
    margin-bottom: 5px;
}

.text-on-image-container {
    min-height: 400px;
    width: 100%;
    position: relative;
}

@media only screen and (max-width: 64em) {
    .text-on-image-container {
        min-height: 400px;
    }
}

.text-on-image-container .text-container {
    /*position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        width: 100%; //ta bort om den fackar i desktop*/
    width: 100%;
    padding: 100px 2.5%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.text-on-image-container h2, .text-on-image-container .h2 {
    /*font-size: 80px;*/
    line-height: 1.2em;
}

@media only screen and (max-width: 64em) {
    .text-on-image-container h2, .text-on-image-container .h2 {
        font-size: 42px;
    }
}

.text-on-image-container h3, .text-on-image-container .h3 {
    font-size: 50px;
    font-weight: 200;
    margin-bottom: 40px;
    margin-top: 30px;
}

@media only screen and (max-width: 64em) {
    .text-on-image-container h3, .text-on-image-container .h3 {
        font-size: 32px;
    }
}

.text-on-image-container h2.hd-secondary, .text-on-image-container .hd-secondary.h2 {
    /* font-size: 98px;*/
}

@media only screen and (max-width: 64em) {
    .text-on-image-container h2.hd-secondary, .text-on-image-container .hd-secondary.h2 {
        font-size: 32px;
    }
}

.text-on-image-container .hd-secondary {
    /* transform: rotate(-7deg);*/
}

.tiles-container {
    /*padding-top: 80px;*/
    /*padding-bottom: 140px;*/
    z-index: 200;
}

    .tiles-container.two-tiles {
        background-color: #f3f0f8;
        padding-top: 0px;
        padding-bottom: 40px;
        margin-top: 20px;
    }

@media only screen and (max-width: 64em) {
    .tiles-container.two-tiles {
        padding-bottom: 0;
        margin-top: 0;
    }
}

.tiles-container.two-tiles .home-tiles {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 1%;
}

@media only screen and (max-width: 64em) {
    .tiles-container.two-tiles .home-tiles {
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

        .tiles-container.two-tiles .home-tiles.odd {
            margin-bottom: 20px !important;
        }
}

.tiles-container.two-tiles .home-tiles .text-block {
    font-size: 20px;
    line-height: 1.3;
}

    .tiles-container.two-tiles .home-tiles .text-block p {
        font-size: 20px;
        color: #525252;
        line-height: 1.3;
    }

@media all and (max-width: 1300px) and (min-width: 1025px) {
    .tiles-container.two-tiles .home-tiles .text-block p {
        font-size: 16px;
    }
}

.tiles-container.two-tiles .home-tiles .text-block a {
    font-size: 20px;
    color: #525252;
    line-height: 1.3;
}

@media all and (max-width: 1300px) and (min-width: 1025px) {
    .tiles-container.two-tiles .home-tiles .text-block a {
        font-size: 16px;
    }
}

.tiles-container.hide {
    display: none;
}

.tiles-container .home-tiles {
    position: relative;
    z-index: 900;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .tiles-container .home-tiles.odd {
        margin-top: -20px;
        /*margin-top: -80px;
            margin-bottom: 160px;*/
    }

    .tiles-container .home-tiles.even {
        margin-top: 2%;
    }

    .tiles-container .home-tiles img {
        width: 100%;
        height: auto;
    }

    .tiles-container .home-tiles .text-block {
        background-color: white;
        padding: 20px 40px;
        width: 78%;
        position: absolute;
        top: 80%;
        left: 35px;
        z-index: 200;
    }

@media only screen and (max-width: 64em) {
    .tiles-container .home-tiles .text-block {
        width: 100%;
        position: static;
    }
}

.tiles-container .home-tiles .text-block h3, .tiles-container .home-tiles .text-block .h3 {
    color: #5a2b82;
    border-bottom: 2px #5a2b82 solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-family: 'Catamaran', sans-serif;
}

.tiles-container .home-estate-tiles {
    position: relative;
    overflow: hidden;
    width: 48%;
    margin-left: 2%;
    margin-right: 2%;
    /*padding-left: 0;
        padding-right: 0;*/
    margin-bottom: 50px;
}

    .tiles-container .home-estate-tiles.odd {
        /*  margin-top: -30px;*/
        margin-left: 0%;
    }

@media only screen and (max-width: 64em) {
    .tiles-container .home-estate-tiles.odd {
        margin-top: 0;
    }
}

.tiles-container .home-estate-tiles.even {
    /*margin-top: 30px;*/
    margin-right: 0%;
}

@media only screen and (min-width: 64.0625em) and (max-width: 64em) {
    .tiles-container .home-estate-tiles.even {
        margin-top: 0;
    }
}

@media only screen and (max-width: 64em) {
    .tiles-container .home-estate-tiles {
        margin-bottom: 40px;
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
}

@media only screen and (min-width: 64.0625em) and (max-width: 64em) {
    .tiles-container .home-estate-tiles {
        margin-bottom: 40px;
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
}

.tiles-container .home-estate-tiles img {
    width: 100%;
    height: auto;
}

.tiles-container .home-estate-tiles .text-block {
    padding: 25px 20px;
    /* position: absolute;
    bottom: 20px;
    right: 20px;width: 65%; background-color: white;*/
    text-align: left;
    z-index: 900;
}

@media only screen and (max-width: 64em) {
    .tiles-container .home-estate-tiles .text-block {
        width: 100%;
        position: static;
    }
}

.tiles-container .home-estate-tiles .text-block h3, .tiles-container .home-estate-tiles .text-block .h3 {
    color: #6a3594;
    font-family: 'Catamaran', sans-serif;
    line-height: 1.1em;
    display: none
}

.tiles-container .home-estate-tiles .text-block h4, .tiles-container .home-estate-tiles .text-block .h4 {
    color: #5a2b82;
    /* padding-bottom: 15px;
    margin-bottom: 15px;
      border-bottom: 2px #6a3594 solid;*/
    font-size: 16px;
    margin-top: 0;
    text-transform: uppercase
}

.tiles-container .home-estate-tiles .text-block p {
    color: #5a2b82;
    font-size: 22px;
    margin-bottom: 0;
}

.contact-form-container input {
    border-radius: 0px !important;
    padding: 20px !important;
    height: auto;
    margin-bottom: 25px;
}

    .contact-form-container input[type=checkbox] {
        width: 25px;
        height: 25px;
        vertical-align: top;
        margin-right: 5px;
    }

.contact-form-container .submitbutton button {
    float: right;
    border-radius: 0px !important;
    padding: 20px 60px;
    width: 100%;
    font-family: 'Catamaran', sans-serif;
}

#brokers li.mod-user {
    background-color: #ffffff;
}

.two-tiles:last-of-type {
    padding-bottom: 0;
    margin-bottom: 120px;
}

@media only screen and (max-width: 64em) {
    .two-tiles:last-of-type {
        margin-bottom: 0px;
    }
}

footer {
    font-size: 14px;
    background-color: #f3f0f8;
    padding-top: 0px;
}
.footer-bottom {
    background-color: #5a2b82;
}
@media only screen and (max-width: 64em) {
    footer {
        padding-top: 20px;
    }
}

footer .text-white {
    color: #fff;
}
.umb-section {padding:60px 0px 0px
}
    .umb-section:last-of-type {
        padding: 60px 0px 60px
    }
.flex-height {
    position: relative;
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
}
.img-banner {
    max-width: inherit;
    position: absolute;
    right: -252px;
    bottom: 0px
}


@media only screen and (min-width: 64.0625em) {
    footer .footer-logo-column {
        position: absolute;
        bottom: 0;
    }
    .flex-center {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .footer-logo {
        position: absolute;
        bottom: 0;
        width: 260px;
    }
}

footer .footer-logo-column img {
    width: 260px;
}

footer .relative {
    position: relative;
}

footer .quick-links-column {
    /*padding-top: 30px;
   padding-left: 100px;*/
}

    footer .quick-links-column a, footer .quick-links-column ul, footer .quick-links-column li {
        font-size: 20px;
    }

footer a, footer ul, footer li {
    font-size: 16px;
}

footer .underline {
    border-bottom: 1px solid #ffffff;
}

footer a:hover {
    text-decoration: underline;
}

footer .footer-location-container {
    padding: 60px 0;
}

footer .social-media {
    /* position: absolute;
    bottom: 0;
    right: 0;*/
}

    footer .social-media .small-logo img {
        width: 65px;
    }

@media (min-width: 400px) and (max-width: 640px) {
    footer .social-media .small-logo img {
        width: 85px;
    }
}

footer .social-media .social-media-item {
    position: relative;
    cursor: pointer;
    width: 61px;
    height: 61px;
    float: left;
    margin-right: 13px;
    text-align: center;
}

@media (min-width: 400px) and (max-width: 640px) {
    footer .social-media .social-media-item {
        width: 61px;
        height: 61px;
    }
}

@media only screen and (min-width: 64.0625em) {
    footer .social-media .social-media-item {
        width: 61px;
        height: 61px;
    }
}

@media only screen and (min-width: 80.0625em) {
    footer .social-media .social-media-item {
        width: 61px;
        height: 61px;
    }

        footer .social-media .social-media-item i {
            font-size: 25px;
        }
}

@media only screen and (min-width: 64.0625em) and (max-width: 80em) {
    footer .social-media .social-media-item {
        width: 61px;
        height: 61px;
    }
}

footer .social-media .social-media-item:hover {
    /*  background: #525252;
    opacity: 0.7;*/
}

footer .social-media .social-media-item a {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
}

@media only screen and (min-width: 64.0625em) and (max-width: 64em) {
    footer .social-media .social-media-item a {
        padding-top: 27%;
    }
}

@media only screen and (min-width: 64.0625em) {
    footer .social-media .social-media-item a {
        padding-top: 27%;
    }
}
   footer .social-media .social-media-item a {
        padding-top: 27%;
    }
footer .social-media .footer-logo {
    position: absolute;
    right: 15px;
}

@media only screen and (max-width: 64em) {
    footer .social-media {
        display: table;
        margin: 0 auto;
        position: static;
    }
}

footer .quick-links {
    padding: 15px 0;
}

    footer .quick-links div.left {
        width: 100%;
    }

@media only screen and (min-width: 64.0625em) {
    footer .quick-links div.left {
        width: auto;
    }

        footer .quick-links div.left:nth-child(2) {
            padding: 0 30px;
        }
}

@media only screen and (min-width: 80.0625em) {
    footer .quick-links {
        padding: 26px 0 0 0;
    }
}

footer ul.address-item {
    margin-top: 20px;
}

    footer ul.address-item li {
        color: #5a2b82;
        font-size: 16px;
    }

        footer ul.address-item li.text-bold a, footer ul.address-item li.cd-filter-trigger a {
            font-size: 18px;
            font-family: "BikoBold";
        }

        footer ul.address-item li a {
            color: #5a2b82;
        }

    footer ul.address-item .spacer {
        height: 10px;
    }

@media only screen and (min-width: 64.0625em) {
    footer ul.address-item {
        line-height: 1.4;
    }
}

.inlineblock-container {
    display: table;
    vertical-align: bottom;
}

    .inlineblock-container .inlineblock {
        display: inline-block;
        vertical-align: bottom;
    }

@media only screen and (max-width: 64em) {
    .inlineblock-container .inlineblock {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding-top: 40px;
        padding-bottom: 40px;
        float: none !important;
    }
}

.inlineblock-container.columns {
    float: none;
}

.float-none {
    float: none !important;
}

@media only screen and (min-width: 64.0625em) {
    .sidebar {
        height: 100%;
    }
}

@media only screen and (max-width: 64em) {
    .sidebar {
        padding-top: 15px;
    }
}

.section + .section {
    padding: 0 0 40px;
}

.full-width {
    max-width: 1500px;
}

footer .full-width {
    max-width: 1300px;
}

.two-tabs li {
    width: 50%;
}

    .two-tabs li:first-child a {
        border-top-left-radius: 5px;
    }

    .two-tabs li:last-child a {
        border-top-right-radius: 5px;
    }

.featured-grid .row {
    padding: 0 5px;
}

    .featured-grid .row .columns {
        padding: 0 10px;
    }

.accordion .accordion-navigation .icon {
    margin-right: 20px;
}

.accordion .accordion-navigation .close {
    display: none;
}

.accordion .accordion-navigation.active .close {
    display: inline-block;
}

.accordion .accordion-navigation.active .open {
    display: none;
}

button.text-small, .button.text-small {
    font-family: "HelveticaNeueW01-45Ligh" !important;
}

.dl-stacked dd {
    display: block;
    margin-bottom: 0px;
    line-height: 1.2em;
    /*font-family: 'Adobe Garamond Pro';*/
   
    color: #5a2b82;
}

.block-grid-collapsed > li {
    /*padding: 0 5px 1.25rem;*/
    padding: 0;
}

.fa-angle-right {
    font-weight: bold;
}

@media only screen and (min-width: 64.0625em) {
    textarea.three-input-equalizer {
        height: 130px;
    }
}

.cd-select {
    /* select element wrapper */
    position: relative;
}

    .cd-select select {
        cursor: pointer;
        font-size: 0.875em;
        background-image: none;
    }

        .cd-select select::-ms-expand {
            display: none;
        }

    .cd-select::after {
        /* switcher arrow for select element */
        position: absolute;
        z-index: 1;
        right: 14px;
        top: 10px;
        display: block;
        width: 16px;
        height: 16px;
        background: url("/_Content/images/icon/cd-icon-arrow.svg") no-repeat center center;
        pointer-events: none;
    }

.image-expand {
    width: 100%;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    /*padding-top: 36px;*/
    height: 0;
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.pointer {
    cursor: pointer;
}

.transition-all {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.cd-img-replace {
    /* replace text with a background-image */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.overflow-hidden {
    overflow: hidden;
}

.bg-cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-center {
    background-repeat: no-repeat;
    background-position: center 0;
}

img.expand {
    width: 100%;
}

.tab-filter-nav h2, .tab-filter-nav .h2 {
    line-height: 50px;
}

.tab-filter-nav li {
    border-left: 2px solid #bfbfbf;
}

    .tab-filter-nav li:nth-child(1) {
        border-left: 0;
    }

.tab-filter ul {
    text-align: center;
}

.tab-filter li {
    display: inline-block;
}

.tab-filter a {
    display: inline-block;
    padding: 0 1em;
    width: auto;
    line-height: 50px;
    color: #bfbfbf;
    font-weight: 700;
    font-size: 1.875em;
    text-decoration: none !important;
}

    .tab-filter a.selected {
        background: transparent;
        color: #5a2b82;
    }

.header-small .large-logo {
    margin-top: -60px;
}

.header-small header {
    /*background-color: #767676;*/
}

@media only screen and (min-width: 64.0625em) {
    .init .header {
        height: 110px;
        padding-top: 55px;
    }

    .init .large-logo {
        margin-top: -40px;
    }

    .init .cd-main-content {
        padding-top: 110px;
    }

    .init.has-sub-menu .cd-main-content {
        padding-top: 135px;
    }
}

.header-large .header {
    /*height: 110px;
        padding-top: 55px;*/
}

.header-large .large-logo {
    /*margin-top: -40px;*/
}

.header-large .cd-main-content {
    /*padding-top: 110px;*/
}

.header-large.has-sub-menu .cd-main-content {
    /*padding-top: 135px;*/
}

.cd-main-content {
    /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
    min-height: 100%;
    position: relative;
    z-index: 1;
    /*
    padding-top: 50px;
    
    @media only screen and (min-width:64.0625em) {
        padding-top: 100px;
    }
    */
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    /*
    @media only screen and (min-width:64.0625em) {
        padding-top: $header-M;
    }*/
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .cd-main-content.lateral-menu-is-open {
        /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
        -webkit-transform: translateX(280px);
        -moz-transform: translateX(280px);
        -ms-transform: translateX(280px);
        -o-transform: translateX(280px);
        transform: translateX(280px);
    }

header {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

@media only screen and (min-width: 64.0625em) {
    header {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
}

header .large-logo {
    position: absolute;
    /*right: 15px;*/
    padding-left: 0.9375rem;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    padding-top: 16px;
    background-color: #5a2b82;
}

header.lateral-menu-is-open {
    /* translate to show the lateral menu */
}

header .large-link {
    background: #5c1f7f;
    width: 130px;
    height: 55px;
    text-transform: uppercase;
}

    header .large-link a {
        color: #fff !important;
        text-decoration: none;
        padding: 16px 9px;
        font-size: 14px;
        display: block;
    }

header.is-fixed {
    position: fixed;
}

header nav {
    height: 100%;
}

    header nav .menu-items .menu-item a {
        padding: 17px 10px;
        font-size: 14px;
        max-height: 55px;
        color: #ffffff;
    }

@media only screen and (min-width: 80.0625em) {
    header nav .menu-items .menu-item a {
        padding: 17px;
    }
}

header nav .menu-items .menu-item a:hover {
    color: #fff
}

header nav .menu-items .menu-item i {
    /*color: #767676;*/
    margin-top: -1px;
}

header nav .menu-items .logo {
    float: left;
    padding-top: 13px;
    padding-bottom: 10px;
    margin-top: 5px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
}

    header nav .menu-items .logo img {
        width: 100px;
    }
.header-small header nav .menu-items .logo {
    float: left;
    padding-top: 13px;
    padding-bottom: 10px;
    margin-top: -3px
}

@media only screen and (min-width: 64.0625em) {
    header nav .menu-items .logo {
        padding-top: 17px;
    }

        header nav .menu-items .logo img {
            width: auto;
        }
}

header nav .large-logo-mobile {
    width: 68px;
    height: 68px;
    position: absolute;
    right: 15px;
    top: 0px;
    z-index: 2;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    header nav .large-logo-mobile.scroll-up {
        top: 0px;
    }

@media (max-width: 340px) {
    header nav .large-logo-mobile {
        width: 60px;
        height: 60px;
    }
}

header nav .mobile-scroll-top {
    width: 55px;
    height: 55px;
    position: absolute;
    right: 15px;
    top: -90px;
    background: #71c5c6;
    color: #fff;
    text-align: center;
    padding: 5px;
    z-index: 1;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
 
    header nav .mobile-scroll-top i {
        font-size: 40px;
    }

#cd-logo {
    display: block;
    float: left;
    margin: 8px 0 0 20px;
}

    #cd-logo img {
        display: block;
    }

@media only screen and (min-width: 64.0625em) {
    #cd-logo {
        margin: 18px 0 0 30px;
    }
}

#cd-top-nav {
    position: absolute;
    top: 0;
    right: 120px;
    height: 100%;
    display: none;
}

@media only screen and (min-width: 64.0625em) {
    #cd-top-nav {
        right: 0;
    }
}

#cd-top-nav ul {
    height: 100%;
    padding-top: 15px;
}

#cd-top-nav li {
    display: inline-block;
    margin-right: 1em;
}

#cd-top-nav a {
    display: inline-block;
    padding: .5em;
    color: #525252;
    text-transform: uppercase;
    font-weight: 600;
}

    #cd-top-nav a.current {
        background-color: #EEEEEE;
    }

.no-touch #cd-top-nav a:hover {
    color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 64.0625em) {
    #cd-top-nav {
        display: block;
    }
}

#cd-mobile-search {
    position: absolute;
    left: 184px;
    top: 13px;
    color: #fff;
}

#cd-menu-trigger {
    position: absolute;
    left: 138px;
    top: 10px;
    /*&.is-clicked {
        .cd-menu-icon {
            background-color: rgba($black, 0);

            &::before, &::after {
                background-color: rgba($black, 1);
            }

            &::before {
                bottom: 0;
                @include transform(rotate(45deg));
            }

            &::after {
                top: 0;
                @include transform(rotate(-45deg));
            }
        }
    }*/
    /*
    @media only screen and (min-width:64.0625em) {
        // width: 110px;
        // padding-left: 1.25em;

        .cd-menu-text {
            //display: inline-block;
            line-height: $header-M;
        }

        .cd-menu-icon {
            left: auto;
            right: 1.25em;
            @include transform(translateX(0));
        }
    }*/
}

    #cd-menu-trigger .cd-menu-text {
        height: 100%;
        text-transform: uppercase;
        color: #525252;
        font-weight: 600;
        display: none;
    }

    #cd-menu-trigger .cd-menu-icon {
        /* this span is the central line in the menu menu */
        color: #767676;
        /* these are the upper and lower lines in the menu menu */
        /*&::before, &:after {
            content: '';
            width: 100%;
            height: 100%; 
            position: absolute;
            background-color: inherit;
            left: 0;
        }
        
        &::before {
            bottom: 5px;
        }

        &::after {
            top: 5px;
        }*/
    }

#cd-lateral-nav {
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    padding-top: 55px;
    /* the secondary navigation is covered by the main element */
    z-index: 2;
    width: 280px;
    background-color: #EEEEEE;
    overflow: hidden;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
    -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
    transition: transform .4s 0s, visibility 0s .4s;
    /* this creates the subtle slide in animation of the navigation */
    -webkit-transform: translateX(-280px);
    -moz-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    -o-transform: translateX(-280px);
    transform: translateX(-280px);
    /*
    .toggle {
        position: absolute;
        right: 15px;
        color: #767676;
    }*/
}

    #cd-lateral-nav .cd-navigation {
        margin: 10px 0 16px;
    }

        #cd-lateral-nav .cd-navigation li {
            margin-top: 6px;
            margin-left: 6px;
            list-style: none;
        }

            #cd-lateral-nav .cd-navigation li.modal-trigger {
                margin-left: 0;
                text-align: center;
                background: #5a2b82;
                text-transform: uppercase;
            }

                #cd-lateral-nav .cd-navigation li.modal-trigger a {
                    font-size: 12px;
                }

    #cd-lateral-nav .has-sub-menu {
        padding: 0 10px 20px 50px;
        display: none;
    }

    #cd-lateral-nav a {
        display: block;
        line-height: 2em;
        padding: 0 16px;
    }

        #cd-lateral-nav a.current {
            background-color: #EEEEEE;
            color: #FFF;
        }

.no-touch #cd-lateral-nav a:hover {
    color: #FFF;
}

#cd-lateral-nav .close-menu {
    cursor: pointer;
    display: block;
    margin-top: -2px;
}

@media only screen and (min-width: 64.0625em) {
    #cd-lateral-nav .cd-navigation {
        margin: 20px 0;
    }
}

#cd-lateral-nav.lateral-menu-is-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
    transition: transform .4s 0s, visibility 0s 0s;
    /* smooth the scrolling on touch devices - webkit browsers */
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

#cd-lateral-nav i {
    color: #767676;
}

#cd-lateral-nav .cd-top {
    padding: 5px 15px;
}

/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin-left: 32px;
    font-size: 14px;
    /* this is the right arrow to show that the item has a submenu  */
}

    #cd-lateral-nav .item-has-children > a::after {
        content: '';
        display: block;
        height: 11px;
        width: 8px;
        position: absolute;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 1em;
        background-size: 8px 11px;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }

    #cd-lateral-nav .item-has-children > a img {
        margin-right: 5px;
    }

    #cd-lateral-nav .item-has-children > a.cd-submenu-open::after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }

#cd-lateral-nav .item-has-children > .toggle {
    display: inline-block;
    cursor: pointer;
}

    #cd-lateral-nav .item-has-children > .toggle .minus {
        display: none;
    }

    #cd-lateral-nav .item-has-children > .toggle.submenu-open .plus {
        display: none;
    }

    #cd-lateral-nav .item-has-children > .toggle.submenu-open .minus {
        display: inline-block;
    }

.cd-sub-menu {
    display: none;
    margin-left: 70px;
}

.sub-menu {
    /*height: 25px;*/
    background-color: #f3f3f3;
}

    .sub-menu a {
        font-size: 14px;
        padding: 1px 2px;
    }

@media only screen and (min-width: 80.0625em) {
    .sub-menu a {
        padding: 1px 20px;
    }
}

@media only screen and (max-width: 64em) {
    .sub-menu a {
        padding-left: 15px;
        white-space: nowrap;
        padding-right: 15px;
        line-height: 3em;
    }
    header nav .menu-items .logo img {
        width: 100px;
    }
}

.sub-menu ul {
    /*margin: 0px 227px 0 0;*/
    margin: 0 auto;
    text-align: center;
    display: table;
}

.sub-menu.is-fixed {
    position: fixed;
    top: 48px;
    z-index: 9999;
    width: 100%;
}

.sub-menu .selected {
    color: #5a2b82;
    /*font-weight: 700;*/
}

.cd-header {
    position: relative;
    height: 150px;
    background-color: #490982;
}

    .cd-header h1, .cd-header .h1 {
        color: #fff;
        line-height: 150px;
        text-align: center;
        font-size: 2.4rem;
        font-weight: 300;
    }

@media only screen and (min-width: 64.0625em) {
    .cd-header {
        height: 180px;
    }

        .cd-header h1, .cd-header .h1 {
            line-height: 180px;
        }
}

.content-div {
    position: relative;
    min-height: 100vh;
}

    .content-div::after {
        clear: both;
        content: "";
        display: table;
    }

    .content-div.is-fixed .cd-tab-filter-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    .content-div.is-fixed .cd-gallery {
        padding-top: 76px;
    }

    .content-div.is-fixed .cd-filter {
        position: fixed;
        height: 100vh;
        overflow: hidden;
    }

        .content-div.is-fixed .cd-filter form {
            height: 100vh;
            overflow: auto;
            -webkit-overflow-scrolling: touch;
        }

    .content-div.is-fixed .cd-filter-trigger {
        position: fixed;
    }

@media only screen and (min-width: 64.0625em) {
    .content-div.is-fixed .cd-gallery {
        padding-top: 7px;
    }
}

@media only screen and (min-width: 64.0625em) {
    .content-div.is-fixed .cd-gallery {
        padding-top: 57px;
    }
}

.content-div ul {
    width: 100%;
}

/* -------------------------------- 

xtab-filter 

-------------------------------- */
.cd-tab-filter-wrapper {
    background-color: #f3f0f8;
    z-index: 1;
    padding-top: 60px;
}

@media only screen and (max-width: 64em) {
    .cd-tab-filter-wrapper {
        padding-top: 20px;
    }
}

.cd-tab-filter-wrapper::after {
    clear: both;
    content: "";
    display: table;
}

.cd-tab-filter-wrapper .sort-order {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0px;
    padding: 34px 24px 6px 24px;
    color: #5a2b82;
    font-family: "BikoBold";
    font-size: 14px;
    cursor: pointer;
    background: #fff;
}

@media only screen and (min-width: 64.0625em) {
    .cd-tab-filter-wrapper .sort-order {
        padding: 22px 24px 20px 24px;
    }
}

.cd-tab-filter-wrapper .sort-order i {
    padding-left: 10px;
}

.cd-tab-filter-wrapper .sort-order ul {
    display: none;
    font-size: 14px;
    margin: 0;
    width: 100%;
}

    .cd-tab-filter-wrapper .sort-order ul li {
        list-style: none;
        text-align: center;
    }

        .cd-tab-filter-wrapper .sort-order ul li a {
            display: block;
            padding: 10px 10px;
        }

            .cd-tab-filter-wrapper .sort-order ul li a.active {
                color: #5a2b82;
            }

.cd-tab-filter-wrapper .sort-order.selected {
    box-shadow: inset 0 -2px 0 #6d28aa, 0 2px 10px rgba(0, 0, 0, 0.2);
}

    .cd-tab-filter-wrapper .sort-order.selected ul {
        display: block;
    }

.cd-tab-filter {
    /* tabbed navigation style on mobile - dropdown */
    position: relative;
    height: 50px;
    width: 140px;
    margin: 0 auto;
    z-index: 1;
}

    .cd-tab-filter ul {
        position: absolute;
        top: 0;
        left: 0;
        margin-left: 0;
        background-color: #fff;
        box-shadow: inset 0 -2px 0 #5a2b82;
    }

    .cd-tab-filter li {
        display: inline-block;
    }

    .cd-tab-filter a {
        display: block;
        /* set same size of the .cd-tab-filter */
        height: 50px;
        width: 140px;
        line-height: 50px;
        padding-left: 14px;
     
    }

        .cd-tab-filter a.selected {
            background: #5a2b82;
            color: #fff;
        }

    .cd-tab-filter.is-open::after {
        /* small arrow rotation */
        -webkit-transform: translateY(-50%) rotate(-180deg);
        -moz-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
        -o-transform: translateY(-50%) rotate(-180deg);
        transform: translateY(-50%) rotate(-180deg);
    }

    .cd-tab-filter.is-open ul {
        box-shadow: inset 0 -2px 0 #5a2b82, 0 2px 10px rgba(0, 0, 0, 0.2);
    }

        .cd-tab-filter.is-open ul li {
            display: block;
        }

    .cd-tab-filter.is-open .placeholder a {
        /* reduces the opacity of the placeholder on mobile when the menu is open */
        opacity: .4;
    }

@media only screen and (min-width: 64.0625em) {
    .cd-tab-filter {
        /* tabbed navigation style on medium devices */
        width: auto;
        cursor: auto;
    }

        .cd-tab-filter::after {
            /* hide the arrow */
            display: none;
        }

        .cd-tab-filter ul {
            background: transparent;
            position: static;
            box-shadow: none;
            text-align: center;
            margin-left: auto;
        }

        .cd-tab-filter li {
            display: inline-block;
            border-left: 2px solid #979696;
            /*&:first-of-type{
                text-align:left;
                padding-left:0;
            }*/
        }

            .cd-tab-filter li:nth-child(1) {
                border-left: none;
            }

            .cd-tab-filter li.placeholder {
                display: none !important;
            }

        .cd-tab-filter a {
            display: inline-block;
            padding: 0 1em;
            width: auto;
            color: #BFBFBF;
            font-family: "BikoBold";
            font-size: 2.625em;
            text-decoration: none  ;
        }
}

@media only screen and (min-width: 64.0625em) and (max-width: 1500px) and (min-width: 1024px) {
    .cd-tab-filter a {
        font-size: 2em;
    }
}

@media only screen and (min-width: 64.0625em) {
    .no-touch .cd-tab-filter a:hover {
        color: #5a2b82;
    }

    .cd-tab-filter a.selected {
        background: transparent;
        color: #5a2b82;
        /* create border bottom using box-shadow property */
    }

    .cd-tab-filter.is-open ul li {
        display: inline-block;
    }
}

@media only screen and (max-width: 64em) {
    .cd-tab-filter {
        /* tabbed navigation style on medium devices */
        width: auto;
        cursor: auto;
    }

        .cd-tab-filter::after {
            /* hide the arrow */
            display: none;
        }

        .cd-tab-filter ul {
            background: transparent;
            position: static;
            box-shadow: none;
            text-align: center;
            margin-left: auto;
        }

        .cd-tab-filter li {
            width: 100%;
            display: inline-block;
            float: left;
            font-size: 12px !important;
            border-left: none !important;
            /*&:first-of-type{
                text-align:left;
                padding-left:0;
            }*/
        }

            .cd-tab-filter li:nth-child(1) {
                border-left: none;
            }

            .cd-tab-filter li.placeholder {
                display: none !important;
            }

        .cd-tab-filter a {
            display: inline-block;
            padding: 0 2em;
            width: auto;
            color: #BFBFBF;
            font-family: "BikoBold";
            font-size: 2.625em;
            text-decoration: none  ;
        }

    .no-touch .cd-tab-filter a:hover {
        color: #592b83;
    }

    .cd-tab-filter a.selected {
        background: transparent;
        color: #5a2b82;
        /* create border bottom using box-shadow property */
    }

    .cd-tab-filter.is-open ul li {
        display: inline-block;
    }
}

@media only screen and (min-width: 64.0625em) {
    .cd-tab-filter {
        /* tabbed navigation on big devices */
        width: 100%;
        margin: 0;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
    }
}

/* -------------------------------- 

xgallery 

-------------------------------- */
.cd-gallery {
    padding: 15px 0;
    width: 100%;
}

    .cd-gallery ul {
        margin-left: 0;
        font-size: 0;
    }

    .cd-gallery li {
        width: 100%;
        vertical-align: top;
        margin-bottom: 25px;
        display: inline-block;
        font-size: initial;
        background-color: #ffffff;
        transition: all 0.2s;
    }

        .cd-gallery li h4, .cd-gallery li .h4 {
            color: #5a2b82;
            font-size: 34px;
            margin-bottom: 5px;
            line-height: 1.2em;
        }

            .cd-gallery li h4 .grey-text, .cd-gallery li .h4 .grey-text {
                color: #979696;
            }

        .cd-gallery li.gap {
            opacity: 0;
            height: 0;
            display: inline-block;
        }

        .cd-gallery li.mod-offices, .cd-gallery li.mod-user {
            display: none;
        }

        .cd-gallery li p.sub-heading {
            float: left;
            display: table;
            padding-right: 20px;
            font-size: 26px;
            color: #525252;
        }

@media only screen and (max-width: 64em) {
    .cd-gallery li p.sub-heading {
        font-size: 20px;
    }
}

.cd-gallery li p.purple {
    color: #5a2b82;
}

.cd-gallery li .information {
    margin-top: 20px;
    border-top: 1px solid #5a2b82;
}

    .cd-gallery li .information dd strong {
        color: #5a2b82;
    }

    .cd-gallery li .information p {
        color: #5a2b82;
    }

.cd-gallery dd {
    font-size: 17px;
}

.cd-gallery img {
    display: block;
    width: 100%;
}

.cd-gallery .cd-fail-message {
    display: none;
    text-align: center;
}

@media only screen and (max-width: 64em) {
    .cd-gallery ul::after {
        clear: both;
        content: "";
        display: table;
    }

    .cd-gallery li {
        width: 100%;
        margin-bottom: 30px;
    }
}

.cd-gallery-secondary li {
    padding: 0;
    border: none;
}

@media only screen and (max-width: 64em) {
    .cd-gallery-secondary li {
        width: 100%;
    }
}

@media only screen and (min-width: 64.0625em) {
    .cd-gallery-secondary li {
        width: 100%;
    }
}

@media only screen and (min-width: 64.0625em) {
    .cd-gallery-secondary li {
        width: 50%;
    }
}

@media only screen and (min-width: 80.0625em) {
    .cd-gallery-secondary li {
        width: 50%;
    }
}

.project-list li {
    width: 100%;
    float: none;
}

    .project-list li .estate-img {
        overflow: hidden;
        max-height: 660px;
        height: 100%;
        min-height: 480px;
    }

@media only screen and (max-width: 64em) {
    .project-list li .estate-img {
        min-height: 200px;
    }
}

/* -------------------------------- 

xfilter 

-------------------------------- */
.cd-filter {
    /*position: absolute;
    top: 0px;
    left: 0;*/
    width: 100%;
    height: 100%;
    background: #fafafa;
    box-shadow: 4px 4px 20px transparent;
    z-index: 2;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s, top 0.3s;
    -moz-transition: -moz-transform 0.3s, box-shadow 0.3s, top 0.3s;
    transition: transform 0.3s, box-shadow 0.3s, top 0.3s;
    /*&::before {
         top colored bar 
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: $tab-filter-height;
        width: 100%;
        background-color: $purple-1;
        z-index: 2;
    }*/
    /*.cd-close {
        position: absolute;
        top: 0;
        right: 0;
        height: $tab-filter-height;
        line-height: 45px;
        width: 60px;

        color: $white;
        font-size: emCalc(30px);
        text-align: center;

        background: darken($purple-1, 5%);
        opacity: 0;

        @include transition(opacity .3s);
        z-index: 3;

        .no-touch &:hover {
            background: darken($purple-1, 8%);
        }
    }*/
}

    .cd-filter form {
        padding: 70px 20px;
        max-width: 1320px;
        margin-left: auto;
        margin-right: auto;
    }

    .cd-filter.filter-is-visible {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

        .cd-filter.filter-is-visible .cd-close {
            opacity: 1;
        }

@media only screen and (min-width: 64.0625em) {
    .cd-filter form {
        /*padding: $tab-filter-height+20px 10%;*/
    }
}

@media only screen and (max-width: 64em) {
    .header-small .cd-filter {
        top: 20px;
    }
}

.cd-filter-trigger {
    position: absolute;
    top: 20px;
    left: 0;
    height: 50px;
    line-height: 50px;
    width: 60px;
    -webkit-transition: color 0.3s, top 0.3s;
    -moz-transition: color 0.3s, top 0.3s;
    transition: color 0.3s, top 0.3s;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    color: #5a2b82;
    white-space: nowrap;
    z-index: 3;
    width: auto;
    text-indent: 0;
    text-transform: uppercase;
    font-size: 0.875em;
    padding-left: 24px;
    background-position: left center;
}

@media only screen and (min-width: 64.0625em) {
    .cd-filter-trigger {
        top: 10px;
    }
}

.cd-filter-trigger.filter-is-visible {
    top: 20px;
}

@media only screen and (min-width: 64.0625em) {
    .cd-filter-trigger.filter-is-visible {
        top: 0;
    }
}

.cd-filter-trigger .fa {
    position: relative;
    top: 2px;
    margin-right: 8px;
    /*
        @media only screen and (max-width: 64em) {
            position: absolute;
            left: 0;
            top: 0;
            line-height: 0;
        }*/
}

.cd-filter-trigger.filter-is-visible {
    pointer-events: none;
}

    .cd-filter-trigger.filter-is-visible .fa {
        color: #fff;
    }

.cd-filter-trigger:hover {
    color: #7338a9;
}

.no-touch .cd-filter-trigger:hover {
    color: #5a2b82;
}

.cd-filter-trigger.filter-is-visible, .cd-filter-trigger.filter-is-visible:hover {
    color: #fff;
}

/* -------------------------------- 

xcustom form elements 

-------------------------------- */
.cd-filter-block {
    margin-bottom: 10px;
    /*
    input[type='search'],
    input[type='text'],
    select {
        width: 100%;
        @include appearance(none);
        box-shadow: none;

        &:focus {
            outline: none;
            background-color: $white;
            border-color: $purple-1;
        }
    }*/
}

    .cd-filter-block h4, .cd-filter-block .h4 {
        /* filter block title */
        position: relative;
        margin-bottom: 0px;
        padding: 6px 0 6px 20px;
        color: #BFBFBF;
        text-transform: uppercase;
        font-size: 0.875em;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
    }

.no-touch .cd-filter-block h4:hover, .no-touch .cd-filter-block .h4:hover {
    color: #592b83;
}

.cd-filter-block h4::before, .cd-filter-block .h4::before {
    /* arrow */
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    background: url("/_Content/images/icon/cd-icon-arrow.svg") no-repeat center center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-filter-block h4.closed::before, .cd-filter-block .closed.h4::before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.cd-filter-block input, .cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
    /* shared style for input elements */
    background-color: #fff;
    border: 2px solid #e6e6e6;
}

    .cd-filter-block input[type='search'], .cd-filter-block input[type='text'] {
        /* custom style for the search element */
        border-color: transparent;
        background-color: #d9d9d9;
        /* prevent jump - ios devices */
        font-size: 0.875em !important;
    }

        .cd-filter-block input[type='search']::-webkit-search-cancel-button {
            display: none;
        }

.cd-filter-block .cd-select {
    /* select element wrapper */
    position: relative;
}

    .cd-filter-block .cd-select::after {
        /* switcher arrow for select element */
        position: absolute;
        z-index: 1;
        right: 14px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        width: 16px;
        height: 16px;
        pointer-events: none;
    }

.cd-filter-block select {
    cursor: pointer;
    font-size: 0.875em;
}

    .cd-filter-block select::-ms-expand {
        display: none;
    }

.cd-filter-block .list {
    list-style: none;
}

    .cd-filter-block .list li {
        position: relative;
        margin-bottom: .8em;
    }

        .cd-filter-block .list li:last-of-type {
            margin-bottom: 0;
        }

.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
    /* hide original check and radio buttons */
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2;
}

.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
    padding-left: 24px;
    font-size: 0.875em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after,
    .cd-filter-block .radio-label::before,
    .cd-filter-block .radio-label::after {
        /* custom radio and check boxes */
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .cd-filter-block .checkbox-label::before,
    .cd-filter-block .radio-label::before {
        width: 16px;
        height: 16px;
        left: 0;
    }

    .cd-filter-block .checkbox-label::after,
    .cd-filter-block .radio-label::after {
        /* check mark - hidden */
        display: none;
    }

    .cd-filter-block .checkbox-label::after {
        /* check mark style for check boxes */
        width: 16px;
        height: 16px;
        background: url("/_Content/images/icon/cd-icon-check.svg") no-repeat center center;
    }

    .cd-filter-block .radio-label::before,
    .cd-filter-block .radio-label::after {
        border-radius: 50%;
    }

    .cd-filter-block .radio-label::after {
        /* check mark style for radio buttons */
        width: 6px;
        height: 6px;
        background-color: #fff;
        left: 5px;
    }

.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {
    border-color: #5a2b82;
    background-color: #5a2b82;
}

.cd-filter-block input[type=radio]:checked + label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
    display: block;
}

.cd-filter-block input[type="file"], .cd-filter-block input[type="checkbox"], .cd-filter-block input[type="radio"], .cd-filter-block select {
    margin-bottom: 5px;
    background-image: none;
}

@-moz-document url-prefix() {
    /* hide custom arrow on Firefox - select element */
    .cd-filter-block .cd-select::after {
        display: none;
    }
}

/*styled checkboxes*/
.checkboxgroup {
    display: inline-block;
}

.cd-checkboxes .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    height: 35px;
    width: 125px;
}

.cd-checkboxes .styled-checkbox label:before {
    content: '';
    margin: -7px 10px 0 0px;
    display: inline-block;
    vertical-align: text-top;
    width: 32px;
    height: 32px;
    background: #fff;
}

.cd-checkboxes .styled-checkbox.border + label:before {
    border: 2px solid #e6e6e6 !important;
}

.cd-checkboxes .styled-checkbox:focus + label:before,
.cd-checkboxes .styled-checkbox:hover + label:before {
    background: #490982;
}

.cd-checkboxes .styled-checkbox.checked + label:before {
    background: #490982 !important;
}

.cd-checkboxes .styled-checkbox.disabled + label,
.cd-checkboxes .styled-checkbox[disabled] + label {
    color: #b8b8b8;
}

    .cd-checkboxes .styled-checkbox.disabled + label:before,
    .cd-checkboxes .styled-checkbox[disabled] + label:before {
        box-shadow: none;
        background: #ddd;
    }

.cd-checkboxes .styled-checkbox.checked + label:after {
    content: '';
    position: absolute;
    left: 11px;
    top: 10px;
    background: #fff;
    width: 3px;
    height: 3px;
    box-shadow: -4px 0px 0px #fff, -2px 0px 0px #fff, 2px 0px 0px #fff, 4px 0px 0px #fff, 4px -2px 0px #fff, 4px -4px 0px #fff, 4px -6px 0px #fff, 4px -8px 0px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tab-button, .tab-button:hover {
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 12px;
    color: #BFBFBF;
    text-decoration: none !important;
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 14px;
}

    .tab-button.active {
        color: #525252;
        border-bottom: 3px solid #525252;
        padding-bottom: 12px;
    }

#office .mod-estates:hover p.purple {
    /*color: #ffffff !important;*/
}

.estate-status-overlay {
    transition: color .25s ease;
    -webkit-transition: color .25s ease;
    -moz-transition: color .25s ease;
    transition: background-color .25s ease;
    -webkit-transition: color .25s ease;
    -moz-transition: color .25s ease;
}

    .estate-status-overlay h3, .estate-status-overlay .h3 {
        transition: color .25s ease;
        -webkit-transition: color .25s ease;
        -moz-transition: color .25s ease;
        transition: background-color .25s ease;
        -webkit-transition: color .25s ease;
        -moz-transition: color .25s ease;
    }

#projects .mod-estates:hover .mod-bd p.purple {
    /*color: #ffffff !important;*/
}

.mod-estates {
    position: relative;
    width: 100%;
    transition: color .25s ease;
    -webkit-transition: color .25s ease;
    -moz-transition: color .25s ease;
    transition: background-color .25s ease;
    -webkit-transition: color .25s ease;
    -moz-transition: color .25s ease;
}

@media only screen and (max-width: 64em) {
    .mod-estates a {
        display: flex;
        flex-direction: column-reverse;
    }
}

.mod-estates:hover {
    /*background-color: #6a3594;

        .mod-hd {
            .estate-status-overlay {
                h3 {
                    background-color: #ffffff;
                    color: #6a3594;
                }
            }
        }

        .mod-bd {
            p, h4, dd, dl, strong {
                color: #ffffff !important;

                &.purple {
                    color: #ffffff !important;
                }
            }

            .information {
                border-top-color: #ffffff;
            }
        }*/
}

.mod-estates .mod-bd {
    width: 50%;
    float: left;
}

@media only screen and (max-width: 64em) {
    .mod-estates .mod-bd {
        width: 100%;
    }
}

.mod-estates .mod-hd {
    width: 50%;
    float: left;
}

@media only screen and (max-width: 64em) {
    .mod-estates .mod-hd {
        width: 100%;
    }
}

.mod-estates .mod-bd {
    /*padding: 6px 25px 0 0;*/
    padding: 5% 10% 0% 8%;
}

    .mod-estates .mod-bd .status {
        float: right;
    }

@media only screen and (min-width: 64.0625em) {
    .mod-estates .mod-bd .data {
        float: left;
    }
}

@media only screen and (max-width: 64em) {
    .mod-estates .mod-bd {
        /*padding: 6px 0 0 0;*/
        padding: 15px 15px 0px 15px;
    }

        .mod-estates .mod-bd h4, .mod-estates .mod-bd .h4 {
            /*font-size: 16px;*/
            font-size: 22px;
        }

        .mod-estates .mod-bd p {
            font-size: 14px;
        }
}

@media only screen and (min-width: 64.0625em) and (max-width: 64em) {
    .mod-estates .mod-bd {
        min-height: 142px;
    }
}

@media only screen and (min-width: 64.0625em) and (max-width: 80em) {
    .mod-estates .mod-bd {
        min-height: 110px;
    }
}

@media only screen and (min-width: 80.0625em) {
    .mod-estates .mod-bd {
        min-height: 70px;
    }
}

.mod-estates .mod-ft {
    padding: 0 40px;
}

.mod-estate {
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 64.0625em) {
    .mod-estate .mod-hd {
        padding: 0 40px;
    }

    .mod-estate .mod-bd {
        padding: 0 40px;
    }

    .mod-estate .mod-ft {
        padding: 0 40px;
    }
}

.mod-offices {
    position: relative;
    width: 49% !important;
}

@media only screen and (max-width: 64em) {
    .mod-offices {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-height: 360px;
    }
}

@media only screen and (min-width: 64.0625em) and (max-width: 64em) {
    .mod-offices {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.mod-offices .mod-bd {
    padding: 10px 25px 0 25px;
}

.mod-offices .mod-ft {
    padding: 0 40px;
}

.mod-user {
    cursor: pointer;
}

    .mod-user .mod-hd {
        float: left;
        padding: 25px 25px 25px 25px;
        width: 35%;
    }

@media only screen and (max-width: 64em) {
    .mod-user .mod-hd {
        padding: 25px 15px 25px 0px;
    }
}

@media all and (max-width: 450px) {
    .mod-user .mod-hd {
        padding: 25px 0px 9px 0px;
        float: none;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
}

.mod-user .mod-hd img {
    width: auto;
    margin: 0 auto;
    /*height:240px;*/
    height: auto;
    width: auto;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}

    .mod-user .mod-hd img:hover {
        -webkit-filter: grayscale(0%);
        filter: none;
    }

.mod-user .mod-bd {
    float: left;
    padding: 20px 30px 8px 8px;
    width: 65%;
}

@media all and (max-width: 450px) {
    .mod-user .mod-bd {
        width: 100%;
        padding: 0 30px 8px 8px;
    }

        .mod-user .mod-bd .h3 {
            font-size: 1.125rem;
        }
}

.mod-user .mod-bd .border-bottom {
    border-bottom: 2px solid #5a2b82;
    padding-bottom: 30px;
}

@media only screen and (min-width: 90.0625em) {
    .mod-user .mod-bd {
        padding: 75px 60px 8px 20px;
    }
}

.mod-user .mod-ft {
    float: left;
    padding: 20px 8px 20px;
    font-family: "BikoBold";
    color: #77798a;
}

@media only screen and (min-width: 90.0625em) {
    .mod-user .mod-ft {
        padding: 20px 20px 20px;
    }
}

.mod-user .mod-ft .email-text {
    cursor: pointer;
    /*text-decoration: underline;*/
}

    .mod-user .mod-ft .email-text:hover {
        color: #5a2b82;
        text-decoration: underline;
    }

.mod-user:hover .mod-hd img {
    -webkit-filter: grayscale(0%);
    filter: none;
}

.mod-finance .mod-bd img {
    padding-bottom: 8px;
}

#brokers li.mod-user, #search li.mod-user {
    margin-bottom: 2%;
    padding-bottom: 0;
}

    #brokers li.mod-user:nth-child(2n), #search li.mod-user:nth-child(2n) {
        margin-left: 1%;
        width: 49%;
    }

@media only screen and (max-width: 64em) {
    #brokers li.mod-user:nth-child(2n), #search li.mod-user:nth-child(2n) {
        margin-left: 0%;
        width: 100%;
    }
}

#brokers li.mod-user:nth-child(2n+1), #search li.mod-user:nth-child(2n+1) {
    width: 49%;
    margin-right: 1%;
}

@media only screen and (max-width: 64em) {
    #brokers li.mod-user:nth-child(2n+1), #search li.mod-user:nth-child(2n+1) {
        margin-right: 0%;
        width: 100%;
    }
}

#brokers li.mod-user .h4, #search li.mod-user .h4 {
    color: #5a2b82;
    font-size: 34px;
}

@media only screen and (max-width: 64em) {
    #brokers li.mod-user .h4, #search li.mod-user .h4 {
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 520px) {
    #brokers li.mod-user .h4, #search li.mod-user .h4 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 64em) {
    #brokers li.mod-user .border-bottom, #search li.mod-user .border-bottom {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 64em) {
    #brokers li.mod-user .mod-ft, #search li.mod-user .mod-ft {
        padding: 5px 8px 20px;
    }
}

.map-wrapper {
    position: relative;
}

#map-canvas {
    height: 700px;
    z-index: 0;
}

.map-status-description {
    text-transform: uppercase !important;
    padding: 24px 34px;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    position: absolute;
    top: 15px;
    right: 5%;
    height: 70px;
    background: white;
}

@media only screen and (max-width: 64em) {
    .map-status-description {
        height: auto;
        left: 15px;
        bottom: 15px;
        top: auto;
        right: auto;
        padding: 20px 20px;
    }
}

.map-status-description ul {
    margin: -8px 0 0 0;
    list-style-type: none;
}

    .map-status-description ul li {
        cursor: pointer;
        display: inline;
        font-weight: bold;
        margin-right: 10px;
    }

@media only screen and (max-width: 64em) {
    .map-status-description ul li {
        display: list-item;
    }
}

.map-status-description ul li:nth-child(1) span {
    background: #5a2b82;
}

.map-status-description ul li:nth-child(2) span {
    background: #d3bf0f;
}

.map-status-description ul li:nth-child(3) span {
    background: #d1451d;
}

.map-status-description ul li span {
    position: relative;
    display: inline-block;
    top: 7px;
    padding: 0 0 0 6px;
    width: 25px;
    height: 25px;
    margin-right: 8px;
}

    .map-status-description ul li span.selected:after {
        position: absolute;
        content: "\f00d";
        font-family: FontAwesome;
        color: white;
    }

.map-status-description ul li:last-child {
    margin-right: 0;
}

.gm-infowindow img {
    width: 250px;
}

.gm-infowindow-content {
    padding: 10px;
}

.map-callout {
    transform: rotate(-6deg);
    font-size: 28px;
    position: absolute;
    top: 100px;
    width: 600px;
    text-transform: none;
    right: -40px;
}

    .map-callout img {
        position: absolute;
        top: -37px;
        right: 71px;
    }

.search-field {
    position: relative;
}

    .search-field input[type="text"] {
        border-radius: 2px;
        padding-left: 30px;
        margin-bottom: 0 !important;
        padding-top: 25px;
        height: auto;
        padding-bottom: 25px;
        text-transform: none;
        background-color: rgba(255, 255, 255, 0.9) !important;
        color: #525252;
        border-color: rgba(0, 0, 0, 0.26);
        border-width: 1px;
    }

        .search-field input[type="text"]::-ms-clear {
            display: none;
            text-transform: none;
        }

        .search-field input[type="text"]::-webkit-input-placeholder {
            text-align: center;
            text-transform: none;
            color: #525252;
            font-size: 20px;
        }

        .search-field input[type="text"]:-moz-placeholder {
            /* Firefox 18- */
            text-align: center;
            text-transform: none;
            color: #525252;
            font-size: 20px;
        }

        .search-field input[type="text"]::-moz-placeholder {
            /* Firefox 19+ */
            text-align: center;
            text-transform: none;
            font-size: 20px;
            color: #525252;
        }

        .search-field input[type="text"]:-ms-input-placeholder {
            text-align: center;
            text-transform: none;
            font-size: 20px;
            color: #525252;
        }

        .search-field input[type="text"]:focus::-ms-clear {
            opacity: 0;
        }

        .search-field input[type="text"]:focus::-webkit-input-placeholder {
            opacity: 0;
        }

        .search-field input[type="text"]:focus:-moz-placeholder {
            /* Firefox 18- */
            opacity: 0;
        }

        .search-field input[type="text"]:focus::-moz-placeholder {
            /* Firefox 19+ */
            opacity: 0;
        }

        .search-field input[type="text"]:focus:-ms-input-placeholder {
            opacity: 0;
        }

@media only screen and (max-width: 64em) {
    .search-field input[type="text"] {
        /* firefox 19+ */
        /* ie */
    }

        .search-field input[type="text"]::-webkit-input-placeholder {
            font-size: 13px;
        }

        .search-field input[type="text"]::-moz-placeholder {
            font-size: 13px;
        }

        .search-field input[type="text"]:-ms-input-placeholder {
            font-size: 13px;
        }
}

.search-field .closebutton, .search-field button {
    position: absolute;
    top: 25px;
    right: 22px;
    margin: 0;
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    width: auto !important;
}

.search-field i.fa {
    color: #592b83;
}

.ui-autocomplete {
    border: 1px solid #eee !important;
}

    .ui-autocomplete li {
        font-size: 14px !important;
        font-weight: normal !important;
        font-family: 'Catamaran', sans-serif;
    }

        .ui-autocomplete li.ui-state-focus {
            background: #fff;
            border: 1px solid #eee !important;
            background: #eeeeee;
        }

        .ui-autocomplete li.ui-autocomplete-category {
            background: #fff;
            border: 1px solid #fff !important;
            margin: 0px !important;
            text-transform: uppercase;
            cursor: default;
            font-family: "BikoBold";
        }

.sticky-contact {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 11;
}

.sticky-interest {
    bottom: 65px;
    /*position: absolute;
    right: -155px;
    top: 26px;*/
}

    .sticky-interest .purple-btn {
        padding-left: 9px;
        padding-right: 9px;
        background-color: #5a2b82;
    }

@media only screen and (min-width: 64.0625em) {
    #sticky-contact-modal {
        width: 95%;
    }
}

#sticky-contact-modal .checkmark, #sticky-contact-modal .checkmark2 {
    border: #ccc 1px solid;
}

#modal-interestform .checkmark, #modal-interestform .checkmark2 {
    border: #ccc 1px solid;
}

#modal-interestform .pul-form-container {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #modal-interestform .pul-form-container #PUL {
        margin-right: 5px;
        margin-left: -38px;
    }

    #modal-interestform .pul-form-container a {
        /*text-decoration: underline;*/
        text-decoration: none;
        border-bottom: none;
    }

    #modal-interestform .pul-form-container:hover input ~ .checkmark2 {
        background-color: #ccc;
    }

    #modal-interestform .pul-form-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        #modal-interestform .pul-form-container input:checked ~ .checkmark2:after {
            display: block;
        }

        #modal-interestform .pul-form-container input:checked ~ input[name="PUL"] ~ .checkmark2 {
            background-color: #6A3593;
            border: 1px solid #ccc;
        }

    #modal-interestform .pul-form-container .checkmark2 {
        position: absolute;
        top: 0;
        left: 0;
        height: 30px;
        width: 30px;
        background-color: #eee;
    }

        #modal-interestform .pul-form-container .checkmark2:after {
            content: "";
            position: absolute;
            display: none;
            left: 11px;
            top: 5px;
            width: 8px;
            height: 15px;
            border: solid white;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.tile {
    position: relative;
    margin-bottom: 6px;
}

    .tile img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .tile .caption {
        position: absolute;
        left: 20px;
        bottom: 20px;
        font-size: 18px;
    }

        .tile .caption a {
            display: block;
        }

@media only screen and (min-width: 64.0625em) {
    .tile {
        margin-bottom: 20px;
    }

        .tile .caption {
            font-size: 1.75rem;
        }
}

.icon {
    display: inline-block;
    background-color: #6A34AE;
    height: 28px;
    width: 28px;
    text-align: center;
    color: white;
}

    .icon img {
        margin-top: -2px;
    }

    .icon.icon-round {
        border-radius: 14px;
    }

.section-video {
    position: relative;
}

    .section-video .caption {
        position: absolute;
        text-align: center;
        top: 30px;
        font-size: 22px;
        width: 100%;
    }

        .section-video .caption .play {
            margin-top: 10px;
        }

            .section-video .caption .play img {
                width: 60px;
            }

@media only screen and (min-width: 64.0625em) {
    .section-video .caption {
        top: 30%;
        font-size: 40px;
    }

        .section-video .caption .play {
            margin-top: 10px;
        }

            .section-video .caption .play img {
                width: auto;
            }
}

.estate-img {
    position: relative;
    width: 100%;
}

    .estate-img .sold h3, .estate-img .sold .h3 {
        background-color: #fff;
        color: #5a2b82;
    }

    .estate-img:hover .estate-img-overlay {
        opacity: 1;
    }

    .estate-img:hover h3, .estate-img:hover .h3 {
        /*color: $white;*/
    }

.estate-img-overlay {
    position: absolute;
    top: 0;
    padding: 40px;
    height: 80%;
    width: 80%;
    color: #5a2b82;
    background: rgba(255, 255, 255, 0.9);
    opacity: 1;
    transition: opacity .25s ease;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    font-size: 0;
}

@media only screen and (max-width: 64em) {
    .estate-img-overlay {
        padding: 20px;
    }
}

.estate-img-overlay h2, .estate-img-overlay .h2, .estate-img-overlay h3, .estate-img-overlay .h3 {
    text-transform: uppercase;
    color: #fff;
}

.estate-img-overlay .secondary-title {
    font-size: 23px;
}

.estate-status-overlay {
    top: 5px;
    left: 5px;
    width: 60px;
}

@media only screen and (min-width: 64.0625em) and (max-width: 64em) {
    .estate-status-overlay {
        top: 10px;
        left: 10px;
        width: 90px;
    }
}

@media only screen and (min-width: 64.0625em) {
    .estate-status-overlay {
        width: auto;
        top: 15px;
        left: 15px;
    }
}
@media only screen and (min-width: 64.0625em) {
    .estate-fact-container.inset {
        
        padding-left: 40px;
        padding-right: 40px;
    }
}

    .estate-status-overlay h3, .estate-status-overlay .h3 {
        background-color: #5a2b82;
        color: #fff;
        padding: 25px 55px;
        width: 50%;
        margin: 0;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        position: absolute;
        text-align: center;
        font-size: 30px;
        min-width: 300px;
    }

    .mod-offices:nth-child(odd) {
        /*padding-right: 12.5px;*/
        margin-right: 1%;
    }

    .mod-offices:nth-child(even) {
        /*padding-left: 12.5px;*/
        margin-left: 1%;
    }

    .mod-offices .estate-img-overlay {
        height: 60%;
        width: 80%;
        z-index: 900;
        max-width: 540px;
    }

    @media only screen and (max-width: 64em) {
        .mod-offices .estate-img-overlay {
            height: auto;
            width: 90%;
        }
    }

    @media screen and (max-width: 550px) {
        .mod-offices .estate-img-overlay {
            max-width: 250px;
        }
    }

    .mod-offices .estate-img-overlay h3, .mod-offices .estate-img-overlay .h3 {
        color: #5a2b82;
        font-size: 32px;
        text-transform: none;
    }

    @media screen and (max-width: 550px) {
        .mod-offices .estate-img-overlay h3, .mod-offices .estate-img-overlay .h3 {
            font-size: 20px;
        }
    }

    .mod-offices .estate-img-overlay h3.subheader, .mod-offices .estate-img-overlay .subheader.h3 {
        color: #525252;
        font-size: 22px;
    }

    @media screen and (max-width: 550px) {
        .mod-offices .estate-img-overlay h3.subheader, .mod-offices .estate-img-overlay .subheader.h3 {
            font-size: 16px;
            line-height: 1.2em;
        }
    }

    .mod-offices .estate-img-overlay .dl-stacked {
        border-top: 2px solid #5a2b82;
        margin-top: 20px;
        padding-top: 30px;
    }

    @media only screen and (max-width: 64em) {
        .mod-offices .estate-img-overlay .dl-stacked {
            margin-bottom: 10px;
        }
    }

    @media screen and (max-width: 550px) {
        .mod-offices .estate-img-overlay .dl-stacked {
            margin-top: 10px;
            padding-top: 15px;
        }
    }

    .mod-offices .estate-img-overlay .dl-stacked dd {
        font-size: 18px;
    }

    @media screen and (max-width: 550px) {
        .mod-offices .estate-img-overlay .dl-stacked dd {
            font-size: 14px;
        }
    }

    .home-estate-tiles:hover .background-image-overlay {
        transform: scale(1.1);
    }

    @media only screen and (max-width: 64em) {
        .home-estate-tiles:hover .background-image-overlay {
            transform: none;
        }
    }

    .background-image-overlay {
        transition: 0.2s all;
    }

    .mod-offices:hover .office-image-thumbnail-container {
        transform: scale(1.1);
    }

    @media only screen and (max-width: 64em) {
        .mod-offices:hover .office-image-thumbnail-container {
            transform: none;
        }
    }

    .mod-offices {
        overflow: hidden;
    }

    .office-image-thumbnail-container {
        transition: 0.2s all;
    }

    .background-image-overlay {
        min-height: 500px;
    }

    @media only screen and (max-width: 64em) {
        .background-image-overlay {
            min-height: 340px;
        }
    }

    .broker-modal {
        position: fixed;
        top: 0 !important;
        margin-top: 0;
        right: 0;
        left: auto;
        height: 100%;
        width: 850px;
        border-radius: 0;
        padding: 0;
        background: #F5F5F5;
        overflow: auto;
    }

        .broker-modal .modal-content {
            background: #fff;
        }

    @media only screen and (min-width: 64.0625em) {
        .broker-modal .modal-content {
            padding: 0 30px;
        }
    }

    .broker-modal .modal-footer {
        background: #F5F5F5;
        padding: 30px 0;
    }

    @media only screen and (min-width: 64.0625em) {
        .broker-modal .modal-footer {
            padding: 30px 30px;
        }
    }

    .broker-modal .broker-data {
        padding-top: 40px;
    }

    @media only screen and (min-width: 64.0625em) {
        .broker-modal .broker-data {
            padding-top: 80px;
        }
    }

    .broker-modal .review-text {
        font-family: "HelveticaNeueW01-76Bold";
        font-size: 16px;
        padding: 18px;
    }

    @media (max-width: 850px) {
        .broker-modal {
            width: 100%;
        }
    }

    .social-media-share {
        position: absolute;
        margin-top: -20px;
        font-size: 10px;
        font-family: "BikoBold";
        color: #fff;
        display: none;
    }

        .social-media-share .share-item {
            margin-top: 6px;
            height: 50px;
            width: 92px;
            padding: 12px;
            background: #272727;
            line-height: 12px;
            cursor: pointer;
        }

            .social-media-share .share-item a {
                padding: 0;
                font-size: 10px;
                color: #fff;
                padding-left: 8px;
                display: block;
            }

            .social-media-share .share-item .share {
                padding-top: 5px;
            }

            .social-media-share .share-item .fa {
                width: 20px;
            }

    @media only screen and (min-width: 80.0625em) {
        .social-media-share {
            display: block;
        }
    }

    .share-content {
        display: block;
    }

        .share-content a {
            display: block;
        }

        .share-content.share-content-horizontal div {
            width: 50px;
        }

        .share-content .fb-share-item {
            position: relative;
        }

        .share-content .fb-share-button {
            position: absolute;
            opacity: 0;
            left: 0;
            right: 0;
        }

    .featured-word {
        background: #5a2b82;
        color: #fff;
        padding: 2px 5px;
        font-family: "BikoBold";
    }

    .pod {
        padding: 50px 25px;
    }

        .pod hr {
            border-color: #5a2b82;
            border-width: 1px;
        }

        .pod .reco a {
            font-size: 16px;
        }

        .pod a {
            font-size: 18px;
            color: #525252;
        }

            .pod a.js-scrolltomap {
                border-bottom: 1px solid #5a2b82;
            }

        .pod p:last-child {
            margin-bottom: 0;
        }

        .pod p {
            font-size: 18px;
        }

        .pod button {
            font-family: 'Catamaran', sans-serif;
            font-size: 18px;
            padding-left: 25px;
            padding-right: 25px;
        }

        .pod input[type="text"] {
            height: 62px;
            border-radius: 0;
            border: solid 1px #c6c6c6;
            color: #272727;
        }

            .pod input[type="text"]::placeholder {
                /* Chrome, Firefox, Opera, Safari 10.1+ */
                text-transform: none;
                font-size: 18px;
            }

            .pod input[type="text"]:-ms-input-placeholder {
                /* Internet Explorer 10-11 */
                text-transform: none;
                font-size: 18px;
            }

            .pod input[type="text"]::-ms-input-placeholder {
                /* Microsoft Edge */
                text-transform: none;
                font-size: 18px;
            }

        .pod input[type="checkbox"] {
            height: 40px;
            width: 40px;
            float: left;
        }

        .pod .pul-checkbox {
            font-size: 18px;
        }

            .pod .pul-checkbox p {
                float: left;
                vertical-align: middle;
                line-height: 40px;
                padding-left: 15px;
            }

    @media screen and (max-width: 500px) {
        .pod .pul-checkbox p {
            display: grid;
        }
    }

    .pod .pul-checkbox a {
        border-bottom: 1px solid #5a2b82;
    }

    .all-images-button {
        position: absolute;
        bottom: -50px;
        z-index: 999;
        width: 100%;
        cursor: pointer;
        padding: 10px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

        .all-images-button .icon {
            height: 36px;
            width: 36px;
            border-radius: 18px;
        }

            .all-images-button .icon i {
                padding-top: 5px;
            }

        .all-images-button p {
            font-size: 14px;
            margin: 0;
        }

        .all-images-button:hover {
            background: #5a2b82;
        }

            .all-images-button:hover .icon {
                background: #fff;
                color: #5a2b82;
            }

            .all-images-button:hover p {
                color: #fff;
            }

    .all-images {
        opacity: 0;
        height: 0;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

        .all-images.expanded {
            opacity: 1;
            height: auto;
        }

        .all-images li {
            margin-bottom: 10px;
        }

    .reco a {
        color: #0093df;
    }

        .reco a:hover {
            text-decoration: underline;
        }

    .review-box {
        font-family: "HelveticaNeueW01-76Bold";
    }

    .section-slider.all-images-enabled {
        padding-bottom: 40px;
    }

    .section-slider .all-slider-images li {
        margin-bottom: 10px;
    }

    .section-slider .image-slider-container {
        position: relative;
    }

    .section-slider .all-images-button .arrow-up {
        display: none;
    }

    .section-slider .all-images-button.expanded .arrow-up {
        display: block;
    }

    .section-slider .all-images-button.expanded .arrow-down {
        display: none;
    }

    .umb-section a {
        color: #5a2b82;
        text-decoration: underline;
    }

    .umb-section button, .umb-section .button {
        text-decoration: none;
    }

    .umb-section h1, .umb-section .h1 {
        margin-bottom: 15px;
    }

    .umb-section p strong {
        font-family: inherit;
        font-weight: 700;
    }

    .umb-section h2, .umb-section .h2 {
        color: #5a2b82;
    }

    .form-value {
        padding: 100px 0 80px 0 !important;
    }

        .form-value h2, .form-value .h2 {
            color: #ffffff !important;
        }

        .form-value input[type="text"], .form-value input[type="password"], .form-value input[type="date"], .form-value input[type="datetime"], .form-value input[type="datetime-local"], .form-value input[type="month"], .form-value input[type="week"], .form-value input[type="email"], .form-value input[type="number"], .form-value input[type="search"], .form-value input[type="tel"], .form-value input[type="time"], .form-value input[type="url"], .form-value input[type="color"], .form-value textarea {
            border-radius: 0;
            padding: 30px 0 30px 20px !important;
            margin-bottom: 25px;
        }

        .form-value input[type="checkbox"] {
            background: white;
            width: 25px;
            height: 25px;
            margin-bottom: 0;
            vertical-align: middle;
            margin-right: 5px;
            /*-webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;*/
        }

        .form-value button[type="submit"] {
            background-color: #ffffff;
            color: #5a2b82;
            margin-top: 20px;
            border-radius: 0;
            padding: 20px 70px;
        }

    .hero-section {
        width: 100%;
        min-height: 700px;
        position: relative;
    }

    @media only screen and (max-width: 64em) {
        .hero-section {
            min-height: 450px;
        }
    }

    .hero-section.smallhero {
        min-height: 450px;
    }

    .search-section {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        width: 100%;
        z-index: 7;
    }

        .search-section h1, .search-section .h1 {
            font-size: 2.2rem;
            margin: 0;
            line-height: 1.4em;
            padding-left: 17px
        }

    @media only screen and (max-width: 64em) {
        .search-section h1, .search-section .h1 {
            line-height: 1em;
            font-size: 2rem;
            padding-bottom: 20px;
        }
    }

    #search .page-wrap {
        margin-top: 95px;
    }

    .filter-menu {
    }

        .filter-menu ul {
            margin: 0;
        }

        .filter-menu li {
            display: inline-block;
            /*border-left: 2px solid #bfbfbf;*/
        }

            .filter-menu li:nth-child(1) {
                border-left: none;
            }

                .filter-menu li:nth-child(1):after {
                }

    @media only screen and (max-width: 64em) {
        .filter-menu li:nth-child(1):after {
            width: 0px;
        }
    }

    .filter-menu a {
        display: block;
        padding: 14px;
        font-size: 14px;
        /*text-transform: uppercase;*/
        color: #6a3594 !important;
        /*font-family: $header-font-family;*/
    }

        .filter-menu a.selected {
            color: #5a2b82;
            text-decoration: none !important;
        }

        .filter-menu a:hover {
            color: #5a2b82;
        }

    #offices .filter-menu li:nth-child(1):after {
        top: 45%;
        transform: translateY(-50%);
    }

    #brokers .filter-menu li:nth-child(1):after {
        top: 45%;
        transform: translateY(-50%);
    }

    #broker .filter-menu li:nth-child(1):after {
        top: 45%;
        transform: translateY(-50%);
    }

    #offices .office-tags li, #brokers .office-tags li {
        font-size: inherit;
    }

    .office-tags li a,
    .office-tags li,
    #office .tab-filter a#js-forsale-btn,
    #office .tab-filter a#js-sold-btn,
    #office .tab-filter a#js-coming-btn {
        font-size: 2.625em;
    }

    @media only screen and (max-width: 64em) {
        .office-tags li a,
        #office .tab-filter a#js-forsale-btn,
        #office .tab-filter a#js-sold-btn,
        #office .tab-filter a#js-coming-btn {
            font-size: 32px;
        }

        .tab-filter-nav li {
            border-left: none;
            margin-bottom: 25px;
        }
    }

    .office-tags {
        /*margin-bottom:30px;*/
    }

    #offices .office-select {
        margin-bottom: 50px;
    }

    @media only screen and (max-width: 64em) {
        #offices .office-select {
            margin-bottom: 0px;
        }
    }

    .projects-text {
        margin-top: 50px;
    }

    @media only screen and (max-width: 64em) {
        .projects-text {
            margin-top: 75px;
        }
    }

    .projectpage .sidebar a {
        border-bottom: 1px solid #5a2b82;
        font-size: 18px;
    }

    #projectspage h3, #projectspage .h3 {
        margin-bottom: 20px;
    }

    #projectspage li.js-filter-item.inActive {
        display: none !important;
    }

    #projectspage li.js-filter-item.active {
        display: inline-block !important;
    }

    #projectspage table {
        width: 100%;
        /*text-transform: uppercase;*/
    }

        #projectspage table.active {
            display: table;
        }

        #projectspage table tbody tr {
            height: 40px;
            line-height: 40px;
        }

            #projectspage table tbody tr.inActive {
                display: none !important;
            }

            #projectspage table tbody tr.active {
                display: table-row !important;
            }

            #projectspage table tbody tr:nth-of-type(even) {
                background-color: #f3f0f8;
            }

            #projectspage table tbody tr:hover {
                background-color: #ffffda;
            }

            #projectspage table tbody tr a {
                color: #3c3c3c;
                text-decoration: none;
            }

            #projectspage table tbody tr .tillsalu a {
                border-bottom: 1px solid #490982;
                color: #490982;
            }

            #projectspage table tbody tr .sald a {
                color: #6a3594;
            }

            #projectspage table tbody tr .reserverad a {
                color: #ed930f;
            }

            #projectspage table tbody tr .kommande a {
                color: #d3bd2b;
            }

            #projectspage table tbody tr .bokad a {
                color: #ed930f;
            }

            #projectspage table tbody tr .table-count {
                font-family: "BikoBold";
            }

            #projectspage table tbody tr td {
                text-align: left;
                padding: 0 0 0 3%;
                display: table-cell;
                font-family: 'Catamaran', sans-serif;
            }

        #projectspage table .table-status {
            font-weight: bold;
        }

        #projectspage table thead {
            background: #fafafa;
        }

            #projectspage table thead th {
                /*text-transform: uppercase;*/
                font-weight: inherit;
                height: 60px;
                line-height: 60px;
                text-align: left;
                padding: 0 0 0 3%;
                font-family: "BikoBold";
            }

                #projectspage table thead th:focus {
                    outline: none;
                }

                #projectspage table thead th.sorting_asc:after {
                    content: "\25b2";
                    color: #490982;
                }

                #projectspage table thead th.sorting_desc:after {
                    content: "\25bc";
                    color: #490982;
                }

                #projectspage table thead th:hover {
                    /*opacity: 0.8;*/
                    /*cursor: pointer;*/
                }

    @media only screen and (max-width: 64em) {
        #projectspage table th, #projectspage table td {
            font-size: 12px !important;
        }
    }

    @media only screen and (max-width: 64em) {
        #projectspage .project-header h3, #projectspage .project-header .h3 {
            font-size: 20px;
        }
    }

    #projectspage .sub-menu-icon {
        display: inline-block;
        position: relative;
        top: 6px;
        left: 0;
        bottom: 0;
        right: 0;
        height: 28px;
        width: 28px;
    }

        #projectspage .sub-menu-icon:hover {
            -webkit-transition: opacity 0.3s;
            -moz-transition: opacity 0.3s;
            -o-transition: opacity 0.3s;
        }

    .project-presentation {
        background-color: #490982;
    }

        .project-presentation h1, .project-presentation .h1 {
            line-height: 1;
        }

        .project-presentation p {
            line-height: 1.3;
        }

        .project-presentation .showing-info {
            margin-top: 50px;
        }

        .project-presentation .info-box {
            color: #FFF;
            margin-top: 70px;
        }

    @media only screen and (max-width: 64em) {
        .project-presentation .info-box {
            margin-top: 20px;
        }
    }

    .presentation-ingress {
        font-size: 1rem;
    }

    .showing-info {
        padding: 0;
        margin-left: 0;
        list-style: none;
    }

    ul.showing-info:last-of-type {
        margin-bottom: 0;
    }

    .date {
        font-size: 1.0625rem;
    }

    .date-top {
        color: #000;
        background: #FFF;
    }

    .date-bottom {
        color: #F5F5F5;
        background: #EEEEEE;
    }

    .project-object-item {
        background: #EEEEEE;
        color: #000;
    }

        .project-object-item:hover {
            background: #EEEEEE;
        }

        .project-object-item ul {
            margin: 0.5em 0 0 1.25rem;
        }

            .project-object-item ul .interest-form-link {
                color: #4d9bc7;
            }

            .project-object-item ul .status {
                text-align: right;
            }

                .project-object-item ul .status span {
                    text-align: center;
                    height: 100%;
                    background: #5a2b82;
                    color: #fff;
                    display: inline-block;
                    text-transform: uppercase;
                    min-width: 135px;
                }

                    .project-object-item ul .status span.tillsalu {
                        background: #490982;
                    }

                    .project-object-item ul .status span.sald {
                        background: #D14414;
                    }

                    .project-object-item ul .status span.reserverad {
                        background: #ed930f;
                    }

                    .project-object-item ul .status span.kommande {
                        background: #d3bd2b;
                    }

                    .project-object-item ul .status span.bokad {
                        background: #ed930f;
                    }

        .project-object-item .project-object-link {
            font-weight: bold;
            color: #008cba;
        }

            .project-object-item .project-object-link:hover {
                color: #0078a0;
            }

    .project-estate-agent td {
        width: 50%;
    }

        .project-estate-agent td:last-of-type {
            padding-left: 15px;
            vertical-align: bottom;
        }

    @media (max-width: 970px) {
        #js-checkbox-sort {
            margin-bottom: 20px !important;
        }
    }

    @media (max-width: 970px) {
        .checkboxgroup.left {
            float: none !important;
            margin: 0 0 10px 0 !important;
        }
    }

    section.iframe {
        margin-bottom: 40px;
    }

    .layout-filter img {
        opacity: 0.4;
        filter: alpha(opacity=40);
        /* For IE8 and earlier */
        margin-left: 10px;
        margin-bottom: 6px;
        transition: opacity .3s ease-in;
        cursor: pointer;
    }

        .layout-filter img.active {
            opacity: 1;
            filter: alpha(opacity=100);
            /* For IE8 and earlier */
        }

        .layout-filter img:hover {
            opacity: 1;
            filter: alpha(opacity=100);
            /* For IE8 and earlier */
            transition: opacity .2s ease-in;
        }

    .block-grid {
        padding: 0;
        margin: 0 -0.75rem;
        list-style: none;
        display: none;
    }

        .block-grid.active {
            display: block;
        }

        .block-grid .image {
            border: 4px solid #EEEEEE;
            background: #fff;
        }

            .block-grid .image img {
                margin: 0 auto;
                display: block;
                width: 100%;
            }

    @media only screen and (max-width: 64em) {
        .block-grid {
            margin: 0;
        }
    }

    @media only screen and (min-width: 64.0625em) and (max-width: 64em) {
        .block-grid {
            margin: 0 -0.4375rem;
        }
    }

    .block-grid > li {
        width: 100%;
        margin-bottom: 15px;
        display: inline-block;
    }

    @media only screen and (min-width: 64.0625em) and (max-width: 64em) {
        .block-grid > li {
            width: 48%;
            margin: 0.79%;
        }
    }

    @media only screen and (min-width: 64.0625em) {
        .block-grid > li {
            width: 31.33333%;
            margin: 0.79%;
        }
    }

    /*styled checkboxes*/
    :not(#foo) .styled-checkbox {
        position: absolute;
        opacity: 0;
    }

        :not(#foo) .styled-checkbox + label {
            position: relative;
            cursor: pointer;
            padding: 0px 0 0 0;
            margin: 0px 40px 60px 0;
            font-family: "BikoBold";
            color: #5a2b82;
        }

    @media only screen and (max-width: 64em) {
        :not(#foo) .styled-checkbox + label {
            margin: 0px 25px 60px 0;
        }
    }

    :not(#foo) .styled-checkbox + label:before {
        content: '';
        margin: 10px 0 0 0;
        display: inline-block;
        vertical-align: text-top;
        width: 50px;
        height: 50px;
        background: white;
        position: absolute;
        top: 100%;
    }

    :not(#foo) .styled-checkbox.border + label:before {
        border: 1px solid #868686;
    }

    :not(#foo) .styled-checkbox:checked + label:before {
        background: #490982;
    }

    :not(#foo) .styled-checkbox.disabled + label,
    :not(#foo) .styled-checkbox[disabled] + label {
        color: #b8b8b8;
    }

        :not(#foo) .styled-checkbox.disabled + label:before,
        :not(#foo) .styled-checkbox[disabled] + label:before {
            box-shadow: none;
            background: #ddd;
        }

    :not(#foo) .styled-checkbox:checked + label:after {
        content: '';
        position: absolute;
        left: 0;
        top: 100%;
        background: url(../images/icon/checkmark.png);
        /* width: 3px; */
        width: 35px;
        margin: 18px 10px 10px 8px;
        background-size: contain;
        padding: 10px;
        height: 35px;
        z-index: 9999;
    }

    #js-estate-description a.js-projectmodaltrigger {
        color: #5a2b82;
        border-bottom: 1px solid #5a2b82;
    }

    #projectspage table tbody tr.bajs {
        display: none !important;
    }

    #projectspage li.js-filter-item.bajs {
        display: none !important;
    }

    .projects-text h1, .projects-text .h1 {
        color: #5a2b82 !important;
        text-align: center;
    }

    .border-bottom-purple {
        border-bottom: 1px solid #5a2b82;
    }

    .border-bottom-white {
        border-bottom: 1px solid #ffffff;
    }


    @font-face {
        font-family: "BikoBold";
        src: url("/_Content/fonts/Biko/Biko-Bold.eot");
        src: url("/_Content/fonts/Biko/Biko-Bold.eot?#iefix") format("eot"), url("/_Content/fonts/Biko/Biko-Bold.woff2") format("woff2"), url("/_Content/fonts/Biko/Biko-Bold.woff") format("woff"), url("/_Content/fonts//Biko/Biko_Bold.ttf") format("truetype"), url("/_Content/fonts//Biko/Biko_Bold.otf") format("otf");
    }

    @font-face {
        font-family: "Origo";
        src: url("/_Content/fonts/origo/origo-webfont.eot");
        src: url("/_Content/fonts/origo/origo-webfont.eot?#iefix") format("eot"), url("/_Content/fonts/origo/origo-webfont.woff2") format("woff2"), url("/_Content/fonts/origo/origo-webfont.woff") format("woff"), url("/_Content/fonts/origo/origo-webfont.ttf") format("truetype"), url("/_Content/fonts/origo/origo-webfont.svg") format("svg");
    }

    @font-face {
        font-family: "HelveticaNeueW01-46Ligh";
        src: url("/_Content/fonts/a4f9f319-dec9-4afc-8b50-e18cc1b61cb4.eot?#iefix");
        src: url("/_Content/fonts/a4f9f319-dec9-4afc-8b50-e18cc1b61cb4.eot?#iefix") format("eot"), url("/_Content/fonts/09f28057-e848-49b3-94bf-bfaefff51b64.woff2") format("woff2"), url("/_Content/fonts/8e9ee02b-f337-4f13-ad6c-969d6d6536c8.woff") format("woff"), url("/_Content/fonts/beddbbc6-203e-4f36-8960-3f5ca22af567.ttf") format("truetype"), url("/_Content/fonts/af177436-d9e8-44e8-9c9c-ef2d945f20a3.svg#af177436-d9e8-44e8-9c9c-ef2d945f20a3") format("svg");
    }

    @font-face {
        font-family: "HelveticaNeueW01-75Bold";
        src: url("/_Content/fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix");
        src: url("/_Content/fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix") format("eot"), url("/_Content/fonts/3b303641-706e-4221-94c4-4fb491f4f8ef.woff2") format("woff2"), url("/_Content/fonts/14ff6081-326d-4dae-b778-d7afa66166fc.woff") format("woff"), url("/_Content/fonts/8fda1e47-19be-46c7-8d83-8d4fb35572f0.ttf") format("truetype"), url("/_Content/fonts/f751c8ae-1057-46d9-8d74-62592e002568.svg#f751c8ae-1057-46d9-8d74-62592e002568") format("svg");
    }

    @font-face {
        font-family: "HelveticaNeueW01-76Bold";
        src: url("/_Content/fonts/9eb382e7-b9a0-4ec0-86b3-7a690b9e127b.eot?#iefix");
        src: url("/_Content/fonts/9eb382e7-b9a0-4ec0-86b3-7a690b9e127b.eot?#iefix") format("eot"), url("/_Content/fonts/d73c0f40-68f5-479e-9170-34a47382ed7a.woff2") format("woff2"), url("/_Content/fonts/628a0837-f9e0-4b32-83c4-d99689b9da93.woff") format("woff"), url("/_Content/fonts/4d9ecce0-f253-49fd-8623-b0f896b12794.ttf") format("truetype"), url("/_Content/fonts/dcdd4c31-466f-43f5-85c9-9bcdcd814139.svg#dcdd4c31-466f-43f5-85c9-9bcdcd814139") format("svg");
    }

    @font-face {
        font-family: "Dakota Family W00 Regular";
        src: url("/_Content/fonts/f4d8b0c3-21c3-4569-92fb-80153de22074.eot?#iefix");
        src: url("/_Content/fonts/f4d8b0c3-21c3-4569-92fb-80153de22074.eot?#iefix") format("eot"), url("/_Content/fonts/f399e7a1-fdb8-45e5-9b22-f5fa68ed7bad.woff2") format("woff2"), url("/_Content/fonts/4cbf2b3e-eb7e-4f62-ac03-26e294a2919f.woff") format("woff"), url("/_Content/fonts/22bcf6ea-b424-432e-a263-76f47ebf14e1.ttf") format("truetype"), url("/_Content/fonts/be225fa7-4086-4697-886d-f2e156517594.svg#be225fa7-4086-4697-886d-f2e156517594") format("svg");
    }

    .text-bold, .cd-filter-trigger, b, strong {
        font-family: "BikoBold";
        font-weight: 100;
    }

        .text-bold em, .cd-filter-trigger em, b em, strong em {
            font-family: HelveticaNeueW01-76Bold;
        }

    .img-animal-text {
        position: absolute;
        bottom: -20px;
        right: -138px;
    }

    em {
        font-family: HelveticaNeueW01-46Ligh;
        font-style: normal;
    }

        em.text-bold, em.cd-filter-trigger, em .text-bold, em .cd-filter-trigger, em b, em strong {
            font-family: HelveticaNeueW01-76Bold;
            /*font-family: 'Helvetica Neue LT W01_75 Bold';*/
        }

    .text-uppercase {
        text-transform: uppercase;
    }

    .text-underline {
        text-decoration: underline;
    }

    .text-linethrough {
        text-decoration: line-through;
    }

    .text-link {
        color: #592b83;
        text-decoration: underline;
        font-weight: bold;
    }

        .text-link:hover {
            color: #592b83;
            text-decoration: none;
            font-weight: bold;
        }

    .h-underline:hover {
        text-decoration: underline;
    }

    .h-underline a:hover {
        text-decoration: underline;
    }

    .light-text {
        color: white !important;
    }

        .light-text h1, .light-text .h1, .light-text h2, .light-text .h2, .light-text h3, .light-text .h3, .light-text h4, .light-text .h4, .light-text h5, .light-text .h5, .light-text h6, .light-text .h6 {
            color: white;
        }

    .dark-text {
        color: #5a2b82 !important;
    }

        .dark-text h1, .dark-text .h1, .dark-text h2, .dark-text .h2, .dark-text h3, .dark-text .h3, .dark-text h4, .dark-text .h4, .dark-text h5, .dark-text .h5, .dark-text h6, .dark-text .h6 {
            color: #5a2b82;
        }

    .primary-text {
        color: #5a2b82;
    }

    .secondary-text {
        color: #F2F1EF;
    }

    .text-primary-hover:hover {
        color: #5a2b82;
    }

    .text-gray-1 {
        color: #F5F5F5;
    }

    .text-gray-2 {
        color: #F2F1EF;
    }

    .text-gray-3 {
        color: #EEEEEE;
    }

    .text-gray-4 {
        color: #d6d6d6;
    }

    .text-gray-5 {
        color: #BFBFBF;
    }

    .text-gray-6 {
        color: #3c3c3c;
    }

    .text-yellow {
        color: #d3bd2b !important;
    }

    .text-red {
        color: #d64a27 !important;
    }

    .text-small {
        font-size: 10px;
    }

    .text-thin {
        font-family: 'Catamaran', sans-serif;
    }

    .text-callout {
        color: #5a2b82;
        font-family: 'Brisa W01 Regular';
        letter-spacing: -1px;
    }

    .hd-secondary {
        /* font-family: 'Brisa W01 Regular';*/
        /*color: $purple-2;*/
        font-weight: normal;
        letter-spacing: -1px;
        font-size: 100px;
        line-height: 1em;
    }

        .hd-secondary.hd-small {
            font-size: 26px;
        }

    @media only screen and (max-width: 64em) {
        .hd-secondary {
            font-size: 50px;
        }
    }

    @media only screen and (min-width: 64.0625em) {
        /**/ .hd-secondary {
            font-size: 40px;
        }

            .hd-secondary.hd-small {
                font-size: 26px;
            }
    }

    ::-webkit-input-placeholder {
        color: #525252;
        text-transform: uppercase;
        font-size: 14px;
        padding-top: 1px;
    }

    :-moz-placeholder {
        /* Firefox 18- */
        color: #525252;
        text-transform: uppercase;
        font-size: 14px;
        padding-top: 1px;
    }

    ::-moz-placeholder {
        /* Firefox 19+ */
        color: #525252;
        text-transform: uppercase;
        font-size: 14px;
        padding-top: 1px;
    }

    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #525252;
        text-transform: uppercase;
        font-size: 14px;
        padding-top: 4px;
    }





    #office #description.section a {
        /*font-family: "HelveticaNeueW01-45Ligh";
            border-bottom: 1px solid #592b83;
            color: #592b83;*/
    }

        #office #description.section a.garamond {
        }

    @media only screen and (max-width: 64em) {
        .tp-mask-wrap, .tp-loop-wrap, .tp-parallax-wrap {
            width: 94% !important;
        }

        .tp-caption {
            max-width: 440px !important;
            min-width: 94% !important;
            white-space: normal !important;
            top: 25px;
            transform: translateX(-50%);
        }

            .tp-caption h1, .tp-caption .h1 {
                font-size: 22px !important;
                line-height: 17px !important;
                margin-right: 0 !important;
                margin-top: 7px !important;
                margin-bottom: 10px !important;
            }
    }

    @media only screen and (max-width: 64em) and (max-width: 64em) {
        .tp-caption h1, .tp-caption .h1 {
            line-height: 1.2em !important;
        }
    }

    @media only screen and (max-width: 64em) {
        .tp-caption h2, .tp-caption .h2, .tp-caption h3, .tp-caption .h3 {
            font-size: 18px !important;
        }

        .tp-caption p {
            font-size: 12px;
            margin-bottom: 10px !important;
        }
    }

    .tp-quickfact {
        padding: 11px 11px 11px 11px !important;
    }

        .tp-quickfact h1, .tp-quickfact .h1 {
            margin-top: 0;
            margin-right: 30px;
            font-size: 42px;
            letter-spacing: 0px;
            /*text-transform: uppercase;*/
            font-family: "BikoBold";
            /*letter-spacing: -0.7px;*/
            color: #5a2b82;
            margin-bottom: 20px;
        }

    @media only screen and (max-width: 64em) {
        .tp-quickfact h1, .tp-quickfact .h1 {
            padding-right: 24px;
        }
    }

    @media only screen and (min-width: 64.0625em) {
        .tp-quickfact h1, .tp-quickfact .h1 {
            font-size: 32px;
        }
    }

    .tp-quickfact h2, .tp-quickfact .h2, .tp-quickfact h3, .tp-quickfact .h3 {
        font-size: 22px;
        text-transform: none;
        margin-bottom: 10px;
        display: inline;
    }

    @media only screen and (min-width: 64.0625em) {
        .tp-quickfact h2, .tp-quickfact .h2, .tp-quickfact h3, .tp-quickfact .h3 {
            /*font-size: 16px;*/
            font-size: 22px;
        }
    }

    .tp-quickfact h2, .tp-quickfact .h2 {
        margin-right: 30px;
    }

    .tp-quickfact h3, .tp-quickfact .h3 {
        margin-bottom: 20px;
    }

    .tp-quickfact h4, .tp-quickfact .h4 {
        font-size: 16px;
        display: inline;
    }

    @media only screen and (min-width: 64.0625em) {
        .tp-quickfact h4, .tp-quickfact .h4 {
            font-size: 46px;
            padding-bottom: 0px;
            line-height: 1em;
        }
    }

    @media only screen and (max-width: 64em) {
        .tp-quickfact h4, .tp-quickfact .h4 {
            font-size: 18px;
        }
    }

    .tp-quickfact .bottom {
        margin-top: 20px;
    }

    .tp-quickfact p {
        font-size: 18px;
        margin-top: 10px;
    }

    .tp-quickfact a {
        text-decoration: none;
        color: #5a2b82;
        font-size: 22px;
        border-bottom: 1px solid #5a2b82;
    }

    @media only screen and (min-width: 64.0625em) {
        .tp-quickfact {
            padding: 50px 50px 50px 50px !important;
            min-width: 410px !important;
        }
    }

    .tp-quickfact hr {
        border-color: #5a2b82;
        color: #5a2b82;
    }

    .tp-quickfact .info-part-box-container {
        /*display: table;*/
        font-size: 0;
    }

        .tp-quickfact .info-part-box-container .info-part-box {
            display: inline-block;
            width: 50%;
            vertical-align: top;
            font-size: 18px;
            min-width: 240px;
        }

            .tp-quickfact .info-part-box-container .info-part-box.onecolumn {
                width: 100%;
            }

            .tp-quickfact .info-part-box-container .info-part-box:nth-child(1) {
                /*margin-right: 20px;*/
            }

    .tp-quickfact .close-icon {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 20px;
        height: 20px;
    }

    @media only screen and (max-width: 64em) {
        .tp-quickfact .close-icon {
            right: 13px;
            top: 10px;
        }
    }

    .tp-quickfact .close-icon img {
        width: 20px !important;
        height: 20px !important;
    }

    .tp-quickfact .tp-caption-info-container {
        margin-bottom: 10px;
    }

    .estate-menu-position {
        /*margin-top: 50px;*/
    }

    .estate-menu {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .estate-menu a {
            padding: 1px 30px;
            text-transform: uppercase;
            font-size: 16px;
        }

    @media all and (max-width: 1500px) {
        .estate-menu a {
            padding: 1px 20px;
        }
    }

    @media all and (max-width: 1300px) {
        .estate-menu a {
            padding: 1px 12px;
            font-size: 14px;
        }
    }

    .estate-menu.is-fixed {
        position: fixed;
        top: 50px;
        z-index: 9999;
        width: 100%;
    }

    .projectpage table td {
        font-size: 18px;
        vertical-align: initial;
    }

    @media all and (max-width: 500px) {
        #estate #js-broker .broker-box .broker-image, #estate .js-additionalbroker-container .broker-box .broker-image {
            width: 80%;
            margin-left: auto;
            margin-right: auto;
            /* display: table; */
            float: none;
        }
    }

    @media all and (max-width: 400px) {
        #estate #js-broker .broker-box .broker-image, #estate .js-additionalbroker-container .broker-box .broker-image {
            width: 100%;
        }
    }

    @media all and (max-width: 500px) {
        #estate #js-broker .broker-box .broker-box-info, #estate .js-additionalbroker-container .broker-box .broker-box-info {
            width: 100%;
        }
    }

    #estate .document-container {
        padding-bottom: 20px;
    }

        #estate .document-container h4, #estate .document-container .h4 {
            padding: 30px 0 30px 0;
        }

    #estate .link-container {
        padding-bottom: 20px;
    }

        #estate .link-container h4, #estate .link-container .h4 {
            padding: 30px 0 30px 0;
        }

    #estate table td {
        padding-right: 10px;
        color: #282828;
    }

        #estate table td:first-child {
            padding-right: 40px;
        }

        #estate table td h4, #estate table td .h4 {
            margin: 20px 0 0 0;
        }

    @media only screen and (max-width: 64em) {
        #estate table td {
            display: block;
        }
    }

    #estate .broker-data {
        line-height: 20px;
    }

        #estate .broker-data .spacer {
            height: 10px;
        }

        #estate .broker-data a:hover {
            text-decoration: underline;
        }

    #estate .visitor-counter {
        position: fixed;
        overflow: hidden;
        left: 0;
        bottom: 0;
        z-index: 11;
        background: #eee;
        width: 100%;
        height: 0;
        -webkit-transition: height 1s;
        -moz-transition: height 1s;
        transition: height 1s;
    }

        #estate .visitor-counter i {
            margin-left: 5px;
            margin-top: -5px;
        }

        #estate .visitor-counter.visible {
            height: 43px;
        }

    @media only screen and (min-width: 64.0625em) {
        #estate .visitor-counter {
            left: 20px;
            bottom: 20px;
            width: auto;
        }
    }

    #js-estate-fact {
        background-color: #ffffff;
        /*padding-top: 80px;*/
    }

        #js-estate-fact .h2 {
            font-size: 32px;
        }

        #js-estate-fact .h3 {
            font-size: 26px;
        }

    .estate-fact-container {
        color: #6a3594;
    }

    .js-estate-content {
        background-color: #ffffff;
    }

        .js-estate-content hr {
            margin-top: 40px;
            border: solid #5a2b82 1px;
            margin-bottom: 0;
        }

    .white-logo-text {
        color: #ffffff;
        font-size: 66px;
        line-height: 0.8;
        text-align: right;
    }

    #office .cd-tab-filter, #offices .cd-tab-filter, #brokers .cd-tab-filter {
        height: 140px;
    }

        #office .cd-tab-filter li, #offices .cd-tab-filter li, #brokers .cd-tab-filter li {
            display: inline-block;
        }

        #office .cd-tab-filter .filter-btn, #offices .cd-tab-filter .filter-btn, #brokers .cd-tab-filter .filter-btn {
            cursor: pointer;
        }

            #office .cd-tab-filter .filter-btn:after, #offices .cd-tab-filter .filter-btn:after, #brokers .cd-tab-filter .filter-btn:after {
                content: " / ";
            }

            #office .cd-tab-filter .filter-btn:last-child:after, #offices .cd-tab-filter .filter-btn:last-child:after, #brokers .cd-tab-filter .filter-btn:last-child:after {
                content: "";
            }

    #office .all-office-images li, #offices .all-office-images li, #brokers .all-office-images li {
        margin-bottom: 10px;
    }

    #brokers {
        background-color: #f3f0f8;
    }

    #estates {
        background-color: #f3f0f8;
    }

    #office .top-office-section {
        margin-top: 0px;
        background-color: #f3f0f8;
        position: relative;
    }

    #office .office-menu-position {
        /*margin-top: 10px;*/
    }

    #office .tab-filter {
        margin-left: 0;
    }

        #office .tab-filter a {
            /*font-family: $header-font-family;*/
            font-weight: 100;
        }

            #office .tab-filter a#js-forsale-btn, #office .tab-filter a#js-sold-btn, #office .tab-filter a#js-coming-btn {
                padding: 0;
            }

            #office .tab-filter a:hover {
                color: #5a2b82;
            }

    .free-falling {
        float: right;
        margin-top: -47px;
    }

        .free-falling :not(#foo) .styled-checkbox:checked + label:after {
            right: 17px !important;
            left: auto !important;
        }

        .free-falling :not(#foo) .styled-checkbox + label:before {
            display: block !important;
            float: right !important;
            margin: -7px 0px 0 10px !important;
        }

        .free-falling :not(#foo) .styled-checkbox + label {
            margin: 0px 0px 0 0 !important;
        }

    @media only screen and (max-width: 64em) {
        .free-falling {
            margin: 0px 0 20px 0;
        }
    }

    #buy .button {
        font-size: 14px;
    }

    #viewingform-modal input {
        border: 1px solid #c6c6c6;
    }

    .sub-menu {
        /* height: 25px; */
        background-color: #5a2b82
    }

        .sub-menu .selected {
            color: #ffffff;
            text-decoration: underline
        }

        .sub-menu a {
            color: #ffffff;
        }

    #offices .text-on-image-container {
        margin-top: 73px;
    }

    .select-wrapper:after {
        width: 40px;
        border-left: 2px solid #5a2b82;
    }

    .cd-select select {
        border-color: #5a2b82;
    }

    select {
        padding: 10px 10px 10px 20px !important;
        color: #5a2b82 !important;
        border: 2px solid #5a2b82;
    }

    .cd-tab-filter-wrapper {
        padding-top: 0px;
    }

    #offices .text-on-image-container {
        min-height: 800px;
    }

    footer .social-media .social-media-item {
        margin-right: 33px;
    }

    @media only screen and (min-width: 80.0625em) {
        footer .social-media
        .social-media-item i {
            font-size: 19px;
        }
    }

    .img-banner-form {
        position: absolute;
        bottom: 0;
        right: 0px
    }

    @media only screen and (max-width: 64.0625em) {
        .img-animal-text, .img-banner-form, .img-banner {
            position: static;
            max-width: 100%;
        }

        .img-animal-text {
            position: relative;
        }
    }

    .cd-tab-filter a {
        text-transform: uppercase;
        font-size: inherit;
        color: #5a2b82;
        font-size: 14px;
    }

    @media only screen and (min-width: 64.0625em) {
        .cd-tab-filter a.selected {
            background: transparent;
            color: #5a2b82;
            text-decoration: underline;
        }
    }

    @media only screen and (min-width: 64.0625em) {
        .cd-tab-filter li {
            border-left: none;
        }
    }

    .cd-tab-filter ul {
        padding: 40px 0px;
    }

    .cd-tab-filter {
        height: auto;
    }

    #projects {
        padding-top: 73px;
    }

    #offices .text-on-image-container {
        margin-top: 3px;
    }

    .umb-section {
        padding: 40px 0px 0px;
    }

    #projects {
        padding-top: 47px;
    }

    .page-wrap {
        background-color: #f3f0f8;
    }

    .cd-filter {
        background: #f3f0f8
    }

    .cd-tab-filter-wrapper {
        background-color: #f3f0f8;
    }

    .sub-menu.is-fixed {
        top: 47px;
    }

    #forsale .hero-section, #sold .hero-section {
        margin-top: 66px;
    }

    @media only screen and (max-width: 64em) {
        #forsale .hero-section, #sold .hero-section {
            margin-top: 46px;
        }
    }

    #forsale .content-div {
        background-color: #f3f0f8;
    }

    header nav div.menu-items li.active a {
        color: #fff;
        text-decoration: underline;
    }

    .cd-gallery li {
        background-color: #f3f0f8;
    }

    select:hover {
        background-color: #f7f7f7;
        border-color: #5a2b82;
    }

    footer .social-media .social-media-item:last-child {
        margin-right: 0px;
    }

    @media only screen and (max-width: 64em) {
        footer .social-media {
            padding-bottom: 35px;
        }
    }

    @media only screen and (max-width: 34em) {


        .filter-menu h3, .filter-menu.h3 {
            font-size: 7vw !important;
            text-align: left !important;
        }
    }

    .no-touch #cd-lateral-nav a:hover {
        color: #f08217;
    }

    @media only screen and (min-width: 34.0625em) {
        .filter-menu h3, .filter-menu.h3 {
            font-size: 2.375rem;
        }
    }

    .js-estate-content {
        background-color: #f3f0f8;
    }

    #js-slider {
        margin-top: 66px;
    }

    .bg-purple {
        background-color: #5a2b82
    }

    .estate-menu a.selected {
        text-decoration: underline
    }

    .estate-menu a {
        color: #fff;
    }

    .estate-menu .button.secondary {
        color: #525252;
        box-shadow: inherit;
        color: #ffffff
    }

    .estate-menu .dropdown.button, button.dropdown {
        position: relative;
        padding-right: 3.5625rem;
        border: 2px solid #fff;
        background-color: #5a2b82;
    }

        .estate-menu .dropdown.button.tiny::after, button.dropdown.tiny::after {
            border-color: #fff transparent transparent transparent;
        }

        .estate-menu .dropdown.button.secondary:after, button.dropdown.secondary:after {
            border-color: #71c5c6 transparent transparent transparent;
        }

    .estate-menu button.tiny, .button.tiny {
        padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
        font-size: 0.9875rem;
    }

    .estate-menu .button.secondary:focus {
        background: #F2F1EF;
        color: #5a2b82;
    }

    .tp-quickfact h1, .tp-quickfact .h1 {
        text-transform: uppercase;
    }

    #projects .mod-estates .mod-bd p.sub-heading {
        font-family: sans-serif;
    }

 

    .text-callout {
        color: #5a2b82;
        font-family: "BikoBold";
        letter-spacing: -1px;
    }

    .broker-form-container h4.hd-secondary, .broker-form-container .hd-secondary.h4 {
        font-size: 40px
    }

    @media only screen and (min-width: 64.0625em) {
        .tp-quickfact h4, .tp-quickfact .h4 {
            font-size: 20px;
        }
    }

    .tiles-container .home-estate-tiles .text-block {
        padding: 28px 28px;
    }

    .cd-filter form {
        border-top: 4px solid #5a2b82;
    }

    .catamaran {
        font-family: 'Catamaran', sans-serif;
        font-weight: 400
    }

    #estate .pul-form-container input:checked ~ input[name="PUL"] ~ .checkmark, #projects .pul-form-container input:checked ~ input[name="PUL"] ~ .checkmark, #office .pul-form-container input:checked ~ input[name="PUL"] ~ .checkmark {
        background-color: #6A3593;
        border: 1px solid #ccc;
    }

    @media only screen and (max-width: 60em) {
        .search-section h1, .search-section .h1 {
        }

        .hero-section .background {
            background-color: rgba(113, 197, 198, 0.66);
            padding: 20px 10px;
        }
    }

    .broker-container .borker-image {
        padding: 60px;
        background-color: #f3f0f8;
    }
 

    .home-tags.filter-menu ul li {
        text-transform: uppercase;
    }

    .filter-menu li:after {
        background-color: inherit;
    }

    #estate .pul-form-container, #projects .pul-form-container, #office .pul-form-container {
        color: #5a2b82;
    }

    .button.secondary {
        box-shadow: none
    }

    .sub-menu a {
        text-transform: uppercase;
    }

    #estate button[type="submit"] {
        width: inherit;
    }

    .tab-filter-nav li {
        border-left: 0px solid #bfbfbf;
    }

    #office section#estates {
        background-color: #f3f0f8;
    }

    #description {
        background-color: #f3f0f8;
    }

    .office-tags li a, .office-tags li, #office .tab-filter a#js-forsale-btn, #office .tab-filter a#js-sold-btn, #office .tab-filter a#js-coming-btn {
        font-size: 1.625em;
        text-transform: uppercase;
    }

    #office .tab-filter {
        font-family: "BikoBold";
    }

    .filter-menu li:after {
        width: 0px;
    }

    .button.secondary:hover {
        box-shadow: none;
        background: #f3f0f8;
        color: #525252;
    }

    .office-tags .tab-filter li {
        color: #5a2b82;
        font-size: 1.225em
    }

    .estate-menu.is-fixed {
        top: 47px;
    }


    .text-on-image-container h3 {
        font-family: 'Origo';
        text-transform: none
    }

    .origo {
        font-family: 'Origo';
    }

    h3 .origo {
        font-size: 111px;
        line-height: 1;
        text-transform: none
    }

    h2 .origo {
        font-size: 4vw;
        line-height: 1;
        text-transform: none;
    }

    @media only screen and (max-width: 64em) {
        h3 .origo {
            font-size: 17vw;
        }
    }

    .hd-secondary {
        letter-spacing: 1px;
    }
    /*
#estate .hd-secondary {
    font-family: 'Origo';
}
}
@media only screen and (min-width: 64.0625em) {
    .tp-quickfact h4, .tp-quickfact .h4 {
        font-size: 46px;
        padding-bottom: 0px;
        line-height: 1em;
        font-family: 'Origo';
    }
}

.tp-quickfact h4, .tp-quickfact .h4 {
    font-size: 16px;
}
.hd-secondary {
    
    letter-spacing: 2px;
 
}*/
    .search-field .closebutton, .search-field button {
        top: 18px;
    }

    .search-field input[type="text"] {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .contact-form-container .submitbutton button {
        background-color: rgba(185, 15, 32, 0);
        color: #5a2b82;
        border: solid 4px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #search .page-wrap {
        margin-top: 33px;
    }

    #brokers li.mod-user {
        background-color: #f3f0f8;
    }

    @media only screen and (max-width: 64em) {
        h2 .origo {
            font-size: 11vw;
            line-height: 1;
            text-transform: none;
        }


        .estate-status-overlay h3, .estate-status-overlay .h3 {
            font-size: inherit;
        }
    }

    #sticky-contact-modal .checkmark, #sticky-contact-modal .checkmark2 {
        border: #ccc 0px solid;
    }

    #sticky-contact-modal, #sticky-contact-modal h2.hd-secondary, #sticky-contact-modal a {
        color: #5a2b82
    }

    @media only screen and (max-width: 64em) {
        .reveal-modal {
            margin-top: 50px;
            padding: 10px 26px 16px 10px
        }

            .reveal-modal .hd-secondary {
                font-size: 30px;
            }
    }
.accordion .accordion-navigation .icon {
   
    margin-bottom: 30px !important;
    float: left;
}
.accordion .accordion-navigation > a, .accordion dd > a {
     
      font-family: BikoBold;  
}
.icon {
    background-color: inherit;
}
.logotext {
 
 
    line-height: 1;
    letter-spacing: inherit;
}
.estate-status-overlay h3, .estate-status-overlay .h3 {
 
    
    width: auto
 
}

.umb-section:last-of-type {
  
}
@media only screen and (min-width: 64em) {


    .home-tags.filter-menu ul li {
        text-transform: uppercase;
        TEXT-ALIGN: CENTER;
    }

    .home-tags h3 {
        text-align: center;
    }

    header nav .large-logo-mobile.scroll-up {
        opacity: 1;
    }

    header nav .mobile-scroll-top {
        opacity: 0;
    }
}

/*.estate-status-overlay h3, 
.estate-status-overlay .h3 {
    top: 0px;
    right: 0px;
    position: absolute;
    text-align: center;
    font-size: 24px;
    min-width: 144px;
    left: initial;
    transform: translate(0);
    padding: 1px 8px 0px;
    line-height: 1.3;
}*/

.estate-status-overlay h3,
.estate-status-overlay .h3 {
    top: 0px;
    right: 0px;
    position: absolute;
    text-align: center;
    font-size: 16px;
    min-width: 144px;
    left: initial;
    transform: translate(0);
    padding: 10px;
    line-height: 1.2;
}
.purplelink img { width:96px ; padding: 3px 5px 5px 0px
}
a.purplelink {
    color: #5a2b82;
    border-bottom: 0px solid #5a2b82 !important;
    font-size: 16px;
    display: block;padding-top:15px;
}