@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i);
/* compiled by scssphp v0.6.7 on Fri, 29 Jun 2018 14:48:44 +1200 (0.6351s) */
/* line 315, styles/_functions.scss */
h1:after,
.site-footer:before,
.content form .field-UPLOAD .upload-button:after,
.main-navigation .sel > a:after,
.main-navigation li:hover > a:after,
.open-sub:before,
.open-sub:after,
.Main .slideshow .slide:after,
.Main .slideshow .slide:before,
.Main h2:after {
    content: '';
    display: block;
    position: absolute;
    }

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

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

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

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

/* line 26, styles/_main.scss */
h1 {
    position: relative;
    font-size: 48px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    color: #4895d0;
    }
@media screen and (max-width: 1219px) {
h1 {
    font-size: 46px;
    }
}

/* line 39, styles/_main.scss */
h1:after {
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #4895d0;
    }

/* line 50, styles/_main.scss */
h2 {
    font-size: 42px;
    }
@media screen and (max-width: 1449px) {
h2 {
    font-size: 36px;
    }
}

@media screen and (max-width: 1219px) {
h2 {
    font-size: 32px;
    }
}

/* line 65, styles/_main.scss */
h3 {
    font-size: 27px;
    margin-bottom: 20px;
    }
@media screen and (max-width: 1219px) {
h3 {
    font-size: 24px;
    }
}

/* line 76, styles/_main.scss */
h4 {
    font-size: 27px;
    margin: 0;
    font-weight: 300;
    }

/* line 88, styles/_main.scss */
a {
    color: #4895d0;
    text-decoration: none;
    }

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

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

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

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

/*** globally relevant styles ***/
/* line 120, styles/_main.scss */
.button {
    display: inline-block;
    border: none;
    padding: 16px 25px;
    background: #4895d0;
    color: #fff;
    font-family: 'Montserrat',sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    border-radius: 30px;
    }

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

/* line 143, styles/_main.scss */
.button.reverse {
    background: #2abdaf;
    color: #fff;
    }

/* line 148, styles/_main.scss */
.button.reverse:hover {
    background: #4895d0;
    color: #fff;
    }

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

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

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

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

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

/** End TinyMCE image/media styles */
/* line 197, styles/_main.scss */
.highlight {
    color: #1d3340;
    font-weight: bold;
    }

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

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

/* line 219, styles/_main.scss */
.video {
    position: relative;
    }

/* line 223, styles/_main.scss */
.video:after {
    content: '';
    display: block;
    position: relative;
    padding-top: 55.8%;
    }

/* line 231, styles/_main.scss */
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    }

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

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

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

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

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

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

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

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

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

/* line 321, styles/_main.scss */
body > header {
    z-index: 10;
    height: auto;
    -webkit-box-shadow: 0 0 30px 1px rgba(72,149,208,.15);
    box-shadow: 0 0 30px 1px rgba(72,149,208,.15);
    }

/* line 328, styles/_main.scss */
body > header .header-top {
    background: #1d3340;
    }

/* line 332, styles/_main.scss */
body > header .header-top .container {
    padding: 12px 0;
    }

/* line 337, styles/_main.scss */
body > header .header-top .header-contact {
    float: right;
    }
@media screen and (max-width: 1219px) {
body > header .header-top .header-contact {
    padding: 0 10px;
    }
}

/* line 346, styles/_main.scss */
body > header .header-top .header-contact .phone {
    vertical-align: middle;
    margin-left: 30px;
    padding-left: 25px;
    background: url(images/icon_phone.png) left center no-repeat;
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat',sans-serif;
    }
@media screen and (max-width: 599px) {
body > header .header-top .header-contact .phone {
    margin-left: 20px;
    }
}

/* line 361, styles/_main.scss */
body > header .header-top .header-contact .phone:hover {
    text-decoration: none;
    color: #2abdaf;
    }

/* line 368, styles/_main.scss */
body > header .header-top .header-contact .button {
    padding: 11px 25px;
    margin-left: 20px;
    color: #1d3340;
    }
@media screen and (max-width: 599px) {
body > header .header-top .header-contact .button {
    margin-left: 10px;
    }
}

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

/* line 386, styles/_main.scss */
body > header .site-header .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }

/* line 392, styles/_main.scss */
body > header .site-header .container:before,
body > header .site-header .container:after {
    display: none;
    }

/* line 400, styles/_main.scss */
body > header .logo {
    display: block;
    }
@media screen and (max-width: 1219px) {
body > header .logo {
    margin: 10px;
    }
}

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

/* line 416, styles/_main.scss */
.facebook-icon,
.facebook-like:after {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 33px;
    background: url(images/icon_fb.png) top center no-repeat;
    text-indent: -10000px;
    }

/* line 427, styles/_main.scss */
.facebook-icon:hover {
    background-position: bottom center;
    }

/* line 432, styles/_main.scss */
.facebook-like {
    color: inherit;
    }

/* line 436, styles/_main.scss */
.facebook-like:after {
    content: '';
    display: inline-block;
    position: relative;
    margin-left: 10px;
    }

/* line 443, styles/_main.scss */
.facebook-like:after:hover {
    background: #00f;
    }

/* line 450, styles/_main.scss */
main {
    display: block;
    z-index: 5;
    background: #ecedef;
    overflow: hidden;
    }

/* line 459, styles/_main.scss */
.content-wrapper {
    position: relative;
    z-index: 10;
    padding: 65px 40px;
    padding-bottom: 35px;
    margin: 70px auto;
    background: #fff;
    border-radius: 35px;
    -webkit-box-shadow: 0 0 35px 0 rgba(72,149,208,.15);
    }
@media screen and (max-width: 1219px) {
.content-wrapper {
    padding: 40px 15px;
    margin: 25px auto;
    max-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    }
}

/* line 478, styles/_main.scss */
/* line 480, styles/_main.scss */
.content p,
.content ul,
.content ol {
    font-size: 17px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 30px;
    }

/* line 491, styles/_main.scss */
.columns {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
@media screen and (max-width: 1219px) {
.columns {
    display: block;
    }
}

/* line 502, styles/_main.scss */
.col-2 {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-right: 70px;
    }
@media screen and (max-width: 1219px) {
.col-2 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    }
}

/* line 516, styles/_main.scss */
.col-2.last {
    padding-right: 0;
    padding-left: 27px;
    }
@media screen and (max-width: 1219px) {
.col-2.last {
    padding-left: 0;
    }
}

/* line 528, styles/_main.scss */
.col-3 {
    display: inline-block;
    vertical-align: top;
    width: calc(33% - 36px);
    width: calc(33% - 36px);
    width: calc(33% - 36px);
    margin-right: 59px;
    }
@media screen and (max-width: 1219px) {
.col-3 {
    width: 100%;
    margin-right: 0;
    }
}

/* line 541, styles/_main.scss */
.col-3:nth-child(3n) {
    margin-right: 0;
    }

/* line 547, styles/_main.scss */
/* line 549, styles/_main.scss */
/* line 551, styles/_main.scss */
/* line 553, styles/_main.scss */
.content-section.has-image.image-right .section-content .section-text {
    padding-right: 30px;
    }
@media screen and (max-width: 1219px) {
.content-section.has-image.image-right .section-content .section-text {
    padding-right: 0;
    }
}

/* line 562, styles/_main.scss */
.content-section.has-image.image-right .section-content .section-images {
    padding-left: 30px;
    }
@media screen and (max-width: 1219px) {
.content-section.has-image.image-right .section-content .section-images {
    padding-left: 0;
    }
}

/* line 573, styles/_main.scss */
.content-section.has-image.image-left .section-content {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    }

/* line 577, styles/_main.scss */
.content-section.has-image.image-left .section-content .section-text {
    padding-left: 30px;
    }
@media screen and (max-width: 1219px) {
.content-section.has-image.image-left .section-content .section-text {
    padding-left: 0;
    }
}

/* line 586, styles/_main.scss */
.content-section.has-image.image-left .section-content .section-images {
    padding-right: 30px;
    }
@media screen and (max-width: 1219px) {
.content-section.has-image.image-left .section-content .section-images {
    padding-right: 0;
    }
}

/* line 597, styles/_main.scss */
@media screen and (max-width: 1219px) {
.content-section.has-image .section-images {
    margin-bottom: 30px;
    }
}

/* line 603, styles/_main.scss */
@media screen and (max-width: 1219px) {
.content-section.has-image .section-images img {
    width: 100%;
    }
}

/* line 612, styles/_main.scss */
/* line 614, styles/_main.scss */
.content-section.has-image .section-images.multiple img {
    display: block;
    float: left;
    max-width: 75%;
    }
@media screen and (max-width: 1219px) {
.content-section.has-image .section-images.multiple img {
    float: none;
    max-width: 100%;
    margin-bottom: 10px;
    }
}

/* line 627, styles/_main.scss */
.content-section.has-image .section-images.multiple img + img {
    margin-top: -40px;
    }
@media screen and (max-width: 1219px) {
.content-section.has-image .section-images.multiple img + img {
    margin-top: 0;
    }
}

/* line 637, styles/_main.scss */
.content-section.has-image .section-images.multiple img:nth-child(even) {
    float: right;
    }
@media screen and (max-width: 1219px) {
.content-section.has-image .section-images.multiple img:nth-child(even) {
    float: none;
    }
}

/* line 649, styles/_main.scss */
.content-section.has-image .section-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
@media screen and (max-width: 1219px) {
.content-section.has-image .section-content {
    display: block;
    }
}

/* line 658, styles/_main.scss */
.content-section.has-image .section-content .section-text,
.content-section.has-image .section-content .section-images {
    width: 50%;
    }
@media screen and (max-width: 1219px) {
.content-section.has-image .section-content .section-text,
.content-section.has-image .section-content .section-images {
    width: 100%;
    }
}

/* line 671, styles/_main.scss */
.content-section h2 {
    margin-bottom: 15px;
    }

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

/* line 689, 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 702, styles/_main.scss */
footer[role="banner"] {
    z-index: 0;
    background: #1d3340;
    }

/* line 707, styles/_main.scss */
footer[role="banner"] .container.columns {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }

/* line 712, styles/_main.scss */
footer[role="banner"] .container.columns:before,
footer[role="banner"] .container.columns:after {
    display: none;
    }

/* line 719, styles/_main.scss */
footer[role="banner"] .footer-left {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: left;
    }
@media screen and (max-width: 1219px) {
footer[role="banner"] .footer-left {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    }
}

/* line 731, styles/_main.scss */
footer[role="banner"] .footer-right {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    text-align: right;
    }
@media screen and (max-width: 1219px) {
footer[role="banner"] .footer-right {
    text-align: center;
    }
}

/* line 741, styles/_main.scss */
footer[role="banner"] .footer-center {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    }
@media screen and (max-width: 1219px) {
footer[role="banner"] .footer-center {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }
}

/* line 752, styles/_main.scss */
footer[role="banner"] a:hover {
    color: #4895d0;
    }

/* line 758, styles/_main.scss */
.site-footer {
    padding: 65px 0;
    color: #7eafcb;
    font-size: 18px;
    line-height: 27px;
    border-bottom: 1px solid #375262;
    }

/* line 766, styles/_main.scss */
.site-footer:before {
    top: 15px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #375262;
    }

/* line 776, styles/_main.scss */
@media screen and (max-width: 1219px) {
.site-footer .footer-left,
.site-footer .footer-right {
    margin-top: 20px;
    }
}

/* line 785, styles/_main.scss */
.site-footer a {
    color: #2abdaf;
    }

/* line 790, styles/_main.scss */
.site-footer .footer-logo {
    display: block;
    margin: auto;
    margin-bottom: 25px;
    }

/* line 798, styles/_main.scss */
.sub-footer {
    padding: 20px 0;
    font-size: 13px;
    color: #4e6c7e;
    font-size: 13px;
    }

/* line 805, styles/_main.scss */
@media screen and (max-width: 1219px) {
.sub-footer .footer-left,
.sub-footer .footer-right {
    margin-top: 10px;
    }
}

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

/* line 820, styles/_main.scss */
/* line 823, styles/_main.scss */
.Form .col-2.last,
.Contact .col-2.last,
.Form form,
.Contact form,
.Form .fields,
.Contact .fields,
.Form .field-group.field-TEXTAREA,
.Contact .field-group.field-TEXTAREA,
.Form .field-group.field-TEXTAREA label,
.Contact .field-group.field-TEXTAREA label,
.Form .field-group.field-TEXTAREA .field,
.Contact .field-group.field-TEXTAREA .field {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    }

/* line 836, styles/_main.scss */
.Form .field-group.field-TEXTAREA textarea,
.Contact .field-group.field-TEXTAREA textarea {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    height: 100%;
    }

/* line 843, styles/_main.scss */
.Form .action,
.Contact .action {
    margin: 0;
    }

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

/* line 858, styles/_main.scss */
/* line 860, styles/_main.scss */
.content form .field-group {
    margin-bottom: 8px;
    text-align: left;
    }

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

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

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

/* line 885, styles/_main.scss */
/* line 888, styles/_main.scss */
.content form.placeholders .field-group.field-RADIO span.error,
.content form.placeholders .field-group.field-CHECKBOXES span.error {
    margin-left: 10px;
    }

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

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

/* line 907, styles/_main.scss */
.content form input[type=text],
.content form input[type=password],
.content form input[type=num],
.content form input[type=email],
.content form input[type=tel],
.content form select,
.content form textarea,
.content form .upload-button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border: none;
    padding: 17px;
    width: 100%;
    background: #ecedef;
    font-family: 'Open Sans',sans-serif;
    font-size: inherit;
    }

/* line 926, styles/_main.scss */
.content form textarea {
    height: 115px;
    min-height: 115px;
    }

/* line 932, styles/_main.scss */
.content form .field-group.field-CHECKBOXES {
    padding: 4px 0;
    }

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

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

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

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

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

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

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

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

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

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

/* line 1013, styles/_main.scss */
.content form .field-UPLOAD input {
    position: absolute;
    opacity: 0;
    left: 0;
    cursor: pointer;
    }

/* line 1021, styles/_main.scss */
.content form .field-UPLOAD .field {
    position: relative;
    }

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

/* line 1035, styles/_main.scss */
.content 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 1050, styles/_main.scss */
.content form .field-UPLOAD .upload-button:hover:after,
.content form .field-UPLOAD .upload-button:focus:after,
.content form .field-UPLOAD .upload-button:active:after {
    top: -10px;
    }

/* line 1057, styles/_main.scss */
.content form .field-UPLOAD .uploaded {
    display: inline-block;
    margin-left: 20px;
    }

/* line 1063, styles/_main.scss */
/* line 1065, styles/_main.scss */
.content form.placeholders .field-UPLOAD .upload-button {
    max-width: 100%;
    text-align: left;
    }

/* line 1071, styles/_main.scss */
.content form.placeholders .field-UPLOAD .uploaded {
    margin-left: 0;
    }

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

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

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

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

/* search results */
/* line 1106, styles/_main.scss */
/* line 1108, styles/_main.scss */
.searchForm.searchResult label {
    display: inline-block;
    }

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

/* line 1128, styles/_main.scss */
.searchForm.searchResult .button {
    padding: 18px 35px;
    }

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

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

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

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

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

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

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

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

/* line 1183, styles/_main.scss */
/* line 1185, 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: #000;
    border-radius: 0;
    background: #ecedef;
    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: #1d3340;
    color: #2abdaf;
    }

/* line 43, styles/_jquery-ui.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border-color: #1d3340;
    background: #4895d0;
    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: 1219px) {
.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 #4895d0;
    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: 1220px) {
/* line 3, styles/_navigation.scss */
.main-navigation-wrapper {
    max-width: calc(100% - 285px);
    max-width: calc(100% - 285px);
    max-width: calc(100% - 285px);
    }

/* line 8, styles/_navigation.scss */
.main-navigation {
    position: relative;
    z-index: 7;
    padding: 0;
    color: #fff;
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    text-transform: none;
    }

/* line 18, styles/_navigation.scss */
.main-navigation > ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    max-width: 1430px;
    padding: 0;
    width: 100%;
    }

/* line 28, styles/_navigation.scss */
.main-navigation li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    }

/* line 212, styles/_functions.scss */
/* line 37, styles/_navigation.scss */
.main-navigation li:hover > a,
.main-navigation li:focus > a,
.main-navigation li:active > a {
    text-decoration: none;
    }

/* line 43, styles/_navigation.scss */
.main-navigation li a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    padding: 13px;
    background: #fff;
    color: #000;
    text-align: center;
    text-decoration: none;
    }

/* line 58, 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(0,0,0,.9);
    text-transform: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    }

/* line 73, styles/_navigation.scss */
.main-navigation li ul li {
    display: block;
    position: relative;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    white-space: nowrap;
    }

/* line 83, styles/_navigation.scss */
.main-navigation li ul li a {
    display: block;
    height: auto;
    padding: 5px 10px;
    width: 100%;
    line-height: normal;
    text-align: left;
    }

/* line 95, styles/_navigation.scss */
.main-navigation .sel > a,
.main-navigation .sel .sel > a {
    color: #4895d0;
    }

/* line 101, styles/_navigation.scss */
.main-navigation .sel > a,
.main-navigation li:hover > a {
    color: #4895d0;
    }

/* line 106, styles/_navigation.scss */
.main-navigation .sel > a:after,
.main-navigation li:hover > a:after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #4895d0;
    }

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

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

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

/* line 143, styles/_navigation.scss */
.main-navigation {
    display: none;
    position: absolute;
    width: 100%;
    padding: 20px 25px;
    background: #2abdaf;
    color: #1d3340;
    font-size: 20px;
    }

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

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

/* line 212, styles/_functions.scss */
/* line 173, styles/_navigation.scss */
.main-navigation li.sel > a {
    color: #fff;
    }

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

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

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

/* line 211, styles/_navigation.scss */
/* line 213, 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 217, 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 222, styles/_navigation.scss */
.main-navigation li.open ul {
    display: block;
    }

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

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

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

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

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

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

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

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

/* line 296, 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: #1d3340;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    }

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

/* line 1, styles/_testimonials.scss */
.testimonials {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }

/* line 6, styles/_testimonials.scss */
.testimonials .testimonial {
    width: calc(50% - 28px);
    width: calc(50% - 28px);
    width: calc(50% - 28px);
    margin-right: 55px;
    margin-bottom: 50px;
    padding: 30px;
    background: #4895d0;
    color: #fff;
    }
@media screen and (max-width: 1219px) {
.testimonials .testimonial {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    }
}

@media screen and (max-width: 599px) {
.testimonials .testimonial {
    padding: 20px;
    }
}

/* line 27, styles/_testimonials.scss */
@media screen and (min-width: 1221px) {
.testimonials .testimonial:nth-child(4n - 2),
.testimonials .testimonial:nth-child(4n - 1) {
    background: #2abdaf;
    }
}

/* line 36, styles/_testimonials.scss */
.testimonials .testimonial:nth-child(2n) {
    margin-right: 0;
    }
@media screen and (max-width: 1219px) {
.testimonials .testimonial:nth-child(2n) {
    background: #2abdaf;
    }
}

/* line 46, styles/_testimonials.scss */
@media screen and (max-width: 599px) {
.testimonials .testimonial p {
    font-size: 15px;
    line-height: 22px;
    }
}

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

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

/* line 1, styles/_slideshow.scss */
.slideshow {
    overflow: hidden;
    position: relative;
    margin-bottom: -100px;
    }
@media screen and (max-width: 1219px) {
.slideshow {
    margin-bottom: 0;
    }
}

/* line 20, styles/_slideshow.scss */
.Main .slideshow {
    margin-bottom: -190px;
    background: url(images/slide_background.jpg) top center no-repeat;
    background-size: cover;
    }
@media screen and (max-width: 1219px) {
.Main .slideshow {
    margin-bottom: 0;
    background: transparent;
    }
}

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

/* line 40, 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 54, styles/_slideshow.scss */
.slideshow .slide:after {
    content: '';
    position: relative;
    display: block;
    padding-top: 23%;
    }
@media screen and (max-width: 599px) {
.slideshow .slide:after {
    padding-top: 31%;
    }
}

/* line 66, styles/_slideshow.scss */
.Main .slideshow .slide:after {
    display: none;
    padding: 0;
    }
@media screen and (max-width: 1219px) {
.Main .slideshow .slide:after {
    display: block !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: #294d62;
    z-index: 1;
    }
}

/* line 85, styles/_slideshow.scss */
@media screen and (max-width: 1219px) {
.Main .slideshow .slide:before {
    top: 0;
    bottom: 120px;
    left: 0;
    width: 100%;
    background: #f2f2f1;
    background: -moz-linear-gradient(-45deg,rgba(242,242,241,1) 0%,rgba(219,224,227,1) 100%);
    background: -webkit-linear-gradient(-45deg,rgba(242,242,241,1) 0%,rgba(219,224,227,1) 100%);
    background: -webkit-linear-gradient(315deg,rgba(242,242,241,1) 0%,rgba(219,224,227,1) 100%);
    background: -moz-linear-gradient(315deg,rgba(242,242,241,1) 0%,rgba(219,224,227,1) 100%);
    background: linear-gradient(135deg,rgba(242,242,241,1) 0%,rgba(219,224,227,1) 100%);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f1',endColorstr='#dbe0e3',GradientType=1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f1',endColorstr='#dbe0e3',GradientType=1);
    }
}

/* line 104, styles/_slideshow.scss */
html.Main .slideshow .slide {
    height: 762px;
    }
@media screen and (max-width: 1449px) {
html.Main .slideshow .slide {
    height: 590px;
    }
}

@media screen and (max-width: 1219px) {
html.Main .slideshow .slide {
    height: auto;
    }
}

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

/* line 125, styles/_slideshow.scss */
.slideshow .slide img {
    display: inline-block;
    vertical-align: middle;
    }
@media screen and (max-width: 599px) {
.slideshow .slide img {
    margin-bottom: 20px;
    }
}

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

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

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

/* line 160, styles/_slideshow.scss */
.slideshow .slide .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: transparent;
    color: #000;
    text-align: left;
    text-transform: none;
    }
@media screen and (max-width: 1219px) {
.slideshow .slide .container {
    padding: 40px 20px;
    padding-bottom: 0;
    }
}

/* line 181, styles/_slideshow.scss */
.Main .slideshow .slide .container {
    bottom: 120px;
    }
@media screen and (max-width: 1219px) {
.Main .slideshow .slide .container {
    display: block;
    position: relative;
    }
}

/* line 192, styles/_slideshow.scss */
.slideshow .slide .container.small-image {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 40px;
    }
@media screen and (max-width: 1219px) {
.slideshow .slide .container.small-image {
    display: none;
    }
}

/* line 203, styles/_slideshow.scss */
.slideshow .slide .container.small-image.right-image {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    }

/* line 208, styles/_slideshow.scss */
.slideshow .slide .container.small-image img {
    max-height: 84%;
    max-width: 58%;
    width: auto;
    height: auto;
    }

/* line 218, styles/_slideshow.scss */
.slideshow .slide .container .caption-content {
    display: block;
    max-width: 460px;
    width: 100%;
    color: #1d3340;
    }
@media screen and (max-width: 1449px) {
.slideshow .slide .container .caption-content {
    max-width: 378px;
    }
}

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

/* line 235, styles/_slideshow.scss */
.slideshow .slide .container .caption-content h1 {
    color: inherit;
    font-size: 80px;
    line-height: 80px;
    }
@media screen and (max-width: 1449px) {
.slideshow .slide .container .caption-content h1 {
    font-size: 48px;
    line-height: 48px;
    }
}

/* line 247, styles/_slideshow.scss */
.slideshow .slide .container .caption-content h1:after {
    background: #2abdaf;
    }

/* line 253, styles/_slideshow.scss */
.slideshow .slide .container .caption-content h4 {
    font-size: 40px;
    }
@media screen and (max-width: 1449px) {
.slideshow .slide .container .caption-content h4 {
    font-size: 27px;
    }
}

/* line 263, styles/_slideshow.scss */
.slideshow .slide .container .caption-content p {
    font-size: 36px;
    line-height: 42px;
    }
@media screen and (max-width: 1449px) {
.slideshow .slide .container .caption-content p {
    font-size: 24px;
    line-height: 33px;
    }
}

/* line 275, styles/_slideshow.scss */
.slideshow .slide .container .caption-content .button {
    padding: 22px 25px;
    vertical-align: middle;
    }
@media screen and (max-width: 599px) {
.slideshow .slide .container .caption-content .button {
    margin-bottom: 20px;
    }
}

/* line 287, styles/_slideshow.scss */
.slideshow .slide .container .caption-image {
    max-width: 38%;
    }
@media screen and (max-width: 1219px) {
.slideshow .slide .container .caption-image {
    max-width: 100%;
    display: block;
    margin: auto;
    }
}

/* line 300, styles/_slideshow.scss */
.slideshow ul.slick-dots {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 20px;
    left: 30px;
    margin: 0;
    padding: 0;
    }

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

/* line 323, styles/_slideshow.scss */
.slideshow ul.slick-dots li.slick-active {
    border: 1px solid #1d3340;
    background: #1d3340;
    }

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

/* line 337, styles/_slideshow.scss */
button.slick-arrow {
    position: absolute;
    display: inline-block;
    top: 0;
    bottom: 0;
    z-index: 200;
    margin: auto;
    width: 18px;
    height: 18px;
    padding: 0;
    background: transparent;
    border: none;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    text-indent: -10000px;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    }

/* line 369, styles/_slideshow.scss */
button.slick-arrow.slick-prev {
    -webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
    -ms-transform: rotate(-140deg);
    transform: rotate(-140deg);
    left: 0;
    }

/* line 376, styles/_slideshow.scss */
button.slick-arrow.slick-next {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
    }

/* line 4, styles/_homepage.scss */
/* line 6, styles/_homepage.scss */
.Main .main-content {
    overflow: hidden;
    background: #294d62;
    }

/* line 12, styles/_homepage.scss */
.Main .content-wrapper {
    padding: 0;
    }
@media screen and (max-width: 1219px) {
.Main .content-wrapper {
    padding: 40px 15px;
    }
}

/* line 21, styles/_homepage.scss */
.Main .content-wrapper .content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 35px 40px 40px 35px;
    }
@media screen and (max-width: 1219px) {
.Main .content-wrapper .content {
    display: block;
    border-radius: 35px;
    }
}

/* line 37, styles/_homepage.scss */
.Main .content-left,
.Main .content-right {
    width: 50%;
    padding: 65px 40px;
    padding-bottom: 35px;
    }
@media screen and (max-width: 1219px) {
.Main .content-left,
.Main .content-right {
    width: 100%;
    padding: 0;
    }
}

/* line 55, styles/_homepage.scss */
.Main .content-right {
    margin-bottom: -1px;
    border-radius: 0 35px 35px 0;
    background: #4895d0;
    background: #2abdaf;
    background: -moz-linear-gradient(-45deg,rgba(42,189,175,1) 0%,rgba(71,151,207,1) 100%);
    background: -webkit-linear-gradient(-45deg,rgba(42,189,175,1) 0%,rgba(71,151,207,1) 100%);
    background: -webkit-linear-gradient(315deg,rgba(42,189,175,1) 0%,rgba(71,151,207,1) 100%);
    background: -moz-linear-gradient(315deg,rgba(42,189,175,1) 0%,rgba(71,151,207,1) 100%);
    background: linear-gradient(135deg,rgba(42,189,175,1) 0%,rgba(71,151,207,1) 100%);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2abdaf',endColorstr='#4797cf',GradientType=1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2abdaf',endColorstr='#4797cf',GradientType=1);
    }
@media screen and (max-width: 1219px) {
.Main .content-right {
    border-radius: 0;
    background: transparent;
    }
}

/* line 73, styles/_homepage.scss */
.Main .content-right h1 {
    color: #fff;
    }
@media screen and (max-width: 1219px) {
.Main .content-right h1 {
    font-size: 32px;
    padding: 0;
    color: inherit;
    }
}

/* line 84, styles/_homepage.scss */
.Main .content-right h1:after {
    background: #fff;
    }
@media screen and (max-width: 1219px) {
.Main .content-right h1:after {
    display: none;
    }
}

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

/* line 102, styles/_homepage.scss */
.Main h2:after {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 3px;
    background: #4895d0;
    }

/* line 116, styles/_homepage.scss */
.products-wrapper,
.sections-wrapper {
    padding: 60px 0;
    }
@media screen and (max-width: 1219px) {
.products-wrapper,
.sections-wrapper {
    padding: 40px 20px;
    }
}

/* line 127, styles/_homepage.scss */
@media screen and (max-width: 1219px) {
.products-wrapper .products {
    padding: 0 10px;
    }

/* line 133, styles/_homepage.scss */
/* line 135, styles/_homepage.scss */
.products-wrapper .products.hide-slides .product + .product {
    display: none;
    }

/* line 140, styles/_homepage.scss */
.products-wrapper .products.hide-slides.slick-initialized .product {
    display: block;
    }
}

/* line 148, styles/_homepage.scss */
.products-wrapper .products .slick-arrow {
    bottom: auto;
    top: 32%;
    }

/* line 154, styles/_homepage.scss */
@media screen and (max-width: 399px) {
.products-wrapper .products .product .image {
    position: relative;
    }

/* line 160, styles/_homepage.scss */
.products-wrapper .products .product .image:after {
    content: '';
    position: relative;
    display: block;
    padding-top: 73%;
    }

/* line 168, styles/_homepage.scss */
.products-wrapper .products .product .image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    }
}

/* line 186, styles/_homepage.scss */
.sections-wrapper {
    background: #fff;
    }

/* line 190, styles/_homepage.scss */
/* line 192, styles/_homepage.scss */
/* line 194, styles/_homepage.scss */
.sections-wrapper .content-section.has-image .section-content .section-text {
    width: 54%;
    }
@media screen and (max-width: 1219px) {
.sections-wrapper .content-section.has-image .section-content .section-text {
    width: 100%;
    }
}

/* line 204, styles/_homepage.scss */
.sections-wrapper .content-section.has-image .section-content .section-images {
    width: 46%;
    }
@media screen and (max-width: 1219px) {
.sections-wrapper .content-section.has-image .section-content .section-images {
    width: 100%;
    }
}

/* line 215, styles/_homepage.scss */
.sections-wrapper .content-section h2 {
    max-width: 1075px;
    margin: auto;
    margin-bottom: 35px;
    }
@media screen and (max-width: 1219px) {
.sections-wrapper .content-section h2 {
    font-size: 24px;
    }
}

/* line 227, styles/_homepage.scss */
.sections-wrapper .content-section p {
    font-size: 15px;
    line-height: 24px;
    }

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

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

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

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

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

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

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

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

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

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

/* line 88, styles/_galleries.scss */
.gallery a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background: rgba(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%;
    }

/* 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 #1d3340;
    }

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

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

/* line 33, styles/_tinymce.scss */
#tinymce .mce-preview-object.mce-object-iframe {
    position: static;
    }

/* line 1, styles/_products.scss */
.products {
    text-align: center;
    }

/* line 5, styles/_products.scss */
.products .product {
    margin-top: 45px;
    }

/* line 9, styles/_products.scss */
.products .product .image {
    min-height: 220px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
@media screen and (max-width: 1219px) {
.products .product .image {
    min-height: 1px;
    display: block;
    }
}

/* line 21, styles/_products.scss */
.products .product .image img {
    display: block;
    margin: auto;
    }
@media screen and (max-width: 1219px) {
.products .product .image img {
    margin-bottom: 5px;
    }
}

/* line 34, styles/_products.scss */
.products .product p {
    font-size: 15px;
    line-height: 24px;
    }

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