@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,500,900);
/* compiled by scssphp v0.6.7 on Mon, 22 Jan 2018 10:34:30 +1300 (0.7972s) */
/* line 315, styles/_functions.scss */
.site-footer:before,
.ui-accordion .ui-accordion-header:before,
.main-navigation .sel > a:before,
.main-navigation .sel .sel > a:before,
.main-navigation li:hover > a:before,
.open-sub:before,
.open-sub:after,
.slideshow .slide:before,
.slideshow .slide:after,
.slideshow button.slick-arrow:before {
    content: '';
    display: block;
    position: absolute;
    }

/* line 325, styles/_functions.scss */
/* line 327, styles/_functions.scss */
.container:before,
.slideshow ul.slick-dots:before,
.search-results article:before,
.slideshow:before,
.container:after,
.slideshow ul.slick-dots:after,
.search-results article:after,
.slideshow: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: #000;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    font-size: 19px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    }

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

/* line 28, styles/_main.scss */
h1 {
    font-size: 50px;
    text-transform: uppercase;
    }
@media screen and (max-width: 1219px) {
h1 {
    font-size: 32px;
    }
}

/* line 39, styles/_main.scss */
h1,
h2.dotted {
    padding-bottom: 20px;
    background: url(images/dots.png) left bottom no-repeat;
    }

/* line 45, styles/_main.scss */
h1[style*="text-align: center;"],
h2.dotted[style*="text-align: center;"] {
    background-position: center bottom;
    }

/* line 51, styles/_main.scss */
h2 {
    font-size: 30px;
    margin-bottom: 25px;
    text-transform: uppercase;
    }
@media screen and (max-width: 1219px) {
h2 {
    font-size: 22px;
    }
}

/* line 63, styles/_main.scss */
h3 {
    font-size: 19px;
    }

/* line 68, styles/_main.scss */
strong {
    font-weight: 500;
    }

/* line 73, styles/_main.scss */
a {
    color: #e31d1a;
    text-decoration: none;
    word-break: break-word;
    }

/* line 212, styles/_functions.scss */
a:hover,
a:focus,
a:active {
    color: #3b4046;
    }

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

/* line 89, styles/_main.scss */
a.view-more {
    display: inline-block;
    padding-bottom: 7px;
    border-bottom: 2px solid #e31d1a;
    text-transform: uppercase;
    font-weight: normal;
    }

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

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

/* line 114, styles/_main.scss */
sup {
    font-size: .6em;
    }

/*** globally relevant styles ***/
/* line 120, styles/_main.scss */
.button {
    display: inline-block;
    border: none;
    border-radius: 5px;
    padding: 15px 65px;
    background: #000;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    }

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

/* line 141, styles/_main.scss */
.slideshow .button:hover,
.top-footer .button:hover {
    background: #fff;
    color: #000;
    }

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

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

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

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

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

/** End TinyMCE image/media styles */
/* line 190, styles/_main.scss */
.highlight {
    color: #3b4046;
    font-weight: bold;
    }

/* line 196, styles/_main.scss */
.map {
    position: relative;
    min-height: 400px;
    width: 100%;
    }

/* line 202, styles/_main.scss */
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

/* line 212, styles/_main.scss */
.contact-wrapper {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
@media screen and (max-width: 1219px) {
.contact-wrapper {
    display: block;
    }
}

/* line 222, styles/_main.scss */
.contact-wrapper .map {
    min-height: 600px;
    }
@media screen and (max-width: 1219px) {
.contact-wrapper .map {
    min-height: 400px;
    }
}

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

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

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

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

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

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

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

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

/* line 297, styles/_main.scss */
.container,
.slideshow ul.slick-dots {
    margin: 0 auto;
    max-width: 1410px;
    width: 100%;
    padding: 0 15px;
    }
@media screen and (max-width: 1449px) {
.container,
.slideshow ul.slick-dots {
    max-width: 1200px;
    }
}

/* line 312, styles/_main.scss */
body > header {
    z-index: 100;
    height: auto;
    background: #000;
    }

/* line 318, styles/_main.scss */
body > header .top-header {
    padding: 15px 0;
    border-bottom: 1px solid #3b4046;
    text-align: right;
    }
@media screen and (max-width: 1219px) {
body > header .top-header {
    display: none;
    }
}

/* line 330, styles/_main.scss */
body > header .header-contact {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    }

/* line 336, styles/_main.scss */
body > header .header-contact .phone {
    padding-left: 25px;
    background: url(images/icon_phone.png) left center no-repeat;
    color: inherit;
    }

/* line 344, styles/_main.scss */
body > header .site-header {
    position: relative;
    }

/* line 349, styles/_main.scss */
body > header .logo {
    display: inline-block;
    margin-top: -35px;
    margin-left: -20px;
    padding: 0 20px;
    background: #000;
    }
@media screen and (max-width: 1449px) {
body > header .logo {
    max-width: 300px;
    }
}

@media screen and (max-width: 1219px) {
body > header .logo {
    padding: 0;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 10px;
    max-width: 81%;
    }
}

/* line 371, styles/_main.scss */
body > header .logo img {
    display: block;
    }

/* line 378, styles/_main.scss */
main {
    display: block;
    z-index: 5;
    }

/* line 385, styles/_main.scss */
.content {
    padding: 60px 0;
    }
@media screen and (max-width: 1219px) {
.content {
    padding: 45px 15px;
    }
}

/* line 394, styles/_main.scss */
.content p,
.content ul,
.content ol {
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 30px;
    }

/* line 403, styles/_main.scss */
.content ul {
    padding-left: 20px;
    }

/* line 409, styles/_main.scss */
.content-left,
.content-right {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    }
@media screen and (max-width: 1219px) {
.content-left,
.content-right {
    width: 100%;
    }
}

/* line 421, styles/_main.scss */
.content-left.wide,
.content-right.wide {
    width: 58%;
    }
@media screen and (max-width: 1219px) {
.content-left.wide,
.content-right.wide {
    width: 100%;
    }
}

/* line 431, styles/_main.scss */
.content-left.short,
.content-right.short {
    width: 41%;
    }
@media screen and (max-width: 1219px) {
.content-left.short,
.content-right.short {
    width: 100%;
    }
}

/* line 442, styles/_main.scss */
.content-left {
    padding-right: 15px;
    }
@media screen and (max-width: 1219px) {
.content-left {
    padding: 0;
    }
}

/* line 452, styles/_main.scss */
.content-right {
    padding-left: 15px;
    }
@media screen and (max-width: 1219px) {
.content-right {
    padding: 0;
    }
}

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

/* line 474, 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 487, styles/_main.scss */
.top-footer {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 410px;
    background: #e31d1a;
    color: #fff;
    }

/* line 496, styles/_main.scss */
.top-footer .background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: multiply;
    opacity: .35;
    }

/* line 511, styles/_main.scss */
.top-footer .container,
.top-footer .slideshow ul.slick-dots,
.slideshow .top-footer ul.slick-dots {
    z-index: 10;
    position: relative;
    }
@media screen and (max-width: 1219px) {
.top-footer .container,
.top-footer .slideshow ul.slick-dots,
.slideshow .top-footer ul.slick-dots {
    padding: 45px 20px;
    }
}

/* line 522, styles/_main.scss */
.top-footer h2.dotted {
    background-image: url(images/dots_light.png);
    }

/* line 528, styles/_main.scss */
footer[role="banner"] {
    z-index: 0;
    background: #000 url(images/dots_bg.png) 64% 30px no-repeat;
    color: #fff;
    }
@media screen and (max-width: 1219px) {
footer[role="banner"] {
    background-image: none;
    }
}

/* line 540, styles/_main.scss */
.site-footer {
    position: relative;
    padding-top: 90px;
    padding-bottom: 75px;
    font-size: 18px;
    }
@media screen and (max-width: 1219px) {
.site-footer {
    padding-top: 50px;
    padding-bottom: 25px;
    }
}

/* line 553, styles/_main.scss */
.site-footer:before {
    top: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #3b4046;
    }

/* line 563, styles/_main.scss */
.site-footer .container,
.site-footer .slideshow ul.slick-dots,
.slideshow .site-footer ul.slick-dots {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }
@media screen and (max-width: 1219px) {
.site-footer .container,
.site-footer .slideshow ul.slick-dots,
.slideshow .site-footer ul.slick-dots {
    display: block;
    }
}

/* line 574, styles/_main.scss */
.site-footer .container:before,
.site-footer .slideshow ul.slick-dots:before,
.slideshow .site-footer ul.slick-dots:before,
.site-footer .container:after,
.site-footer .slideshow ul.slick-dots:after,
.slideshow .site-footer ul.slick-dots:after {
    display: none;
    }

/* line 581, styles/_main.scss */
.site-footer h2 {
    font-size: 28px;
    text-transform: none;
    }

/* line 587, styles/_main.scss */
.site-footer p {
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 30px;
    }

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

/* line 598, styles/_main.scss */
.site-footer a:hover {
    color: #e31d1a;
    }

/* line 604, styles/_main.scss */
.site-footer .footer-contact {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    }

/* line 609, styles/_main.scss */
.site-footer .footer-testimonial {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    width: 100%;
    max-width: 520px;
    color: #797979;
    text-align: center;
    }
@media screen and (max-width: 1449px) {
.site-footer .footer-testimonial {
    padding: 0 15px;
    }
}

@media screen and (max-width: 1219px) {
.site-footer .footer-testimonial {
    padding: 0;
    max-width: 100%;
    }
}

/* line 628, styles/_main.scss */
.site-footer .footer-testimonial .testimony {
    padding: 0 30px;
    font-style: italic;
    }
@media screen and (max-width: 1219px) {
.site-footer .footer-testimonial .testimony {
    padding: 0 10px;
    }
}

/* line 638, styles/_main.scss */
.site-footer .footer-testimonial .testimony:before,
.site-footer .footer-testimonial .testimony:after {
    content: '"';
    }

/* line 646, styles/_main.scss */
.site-footer .footer-right {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    }
@media screen and (max-width: 1219px) {
.site-footer .footer-right {
    display: none;
    }
}

/* line 658, styles/_main.scss */
.sub-footer {
    padding-bottom: 30px;
    font-size: 13px;
    color: #797979;
    }
@media screen and (max-width: 599px) {
.sub-footer {
    line-height: 24px;
    }
}

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

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

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

/* line 693, styles/_main.scss */
.sub-footer a:hover {
    color: #e31d1a;
    }

/* default form styling
 * - apply .contact class to any form
 * - note .button styling at top of file
 */
/* line 704, styles/_main.scss */
form.contact {
    margin-top: 8px;
    }

/* line 709, styles/_main.scss */
/* line 711, styles/_main.scss */
.content form .field-group {
    margin-bottom: 15px;
    text-align: left;
    }

/* line 717, styles/_main.scss */
.content form label,
.content form .label {
    display: block;
    margin-bottom: 10px;
    }

/* line 723, styles/_main.scss */
.content form label .error,
.content form .label .error {
    margin-left: 10px;
    }

/* line 729, styles/_main.scss */
.content form.placeholders .error {
    margin-left: 0;
    }

/* line 734, styles/_main.scss */
.content form .error {
    display: inline-block;
    color: #fd1a00;
    font-size: .8em;
    }

/* line 741, styles/_main.scss */
.content form .field {
    display: block;
    }

/* line 746, styles/_main.scss */
.content form input[type=text],
.content form input[type=password],
.content form input[type=num],
.content form input[type=email],
.content form input[type=tel],
.content form select,
.content form textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border: none;
    border-left: 2px solid #e31d1a;
    padding: 14px;
    width: 100%;
    background: #efefef;
    font-family: 'Roboto',sans-serif;
    font-size: inherit;
    }

/* line 765, styles/_main.scss */
.content form textarea {
    height: 170px;
    }

/* line 770, styles/_main.scss */
/* line 772, styles/_main.scss */
.content form .field-group.field-RADIO .label,
.content form .field-group.field-RADIO .field {
    display: inline-block;
    }

/* line 778, styles/_main.scss */
.content form .field-group.field-RADIO .label {
    margin-right: 20px;
    }

/* line 783, styles/_main.scss */
.content form .field-group.field-RADIO .field label {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    padding-left: 4px;
    }

/* line 790, styles/_main.scss */
.content form .field-group.field-RADIO .field label input[type=radio] {
    opacity: 0;
    }

/* line 795, styles/_main.scss */
.content form .field-group.field-RADIO .field label span.radio {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #efefef;
    }

/* line 806, styles/_main.scss */
.content form .field-group.field-RADIO .field label input[type=radio]:checked + span.radio {
    background: #e31d1a;
    }

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

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

/* line 836, styles/_main.scss */
.content form .toggle-password:after {
    display: none;
    }

/* line 842, styles/_main.scss */
.content form .field-UPLOAD {
    overflow: hidden;
    }

/* line 846, styles/_main.scss */
.content form .field-UPLOAD label {
    display: inline-block;
    border: 1px solid #d1d1d1;
    margin-right: 10px;
    padding: 12px 20px 12px 50px;
    background: url(images/icon_upload.png) 15px center no-repeat;
    cursor: pointer;
    }

/* line 856, styles/_main.scss */
.content form .field-UPLOAD .field {
    display: inline-block;
    }

/* line 861, styles/_main.scss */
.content form .field-UPLOAD input {
    display: none;
    }

/* line 866, styles/_main.scss */
.content form .field-UPLOAD .uploaded {
    line-height: 32px;
    }

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

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

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

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

/* search results */
/* line 901, styles/_main.scss */
.search-results {
    border-top: 1px solid #3b4046;
    }

/* line 905, styles/_main.scss */
.search-results article {
    border-bottom: 1px solid #d9d9d7;
    }

/* line 912, styles/_main.scss */
.search-results h3 {
    margin: 0;
    }

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

/* line 922, styles/_main.scss */
.search-results img {
    display: block;
    float: left;
    height: auto;
    margin: 0 .5em .5em 0;
    max-width: 150px;
    }

/* line 931, styles/_main.scss */
.search-results a {
    display: block;
    padding: .5em 0;
    color: inherit;
    }

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

/* line 941, styles/_main.scss */
.search-results a:hover h3,
.search-results a:focus h3,
.search-results a:active h3 {
    color: inherit;
    text-decoration: underline;
    }

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

/* 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-accordion .ui-accordion-header {
    position: relative;
    padding: 15px;
    padding-left: 45px;
    }

/* line 25, styles/_jquery-ui.scss */
.ui-accordion .ui-accordion-header.ui-accordion-header-active:before {
    top: 5px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    }

/* line 31, styles/_jquery-ui.scss */
.ui-accordion .ui-accordion-header:before {
    margin: auto;
    top: -5px;
    bottom: 0;
    left: 17px;
    width: 8px;
    height: 8px;
    border: 2px solid #3b4046;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }

/* line 46, styles/_jquery-ui.scss */
.ui-accordion .ui-accordion-header span {
    display: none;
    }

/* line 52, styles/_jquery-ui.scss */
.ui-accordion .ui-accordion-content {
    padding: 0;
    padding-top: 30px;
    border: none;
    font-size: 19px;
    }

/* line 60, styles/_jquery-ui.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: none;
    border-bottom: 2px solid #e31d1a;
    border-radius: 0;
    background: #efefef;
    color: #000;
    text-transform: none;
    font-weight: normal;
    outline: none;
    }

/* line 73, 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 80, styles/_jquery-ui.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
    color: #d00300;
    }

/* line 87, styles/_jquery-ui.scss */
/* line 92, 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 98, styles/_jquery-ui.scss */
.ui-accordion-content {
    border-radius: 0;
    margin-bottom: 10px;
    font-size: .875em;
    }

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

/* line 110, styles/_jquery-ui.scss */
.ui-accordion-header {
    font-size: .875em;
    }

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

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

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

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

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

/* line 145, 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 153, styles/_jquery-ui.scss */
.ui-tabs .ui-tabs-nav {
    border: none;
    border-bottom: 2px solid #e31d1a;
    border-radius: 0;
    padding: 0;
    background: none;
    }

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

/* line 2, styles/_lightbox.scss */
/* line 4, styles/_lightbox.scss */
#cboxLoadedContent .content {
    padding: 0;
    }
@media screen and (min-width: 1220px) {
/* line 3, styles/_navigation.scss */
.main-navigation-wrapper {
    float: right;
    max-width: calc(100% - 390px);
    max-width: calc(100% - 390px);
    max-width: calc(100% - 390px);
    }

/* line 8, styles/_navigation.scss */
.main-navigation-wrapper .header-contact {
    display: none;
    }

/* line 14, styles/_navigation.scss */
.main-navigation {
    position: relative;
    z-index: 7;
    padding: 0;
    height: 95px;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    }

/* line 26, styles/_navigation.scss */
.main-navigation > ul {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    }

/* line 34, styles/_navigation.scss */
.main-navigation li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    }

/* line 42, styles/_navigation.scss */
.main-navigation li a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #fff;
    height: 100%;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    }

/* line 55, styles/_navigation.scss */
.main-navigation li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    min-width: 100%;
    padding: 0;
    background: rgba(0,0,0,.9);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
    }

/* line 68, 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 78, styles/_navigation.scss */
.main-navigation li ul li a {
    padding: 10px;
    width: 100%;
    line-height: normal;
    }

/* line 87, styles/_navigation.scss */
.main-navigation .sel > a,
.main-navigation .sel .sel > a,
.main-navigation li:hover > a {
    position: relative;
    background: #e31d1a;
    color: #fff;
    text-decoration: none;
    }

/* line 96, styles/_navigation.scss */
.main-navigation .sel > a:before,
.main-navigation .sel .sel > a:before,
.main-navigation li:hover > a:before {
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    }

/* line 107, styles/_navigation.scss */
.main-navigation li li:hover > a:before,
.main-navigation .sel .sel > a:before {
    display: none;
    }

/* line 113, styles/_navigation.scss */
.main-navigation li:hover ul,
.main-navigation a:focus + ul {
    display: block;
    }
}

@media screen and (min-width: 1220px) and (max-width: 1450px) {
/* line 124, styles/_navigation.scss */
.main-navigation-wrapper {
    max-width: calc(100% - 281px);
    max-width: calc(100% - 281px);
    max-width: calc(100% - 281px);
    z-index: 100;
    }

/* line 131, styles/_navigation.scss */
.main-navigation {
    height: 70px;
    }

/* line 135, styles/_navigation.scss */
.main-navigation li a {
    padding: 0 15px;
    }
}

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

/* line 150, styles/_navigation.scss */
.main-navigation-wrapper .header-contact {
    margin-top: 30px;
    }

/* line 156, styles/_navigation.scss */
.main-navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 30px;
    width: 100%;
    background: rgba(0,0,0,1);
    }

/* line 166, styles/_navigation.scss */
.main-navigation > ul {
    z-index: 10000;
    margin: 0;
    padding: 0;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    }

/* line 177, 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 {
    color: #e31d1a;
    }

/* line 189, styles/_navigation.scss */
.main-navigation li.sel {
    color: #e31d1a;
    }

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

/* line 204, 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 215, styles/_navigation.scss */
.main-navigation li ul li {
    width: 100%;
    }

/* line 219, styles/_navigation.scss */
.main-navigation li ul li a {
    padding: 11px 15px;
    }

/* line 227, styles/_navigation.scss */
/* line 229, 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 233, 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 238, styles/_navigation.scss */
.main-navigation li.open ul {
    display: block;
    }

/* line 246, styles/_navigation.scss */
.open-nav {
    display: block;
    position: absolute;
    top: -50px;
    right: 15px;
    height: 26px;
    width: 34px;
    }

/* line 255, styles/_navigation.scss */
.open-nav .bar {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #e31d1a;
    -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: #e31d1a;
    -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/_testimonials.scss */
.testimonial {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    background: #efefef;
    border-bottom: 2px solid #e31d1a;
    }
@media screen and (max-width: 1219px) {
.testimonial {
    display: block;
    }
}

/* line 14, styles/_testimonials.scss */
.testimonial .testimonial-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 45px 30px;
    }
@media screen and (max-width: 699px) {
.testimonial .testimonial-content {
    display: block;
    }
}

/* line 26, styles/_testimonials.scss */
.testimonial .image {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    float: right;
    max-width: 445px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    }
@media screen and (max-width: 1449px) {
.testimonial .image {
    max-width: 348px;
    }
}

@media screen and (max-width: 1219px) {
.testimonial .image {
    float: none;
    max-width: 100%;
    }
}

/* line 47, styles/_testimonials.scss */
.testimonial .image:after {
    content: '';
    display: block;
    position: relative;
    padding-top: 68%;
    }

/* line 56, styles/_testimonials.scss */
/* line 58, styles/_testimonials.scss */
.testimonial .testimony:before,
.testimonial .testimony:after {
    content: '"';
    }

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

/* line 70, styles/_testimonials.scss */
.testimonial .logo {
    position: relative;
    margin-right: 30px;
    max-width: 285px;
    min-width: 285px;
    background: #fff;
    }
@media screen and (max-width: 1449px) {
.testimonial .logo {
    min-width: 210px;
    }
}

@media screen and (max-width: 699px) {
.testimonial .logo {
    min-width: 1px;
    margin-bottom: 25px;
    }
}

/* line 89, styles/_testimonials.scss */
.testimonial .logo:after {
    content: '';
    display: block;
    position: relative;
    padding-top: 67%;
    }

/* line 97, styles/_testimonials.scss */
.testimonial .logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 88%;
    }

/* line 109, styles/_testimonials.scss */
.testimonial p {
    margin-bottom: 17px;
    }

/* line 1, styles/_brands.scss */
.brand {
    margin-top: 30px;
    }

/* line 5, styles/_brands.scss */
.brand .brand-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
@media screen and (max-width: 1219px) {
.brand .brand-content {
    display: block;
    }
}

/* line 15, styles/_brands.scss */
.brand .image {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    position: relative;
    margin-left: 45px;
    max-width: 270px;
    width: 100%;
    height: 165px;
    border: 1px solid #d9d9d9;
    }
@media screen and (max-width: 1219px) {
.brand .image {
    margin: 0;
    }
}

/* line 30, styles/_brands.scss */
.brand .image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    }

/* line 1, styles/_slideshow.scss */
.slideshow {
    overflow: hidden;
    position: relative;
    height: auto;
    max-height: auto;
    }
@media screen and (max-width: 1219px) {
.slideshow {
    background: #e31d1a;
    }
}

/* line 30, styles/_slideshow.scss */
html.Main .slideshow {
    height: auto;
    max-height: auto;
    }

/* line 36, styles/_slideshow.scss */
.slideshow .container,
.slideshow ul.slick-dots {
    padding: 0;
    }

/* line 43, styles/_slideshow.scss */
.slideshow .slide {
    overflow: hidden;
    position: relative;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    }

/* line 57, styles/_slideshow.scss */
.slideshow .slide:before,
.slideshow .slide:after {
    right: 0;
    top: 0;
    height: 100%;
    width: 39%;
    background: #e31d1a;
    -webkit-transform: skew(-41deg);
    -moz-transform: skew(-41deg);
    -ms-transform: skew(-41deg);
    transform: skew(-41deg);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    }
@media screen and (max-width: 1219px) {
.slideshow .slide:before,
.slideshow .slide:after {
    display: none;
    }
}

/* line 75, styles/_slideshow.scss */
.slideshow .slide:before {
    z-index: 1;
    width: 48%;
    background: -moz-linear-gradient(top,rgba(208,3,0,.95) 0%,rgba(211,19,16,.6) 100%);
    background: -webkit-linear-gradient(top,rgba(208,3,0,.95) 0%,rgba(211,19,16,.6) 100%);
    background: -webkit-linear-gradient(top,rgba(208,3,0,.95) 0%,rgba(211,19,16,.6) 100%);
    background: -moz-linear-gradient(top,rgba(208,3,0,.95) 0%,rgba(211,19,16,.6) 100%);
    background: linear-gradient(to bottom,rgba(208,3,0,.95) 0%,rgba(211,19,16,.6) 100%);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2d00300',endColorstr='#99d31310',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2d00300',endColorstr='#99d31310',GradientType=0);
    }

/* line 87, styles/_slideshow.scss */
.slideshow .slide:after {
    z-index: 5;
    background: #d00300;
    background: -moz-linear-gradient(top,rgba(208,3,0,1) 0%,rgba(208,3,0,1) 100%,rgba(211,19,16,1) 100%);
    background: -webkit-linear-gradient(top,rgba(208,3,0,1) 0%,rgba(208,3,0,1) 100%,rgba(211,19,16,1) 100%);
    background: -webkit-linear-gradient(top,rgba(208,3,0,1) 0%,rgba(208,3,0,1) 100%,rgba(211,19,16,1) 100%);
    background: -moz-linear-gradient(top,rgba(208,3,0,1) 0%,rgba(208,3,0,1) 100%,rgba(211,19,16,1) 100%);
    background: linear-gradient(to bottom,rgba(208,3,0,1) 0%,rgba(208,3,0,1) 100%,rgba(211,19,16,1) 100%);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d00300',endColorstr='#d31310',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d00300',endColorstr='#d31310',GradientType=0);
    }

/* line 99, styles/_slideshow.scss */
html.Main .slideshow .slide {
    height: auto;
    }

/* line 103, styles/_slideshow.scss */
html.Main .slideshow .slide:before {
    width: 62%;
    background: -moz-linear-gradient(top,rgba(208,3,0,.95) 0%,rgba(211,19,16,0) 100%);
    background: -webkit-linear-gradient(top,rgba(208,3,0,.95) 0%,rgba(211,19,16,0) 100%);
    background: -webkit-linear-gradient(top,rgba(208,3,0,.95) 0%,rgba(211,19,16,0) 100%);
    background: -moz-linear-gradient(top,rgba(208,3,0,.95) 0%,rgba(211,19,16,0) 100%);
    background: linear-gradient(to bottom,rgba(208,3,0,.95) 0%,rgba(211,19,16,0) 100%);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2d00300',endColorstr='#00d31310',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2d00300',endColorstr='#00d31310',GradientType=0);
    }

/* line 113, styles/_slideshow.scss */
html.Main .slideshow .slide:after {
    width: 54%;
    }

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

/* line 125, styles/_slideshow.scss */
.slideshow .slide img {
    display: block;
    height: auto;
    width: 78%;
    }
@media screen and (max-width: 1219px) {
.slideshow .slide img {
    width: 100%;
    }
}

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

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

/* line 148, styles/_slideshow.scss */
.slideshow .slide .container,
.slideshow .slide ul.slick-dots {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    background: transparent;
    color: #fff;
    text-align: left;
    text-transform: none;
    }
@media screen and (max-width: 1219px) {
.slideshow .slide .container,
.slideshow .slide ul.slick-dots {
    display: block;
    position: static;
    }
}

/* line 170, styles/_slideshow.scss */
.slideshow .slide .container .caption-content,
.slideshow .slide ul.slick-dots .caption-content {
    display: block;
    max-width: 451px;
    }
@media screen and (max-width: 1449px) {
.slideshow .slide .container .caption-content,
.slideshow .slide ul.slick-dots .caption-content {
    max-width: 385px;
    }
}

@media screen and (max-width: 1219px) {
.slideshow .slide .container .caption-content,
.slideshow .slide ul.slick-dots .caption-content {
    max-width: 100%;
    width: 100%;
    padding: 30px 15px;
    padding-bottom: 75px;
    }
}

/* line 188, styles/_slideshow.scss */
.slideshow .slide .container .caption-content h2,
.slideshow .slide ul.slick-dots .caption-content h2 {
    font-size: 52px;
    }
@media screen and (max-width: 1449px) {
.slideshow .slide .container .caption-content h2,
.slideshow .slide ul.slick-dots .caption-content h2 {
    font-size: 34px;
    }
}

@media screen and (max-width: 1219px) {
.slideshow .slide .container .caption-content h2,
.slideshow .slide ul.slick-dots .caption-content h2 {
    font-size: 29px;
    }
}

/* line 203, styles/_slideshow.scss */
.slideshow .slide .container .caption-content p,
.slideshow .slide ul.slick-dots .caption-content p {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 30px;
    }
@media screen and (max-width: 1449px) {
.slideshow .slide .container .caption-content p,
.slideshow .slide ul.slick-dots .caption-content p {
    margin-bottom: 20px;
    font-size: 17px;
    }
}

@media screen and (max-width: 1219px) {
.slideshow .slide .container .caption-content p,
.slideshow .slide ul.slick-dots .caption-content p {
    font-size: 20px;
    }
}

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

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

/* line 251, styles/_slideshow.scss */
/* line 266, 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(0,0,0,.1);
    text-indent: -9999px;
    cursor: pointer;
    }
@media screen and (max-width: 599px) {
.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: #3b4046;
    }

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

/* line 297, 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: #000;
    border-left-color: #000;
    height: 18px;
    width: 18px;
    }

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

/* line 314, 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 323, styles/_slideshow.scss */
.slideshow button.slick-arrow.slick-next {
    right: 10px;
    }

/* line 328, 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 338, styles/_slideshow.scss */
.slideshow ul.slick-dots {
    position: absolute;
    top: auto;
    right: 15px;
    left: 15px;
    bottom: 20px;
    margin: auto;
    padding: 0;
    }

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

/* line 363, styles/_slideshow.scss */
.slideshow ul.slick-dots li.slick-active {
    opacity: 1;
    }

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

/* line 4, styles/_homepage.scss */
.content-two-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
@media screen and (max-width: 1219px) {
.content-two-wrapper {
    display: block;
    }
}

/* line 13, styles/_homepage.scss */
.content-two-wrapper .content-left,
.content-two-wrapper .content-right {
    width: 50%;
    padding: 0;
    }
@media screen and (max-width: 1219px) {
.content-two-wrapper .content-left,
.content-two-wrapper .content-right {
    width: 100%;
    }
}

/* line 25, styles/_homepage.scss */
.content-two-wrapper .content-left {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    }

/* line 31, styles/_homepage.scss */
.content-two-wrapper .content-left:after {
    content: '';
    display: block;
    position: relative;
    padding-top: 59%;
    }

/* line 40, styles/_homepage.scss */
.content-two-wrapper .content-right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000 url(images/dots_bg_red.png) 95% center no-repeat;
    color: #fff;
    }
@media screen and (max-width: 1219px) {
.content-two-wrapper .content-right {
    background-image: none;
    }
}

/* line 52, styles/_homepage.scss */
.content-two-wrapper .content-right .content {
    padding-left: 50px;
    padding-right: 20px;
    max-width: calc(1410px / 2);
    max-width: calc(1410px / 2);
    max-width: calc(1410px / 2);
    }
@media screen and (max-width: 1449px) {
.content-two-wrapper .content-right .content {
    max-width: calc(1200px / 2);
    max-width: calc(1200px / 2);
    max-width: calc(1200px / 2);
    }
}

@media screen and (max-width: 1219px) {
.content-two-wrapper .content-right .content {
    max-width: 100%;
    padding: 45px 15px;
    }
}

/* old gallery module */
/* line 3, styles/_galleries.scss */
.gallery {
    margin-top: 30px;
    }

/* line 7, styles/_galleries.scss */
.gallery a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin-right: 35px;
    margin-bottom: 35px;
    max-width: calc(25% - 27px);
    max-width: calc(25% - 27px);
    max-width: calc(25% - 27px);
    width: 100%;
    background: #d00300;
    }

/* line 19, styles/_galleries.scss */
.gallery a:nth-child(4n) {
    margin-right: 0;
    }
@media screen and (max-width: 1219px) {
.gallery a:nth-child(4n) {
    margin-right: 35px;
    }
}

@media screen and (max-width: 1219px) {
.gallery a {
    max-width: calc(33.3% - 27px);
    max-width: calc(33.3% - 27px);
    max-width: calc(33.3% - 27px);
    }

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

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

/* line 45, styles/_galleries.scss */
/* line 47, styles/_galleries.scss */
.gallery a:hover figure {
    opacity: .3;
    }

/* line 52, styles/_galleries.scss */
.gallery a:hover:after {
    display: block;
    }

/* line 58, styles/_galleries.scss */
.gallery a:after {
    display: none;
    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%;
    color: #fff;
    -webkit-transition: opacity .25s;
    -moz-transition: opacity .25s;
    transition: opacity .25s;
    }

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

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

/** Profiles **/
/* line 2, styles/_profiles.scss */
/* line 4, styles/_profiles.scss */
/* line 6, styles/_profiles.scss */
.profiles .cboxElement p {
    display: none;
    }

/* line 13, styles/_profiles.scss */
/* line 15, styles/_profiles.scss */
.profile img {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 270px;
    }

/* line 23, styles/_profiles.scss */
.profile h3 {
    font-size: 1em;
    text-align: center;
    }

/* line 30, styles/_profiles.scss */
.profiles .profile {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    padding: 15px;
    width: 300px;
    cursor: pointer;
    }

/* line 39, styles/_profiles.scss */
/* line 41, styles/_profiles.scss */
.profiles .profile:hover h3 {
    text-decoration: underline;
    }

/* line 49, styles/_profiles.scss */
/* line 51, styles/_profiles.scss */
.content-block.SimpleProfile-ProfileBlock .profiles {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    text-align: justify;
    }

/* line 62, styles/_profiles.scss */
.content-block.SimpleProfile-ProfileBlock .profiles span {
    display: inline-block;
    }

/* line 71, styles/_profiles.scss */
.content-block.SimpleProfile-ProfileBlock a {
    display: block;
    overflow: hidden;
    opacity: .6;
    height: 96px;
    margin-bottom: 5px;
    width: 96px;
    }

/* line 212, styles/_functions.scss */
.content-block.SimpleProfile-ProfileBlock a:hover,
.content-block.SimpleProfile-ProfileBlock a:focus,
.content-block.SimpleProfile-ProfileBlock a:active {
    opacity: 1;
    }

/* line 86, styles/_profiles.scss */
.content-block.SimpleProfile-ProfileBlock img {
    height: auto;
    width: 100%;
    }

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

/* line 11, styles/_tinymce.scss */
#tinymce p,
#tinymce ul,
#tinymce ol {
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 30px;
    }

/* line 20, styles/_tinymce.scss */
#tinymce form {
    outline: 1px dotted #3b4046;
    }

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

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

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