@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600|Open+Sans:400,400i,600,700,700i);
/* compiled by scssphp v0.7.6 on Tue, 26 Jun 2018 02:47:15 +0000 (0.4362s) */
/* line 347, styles/_functions.scss */
form:not(.custom-form) .field-UPLOAD .upload-button:after,
.open-sub:before,
.open-sub:after {
    content: '';
    display: block;
    position: absolute;
    }

/* line 357, styles/_functions.scss */
/* line 359, styles/_functions.scss */
/*** element styles ***/
/* line 2, styles/_main.scss */
body {
    margin: 0;
    padding: 0;
    background: #2857c9;
    color: #1b232a;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    line-height: 1.5;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    }
@media screen and (max-width: 1199px) {
body {
    font-size: 16px;
    }
}

/* line 157, styles/_functions.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0e498c;
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
    }

/* line 28, styles/_main.scss */
h1 {
    font-size: 42px;
    padding-bottom: 5px;
    position: relative;
    }
@media screen and (max-width: 1199px) {
h1 {
    font-size: 28px;
    }
}

/* line 39, styles/_main.scss */
h1:after {
    background: #e42429;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 33px;
    }

/* line 51, styles/_main.scss */
h2 {
    font-size: 32px;
    }
@media screen and (max-width: 1199px) {
h2 {
    font-size: 21px;
    }
}

/* line 61, styles/_main.scss */
h3 {
    font-size: 27px;
    }
@media screen and (max-width: 1199px) {
h3 {
    font-size: 20px;
    }
}

/* line 71, styles/_main.scss */
h4 {
    font-size: 23px;
    }
@media screen and (max-width: 1199px) {
h4 {
    font-size: 18px;
    }
}

/* line 81, styles/_main.scss */
h5 {
    font-size: 21px;
    }
@media screen and (max-width: 1199px) {
h5 {
    font-size: 17px;
    }
}

/* line 91, styles/_main.scss */
h6 {
    font-size: 20px;
    }
@media screen and (max-width: 1199px) {
h6 {
    font-size: 16px;
    }
}

/* line 101, styles/_main.scss */
a {
    color: #0e498c;
    text-decoration: none;
    }

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

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

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

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

/*** globally relevant styles ***/
/* line 133, styles/_main.scss */
.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    border: none;
    padding: 10px 50px;
    background: #2857c9;
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background .1s;
    -moz-transition: background .1s;
    transition: background .1s;
    }

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

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

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

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

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

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

/** End TinyMCE image/media styles */
/* line 196, styles/_main.scss */
.message {
    color: #e42429;
    }

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

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

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

/* line 220, styles/_main.scss */
.pagination .current {
    font-weight: bold;
    }
@media screen and (max-width: 599px) {
/* line 228, styles/_main.scss */
.mobile-hide {
    display: none;
    }
}

/*** section styles ***/
/* line 236, styles/_main.scss */
.container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    margin: 0 auto;
    max-width: 1410px;
    width: 100%;
    padding: 0 10px;
    width: 100%;
    }

/* line 247, styles/_main.scss */
header,
main,
footer {
    display: block;
    }

/* line 254, styles/_main.scss */
.super-header {
    background: #1b232a;
    color: #fff;
    text-align: right;
    }

/* line 260, styles/_main.scss */
.super-header a {
    color: inherit;
    }

/* line 265, styles/_main.scss */
.super-header .phone {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    font-weight: 600;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px 0;
    text-decoration: none;
    }

/* line 276, styles/_main.scss */
.super-header .phone:before {
    background: url(/resources/template/images/phone-icon.png);
    content: "";
    display: inline-block;
    height: 18px;
    margin-right: 5px;
    width: 18px;
    }

/* line 212, styles/_functions.scss */
/* line 288, styles/_main.scss */
.super-header .phone:hover:before,
.super-header .phone:focus:before,
.super-header .phone:active:before {
    -webkit-animation: spin .5s;
    -moz-animation: spin .5s;
    animation: spin .5s;
    }
@-webkit-keyframes spin {
/* line 292, styles/_main.scss */
0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    }

/* line 297, styles/_main.scss */
100% {
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
    }
}

@-moz-keyframes spin {
/* line 292, styles/_main.scss */
0% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    }

/* line 297, styles/_main.scss */
100% {
    -moz-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
    }
}

@keyframes spin {
/* line 292, styles/_main.scss */
0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    }

/* line 297, styles/_main.scss */
100% {
    -webkit-transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
    }
}

/* line 309, styles/_main.scss */
.header {
    background: #fff;
    position: relative;
    z-index: 10000000;
    }

/* line 315, styles/_main.scss */
.header > .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }

/* line 321, styles/_main.scss */
.header .logo {
    margin: -40px 40px -30px 0;
    max-width: 50%;
    position: relative;
    z-index: 100000;
    }
@media screen and (max-width: 1199px) {
.header .logo {
    margin: -10px 0;
    }
}

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

/* line 338, styles/_main.scss */
.header .logo:after {
    display: none;
    }

/* line 344, styles/_main.scss */
.header .kingspan-logo {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-right: 50px;
    }

/* line 353, styles/_main.scss */
main {
    background: #fff;
    position: relative;
    }

/* line 359, styles/_main.scss */
.slideshow {
    background: #1b232a;
    }

/* line 364, styles/_main.scss */
.footer {
    background: #1b232a;
    color: #9fa9b1;
    font-size: 16px;
    padding: 40px 0 60px;
    text-align: center;
    }

/* line 372, styles/_main.scss */
.footer a {
    color: #fff;
    }

/* line 377, styles/_main.scss */
.footer .container {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
@media screen and (max-width: 999px) {
.footer .container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
}

/* line 389, styles/_main.scss */
.footer .contact,
.footer .get-quote {
    text-align: left;
    max-width: 330px;
    width: 33%;
    }
@media screen and (max-width: 999px) {
.footer .contact,
.footer .get-quote {
    max-width: none;
    text-align: center;
    width: auto;
    }
}

/* line 404, styles/_main.scss */
.footer .contact a {
    display: block;
    }

/* line 409, styles/_main.scss */
.footer .get-quote {
    text-align: right;
    }
@media screen and (max-width: 999px) {
.footer .get-quote {
    max-width: 600px;
    text-align: center;
    }
}

/* line 421, styles/_main.scss */
.sub-footer {
    color: #b6bfc9;
    font-size: 13px;
    padding: 15px 35px;
    }

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

/* line 432, styles/_main.scss */
.sub-footer .container {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
@media screen and (max-width: 999px) {
.sub-footer .container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
}

/* line 444, styles/_main.scss */
.sub-footer .copyright,
.sub-footer .attribution {
    max-width: 250px;
    width: 33%;
    }
@media screen and (max-width: 999px) {
.sub-footer .copyright,
.sub-footer .attribution {
    max-width: none;
    width: auto;
    }
}

/* line 457, styles/_main.scss */
@media screen and (max-width: 999px) {
.sub-footer .copyright {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }
}

/* line 465, styles/_main.scss */
.sub-footer .attribution {
    text-align: right;
    }
@media screen and (max-width: 999px) {
.sub-footer .attribution {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    }
}

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

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

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

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

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

/* line 508, styles/_main.scss */
/* line 511, 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 518, styles/_main.scss */
form:not(.custom-form) .error {
    display: inline-block;
    color: #e42429;
    font-size: .8em;
    }

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

/* line 530, 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 {
    background: #ebebeb;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: inherit;
    padding: 10px;
    width: 100%;
    }

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

/* line 554, styles/_main.scss */
/* line 556, 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 562, styles/_main.scss */
form:not(.custom-form) .field-group.field-RADIO .label {
    margin-right: 20px;
    }

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

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

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

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

/* line 597, 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: 599px) {
form:not(.custom-form) input[type=password],
form:not(.custom-form) input.password,
form:not(.custom-form) input.hideShowPassword-field {
    width: 100%;
    }
}

/* line 611, 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 620, styles/_main.scss */
form:not(.custom-form) .toggle-password:after {
    display: none;
    }

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

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

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

/* line 643, 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 652, 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 667, 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 674, styles/_main.scss */
form:not(.custom-form) .field-UPLOAD .uploaded {
    display: inline-block;
    margin-left: 20px;
    }

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

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

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

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

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

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

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

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

/* line 733, 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: 599px) {
.content .searchForm input[type="text"] {
    max-width: 100%;
    width: 100%;
    margin-bottom: 5px;
    }
}

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

/* line 755, styles/_main.scss */
.search-results {
    border-top: 1px solid #30312e;
    }

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

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

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

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

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

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

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

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

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

/* line 816, styles/_main.scss */
/* line 818, 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-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border-color: #1b232a;
    border-radius: 0;
    background: #626262;
    color: #1b232a;
    }

/* 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: #30312e;
    color: #e42429;
    }

/* line 43, styles/_jquery-ui.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border-color: #30312e;
    background: #0e498c;
    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 */
.ui-accordion-content {
    border-radius: 0;
    margin-bottom: 10px;
    font-size: .875em;
    }

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

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

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

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

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

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

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

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

/* line 121, styles/_jquery-ui.scss */
.ui-tabs .ui-tabs-panel {
    border-radius: 0;
    }
@media screen and (min-width: 1200px) {
/* line 3, styles/_navigation.scss */
.main-navigation-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }

/* line 8, styles/_navigation.scss */
.main-navigation {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    position: relative;
    text-transform: none;
    z-index: 7;
    }

/* line 20, styles/_navigation.scss */
.main-navigation ul {
    margin: 0;
    padding: 0;
    }

/* line 25, styles/_navigation.scss */
.main-navigation ul li {
    position: relative;
    }

/* line 30, styles/_navigation.scss */
.main-navigation ul a {
    text-decoration: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    }

/* line 46, styles/_navigation.scss */
.main-navigation > ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }

/* line 51, styles/_navigation.scss */
.main-navigation > ul > li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-left: 30px;
    }

/* line 58, styles/_navigation.scss */
.main-navigation > ul > li > a {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #1b232a;
    }

/* line 64, styles/_navigation.scss */
.main-navigation > ul > li > a:after {
    background: #e42429;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
    }

/* line 78, styles/_navigation.scss */
.main-navigation > ul > li:hover > a,
.main-navigation > ul > li:focus > a,
.main-navigation > ul > li:active > a,
.main-navigation > ul > .sel > a {
    color: #e42429;
    }

/* line 85, styles/_navigation.scss */
.main-navigation > ul > li:hover > a:after,
.main-navigation > ul > li:focus > a:after,
.main-navigation > ul > li:active > a:after,
.main-navigation > ul > .sel > a:after {
    opacity: 1;
    }

/* line 93, styles/_navigation.scss */
.main-navigation ul ul {
    background: #e42429;
    display: block;
    left: 0;
    margin: 0;
    min-width: 100%;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: calc(100% - 3px);
    top: calc(100% - 3px);
    top: calc(100% - 3px);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    visibility: hidden;
    }

/* line 107, styles/_navigation.scss */
.main-navigation ul ul li {
    display: block;
    text-align: left;
    }

/* line 113, styles/_navigation.scss */
.main-navigation ul ul a {
    border: 2px solid transparent;
    color: #fff;
    display: block;
    padding: 5px 10px;
    }

/* line 121, styles/_navigation.scss */
.main-navigation ul ul li:hover > a,
.main-navigation ul ul li:focus > a,
.main-navigation ul ul li :active > a,
.main-navigation ul ul .sel > a {
    background: #fff;
    border-color: #e42429;
    color: #e42429;
    }

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

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

/* line 151, styles/_navigation.scss */
.main-navigation {
    display: none;
    padding: 0;
    position: absolute;
    width: 100%;
    background: #e42429;
    }

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

/* line 167, styles/_navigation.scss */
.main-navigation li {
    display: block;
    position: relative;
    border-top: 1px solid #79375b;
    width: 100%;
    text-align: left;
    }

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

/* line 180, styles/_navigation.scss */
.main-navigation li.sel {
    background-color: #0e498c;
    }

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

/* line 195, 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 206, styles/_navigation.scss */
.main-navigation li ul li {
    width: 100%;
    background-color: #c42a38;
    }

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

/* line 219, styles/_navigation.scss */
/* line 221, 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 225, 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 230, styles/_navigation.scss */
.main-navigation li.open ul {
    display: block;
    }

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

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

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

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

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

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

/* line 280, 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 286, styles/_navigation.scss */
.open-nav.open .bar.bottom {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    }

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

/* line 304, 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 321, styles/_navigation.scss */
.open-sub:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    }
}

/* line 1, styles/_contact.scss */
.contact-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
    }
@media screen and (max-width: 999px) {
.contact-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
}

/* line 12, styles/_contact.scss */
.contact-wrapper .contact-details,
.contact-wrapper .map {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    }

/* line 18, styles/_contact.scss */
.contact-wrapper .contact-details {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-right: 50px;
    }
@media screen and (max-width: 999px) {
.contact-wrapper .contact-details {
    margin-right: 0;
    }
}

/* line 29, styles/_contact.scss */
.contact-wrapper .map {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    position: relative;
    }

/* line 34, styles/_contact.scss */
.contact-wrapper .map iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    }

/* line 43, styles/_contact.scss */
.contact-wrapper .map:after {
    content: "";
    display: block;
    padding-bottom: 100%;
    }
@media screen and (max-width: 999px) {
.contact-wrapper .map:after {
    padding-bottom: 50%;
    }
}

/* line 1, styles/_documents.scss */
.documents {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: grid;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 35px;
    grid-template-columns: repeat(auto-fill,minmax(320px,1fr));
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
    max-width: 1410px;
    }

/* line 12, styles/_documents.scss */
.documents .document {
    background: #f2f2f2;
    border-top: 3px solid #e42429;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px;
    padding: 25px;
    width: 320px;
    }
@supports (display: grid) {
/* line 26, styles/_documents.scss */
.documents .document {
    width: auto;
    }
}

/* line 33, styles/_documents.scss */
.documents h2 {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    margin-top: 0;
    }

/* line 42, styles/_documents.scss */
.documents p {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    }

/* line 47, styles/_documents.scss */
.documents .download-file {
    margin-top: 20px;
    }

/* line 51, styles/_documents.scss */
.documents .download-file:before {
    background: url(/resources/template/images/download-icon.png);
    content: "";
    display: inline-block;
    height: 31px;
    margin-right: 10px;
    position: relative;
    top: 0;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    vertical-align: middle;
    width: 31px;
    }

/* line 212, styles/_functions.scss */
/* line 67, styles/_documents.scss */
.documents .download-file:hover:before,
.documents .download-file:focus:before,
.documents .download-file:active:before {
    -webkit-animation: bounce .5s;
    -moz-animation: bounce .5s;
    animation: bounce .5s;
    }
@-webkit-keyframes bounce {
/* line 71, styles/_documents.scss */
0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    }

/* line 76, styles/_documents.scss */
20% {
    -webkit-transform: scaleY(.8);
    transform: scaleY(.8);
    top: 0;
    }

/* line 82, styles/_documents.scss */
30% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    }

/* line 87, styles/_documents.scss */
45% {
    top: -10px;
    }

/* line 92, styles/_documents.scss */
70% {
    top: 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    }

/* line 98, styles/_documents.scss */
80% {
    -webkit-transform: scaleY(.8);
    transform: scaleY(.8);
    }

/* line 103, styles/_documents.scss */
100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    }
}

@-moz-keyframes bounce {
/* line 71, styles/_documents.scss */
0% {
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    }

/* line 76, styles/_documents.scss */
20% {
    -moz-transform: scaleY(.8);
    transform: scaleY(.8);
    top: 0;
    }

/* line 82, styles/_documents.scss */
30% {
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    }

/* line 87, styles/_documents.scss */
45% {
    top: -10px;
    }

/* line 92, styles/_documents.scss */
70% {
    top: 0;
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    }

/* line 98, styles/_documents.scss */
80% {
    -moz-transform: scaleY(.8);
    transform: scaleY(.8);
    }

/* line 103, styles/_documents.scss */
100% {
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    }
}

@keyframes bounce {
/* line 71, styles/_documents.scss */
0% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    }

/* line 76, styles/_documents.scss */
20% {
    -webkit-transform: scaleY(.8);
    -moz-transform: scaleY(.8);
    -ms-transform: scaleY(.8);
    transform: scaleY(.8);
    top: 0;
    }

/* line 82, styles/_documents.scss */
30% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    }

/* line 87, styles/_documents.scss */
45% {
    top: -10px;
    }

/* line 92, styles/_documents.scss */
70% {
    top: 0;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    }

/* line 98, styles/_documents.scss */
80% {
    -webkit-transform: scaleY(.8);
    -moz-transform: scaleY(.8);
    -ms-transform: scaleY(.8);
    transform: scaleY(.8);
    }

/* line 103, styles/_documents.scss */
100% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    }
}

/* line 1, styles/_slideshow.scss */
.slideshow {
    overflow: hidden;
    }

/* line 5, styles/_slideshow.scss */
.slideshow figure {
    margin: 0;
    }

/* line 10, styles/_slideshow.scss */
.slideshow .slide {
    width: 100%;
    position: relative;
    }

/* line 15, styles/_slideshow.scss */
.slideshow .slide img {
    display: block;
    object-fit: cover;
    min-height: 200px;
    width: 100%;
    }

/* line 22, styles/_slideshow.scss */
.Main .slideshow .slide img {
    min-height: 400px;
    }

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

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

/* line 39, styles/_slideshow.scss */
.slideshow .container {
    bottom: 50px;
    left: 0;
    position: absolute;
    right: 0;
    }

/* line 47, styles/_slideshow.scss */
.slideshow h2 {
    color: #fff;
    font-size: 52px;
    margin: 0;
    text-align: center;
    text-shadow: 2px 2px 8px rgba(27,35,42,.53);
    }
@media screen and (max-width: 1199px) {
.slideshow h2 {
    font-size: 28px;
    }
}

/* line 1, styles/_homepage.scss */
.banner-content {
    text-align: center;
    }

/* line 6, styles/_homepage.scss */
/* line 8, styles/_homepage.scss */
.slideshow + .content .banner-content {
    color: #fff;
    margin-top: -27.6%;
    position: relative;
    text-shadow: 2px 2px 8px rgba(27,35,42,.53);
    z-index: 10000;
    }
@media screen and (max-width: 1199px) {
.slideshow + .content .banner-content {
    margin-top: -300px;
    }
}

/* line 21, styles/_homepage.scss */
.slideshow + .content .banner-content h1 {
    color: inherit;
    }

/* line 27, styles/_homepage.scss */
.banner-content h1 {
    font-size: 52px;
    margin-bottom: 0;
    padding: 0;
    }
@media screen and (max-width: 1199px) {
.banner-content h1 {
    font-size: 28px;
    }
}

/* line 38, styles/_homepage.scss */
.banner-content h1:after {
    display: none;
    }

/* line 44, styles/_homepage.scss */
.banner-content p {
    font-size: 32px;
    margin-top: 0;
    }
@media screen and (max-width: 1199px) {
.banner-content p {
    font-size: 21px;
    }
}

/* line 55, styles/_homepage.scss */
.banner-content .iframe-wrapper {
    display: inline-block;
    max-width: 100%;
    position: relative;
    width: 944px;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 24px rgba(0,0,0,.44);
    box-shadow: 0 0 24px rgba(0,0,0,.44);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    padding: 5px;
    }

/* line 235, styles/_functions.scss */
.banner-content .iframe-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }

/* line 244, styles/_functions.scss */
.banner-content .iframe-wrapper:after {
    content: "";
    display: block;
    padding-bottom: 56.25%;
    }

/* line 68, styles/_homepage.scss */
.introduction {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
    margin-top: 50px;
    }
@media screen and (max-width: 859px) {
.introduction {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
}

/* line 80, styles/_homepage.scss */
.introduction .content {
    margin-right: 50px;
    }
@media screen and (max-width: 859px) {
.introduction .content {
    margin-right: 0;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }
}

/* line 91, styles/_homepage.scss */
.introduction h1 {
    margin-top: 0;
    }

/* line 96, styles/_homepage.scss */
.introduction .illustration {
    background: -webkit-radial-gradient(#fff,#d8d7d7);
    background: -moz-radial-gradient(#fff,#d8d7d7);
    background: radial-gradient(#fff,#d8d7d7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-left: 5px;
    max-width: 340px;
    }

/* line 105, styles/_homepage.scss */
.introduction .diagram {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }

/* line 110, styles/_homepage.scss */
.introduction .diagram img {
    width: 100%;
    }
@media screen and (max-width: 1429px) {
.introduction .diagram {
    display: none;
    }
}

/* line 121, styles/_homepage.scss */
.introduction .compliance {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 13px;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 40px;
    }
@media screen and (max-width: 859px) {
.introduction .compliance {
    background: none;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    max-width: none;
    }
}

/* line 136, styles/_homepage.scss */
.introduction .compliance img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 15px;
    }

/* line 142, styles/_homepage.scss */
@media screen and (max-width: 859px) {
.introduction .compliance p {
    display: none;
    }
}

/* line 152, styles/_homepage.scss */
.page-sections {
    font-size: 16px;
    }

/* line 156, styles/_homepage.scss */
.page-sections h2 {
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    }

/* line 162, styles/_homepage.scss */
.page-sections h2:after {
    background: #e42429;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -16px;
    margin-top: 10px;
    position: absolute;
    width: 33px;
    }

/* line 176, styles/_homepage.scss */
.page-sections .page-section {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
@media screen and (max-width: 859px) {
.page-sections .page-section {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
}

/* line 186, styles/_homepage.scss */
.page-sections .page-section .content,
.page-sections .page-section .section-image {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    }
@media screen and (max-width: 859px) {
.page-sections .page-section .content,
.page-sections .page-section .section-image {
    width: auto;
    }
}

/* line 198, styles/_homepage.scss */
.page-sections .page-section .content {
    background: #eef0f2;
    padding: 50px;
    padding-left: calc(50% - 705px);
    padding-left: calc(50% - 705px);
    padding-left: calc(50% - 705px);
    padding-top: 30px;
    }
@media screen and (max-width: 859px) {
.page-sections .page-section .content {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 10px;
    }
}

/* line 212, styles/_homepage.scss */
.page-sections .page-section:nth-child(2n) .content {
    background: #2857c9;
    color: #fff;
    }

/* line 157, styles/_functions.scss */
.page-sections .page-section:nth-child(2n) .content h1,
.page-sections .page-section:nth-child(2n) .content h2,
.page-sections .page-section:nth-child(2n) .content h3,
.page-sections .page-section:nth-child(2n) .content h4,
.page-sections .page-section:nth-child(2n) .content h5,
.page-sections .page-section:nth-child(2n) .content h6 {
    color: inherit;
    }

/* line 223, styles/_homepage.scss */
.page-sections .page-section:nth-child(2n + 1) .content {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 50px;
    padding-right: calc(50% - 705px);
    padding-right: calc(50% - 705px);
    padding-right: calc(50% - 705px);
    }
@media screen and (max-width: 859px) {
.page-sections .page-section:nth-child(2n + 1) .content {
    padding: 10px;
    }
}

/* line 235, styles/_homepage.scss */
.page-sections .page-section .section-image {
    background-size: cover;
    }
@media screen and (max-width: 859px) {
.page-sections .page-section .section-image {
    height: 220px;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }
}

/* line 246, styles/_homepage.scss */
.page-sections .page-section:nth-child(2n + 1) .section-image {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }

/* line 1, styles/_galleries.scss */
.galleries {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
    max-width: 1410px;
    }

/* line 10, styles/_galleries.scss */
.gallery {
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
    overflow: hidden;
    position: relative;
    width: 48%;
    }
@media screen and (max-width: 599px) {
.gallery {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    width: 100%;
    }
}

/* line 24, styles/_galleries.scss */
.gallery h2 {
    font-size: 27px;
    margin-bottom: 5px;
    }

/* line 30, styles/_galleries.scss */
.gallery .images {
    overflow: hidden;
    width: 100%;
    }

/* line 35, styles/_galleries.scss */
.gallery .images img {
    display: block;
    }

/* line 41, styles/_galleries.scss */
.gallery .lazy-loaded {
    display: none;
    }

/* line 46, styles/_galleries.scss */
.gallery .slick-initialized .lazy-loaded {
    display: block;
    }

/* line 51, styles/_galleries.scss */
.gallery .slick-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #0e498c;
    border: 0;
    overflow: hidden;
    height: 50px;
    margin-top: -25px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 50px;
    z-index: 1000;
    }

/* line 65, styles/_galleries.scss */
.gallery .slick-arrow:after {
    border: 2px solid #fff;
    border-width: 2px 0 0 2px;
    content: "";
    height: 15px;
    left: 15px;
    position: absolute;
    top: 50%;
    width: 15px;
    }

/* line 78, styles/_galleries.scss */
.gallery .slick-prev {
    left: 0;
    }

/* line 82, styles/_galleries.scss */
.gallery .slick-prev:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    }

/* line 89, styles/_galleries.scss */
.gallery .slick-next {
    right: 0;
    }

/* line 93, styles/_galleries.scss */
.gallery .slick-next:after {
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    }

/** 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: #1b232a;
    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 #30312e;
    }

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

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

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