@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500|Open+Sans:300,400,400i,700,700i&subset=latin-ext);
/* compiled by scssphp v0.7.6 on Tue, 29 Apr 2025 23:16:30 +0000 (0.0815s) */
/* line 315, styles/_functions.scss */
.content h1:first-child:after,
form:not(.custom-form) .field-UPLOAD .upload-button:after,
.ui-accordion .ui-accordion-header .ui-accordion-header-icon:before,
.ui-accordion .ui-accordion-header .ui-accordion-header-icon:after,
.open-sub:before,
.open-sub:after,
.slideshow button.slick-arrow:before,
.product-list .image:before,
.product-list .image:after,
.product-list h3:after,
.product h1:first-child:after,
.secondary-background .product h2:after,
.product button.slick-arrow:before {
    content: '';
    display: block;
    position: absolute;
    }

/* line 325, styles/_functions.scss */
/* line 327, styles/_functions.scss */
.container:before,
.slideshow:before,
.product:before,
.container:after,
.slideshow:after,
.product:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    }

/*** element styles ***/
/* line 2, styles/_main.scss */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

/* line 7, styles/_main.scss */
body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #32373b;
    font-family: 'Open Sans',sans-serif;
    font-size: 1em;
    line-height: 1.5;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    }

/* line 157, styles/_functions.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1em;
    font-family: 'Montserrat',sans-serif;
    }

/* line 27, styles/_main.scss */
.content h1:first-child {
    position: relative;
    padding: 0 0 12px;
    }

/* line 32, styles/_main.scss */
.content h1:first-child:after {
    left: 0;
    bottom: 0;
    height: 3px;
    width: 60px;
    background: #7f2628;
    }

/* line 44, styles/_main.scss */
h3 {
    color: #7f2628;
    }

/* line 49, styles/_main.scss */
a {
    color: #7f2628;
    text-decoration: none;
    }

/* line 212, styles/_functions.scss */
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #000;
    }

/* line 60, styles/_main.scss */
a img {
    border: none;
    }

/* line 66, styles/_main.scss */
img {
    height: auto;
    max-width: 100%;
    }

/* line 72, styles/_main.scss */
iframe {
    max-width: 100%;
    }

/* line 77, styles/_main.scss */
/* line 80, styles/_main.scss */
input:disabled,
textarea:disabled {
    opacity: .5;
    }

/*** globally relevant styles ***/
/* line 87, styles/_main.scss */
.button {
    display: inline-block;
    border: none;
    min-width: 230px;
    padding: 16px 40px;
    background: #7f2628;
    color: #fff;
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    }

/* line 212, styles/_functions.scss */
.button:hover,
.button:focus,
.button:active {
    background: #32373b;
    color: #fff;
    text-decoration: none;
    }

/** These styles can be added to images and media through TinyMCE */
/* line 111, styles/_main.scss */
.float-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    }

/* line 118, styles/_main.scss */
.float-right {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    }

/* line 125, styles/_main.scss */
.float-left,
.float-right {
    width: 48%;
    }
@media screen and (max-width: 799px) {
.float-left,
.float-right {
    display: block;
    float: none;
    margin: 10px auto;
    width: 100%;
    }
}

/* line 138, styles/_main.scss */
.spaced {
    line-height: 1.75;
    }

/* line 143, styles/_main.scss */
.centre-block {
    display: block;
    margin: 10px auto;
    text-align: center;
    }

/* line 149, styles/_main.scss */
.centre-block img,
.centre-block iframe,
.centre-block video {
    display: inline-block;
    }

/** End TinyMCE image/media styles */
/* line 158, styles/_main.scss */
.highlight {
    color: #7f2628;
    font-weight: bold;
    }

/* line 164, styles/_main.scss */
.message {
    color: #fd1a00;
    }

/* line 170, styles/_main.scss */
.popup-form-wrapper {
    display: none;
    }

/* line 175, styles/_main.scss */
.open-popup-form .featherlight-content {
    width: 95%;
    max-width: 500px;
    }

/* line 181, styles/_main.scss */
.pagination {
    text-align: center;
    }

/* line 185, styles/_main.scss */
.pagination > * {
    display: inline-block;
    border-left: 1px solid #7f2628;
    padding: 0 10px;
    pause-after: medium;
    }

/* line 194, styles/_main.scss */
.pagination > *:first-child {
    border-left: none;
    }

/* line 200, styles/_main.scss */
.pagination .current {
    font-weight: bold;
    }

/* line 206, styles/_main.scss */
.struct {
    display: none;
    }
@media screen and (max-width: 799px) {
/* line 213, styles/_main.scss */
.mobile-hide {
    display: none;
    }
}

/* float clearing usually applied to <br /> sometimes div or span  */
/* DEPRECATED use @extend clearfix */
/* line 221, styles/_main.scss */
.clear {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    height: 1px;
    width: 99%;
    }

/*** section styles ***/
/* line 232, styles/_main.scss */
body > [role=banner],
main {
    margin: 0 auto;
    width: 100%;
    }

/* line 239, styles/_main.scss */
.container {
    margin: 0 auto;
    max-width: 1410px;
    width: 100%;
    padding: 0 10px;
    }
@media screen and (max-width: 1459px) {
.container {
    max-width: 1200px;
    }
}

/* line 254, styles/_main.scss */
body > header {
    position: fixed;
    top: 0;
    z-index: 10;
    height: auto;
    min-height: 60px;
    }
@media screen and (max-width: 599px) {
body > header {
    height: auto !important;
    }
}

/* line 269, styles/_main.scss */
body > header .transition-enabled {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    }

/* line 273, styles/_main.scss */
body > header .transition-enabled .logo {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    }

/* line 280, styles/_main.scss */
body > header .logo {
    margin-top: 10px;
    }
@media screen and (max-width: 1609px) {
body > header .logo {
    margin-left: 10px;
    }
}

/* line 290, styles/_main.scss */
@media screen and (max-width: 1429px) {
body > header .logo img {
    height: 58px;
    }
}

/* line 301, styles/_main.scss */
body > header .contacts {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    font-family: 'Montserrat',sans-serif;
    text-align: right;
    }

/* line 310, styles/_main.scss */
body > header .contacts p {
    margin: 0;
    }

/* line 315, styles/_main.scss */
body > header .contacts .bar {
    position: absolute;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: visible;
    min-width: 495px;
    }

/* line 329, styles/_main.scss */
body > header .contacts .bar a {
    display: block;
    padding: 0 20px;
    color: #fff;
    line-height: 60px;
    }
@media screen and (max-width: 1429px) {
body > header .contacts .bar {
    min-width: 340px;
    }
}

@media screen and (max-width: 599px) {
body > header .contacts .bar {
    position: relative;
    }
}

@media screen and (max-width: 379px) {
body > header .contacts .bar {
    min-width: 0;
    width: 100vw;
    }

/* line 353, styles/_main.scss */
body > header .contacts .bar p {
    width: 50%;
    }
}

/* line 361, styles/_main.scss */
/* line 363, styles/_main.scss */
body > header .freephone a {
    padding-left: 30px !important;
    background-image: url(images/icon-phone.png);
    background-position: 8% center;
    background-repeat: no-repeat;
    }

/* line 212, styles/_functions.scss */
/* line 382, styles/_main.scss */
body > header .request {
    font-size: .8125em;
    text-align: center;
    }

/* line 388, styles/_main.scss */
body > header .visit a {
    background: #32373b;
    }

/* line 212, styles/_functions.scss */
body > header .visit a:hover,
body > header .visit a:focus,
body > header .visit a:active {
    background: #7f2628;
    }

/* line 397, styles/_main.scss */
body > header .callback a {
    background-color: #7f2628;
    }

/* line 212, styles/_functions.scss */
body > header .callback a:hover,
body > header .callback a:focus,
body > header .callback a:active {
    background-color: #32373b;
    }

/* line 407, styles/_main.scss */
body > header .social {
    position: absolute;
    top: 40vh;
    right: 0;
    padding: 20px 16px;
    background: #fff;
    border-radius: 10px 0 0 10px;
    }

/* line 417, styles/_main.scss */
body > header .social a {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
    background-repeat: none;
    background-position: center top;
    text-indent: 9999px;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    transition: background-color .2s;
    }

/* line 212, styles/_functions.scss */
body > header .social a:hover,
body > header .social a:focus,
body > header .social a:active {
    background-position: center -44px;
    }

/* line 435, styles/_main.scss */
body > header .social p + p {
    margin-top: 20px;
    }

/* line 440, styles/_main.scss */
body > header .facebook a {
    background-image: url(images/icon-facebook.png);
    }

/* line 212, styles/_functions.scss */
body > header .facebook a:hover,
body > header .facebook a:focus,
body > header .facebook a:active {
    background-color: #4267b2;
    border: 3px solid #fff;
    background-position: center -44px;
    }

/* line 453, styles/_main.scss */
body > header .instagram a {
    background-image: url(images/icon-instagram.png);
    }

/* line 212, styles/_functions.scss */
body > header .instagram a:hover,
body > header .instagram a:focus,
body > header .instagram a:active {
    background-color: #7f2628;
    }

/* line 463, styles/_main.scss */
body > header .phone {
    position: absolute;
    right: 36px;
    top: calc(94vh - 70px);
    top: calc(94vh - 70px);
    top: calc(94vh - 70px);
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
    white-space: nowrap;
    overflow: hidden;
    }

/* line 473, styles/_main.scss */
body > header .phone a {
    display: block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    background: #0f87da url(images/icon-callback.png) center center no-repeat;
    background-size: 44px;
    text-indent: 9999px;
    }

/* line 212, styles/_functions.scss */
body > header .phone a:hover,
body > header .phone a:focus,
body > header .phone a:active {
    background-color: #7f2628;
    }
@media screen and (max-width: 1199px) {
/* line 495, styles/_main.scss */
body > header {
    height: 126px;
    background: #32373b;
    position: fixed;
    }

/* line 501, styles/_main.scss */
body > header .logo {
    width: 285px;
    max-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    height: 70px;
    }

/* line 516, styles/_main.scss */
body > header .social,
body > header .phone {
    display: none;
    }

/* line 522, styles/_main.scss */
body > header.top {
    background: -webkit-linear-gradient(top,rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 100%);
    background: -moz-linear-gradient(top,rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 100%);
    }
}

@media screen and (min-width: 1201px) {
/* line 531, styles/_main.scss */
body > header {
    background-color: #32373b;
    }

/* line 535, styles/_main.scss */
body > header .site-header {
    position: relative;
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    }

/* line 543, styles/_main.scss */
body > header .logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 240px;
    }

/* line 552, styles/_main.scss */
body > header .logo img {
    width: auto;
    height: 58px;
    }

/* line 559, styles/_main.scss */
body > header .contacts .bar a {
    line-height: 77px;
    }

/* line 565, styles/_main.scss */
body > header.top {
    min-height: 250px;
    background: -webkit-linear-gradient(top,rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 100%);
    background: -moz-linear-gradient(top,rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 100%);
    }

/* line 570, styles/_main.scss */
body > header.top .logo {
    width: 520px;
    }

/* line 575, styles/_main.scss */
body > header.top .logo img {
    width: auto;
    height: 58px;
    }

/* line 582, styles/_main.scss */
body > header.top .contacts .bar a {
    line-height: 60px;
    }
}

/* line 589, styles/_main.scss */
main {
    display: block;
    }

/* line 595, styles/_main.scss */
.content-wrapper {
    padding: 75px 0;
    z-index: 3;
    }

/* line 601, styles/_main.scss */
.content-wrapper:first-child {
    padding-top: 250px;
    }

/* line 606, styles/_main.scss */
.content-wrapper.no-top {
    padding-top: 0;
    }
@media screen and (max-width: 799px) {
.content-wrapper {
    padding: 20px 10px;
    }

/* line 615, styles/_main.scss */
.content-wrapper.no-top {
    padding-top: 0;
    }
}

/* line 622, styles/_main.scss */
.secondary-background {
    background: #eef0f2;
    }

/* line 627, styles/_main.scss */
.content {
    padding: 0;
    font-size: 1.3125em;
    line-height: 1.75;
    }

/* line 633, styles/_main.scss */
.content h1 {
    font-size: 2.2em;
    line-height: 1.5;
    }
@media screen and (max-width: 799px) {
.content {
    font-size: 1.125em;
    }
}

/* line 645, styles/_main.scss */
.sidebar {
    float: left;
    width: 270px;
    }
@media screen and (max-width: 999px) {
.sidebar {
    float: none;
    width: auto;
    }
}

/* line 657, styles/_main.scss */
.hasSidebar {
    float: right;
    width: calc(100% - 300px);
    width: calc(100% - 300px);
    width: calc(100% - 300px);
    }
@media screen and (max-width: 999px) {
.hasSidebar {
    float: none;
    margin-top: 30px;
    width: auto;
    }
}

/* line 670, styles/_main.scss */
.boxes {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 5;
    max-width: 1110px;
    margin: 54px auto;
    font-size: 1.25em;
    font-weight: 400;
    text-transform: uppercase;
    }
@media screen and (min-width: 801px) {
/* line 683, styles/_main.scss */
.slideshow + .boxes {
    margin: -5.875em auto 0;
    }
}

/* line 693, styles/_main.scss */
.boxes p {
    width: 100%;
    max-width: 340px;
    }

/* line 698, styles/_main.scss */
.boxes p:only-child {
    margin: 0 auto;
    }

/* line 704, styles/_main.scss */
.boxes a {
    display: block;
    padding: 6em 10px 3em;
    background-color: #7f2628;
    background-repeat: no-repeat;
    background-position: center 30%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
    color: #fff;
    text-align: center;
    }

/* line 212, styles/_functions.scss */
.boxes a:hover,
.boxes a:focus,
.boxes a:active {
    background-color: #32373b;
    }

/* line 724, styles/_main.scss */
.boxes .callback a {
    background-image: url(images/icon-callback.png);
    }

/* line 729, styles/_main.scss */
.boxes .visit a {
    background-image: url(images/icon-handshake.png);
    }

/* line 734, styles/_main.scss */
.boxes .where a {
    background-image: url(images/icon-nz.png);
    background-position: center 28%;
    }
@media screen and (max-width: 799px) {
.boxes {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .75em 10px;
    background: #fff;
    }

/* line 748, styles/_main.scss */
.boxes p {
    margin-bottom: .75em;
    }
}

/* line 755, styles/_main.scss */
footer[role="banner"] {
    position: absolute;
    z-index: 0;
    padding: 100px 0 30px;
    background: #32373b url(images/footer-logo.png) center 90px no-repeat;
    border-bottom: 10px solid #7f2628;
    }
@media screen and (max-width: 799px) {
footer[role="banner"] {
    background-position: center 210px;
    padding: 70px 0 130px;
    }
}

/* line 770, styles/_main.scss */
.site-footer {
    color: #fff;
    }

/* line 774, styles/_main.scss */
.site-footer p {
    margin: 0;
    }

/* line 779, styles/_main.scss */
.site-footer a {
    color: inherit;
    }

/* line 212, styles/_functions.scss */
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
    text-decoration: underline;
    }

/* line 789, styles/_main.scss */
.site-footer .contacts {
    float: left;
    }

/* line 794, styles/_main.scss */
.site-footer .address {
    float: right;
    text-align: right;
    }

/* line 800, styles/_main.scss */
.site-footer .social {
    clear: both;
    padding-top: 1.25em;
    text-align: center;
    }

/* line 806, styles/_main.scss */
.site-footer .social p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 .5em;
    }

/* line 813, styles/_main.scss */
.site-footer .social a {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
    background-repeat: none;
    background-position: center 42px;
    text-indent: 9999px;
    }

/* line 212, styles/_functions.scss */
.site-footer .social a:hover,
.site-footer .social a:focus,
.site-footer .social a:active {
    background-position: center top;
    background-color: #fff;
    }

/* line 831, styles/_main.scss */
.site-footer .social .facebook a {
    background-image: url(images/icon-facebook.png);
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s;
    }

/* line 212, styles/_functions.scss */
.site-footer .social .facebook a:hover,
.site-footer .social .facebook a:focus,
.site-footer .social .facebook a:active {
    background-position: center -4px;
    border: 3px solid #4267b2;
    }

/* line 845, styles/_main.scss */
.site-footer .social .instagram a {
    background-image: url(images/icon-instagram.png);
    }

/* line 212, styles/_functions.scss */
.site-footer .social .instagram a:hover,
.site-footer .social .instagram a:focus,
.site-footer .social .instagram a:active {
    background-position: center -1px;
    }

/* line 856, styles/_main.scss */
.site-footer .portal {
    margin: 1em auto;
    text-align: center;
    }

/* line 861, styles/_main.scss */
.site-footer .portal a {
    color: #64696b;
    }

/* line 212, styles/_functions.scss */
.site-footer .portal a:hover,
.site-footer .portal a:focus,
.site-footer .portal a:active {
    color: #fff;
    }

/* line 872, styles/_main.scss */
.site-footer .accreditation {
    margin: 3.375em auto 0;
    text-align: center;
    }

/* line 877, styles/_main.scss */
.site-footer .accreditation p {
    display: inline-block;
    margin: 0 1.6875em;
    }
@media screen and (max-width: 799px) {
/* line 886, styles/_main.scss */
.site-footer .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    }

/* line 892, styles/_main.scss */
.site-footer .contacts {
    float: none;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 160px;
    text-align: center;
    }

/* line 900, styles/_main.scss */
.site-footer .address {
    float: none;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    text-align: center;
    margin-top: 60px;
    }
}

/* line 911, styles/_main.scss */
.sub-footer {
    margin: -50px 0 24px;
    font-size: 13px;
    color: #64696b;
    }

/* line 917, styles/_main.scss */
.sub-footer .copyright {
    float: left;
    }
@media screen and (max-width: 799px) {
.sub-footer .copyright {
    float: none;
    }
}

/* line 927, styles/_main.scss */
.sub-footer .attribution {
    float: right;
    }
@media screen and (max-width: 799px) {
.sub-footer .attribution {
    float: none;
    }
}

/* line 937, styles/_main.scss */
.sub-footer a {
    color: inherit;
    }

/* line 212, styles/_functions.scss */
.sub-footer a:hover,
.sub-footer a:focus,
.sub-footer a:active {
    color: #fff;
    }
@media screen and (max-width: 799px) {
.sub-footer {
    position: absolute;
    bottom: 30px;
    margin: 0;
    width: 100%;
    text-align: center;
    }
}

/* line 962, styles/_main.scss */
form:not(.custom-form) {
    margin-top: 8px;
    }

/* line 966, styles/_main.scss */
form:not(.custom-form) .field-group {
    margin-bottom: 20px;
    text-align: left;
    }

/* line 972, styles/_main.scss */
form:not(.custom-form) label,
form:not(.custom-form) .label {
    display: block;
    margin-bottom: 10px;
    }

/* line 978, styles/_main.scss */
form:not(.custom-form) label span.error,
form:not(.custom-form) .label span.error {
    margin-left: 10px;
    }

/* line 984, styles/_main.scss */
/* line 986, styles/_main.scss */
form:not(.custom-form).placeholders span.error {
    margin-left: 0;
    }

/* line 991, styles/_main.scss */
/* line 994, styles/_main.scss */
form:not(.custom-form).placeholders .field-group.field-RADIO span.error,
form:not(.custom-form).placeholders .field-group.field-CHECKBOXES span.error {
    margin-left: 10px;
    }

/* line 1001, styles/_main.scss */
form:not(.custom-form) :-ms-input-placeholder {
    color: #32373b;
    opacity: .8;
    }

/* line 1007, styles/_main.scss */
form:not(.custom-form) ::-webkit-input-placeholder {
    color: #32373b;
    opacity: .8;
    }

/* line 1013, styles/_main.scss */
form:not(.custom-form) ::placeholder {
    color: #32373b;
    opacity: .8;
    }

/* line 1019, styles/_main.scss */
form:not(.custom-form) .error {
    display: inline-block;
    color: #fd1a00;
    font-size: .8em;
    }

/* line 1026, styles/_main.scss */
form:not(.custom-form) .field {
    display: block;
    }

/* line 1031, styles/_main.scss */
form:not(.custom-form) input[type=text],
form:not(.custom-form) input[type=password],
form:not(.custom-form) input[type=num],
form:not(.custom-form) input[type=email],
form:not(.custom-form) input[type=tel],
form:not(.custom-form) select,
form:not(.custom-form) textarea,
form:not(.custom-form) .upload-button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border: 1px solid #eef0f2;
    padding: 10px;
    width: 100%;
    background: #eef0f2;
    font-family: 'Open Sans',sans-serif;
    font-size: .8em;
    }

/* line 1049, styles/_main.scss */
form:not(.custom-form) input[type=text]:focus,
form:not(.custom-form) input[type=password]:focus,
form:not(.custom-form) input[type=num]:focus,
form:not(.custom-form) input[type=email]:focus,
form:not(.custom-form) input[type=tel]:focus,
form:not(.custom-form) select:focus,
form:not(.custom-form) textarea:focus,
form:not(.custom-form) .upload-button:focus {
    background: #fff;
    }

/* line 1055, styles/_main.scss */
form:not(.custom-form) textarea {
    height: 170px;
    }

/* line 1060, styles/_main.scss */
/* line 1062, styles/_main.scss */
form:not(.custom-form) .field-group.field-RADIO .label,
form:not(.custom-form) .field-group.field-RADIO .field {
    display: inline-block;
    }

/* line 1068, styles/_main.scss */
form:not(.custom-form) .field-group.field-RADIO .label {
    margin-right: 20px;
    }

/* line 1073, styles/_main.scss */
form:not(.custom-form) .field-group.field-RADIO .field label {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    padding-left: 4px;
    cursor: pointer;
    }

/* line 1081, styles/_main.scss */
form:not(.custom-form) .field-group.field-RADIO .field label input[type=radio] {
    opacity: 0;
    }

/* line 1086, styles/_main.scss */
form:not(.custom-form) .field-group.field-RADIO .field label span.radio {
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    top: calc(50% - 10px);
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #eef0f2;
    }

/* line 1097, styles/_main.scss */
form:not(.custom-form) .field-group.field-RADIO .field label input[type=radio]:checked + span.radio {
    background: #7f2628;
    }

/* line 1104, styles/_main.scss */
/* line 1106, styles/_main.scss */
form:not(.custom-form) .field-group.field-CHECKBOXES .field label {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    padding-left: 4px;
    cursor: pointer;
    }

/* line 1114, styles/_main.scss */
form:not(.custom-form) .field-group.field-CHECKBOXES .field label input[type=checkbox] {
    opacity: 0;
    }

/* line 1119, styles/_main.scss */
form:not(.custom-form) .field-group.field-CHECKBOXES .field label span.checkbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 0;
    background: #eef0f2;
    }

/* line 1130, styles/_main.scss */
form:not(.custom-form) .field-group.field-CHECKBOXES .field label input[type=checkbox]:checked + span.checkbox {
    background: #7f2628;
    }

/* line 1137, styles/_main.scss */
form:not(.custom-form) input[type=password],
form:not(.custom-form) input.password,
form:not(.custom-form) input.hideShowPassword-field {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    }
@media screen and (max-width: 799px) {
form:not(.custom-form) input[type=password],
form:not(.custom-form) input.password,
form:not(.custom-form) input.hideShowPassword-field {
    width: 100%;
    }
}

/* line 1151, styles/_main.scss */
form:not(.custom-form) .toggle-password {
    vertical-align: middle;
    margin: 0;
    min-width: 0;
    padding: 9px 10px 10px;
    width: 4em;
    font-size: 1em;
    }

/* line 1160, styles/_main.scss */
form:not(.custom-form) .toggle-password:after {
    display: none;
    }

/* line 1166, styles/_main.scss */
form:not(.custom-form) .field-UPLOAD {
    overflow: hidden;
    }

/* line 1170, styles/_main.scss */
form:not(.custom-form) .field-UPLOAD input {
    position: absolute;
    opacity: 0;
    left: 0;
    cursor: pointer;
    }

/* line 1178, styles/_main.scss */
form:not(.custom-form) .field-UPLOAD .field {
    position: relative;
    }

/* line 1183, styles/_main.scss */
form:not(.custom-form) .field-UPLOAD .upload-button {
    position: relative;
    display: inline-block;
    padding-right: 35px;
    max-width: 200px;
    text-align: center;
    cursor: pointer;
    }

/* line 1192, styles/_main.scss */
form:not(.custom-form) .field-UPLOAD .upload-button:after {
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 20px;
    background: url(/resources/template/images/icon_upload.png) center center no-repeat;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    }

/* line 212, styles/_functions.scss */
/* line 1207, styles/_main.scss */
form:not(.custom-form) .field-UPLOAD .upload-button:hover:after,
form:not(.custom-form) .field-UPLOAD .upload-button:focus:after,
form:not(.custom-form) .field-UPLOAD .upload-button:active:after {
    top: -10px;
    }

/* line 1214, styles/_main.scss */
form:not(.custom-form) .field-UPLOAD .uploaded {
    display: inline-block;
    margin-left: 20px;
    }

/* line 1220, styles/_main.scss */
/* line 1222, styles/_main.scss */
form:not(.custom-form).placeholders .field-UPLOAD .upload-button {
    max-width: 100%;
    text-align: left;
    }

/* line 1228, styles/_main.scss */
form:not(.custom-form).placeholders .field-UPLOAD .uploaded {
    margin-left: 0;
    }

/* line 1234, styles/_main.scss */
@media screen and (max-width: 599px) {
form:not(.custom-form) .button {
    margin-bottom: 10px;
    width: 100%;
    }
}

/* line 1244, styles/_main.scss */
img.auth {
    vertical-align: middle;
    }

/* line 1249, styles/_main.scss */
/* line 1251, styles/_main.scss */
.users th:first-child {
    width: 20%;
    }

/* line 1256, styles/_main.scss */
.users th:last-child {
    width: 40%;
    }

/* search results */
/* line 1263, styles/_main.scss */
.content .searchForm {
    text-align: center;
    }

/* line 1267, styles/_main.scss */
.content .searchForm label {
    display: block;
    text-align: center;
    }

/* line 1273, styles/_main.scss */
.content .searchForm input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    max-width: calc(100% - 263px);
    max-width: calc(100% - 263px);
    max-width: calc(100% - 263px);
    }
@media screen and (max-width: 799px) {
.content .searchForm input[type="text"] {
    max-width: 100%;
    width: 100%;
    margin-bottom: 5px;
    }
}

/* line 1288, styles/_main.scss */
.content .searchForm .button {
    vertical-align: middle;
    padding: 13px 35px;
    }

/* line 1295, styles/_main.scss */
.search-results {
    border-top: 1px solid #7f2628;
    }

/* line 1299, styles/_main.scss */
.search-results article {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #32373b;
    }

/* line 1305, styles/_main.scss */
/* line 1307, styles/_main.scss */
.search-results article.has-image .search-content {
    width: calc(100% - 615px);
    width: calc(100% - 615px);
    width: calc(100% - 615px);
    }

/* line 1313, styles/_main.scss */
.search-results article h5 {
    margin-top: 20px;
    margin-bottom: 3px;
    }

/* line 1319, styles/_main.scss */
.search-results article p {
    line-height: initial;
    }

/* line 1325, styles/_main.scss */
.search-results article .search-image {
    display: block;
    height: auto;
    max-width: 570px;
    margin-right: 45px;
    }

/* line 1332, styles/_main.scss */
.search-results article .search-image:after {
    display: none;
    }

/* line 1337, styles/_main.scss */
.search-results article .search-image img {
    display: block;
    }

/* line 1344, styles/_main.scss */
.search-results ul {
    margin-top: 10px;
    }

/* line 1349, styles/_main.scss */
.search-results li a {
    display: inline;
    padding: 0;
    }

/* line 1356, styles/_main.scss */
/* line 1358, styles/_main.scss */
.sidebar.search-results img {
    float: none;
    margin: .5em 0;
    }

/* line 1365, styles/_main.scss */
.prodbg {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 0;
    }

/* line 1371, styles/_main.scss */
.breaker {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    height: 10px;
    clear: both;
    }

/* jQueryUI overrides */
/* line 3, styles/_jquery-ui.scss */
.ui-widget {
    font-family: inherit;
    font-size: 1em;
    }

/* line 9, styles/_jquery-ui.scss */
.ui-helper-reset {
    font-size: 1em;
    }

/* line 14, styles/_jquery-ui.scss */
.ui-widget-content {
    background: transparent;
    }

/* line 19, styles/_jquery-ui.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border-color: #7f2628;
    border-radius: 0;
    background: #7f2628;
    color: #fff;
    }

/* line 28, styles/_jquery-ui.scss */
.ui-state-default a,
.ui-widget-content .ui-state-default a,
.ui-widget-header .ui-state-default a {
    color: inherit;
    text-decoration: none;
    }

/* line 35, styles/_jquery-ui.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
    border-color: #7f2628;
    color: #fff;
    }

/* line 43, styles/_jquery-ui.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border-color: #7f2628;
    background: #32373b;
    color: #fff;
    }

/* line 51, styles/_jquery-ui.scss */
.ui-state-active a,
.ui-widget-content .ui-state-active a,
.ui-widget-header .ui-state-active a {
    text-decoration: none;
    }

/* line 57, styles/_jquery-ui.scss */
/* line 59, styles/_jquery-ui.scss */
.ui-accordion .ui-accordion-header {
    padding: 1em 1em 1em 3em;
    font-size: .875em;
    text-transform: none;
    }

/* line 65, styles/_jquery-ui.scss */
.ui-accordion .ui-accordion-header.ui-state-hover {
    color: #fff;
    }

/* line 75, styles/_jquery-ui.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: -1em;
    background: transparent;
    color: #fff;
    text-indent: 0;
    width: 15px;
    height: 15px;
    }

/* line 84, styles/_jquery-ui.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
    top: 0;
    right: 6px;
    bottom: 0;
    left: 6px;
    background: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    }

/* line 95, styles/_jquery-ui.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon:after {
    top: 6px;
    right: 0;
    bottom: 6px;
    left: 0;
    background: #fff;
    }

/* line 106, styles/_jquery-ui.scss */
/* line 108, styles/_jquery-ui.scss */
.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    }

/* line 115, styles/_jquery-ui.scss */
.ui-accordion .ui-accordion-content {
    border-radius: 0;
    margin-bottom: 10px;
    padding: 1em 1em 1em 3.25em;
    font-size: .875em;
    }

/* line 122, styles/_jquery-ui.scss */
.ui-accordion .ui-accordion-content + .ui-accordion-header {
    margin-top: 10px;
    }

/* line 129, styles/_jquery-ui.scss */
.ui-tabs .ui-tabs-nav li {
    border-width: 0;
    }

/* line 134, styles/_jquery-ui.scss */
.ui-state-active a {
    color: inherit;
    }

/* line 139, styles/_jquery-ui.scss */
.ui-widget {
    font-family: 'Open Sans',sans-serif;
    }

/* Better tab styles */
/* line 146, styles/_jquery-ui.scss */
.tabs.ui-tabs {
    border: none;
    border-radius: 0;
    padding: 0;
    }

/* line 152, styles/_jquery-ui.scss */
@media screen and (max-width: 799px) {
.tabs.ui-tabs > ul li {
    width: 48%;
    }
}

/* line 159, styles/_jquery-ui.scss */
.tabs.ui-tabs > ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    }

/* line 167, styles/_jquery-ui.scss */
.ui-tabs .ui-tabs-nav {
    border: none;
    border-bottom: 2px solid #7f2628;
    border-radius: 0;
    padding: 0;
    background: none;
    }

/* line 176, styles/_jquery-ui.scss */
.ui-tabs .ui-tabs-panel {
    border-radius: 0;
    }

/* line 5, styles/_lightbox.scss */
.content-wrapper.featherlight-inner,
.container.featherlight-inner,
.featherlight-inner .container {
    padding: 0;
    }

/* line 9, styles/_lightbox.scss */
.content-wrapper.featherlight-inner .content,
.container.featherlight-inner .content,
.featherlight-inner .container .content {
    font-size: 1em;
    }

/* line 14, styles/_lightbox.scss */
.content-wrapper.featherlight-inner:before,
.container.featherlight-inner:before,
.featherlight-inner .container:before,
.content-wrapper.featherlight-inner:after,
.container.featherlight-inner:after,
.featherlight-inner .container:after {
    display: none;
    }
@media screen and (min-width: 1200px) {
/* line 3, styles/_navigation.scss */
.main-navigation {
    position: relative;
    top: 0;
    z-index: 7;
    padding: 0;
    color: #fff;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    }

/* line 14, styles/_navigation.scss */
.main-navigation > ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: end;
    justify-content: end;
    float: left;
    margin: 0 0 0 280px;
    padding: 0;
    }

/* line 24, styles/_navigation.scss */
.main-navigation li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin: 0;
    padding: 0;
    }

/* line 212, styles/_functions.scss */
/* line 34, styles/_navigation.scss */
.main-navigation li:hover > a,
.main-navigation li:focus > a,
.main-navigation li:active > a {
    color: #fff;
    text-decoration: none;
    border-bottom-color: #fff;
    }

/* line 42, styles/_navigation.scss */
.main-navigation li a {
    display: inline-block;
    width: 100%;
    padding: 29px 1em 21px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    }

/* line 54, styles/_navigation.scss */
.main-navigation li ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    width: 240px;
    min-width: 100%;
    padding: 0;
    background: rgba(50,55,59,.9);
    text-transform: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    }

/* line 70, styles/_navigation.scss */
.main-navigation li ul li {
    display: block;
    position: relative;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    text-align: left;
    }

/* line 80, styles/_navigation.scss */
.main-navigation li ul li a {
    padding: 5px 10px;
    width: 100%;
    line-height: normal;
    border-bottom: 0 solid transparent;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    transition: background .2s;
    text-align: inherit;
    }

/* line 212, styles/_functions.scss */
.main-navigation li ul li a:hover,
.main-navigation li ul li a:focus,
.main-navigation li ul li a:active {
    background: #7f2628;
    }

/* line 97, styles/_navigation.scss */
.main-navigation li:last-child ul {
    left: auto;
    right: 0;
    }

/* line 103, styles/_navigation.scss */
.main-navigation .sel > a {
    border-bottom-color: #fff;
    }

/* line 108, styles/_navigation.scss */
.main-navigation .sel .sel > a {
    background: #7f2628;
    }

/* line 113, styles/_navigation.scss */
.main-navigation li:hover ul,
.main-navigation a:focus ~ ul {
    visibility: visible;
    opacity: 1;
    }

/* line 121, styles/_navigation.scss */
.top .main-navigation {
    top: 90px;
    font-weight: 500;
    background: rgba(50,55,59,0);
    }

/* line 127, styles/_navigation.scss */
.top .main-navigation > ul {
    float: right;
    margin: 0;
    }

/* line 133, styles/_navigation.scss */
.top .main-navigation li a {
    padding: 20px;
    }
}

@media screen and (max-width: 1429px) {
/* line 142, styles/_navigation.scss */
.main-navigation > ul {
    margin-left: 220px;
    }
}

@media screen and (max-width: 1199px) {
/* line 150, styles/_navigation.scss */
.main-navigation-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    }

/* line 158, styles/_navigation.scss */
.main-navigation {
    display: none;
    position: absolute;
    width: 100%;
    background: #32373b;
    }

/* line 165, styles/_navigation.scss */
.main-navigation > ul {
    z-index: 10000;
    margin: 0;
    padding: 0;
    width: 100%;
    }

/* line 173, styles/_navigation.scss */
.main-navigation li {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    }

/* line 212, styles/_functions.scss */
.main-navigation li:hover,
.main-navigation li:focus,
.main-navigation li:active {
    background-color: #7f2628;
    }

/* line 185, styles/_navigation.scss */
.main-navigation li.sel {
    background-color: #7f2628;
    }

/* line 190, styles/_navigation.scss */
.main-navigation li a {
    display: block;
    padding: 10px 1em;
    color: #fff;
    text-align: left;
    text-decoration: none;
    }

/* line 200, styles/_navigation.scss */
.main-navigation li ul {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    }

/* line 211, styles/_navigation.scss */
.main-navigation li ul li {
    width: 100%;
    background-color: #7f2628;
    }

/* line 216, styles/_navigation.scss */
.main-navigation li ul li a {
    padding-left: 2.5em;
    }

/* line 224, styles/_navigation.scss */
/* line 226, styles/_navigation.scss */
.main-navigation li.open .open-sub:after {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    }

/* line 230, styles/_navigation.scss */
.main-navigation li.open .open-sub:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    }

/* line 235, styles/_navigation.scss */
.main-navigation li.open ul {
    display: block;
    }

/* line 243, styles/_navigation.scss */
.open-nav {
    display: block;
    position: absolute;
    top: -48px;
    right: 10px;
    height: 26px;
    width: 34px;
    cursor: pointer;
    background: rgba(50,55,59,.4);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.6);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.6);
    }

/* line 255, styles/_navigation.scss */
.open-nav .bar {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    }

/* line 264, styles/_navigation.scss */
.open-nav .bar.top {
    top: 0;
    }

/* line 269, styles/_navigation.scss */
.open-nav .bar.middle {
    top: 0;
    bottom: 0;
    margin: auto;
    }

/* line 276, styles/_navigation.scss */
.open-nav .bar.bottom {
    bottom: 0;
    }

/* line 282, styles/_navigation.scss */
.open-nav.open .bar {
    top: 0;
    bottom: 0;
    margin: auto;
    }

/* line 288, styles/_navigation.scss */
.open-nav.open .bar.top,
.open-nav.open .bar.middle {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    }

/* line 294, styles/_navigation.scss */
.open-nav.open .bar.bottom {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    }

/* line 302, styles/_navigation.scss */
.open-sub {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    }

/* line 312, styles/_navigation.scss */
.open-sub:before,
.open-sub:after {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    margin: auto;
    width: 50%;
    background: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    }

/* line 329, styles/_navigation.scss */
.open-sub:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    }
}

/* line 1, styles/_slideshow.scss */
.slideshow {
    z-index: 3;
    overflow: hidden;
    position: relative;
    height: 495px;
    max-height: 495px;
    background: #fff;
    }

/* line 20, styles/_slideshow.scss */
html.Main .slideshow {
    height: 852px;
    max-height: 852px;
    }

/* line 26, styles/_slideshow.scss */
.slideshow .container {
    padding: 0;
    }

/* line 33, styles/_slideshow.scss */
.slideshow .slide {
    overflow: hidden;
    position: relative;
    height: 495px;
    margin: 0;
    padding: 0;
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    }
@media screen and (max-width: 799px) {
.slideshow .slide {
    overflow: visible;
    margin-bottom: 11%;
    }
}

/* line 54, styles/_slideshow.scss */
html.Main .slideshow .slide {
    height: 852px;
    }

/* line 60, styles/_slideshow.scss */
.slideshow .slide + .slide {
    display: none;
    }

/* line 65, styles/_slideshow.scss */
.slideshow .slide img {
    height: auto;
    width: 100%;
    }

/* line 71, styles/_slideshow.scss */
.slideshow .slide .button {
    background: #32373b;
    }

/* line 212, styles/_functions.scss */
.slideshow .slide .button:hover,
.slideshow .slide .button:focus,
.slideshow .slide .button:active {
    background: #7f2628;
    }

/* line 82, styles/_slideshow.scss */
.slideshow .slick-initialized .slide {
    display: block;
    }

/* line 87, styles/_slideshow.scss */
.slideshow svg {
    height: 101%;
    width: 101%;
    }

/* line 93, styles/_slideshow.scss */
.slideshow .slide .container {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    color: #32373b;
    text-align: left;
    text-transform: none;
    }

/* line 109, styles/_slideshow.scss */
.slideshow .slide .container:before,
.slideshow .slide .container:after {
    display: none;
    }
@media screen and (max-width: 799px) {
.slideshow .slide .container {
    right: 0;
    bottom: auto;
    left: 0;
    max-width: 100%;
    padding: 20px;
    width: 100%;
    }
}

/* line 124, styles/_slideshow.scss */
@media screen and (max-width: 799px) {
.slideshow .slide .container > span:first-child {
    font-size: 1.5em;
    font-weight: normal;
    }
}

@media screen and (max-width: 399px) {
.slideshow .slide .container > span:first-child {
    font-size: 1em;
    }
}

/* line 137, styles/_slideshow.scss */
.slideshow .slide .container .caption-content {
    display: block;
    position: relative;
    margin: 15% auto 0;
    max-width: 720px;
    color: #fff;
    text-align: center;
    }

/* line 148, styles/_slideshow.scss */
.slideshow .slide .container h1 {
    font-size: 3.125em;
    font-weight: 500;
    text-shadow: 2px 2px 8px rgba(0,0,0,.5);
    margin-bottom: 36px;
    line-height: 1.2;
    }

/* line 158, styles/_slideshow.scss */
.slideshow .slide .container h2 {
    font-size: 3.125em;
    font-weight: 500;
    text-shadow: 2px 2px 8px rgba(0,0,0,.5);
    margin-bottom: 36px;
    line-height: 1.2;
    }

/* line 167, styles/_slideshow.scss */
.slideshow .slide .container p {
    margin: 0 0 36px;
    font-size: 1.375em;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(0,0,0,.5);
    }
@media screen and (max-width: 799px) {
.slideshow .slide .container {
    margin-top: 20%;
    }

/* line 179, styles/_slideshow.scss */
.slideshow .slide .container h1 {
    font-size: 2em;
    margin-bottom: 24px;
    }

/* line 185, styles/_slideshow.scss */
.slideshow .slide .container p {
    margin-bottom: 24px;
    }
}

/* line 193, styles/_slideshow.scss */
.slideshow .small-screens {
    display: none;
    }
@media screen and (max-width: 799px) {
.slideshow {
    height: 678px;
    }

/* line 202, styles/_slideshow.scss */
.slideshow .slide {
    height: 678px;
    }

/* line 206, styles/_slideshow.scss */
html.Main .slideshow .slide {
    height: 678px;
    }

/* line 212, styles/_slideshow.scss */
html.Main .slideshow {
    height: 678px;
    }

/* line 217, styles/_slideshow.scss */
.slideshow .small-screens + .desktop {
    display: none;
    }

/* line 223, styles/_slideshow.scss */
.slideshow img.small-screens {
    display: block;
    }

/* line 229, styles/_slideshow.scss */
.slideshow div.small-screens {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    }
}

/* line 255, styles/_slideshow.scss */
/* line 258, styles/_slideshow.scss */
.slideshow .slick-slide .bw {
    opacity: 0;
    }

/* line 264, styles/_slideshow.scss */
.slideshow .slick-slide .color {
    opacity: 1;
    }

/* line 276, styles/_slideshow.scss */
/* line 291, styles/_slideshow.scss */
.slideshow button.slick-arrow {
    overflow: hidden;
    position: absolute;
    top: 50%;
    z-index: 100;
    border: 1px solid #999;
    height: 60px;
    width: 60px;
    background: rgba(50,55,59,.1);
    text-indent: -9999px;
    cursor: pointer;
    }
@media screen and (max-width: 799px) {
.slideshow button.slick-arrow {
    display: none !important;
    }
}

/* line 212, styles/_functions.scss */
.slideshow button.slick-arrow:hover,
.slideshow button.slick-arrow:focus,
.slideshow button.slick-arrow:active {
    background: #7f2628;
    }

/* line 212, styles/_functions.scss */
/* line 325, styles/_slideshow.scss */
.slideshow button.slick-arrow:hover:before,
.slideshow button.slick-arrow:focus:before,
.slideshow button.slick-arrow:active:before {
    border-top-color: #32373b;
    border-left-color: #32373b;
    }

/* line 332, styles/_slideshow.scss */
.slideshow button.slick-arrow:before {
    top: calc(60px / 3);
    top: calc(60px / 3);
    top: calc(60px / 3);
    border: 1px solid transparent;
    border-top-color: #32373b;
    border-left-color: #32373b;
    height: 18px;
    width: 18px;
    }

/* line 344, styles/_slideshow.scss */
.slideshow button.slick-arrow.slick-prev {
    left: 10px;
    }

/* line 349, styles/_slideshow.scss */
.slideshow button.slick-arrow.slick-prev:before {
    left: calc(60px * .4);
    left: calc(60px * .4);
    left: calc(60px * .4);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }

/* line 358, styles/_slideshow.scss */
.slideshow button.slick-arrow.slick-next {
    right: 10px;
    }

/* line 363, styles/_slideshow.scss */
.slideshow button.slick-arrow.slick-next:before {
    right: 24px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    }

/* line 373, styles/_slideshow.scss */
.slideshow ul.slick-dots {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 160px;
    left: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    }

/* line 387, styles/_slideshow.scss */
.slideshow ul.slick-dots li {
    display: inline-block;
    border-radius: 50%;
    height: 12px;
    margin: 0 0 0 5px;
    padding: 0;
    width: 12px;
    background: #fff;
    text-indent: -1000000px;
    }

/* line 399, styles/_slideshow.scss */
.slideshow ul.slick-dots li.slick-active {
    background: #000;
    }

/* line 404, styles/_slideshow.scss */
.slideshow ul.slick-dots li:hover {
    cursor: pointer;
    }

/* line 1, styles/_products.scss */
.product-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-basis: 1;
    flex-basis: 1;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    }

/* line 9, styles/_products.scss */
.product-list article {
    width: 30%;
    max-width: 445px;
    margin-bottom: 34px;
    background: #fff;
    }

/* line 17, styles/_products.scss */
.product-list a {
    display: block;
    color: inherit;
    height: 100%;
    }

/* line 212, styles/_functions.scss */
/* line 25, styles/_products.scss */
.product-list a:hover .image:before,
.product-list a:focus .image:before,
.product-list a:active .image:before {
    background: #32373b;
    }

/* line 30, styles/_products.scss */
.product-list a:hover h3,
.product-list a:focus h3,
.product-list a:active h3 {
    color: #32373b;
    }

/* line 37, styles/_products.scss */
.product-list .image {
    position: relative;
    }

/* line 42, styles/_products.scss */
.product-list .image:before {
    bottom: -28px;
    right: 28px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #7f2628;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    transition: background .2s;
    }

/* line 56, styles/_products.scss */
.product-list .image:after {
    bottom: -6px;
    right: 53px;
    width: 10px;
    height: 10px;
    border: 2px solid rgba(255,255,255,0);
    border-top-color: #fff;
    border-right-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    }

/* line 71, styles/_products.scss */
.product-list img {
    display: block;
    width: 100%;
    height: auto;
    }

/* line 78, styles/_products.scss */
.product-list h3 {
    position: relative;
    margin: 0;
    padding: 42px 30px 12px;
    font-size: 1.375em;
    font-weight: 500;
    }

/* line 87, styles/_products.scss */
.product-list h3:after {
    left: 30px;
    bottom: 0;
    height: 3px;
    width: 32px;
    background: #7f2628;
    }

/* line 99, styles/_products.scss */
.product-list p {
    margin: 0;
    padding: 26px 30px 42px;
    }
@media screen and (max-width: 799px) {
.product-list {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    }

/* line 110, styles/_products.scss */
.product-list article {
    width: 100%;
    }

/* line 115, styles/_products.scss */
.product-list h3 {
    padding: 20px 16px 12px;
    }

/* line 119, styles/_products.scss */
.product-list h3:after {
    left: 20px;
    }

/* line 127, styles/_products.scss */
.product-list p {
    padding: 16px 16px 20px;
    }
}

/* line 134, styles/_products.scss */
/* line 138, styles/_products.scss */
.product h1:first-child {
    position: relative;
    padding: 0 0 12px;
    font-size: 2.875em;
    }

/* line 144, styles/_products.scss */
.product h1:first-child:after {
    left: 0;
    bottom: 0;
    height: 3px;
    width: 60px;
    background: #7f2628;
    }

/* line 156, styles/_products.scss */
.product h2,
.product h3 {
    font-weight: 600;
    }

/* line 160, styles/_products.scss */
.product .summary {
    margin-top: 0;
    color: #000;
    font-size: 1.3125em;
    }

/* line 167, styles/_products.scss */
.product .product-images {
    position: relative;
    margin-top: .5em;
    text-align: center;
    }

/* line 173, styles/_products.scss */
.product .product-images > img {
    position: absolute;
    top: 0;
    left: 0;
    }

/* line 182, styles/_products.scss */
.secondary-background .product h2 {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 28px;
    font-size: 2.5em;
    }

/* line 189, styles/_products.scss */
.secondary-background .product h2:after {
    left: 0;
    bottom: 0;
    height: 3px;
    width: 60px;
    background: #7f2628;
    }
@media screen and (max-width: 799px) {
.secondary-background .product h2 {
    margin-bottom: 20px;
    }
}

/* line 207, styles/_products.scss */
.product button.slick-arrow {
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 100;
    border: 1px solid #999;
    height: 30px;
    width: 30px;
    background: rgba(50,55,59,.1);
    text-indent: -9999px;
    cursor: pointer;
    }

/* line 212, styles/_functions.scss */
.product button.slick-arrow:hover,
.product button.slick-arrow:focus,
.product button.slick-arrow:active {
    background: #7f2628;
    }

/* line 212, styles/_functions.scss */
/* line 237, styles/_products.scss */
.product button.slick-arrow:hover:before,
.product button.slick-arrow:focus:before,
.product button.slick-arrow:active:before {
    border-top-color: #fff;
    border-left-color: #fff;
    }

/* line 244, styles/_products.scss */
.product button.slick-arrow:before {
    top: calc(30px / 4);
    top: calc(30px / 4);
    top: calc(30px / 4);
    border: 1px solid transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    height: 10px;
    width: 10px;
    }

/* line 256, styles/_products.scss */
.product button.slick-arrow.slick-prev {
    left: 10px;
    }

/* line 261, styles/_products.scss */
.product button.slick-arrow.slick-prev:before {
    left: calc(30px * .4);
    left: calc(30px * .4);
    left: calc(30px * .4);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }

/* line 270, styles/_products.scss */
.product button.slick-arrow.slick-next {
    right: 10px;
    }

/* line 275, styles/_products.scss */
.product button.slick-arrow.slick-next:before {
    right: calc(30px * .4);
    right: calc(30px * .4);
    right: calc(30px * .4);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    }

/* line 286, styles/_products.scss */
/* line 288, styles/_products.scss */
.brochure:not(:only-child) {
    float: right;
    width: 200px;
    }

/* line 294, styles/_products.scss */
.brochure a {
    color: inherit;
    }

/* line 212, styles/_functions.scss */
.brochure a:hover,
.brochure a:focus,
.brochure a:active {
    color: #7f2628;
    }

/* line 303, styles/_products.scss */
.brochure a img {
    display: block;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
    }

/* line 310, styles/_products.scss */
.brochure h3 {
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.75;
    }
@media screen and (max-width: 799px) {
/* line 320, styles/_products.scss */
.brochure:not(:only-child) {
    float: none;
    margin: 0 0 20px;
    }
}

/* line 328, styles/_products.scss */
.benefits {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: start;
    align-items: start;
    }

/* line 335, styles/_products.scss */
.benefits article {
    width: 48%;
    margin-bottom: 60px;
    }

/* line 341, styles/_products.scss */
.benefits h3 {
    font-size: 1.375em;
    }

/* line 346, styles/_products.scss */
.benefits ul {
    padding-left: 1em;
    }

/* line 351, styles/_products.scss */
.benefits li {
    margin-bottom: .5em;
    }

/* line 356, styles/_products.scss */
.benefits:not(:only-child) {
    float: left;
    width: calc(100% - 260px);
    width: calc(100% - 260px);
    width: calc(100% - 260px);
    }
@media screen and (max-width: 799px) {
.benefits:not(:only-child) {
    float: none;
    }
}

@media screen and (max-width: 799px) {
.benefits {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    }

/* line 371, styles/_products.scss */
.benefits:not(:only-child) {
    float: none;
    width: 100%;
    }

/* line 377, styles/_products.scss */
.benefits article {
    width: 100%;
    margin-bottom: 20px;
    }
}

/* line 3, styles/_agents.scss */
#map {
    width: 100%;
    height: 465px;
    }

/* line 9, styles/_agents.scss */
.agent-list {
    font-size: 1em;
    }

/* line 13, styles/_agents.scss */
.agent-list .map {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }

/* line 19, styles/_agents.scss */
.agent-list h1 {
    width: 100%;
    }

/* line 24, styles/_agents.scss */
.agent-list .instructions {
    width: 330px;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    }

/* line 30, styles/_agents.scss */
.agent-list p {
    margin: 0 0 1.5em;
    }

/* line 35, styles/_agents.scss */
.agent-list iframe {
    width: calc(100% - 370px);
    width: calc(100% - 370px);
    width: calc(100% - 370px);
    max-width: 100%;
    -webkit-flex-shrink: 2.5;
    flex-shrink: 2.5;
    }
@media screen and (max-width: 799px) {
.agent-list {
    padding: 20px 0;
    }

/* line 46, styles/_agents.scss */
.agent-list .map {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    }

/* line 51, styles/_agents.scss */
.agent-list .instructions,
.agent-list iframe {
    width: 100%;
    }
}

/* line 58, styles/_agents.scss */
/* line 60, styles/_agents.scss */
.agent-directory > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1em;
    }

/* line 69, styles/_agents.scss */
.agent-directory .filter {
    margin-right: 32px;
    max-width: 100%;
    min-width: 320px;
    border-top: 4px solid #7f2628;
    font-side: 1.0625em;
    font-weight: 600;
    }

/* line 78, styles/_agents.scss */
.agent-directory .filter ul {
    margin: 0;
    padding: 30px 42px;
    background: #fff;
    -webkit-box-shadow: 0 0 0 3px rgba(0,0,0,.1);
    box-shadow: 0 0 0 3px rgba(0,0,0,.1);
    }

/* line 86, styles/_agents.scss */
.agent-directory .filter li {
    display: block;
    margin: 0;
    padding: 0;
    }

/* line 93, styles/_agents.scss */
.agent-directory .filter a {
    display: block;
    padding: .375em 0;
    color: inherit;
    }

/* line 212, styles/_functions.scss */
.agent-directory .filter a:hover,
.agent-directory .filter a:focus,
.agent-directory .filter a:active {
    color: #7f2628;
    }

/* line 105, styles/_agents.scss */
.agent-directory .filter .sel a {
    color: #7f2628;
    }

/* line 111, styles/_agents.scss */
.agent-directory .list {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: -30px;
    max-width: calc(100% - 322px);
    max-width: calc(100% - 322px);
    max-width: calc(100% - 322px);
    }

/* line 123, styles/_agents.scss */
.agent-directory article {
    margin: 3px 0 30px 30px;
    padding: 30px;
    width: 325px;
    max-width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 0 3px rgba(0,0,0,.1);
    box-shadow: 0 0 0 3px rgba(0,0,0,.1);
    }

/* line 133, styles/_agents.scss */
.agent-directory h3 {
    margin-bottom: .25em;
    color: inherit;
    font-size: 1.25em;
    font-weight: 400px;
    }

/* line 141, styles/_agents.scss */
.agent-directory p {
    margin: 0;
    }
@media screen and (max-width: 799px) {
/* line 148, styles/_agents.scss */
.agent-directory > div {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    }

/* line 152, styles/_agents.scss */
.agent-directory > div > * {
    width: 100%;
    margin: 0;
    }

/* line 158, styles/_agents.scss */
.agent-directory .filter {
    min-width: 0;
    }

/* line 163, styles/_agents.scss */
.agent-directory .list {
    margin-left: 0;
    max-width: 100%;
    }

/* line 169, styles/_agents.scss */
.agent-directory article {
    width: 100%;
    margin: 1em 0;
    }
}

/* blog */
/* line 2, styles/_blog.scss */
.blog-article-wrapper {
    padding-top: 20px;
    }

/* line 6, styles/_blog.scss */
.article-summary {
    margin-bottom: 65px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }

/* line 12, styles/_blog.scss */
.article-summary .summary {
    padding: 0 20px;
    }

/* line 17, styles/_blog.scss */
.article-summary .image {
    min-width: 330px;
    }
@media screen and (max-width: 799px) {
.article-summary {
    display: block;
    }

/* line 26, styles/_blog.scss */
.article-summary .summary {
    padding: 0;
    }

/* line 31, styles/_blog.scss */
.article-summary .image {
    min-width: 0;
    max-width: 100%;
    }
}

/* line 39, styles/_blog.scss */
/* line 41, styles/_blog.scss */
.blog-pagination a,
.blog-pagination span {
    display: inline-block;
    padding: 9px 14px;
    margin: 0 6px;
    font-size: 12px;
    border: 2px solid transparent;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    color: rgba(0,0,0,.4);
    }

/* line 52, styles/_blog.scss */
.blog-pagination a:hover,
.blog-pagination span:hover,
.blog-pagination a.current,
.blog-pagination span.current {
    border: 2px solid rgba(0,0,0,.4);
    text-decoration: none;
    }

/* line 61, styles/_blog.scss */
/* line 63, styles/_blog.scss */
.article h1 {
    margin: 0;
    }

/* old gallery module */
/* line 3, styles/_galleries.scss */
/* line 5, styles/_galleries.scss */
.gallery a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin-right: 1px;
    margin-bottom: 1px;
    max-width: calc(25% - 4px);
    max-width: calc(25% - 4px);
    max-width: calc(25% - 4px);
    width: 100%;
    }
@media screen and (max-width: 799px) {
.gallery a {
    max-width: calc(33.3% - 3px);
    max-width: calc(33.3% - 3px);
    max-width: calc(33.3% - 3px);
    }

/* line 20, styles/_galleries.scss */
.gallery a:nth-child(3n) {
    margin-right: 0;
    }

/* line 25, styles/_galleries.scss */
.gallery a:nth-child(4n) {
    margin-right: 1px;
    }
}

@media screen and (max-width: 799px) {
.gallery a {
    margin-right: 0;
    max-width: 100%;
    }
}

/* line 212, styles/_functions.scss */
/* line 37, styles/_galleries.scss */
.gallery a:hover:after,
.gallery a:focus:after,
.gallery a:active:after {
    opacity: 0;
    }

/* line 42, styles/_galleries.scss */
.gallery a:hover:before,
.gallery a:focus:before,
.gallery a:active:before {
    opacity: 1;
    }

/* line 48, styles/_galleries.scss */
.gallery a:nth-child(4n) {
    margin-right: 0;
    }

/* line 53, styles/_galleries.scss */
.gallery a:after {
    content: attr(title);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 5;
    padding: 20px;
    width: 100%;
    background: rgba(50,55,59,.5);
    color: #fff;
    -webkit-transition: opacity .25s;
    -moz-transition: opacity .25s;
    transition: opacity .25s;
    }

/* line 69, styles/_galleries.scss */
.gallery a[title=""]:after,
.gallery a figcaption {
    display: none;
    }

/* line 75, styles/_galleries.scss */
.gallery a figure {
    display: block;
    margin: 0;
    padding-top: 73%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    }

/* line 88, styles/_galleries.scss */
.gallery a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background: rgba(50,55,59,.5) url(images/gallery-zoom.png) center center no-repeat;
    -webkit-transition: opacity .25s;
    -moz-transition: opacity .25s;
    transition: opacity .25s;
    }

/* line 1, styles/_testimonials.scss */
.testimonial {
    padding: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 18px 4px rgba(0,0,0,.09);
    box-shadow: 0 0 18px 4px rgba(0,0,0,.09);
    font-size: .8em;
    }

/* line 10, styles/_testimonials.scss */
.testimonial .testimony {
    font-style: italic;
    }

/* line 15, styles/_testimonials.scss */
.testimonial .witness {
    margin: 0;
    }

/* tinymce universal formatting */
/* line 2, styles/_tinymce.scss */
#tinymce {
    max-width: 1410px;
    padding: 10px;
    background: #fff;
    color: #32373b;
    font-size: 1em;
    text-align: left;
    }

/* line 11, styles/_tinymce.scss */
#tinymce p {
    margin: 0 0 1em;
    }

/* line 16, styles/_tinymce.scss */
#tinymce form {
    outline: 1px dotted #7f2628;
    }

/* line 21, styles/_tinymce.scss */
#tinymce a {
    border-bottom: 1px dotted #7f2628;
    text-decoration: none;
    }

/* line 27, styles/_tinymce.scss */
#tinymce td {
    font-family: inherit;
    font-size: inherit;
    }

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJtYXBwaW5ncyI6Ijs7Q0EwVEM7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FVQTtDQUVBOzs7Ozs7Ozs7Ozs7Ozs7O0NDclVBOzs7Ozs7O0NBS0E7Ozs7Ozs7Ozs7Ozs7Q0RzSkE7Ozs7Ozs7Ozs7O0NDbElBOzs7Ozs7Q0FLQTs7Ozs7Ozs7O0NBWUE7Ozs7O0NBS0E7Ozs7OztDRG1LQTs7Ozs7Ozs7Q0N4SkE7Ozs7O0NBTUE7Ozs7OztDQU1BOzs7OztDQUtBO0NBR0E7Ozs7Ozs7Q0FPQTs7Ozs7Ozs7Ozs7Ozs7OztDRDZIQTs7Ozs7Ozs7OztDQ3JHQTs7Ozs7OztDQU9BOzs7Ozs7O0NBT0E7Ozs7Ozs7Ozs7Ozs7OztDQWFBOzs7OztDQUtBOzs7Ozs7O0NBTUE7Ozs7Ozs7O0NBU0E7Ozs7OztDQU1BOzs7OztDQU1BOzs7OztDQUtBOzs7Ozs7Q0FNQTs7Ozs7Q0FJQTs7Ozs7Ozs7Q0FTQTs7Ozs7Q0FNQTs7Ozs7Q0FNQTs7Ozs7Q0FPQTs7Ozs7Ozs7Q0FRQTs7Ozs7Ozs7Ozs7Q0FXQTs7Ozs7OztDQU9BOzs7Ozs7Ozs7Ozs7O0NBZUE7Ozs7Ozs7Ozs7Ozs7O0NBZUE7Ozs7Ozs7Q0FJQTs7Ozs7OztDQU9BOzs7Ozs7Ozs7O0NBVUE7Ozs7Ozs7Q0FXQTs7Ozs7Ozs7OztDQVNBOzs7OztDQUtBOzs7Ozs7Ozs7Ozs7Ozs7Ozs7OztDQWNBOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBd0JBOzs7Ozs7Q0FRQTtDQUVBOzs7Ozs7OztDRHZKQTtDQzBLQTs7Ozs7O0NBTUE7Ozs7O0NEaExBOzs7Ozs7O0NDeUxBOzs7OztDRHpMQTs7Ozs7OztDQ21NQTs7Ozs7Ozs7OztDQVVBOzs7Ozs7Ozs7Ozs7Ozs7Q0Q3TUE7Ozs7Ozs7Q0MrTkE7Ozs7O0NBS0E7Ozs7O0NEcE9BOzs7Ozs7Ozs7Q0NpUEE7Ozs7O0NEalBBOzs7Ozs7O0NDMlBBOzs7Ozs7Ozs7Ozs7OztDQVVBOzs7Ozs7Ozs7OztDRHJRQTs7Ozs7OztDQzJSQTs7Ozs7OztDQU1BOzs7Ozs7Ozs7Q0FlQTs7Ozs7O0NBTUE7Ozs7Ozs7OztDQVNBOzs7OztDQUlBOzs7Ozs7OztDQVFBOzs7Ozs7Ozs7O0NBU0E7Ozs7OztDQU9BOzs7OztDQU1BOzs7Ozs7OztDQUtBOzs7OztDQUtBOzs7Ozs7Q0FPQTs7Ozs7O0NBT0E7Ozs7O0NBTUE7Ozs7OztDQU1BOzs7OztDQUtBOzs7Ozs7Ozs7Q0FTQTs7Ozs7O0NBT0E7Ozs7O0NBS0E7Ozs7Ozs7Q0FNQTs7Ozs7Ozs7Ozs7Q0FZQTs7Ozs7Ozs7Ozs7O0NBWUE7Ozs7Ozs7Ozs7Ozs7OztDQWFBOzs7Ozs7Ozs7Ozs7Ozs7OztDQWFBOzs7Ozs7Q0FVQTs7Ozs7O0NBS0E7Ozs7O0NBTUE7Ozs7Ozs7Ozs7Ozs7Q0Q1ZUE7Ozs7Ozs7Q0NnZ0JBOzs7OztDQUtBOzs7OztDQUtBOzs7Ozs7Ozs7Ozs7Ozs7OztDQWNBOzs7Ozs7Q0FPQTs7Ozs7Ozs7Ozs7Ozs7O0NBZUE7Ozs7O0NBSUE7Ozs7O0NBS0E7Ozs7O0NEdmpCQTs7Ozs7OztDQ2lrQkE7Ozs7O0NBS0E7Ozs7OztDQU1BOzs7Ozs7O0NBTUE7Ozs7Ozs7Q0FPQTs7Ozs7Ozs7Ozs7O0NEemxCQTs7Ozs7Ozs7Q0MybUJBOzs7Ozs7OztDRDNtQkE7Ozs7Ozs7O0NDeW5CQTs7Ozs7Q0R6bkJBOzs7Ozs7O0NDb29CQTs7Ozs7O0NBS0E7Ozs7O0NEem9CQTs7Ozs7OztDQ29wQkE7Ozs7OztDQUtBOzs7Ozs7Q0FTQTs7Ozs7Ozs7OztDQU1BOzs7Ozs7Ozs7O0NBUUE7Ozs7Ozs7Ozs7O0NBV0E7Ozs7Ozs7Q0FNQTs7Ozs7Ozs7OztDQVVBOzs7Ozs7Ozs7O0NBVUE7Ozs7O0NEcnRCQTs7Ozs7Ozs7Ozs7Ozs7OztDQzh1QkE7Ozs7O0NBSUE7Ozs7OztDQU1BOzs7Ozs7O0NBTUE7Ozs7OztDQU1BO0NBRUE7Ozs7O0NBS0E7Q0FHQTs7Ozs7O0NBT0E7Ozs7OztDQU1BOzs7Ozs7Q0FNQTs7Ozs7O0NBTUE7Ozs7Ozs7Q0FPQTs7Ozs7Q0FLQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBa0JBOzs7Ozs7Ozs7Ozs7Q0FNQTs7Ozs7Q0FLQTtDQUVBOzs7Ozs7Q0FNQTs7Ozs7Q0FLQTs7Ozs7Ozs7O0NBUUE7Ozs7O0NBS0E7Ozs7Ozs7Ozs7Ozs7Q0FXQTs7Ozs7Q0FPQTtDQUVBOzs7Ozs7Ozs7Q0FRQTs7Ozs7Q0FLQTs7Ozs7Ozs7Ozs7Q0FXQTs7Ozs7Q0FPQTs7Ozs7Ozs7Ozs7Ozs7OztDQWNBOzs7Ozs7Ozs7O0NBU0E7Ozs7O0NBTUE7Ozs7O0NBSUE7Ozs7Ozs7O0NBUUE7Ozs7O0NBS0E7Ozs7Ozs7Ozs7Q0FTQTs7Ozs7Ozs7Ozs7Ozs7Q0RwOUJBO0NDbStCQTs7Ozs7OztDQU9BOzs7Ozs7Q0FNQTtDQUVBOzs7Ozs7Q0FNQTs7Ozs7Q0FNQTs7Ozs7Ozs7Q0FVQTs7Ozs7Q0FLQTtDQUVBOzs7OztDQUtBOzs7Ozs7Q0FPQTs7Ozs7Q0FJQTs7Ozs7O0NBTUE7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBZUE7Ozs7OztDQU9BOzs7OztDQUlBOzs7Ozs7Ozs7Q0FNQTtDQUVBOzs7Ozs7O0NBTUE7Ozs7OztDQU1BOzs7OztDQU1BOzs7Ozs7OztDQU9BOzs7OztDQUtBOzs7OztDQU9BOzs7OztDQUtBOzs7Ozs7Q0FPQTtDQUVBOzs7Ozs7Q0FPQTs7Ozs7OztDQU1BOzs7Ozs7Ozs7OztDQ3gxQ0E7Ozs7OztDQU1BOzs7OztDQUtBOzs7OztDQUtBOzs7Ozs7Ozs7O0NBU0E7Ozs7Ozs7O0NBT0E7Ozs7Ozs7O0NBUUE7Ozs7Ozs7OztDQVFBOzs7Ozs7O0NBTUE7Q0FFQTs7Ozs7OztDQU1BOzs7OztDQVVBOzs7Ozs7Ozs7O0NBU0E7Ozs7Ozs7Ozs7OztDQVdBOzs7Ozs7Ozs7Q0FXQTtDQUVBOzs7Ozs7OztDQU9BOzs7Ozs7OztDQU9BOzs7OztDQU9BOzs7OztDQUtBOzs7OztDQUtBOzs7Ozs7Q0FPQTs7Ozs7OztDQU1BOzs7Ozs7O0NBT0E7Ozs7Ozs7O0NBUUE7Ozs7Ozs7OztDQVNBOzs7OztDQzNLQTs7Ozs7OztDQUlBOzs7Ozs7O0NBS0E7Ozs7Ozs7Ozs7Q0NYQTs7Ozs7Ozs7Ozs7O0NBV0E7Ozs7Ozs7Ozs7Ozs7OztDQVVBOzs7Ozs7Ozs7Ozs7Q0o0TEE7Q0lsTEE7Ozs7Ozs7OztDQVFBOzs7Ozs7Ozs7OztDQVlBOzs7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBZ0JBOzs7Ozs7Ozs7OztDQVVBOzs7Ozs7Ozs7Ozs7Q0pvSUE7Ozs7Ozs7Q0luSEE7Ozs7OztDQU1BOzs7OztDQUtBOzs7OztDQUtBOzs7Ozs7O0NBUUE7Ozs7Ozs7Q0FNQTs7Ozs7O0NBTUE7Ozs7Ozs7Q0FTQTs7Ozs7OztDQVFBOzs7Ozs7OztDQVFBOzs7Ozs7OztDQU9BOzs7Ozs7OztDQVFBOzs7Ozs7OztDSnVDQTs7Ozs7OztDSTNCQTs7Ozs7Q0FLQTs7Ozs7Ozs7O0NBVUE7Ozs7Ozs7Ozs7OztDQVdBOzs7Ozs7Q0FLQTs7Ozs7Q0FRQTtDQUVBOzs7Ozs7OztDQUlBOzs7Ozs7OztDQUtBOzs7OztDQVFBOzs7Ozs7Ozs7Ozs7OztDQVlBOzs7Ozs7Ozs7Ozs7Q0FTQTs7Ozs7Q0FLQTs7Ozs7OztDQU9BOzs7OztDQU1BOzs7Ozs7O0NBTUE7Ozs7Ozs7OztDQU1BOzs7Ozs7OztDQVFBOzs7Ozs7Ozs7OztDQVVBOzs7Ozs7Ozs7Ozs7Ozs7OztDQWlCQTs7Ozs7Ozs7O0NDeFVBOzs7Ozs7Ozs7O0NBbUJBOzs7Ozs7Q0FNQTs7Ozs7Q0FPQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FxQkE7Ozs7O0NBTUE7Ozs7O0NBS0E7Ozs7OztDQU1BOzs7OztDTDZJQTs7Ozs7OztDS2xJQTs7Ozs7Q0FLQTs7Ozs7O0NBTUE7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FnQkE7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FlQTs7Ozs7Ozs7Ozs7Ozs7Q0FhQTs7Ozs7Ozs7OztDQVdBOzs7Ozs7Ozs7Q0FVQTs7Ozs7Ozs7O0NBU0E7Ozs7Ozs7Ozs7OztDQVlBOzs7Ozs7Q0FNQTs7Ozs7O0NBUUE7Ozs7Ozs7OztDQVNBOzs7OztDQUlBOzs7OztDQU1BOzs7OztDQUtBOzs7OztDQU1BOzs7OztDQU1BOzs7Ozs7Ozs7Ozs7OztDQTBCQTtDQUdBOzs7OztDQU1BOzs7OztDQVlBO0NBZUE7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0xcL0VBOzs7Ozs7O0NBQUE7Q0tpSEE7Ozs7Ozs7O0NBT0E7Ozs7Ozs7Ozs7OztDQVlBOzs7OztDQUtBOzs7Ozs7Ozs7OztDQVNBOzs7OztDQUtBOzs7Ozs7Ozs7Q0FVQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FjQTs7Ozs7Ozs7Ozs7O0NBWUE7Ozs7O0NBS0E7Ozs7O0NDblpBOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FRQTs7Ozs7Ozs7Q0FRQTs7Ozs7OztDTm1NQTtDTTNMQTs7Ozs7OztDQUtBOzs7Ozs7O0NBT0E7Ozs7O0NBS0E7Ozs7Ozs7Ozs7Ozs7Q0FjQTs7Ozs7Ozs7Ozs7Ozs7O0NBZUE7Ozs7Ozs7Q0FPQTs7Ozs7Ozs7O0NBU0E7Ozs7Ozs7OztDQVlBOzs7Ozs7Ozs7Ozs7Ozs7Q0FXQTs7Ozs7Q0FLQTs7Ozs7Q0FJQTs7Ozs7Q0FRQTs7Ozs7O0NBT0E7Q0FJQTs7Ozs7OztDQU1BOzs7Ozs7Ozs7Q0FZQTs7Ozs7O0NBSUE7Ozs7Ozs7Q0FPQTs7Ozs7OztDQU1BOzs7Ozs7O0NBU0E7Ozs7Ozs7O0NBT0E7Ozs7Ozs7Ozs7Ozs7O0NBa0JBOzs7Ozs7Ozs7Ozs7Ozs7Q05LQTs7Ozs7OztDQUFBO0NNeUJBOzs7Ozs7OztDQU9BOzs7Ozs7Ozs7Ozs7Q0FZQTs7Ozs7Q0FLQTs7Ozs7Ozs7Ozs7Q0FTQTs7Ozs7Q0FLQTs7Ozs7Ozs7Ozs7Q0FXQTtDQUVBOzs7Ozs7Q0FNQTs7Ozs7Q05sRkE7Ozs7Ozs7Q00yRkE7Ozs7Ozs7Q0FPQTs7Ozs7OztDQVVBOzs7Ozs7O0NBUUE7Ozs7Ozs7Ozs7Ozs7OztDQU9BOzs7Ozs7Q0FNQTs7Ozs7Q0FLQTs7Ozs7Q0FLQTs7Ozs7Q0FLQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FlQTs7Ozs7O0NBTUE7Ozs7Ozs7Q0N0WEE7Ozs7OztDQU1BOzs7OztDQUlBOzs7Ozs7Ozs7O0NBTUE7Ozs7O0NBS0E7Ozs7Ozs7Q0FNQTs7Ozs7Q0FLQTs7Ozs7Ozs7Ozs7Ozs7Q0FXQTs7Ozs7OztDQUtBOzs7Ozs7O0NBT0E7Q0FFQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FTQTs7Ozs7Ozs7OztDQVNBOzs7Ozs7Ozs7Q0FRQTs7Ozs7OztDQU9BOzs7Ozs7O0NQdUhBOzs7Ozs7O0NPM0dBOzs7OztDQU1BOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztDQVlBOzs7Ozs7Ozs7OztDQVVBOzs7Ozs7OztDQVFBOzs7OztDQU9BOzs7Ozs7O0NBSUE7Ozs7OztDQU1BOzs7OztDQUtBOzs7Ozs7Q0FNQTs7Ozs7Ozs7Q0N2S0E7Ozs7O0NBSUE7Ozs7Ozs7O0NBTUE7Ozs7O0NBS0E7Ozs7Ozs7OztDQVNBOzs7OztDQUtBOzs7Ozs7O0NBUUE7Q0FFQTs7Ozs7Ozs7Ozs7Ozs7Q0FXQTs7Ozs7Ozs7O0NBU0E7Q0FFQTs7Ozs7O0NDNURBO0NBRUE7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBZUE7Ozs7O0NBS0E7Ozs7Ozs7Ozs7Ozs7Q1QyTEE7Q1NcL0tBOzs7Ozs7O0NBS0E7Ozs7Ozs7Q0FNQTs7Ozs7Q0FLQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FnQkE7Ozs7OztDQU1BOzs7Ozs7Ozs7OztDQWFBOzs7Ozs7Ozs7Ozs7Ozs7O0NDdkZBOzs7Ozs7Ozs7Q0FTQTs7Ozs7Q0FLQTs7Ozs7O0NDYkE7Ozs7Ozs7Ozs7Q0FTQTs7Ozs7Q0FLQTs7Ozs7Q0FLQTs7Ozs7O0NBTUEiLCJzb3VyY2VzIjpbInN0eWxlc1wvX2Z1bmN0aW9ucy5zY3NzIiwic3R5bGVzXC9fbWFpbi5zY3NzIiwic3R5bGVzXC9fanF1ZXJ5LXVpLnNjc3MiLCJzdHlsZXNcL19saWdodGJveC5zY3NzIiwic3R5bGVzXC9fbmF2aWdhdGlvbi5zY3NzIiwic3R5bGVzXC9fc2xpZGVzaG93LnNjc3MiLCJzdHlsZXNcL19wcm9kdWN0cy5zY3NzIiwic3R5bGVzXC9fYWdlbnRzLnNjc3MiLCJzdHlsZXNcL19ibG9nLnNjc3MiLCJzdHlsZXNcL19nYWxsZXJpZXMuc2NzcyIsInN0eWxlc1wvX3Rlc3RpbW9uaWFscy5zY3NzIiwic3R5bGVzXC9fdGlueW1jZS5zY3NzIl0sIm5hbWVzIjpbXSwiX3hfb3JnX2tvYWxhLWZyYW1ld29ya19sYXN0Ijp7InNvdXJjZSI6MTEsIm9yaWdpbmFsTGluZSI6MjYsIm9yaWdpbmFsQ29sdW1uIjoxLCJuYW1lIjowfX0= */
