@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'),
        url(http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf)
            format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'),
        url(http://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSonF5uFdDttMLvmWuJdhhgs.ttf)
            format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
        url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzInF5uFdDttMLvmWuJdhhgs.ttf)
            format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'),
        url(http://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBp0EAVxt0G0biEntp43Qt6E.ttf)
            format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'),
        url(http://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxi8cqLH4MEiSE0ROcU-qHOA.ttf)
            format('truetype');
}
@font-face {
    font-family: Syncopate;
    font-style: normal;
    font-weight: 400;
    src: local('Syncopate'), local('Syncopate-Regular'),
        url(http://fonts.gstatic.com/s/syncopate/v6/pDM9CVwNx1ufBHCEatJA3KCWcynf_cDxXwCLxiixG1c.ttf)
            format('truetype');
} /*!
 * Theme Name: M&R Marketing Group Custom Theme
 * Description: Custom theme
 * Author: M&R Marketing Group
 * Author URI: http://www.mandr-group.com/
 * Version: 2.1.0
*/
@-webkit-keyframes color-wheel {
    0% {
        background: #ed1c24;
    }
    15% {
        background: #fff200;
    }
    30% {
        background: #00a651;
    }
    45% {
        background: #00aeef;
    }
    60% {
        background: #0054a6;
    }
    75% {
        background: #662d91;
    }
    100% {
        background: #ec008c;
    }
}
@-moz-keyframes color-wheel {
    0% {
        background: #ed1c24;
    }
    15% {
        background: #fff200;
    }
    30% {
        background: #00a651;
    }
    45% {
        background: #00aeef;
    }
    60% {
        background: #0054a6;
    }
    75% {
        background: #662d91;
    }
    100% {
        background: #ec008c;
    }
}
@keyframes color-wheel {
    0% {
        background: #ed1c24;
    }
    15% {
        background: #fff200;
    }
    30% {
        background: #00a651;
    }
    45% {
        background: #00aeef;
    }
    60% {
        background: #0054a6;
    }
    75% {
        background: #662d91;
    }
    100% {
        background: #ec008c;
    }
}
@-webkit-keyframes rotato {
    0% {
        -webkit-transform: rotateY(0deg) scale(1);
    }
    25% {
        -webkit-transform: rotateY(180deg) scale(1.4);
    }
    50% {
        -webkit-transform: rotateY(360deg) scale(0.8);
    }
    75% {
        -webkit-transform: rotateY(180deg) scale(1.4);
    }
    100% {
        -webkit-transform: rotateY(0deg) scale(1);
    }
}
@-moz-keyframes rotato {
    0% {
        -moz-transform: rotateY(0deg) scale(1);
    }
    25% {
        -moz-transform: rotateY(180deg) scale(1.4);
    }
    50% {
        -moz-transform: rotateY(360deg) scale(0.8);
    }
    75% {
        -moz-transform: rotateY(180deg) scale(1.4);
    }
    100% {
        -moz-transform: rotateY(0deg) scale(1);
    }
}
@keyframes rotato {
    0% {
        -webkit-transform: rotateY(0deg) scale(1);
        -moz-transform: rotateY(0deg) scale(1);
        -ms-transform: rotateY(0deg) scale(1);
        -o-transform: rotateY(0deg) scale(1);
        transform: rotateY(0deg) scale(1);
    }
    25% {
        -webkit-transform: rotateY(180deg) scale(1.4);
        -moz-transform: rotateY(180deg) scale(1.4);
        -ms-transform: rotateY(180deg) scale(1.4);
        -o-transform: rotateY(180deg) scale(1.4);
        transform: rotateY(180deg) scale(1.4);
    }
    50% {
        -webkit-transform: rotateY(360deg) scale(0.8);
        -moz-transform: rotateY(360deg) scale(0.8);
        -ms-transform: rotateY(360deg) scale(0.8);
        -o-transform: rotateY(360deg) scale(0.8);
        transform: rotateY(360deg) scale(0.8);
    }
    75% {
        -webkit-transform: rotateY(180deg) scale(1.4);
        -moz-transform: rotateY(180deg) scale(1.4);
        -ms-transform: rotateY(180deg) scale(1.4);
        -o-transform: rotateY(180deg) scale(1.4);
        transform: rotateY(180deg) scale(1.4);
    }
    100% {
        -webkit-transform: rotateY(0deg) scale(1);
        -moz-transform: rotateY(0deg) scale(1);
        -ms-transform: rotateY(0deg) scale(1);
        -o-transform: rotateY(0deg) scale(1);
        transform: rotateY(0deg) scale(1);
    }
} /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}
input[type='search'] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
td,
th {
    padding: 0;
}
.wp-caption,
embed,
iframe,
img,
object,
video {
    max-width: 100%;
}
img {
    height: auto;
    width: auto;
}
div.wpcf7 {
    margin: 0;
    padding: 0;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}
div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
    border: 2px solid red;
}
div.wpcf7-spam-blocked {
    border: 2px solid orange;
}
div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}
span.wpcf7-form-control-wrap {
    position: relative;
}
span.wpcf7-not-valid-tip {
    color: red;
    font-size: 1em;
    display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid red;
    background: #fff;
    padding: 0.2em 0.8em;
}
span.wpcf7-list-item {
    margin-left: 0.5em;
}
.wpcf7-display-none {
    display: none;
}
div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px;
}
div.wpcf7 div.ajax-error {
    display: none;
}
div.wpcf7 .placeheld {
    color: #888;
} /*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.3.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}
.chosen-container a {
    cursor: pointer;
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background: -webkit-gradient(
        linear,
        50% 0,
        50% 100%,
        color-stop(20%, #fff),
        color-stop(50%, #f6f6f6),
        color-stop(52%, #eee),
        color-stop(100%, #f4f4f4)
    );
    background: -webkit-linear-gradient(
        top,
        #fff 20%,
        #f6f6f6 50%,
        #eee 52%,
        #f4f4f4 100%
    );
    background: -moz-linear-gradient(
        top,
        #fff 20%,
        #f6f6f6 50%,
        #eee 52%,
        #f4f4f4 100%
    );
    background: -o-linear-gradient(
        top,
        #fff 20%,
        #f6f6f6 50%,
        #eee 52%,
        #f4f4f4 100%
    );
    background: 0 0, top, 20%, 50%, 52%, 100% #f4f4f4;
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}
.chosen-container-single .chosen-default {
    color: #999;
}
.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(images/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover,
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}
.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/chosen-sprite.png) 0 2px no-repeat;
}
.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}
.chosen-container-single .chosen-search input[type='text'] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url(images/chosen-sprite.png) 100% -20px no-repeat;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}
.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}
.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(
        linear,
        50% 0,
        50% 100%,
        color-stop(20%, #3875d7),
        color-stop(90%, #2a62bc)
    );
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear, false, #3875d7 20%, #2a62bc 90%;
    color: #fff;
}
.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default;
}
.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}
.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(
        linear,
        50% 0,
        50% 100%,
        color-stop(1%, #eee),
        color-stop(15%, #fff)
    );
    background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
    background-image: -o-linear-gradient(#eee 1%, #fff 15%);
    background-image: linear, false, #eee 1%, #fff 15%;
    cursor: text;
}
.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type='text'] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: 0 0 !important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-gradient(
        linear,
        50% 0,
        50% 100%,
        color-stop(20%, #f4f4f4),
        color-stop(50%, #f0f0f0),
        color-stop(52%, #e8e8e8),
        color-stop(100%, #eee)
    );
    background-image: -webkit-linear-gradient(
        #f4f4f4 20%,
        #f0f0f0 50%,
        #e8e8e8 52%,
        #eee 100%
    );
    background-image: -moz-linear-gradient(
        #f4f4f4 20%,
        #f0f0f0 50%,
        #e8e8e8 52%,
        #eee 100%
    );
    background-image: -o-linear-gradient(
        #f4f4f4 20%,
        #f0f0f0 50%,
        #e8e8e8 52%,
        #eee 100%
    );
    background-image: linear, false, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%,
        #eee 100%;
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(images/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px;
}
.chosen-container-multi
    .chosen-choices
    li.search-choice
    .search-choice-close:hover {
    background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(
        linear,
        50% 0,
        50% 100%,
        color-stop(20%, #f4f4f4),
        color-stop(50%, #f0f0f0),
        color-stop(52%, #e8e8e8),
        color-stop(100%, #eee)
    );
    background-image: -webkit-linear-gradient(
        top,
        #f4f4f4 20%,
        #f0f0f0 50%,
        #e8e8e8 52%,
        #eee 100%
    );
    background-image: -moz-linear-gradient(
        top,
        #f4f4f4 20%,
        #f0f0f0 50%,
        #e8e8e8 52%,
        #eee 100%
    );
    background-image: -o-linear-gradient(
        top,
        #f4f4f4 20%,
        #f0f0f0 50%,
        #e8e8e8 52%,
        #eee 100%
    );
    background-image: linear, top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%,
        #eee 100%;
    color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}
.chosen-container-multi
    .chosen-choices
    li.search-choice-focus
    .search-choice-close {
    background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(
        linear,
        50% 0,
        50% 100%,
        color-stop(20%, #eee),
        color-stop(80%, #fff)
    );
    background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
    background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
    background-image: -o-linear-gradient(#eee 20%, #fff 80%);
    background-image: linear, false, #eee 20%, #fff 80%;
    box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type='text'] {
    color: #222 !important;
}
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close,
.chosen-disabled .chosen-single {
    cursor: default;
}
.chosen-rtl {
    text-align: right;
}
.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}
.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}
.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}
.chosen-rtl .chosen-choices li {
    float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type='text'] {
    direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}
.chosen-rtl .chosen-drop,
.chosen-rtl.chosen-container-single-nosearch .chosen-search {
    left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}
.chosen-rtl .chosen-search input[type='text'] {
    padding: 4px 5px 4px 20px;
    background: url(images/chosen-sprite.png) -30px -20px no-repeat;
    direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min-resolution: 144dpi) {
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span,
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container-single .chosen-search input[type='text'],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-rtl .chosen-search input[type='text'] {
        background-image: url(images/chosen-sprite@2x.png) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:after,
.slick-track:before {
    content: '';
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-loading .slick-list {
    background: url(/images/ajax-loader.gif) center center no-repeat #fff;
}
@font-face {
    font-family: slick;
    src: url(images/icon-fonts/slick.eot);
    src: url(images/icon-fonts/slick.eot?#iefix) format('embedded-opentype'),
        url(images/icon-fonts/slick.woff) format('woff'),
        url(images/icon-fonts/slick.ttf) format('truetype'),
        url(images/icon-fonts/slick.svg#slick) format('svg');
    font-weight: 400;
    font-style: normal;
}
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: 25px;
}
[dir='rtl'] .slick-prev {
    left: auto;
    right: 25px;
}
.slick-prev:before {
    content: '\2190';
}
[dir='rtl'] .slick-prev:before {
    content: '\2192';
}
.slick-next {
    right: 25px;
}
[dir='rtl'] .slick-next {
    left: 25px;
    right: auto;
}
.slick-next:before {
    content: '\2192';
}
[dir='rtl'] .slick-next:before {
    content: '\2190';
}
.slick-dots {
    position: absolute;
    bottom: -50px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: none;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
    background-color: transparent;
    border: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    background-color: #c5ccd1;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50%;
}
@media screen and (max-width: 479px) {
    .slick-dots li button:before {
        height: 10px;
        width: 10px;
    }
}
.slick-dots li.slick-active button:before {
    background-color: #1bbc9b;
    opacity: 1;
}
.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: left;
    padding: 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}
.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
    margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
}
.slicknav_nav {
    clear: both;
}
.slicknav_nav li,
.slicknav_nav ul {
    display: block;
}
.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
    display: block;
    cursor: pointer;
}
.slicknav_nav a {
    display: block;
}
.slicknav_nav .slicknav_item a {
    display: inline;
}
.slicknav_menu:after,
.slicknav_menu:before {
    content: ' ';
    display: table;
}
.slicknav_menu:after {
    clear: both;
}
.slicknav_menu {
    font-size: 16px;
}
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: 700;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #f5f5f5;
}
.slicknav_menu {
    background: #ec098d;
}
.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
}
.slicknav_nav,
.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
}
.slicknav_nav ul {
    padding: 0;
    margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_item {
    padding: 5px 10px;
    margin: 2px 5px;
}
.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff;
}
.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
}
.slicknav_nav .slicknav_item:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #fff;
}
.slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #222;
}
.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}
#imagelightbox {
    position: fixed;
    z-index: 9999;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
}
#imagelightbox-overlay {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#imagelightbox-loading,
#imagelightbox-loading div {
    border-radius: 50%;
}
#imagelightbox-loading {
    width: 40px;
    width: 4rem;
    height: 40px;
    height: 4rem;
    background-color: #444;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 10003;
    top: 50%;
    left: 50%;
    padding: 1rem;
    margin: -2rem 0 0 -2rem;
    -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
}
#imagelightbox-loading div {
    width: 20px;
    width: 2rem;
    height: 20px;
    height: 2rem;
    background-color: #fff;
    -webkit-animation: imagelightbox-loading 0.5s ease infinite;
    -moz-animation: imagelightbox-loading 0.5s ease infinite;
    animation: imagelightbox-loading 0.5s ease infinite;
}
@-webkit-keyframes imagelightbox-loading {
    from {
        opacity: 0.5;
        -webkit-transform: scale(0.75);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
    to {
        opacity: 0.5;
        -webkit-transform: scale(0.75);
    }
}
@-moz-keyframes imagelightbox-loading {
    from {
        opacity: 0.5;
        -moz-transform: scale(0.75);
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1);
    }
    to {
        opacity: 0.5;
        -moz-transform: scale(0.75);
    }
}
@keyframes imagelightbox-loading {
    from {
        opacity: 0.5;
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0.5;
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }
}
#imagelightbox-caption {
    text-align: center;
    color: #fff;
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    z-index: 10001;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    text-transform: capitalize;
}
#imagelightbox-nav {
    background-color: #444;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    position: fixed;
    z-index: 10001;
    left: 50%;
    bottom: 60px;
    botom: 6rem;
    padding: 0.5rem;
    line-height: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
    #imagelightbox-nav {
        bottom: 20px;
        bottom: 2rem;
    }
}
#imagelightbox-nav button {
    width: 20px;
    width: 2rem;
    height: 20px;
    height: 2rem;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 0.5rem;
    padding: 0;
}
#imagelightbox-nav button.active {
    background-color: #fff;
}
#imagelightbox-caption,
#imagelightbox-loading,
#imagelightbox-nav,
#imagelightbox-overlay {
    -webkit-animation: fade-in 0.25s linear;
    -moz-animation: fade-in 0.25s linear;
    animation: fade-in 0.25s linear;
}
@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none;
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent;
}
.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
    screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
.container {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 1140px;
}
.five-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.stay-column.five-sixths,
.stay-column.one-fourth,
.stay-column.one-half,
.stay-column.one-sixth,
.stay-column.one-third,
.stay-column.three-fourths,
.stay-column.two-sixths,
.stay-column.two-thirds,
.three-fifths,
.three-fourths,
.two-fifths,
.two-thirds {
    float: left;
    margin-left: 3.50877%;
}
.one-half,
.stay-column.one-half {
    width: 48.24561%;
}
.one-third,
.stay-column.one-third {
    width: 30.99415%;
}
.stay-column.two-thirds,
.two-thirds {
    width: 65.49708%;
}
.one-fourth,
.stay-column.one-fourth {
    width: 22.36842%;
}
.stay-column.three-fourths,
.three-fourths {
    width: 74.12281%;
}
.one-fifth,
.stay-column.one-fifth {
    width: 17.19298%;
}
.stay-column.two-fifths,
.two-fifths {
    width: 37.89474%;
}
.stay-column.three-fifths,
.three-fifths {
    width: 58.59649%;
}
.four-fifths,
.stay-column.four-fifths {
    width: 79.29825%;
}
.one-sixth,
.stay-column.one-sixth {
    width: 13.74269%;
}
.five-sixths,
.stay-column.five-sixths {
    width: 82.74854%;
}
.first,
.five-sixths:first-child,
.four-fifths:first-child,
.one-fifth:first-child,
.one-fourth:first-child,
.one-half:first-child,
.one-sixth:first-child,
.one-third:first-child,
.stay-column.first,
.three-fifths:first-child,
.three-fourths:first-child,
.two-fifths:first-child,
.two-thirds:first-child {
    clear: both;
    margin-left: 0;
}
@media only screen and (max-width: 1139px) {
    .container {
        width: 960px;
    }
}
@media only screen and (max-width: 767px) {
    .five-sixths,
    .four-fifths,
    .one-fifth,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fifths,
    .three-fourths,
    .two-fifths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }
}
@media only screen and (max-width: 1023px) {
    .container {
        width: 100%;
        padding: 0 5%;
    }
    .med-five-sixths,
    .med-four-fifths,
    .med-one-fifth,
    .med-one-fourth,
    .med-one-half,
    .med-one-sixth,
    .med-one-third,
    .med-three-fifths,
    .med-three-fourths,
    .med-two-fifths,
    .med-two-thirds {
        clear: none;
        float: left;
        margin-left: 3.50877%;
    }
    .med-one-half {
        width: 48.24561%;
    }
    .med-one-third {
        width: 30.99415%;
    }
    .med-two-thirds {
        width: 65.49708%;
    }
    .med-one-fourth {
        width: 22.36842%;
    }
    .med-three-fourths {
        width: 74.12281%;
    }
    .med-one-fifth {
        width: 17.19298%;
    }
    .med-two-fifths {
        width: 37.89474%;
    }
    .med-three-fifths {
        width: 58.59649%;
    }
    .med-four-fifths {
        width: 79.29825%;
    }
    .med-one-sixth {
        width: 13.74269%;
    }
    .med-five-sixths {
        width: 82.74854%;
    }
    .med-first,
    .med-five-sixths:first-child,
    .med-four-fifths:first-child,
    .med-one-fifth:first-child,
    .med-one-fourth:first-child,
    .med-one-half:first-child,
    .med-one-sixth:first-child,
    .med-one-third:first-child,
    .med-three-fifths:first-child,
    .med-three-fourths:first-child,
    .med-two-fifths:first-child,
    .med-two-thirds:first-child {
        clear: both;
        margin-left: 0;
    }
}
@media screen and (max-width: 479px) {
    .med-five-sixths,
    .med-four-fifths,
    .med-one-fifth,
    .med-one-fourth,
    .med-one-half,
    .med-one-sixth,
    .med-one-third,
    .med-three-fifths,
    .med-three-fourths,
    .med-three-sixths,
    .med-two-fifths,
    .med-two-thirds {
        margin: 0;
        width: 100%;
    }
}
#main::after,
#main::before,
.clearfix::after,
.clearfix::before,
.container::after,
.container::before,
header::after,
header::before {
    content: '';
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.simpleClear {
    clear: both;
}
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.clearfix {
    zoom: 1;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body {
    background-color: #f5f5f5;
    color: #282828;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.625;
}
@media screen and (max-width: 767px) {
    body {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 1.6rem;
    text-transform: uppercase;
}
h1 {
    font-size: 36px;
    font-size: 3.6rem;
}
h2 {
    font-size: 33px;
    font-size: 3.3rem;
    font-weight: 700;
    color: #036297;
}
h3 {
    font-size: 24px;
    font-size: 2.4rem;
}
h4 {
    font-size: 20px;
    font-size: 2rem;
}
h5 {
    font-size: 18px;
    font-size: 1.8rem;
}
h6 {
    font-size: 16px;
    font-size: 1.6rem;
}
a {
    color: #00f;
    text-decoration: none;
}
a:hover {
    color: #000;
}
a img {
    margin-bottom: -0.4rem;
}
p {
    margin: 0 0 2.4rem;
    padding: 0;
}
strong {
    font-weight: 700;
}
blockquote,
blockquote::before {
    color: #424242;
}
blockquote {
    margin: 4rem 4rem 2.4rem;
}
blockquote::before {
    content: '\201C';
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}
.entry-content code {
    background-color: #cbcbcb;
    color: #000;
}
cite {
    font-style: normal;
}
::selection {
    background: #333;
    color: #fff;
}
::-moz-selection {
    background: #333;
    color: #fff;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
body {
    -webkit-tap-highlight-color: #333;
}
.button,
a,
button,
input:focus,
input[type='button'],
input[type='reset'],
input[type='submit'],
textarea:focus {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.green-bold {
    color: #387aa8;
    font-family: 'montserrat', sans-serif;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 10px;
    display: block;
    font-size: 24px;
}
.blue-text {
    color: #7cb9e1;
    font-family: 'montserrat', sans-serif;
    font-weight: 500;
}
#header {
    color: #fff;
    overflow: auto;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 1300px) {
    #header {
        background-position: 40%;
    }
}
@media screen and (max-width: 1023px) {
    #header {
        background-position: 30%;
    }
}
@media screen and (max-width: 767px) {
    #header {
        background-image: none !important;
        background-color: #036297;
    }
}
#header .container {
    padding-left: 100px;
}
@media screen and (max-width: 767px) {
    #header .container {
        padding-left: 5%;
    }
}
.nav-wrapper {
    background-image: -moz-linear-gradient(
        left,
        rgba(0, 0, 0, 0.2) 40%,
        rgba(85, 85, 85, 0) 60%,
        rgba(255, 255, 255, 0) 100%
    );
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(40%, rgba(0, 0, 0, 0.2)),
        color-stop(60%, rgba(85, 85, 85, 0)),
        color-stop(100%, rgba(255, 255, 255, 0))
    );
    background-image: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.2) 40%,
        rgba(85, 85, 85, 0) 60%,
        rgba(255, 255, 255, 0) 100%
    );
    background-image: -o-linear-gradient(
        left,
        rgba(0, 0, 0, 0.2) 40%,
        rgba(85, 85, 85, 0) 60%,
        rgba(255, 255, 255, 0) 100%
    );
    background-image: -ms-linear-gradient(
        left,
        rgba(0, 0, 0, 0.2) 40%,
        rgba(85, 85, 85, 0) 60%,
        rgba(255, 255, 255, 0) 100%
    );
    background-image: linear, to right, rgba(0, 0, 0, 0.2) 40%,
        rgba(85, 85, 85, 0) 60%, rgba(255, 255, 255, 0) 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#00ffffff', GradientType=1);
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .nav-wrapper {
        background-image: none;
        background-color: rgba(0, 0, 0, 0.2);
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .nav-wrapper .container {
        padding: 0;
    }
}
h1.site-title {
    display: block;
    margin-bottom: 30px;
    text-align: center;
    width: 45%;
}
@media screen and (max-width: 1139px) {
    h1.site-title {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    h1.site-title {
        margin-bottom: 15px;
        width: 100%;
    }
}
h1.site-title > span {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}
.header-caption {
    width: 45%;
    margin-bottom: 120px;
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
    margin-top: 120px;
}
@media screen and (max-width: 1139px) {
    .header-caption {
        font-size: 24px;
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 767px) {
    .header-caption {
        width: 100%;
    }
}
.header-caption .header-content-title {
    text-transform: uppercase;
    font-size: 50px;
    font-size: 5rem;
    font-family: 'montserrat', sans-serif;
    font-weight: 700;
    line-height: 1;
}
@media screen and (max-width: 1139px) {
    .header-caption .header-content-title {
        font-size: 40px;
        font-size: 4rem;
    }
}
@media screen and (max-width: 767px) {
    .header-caption .header-content-title {
        font-size: 30px;
        font-size: 3rem;
    }
}
.arrow-section {
    text-align: center;
    padding: 5px 0;
    background-color: #1bbc9b;
}
.floating-menu {
    position: fixed;
    z-index: 99;
    top: 45%;
    right: 2.5%;
    background-color: #fff;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #c5ccd1;
}
@media screen and (max-width: 767px) {
    .floating-menu {
        display: none !important;
    }
}
.floating-menu a {
    background-color: #c5ccd1;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: block;
    margin: 5px 0;
}
.floating-menu a:focus,
.floating-menu a:hover {
    background-color: #1bbc9b;
}
.primary-nav {
    padding-left: 50px;
}
@media screen and (max-width: 1023px) {
    .primary-nav {
        padding-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .primary-nav {
        padding: 0;
        text-align: center;
    }
}
.sf-menu {
    clear: both;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1.5;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 5px;
}
.sf-menu .menu-item {
    display: inline-block;
    text-align: left;
}
.sf-menu > .menu-item {
    float: left;
}
@media screen and (max-width: 767px) {
    .sf-menu > .menu-item {
        float: none;
    }
}
.sf-menu a {
    border: none;
    color: #fff;
    display: block;
    padding: 1rem 2.5rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 2.5em;
    margin-right: 2.5em;
    position: relative;
    text-transform: uppercase;
    border-bottom: 5px solid transparent;
}
@media screen and (max-width: 492px) {
    .sf-menu a {
        margin-left: 10px;
        margin-right: 10px;
    }
}
.sf-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1.6rem 2rem;
    position: relative;
    width: 200px;
    width: 20rem;
}
.sf-menu .current-menu-ancestor > a,
.sf-menu .current-menu-item > a,
.sf-menu a:hover {
    border-bottom: 5px solid #1bbc9b;
    /* color: #1bbc9b; */
    /* background-color: rgba(0, 0, 0, 0.3); */
}
.sf-menu .sub-menu .current-menu-ancestor > a,
.sf-menu .sub-menu .current-menu-item > a,
.sf-menu .sub-menu .menu-item > a:hover {
    color: #fff;
    background-color: #000;
}
.sf-menu .sub-menu {
    left: -9999px;
    margin-left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 200px;
    width: 20rem;
    z-index: 99;
}
.sf-menu .sub-menu .sub-menu {
    margin: -5.4rem 0 0 19.9rem;
}
.sf-menu .menu-item:hover {
    position: static;
}
.sf-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}
.sf-menu > .first > a {
    padding-left: 0;
}
.sf-menu > .last > a {
    padding-right: 0;
}
.sf-menu .sub-menu > .menu-item-has-children > a::after {
    content: ' \25b6';
    float: right;
    font-size: 8px;
    font-size: 0.8rem;
    margin-right: -0.3rem;
}
#footer {
    background-color: #fff;
    color: #036297;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 4rem 0;
    text-align: center;
}
#footer a {
    color: #036297;
}
#footer a:hover {
    color: #7cb9e1;
}
@media screen and (max-width: 767px) {
    #footer a {
        display: block;
    }
}
#footer .footer-mandr {
    border-left: 1px solid #036297;
    margin-left: 10px;
    padding-left: 10px;
}
@media screen and (max-width: 767px) {
    #footer .footer-mandr {
        margin: 0;
        padding: 0;
        border-left: none;
    }
}
#footer p {
    margin-bottom: 0;
}
.button,
button:not(.mfp-close),
input[type='button'],
input[type='reset'],
input[type='submit'] {
    width: auto;
    color: #036297;
    background: 0 0;
    cursor: pointer;
    padding: 1rem 2.5rem;
    text-transform: uppercase;
    border: 2px solid #036297;
    border-radius: none;
    box-shadow: none;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.button:hover,
button:not(.mfp-close):hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
    color: #fff;
    background-color: #036297;
    border: 2px solid #036297;
}
.button {
    display: inline-block;
}
.center-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
input,
select,
textarea {
    background-color: #fff;
    color: #036297;
    padding: 1.6rem;
    width: 100%;
    border: transparent;
    font-weight: 700;
}
input:focus,
textarea:focus {
    background-color: rgba(124, 185, 225, 0.2);
    outline: 0;
}
::-moz-placeholder {
    color: #000;
    opacity: 1;
    font-weight: 700;
    text-transform: uppercase;
}
::-webkit-input-placeholder {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
:-ms-input-placeholder {
    color: #000;
    opacity: 1;
    font-weight: 700;
    text-transform: uppercase;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button {
    display: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 4rem;
    width: 100%;
}
tbody {
    border-bottom: 1px solid #ddd;
}
td,
th {
    text-align: left;
}
th {
    font-weight: 700;
    text-transform: uppercase;
}
td {
    border-top: 1px solid #ddd;
    padding: 0.6rem 0;
}
ol,
ul {
    margin: 0 0 2.4rem;
    padding: 0;
}
p + ul {
    margin-top: -1.8rem;
}
.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.two-column > li {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.8rem;
}
ol.two-column > li {
    display: list-item;
}
.wp-pagenavi {
    clear: both;
    overflow: hidden;
}
.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    font-style: italic;
    text-decoration: none;
    margin-right: 10px;
}
.wp-pagenavi .pages {
    float: right;
    border: none;
}
.wp-pagenavi .nextpostslink {
    font-style: normal;
    text-transform: uppercase;
    padding-right: 14px;
}
.wp-pagenavi .previouspostslink {
    font-style: normal;
    text-transform: uppercase;
    padding-left: 14px;
}
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
    text-decoration: underline;
}
nav.posts-link {
    width: 100%;
    overflow: hidden;
    margin-bottom: 1.5em;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.sidebar p:last-child {
    margin-bottom: 0;
}
.sidebar li {
    list-style-type: none;
    margin-bottom: 0.6rem;
    word-wrap: break-word;
}
.sidebar ul > li:last-child {
    margin-bottom: 0;
}
.sidebar .widget {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 4rem;
    padding: 4rem;
}
.avatar {
    float: left;
}
.alignleft .avatar {
    margin-right: 2.4rem;
}
.alignright .avatar {
    margin-left: 2.4rem;
}
.search-form input[type='submit'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}
.aligncenter,
img.centered {
    display: block;
    margin: 0 auto 2.4rem;
}
img.alignnone {
    margin-bottom: 1.2rem;
}
.alignleft {
    float: left;
    text-align: left;
}
.alignright {
    float: right;
    text-align: right;
}
.wp-caption.alignleft,
img.alignleft {
    margin: 0 2.4rem 2.4rem 0;
}
.wp-caption.alignright,
img.alignright {
    margin: 0 0 2.4rem 2.4rem;
}
.wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
}
.gallery-icon img {
    border: 2px solid #333 !important;
    border: 0.2rem solid #333 !important;
}
.gallery-caption {
    display: block;
}
.gallery-item {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 0 0.5rem;
    margin-bottom: 2.4rem;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
@media screen and (max-width: 767px) {
    .gallery-item {
        max-width: 50% !important;
    }
}
.hr {
    height: 4px;
    background: #000;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    margin: 30px 0;
}
.short-divider {
    height: 8px;
    background-color: #fff;
    border-top: 1px solid #c5ccd1;
    border-bottom: 4px solid #c5ccd1;
    width: 100px;
    margin: auto;
}
.iframe-embed {
    position: relative;
    padding-bottom: 300px;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.iframe-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.spacer {
    clear: both;
    padding: 1.2rem 0;
    display: block;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .responsive-column-count,
    .two-column {
        -webkit-column-count: 1 !important;
        -moz-column-count: 1 !important;
        column-count: 1 !important;
    }
    .mobile-center-image {
        width: 100%;
        display: block;
        text-align: center;
        overflow: auto;
        margin: 10px 0 20px;
    }
    .mobile-center-image > .alignleft,
    .mobile-center-image > .alignright,
    .mobile-center-image > a > .alignleft,
    .mobile-center-image > a > .alignright {
        margin: 1px 0;
        float: none;
        text-align: center;
    }
}
.content-limiter {
    position: relative;
    overflow: hidden;
    margin-bottom: 2.4rem;
    transition: margin 0.5s ease-out;
}
.content-limiter.content-limiter-off {
    margin-bottom: 0;
}
.content-limiter.animation-complete {
    height: auto !important;
}
.content-limiter-expander {
    margin-bottom: 3.2rem;
}
.content-limiter-blur {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: rgba(245, 245, 245, 0);
    background-image: -webkit-linear-gradient(
        rgba(245, 245, 245, 0),
        rgba(245, 245, 245, 0.8)
    );
    background-image: linear-gradient(
        rgba(245, 245, 245, 0),
        rgba(245, 245, 245, 0.8)
    );
}
.content-limiter-off .content-limiter-blur {
    display: none;
}
.post-holder .tabs-wrapper {
    margin-bottom: 4.8rem;
    border: 1px solid #000;
}
.post-holder .tabs-menu-wrapper {
    overflow: auto;
}
.post-holder .tabs {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.post-holder .tabs > .tab-link {
    display: table-cell;
    width: 11.111%;
    padding: 0.8rem 0.4rem;
    margin: 0;
    text-indent: 0;
    line-height: 1.2;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    background: #000;
    color: #fff;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    transition: background 0.4s;
}
.post-holder .tabs > .tab-link:before {
    content: normal;
}
.post-holder .tabs > .tab-link.tab-current,
.post-holder .tabs > .tab-link:hover {
    background: #999;
    color: #282828;
}
@media screen and (max-width: 767px) {
    .post-holder .tabs > .tab-link {
        display: block;
        width: 100%;
    }
}
.post-holder .tab-content {
    display: none;
    background: #999;
    padding: 3.2rem;
}
.post-holder .tab-content.tab-current {
    display: inherit;
}
.toggle {
    padding: 0 0 2px;
}
.toggle .trigger {
    background-color: #fff;
    border: 1px solid #333;
    color: #f5f5f5;
    display: block;
    height: 1%;
    padding: 10px 12px 10px 60px;
    position: relative;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}
.toggle .trigger span {
    display: block;
    background: #f5f5f5;
    color: #fff;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 45px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 26px;
}
.toggle .active span {
    background: #333;
}
.toggle .active,
.toggle .trigger:hover {
    background: #333;
    color: #fff;
}
.toggle .box {
    overflow: hidden;
    border: 1px solid #333;
    padding: 20px;
}
.youtube-embed {
    position: relative;
    width: 100%;
    max-width: 480px;
}
.play-hover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
a:hover > .play-hover {
    opacity: 0.1;
}
.play-hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABfCAYAAAAXtMJAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABndJREFUeNrsXW1vFFUUPp3d2qXF1rJQqS20KFJNWxERFF8QP/AFY2LiV3+c8YuJiR80EY2Y4FtIMEI1bYkl1SxBRFhqU176IoV6ns7pZllndmd3587ce+c+yRMgdLsz57n3nHPPfcuTvuhh7hT2CbczC8Jczc8/YK4K7zKXhLeE93R8ybxGz9LLHGHuYQ4yH2/y8zkRDSwG/D9E+Yt5lXmFeVuHl+5I+fv7mQeExYS/e4F5WbiYJQHQ68aYE9LSdcB15gxzjrluqwBdzEPMg8xtmsadFeavzCnmmi0CPMZ8SYzfRWZgTUS4yPxX5RflFIsLN/Muc59mAT+KmxxmjosYZdMEKIrh4W46yVzg2Z+W7OxvcVFaC4BWf4R5StJKW4CUeJL5UAK2lgIg/35Pum0H2Qe8015hiXlfJwHgL99n7iD7gd7wPPNGHIO5OARAi39Hsp2sALHhORldl9MU4BjzuKUuJ4pLekb+/DMNAU4wXyYHuN+CxIXEBHib+aKzfQW7ZXRfSkKA15iHnc0DRfDIr7ZGhtfkl2BgddTZOhRHxUZKBBgRv+/QODaOxC1An4xuO5x9I2VHp8RmsQiQkzy/y9k2MrrEZrk4BEDQHXA2bRoDYru2BBhUlPFczYgIh6nBrJ/XwPWcVPRg3zM/Jn+S3HacrOeK6vkojHLHFD3UNPMmc5b5D/NJi2MMBmjrYY0trAf0JJjvY1XCR8xzFFOJV9PxQU8zArxCyc5koYX8xPyQeclCATrFppEEwEzWREoPitVrX1saHyYoYJbQC4ncXsoPi8mOT5inSZMVbDHAC8oovYCAMa7RQ9sWH8apZk2UF/ADui0fsSk+5GsbeK0Akxo/vC3xYTJMgCGKWEBy8aEt9Imt/yfAmGEvYnJ8GKsVACXU/Qa2JlPjw36xeUUAVO66DfarpsWHbrF5RYBRS3Jtk+LDKFWlnEOWjToRH/4gf1n8EdJzgfDQVg+ALxok+6B7fIDNOyBAP5m9hNzU+ACb90OAXZQN6BgfdiEGFClb0Ck+FNEDeil70CU+9HqGlB9sjQ+bAmwjh7TiQzdiQMHZP7X4UPCcAKnGh4Ln7J1ufHACpBwfnADRMU/+ORKxIu/sGglY7/8WKdiGCwFWXSAOBepk2AW6T9HvX3UCBAPrVF8lf7uRSje9KcAy8wln80pMxKqFYwk1yuW8RPannO3V+fk6uJ0ne5b+tQoY/E2Ffr6hAAsZNXyhys+ntflwAQKUM2Z4+PkXxM+nvSmkDAFwZCMWNnVmwPijklbqcKwObL4IATbIPwVqr+V+/jjptfwGNt/YGglfs1QAHfx8GK5VlyJK4hOdn08OpWoBbsqArNsC4+vk50MHYGLzigCIA/PSapyfV495sfkj1dA5QwXQ2c+HYW7rL/maoIDz9k1ZJWGCnw/C0lYArhUAwA72N5yfV4rp6n/UCjAr3VnXiRqT/HwQ1sXGoQKsyA8c1OzBTfTzQZilmvOng1r6BfJr4jrMF5vq54PwUGxLjQRAeXpGg4zIZD8fhBkKKP2H+frz5J+PnEaBznQ/H4T7YlOKKgAWJWF12OvOz8eC8xRyjVa9bOei9ALVLsAmPx8EHEg1Ve/lw4CL0c4k4Oc/IP+sTVtPzDojtqRmewBwXSJ33Af37RD3Nkp24wI1uHEjytnRGDZjwronxgd7luxfCoNq51ckRbdWXFC1K/qCErpXyxKsic0eRAmAUYAC0ulGajpsYkNstRQ1A4kKXIB51tm3Ic6KrSKh2fsDbohoQ87OgcDY6edmPtDKBQ44dhgb+3Y7ez8C7B34odkPtXqFSUlGrk4EH78wv23lg+1c4lOSksFwxo2PMsOPrX643WuscH3THRknZO1yB5SXvyG/ZENpCQCUZbCGUW1nRoyPZSWfM39v9xfFdZUh6ty/UWt3wZsGbFn9lGJaVR7nZZ6oeV+S0d+whS4JLuecuJ3YLnnOKWohWHg0YFFvQEHtM3mvWKHqQucV6Q13JVU1NTbA138nKeayii/IKX4BVASnxS3hZC5T9iWvyYj2S4r5AudaJOmnMeFyiPwpR12PyFmREe0UJVT9TSNQohfg6N4J0ue0RrRyrFrAms31JL847UwFO9EPCJM+uw5p5GXhYloG0ClVxNl12Ku7R9F44o60dBQTr5Am23N1ztUxBbpT2CfcTn4RsBCQQCDQrwqRfS0Jbwnv6fiS/wkwAFQOQK6VwVBNAAAAAElFTkSuQmCC)
        center center no-repeat;
}
#back-to-top {
    position: fixed;
    bottom: 2%;
    right: 2%;
    width: 40px;
    height: 40px;
    z-index: 99999;
    display: block;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#back-to-top.show {
    opacity: 0.7;
}
#back-to-top.show:hover {
    opacity: 1;
}
#back-to-top a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAKCAYAAAC0VX7mAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFtJREFUeNpi/P//PwMRoAOI+YE4C4jxawAZSAB3/EeA6UDMiE89KYbBQD+5BmIzDAY6SDUQn2F4DSXXMJyGUmIYVkMpNQzDUAZoMuj9TznogBk4/T/1QAdAgAEApdCCY1FMYYgAAAAASUVORK5CYII=)
        center 48% no-repeat;
}
#loading-delay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/ajax-loader.gif) 50% 50% no-repeat #fff;
    display: block;
    z-index: 99999;
}
.no-js #loading-delay {
    display: none;
}
#Above-About {
    text-align: left;
}
#Above-About .container {
    padding: 50px 25px;
}
#Above-About .container .green-bold {
    font-size: 24px;
    font-size: 2.4rem;
}
#About {
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 1.5%;
}

@media screen and (max-width: 767px) {
    #About {
        background-image: none !important;
    }
    #About p,
    #About h2 {
        text-align: center;
    }
}
#About .container {
    padding: 50px 25px;
}
#About .container:before {
    content: '';
    background: url(/wp-content/themes/hm&m-theme/images/shadow.svg) no-repeat
        center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 36px;
    z-index: 1;
    pointer-events: none;
    visibility: visible;
    -webkit-mask-image: linear-gradient(
        to right,
        transparent,
        black 20%,
        black 80%,
        transparent
    );
    mask-image: linear-gradient(
        to right,
        transparent,
        black 20%,
        black 80%,
        transparent
    );

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#About .container .two-thirds {
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    #About .container .two-thirds {
        margin-top: 0;
    }
}
#About .staff-link-wrapper {
    border-radius: 50%;
    padding: 5px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
    #About .staff-link-wrapper {
        margin-bottom: 0;
    }
}
#About .staff-link-wrapper .staff-circle {
    display: block;
    position: relative;
}
#About .staff-link-wrapper .staff-circle img {
    height: 100%;
    max-height: 420px;
    width: 100%;
    border-radius: 30px 30px 0 0;
    object-fit: cover;
    transform: scaleX(-1);
    object-position: top;
}
#About .staff-link-wrapper .staff-link {
    bottom: 0px;
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    text-align: center;
    left: 0px;
    background-color: white;
    font-size: 24px;
    line-height: 2.5rem;
}

.staff-title {
    font-family: 'montserrat', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #387aa8;
}

@media screen and (min-width: 768px) {
    #About .two-thirds.first {
        padding-right: 40px;
    }
}

.staff-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 10px solid #1bbc9b;
    padding: 28px 0;
    background: white;
    transform: translateY(-6px);
}

#About .staff-link-wrapper .button {
    padding: 5px;
    color: #387aa8;
    border: 0 !important;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    line-height: 1;
    text-transform: uppercase;
}

.staff-link-wrapper .button img {
    transform: translateY(-2px);
    transition: transform 0.3s ease-in-out;
}

.staff-link-wrapper .button:hover {
    background: transparent;
}

#About .staff-link-wrapper .button:hover img {
    transform: translateX(5px) translateY(-2px);
}
#About .staff-content {
    display: none;
    top: 0;
    opacity: 0.6;
    background: #036297;
    height: 100%;
    width: 40%;
    left: 60%;
    padding: 100px;
    color: #fff;
    text-align: left;
    overflow: scroll;
}
@media screen and (max-width: 1139px) {
    #About .staff-content {
        left: 40%;
        width: 60%;
    }
}
@media screen and (max-width: 1023px) {
    #About .staff-content {
        left: 15%;
        width: 85%;
    }
}
@media screen and (max-width: 642px) {
    #About .staff-content {
        padding: 50px 15px;
    }
}
@media screen and (max-width: 479px) {
    #About .staff-content {
        left: 5%;
        width: 95%;
    }
}
#About .staff-content .bio-img-wrap {
    text-align: center;
}
#About .staff-content .bio-img-wrap img {
    transform: scaleX(-1);
}
@media screen and (min-width: 1921px) {
    #About .staff-content .bio-img-wrap {
        max-width: 300px;
    }
}
@media screen and (max-width: 1920px) {
    #About .staff-content .bio-img-wrap {
        max-width: 200px;
    }
}
#About .staff-content .bio-img-wrap h2 {
    color: #fff;
    text-align: left;
    margin-top: 28px;
}
#About .staff-content .modal-close {
    position: absolute;
    right: 30px;
    top: 15px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
#About .staff-content .modal-close:hover {
    color: #000;
}
@media screen and (max-width: 767px) {
    #Services {
        background-image: none !important;
        background-color: #fff;
    }
}
#Services .container {
    padding: 50px 25px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #Services {
        background-image: none !important;
        background-color: #a8cae0;
    }
}

#Contact .container:before {
    content: '';
    background: url(/wp-content/themes/hm&m-theme/images/shadow.svg) no-repeat
        center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 36px;
    z-index: 1;
    pointer-events: none;
    visibility: visible;
    -webkit-mask-image: linear-gradient(
        to right,
        transparent,
        black 20%,
        black 80%,
        transparent
    );
    mask-image: linear-gradient(
        to right,
        transparent,
        black 20%,
        black 80%,
        transparent
    );

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

#Services .container:before {
    content: '';
    background: url(/wp-content/themes/hm&m-theme/images/shadow.svg) no-repeat
        center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 36px;
    z-index: 1;
    pointer-events: none;
    visibility: visible;
    -webkit-mask-image: linear-gradient(
        to right,
        transparent,
        black 20%,
        black 80%,
        transparent
    );
    mask-image: linear-gradient(
        to right,
        transparent,
        black 20%,
        black 80%,
        transparent
    );

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#Services .service-wrap {
    margin-bottom: 30px;
}
#Services .service-wrap .service-title-wrap .service-title {
    color: #036297;
    font-weight: 700;
    font-size: 24px;
    font-size: 2.4rem;
}
#Services .service-wrap:nth-of-type(7) {
    margin-left: 17.5% !important;
}
@media screen and (max-width: 767px) {
    #Services .service-wrap:nth-of-type(7) {
        margin-left: auto !important;
    }
}
#Services .service-content {
    display: none;
    top: 0;
    opacity: 0.8;
    background: #036297;
    height: 100%;
    width: 40%;
    left: 60%;
    padding: 100px;
    color: #fff;
    text-align: left;
    overflow: scroll;
}
@media screen and (max-width: 1139px) {
    #Services .service-content {
        left: 40%;
        width: 60%;
    }
}
@media screen and (max-width: 1023px) {
    #Services .service-content {
        left: 15%;
        width: 85%;
    }
}
@media screen and (max-width: 642px) {
    #Services .service-content {
        padding: 50px 15px;
    }
}
@media screen and (max-width: 479px) {
    #Services .service-content {
        left: 5%;
        width: 95%;
    }
}
#Services .service-content h2 {
    color: #fff;
}
#Services .service-content .modal-close {
    position: absolute;
    right: 30px;
    top: 15px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
#Services .service-content .modal-close:hover {
    color: #000;
}
#After-Services {
    text-align: center;
    color: #fff;
    font-family: Syncopate, sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
}
#After-Services .container {
    padding: 50px 25px 30px;
    box-shadow: 0 55px 15px -60px #aaa;
}
#After-Services .container .blue-text {
    font-style: italic;
}
#Contact {
    text-align: center;
}
#Contact .container {
    padding: 50px 25px;
    box-shadow: 0 55px 15px -60px #aaa;
}
#Contact .container h2 {
    margin-bottom: 50px;
}
#Contact .container .short-divider {
    width: 100%;
    margin-bottom: 50px;
}
#Contact .container button {
    color: #1bbc9b;
    border: 2px solid #1bbc9b;
    margin-bottom: 50px;
}
#Contact .container button:hover {
    color: #fff;
    background-color: #1bbc9b;
}
#contact-map {
    width: 100%;
    height: 50rem;
}
#error404 {
    padding: 30px 0 100px;
}
.error404-num {
    font-size: 250px;
    line-height: 1.2em;
    text-align: center;
}
#error404 hgroup {
    margin: 0 0 2em;
    padding-top: 50px;
}
#error404 hgroup h1 {
    font-size: 3em;
    margin-bottom: 0.2em;
}

ul:not([class]) {
    margin-left: 22px;
}

/* Cards */

.cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.cards.four-columns .card {
    flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
}
@media screen and (max-width: 767px) {
    .cards.four-columns .card {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}
@media screen and (max-width: 500px) {
    .cards.four-columns .card {
        flex: 1 1 calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
}

.cards.three-columns .card {
    flex: 1 1 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
}
@media screen and (max-width: 767px) {
    .cards.three-columns .card {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}
@media screen and (max-width: 500px) {
    .cards.three-columns .card {
        flex: 1 1 calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
}

.card {
    background-color: #fff;
    padding: 20px;
    border-radius: 40px 40px 0 0;
    border-bottom: 10px solid #1bbc9b;
    position: relative;
}

.card .img-wrap {
    width: 56px;
    height: 56px;
    object-fit: cover;
    background-color: #1bbc9b;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.card img {
    width: 90%;
    object-fit: cover;
}

.card-content {
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
}

#upper-icons .card-content p {
    margin-bottom: 0;
}

.card {
    padding-bottom: 40px;
}

#upper-icons {
    background: #c8deed42;
    padding: 25px 25px;
}
#callout {
    padding-top: 25px !important;
}
#callout a {
    color: #036297;
    text-decoration: underline;
}
#callout a:hover {
    text-decoration: none;
}

.card-content h3 {
    font-family: 'montserrat', sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: #036297;
    text-transform: unset !important;
}

#callout,
#callout-2,
.section-cards-icons {
    padding: 50px 25px;
}

#Services .cards {
    margin-top: 56px;
}

#Services .button {
    border-color: #1bbc9b;
    font-weight: 700;
}

.cards {
    row-gap: 56px;
    margin-top: 28px;
    /* //margin-bottom: 28px; */
}

#callout-2 h3,
#callout h3 {
    color: #036297;
    font-weight: 700;
    font-size: 33px;
    font-size: 3.3rem;
    font-family: 'montserrat', sans-serif;
    text-transform: none;
}
#callout-2 h3 {
    color: white !important;
}
#callout p,
#callout-2 p {
    color: #036297;
    font-weight: 500;
    font-size: 25px;
    font-size: 2.5rem;
    font-family: 'montserrat', sans-serif;
    margin-bottom: 0;
}

#callout-2 p {
    color: white !important;
}

.ginput_container input,
.ginput_container textarea {
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #c5ccd1 !important;
}
.ginput_container textarea {
    text-align: left !important;
}
.ginput_container {
    border-bottom: 3px solid #c5ccd1 !important;
    padding-bottom: 5px !important;
}

.gfield_label {
    font-weight: 700 !important;
    font-style: italic !important;
    font-size: 16px !important;
}

.gfield_required {
    display: none !important;
}

.gform_button {
    margin: auto !important;
    background: white !important;
    border: 2px solid #1bbc9b !important;
    color: #036297 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    padding: 10px 20px !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease-in-out !important;
    border-radius: 0px !important;
    padding: 1.5rem 2.5rem !important;
}

.gform_button:hover {
    background: #036297 !important;
    color: white !important;
}
