@import url(https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i|Source+Sans+Pro:300,400,600,700);
/* compiled by scssphp v0.7.5 on Tue, 09 Sep 2025 16:01:35 +1200 (0.1701s) */
/* line 315, styles/_functions.scss */
.pagination .next:before,
.pagination .previous:before,
form:not(.custom-form) .field-UPLOAD .upload-button:after,
.open-sub:before,
.open-sub:after,
.product .slick-slide:after,
.slideshow button.slick-arrow:before {
    content: '';
    display: block;
    position: absolute;
    }

/* line 325, styles/_functions.scss */
/* line 327, styles/_functions.scss */
.search-results article:before,
.slideshow:before,
.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 */
body {
    background: #091f40;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'Roboto',sans-serif;
    font-size: 17px;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.41;
    }

/* line 157, styles/_functions.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #091f40;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    }

/* line 25, styles/_main.scss */
h1 {
    font-size: 50px;
    }

/* line 30, styles/_main.scss */
h2 {
    font-size: 35px;
    }

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

/* line 40, styles/_main.scss */
h4 {
    font-size: 24px;
    }

/* line 45, styles/_main.scss */
h5 {
    font-size: 21px;
    }

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

/* line 55, styles/_main.scss */
a {
    color: #94c941;
    text-decoration: none;
    }

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

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

/* line 72, styles/_main.scss */
@media screen and (max-width: 599px) {
img {
    height: auto;
    max-width: 100%;
    }
}

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

/*** globally relevant styles ***/
/* line 91, styles/_main.scss */
.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    border: none;
    font-size: 18px;
    margin-bottom: 5px;
    margin-right: 15px;
    padding: 15px 50px;
    background: #94c941;
    color: #fff;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    }

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

/* line 116, styles/_main.scss */
.button.white,
footer .super-footer .button,
.Contact main .button {
    background: #fff;
    border: 5px solid transparent;
    color: #091f40;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    }

/* line 212, styles/_functions.scss */
.button.white:hover,
footer .super-footer .button:hover,
.Contact main .button:hover,
.button.white:focus,
footer .super-footer .button:focus,
.Contact main .button:focus,
.button.white:active,
footer .super-footer .button:active,
.Contact main .button:active {
    background: #94c941;
    border-color: #fff;
    color: #fff;
    }

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

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

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

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

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

/** End TinyMCE image/media styles */
/* line 173, styles/_main.scss */
.highlight {
    color: #091f40;
    font-weight: bold;
    }

/* line 179, styles/_main.scss */
.tiled-list {
    --content-block-gap: 40px;
    --grid-spacing: 20px 20px;
    --grid-item-max-width: 445px;
    display: grid;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: var(--grid-spacing);
    grid-template-columns: repeat(auto-fit,var(--grid-item-max-width));
    margin: 0;
    padding: 0;
    }

/* line 192, styles/_main.scss */
.tiled-list:not(:last-child) {
    margin-block-end: var(--content-block-gap);
    }

/* line 197, styles/_main.scss */
.tiled-list li {
    display: inline-grid;
    margin: 0;
    padding: 0 0 25px;
    width: 100%;
    }

/* line 204, styles/_main.scss */
.tiled-list li .button,
.tiled-list li .buttons {
    margin-top: auto;
    }

/* line 213, styles/_main.scss */
.tiled-list a {
    display: grid;
    gap: 15px;
    padding: 10px;
    background: #87bb35;
    color: #fff;
    height: 100%;
    }

/* line 212, styles/_functions.scss */
.tiled-list a:hover,
.tiled-list a:focus,
.tiled-list a:active {
    background: #9fcf55;
    text-decoration: none;
    }

/* line 228, styles/_main.scss */
.tiled-list a:has(.image:empty) {
    padding-block-start: 10px;
    }

/* line 234, styles/_main.scss */
.tiled-list img {
    display: block;
    }

/* line 239, styles/_main.scss */
.tiled-list .title {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    }

/* line 247, styles/_main.scss */
.tiled-list .title:after {
    background: url(/resources/template/images/arrow-white-large.png);
    content: "";
    display: inline-block;
    height: 24px;
    margin-left: 10px;
    margin-top: -2px;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    transition: transform .2s;
    vertical-align: middle;
    width: 26px;
    }

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

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

/* line 277, styles/_main.scss */
.pagination {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 1410px;
    padding: 40px 0;
    }

/* line 281, styles/_main.scss */
.pagination * {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    }

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

/* line 299, styles/_main.scss */
.pagination.arrows {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }

/* line 304, styles/_main.scss */
.pagination .button {
    position: relative;
    font-weight: normal;
    padding: 14px;
    width: 165px;
    margin: 0;
    }

/* line 313, styles/_main.scss */
.pagination .previous {
    padding-left: 60px;
    }

/* line 318, styles/_main.scss */
.pagination .next:before,
.pagination .previous:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/resources/template/images/arrow-white.png);
    background-position: 85% center;
    background-repeat: no-repeat;
    }

/* line 332, styles/_main.scss */
.pagination .previous:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    }

/* line 337, styles/_main.scss */
.pagination span.button {
    background-color: #d7ebb8;
    }

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

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

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

/* line 377, styles/_main.scss */
.container {
    margin: 0 auto;
    max-width: 1410px;
    padding: 0 10px;
    }

/* line 396, styles/_main.scss */
.header {
    background: rgba(255,255,255,.6);
    border-bottom: 2px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 144px;
    margin-bottom: -161px;
    padding: 10px 0;
    position: relative;
    z-index: 10;
    }
@media screen and (max-width: 1019px) {
.header {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: rgba(255,255,255,.8);
    }
}

/* line 415, styles/_main.scss */
.header:before {
    background: rgba(255,255,255,.4);
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(50% - 325px);
    width: calc(50% - 325px);
    width: calc(50% - 325px);
    z-index: 5;
    }

/* line 427, styles/_main.scss */
.header:after {
    background: url(/resources/template/images/header-background.png) left no-repeat;
    background-size: auto 100%;
    bottom: 0;
    content: "";
    height: 100%;
    left: calc(50% - 325px);
    left: calc(50% - 325px);
    left: calc(50% - 325px);
    position: absolute;
    top: 0;
    width: calc(50% + 325px);
    width: calc(50% + 325px);
    width: calc(50% + 325px);
    }

/* line 440, styles/_main.scss */
.header .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100fr auto;
    grid-template-columns: 100fr auto;
    position: relative;
    z-index: 10;
    }
@media screen and (max-width: 1019px) {
.header .container {
    display: block;
    width: 100%;
    min-height: 144px;
    }
}

/* line 457, styles/_main.scss */
.header .logo {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row-end: 3;
    -ms-grid-row-span: 2;
    grid-row-start: 1;
    margin: 0;
    }

/* line 467, styles/_main.scss */
.header .logo img {
    display: block;
    }
@media screen and (max-width: 1019px) {
/* line 474, styles/_main.scss */
.header .logo a,
.header .logo img {
    display: block;
    margin: 0 auto;
    }
}

/* line 482, styles/_main.scss */
.header .phone-number {
    position: absolute;
    bottom: 100px;
    right: 10px;
    color: #091f40;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    padding-top: .25em;
    }
@media screen and (max-width: 1019px) {
.header .phone-number {
    right: 0;
    left: 0;
    }
}

/* line 500, styles/_main.scss */
.header .phone-number a {
    text-decoration: none;
    color: inherit;
    padding: .25em .75em;
    border: 0 solid #999;
    border-width: 0 2px;
    }

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

/* line 212, styles/_functions.scss */
/* line 521, styles/_main.scss */
.header .phone-number a:hover:before,
.header .phone-number a:focus:before,
.header .phone-number a:active:before {
    -webkit-animation: phone-spin .4s;
    -moz-animation: phone-spin .4s;
    animation: phone-spin .4s;
    }
@-webkit-keyframes phone-spin {
/* line 525, styles/_main.scss */
0% {
    -webkit-transform: rotateZ(-45deg) rotateY(0deg) rotateZ(45deg);
    transform: rotateZ(-45deg) rotateY(0deg) rotateZ(45deg);
    }

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

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

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

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

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

@media screen and (max-width: 1019px) {
.header .phone-number {
    top: 8px;
    left: 2.25em;
    padding-top: normal;
    text-align: left;
    font-size: 1.25em;
    }

/* line 549, styles/_main.scss */
.header .phone-number a {
    border-color: #ccc;
    color: #fff;
    }

/* line 554, styles/_main.scss */
.header .phone-number a:before {
    background: url(/resources/template/images/icon-mphone.png);
    }
}

@media screen and (max-width: 299px) {
.header .phone-number {
    left: 20px;
    }
}

/* line 567, styles/_main.scss */
.header .main-navigation-wrapper {
    -webkit-align-self: end;
    align-self: end;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    -ms-grid-row-align: end;
    grid-row: 2;
    }

/* line 578, styles/_main.scss */
.slideshow {
    z-index: 5;
    margin-top: -144px;
    }
@supports (display: grid) {
/* line 585, styles/_main.scss */
.slideshow {
    margin-top: 0;
    }
}

/* line 592, styles/_main.scss */
main {
    background: #fff;
    display: block;
    z-index: 5;
    }

/* line 600, styles/_main.scss */
main .container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    padding: 30px 10px;
    width: calc(100% - 20px);
    width: calc(100% - 20px);
    width: calc(100% - 20px);
    }

/* line 607, styles/_main.scss */
/* line 610, styles/_main.scss */
/* line 613, styles/_main.scss */
main .container > h1:first-child,
main .container .content > h1:first-child,
main .container > h2:first-child,
main .container .content > h2:first-child {
    margin-top: 0;
    }

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

/* line 633, 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 646, styles/_main.scss */
footer {
    color: #fff;
    position: relative;
    }

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

/* line 656, styles/_main.scss */
footer .super-footer {
    background: url(/resources/template/images/super-footer-background.jpg) top no-repeat;
    background-size: cover;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 20px;
    padding: 50px 0 30px;
    text-align: center;
    }

/* line 665, styles/_main.scss */
footer .super-footer .container {
    max-width: 900px;
    position: relative;
    z-index: 10;
    }

/* line 672, styles/_main.scss */
footer .super-footer h2 {
    color: inherit;
    margin: .5em 0;
    }

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

/* line 683, styles/_main.scss */
/* line 689, styles/_main.scss */
footer .footer {
    position: relative;
    z-index: 10;
    }

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

/* line 705, styles/_main.scss */
footer .footer .container > * {
    -webkit-flex-basis: 33.3%;
    flex-basis: 33.3%;
    }

/* line 711, styles/_main.scss */
footer .footer section {
    margin: 1em 0;
    }

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

/* line 721, styles/_main.scss */
@media screen and (max-width: 999px) {
footer .footer .contact-details {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    }
}

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

/* line 737, styles/_main.scss */
footer .footer .footer-logo img {
    display: block;
    margin: auto;
    }

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

/* line 756, styles/_main.scss */
footer:after {
    background: url(/resources/template/images/footer-overlay.png) center no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 895, 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 902, styles/_main.scss */
form:not(.custom-form) .field-group.field-RADIO .field label input[type=radio] {
    opacity: 0;
    }

/* line 907, 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: #999;
    }

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

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

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

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

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

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

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

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

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

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

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

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

/* search results */
/* line 1051, styles/_main.scss */
.searchForm.searchResult {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: stretch;
    justify-content: stretch;
    padding: 10px;
    width: 100%;
    }

/* line 1055, styles/_main.scss */
.searchForm.searchResult * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

/* line 1066, styles/_main.scss */
.searchForm.searchResult label {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    }

/* line 1071, styles/_main.scss */
.searchForm.searchResult [type="text"] {
    margin: 0 10px;
    font-size: 1em;
    padding: 8px 10px;
    border: 1px solid #999;
    -webkit-flex-grow: 2;
    flex-grow: 2;
    }

/* line 1080, styles/_main.scss */
.searchForm.searchResult .button {
    margin: 0;
    padding: 14px;
    font-weight: normal;
    }
@media screen and (max-width: 599px) {
.searchForm.searchResult {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    }

/* line 1091, styles/_main.scss */
.searchForm.searchResult > * {
    width: 100%;
    }

/* line 1096, styles/_main.scss */
.searchForm.searchResult label {
    text-align: center;
    }

/* line 1101, styles/_main.scss */
.searchForm.searchResult [type="text"] {
    margin: 4px 0;
    }
}

/* line 1108, styles/_main.scss */
.search-results {
    padding: 10px;
    max-width: 1410px;
    }

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

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

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

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

/* line 1139, 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;
    background-color: #edf6e0;
    }

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

/* line 1162, styles/_main.scss */
/* line 1164, styles/_main.scss */
.super-footer .button {
    margin-right: 0;
    }

/* line 1169, styles/_main.scss */
.super-footer .sociallinks {
    margin-top: 20px;
    }

/* line 1173, styles/_main.scss */
.super-footer .sociallinks img {
    margin: 0 5px;
    }

/* line 212, styles/_functions.scss */
.super-footer .sociallinks img:hover,
.super-footer .sociallinks img:focus,
.super-footer .sociallinks img:active {
    -webkit-filter: brightness(.8);
    filter: brightness(.8);
    margin-top: -2px;
    margin-bottom: 2px;
    }

/* 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: #000;
    border-radius: 0;
    background: #999;
    color: #000;
    }

/* 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: #091f40;
    color: #aad469;
    }

/* line 43, styles/_jquery-ui.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border-color: #091f40;
    background: #94c941;
    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: 'Roboto',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: 599px) {
.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 #94c941;
    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: 1020px) {
/* line 3, styles/_navigation.scss */
.main-navigation {
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    z-index: 7;
    padding: 0;
    color: #091f40;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    }

/* line 16, styles/_navigation.scss */
.main-navigation > ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    }

/* line 25, styles/_navigation.scss */
.main-navigation li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    margin: 0;
    margin-left: 30px;
    -webkit-align-items: end;
    align-items: end;
    }

/* line 33, styles/_navigation.scss */
/* line 212, styles/_functions.scss */
/* line 37, styles/_navigation.scss */
.main-navigation li:not(.sel):hover > a,
.main-navigation li:not(.sel):focus > a,
.main-navigation li:not(.sel):active > a {
    padding-bottom: 4px;
    text-decoration: none;
    top: -4px;
    }

/* line 46, styles/_navigation.scss */
.main-navigation li a {
    display: inline-block;
    width: 100%;
    color: #091f40;
    padding: 0 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    }

/* line 60, styles/_navigation.scss */
.main-navigation li ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    min-width: 100%;
    padding: 0;
    background: rgba(255,255,255,.8);
    text-transform: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
    }

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

/* line 87, styles/_navigation.scss */
.main-navigation li ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    line-height: normal;
    padding: 5px 10px;
    position: relative;
    text-align: left;
    -webkit-transition: left .2s;
    -moz-transition: left .2s;
    transition: left .2s;
    width: 100%;
    }

/* line 212, styles/_functions.scss */
/* line 101, styles/_navigation.scss */
.main-navigation li ul li:hover > a,
.main-navigation li ul li:focus > a,
.main-navigation li ul li:active > a {
    left: 10px;
    padding-bottom: 5px;
    top: 0;
    }

/* line 109, styles/_navigation.scss */
.main-navigation li ul li ul {
    top: 0;
    left: 100%;
    }

/* line 116, styles/_navigation.scss */
.main-navigation li ul .sel > a {
    left: 10px;
    padding-bottom: 5px;
    top: 0;
    }

/* line 124, styles/_navigation.scss */
.main-navigation .sel > a {
    padding-bottom: 6px;
    top: -6px;
    }

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

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

/* line 150, styles/_navigation.scss */
.main-navigation {
    padding: 64px 0 1.25em;
    display: none;
    position: absolute;
    width: 100%;
    background: #94c941;
    font-weight: bold;
    text-transform: uppercase;
    }

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

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

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

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

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

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

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

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

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

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

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

/* line 243, styles/_navigation.scss */
.open-nav {
    display: block;
    position: absolute;
    top: 16px;
    right: 10px;
    height: 16px;
    width: 34px;
    z-index: 10;
    cursor: pointer;
    }

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

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

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

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

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

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

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

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

@media screen and (max-width: 299px) and (max-width: 299px) {
.main-navigation li a {
    padding: 10px 20px;
    }
}

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

/* line 3, styles/_products.scss */
.product-list:not(.tiled-list) * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

/* line 14, styles/_products.scss */
.product-list:not(.tiled-list) article {
    width: 30%;
    max-width: 445px;
    margin-bottom: 34px;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.65em;
    font-weight: bold;
    text-align: center;
    }

/* line 25, styles/_products.scss */
.product-list:not(.tiled-list) .spacer {
    width: 30%;
    }

/* line 30, styles/_products.scss */
.product-list:not(.tiled-list) a {
    display: block;
    padding: 10px;
    background: #87bb35;
    color: #fff;
    height: 100%;
    }

/* line 212, styles/_functions.scss */
.product-list:not(.tiled-list) a:hover,
.product-list:not(.tiled-list) a:focus,
.product-list:not(.tiled-list) a:active {
    background: #9fcf55;
    text-decoration: none;
    }

/* line 45, styles/_products.scss */
.product-list:not(.tiled-list) .image {
    position: relative;
    }

/* line 49, styles/_products.scss */
.product-list:not(.tiled-list) .image + * {
    margin: 1.4em 0;
    }

/* line 55, styles/_products.scss */
.product-list:not(.tiled-list) img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #fff;
    }
@media screen and (max-width: 599px) {
.product-list:not(.tiled-list) {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    }

/* line 68, styles/_products.scss */
.product-list:not(.tiled-list) article {
    width: 100%;
    }

/* line 73, styles/_products.scss */
.product-list:not(.tiled-list) .spacer {
    display: none;
    }
}

/* line 80, styles/_products.scss */
.product {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1410px;
    max-width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    }

/* line 88, styles/_products.scss */
.product * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

/* line 93, styles/_products.scss */
.product > h1 {
    text-align: center;
    width: 100%;
    margin: 0 0 .75em;
    }

/* line 100, styles/_products.scss */
.product h2,
.product h3 {
    margin-top: 0;
    font-size: 1em;
    }

/* line 105, styles/_products.scss */
.product .details {
    width: 44%;
    }

/* line 109, styles/_products.scss */
.product .details + div {
    width: 52.5%;
    }

/* line 115, styles/_products.scss */
.product .product-images {
    position: relative;
    margin-bottom: 40px;
    }

/* line 120, styles/_products.scss */
.product .product-images img {
    height: auto;
    width: 100%;
    }

/* line 127, styles/_products.scss */
.product .product-images a {
    position: relative;
    color: #fff;
    }

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

/* line 140, styles/_products.scss */
.js .product .product-images > a:first-child {
    z-index: 1;
    }
@media screen and (max-width: 599px) {
.product {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
    }

/* line 152, styles/_products.scss */
.product .details {
    width: 100%;
    }

/* line 156, styles/_products.scss */
.product .details + div {
    width: 100%;
    }
}

/* line 163, styles/_products.scss */
.product .slick-slide:after {
    content: '';
    top: 0;
    right: 1px;
    bottom: 0;
    left: 0;
    border: 1px solid #000;
    }

/* line 175, styles/_products.scss */
.product .slick-slide .caption {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    color: #000;
    }

/* line 185, styles/_products.scss */
.product .slick-list {
    border-bottom: 36px solid #091f40;
    }

/* line 190, styles/_products.scss */
.product button.slick-arrow {
    overflow: hidden;
    position: absolute;
    border: none;
    bottom: 9px;
    z-index: 100;
    height: 17px;
    width: 19px;
    text-indent: -9999px;
    cursor: pointer;
    }

/* line 212, styles/_products.scss */
.product button.slick-arrow.slick-prev {
    left: 12px;
    background: transparent url(/resources/template/images/arrow-white.png) center center no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    }

/* line 220, styles/_products.scss */
.product button.slick-arrow.slick-next {
    left: 42px;
    background: transparent url(/resources/template/images/arrow-white.png) center center no-repeat;
    }

/* line 228, styles/_products.scss */
.product .js-product-slider-caption {
    position: absolute;
    bottom: 6px;
    left: 70px;
    right: 42px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    }

/* line 240, styles/_products.scss */
.product button.magnify {
    overflow: hidden;
    position: absolute;
    border: none;
    bottom: 6px;
    right: 12px;
    z-index: 100;
    height: 24px;
    width: 24px;
    background: transparent url(images/icon-magnify.png) center center no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    }

/* line 256, styles/_products.scss */
.js-product-slider-nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    }

/* line 263, styles/_products.scss */
.js-product-slider-nav > * {
    -webkit-flex-basis: 32%;
    flex-basis: 32%;
    margin-bottom: .5em;
    color: inherit;
    }

/* line 270, styles/_products.scss */
.js-product-slider-nav img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 1px solid #000;
    }

/* line 278, styles/_products.scss */
.js-product-slider-nav .caption {
    display: block;
    text-align: center;
    }

/* line 286, styles/_products.scss */
.brochure {
    text-align: right;
    }

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

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

/* line 299, styles/_products.scss */
.brochure a img {
    vertical-align: middle;
    }

/* line 305, styles/_products.scss */
.brochure h3 {
    display: inline-block;
    font-size: 1.125em;
    font-weight: normal;
    line-height: 1.75;
    margin-right: 1em;
    }
@media screen and (max-width: 599px) {
.brochure {
    margin-top: 20px;
    text-align: center;
    }
}

/* line 322, styles/_products.scss */
/* line 324, styles/_products.scss */
.identify-slideshow a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    text-decoration: none;
    }

/* line 332, styles/_products.scss */
.identify-slideshow img {
    display: block;
    width: 100%;
    height: auto;
    }

/* line 339, styles/_products.scss */
.identify-slideshow .caption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    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;
    position: absolute;
    bottom: 20px;
    left: 5vw;
    right: 5vw;
    margin: 0;
    padding: 10px;
    max-width: 100%;
    background: rgba(255,255,255,.9);
    color: #000;
    font-size: 1.765em;
    text-align: center;
    text-transform: uppercase;
    }
@media screen and (max-width: 431px) {
.identify-slideshow .caption {
    left: auto;
    max-width: 80vw;
    }
}

/* line 365, styles/_products.scss */
.identify-slideshow .ibutton {
    display: block;
    margin: 0;
    padding: 10px;
    width: 65px;
    background: #94c941;
    color: #fff;
    font-size: .6em;
    }

/* line 375, styles/_products.scss */
.identify-slideshow .ibutton:after {
    display: none;
    }

/* line 381, styles/_products.scss */
.identify-slideshow button.slick-arrow {
    overflow: hidden;
    position: absolute;
    border: none;
    bottom: 10px;
    z-index: 100;
    cursor: pointer;
    }

/* line 390, styles/_products.scss */
.identify-slideshow button.slick-arrow.slick-prev {
    left: 85px;
    }

/* line 395, styles/_products.scss */
.identify-slideshow button.slick-arrow.slick-prev:after {
    display: none;
    }

/* line 400, styles/_products.scss */
.identify-slideshow button.slick-arrow.slick-prev:before {
    background: url(/resources/template/images/arrow-white.png);
    content: "";
    display: inline-block;
    height: 17px;
    margin-right: 10px;
    margin-top: -3px;
    vertical-align: middle;
    width: 19px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    }

/* line 413, styles/_products.scss */
.identify-slideshow button.slick-arrow.slick-next {
    right: 85px;
    }

/* line 420, styles/_products.scss */
.identify-slideshow ul.slick-dots {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 14px;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    }

/* line 432, styles/_products.scss */
.identify-slideshow ul.slick-dots li {
    display: inline-block;
    border-radius: 0;
    height: 20px;
    margin: 0 0 0 16px;
    padding: 0;
    width: 20px;
    background: #d7d7d7;
    text-indent: -1000000px;
    }

/* line 444, styles/_products.scss */
.identify-slideshow ul.slick-dots li.slick-active {
    background: #94c941;
    }

/* line 449, styles/_products.scss */
.identify-slideshow ul.slick-dots li:hover {
    cursor: pointer;
    }
@media screen and (min-width: 957px) {
/* line 458, styles/_products.scss */
.identify-slideshow .slick-slide {
    padding-left: 5px;
    -webkit-transition: padding 3s;
    -moz-transition: padding 3s;
    transition: padding 3s;
    }

/* line 464, styles/_products.scss */
.identify-slideshow .slick-current {
    padding-left: 0;
    padding-right: 5px;
    }

/* line 470, styles/_products.scss */
.identify-slideshow ul.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 0 0 8px;
    }
}

/* line 480, styles/_products.scss */
.identify-product {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: end;
    justify-content: end;
    border-top: 14px solid #fff;
    padding: 10px 0;
    width: 100%;
    background: #e3e8ec;
    }

/* line 482, styles/_products.scss */
.identify-product * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

/* line 494, styles/_products.scss */
.identify-product .details {
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    position: relative;
    max-width: 705px;
    padding: 0 20px 70px;
    }
@media screen and (min-width: 1431px) {
.identify-product .details {
    padding-left: 0;
    margin-left: calc((100% - 1410px) / 2);
    margin-left: calc((100% - 1410px) / 2);
    margin-left: calc((100% - 1410px) / 2);
    }
}

/* line 509, styles/_products.scss */
.identify-product h2 {
    margin-bottom: 0;
    }

/* line 513, styles/_products.scss */
.identify-product h2 + * {
    margin-top: .375em;
    }

/* line 519, styles/_products.scss */
.identify-product li {
    margin-bottom: .5em;
    }

/* line 524, styles/_products.scss */
.identify-product .more {
    position: absolute;
    bottom: 14px;
    left: 20px;
    right: 20px;
    margin: 0;
    }
@media screen and (min-width: 1431px) {
.identify-product .more {
    left: 0;
    }
}

/* line 537, styles/_products.scss */
html.Main .identify-product .more {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 660px;
    }

/* line 547, styles/_products.scss */
html.Main .identify-product .more :last-child {
    margin-right: 0;
    margin-left: auto;
    }

/* line 555, styles/_products.scss */
.identify-product .button {
    font-weight: normal;
    padding: 14px 14px 14px 24px;
    width: 165px;
    }

/* line 560, styles/_products.scss */
.identify-product .button:after,
.identify-product .button.prev:before {
    background: url(/resources/template/images/arrow-white.png);
    content: "";
    display: inline-block;
    height: 17px;
    margin-left: 10px;
    margin-top: -3px;
    vertical-align: middle;
    width: 19px;
    }

/* line 572, styles/_products.scss */
.identify-product .button.prev:before {
    margin-left: 0;
    margin-right: 20px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    }

/* line 579, styles/_products.scss */
.identify-product .button.prev:after {
    display: none;
    }

/* line 585, styles/_products.scss */
.identify-product .prev,
.identify-product .next {
    width: 130px;
    }

/* line 589, styles/_products.scss */
.identify-product .prev:after,
.identify-product .next:after {
    margin-left: 20px;
    }

/* line 597, styles/_products.scss */
.identify-product .image {
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    width: 50%;
    }

/* line 602, styles/_products.scss */
.identify-product .image img {
    width: 100%;
    height: auto;
    }
@media screen and (max-width: 1023px) {
.identify-product {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }

/* line 614, styles/_products.scss */
.identify-product .details {
    width: 100%;
    max-width: 100%;
    padding: 0 10px 70px;
    }

/* line 621, styles/_products.scss */
.identify-product .image {
    width: 100%;
    }
}

/* line 1, styles/_slideshow.scss */
.slideshow {
    overflow: hidden;
    position: relative;
    background: #fff;
    }

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

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

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

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

/* line 74, styles/_slideshow.scss */
.slideshow .slide:after {
    background: url(/resources/template/images/slide-overlay.png) left no-repeat;
    background-size: auto 100%;
    top: 160px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: calc(50% + 620px);
    width: calc(50% + 620px);
    width: calc(50% + 620px);
    z-index: 5;
    }

/* line 87, styles/_slideshow.scss */
.Main .slideshow .slide:after {
    background-image: url(/resources/template/images/main-slide-overlay.png);
    background-position: right;
    left: auto;
    right: 0;
    }
@media screen and (max-width: 1019px) {
.slideshow .slide:after {
    top: 144px;
    }
}

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

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

/* line 114, styles/_slideshow.scss */
.slideshow .slide .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 40px;
    left: 10px;
    background: transparent;
    text-align: left;
    text-transform: none;
    width: calc(100% - 20px);
    width: calc(100% - 20px);
    width: calc(100% - 20px);
    z-index: 10;
    }

/* line 130, styles/_slideshow.scss */
.Main .slideshow .slide .container {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    }

/* line 136, styles/_slideshow.scss */
.slideshow .slide .container h2 {
    color: inherit;
    font-size: 70px;
    margin: 0;
    max-width: 520px;
    line-height: 1.2;
    text-shadow: 0 0 10px rgba(0,0,0,.3);
    }

/* line 145, styles/_slideshow.scss */
.Main .slideshow .slide .container h2 {
    max-width: 690px;
    text-align: right;
    }
@media screen and (max-width: 1429px) {
.slideshow .slide .container h2 {
    font-size: 32px;
    }

/* line 155, styles/_slideshow.scss */
.Main .slideshow .slide .container h2 {
    max-width: 400px;
    }
}

@media screen and (max-width: 1019px) {
.slideshow .slide .container h2 {
    line-height: normal;
    }

/* line 165, styles/_slideshow.scss */
.Main .slideshow .slide .container h2 {
    max-width: 220px;
    }
}

/* line 174, styles/_slideshow.scss */
.slideshow .slide .container p {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 28px;
    font-style: italic;
    margin: 0;
    max-width: 520px;
    }

/* line 182, styles/_slideshow.scss */
.Main .slideshow .slide .container p {
    max-width: 690px;
    }
@media screen and (max-width: 1429px) {
.slideshow .slide .container p {
    font-size: 16px;
    }

/* line 190, styles/_slideshow.scss */
.Main .slideshow .slide .container p {
    max-width: 520px;
    }
}

@media screen and (max-width: 1019px) {
.slideshow .slide .container p {
    max-width: 100%;
    }

/* line 200, styles/_slideshow.scss */
.Main .slideshow .slide .container p {
    max-width: 100%;
    }
}

/* line 209, styles/_slideshow.scss */
.slideshow .slide .container .caption-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    }

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

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

/* line 245, styles/_slideshow.scss */
/* line 260, 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;
    }

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

/* 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: auto;
    bottom: 0;
    left: 36%;
    margin: 0;
    padding: 0;
    }

/* line 348, styles/_slideshow.scss */
html.Main .slideshow ul.slick-dots {
    left: auto;
    right: 49%;
    }

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

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

/* line 371, styles/_slideshow.scss */
.slideshow ul.slick-dots li:hover {
    cursor: pointer;
    }
@media screen and (max-width: 1429px) {
/* line 378, styles/_slideshow.scss */
html.Main .slideshow ul.slick-dots {
    right: 40%;
    }
}

@media screen and (max-width: 599px) {
.slideshow ul.slick-dots {
    display: none !important;
    }
}

/* line 1, styles/_homepage.scss */
.Main main .button {
    font-weight: normal;
    padding: 10px 20px;
    }

/* line 6, styles/_homepage.scss */
.Main main .button:after {
    background: url(/resources/template/images/arrow-white.png);
    content: "";
    display: inline-block;
    height: 17px;
    margin-left: 10px;
    margin-top: -3px;
    vertical-align: middle;
    width: 19px;
    }

/* line 19, styles/_homepage.scss */
.Main .search {
    position: relative;
    padding: 0;
    margin: 0 auto;
    }

/* line 26, styles/_homepage.scss */
#searchform {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: stretch;
    justify-content: stretch;
    position: absolute;
    top: -65px;
    left: 0;
    max-width: 290px;
    }

/* line 35, styles/_homepage.scss */
#searchform * {
    -webkit-box-sizing: border-width;
    -moz-box-sizing: border-width;
    box-sizing: border-width;
    }

/* line 40, styles/_homepage.scss */
#searchform label {
    position: relative;
    left: -1px;
    display: inline-block;
    width: 1px;
    overflow: hidden;
    text-indent: -9999px;
    }

/* line 50, styles/_homepage.scss */
#searchform [type=text] {
    border: none;
    background: #fff;
    padding: 8px 10px;
    margin: 0;
    }

/* line 57, styles/_homepage.scss */
#searchform [type=text]:focus {
    outline: none;
    }

/* line 63, styles/_homepage.scss */
#searchform button {
    border: none;
    height: 40px;
    width: 40px;
    background: #fff url(images/icon-search.png) center center no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    }

/* line 212, styles/_functions.scss */
#searchform button:hover,
#searchform button:focus,
#searchform button:active {
    background-color: #d7ebb8;
    }
@media screen and (max-width: 599px) {
#searchform {
    display: none;
    }
}

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

/* line 89, styles/_homepage.scss */
.Main .content h1 + h2 {
    color: #94c941;
    font-size: 28px;
    font-weight: normal;
    margin-top: -48px;
    text-transform: none;
    }

/* line 99, styles/_homepage.scss */
.image-sections {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    }
@media screen and (max-width: 1429px) {
.image-sections {
    display: grid;
    grid-template-columns: repeat(4,minmax(230px,320px));
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
}

@media screen and (max-width: 999px) {
.image-sections {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
}

/* line 119, styles/_homepage.scss */
.image-sections a {
    display: block;
    }

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

/* line 128, styles/_homepage.scss */
.image-sections .image-section {
    background: #94c941;
    color: #fff;
    cursor: pointer;
    max-width: 315px;
    padding: 10px;
    position: relative;
    }

/* line 212, styles/_functions.scss */
.image-sections .image-section:hover,
.image-sections .image-section:focus,
.image-sections .image-section:active {
    background: #aad469;
    }
@media screen and (max-width: 1429px) {
.image-sections .image-section {
    margin: 10px;
    }
}

/* line 147, styles/_homepage.scss */
.image-sections .image-section > img {
    height: auto !important;
    max-width: 100%;
    }

/* line 153, styles/_homepage.scss */
.image-sections .image-section h2 {
    font-size: 24px;
    margin: 25px 0;
    }

/* line 158, styles/_homepage.scss */
.image-sections .image-section h2:after {
    background: url(/resources/template/images/arrow-white-large.png);
    content: "";
    display: inline-block;
    height: 24px;
    margin-left: 10px;
    margin-top: -2px;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    transition: transform .2s;
    vertical-align: middle;
    width: 26px;
    }

/* line 172, styles/_homepage.scss */
.image-sections .image-section.open h2:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    }

/* line 177, styles/_homepage.scss */
.image-sections .image-section .image-section-content {
    background: #94c941;
    left: 0;
    margin-top: -23px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-transform: scaleY(.001);
    -moz-transform: scaleY(.001);
    -ms-transform: scaleY(.001);
    transform: scaleY(.001);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    visibility: hidden;
    z-index: 100;
    }

/* line 192, styles/_homepage.scss */
.image-sections .image-section .image-section-content > * {
    opacity: 0;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
    }

/* line 198, styles/_homepage.scss */
.image-sections .image-section .image-section-content a {
    display: block;
    padding: 2px;
    color: #fff;
    font-weight: bold;
    }

/* line 212, styles/_functions.scss */
.image-sections .image-section .image-section-content a:hover,
.image-sections .image-section .image-section-content a:focus,
.image-sections .image-section .image-section-content a:active {
    color: #000;
    text-decoration: underline;
    }

/* line 212, styles/_homepage.scss */
.image-sections .image-section .image-section-content .tier1:has(ul) {
    padding-block-end: 10px;
    border-block-end: 1px solid #fff;
    }

/* line 217, styles/_homepage.scss */
.image-sections .image-section .image-section-content .tier1:has(ul) > a {
    font-size: 20px;
    font-weight: bold;
    }

/* line 223, styles/_homepage.scss */
.image-sections .image-section .image-section-content .tier1:has(ul) + .tier1 {
    padding-block-start: 8px;
    }

/* line 232, styles/_homepage.scss */
.image-sections .image-section.open .image-section-content {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    }

/* line 237, styles/_homepage.scss */
.image-sections .image-section.open .image-section-content > * {
    opacity: 1;
    }

/* line 157, styles/_functions.scss */
.image-sections h1,
.image-sections h2,
.image-sections h3,
.image-sections h4,
.image-sections h5,
.image-sections h6 {
    color: inherit;
    }

/* line 249, styles/_homepage.scss */
.image-sections h3 {
    font-size: 17px;
    margin-bottom: 0;
    }

/* line 254, styles/_homepage.scss */
.image-sections h3:first-child {
    margin-top: 0;
    }

/* line 260, styles/_homepage.scss */
.image-sections ul {
    margin-top: 0;
    padding: 0;
    }

/* line 266, styles/_homepage.scss */
.image-sections li {
    display: block;
    text-align: center;
    margin: 2px 0;
    padding: 0;
    text-transform: uppercase;
    }

/* line 276, styles/_homepage.scss */
.Main .about {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 25px solid #999;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 25px;
    padding: 10px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
@media screen and (max-width: 1429px) {
.Main .about {
    margin: 10px 0;
    }
}

@media screen and (max-width: 1199px) {
.Main .about {
    border: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
}

/* line 296, styles/_homepage.scss */
.Main .about .container {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    margin-right: 40px;
    padding: 20px 0 20px 10px;
    width: calc(50% - 40px);
    width: calc(50% - 40px);
    width: calc(50% - 40px);
    }
@media screen and (max-width: 1199px) {
.Main .about .container {
    margin-right: 0;
    padding: 0;
    width: auto;
    }
}

/* line 313, styles/_homepage.scss */
.Main .about > img {
    display: block;
    height: auto !important;
    width: 50%;
    }
@media screen and (max-width: 1199px) {
.Main .about > img {
    height: auto !important;
    margin: 20px auto;
    max-width: 100%;
    width: auto;
    }
}

/* line 328, styles/_homepage.scss */
.Main .about .button {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 126px;
    }

/* line 335, styles/_homepage.scss */
.Main .about .button:after {
    margin: 0;
    }

/* line 342, styles/_homepage.scss */
.Main .identify-heading {
    border-top: 1px solid #000;
    padding: 10px 0 0;
    max-width: none;
    width: 100%;
    text-align: center;
    }

/* line 350, styles/_homepage.scss */
.Main .identify-heading h2 {
    margin: 0 0 .25em;
    }

/* line 356, styles/_homepage.scss */
.Main .identify-slideshow {
    border-bottom: 1px solid #000;
    padding-bottom: 70px;
    }

/* line 361, styles/_homepage.scss */
.Main .identify-slideshow:not(.slick-initialized) .slide:nth-child(n + 3) {
    display: none;
    }

/* line 366, styles/_homepage.scss */
.Main .identify-slideshow .slide {
    display: inline-block;
    max-width: calc(50% - 3px);
    max-width: calc(50% - 3px);
    max-width: calc(50% - 3px);
    width: 100%;
    }

/* line 374, styles/_homepage.scss */
.Main .final-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0;
    margin-top: 60px;
    }
@media screen and (max-width: 1199px) {
.Main .final-content {
    display: block;
    }
}

/* line 386, styles/_homepage.scss */
.Main .final-content > * {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 48%;
    }
@media screen and (max-width: 1199px) {
.Main .final-content > * {
    max-width: none;
    }
}

/* line 397, styles/_homepage.scss */
.Main .final-content h2 {
    margin: .5em 0 .25em;
    }

/* line 402, styles/_homepage.scss */
.Main .final-content img {
    display: block;
    height: auto !important;
    max-width: 100%;
    margin-bottom: 1em;
    }

/* line 410, styles/_homepage.scss */
.Main .final-content p {
    margin: 0;
    }

/* blog */
/* line 3, styles/_blog.scss */
.blog-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
@media screen and (max-width: 599px) {
.blog-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
}

/* line 14, styles/_blog.scss */
.blog-container p {
    margin: 0;
    }

/* line 21, styles/_blog.scss */
.article-summary {
    border-bottom: 1px solid #94c941;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-basis: 31%;
    flex-basis: 31%;
    }

/* line 33, styles/_blog.scss */
.article-summary img {
    width: 100%;
    }
@media screen and (max-width: 799px) {
.article-summary {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
}

/* line 44, styles/_blog.scss */
.article-summary .image {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 30px;
    width: 100%;
    }
@media screen and (max-width: 799px) {
.article-summary .image {
    margin-bottom: 30px;
    margin-right: 0;
    }
}

/* line 58, styles/_blog.scss */
.article-summary .summary {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-bottom: 30px;
    position: relative;
    }

/* line 65, styles/_blog.scss */
.article-summary h3 {
    margin-right: 130px;
    margin-top: 0;
    }
@media screen and (max-width: 799px) {
.article-summary h3 {
    margin-right: 0;
    }
}

/* line 76, styles/_blog.scss */
.article-summary .date {
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 300;
    position: absolute;
    right: 30px;
    top: 0;
    }
@media screen and (max-width: 799px) {
.article-summary .date {
    position: static;
    }
}

/* line 90, styles/_blog.scss */
.article-summary .read-more {
    bottom: 0;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    }

/* line 98, styles/_blog.scss */
.article-summary .read-more:after {
    background: url(/resources/template/images/arrow.png);
    content: "";
    display: inline-block;
    height: 13px;
    margin-left: 10px;
    -webkit-transition: margin .2s;
    -moz-transition: margin .2s;
    transition: margin .2s;
    width: 14px;
    }

/* line 212, styles/_functions.scss */
/* line 111, styles/_blog.scss */
.article-summary .read-more:hover:after,
.article-summary .read-more:focus:after,
.article-summary .read-more:active:after {
    margin-left: 20px;
    }

/* line 119, styles/_blog.scss */
.blog-pagination {
    text-align: center;
    }

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

/* line 134, styles/_blog.scss */
.blog-pagination a:hover,
.blog-pagination span:hover,
.blog-pagination a.current,
.blog-pagination span.current {
    border: 2px solid #94c941;
    text-decoration: none;
    }

/* old gallery module */
/* line 3, styles/_galleries.scss */
.gallery {
    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(300px,1fr));
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }

/* line 12, styles/_galleries.scss */
.gallery a {
    display: inline-block;
    margin-bottom: 35px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    }

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

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

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

/* line 38, styles/_galleries.scss */
.gallery a:after {
    content: attr(title);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    text-align: center;
    z-index: 20;
    padding: 20px;
    width: 100%;
    color: #fff;
    -webkit-transition: opacity .25s;
    -moz-transition: opacity .25s;
    transition: opacity .25s;
    }

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

/* line 60, styles/_galleries.scss */
.gallery a figure {
    display: block;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    }

/* line 71, styles/_galleries.scss */
.gallery a img {
    display: block;
    height: auto !important;
    width: 100%;
    }

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

/** 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%;
    }

/* line 1, styles/_images-column.scss */
body .images-column-holder {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }

/* line 5, styles/_images-column.scss */
body .images-column-holder .images {
    margin-left: 90px;
    max-width: 40%;
    width: 100%;
    }
@media screen and (max-width: 999px) {
body .images-column-holder .images {
    display: none;
    }
}

/* line 16, styles/_images-column.scss */
body .images-column-holder .images img {
    border: 1px solid #000;
    height: auto !important;
    margin-bottom: 20px;
    max-width: 100%;
    }

/* line 1, styles/_contact.scss */
.Contact main {
    color: #fff;
    }

/* line 5, styles/_contact.scss */
.Contact main:before {
    background: #999;
    bottom: 25px;
    content: "";
    left: 30px;
    position: absolute;
    right: 30px;
    top: 25px;
    z-index: 5;
    }

/* line 17, styles/_contact.scss */
.Contact main .container {
    position: relative;
    z-index: 10;
    }

/* line 23, styles/_contact.scss */
.Contact main a {
    color: inherit;
    }

/* line 28, styles/_contact.scss */
.Contact main .button {
    margin-top: 30px;
    padding-left: 75px;
    padding-right: 75px;
    }

/* line 38, styles/_contact.scss */
.contact-holder.container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 35px;
    padding-right: 35px;
    }
@media screen and (max-width: 999px) {
.contact-holder.container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
}

/* line 50, styles/_contact.scss */
.contact-holder.container form {
    margin-right: 80px;
    width: 100%;
    }
@media screen and (max-width: 999px) {
.contact-holder.container form {
    margin-right: 0;
    width: auto;
    }
}

/* line 62, styles/_contact.scss */
.contact-holder.container .contact-details {
    max-width: 45%;
    padding-top: 38px;
    width: 100%;
    }
@media screen and (max-width: 999px) {
.contact-holder.container .contact-details {
    max-width: none;
    padding-top: 0;
    width: auto;
    }
}

/* line 75, styles/_contact.scss */
.contact-holder.container .contact-details iframe {
    max-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 {
    margin: 0 0 1em;
    }

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

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

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

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