@import url(https://fonts.googleapis.com/css?family=Fjalla+One|Montserrat:300,300i,500,500i,600,600i);
/* compiled by scssphp v0.6.7 on Thu, 26 Jan 2023 10:10:40 +1300 (0.5088s) */
/* line 315, styles/_functions.scss */
.open-sub:before,
.open-sub:after,
.slideshow button.slick-arrow:before {
    content: '';
    display: block;
    position: absolute;
    }

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

/* line 1, styles/_typography.scss */
body {
    color: #1c2933;
    font: 300 17px/1.588 Montserrat,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    }
@media screen and (max-width: 599px) {
body {
    font-size: 19px;
    }
}

/* line 157, styles/_functions.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1c2933;
    font: normal 40px/1.125 'Fjalla One',sans-serif;
    text-transform: uppercase;
    }

/* line 22, styles/_typography.scss */
h1 {
    font-size: 60px;
    }
@media screen and (max-width: 1199px) {
h1 {
    font-size: 45px;
    }
}

/* line 32, styles/_typography.scss */
/* line 35, styles/_typography.scss */
h2:after,
h3:after {
    background: #f57f20;
    content: "";
    display: block;
    height: 2px;
    margin-top: 15px;
    width: 28px;
    }

/* line 46, styles/_typography.scss */
h2 {
    font-size: 40px;
    }

/* line 51, styles/_typography.scss */
h3 {
    font-size: 36px;
    }

/* line 56, styles/_typography.scss */
h4 {
    font-size: 30px;
    }

/* line 61, styles/_typography.scss */
h5 {
    font: 300 17px/1.588 Montserrat,sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
    }

/* line 69, styles/_typography.scss */
h6 {
    font: 300 17px/1.588 Montserrat,sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-transform: none;
    }

/* line 77, styles/_typography.scss */
a {
    color: #f57f20;
    text-decoration: none;
    }

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

/* line 87, styles/_typography.scss */
a img {
    border: none;
    }

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

/* line 98, styles/_typography.scss */
.message {
    color: #fd1a00;
    }

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

/* line 10, styles/_general.scss */
.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    border: none;
    border-radius: 5px;
    padding: 10px 40px;
    background: #f57f20;
    color: #fff;
    font: 300 17px/1.588 Montserrat,sans-serif;
    font-size: 17px;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    transition: background .2s;
    }

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

/* line 32, styles/_general.scss */
.button.hollow {
    background: transparent;
    border: 2px solid #1c2933;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.17);
    box-shadow: 0 0 4px rgba(0,0,0,.17);
    color: #1c2933;
    position: relative;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    top: 0;
    }

/* line 212, styles/_functions.scss */
.button.hollow:hover,
.button.hollow:focus,
.button.hollow:active {
    background: #f0b88a;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.17);
    box-shadow: 0 2px 4px rgba(0,0,0,.17);
    top: -2px;
    }

/* line 49, styles/_general.scss */
.button.hollow:active {
    background: #f57f20;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,.17);
    box-shadow: 0 0 0 rgba(0,0,0,.17);
    top: 1px;
    }

/* line 57, styles/_general.scss */
.button.dark {
    background-color: #1c2933;
    }

/* line 212, styles/_functions.scss */
.button.dark:hover,
.button.dark:focus,
.button.dark:active {
    background: #405e75;
    }

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

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

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

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

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

/* line 109, styles/_general.scss */
.highlight {
    background: #f57f20;
    font-weight: bold;
    }

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

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

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

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

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

/* DEPRECATED use @extend clearfix */
/* line 148, styles/_general.scss */
.clear {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    height: 1px;
    width: 99%;
    }

/* line 1, styles/_forms.scss */
/* line 4, styles/_forms.scss */
input:disabled,
textarea:disabled {
    opacity: .5;
    }

/* line 10, styles/_forms.scss */
form.contact {
    margin-top: 8px;
    }

/* line 15, styles/_forms.scss */
form:not(.custom-form) {
    font-size: 17px;
    }

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

/* line 25, styles/_forms.scss */
form:not(.custom-form) .field {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    }

/* line 32, styles/_forms.scss */
form:not(.custom-form) input[type=text],
form:not(.custom-form) input[type=search],
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) input[type=date],
form:not(.custom-form) select,
form:not(.custom-form) textarea,
form:not(.custom-form) .upload-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #1c2933;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font: 300 17px/1.588 Montserrat,sans-serif;
    font-size: inherit;
    font-weight: inherit;
    outline: none;
    padding: 10px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    width: 100%;
    }

/* line 58, styles/_forms.scss */
form:not(.custom-form) input[type=text]:focus,
form:not(.custom-form) input[type=search]:focus,
form:not(.custom-form) input[type=password]:focus,
form:not(.custom-form) input[type=num]:focus,
form:not(.custom-form) input[type=email]:focus,
form:not(.custom-form) input[type=tel]:focus,
form:not(.custom-form) input[type=date]:focus,
form:not(.custom-form) select:focus,
form:not(.custom-form) textarea:focus,
form:not(.custom-form) .upload-button:focus {
    background-color: #fef2e9;
    }

/* line 229, styles/_functions.scss */
form:not(.custom-form) input[type=text]:-ms-input-placeholder,
form:not(.custom-form) input[type=search]:-ms-input-placeholder,
form:not(.custom-form) input[type=password]:-ms-input-placeholder,
form:not(.custom-form) input[type=num]:-ms-input-placeholder,
form:not(.custom-form) input[type=email]:-ms-input-placeholder,
form:not(.custom-form) input[type=tel]:-ms-input-placeholder,
form:not(.custom-form) input[type=date]:-ms-input-placeholder,
form:not(.custom-form) select:-ms-input-placeholder,
form:not(.custom-form) textarea:-ms-input-placeholder,
form:not(.custom-form) .upload-button:-ms-input-placeholder {
    color: rgba(28,41,51,.75);
    }

/* line 234, styles/_functions.scss */
form:not(.custom-form) input[type=text]::-webkit-input-placeholder,
form:not(.custom-form) input[type=search]::-webkit-input-placeholder,
form:not(.custom-form) input[type=password]::-webkit-input-placeholder,
form:not(.custom-form) input[type=num]::-webkit-input-placeholder,
form:not(.custom-form) input[type=email]::-webkit-input-placeholder,
form:not(.custom-form) input[type=tel]::-webkit-input-placeholder,
form:not(.custom-form) input[type=date]::-webkit-input-placeholder,
form:not(.custom-form) select::-webkit-input-placeholder,
form:not(.custom-form) textarea::-webkit-input-placeholder,
form:not(.custom-form) .upload-button::-webkit-input-placeholder {
    color: rgba(28,41,51,.75);
    }

/* line 239, styles/_functions.scss */
form:not(.custom-form) input[type=text]:input-placeholder,
form:not(.custom-form) input[type=search]:input-placeholder,
form:not(.custom-form) input[type=password]:input-placeholder,
form:not(.custom-form) input[type=num]:input-placeholder,
form:not(.custom-form) input[type=email]:input-placeholder,
form:not(.custom-form) input[type=tel]:input-placeholder,
form:not(.custom-form) input[type=date]:input-placeholder,
form:not(.custom-form) select:input-placeholder,
form:not(.custom-form) textarea:input-placeholder,
form:not(.custom-form) .upload-button:input-placeholder {
    color: rgba(28,41,51,.75);
    }

/* line 244, styles/_functions.scss */
form:not(.custom-form) input[type=text]::input-placeholder,
form:not(.custom-form) input[type=search]::input-placeholder,
form:not(.custom-form) input[type=password]::input-placeholder,
form:not(.custom-form) input[type=num]::input-placeholder,
form:not(.custom-form) input[type=email]::input-placeholder,
form:not(.custom-form) input[type=tel]::input-placeholder,
form:not(.custom-form) input[type=date]::input-placeholder,
form:not(.custom-form) select::input-placeholder,
form:not(.custom-form) textarea::input-placeholder,
form:not(.custom-form) .upload-button::input-placeholder {
    color: rgba(28,41,51,.75);
    }

/* line 249, styles/_functions.scss */
form:not(.custom-form) input[type=text]:moz-placeholder,
form:not(.custom-form) input[type=search]:moz-placeholder,
form:not(.custom-form) input[type=password]:moz-placeholder,
form:not(.custom-form) input[type=num]:moz-placeholder,
form:not(.custom-form) input[type=email]:moz-placeholder,
form:not(.custom-form) input[type=tel]:moz-placeholder,
form:not(.custom-form) input[type=date]:moz-placeholder,
form:not(.custom-form) select:moz-placeholder,
form:not(.custom-form) textarea:moz-placeholder,
form:not(.custom-form) .upload-button:moz-placeholder {
    color: rgba(28,41,51,.75);
    }

/* line 254, styles/_functions.scss */
form:not(.custom-form) input[type=text]::moz-placeholder,
form:not(.custom-form) input[type=search]::moz-placeholder,
form:not(.custom-form) input[type=password]::moz-placeholder,
form:not(.custom-form) input[type=num]::moz-placeholder,
form:not(.custom-form) input[type=email]::moz-placeholder,
form:not(.custom-form) input[type=tel]::moz-placeholder,
form:not(.custom-form) input[type=date]::moz-placeholder,
form:not(.custom-form) select::moz-placeholder,
form:not(.custom-form) textarea::moz-placeholder,
form:not(.custom-form) .upload-button::moz-placeholder {
    color: rgba(28,41,51,.75);
    }

/* line 259, styles/_functions.scss */
form:not(.custom-form) input[type=text]:placeholder,
form:not(.custom-form) input[type=search]:placeholder,
form:not(.custom-form) input[type=password]:placeholder,
form:not(.custom-form) input[type=num]:placeholder,
form:not(.custom-form) input[type=email]:placeholder,
form:not(.custom-form) input[type=tel]:placeholder,
form:not(.custom-form) input[type=date]:placeholder,
form:not(.custom-form) select:placeholder,
form:not(.custom-form) textarea:placeholder,
form:not(.custom-form) .upload-button:placeholder {
    color: rgba(28,41,51,.75);
    }

/* line 264, styles/_functions.scss */
form:not(.custom-form) input[type=text]::placeholder,
form:not(.custom-form) input[type=search]::placeholder,
form:not(.custom-form) input[type=password]::placeholder,
form:not(.custom-form) input[type=num]::placeholder,
form:not(.custom-form) input[type=email]::placeholder,
form:not(.custom-form) input[type=tel]::placeholder,
form:not(.custom-form) input[type=date]::placeholder,
form:not(.custom-form) select::placeholder,
form:not(.custom-form) textarea::placeholder,
form:not(.custom-form) .upload-button::placeholder {
    color: rgba(28,41,51,.75);
    }

/* line 69, styles/_forms.scss */
@supports (appearance: none) or (-webkit-appearance: none) or (-moz-appearance: none) {
/* line 73, styles/_forms.scss */
form:not(.custom-form) select {
    apperance: none;
    background-image: url(/resources/template/images/dropdown-arrow.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 34px;
    }
}

/* line 83, styles/_forms.scss */
form:not(.custom-form) select option:first-child {
    color: rgba(28,41,51,.5);
    }

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

/* line 94, styles/_forms.scss */
form:not(.custom-form) label.error {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background: #f57f20;
    color: #fff;
    font-size: 13px;
    margin-left: 10px;
    padding: 5px;
    -webkit-transition: max-width .3s;
    -moz-transition: max-width .3s;
    transition: max-width .3s;
    }

/* line 105, styles/_forms.scss */
form:not(.custom-form) .upload-button {
    background-image: url(/resources/template/images/upload.png);
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-right: 35px;
    -webkit-transition: background-position .2s;
    -moz-transition: background-position .2s;
    transition: background-position .2s;
    }

/* line 212, styles/_functions.scss */
form:not(.custom-form) .upload-button:hover,
form:not(.custom-form) .upload-button:focus,
form:not(.custom-form) .upload-button:active {
    background-position: right 10px;
    }

/* line 120, styles/_forms.scss */
/* line 123, styles/_forms.scss */
form:not(.custom-form) .field-group.field-RADIO .label,
form:not(.custom-form) .field-group.field-CHECKBOXES .label,
form:not(.custom-form) .field-group.field-RADIO .field,
form:not(.custom-form) .field-group.field-CHECKBOXES .field {
    display: inline-block;
    vertical-align: top;
    }

/* line 130, styles/_forms.scss */
form:not(.custom-form) .field-group.field-RADIO .label,
form:not(.custom-form) .field-group.field-CHECKBOXES .label {
    display: block;
    font-weight: normal;
    margin-bottom: 5px;
    }

/* line 137, styles/_forms.scss */
form:not(.custom-form) .field-group.field-RADIO .field label,
form:not(.custom-form) .field-group.field-CHECKBOXES .field label {
    display: block;
    padding-left: 4px;
    position: relative;
    }

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

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

/* line 160, styles/_forms.scss */
/* line 163, styles/_forms.scss */
form:not(.custom-form) .field-group.field-RADIO .field label input[type=radio]:checked + span.radio,
form:not(.custom-form) .field-group.field-CHECKBOXES .field label input[type=radio]:checked + span.radio,
form:not(.custom-form) .field-group.field-RADIO .field label input[type=checkbox]:checked + span.radio,
form:not(.custom-form) .field-group.field-CHECKBOXES .field label input[type=checkbox]:checked + span.radio {
    background: #f57f20;
    }

/* line 171, styles/_forms.scss */
/* line 173, styles/_forms.scss */
form:not(.custom-form) .field-group.field-CHECKBOXES .field label span.radio {
    border-radius: 0;
    }

/* line 179, styles/_forms.scss */
form:not(.custom-form) .field-group.copy-to-sender > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }

/* line 185, styles/_forms.scss */
form:not(.custom-form) .field-group.copy-to-sender > div .label {
    margin-left: .5em;
    }

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

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

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

/* line 210, styles/_forms.scss */
form:not(.custom-form) .field-UPLOAD input {
    display: none;
    }

/* line 215, styles/_forms.scss */
form:not(.custom-form) .field-UPLOAD .uploaded {
    display: block;
    }

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

/* line 227, styles/_forms.scss */
.btr-dateinput-calendar {
    top: 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: #1c2933;
    border-radius: 0;
    background: #eaf0f4;
    color: #1c2933;
    }

/* 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: #eaf0f4;
    color: #d8660a;
    }

/* line 43, styles/_jquery-ui.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border-color: #eaf0f4;
    background: #f57f20;
    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: 300 17px/1.588 Montserrat,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: 1431px) {
.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 #f57f20;
    border-radius: 0;
    padding: 0;
    background: none;
    }

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

/* line 2, styles/_lightbox.scss */
/* line 4, styles/_lightbox.scss */
#cboxLoadedContent .content {
    padding: 0;
    }

/* line 1, styles/_layout.scss */
body {
    background: #171f27;
    margin: 0;
    padding: 0;
    }

/* line 8, styles/_layout.scss */
.container {
    margin: 0 auto;
    max-width: 1412px;
    padding: 0 10px;
    }

/* line 17, styles/_layout.scss */
header .welcome-messages,
.visual-navigation,
.member-details,
.documents-holder,
.opportunities-holder,
.grid-sections-holder,
.main-intranet {
    background: #eaf0f4;
    font-size: 17px;
    }

/* line 22, styles/_layout.scss */
header .welcome-messages .container,
.visual-navigation .container,
.member-details .container,
.documents-holder .container,
.opportunities-holder .container,
.grid-sections-holder .container,
.main-intranet .container {
    margin: 0;
    max-width: none;
    padding: 50px 125px;
    }
@media screen and (max-width: 1431px) {
header .welcome-messages .container,
.visual-navigation .container,
.member-details .container,
.documents-holder .container,
.opportunities-holder .container,
.grid-sections-holder .container,
.main-intranet .container {
    padding: 50px 10px;
    }
}

/* line 35, styles/_layout.scss */
header {
    background: #fff;
    display: block;
    position: relative;
    z-index: 1;
    }

/* line 42, styles/_layout.scss */
header .welcome-messages {
    background: transparent;
    }
@media screen and (max-width: 599px) {
header .welcome-messages {
    display: none;
    }
}

/* line 53, styles/_layout.scss */
header .welcome-messages .container {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 50px;
    padding-bottom: 0;
    padding-top: 8px;
    }

/* line 62, styles/_layout.scss */
header .welcome-messages .container:before,
header .welcome-messages .container:after {
    display: none;
    }

/* line 69, styles/_layout.scss */
header .welcome-messages .flags {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-left: 15px;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }

/* line 75, styles/_layout.scss */
header .welcome-messages .flags a {
    display: inline-block;
    margin-left: 3px;
    }

/* line 81, styles/_layout.scss */
header .welcome-messages .flags img {
    display: block;
    }

/* line 87, styles/_layout.scss */
header .welcome-messages .messages {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    }

/* line 92, styles/_layout.scss */
header .welcome-messages .welcome {
    text-align: right;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
    }

/* line 97, styles/_layout.scss */
header .welcome-messages .welcome.hidden {
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0s;
    -moz-transition: opacity 0s;
    transition: opacity 0s;
    width: 0;
    }

/* line 108, styles/_layout.scss */
.logo {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 10px;
    }
@media screen and (max-width: 1023px) {
.logo {
    margin-right: 60px;
    }
}

/* line 120, styles/_layout.scss */
.logo img {
    display: block;
    }

/* line 126, styles/_layout.scss */
.overlap {
    -webkit-align-items: start;
    align-items: start;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    position: relative;
    }

/* line 134, styles/_layout.scss */
.overlap > * {
    grid-column: 1;
    grid-row: 1;
    -ms-grid-row-align: start;
    }

/* line 142, styles/_layout.scss */
.main-navigation {
    background: rgba(255,255,255,.9);
    }

/* line 147, styles/_layout.scss */
main {
    background: #fff;
    position: relative;
    width: 100%;
    }

/* line 153, styles/_layout.scss */
main .container {
    padding: 50px 10px;
    }
@media screen and (max-width: 1199px) {
main .container {
    padding: 10px 20px;
    }
}

/* line 162, styles/_layout.scss */
main .container.empty {
    padding: 0 10px;
    }

/* line 169, styles/_layout.scss */
/* line 171, styles/_layout.scss */
/* line 174, styles/_layout.scss */
.slideshow + main > .container > h1:first-child,
.slideshow + main > div > .container:first-child > h1:first-child,
.slideshow + main > .container > .content > h1:first-child,
.slideshow + main > div > .container:first-child > .content > h1:first-child {
    bottom: 100%;
    color: #fff;
    margin-bottom: 40px;
    position: absolute;
    }

/* line 182, styles/_layout.scss */
.Main-Intranet-Page .slideshow + main > .container > h1:first-child,
.Main-Intranet-Page .slideshow + main > div > .container:first-child > h1:first-child,
.Main-Intranet-Page .slideshow + main > .container > .content > h1:first-child,
.Main-Intranet-Page .slideshow + main > div > .container:first-child > .content > h1:first-child {
    color: inherit;
    margin-bottom: auto;
    position: static;
    }

/* line 193, styles/_layout.scss */
.grey-box {
    background: #eff2f4;
    left: 50%;
    margin: 60px 0;
    position: relative;
    -webkit-transform: translateX(-46vw);
    -moz-transform: translateX(-46vw);
    -ms-transform: translateX(-46vw);
    transform: translateX(-46vw);
    width: 92vw;
    }
@media screen and (max-width: 1199px) {
.grey-box {
    margin: 20px 0;
    -webkit-transform: translateX(-50vw);
    -moz-transform: translateX(-50vw);
    -ms-transform: translateX(-50vw);
    transform: translateX(-50vw);
    width: 100vw;
    }
}

/* line 210, styles/_layout.scss */
.login-form-holder {
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    margin: auto;
    max-width: 400px;
    padding: 40px;
    }

/* line 219, styles/_layout.scss */
.bottom-content {
    background: #1c2933;
    color: #fff;
    font-size: 17px;
    position: relative;
    }

/* line 226, styles/_layout.scss */
.bottom-content:before {
    background: url(/resources/template/images/bottom-background.jpg) center no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 0;
    top: 0;
    }
@media screen and (max-width: 1199px) {
.bottom-content:before {
    display: none;
    }
}

/* line 243, styles/_layout.scss */
.bottom-content .container {
    -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;
    padding: 100px 10px;
    position: relative;
    }
@media screen and (max-width: 1199px) {
.bottom-content .container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    }
}

/* line 258, styles/_layout.scss */
.bottom-content section {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    }
@media screen and (max-width: 1199px) {
.bottom-content section {
    text-align: center;
    }
}

/* line 268, styles/_layout.scss */
.bottom-content section:first-child {
    padding-right: 180px;
    }
@media screen and (max-width: 1199px) {
.bottom-content section:first-child {
    padding: 0;
    }
}

/* line 278, styles/_layout.scss */
.bottom-content section:last-child {
    padding-left: 60px;
    padding-right: 60px;
    }
@media screen and (max-width: 1199px) {
.bottom-content section:last-child {
    padding: 0;
    }
}

/* line 290, styles/_layout.scss */
.bottom-content h2 {
    color: inherit;
    }

/* line 294, styles/_layout.scss */
.bottom-content h2:after {
    display: none;
    }

/* line 300, styles/_layout.scss */
.bottom-content p {
    margin: 30px 0;
    }

/* line 304, styles/_layout.scss */
.bottom-content p:last-child {
    margin-bottom: 0;
    }

/* line 310, styles/_layout.scss */
.bottom-content .button {
    background: #fff;
    color: #1c2933;
    }

/* line 212, styles/_functions.scss */
.bottom-content .button:hover,
.bottom-content .button:focus,
.bottom-content .button:active {
    background: #e6e6e6;
    }

/* line 322, styles/_layout.scss */
.visual-navigation {
    background: #1c2933;
    color: #fff;
    position: relative;
    }

/* line 330, styles/_layout.scss */
.visual-navigation .container {
    border-right: 1px solid #2e4352;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 125px;
    padding: 0;
    }
@media screen and (max-width: 1399px) {
.visual-navigation .container {
    margin: 20px 0;
    padding: 0;
    }
}

/* line 345, styles/_layout.scss */
.visual-navigation .container:before,
.visual-navigation .container:after {
    display: none;
    }

/* line 352, styles/_layout.scss */
.visual-navigation h3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 28px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding-right: 40px;
    }
@media screen and (min-width: 1881px) {
.visual-navigation h3 {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    min-width: 19.7%;
    padding-right: 0;
    }
}

@media screen and (max-width: 1399px) {
.visual-navigation h3 {
    border: 0;
    border-bottom: 1px solid #2e4352;
    margin: 40px 0 0;
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
    }
}

@media screen and (max-width: 799px) {
.visual-navigation h3 {
    border: 0;
    padding-right: 0;
    }
}

/* line 388, styles/_layout.scss */
@media screen and (max-width: 1399px) {
.visual-navigation h3:after {
    margin-left: auto;
    margin-right: auto;
    }
}

/* line 398, styles/_layout.scss */
.visual-navigation a {
    border: 1px solid #2e4352;
    border-width: 1px 0 0 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #eaf0f4;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    min-width: 16%;
    padding: 50px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    }
@media screen and (min-width: 1881px) {
.visual-navigation a {
    min-width: 19.7%;
    }
}

@media screen and (max-width: 1399px) {
.visual-navigation a {
    min-width: 33.3%;
    }
}

@media screen and (max-width: 799px) {
.visual-navigation a {
    min-width: 50%;
    padding: 10px;
    }
}

@media screen and (max-width: 499px) {
.visual-navigation a {
    min-width: 100%;
    }
}

/* line 212, styles/_functions.scss */
.visual-navigation a:hover,
.visual-navigation a:focus,
.visual-navigation a:active {
    background: rgba(245,127,32,.1);
    color: #f57f20;
    }

/* line 437, styles/_layout.scss */
.visual-navigation a:hover .icon,
.visual-navigation a:focus .icon,
.visual-navigation a:active .icon {
    -webkit-filter: saturate(100%);
    filter: saturate(100%);
    }

/* line 443, styles/_layout.scss */
.visual-navigation a .icon {
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-filter: saturate(0%);
    filter: saturate(0%);
    height: 71px;
    -webkit-transition: filter .3s;
    -moz-transition: filter .3s;
    transition: filter .3s;
    width: 71px;
    }

/* line 454, styles/_layout.scss */
.visual-navigation a .title {
    display: block;
    text-align: center;
    }

/* line 462, styles/_layout.scss */
footer {
    position: relative;
    }

/* line 466, styles/_layout.scss */
footer:before {
    background: #28323c;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 100%;
    }

/* line 478, styles/_layout.scss */
.footer {
    color: #97a1a8;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 17px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 70px 0;
    }
@media screen and (max-width: 1199px) {
.footer {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -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: 499px) {
.footer {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    }
}

/* line 498, styles/_layout.scss */
.footer > * {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    }

/* line 503, styles/_layout.scss */
.footer h4,
.footer a {
    color: #fff;
    }

/* line 509, styles/_layout.scss */
@media screen and (max-width: 1199px) {
.footer .office,
.footer .social {
    margin-bottom: 20px;
    text-align: center;
    width: 250px;
    }
}

/* line 520, styles/_layout.scss */
.footer .social-network {
    display: inline-block;
    margin-right: 5px;
    }

/* line 525, styles/_layout.scss */
.footer .social-network img {
    display: block;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    transition: transform .2s;
    }

/* line 212, styles/_functions.scss */
/* line 534, styles/_layout.scss */
.footer .social-network:hover img,
.footer .social-network:focus img,
.footer .social-network:active img {
    -webkit-transform: scale(.95) rotate(-5deg);
    -moz-transform: scale(.95) rotate(-5deg);
    -ms-transform: scale(.95) rotate(-5deg);
    transform: scale(.95) rotate(-5deg);
    }

/* line 542, styles/_layout.scss */
.sub-footer {
    color: #97a1a8;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 13px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
    }
@media screen and (max-width: 499px) {
.sub-footer {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
}

/* line 556, styles/_layout.scss */
.sub-footer a {
    color: inherit;
    }
@media screen and (min-width: 1024px) {
/* line 3, styles/_navigation.scss */
.main-navigation {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font: 300 17px/1.588 Montserrat,sans-serif;
    font-size: 16px;
    font-weight: 500;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    z-index: 7;
    }

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

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

/* line 31, styles/_navigation.scss */
.main-navigation li > a {
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
    }

/* line 35, styles/_navigation.scss */
.main-navigation li > a:after {
    background: #f57f20;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    -webkit-transition: height .2s;
    -moz-transition: height .2s;
    transition: height .2s;
    width: 100%;
    }

/* line 48, styles/_navigation.scss */
/* line 53, styles/_navigation.scss */
.main-navigation li:hover > a,
.main-navigation li:focus > a,
.main-navigation li:active > a,
.main-navigation li.sel > a {
    color: #f57f20;
    position: relative;
    text-decoration: none;
    }

/* line 59, styles/_navigation.scss */
.main-navigation li:hover > a:after,
.main-navigation li:focus > a:after,
.main-navigation li:active > a:after,
.main-navigation li.sel > a:after {
    height: 3px;
    }

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

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

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

/* line 105, styles/_navigation.scss */
.main-navigation li ul li a {
    height: auto;
    line-height: normal;
    padding: 10px;
    width: 100%;
    }

/* line 112, styles/_navigation.scss */
.main-navigation li ul li a:after {
    display: none;
    }

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

/* line 127, styles/_navigation.scss */
.main-navigation li.search {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    }

/* line 133, styles/_navigation.scss */
.main-navigation li.search .search-image {
    margin-top: 10px;
    padding: 10px;
    padding-bottom: 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    z-index: 2;
    }

/* line 142, styles/_navigation.scss */
.main-navigation li.search form {
    background: #fff;
    -webkit-box-shadow: 0 0 4px 1px rgba(28,41,51,.18);
    box-shadow: 0 0 4px 1px rgba(28,41,51,.18);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 37px;
    opacity: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    visibility: hidden;
    width: 254px;
    z-index: 1;
    }

/* line 158, styles/_navigation.scss */
.main-navigation li.search form input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #eaeff4;
    border: 0;
    border-bottom: 1px solid #f57f20;
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    font-size: 15px;
    font-weight: inherit;
    margin: 0;
    padding: 15px;
    width: 200px;
    }

/* line 174, styles/_navigation.scss */
.main-navigation li.search form input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f57f20;
    border: 0;
    border-bottom: 1px solid #f57f20;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding: 15px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    }

/* line 212, styles/_functions.scss */
.main-navigation li.search form input[type=submit]:hover,
.main-navigation li.search form input[type=submit]:focus,
.main-navigation li.search form input[type=submit]:active {
    background: #d8660a;
    border-color: #d8660a;
    }

/* line 198, styles/_navigation.scss */
/* line 203, styles/_navigation.scss */
.main-navigation li.search:hover:not(.clickable) .search-image,
.main-navigation li.search:focus:not(.clickable) .search-image,
.main-navigation li.search:active:not(.clickable) .search-image,
.main-navigation li.search.open .search-image {
    -webkit-box-shadow: 0 -3px 4px 1px rgba(28,41,51,.06),-2px -3px 4px 1px rgba(28,41,51,.06),2px -3px 4px 1px rgba(28,41,51,.06);
    box-shadow: 0 -3px 4px 1px rgba(28,41,51,.06),-2px -3px 4px 1px rgba(28,41,51,.06),2px -3px 4px 1px rgba(28,41,51,.06);
    position: relative;
    }

/* line 208, styles/_navigation.scss */
.main-navigation li.search:hover:not(.clickable) .search-image:after,
.main-navigation li.search:focus:not(.clickable) .search-image:after,
.main-navigation li.search:active:not(.clickable) .search-image:after,
.main-navigation li.search.open .search-image:after {
    background: #fff;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    }

/* line 220, styles/_navigation.scss */
.main-navigation li.search:hover:not(.clickable) form,
.main-navigation li.search:focus:not(.clickable) form,
.main-navigation li.search:active:not(.clickable) form,
.main-navigation li.search.open form {
    opacity: 1;
    visibility: visible;
    }
}

/* line 230, styles/_navigation.scss */
/* line 232, styles/_navigation.scss */
@media screen and (max-width: 1699px) {
.is-intranet .main-navigation {
    font-size: 14px;
    line-height: normal;
    }
}

@media screen and (max-width: 1599px) {
.main-navigation {
    height: 90px;
    }
}

@media screen and (max-width: 1199px) {
.main-navigation {
    font-size: 14px;
    }
}

/* line 251, styles/_navigation.scss */
@media screen and (max-width: 1199px) {
.main-navigation li a {
    padding-left: 10px;
    padding-right: 10px;
    }
}

@media screen and (max-width: 1023px) {
/* line 263, styles/_navigation.scss */
.main-navigation {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
    }

/* line 272, styles/_navigation.scss */
.main-navigation > ul {
    background: rgba(28,41,51,.9);
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0 !important;
    width: 100%;
    z-index: 10000;
    }

/* line 285, styles/_navigation.scss */
.main-navigation li {
    background-color: #d8660a;
    border-top: 1px solid #e77215;
    display: block;
    line-height: 40px;
    position: relative;
    text-align: left;
    width: 100%;
    }

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

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

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

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

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

/* line 331, styles/_navigation.scss */
.main-navigation li ul li a {
    line-height: 40px;
    padding: 0 2.5em;
    }

/* line 340, styles/_navigation.scss */
/* line 342, 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 346, 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 351, styles/_navigation.scss */
.main-navigation li.open ul {
    display: block;
    }

/* line 357, styles/_navigation.scss */
.main-navigation li.search {
    background: #d8660a;
    }

/* line 361, styles/_navigation.scss */
.main-navigation li.search .search-image {
    display: none;
    }

/* line 366, styles/_navigation.scss */
.main-navigation li.search form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 15px;
    }

/* line 371, styles/_navigation.scss */
.main-navigation li.search form input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #eaeff4;
    border: 0;
    border-radius: 0;
    color: inherit;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: inherit;
    font-size: 15px;
    font-weight: inherit;
    padding: 15px;
    }

/* line 385, styles/_navigation.scss */
.main-navigation li.search form input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f57f20;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    font-family: inherit;
    font-size: 15px;
    font-weight: normal;
    padding: 15px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    }

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

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

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

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

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

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

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

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

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

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

/* line 1, styles/_slideshow.scss */
.slideshow {
    overflow: hidden;
    position: relative;
    height: 552px;
    max-height: 552px;
    background: #fff;
    max-width: 100vw;
    }

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

/* line 35, styles/_slideshow.scss */
html.is-intranet .slideshow {
    height: 410px;
    max-height: 410px;
    }
@media screen and (max-width: 1023px) {
/* line 43, styles/_slideshow.scss */
.slideshow,
html.Main .slideshow {
    height: 400px;
    max-height: 400px;
    }
}

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

/* line 56, styles/_slideshow.scss */
.slideshow .slick-track {
    max-height: 100%;
    }

/* line 63, styles/_slideshow.scss */
.slideshow .slide {
    overflow: hidden;
    position: relative;
    height: 552px;
    margin: 0;
    padding: 0;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    }

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

/* line 82, styles/_slideshow.scss */
html.is-intranet .slideshow .slide {
    height: 410px;
    }

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

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

/* line 99, styles/_slideshow.scss */
.slideshow .slide.darkened:after {
    background: rgba(0,0,0,.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }

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

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

/* line 122, styles/_slideshow.scss */
.slideshow .slide .container {
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #1c2933;
    height: calc(100% - 160px);
    height: calc(100% - 160px);
    height: calc(100% - 160px);
    left: 0;
    margin: 0;
    margin-top: 160px;
    padding: 0 125px 0;
    position: absolute;
    text-align: left;
    text-transform: none;
    top: 0;
    width: 100%;
    }
@media screen and (max-width: 1599px) {
.slideshow .slide .container {
    height: calc(100% - 110px);
    height: calc(100% - 110px);
    height: calc(100% - 110px);
    }
}

@media screen and (max-width: 999px) {
.slideshow .slide .container {
    padding: 0;
    }
}

/* line 148, styles/_slideshow.scss */
.slideshow .slide .container .caption-content {
    color: #fff;
    max-width: 629px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    }
@media screen and (max-width: 999px) {
.slideshow .slide .container .caption-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 50%;
    padding: 0 10px 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    }
}

/* line 165, styles/_slideshow.scss */
.slideshow .slide .container .caption-content h1 {
    color: inherit;
    margin-bottom: 0;
    }

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

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

/* line 201, styles/_slideshow.scss */
/* line 216, 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(28,41,51,.1);
    text-indent: -9999px;
    cursor: pointer;
    }
@media screen and (max-width: 599px) {
.slideshow button.slick-arrow {
    display: none !important;
    }
}

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

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

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

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

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

/* line 278, 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 288, styles/_slideshow.scss */
.slideshow ul.slick-dots {
    padding: 0;
    }

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

/* line 305, styles/_slideshow.scss */
.slideshow ul.slick-dots li.sel {
    background: #f57f20;
    }

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

/* line 317, styles/_slideshow.scss */
.slick-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-top: 1px solid #1c2933;
    cursor: pointer;
    height: 17px;
    outline: none;
    margin-top: -9px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    top: 50%;
    width: 17px;
    }
@media screen and (max-width: 1431px) {
.slick-arrow {
    display: none !important;
    }
}

/* line 341, styles/_slideshow.scss */
.slick-prev {
    border-left: 1px solid #1c2933;
    margin-right: 40px;
    right: 100%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }

/* line 349, styles/_slideshow.scss */
.slick-next {
    border-right: 1px solid #1c2933;
    left: 100%;
    margin-left: 40px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    }

/* search results */
/* line 2, styles/page-types/_search.scss */
.search-results {
    border-top: 1px solid #f57f20;
    }

/* line 6, styles/page-types/_search.scss */
.search-results article {
    border-bottom: 1px solid #d9d9d7;
    }

/* line 13, styles/page-types/_search.scss */
.search-results h3 {
    margin: 0;
    }

/* line 18, styles/page-types/_search.scss */
.search-results p {
    line-height: initial;
    }

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

/* line 32, styles/page-types/_search.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 42, styles/page-types/_search.scss */
.search-results a:hover h3,
.search-results a:focus h3,
.search-results a:active h3 {
    color: inherit;
    text-decoration: underline;
    }

/* line 51, styles/page-types/_search.scss */
/* line 53, styles/page-types/_search.scss */
.sidebar.search-results img {
    float: none;
    margin: .5em 0;
    }

/* line 1, styles/page-types/_main.scss */
@supports (display: grid) {
@media screen and (min-width: 1001px) {
/* line 7, styles/page-types/_main.scss */
.introduction .container {
    display: grid;
    padding: 100px 10px;
    }

/* line 12, styles/page-types/_main.scss */
.introduction .container > * {
    grid-column: 2;
    }

/* line 17, styles/page-types/_main.scss */
.introduction .container h1 {
    border-right: 1px solid #f57f20;
    font-size: 40px;
    grid-column: 1;
    grid-row-start: 1;
    grid-row-end: 100;
    margin: 10px 90px 0 0;
    max-width: 440px;
    padding-right: 90px;
    text-align: right;
    }
}

}

/* line 34, styles/page-types/_main.scss */
/* line 36, styles/page-types/_main.scss */
.main-projects .container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1500px;
    position: relative;
    }
@media screen and (min-width: 1600px) {
.main-projects .container {
    padding-left: 90px;
    }
}

/* line 47, styles/page-types/_main.scss */
@media screen and (min-width: 1600px) {
.main-projects .container h2 {
    bottom: calc(100% - 50px);
    bottom: calc(100% - 50px);
    bottom: calc(100% - 50px);
    margin: 0;
    position: absolute;
    right: calc(100% - 50px);
    right: calc(100% - 50px);
    right: calc(100% - 50px);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    white-space: nowrap;
    }
}

/* line 60, styles/page-types/_main.scss */
.main-projects .container h2:after {
    display: none;
    }

/* line 67, styles/page-types/_main.scss */
.main-projects .buttons {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
    }
@media screen and (max-width: 639px) {
.main-projects .buttons {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
}

/* line 78, styles/page-types/_main.scss */
.main-projects .buttons .button {
    margin: 0 10px;
    text-align: center;
    }
@media screen and (max-width: 639px) {
.main-projects .buttons .button {
    margin: 0 0 10px;
    }
}

/* line 91, styles/page-types/_main.scss */
.meet-team {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(/resources/template/images/meet-team.jpg) center no-repeat;
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 17px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0;
    min-height: 516px;
    text-align: center;
    }

/* line 103, styles/page-types/_main.scss */
.meet-team .container {
    max-width: 610px;
    }

/* line 108, styles/page-types/_main.scss */
.meet-team h2 {
    color: inherit;
    font-size: 50px;
    margin-bottom: 30px;
    }

/* line 114, styles/page-types/_main.scss */
.meet-team h2:after {
    display: none;
    }

/* line 120, styles/page-types/_main.scss */
.meet-team .button {
    background: #fff;
    color: #1c2933;
    margin-top: 30px;
    }

/* line 212, styles/_functions.scss */
.meet-team .button:hover,
.meet-team .button:focus,
.meet-team .button:active {
    background: #e6e6e6;
    }

/* line 1, styles/page-types/_people.scss */
.team-header {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }

/* line 7, styles/page-types/_people.scss */
.team-header .filters {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }

/* line 12, styles/page-types/_people.scss */
.team-header .filters select {
    margin-left: 10px;
    }

/* line 19, styles/page-types/_people.scss */
.team-members {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: grid;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    grid-template-columns: repeat(auto-fill,minmax(285px,1fr));
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
@media screen and (max-width: 359px) {
.team-members {
    grid-template-columns: 100%;
    }
}

/* line 34, styles/page-types/_people.scss */
.team-members .team-member {
    margin-bottom: 20px;
    max-width: 300px;
    position: relative;
    text-decoration: none;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    }
@supports (display: grid) {
/* line 44, styles/page-types/_people.scss */
.team-members .team-member {
    margin-bottom: 0;
    max-width: none;
    }
}

/* line 52, styles/page-types/_people.scss */
.team-members .image-wrapper {
    display: block;
    padding: 10px;
    }

/* line 57, styles/page-types/_people.scss */
.team-members .image-wrapper img {
    display: block;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
    }

/* line 63, styles/page-types/_people.scss */
.team-members .image-wrapper .partial-thumbnail {
    border-radius: 1000px;
    height: auto !important;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    }

/* line 72, styles/page-types/_people.scss */
.team-members .image-wrapper .full-thumbnail {
    background-position: top;
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    }

/* line 88, styles/page-types/_people.scss */
.team-members .details {
    color: #1c2933;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    position: relative;
    }

/* line 97, styles/page-types/_people.scss */
.team-members h3 {
    color: inherit;
    font: 300 17px/1.588 Montserrat,sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    text-transform: none;
    }

/* line 106, styles/page-types/_people.scss */
.team-members h3:after {
    display: none;
    }

/* line 112, styles/page-types/_people.scss */
.team-members p.job-positions {
    margin-top: 0;
    }

/* line 117, styles/page-types/_people.scss */
/* line 212, styles/_functions.scss */
.team-members .team-member:hover,
.team-members .team-member:focus,
.team-members .team-member:active {
    z-index: 1;
    }

/* line 123, styles/page-types/_people.scss */
/* line 125, styles/page-types/_people.scss */
.team-members .team-member:hover .image-wrapper .partial-thumbnail,
.team-members .team-member:focus .image-wrapper .partial-thumbnail,
.team-members .team-member:active .image-wrapper .partial-thumbnail {
    opacity: 0;
    }

/* line 130, styles/page-types/_people.scss */
.team-members .team-member:hover .image-wrapper .full-thumbnail,
.team-members .team-member:focus .image-wrapper .full-thumbnail,
.team-members .team-member:active .image-wrapper .full-thumbnail {
    opacity: 1;
    }

/* line 135, styles/page-types/_people.scss */
.team-members .team-member:hover .image-wrapper:after,
.team-members .team-member:focus .image-wrapper:after,
.team-members .team-member:active .image-wrapper:after {
    opacity: 1;
    }

/* line 141, styles/page-types/_people.scss */
.team-members .team-member:hover .details,
.team-members .team-member:focus .details,
.team-members .team-member:active .details {
    background: rgba(28,41,51,.3);
    color: #fff;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }

/* line 151, styles/page-types/_people.scss */
/* line 155, styles/page-types/_people.scss */
.member-details .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    max-width: 1412px;
    }
@media screen and (max-width: 999px) {
.member-details .container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
}

/* line 168, styles/page-types/_people.scss */
.member-details .photo {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 40px;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }
@media screen and (max-width: 999px) {
.member-details .photo {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    margin-right: 0;
    }
}

/* line 182, styles/page-types/_people.scss */
.member-details .details {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }

/* line 188, styles/page-types/_people.scss */
.member-details h5 {
    margin-bottom: 0;
    }

/* line 192, styles/page-types/_people.scss */
.member-details h5 + h6 {
    margin-top: 0;
    }

/* line 1, styles/page-types/_contact.scss */
.offices {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }

/* line 7, styles/page-types/_contact.scss */
.offices .office {
    margin: 0 10px 10px;
    }

/* line 13, styles/page-types/_contact.scss */
.office-map {
    background: #eaf0f4 url(/resources/template/images/ajax-loader.gif) center no-repeat;
    -webkit-filter: saturate(0);
    filter: saturate(0);
    max-width: 100%;
    }

/* line 20, styles/page-types/_contact.scss */
.form-holder .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 17px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }

/* line 26, styles/page-types/_contact.scss */
.form-holder .container .form-wrapper {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }

/* line 32, styles/page-types/_contact.scss */
.form-holder .container .page-image {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    height: auto !important;
    margin-left: 35px;
    margin-right: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-top: 130px;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 50vw;
    }
@media screen and (max-width: 1099px) {
.form-holder .container .page-image {
    display: none;
    }
}

/* line 1, styles/page-types/_expertise.scss */
/* line 3, styles/page-types/_expertise.scss */
.expertise-fields .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }

/* line 9, styles/page-types/_expertise.scss */
.expertise-fields .container:before,
.expertise-fields .container:after {
    display: none;
    }

/* line 16, styles/page-types/_expertise.scss */
.expertise-fields .field {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 17px;
    margin-bottom: 75px;
    padding: 30px;
    width: 49%;
    }
@media screen and (max-width: 999px) {
.expertise-fields .field {
    width: 100%;
    }
}

/* line 31, styles/page-types/_expertise.scss */
/* line 33, styles/page-types/_expertise.scss */
.expertise-fields h3 .positioning {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }

/* line 40, styles/page-types/_expertise.scss */
.expertise-fields h3 .icon {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-filter: saturate(0) brightness(0);
    filter: saturate(0) brightness(0);
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 71px;
    width: 71px;
    }

/* line 50, styles/page-types/_expertise.scss */
.expertise-fields h3 .name {
    margin-right: 10px;
    }
@media screen and (max-width: 639px) {
.expertise-fields h3 .name {
    font-size: 28px;
    }
}

/* line 1, styles/page-types/_careers.scss */
.careers-holder {
    background: #eaf0f4;
    font-size: 17px;
    }

/* line 6, styles/page-types/_careers.scss */
.careers-holder .careers {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }

/* line 13, styles/page-types/_careers.scss */
.careers-holder .career {
    background: #fff;
    -webkit-box-shadow: 0 0 51px rgba(0,0,0,.07);
    box-shadow: 0 0 51px rgba(0,0,0,.07);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
    padding: 30px;
    width: calc(50% - 15px);
    width: calc(50% - 15px);
    width: calc(50% - 15px);
    }
@media screen and (max-width: 799px) {
.careers-holder .career {
    width: 100%;
    }
}

/* line 27, styles/page-types/_careers.scss */
.careers-holder .career h3 {
    font: 300 17px/1.588 Montserrat,sans-serif;
    font-size: inherit;
    font-weight: 600;
    margin: 0;
    text-transform: none;
    }

/* line 35, styles/page-types/_careers.scss */
.careers-holder .career h3:after {
    display: none;
    }

/* line 41, styles/page-types/_careers.scss */
.careers-holder .career p {
    margin: 0;
    }

/* line 47, styles/page-types/_careers.scss */
.careers-holder .individual-career {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
@media screen and (max-width: 799px) {
.careers-holder .individual-career {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
}

/* line 58, styles/page-types/_careers.scss */
.careers-holder .individual-career .details,
.careers-holder .individual-career .application {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 30px;
    width: calc(50% - 15px);
    width: calc(50% - 15px);
    width: calc(50% - 15px);
    }
@media screen and (max-width: 799px) {
.careers-holder .individual-career .details,
.careers-holder .individual-career .application {
    width: 100%;
    }
}

/* line 1, styles/page-types/_projects.scss */
.projects-holder {
    margin-top: 0;
    }

/* line 5, styles/page-types/_projects.scss */
.projects-holder .filter {
    margin-bottom: 30px;
    margin-top: -10px;
    }
@media screen and (max-width: 619px) {
.projects-holder .filter {
    text-align: center;
    }
}

/* line 15, styles/page-types/_projects.scss */
.projects-holder .filter a {
    background: #1c2933;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 8px;
    margin-right: 8px;
    min-width: 230px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    -webkit-transition: background .3s .05s,color .2s 0s;
    -moz-transition: background .3s .05s,color .2s 0s;
    transition: background .3s .05s,color .2s 0s;
    }
@media screen and (max-width: 619px) {
.projects-holder .filter a {
    display: block;
    margin: 0 auto 8px;
    }
}

/* line 37, styles/page-types/_projects.scss */
.projects-holder .filter a.sel,
.projects-holder .filter a:hover {
    background: #f57f20;
    color: #fff;
    -webkit-transition: background .2s 0s,color .3s .05s;
    -moz-transition: background .2s 0s,color .3s .05s;
    transition: background .2s 0s,color .3s .05s;
    }

/* line 48, styles/page-types/_projects.scss */
.project-grid {
    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;
    }

/* line 54, styles/page-types/_projects.scss */
.project-grid .project {
    background-color: #1c2933;
    background-position: center;
    background-size: cover;
    -webkit-filter: saturate(0);
    filter: saturate(0);
    margin-bottom: 20px;
    max-width: 100%;
    overflow: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: bottom;
    -moz-perspective-origin: bottom;
    perspective-origin: bottom;
    position: relative;
    -webkit-transition: filter .5s;
    -moz-transition: filter .5s;
    transition: filter .5s;
    width: 325px;
    }

/* line 69, styles/page-types/_projects.scss */
.project-grid .project .background {
    background-position: center;
    background-size: cover;
    display: block;
    padding-bottom: 100%;
    width: 100%;
    }

/* line 212, styles/_functions.scss */
.project-grid .project:hover,
.project-grid .project:focus,
.project-grid .project:active {
    -webkit-filter: saturate(1);
    filter: saturate(1);
    }

/* line 83, styles/page-types/_projects.scss */
.project-grid .project p {
    background: rgba(245,127,32,.8);
    bottom: 0;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    left: 0;
    margin: 0;
    padding: 10px 60px 10px 20px;
    position: absolute;
    right: 0;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    transition: transform .5s;
    }
@media (any-pointer: fine) {
.project-grid .project p {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    }
}

/* line 103, styles/page-types/_projects.scss */
.project-grid .project p:after {
    background: url(/resources/template/images/view-project.png) center no-repeat;
    bottom: 0;
    content: "";
    position: absolute;
    right: 17px;
    top: 0;
    width: 27px;
    }

/* line 212, styles/_functions.scss */
/* line 117, styles/page-types/_projects.scss */
.project-grid .project:hover p,
.project-grid .project:focus p,
.project-grid .project:active p {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }
@supports (display: grid) {
/* line 126, styles/page-types/_projects.scss */
.project-grid {
    display: grid;
    grid-auto-rows: 325px;
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    }

/* line 141, styles/page-types/_projects.scss */
.project-grid .project {
    background-image: var(--one-by-one,none);
    margin-bottom: 0;
    max-width: none;
    width: 100%;
    }

/* line 148, styles/page-types/_projects.scss */
.project-grid .project .background {
    background: none !important;
    display: none;
    }
@media screen and (max-width: 754px) {
.project-grid {
    grid-template-columns: 100%;
    }
}

@media screen and (min-width: 755px) and (max-width: 1114px) {
.project-grid {
    grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (min-width: 1115px) and (max-width: 1474px) {
.project-grid {
    grid-template-columns: repeat(3,1fr);
    }

/* line 169, styles/page-types/_projects.scss */
.project-grid .project.last-project {
    background-image: var(--one-by-one,none);
    grid-column: span 1;
    grid-row: span 1;
    }

/* line 176, styles/page-types/_projects.scss */
.project-grid .project-2,
.project-grid .project-7,
.project-grid.remain-1 .last-project-1,
.project-grid.remain-2 .last-project-1,
.project-grid.remain-4 .last-project-4,
.project-grid.remain-7 .last-project-2,
.project-grid.remain-7 .last-project-6 {
    background-image: var(--two-by-one,none);
    grid-column: span 2;
    }

/* line 188, styles/page-types/_projects.scss */
.project-grid .project-3,
.project-grid .project-5,
.project-grid.remain-4 .last-project-3,
.project-grid.remain-5 .last-project-3,
.project-grid.remain-7 .last-project-3,
.project-grid.remain-7 .last-project-4,
.project-grid.remain-7 .last-project-5 {
    background-image: var(--one-by-two,none);
    grid-row: span 2;
    }
}

@media screen and (min-width: 1475px) {
.project-grid {
    grid-template-columns: repeat(4,1fr);
    }

/* line 205, styles/page-types/_projects.scss */
.project-grid .project.last-project {
    background-image: var(--one-by-one,none);
    grid-column: span 1;
    grid-row: span 1;
    }

/* line 212, styles/page-types/_projects.scss */
.project-grid .project-2,
.project-grid .project-7,
.project-grid.remain-1 .last-project-1,
.project-grid.remain-2 .last-project-1,
.project-grid.remain-2 .last-project-2,
.project-grid.remain-3 .last-project-2,
.project-grid.remain-5 .last-project-2,
.project-grid.remain-5 .last-project-4,
.project-grid.remain-6 .last-project-5,
.project-grid.remain-7 .last-project-2,
.project-grid.remain-7 .last-project-3,
.project-grid.remain-7 .last-project-6 {
    background-image: var(--two-by-one,none);
    grid-column: span 2;
    }

/* line 229, styles/page-types/_projects.scss */
.project-grid .project-3,
.project-grid .project-4,
.project-grid.remain-5 .last-project-3,
.project-grid.remain-6 .last-project-4,
.project-grid.remain-7 .last-project-4,
.project-grid.remain-7 .last-project-5 {
    background-image: var(--one-by-two,none);
    grid-row: span 2;
    }
}

}

/* line 244, styles/page-types/_projects.scss */
.project-holder {
    background: #eaf0f4;
    font-size: 17px;
    }

/* line 249, styles/page-types/_projects.scss */
.project-holder .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
@media screen and (max-width: 999px) {
.project-holder .container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
}

/* line 260, styles/page-types/_projects.scss */
.project-holder .details {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 50px;
    width: 430px;
    }
@media screen and (max-width: 999px) {
.project-holder .details {
    margin-bottom: 40px;
    margin-right: 0;
    width: auto;
    }
}

/* line 274, styles/page-types/_projects.scss */
.project-holder .photos {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    }

/* line 280, styles/page-types/_projects.scss */
.project-holder .main img {
    height: auto !important;
    max-width: 100%;
    }

/* line 286, styles/page-types/_projects.scss */
.project-holder .thumbs {
    display: grid;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: repeat(auto-fill,minmax(180px,1fr));
    }
@media screen and (max-width: 499px) {
.project-holder .thumbs {
    grid-template-columns: 100%;
    text-align: center;
    }
}

/* line 299, styles/page-types/_projects.scss */
.project-holder .thumbs img {
    height: auto !important;
    width: 100%;
    }

/* line 306, styles/page-types/_projects.scss */
.project-holder .return {
    margin-top: 20px;
    text-align: right;
    }
@media screen and (max-width: 499px) {
.project-holder .return {
    text-align: center;
    }
}

/* line 1, styles/page-types/_single-form.scss */
.single-form-holder {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
@media screen and (max-width: 1099px) {
.single-form-holder {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
}

/* line 11, styles/page-types/_single-form.scss */
.single-form-holder form {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    }

/* line 16, styles/page-types/_single-form.scss */
.single-form-holder .content {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-left: 35px;
    max-width: 686px;
    }
@media screen and (max-width: 1099px) {
.single-form-holder .content {
    margin-left: 0;
    margin-top: 35px;
    max-width: none;
    }
}

/* line 29, styles/page-types/_single-form.scss */
.single-form-holder .content > p:first-child {
    margin-top: 8px;
    }

/* line 34, styles/page-types/_single-form.scss */
.single-form-holder .content img {
    height: auto !important;
    max-width: 100%;
    }

/* line 1, styles/page-types/_documents.scss */
main .documents-content {
    margin: 0;
    max-width: none;
    padding: 50px 125px;
    }
@media screen and (max-width: 1431px) {
main .documents-content {
    padding: 20px 10px;
    }
}

/* line 13, styles/page-types/_documents.scss */
/* line 17, styles/page-types/_documents.scss */
.documents-holder section {
    margin-top: 50px;
    }

/* line 23, styles/page-types/_documents.scss */
/* line 25, styles/page-types/_documents.scss */
.ordering p {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    }
@media screen and (max-width: 439px) {
.ordering p {
    display: block;
    }
}

/* line 37, styles/page-types/_documents.scss */
.ordering input[type=search],
.ordering select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #f57f20;
    font: inherit;
    margin-left: 10px;
    min-width: 280px;
    padding: 10px 15px;
    }
@media screen and (max-width: 439px) {
.ordering input[type=search],
.ordering select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-left: 0;
    margin-top: 10px;
    min-width: 0;
    width: 100%;
    }
}

/* line 60, styles/page-types/_documents.scss */
.ordering select {
    background: #fff url(/resources/template/images/documents-dropdown-arrow.png) right no-repeat;
    padding-right: 50px;
    }

/* line 67, styles/page-types/_documents.scss */
.documents {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    }

/* line 74, styles/page-types/_documents.scss */
.documents .document {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #1c2933;
    display: block;
    margin-bottom: 10px;
    max-width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    overflow: hidden;
    padding: 20px;
    padding-left: 70px;
    padding-right: 50px;
    position: relative;
    text-decoration: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
    width: 49%;
    }
@media screen and (max-width: 999px) {
.documents .document {
    width: 100%;
    }
}

/* line 212, styles/_functions.scss */
.documents .document:hover,
.documents .document:focus,
.documents .document:active {
    background-color: #f57f20;
    color: #fff;
    }

/* line 103, styles/page-types/_documents.scss */
.documents .document:hover:after,
.documents .document:focus:after,
.documents .document:active:after {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    }

/* line 108, styles/page-types/_documents.scss */
.documents .document:hover .file-icon,
.documents .document:focus .file-icon,
.documents .document:active .file-icon {
    -webkit-filter: saturate(0%);
    filter: saturate(0%);
    }

/* line 114, styles/page-types/_documents.scss */
.documents .document:after {
    background: url(/resources/template/images/download.png);
    content: "";
    height: 23px;
    margin-top: -11px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transition: filter .2s;
    -moz-transition: filter .2s;
    transition: filter .2s;
    width: 22px;
    }

/* line 127, styles/page-types/_documents.scss */
.documents .document .file-icon {
    height: 31px;
    margin-top: -16px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transition: filter .2s;
    -moz-transition: filter .2s;
    transition: filter .2s;
    width: 32px;
    }

/* line 1, styles/page-types/_professional-development.scss */
main .professional-development-content {
    margin: 0;
    max-width: none;
    padding: 50px 125px;
    }
@media screen and (max-width: 1431px) {
main .professional-development-content {
    padding: 20px 10px;
    }
}

/* line 13, styles/page-types/_professional-development.scss */
/* line 17, styles/page-types/_professional-development.scss */
.opportunities-holder .container {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
@media screen and (max-width: 999px) {
.opportunities-holder .container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
}

/* line 28, styles/page-types/_professional-development.scss */
.opportunities-holder .container:before,
.opportunities-holder .container:after {
    display: none;
    }

/* line 36, styles/page-types/_professional-development.scss */
.opportunities,
.interest {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 49%;
    }
@media screen and (max-width: 999px) {
.opportunities,
.interest {
    margin-bottom: 20px;
    width: 100%;
    }
}

/* line 49, styles/page-types/_professional-development.scss */
.opportunities .opportunity,
.interest {
    background: #fff;
    margin-bottom: 30px;
    padding: 40px;
    }

/* line 1, styles/page-types/_grid-sections.scss */
main .grid-sections-content {
    margin: 0;
    max-width: none;
    padding: 50px 125px;
    }
@media screen and (max-width: 1431px) {
main .grid-sections-content {
    padding: 20px 10px;
    }
}

/* line 13, styles/page-types/_grid-sections.scss */
/* line 18, styles/page-types/_grid-sections.scss */
.grid-sections {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: grid;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 45px;
    grid-template-columns: repeat(auto-fill,520px);
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
@media screen and (max-width: 599px) {
.grid-sections {
    display: block;
    }
}

/* line 32, styles/page-types/_grid-sections.scss */
.grid-sections:before,
.grid-sections:after {
    display: none;
    }

/* line 38, styles/page-types/_grid-sections.scss */
.grid-sections .grid-section {
    background: #fff;
    color: inherit;
    display: block;
    margin-bottom: 45px;
    max-width: 520px;
    text-decoration: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    }

/* line 49, styles/page-types/_grid-sections.scss */
/* line 212, styles/_functions.scss */
.grid-sections a.grid-section:hover,
.grid-sections a.grid-section:focus,
.grid-sections a.grid-section:active {
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.1);
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    }

/* line 58, styles/page-types/_grid-sections.scss */
.grid-sections .description {
    padding: 5px 60px 60px;
    position: relative;
    }

/* line 64, styles/page-types/_grid-sections.scss */
.grid-sections h3 {
    font: 300 17px/1.588 Montserrat,sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin-top: 30px;
    }

/* line 71, styles/page-types/_grid-sections.scss */
.grid-sections h3:after {
    display: none;
    }

/* line 77, styles/page-types/_grid-sections.scss */
.grid-sections img + .description h3 {
    background: #fff;
    bottom: 100%;
    left: 30px;
    margin: 0;
    padding: 20px 40px 20px 30px;
    position: absolute;
    right: 0;
    }

/* line 88, styles/page-types/_grid-sections.scss */
.grid-sections .date {
    color: #f57f20;
    margin: 0;
    }

/* line 93, styles/page-types/_grid-sections.scss */
.grid-sections .date + p {
    margin-top: 0;
    }

/* line 1, styles/page-types/_main-intranet-page.scss */
.main-intranet {
    background: none;
    }

/* line 7, styles/page-types/_main-intranet-page.scss */
.main-intranet .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
@media screen and (max-width: 1199px) {
.main-intranet .container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
}

/* line 17, styles/page-types/_main-intranet-page.scss */
.main-intranet .container:before,
.main-intranet .container:after {
    display: none;
    }

/* line 25, styles/page-types/_main-intranet-page.scss */
.upcoming-events-holder {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 25px 0;
    width: 32%;
    }
@media screen and (max-width: 1199px) {
.upcoming-events-holder {
    width: auto;
    }
}

/* line 37, styles/page-types/_main-intranet-page.scss */
.upcoming-events-holder h2 {
    margin: 0 10px 15px;
    }

/* line 42, styles/page-types/_main-intranet-page.scss */
.upcoming-events-holder .upcoming-events {
    border-bottom: 1px solid #eaeff4;
    margin: 0 -25px;
    }

/* line 47, styles/page-types/_main-intranet-page.scss */
.upcoming-events-holder .upcoming-events article {
    padding: 25px;
    }

/* line 51, styles/page-types/_main-intranet-page.scss */
.upcoming-events-holder .upcoming-events article:nth-child(2n-1) {
    background-color: #eaeff4;
    }

/* line 57, styles/page-types/_main-intranet-page.scss */
.upcoming-events-holder .upcoming-events h3 {
    font: 300 17px/1.588 Montserrat,sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    text-transform: none;
    }

/* line 65, styles/page-types/_main-intranet-page.scss */
.upcoming-events-holder .upcoming-events h3:after {
    display: none;
    }

/* line 71, styles/page-types/_main-intranet-page.scss */
.upcoming-events-holder .upcoming-events p {
    margin: 0;
    }

/* line 77, styles/page-types/_main-intranet-page.scss */
.upcoming-events-holder .view-all {
    display: block;
    margin: 0 -25px 0;
    padding: 20px 25px;
    }

/* line 83, styles/page-types/_main-intranet-page.scss */
.upcoming-events-holder .view-all:before {
    border: 1px solid #f57f20;
    border-width: 1px 1px 0 0;
    content: "";
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    width: 10px;
    }

/* line 1, styles/page-types/_double-forms.scss */
.double-forms {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
@media screen and (max-width: 999px) {
.double-forms {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
}

/* line 11, styles/page-types/_double-forms.scss */
.double-forms .form-holder {
    width: 49%;
    }
@media screen and (max-width: 999px) {
.double-forms .form-holder {
    width: auto;
    }
}

/* line 1, styles/page-types/_three-columns.scss */
@supports (column-span: all) {
/* line 5, styles/page-types/_three-columns.scss */
.Three-Columns .content:not(.login-form-holder) {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    }
@media screen and (max-width: 999px) {
.Three-Columns .content:not(.login-form-holder) {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    }
}

/* line 157, styles/_functions.scss */
.Three-Columns .content:not(.login-form-holder) h1,
.Three-Columns .content:not(.login-form-holder) h2,
.Three-Columns .content:not(.login-form-holder) h3,
.Three-Columns .content:not(.login-form-holder) h4,
.Three-Columns .content:not(.login-form-holder) h5,
.Three-Columns .content:not(.login-form-holder) h6 {
    break-after: avoid;
    }

/* line 18, styles/page-types/_three-columns.scss */
.Three-Columns .content:not(.login-form-holder) h1:first-child,
.Three-Columns .content:not(.login-form-holder) h2:first-child,
.Three-Columns .content:not(.login-form-holder) h3:first-child,
.Three-Columns .content:not(.login-form-holder) h4:first-child,
.Three-Columns .content:not(.login-form-holder) h5:first-child,
.Three-Columns .content:not(.login-form-holder) h6:first-child {
    margin-top: 0;
    }

/* line 24, styles/page-types/_three-columns.scss */
.Three-Columns .content:not(.login-form-holder) h1 {
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all;
    }

/* line 28, styles/page-types/_three-columns.scss */
/* line 157, styles/_functions.scss */
.Three-Columns .content:not(.login-form-holder) h1 + h1,
.Three-Columns .content:not(.login-form-holder) h1 + h2,
.Three-Columns .content:not(.login-form-holder) h1 + h3,
.Three-Columns .content:not(.login-form-holder) h1 + h4,
.Three-Columns .content:not(.login-form-holder) h1 + h5,
.Three-Columns .content:not(.login-form-holder) h1 + h6 {
    margin-top: 0;
    }

/* line 37, styles/page-types/_three-columns.scss */
.Three-Columns .content:not(.login-form-holder) ol {
    break-before: avoid;
    break-inside: avoid;
    }
}

/* blog */
/* line 2, styles/page-types/_blog.scss */
.article-summary {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 65px;
    }

/* line 8, styles/page-types/_blog.scss */
.article-summary .image {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    max-width: 45%;
    vertical-align: top;
    }
@media screen and (max-width: 999px) {
.article-summary .image {
    display: none;
    }
}

/* line 20, styles/page-types/_blog.scss */
.article-summary .image img {
    height: auto !important;
    max-width: 100%;
    }

/* line 27, styles/page-types/_blog.scss */
.article-summary .summary {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-left: 30px;
    vertical-align: top;
    padding: 0;
    }

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

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

/* line 58, styles/page-types/_blog.scss */
.blog-slideshow {
    background: #fff;
    position: relative;
    width: 66%;
    }

/* line 64, styles/page-types/_blog.scss */
.blog-holder .blog-slideshow {
    width: auto;
    }
@media screen and (max-width: 1199px) {
.blog-slideshow {
    margin-bottom: 30px;
    width: auto;
    }
}

/* line 75, styles/page-types/_blog.scss */
.blog-slideshow article {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
@media screen and (max-width: 799px) {
.blog-slideshow article {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
}

/* line 85, styles/page-types/_blog.scss */
.blog-slideshow article .description,
.blog-slideshow article .image {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    }
@media screen and (max-width: 799px) {
.blog-slideshow article .description,
.blog-slideshow article .image {
    width: 100%;
    }
}

/* line 97, styles/page-types/_blog.scss */
.blog-slideshow article .description {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 50px 50px 85px;
    width: auto;
    }
@media screen and (max-width: 799px) {
.blog-slideshow article .description {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    }
}

/* line 109, styles/page-types/_blog.scss */
.blog-slideshow article .image {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    max-width: 520px;
    }
@media screen and (max-width: 799px) {
.blog-slideshow article .image {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    }
}

/* line 119, styles/page-types/_blog.scss */
.blog-slideshow article .image img {
    display: block;
    height: auto !important;
    margin: 0;
    width: 100%;
    }

/* line 128, styles/page-types/_blog.scss */
.blog-slideshow article + article {
    display: none;
    }

/* line 134, styles/page-types/_blog.scss */
.blog-slideshow.slick-initialized .slick-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }

/* line 139, styles/page-types/_blog.scss */
.blog-slideshow .slick-dots {
    bottom: 40px;
    display: block;
    left: 50px;
    margin: 0;
    padding: 0;
    position: absolute;
    }

/* line 148, styles/page-types/_blog.scss */
.blog-slideshow .slick-dots li {
    background: #1c2933;
    border-radius: 50%;
    display: inline-block;
    height: 9px;
    margin-right: 9px;
    overflow: hidden;
    text-indent: -9999px;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    transition: background .2s;
    width: 9px;
    }

/* line 160, styles/page-types/_blog.scss */
.blog-slideshow .slick-dots li.slick-active {
    background: #f57f20;
    }

/* 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: 1431px) {
.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(28,41,51,.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(28,41,51,.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/page-types/_profiles.scss */
/* line 4, styles/page-types/_profiles.scss */
/* line 6, styles/page-types/_profiles.scss */
.profiles .cboxElement p {
    display: none;
    }

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

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

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

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

/* line 49, styles/page-types/_profiles.scss */
/* line 51, styles/page-types/_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/page-types/_profiles.scss */
.content-block.SimpleProfile-ProfileBlock .profiles span {
    display: inline-block;
    }

/* line 71, styles/page-types/_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/page-types/_profiles.scss */
.content-block.SimpleProfile-ProfileBlock img {
    height: auto;
    width: 100%;
    }

/** customer panel **/
/* line 2, styles/page-types/_user.scss */
fieldset.addressForm {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #eaf0f4;
    margin-top: 4px;
    padding: 5px;
    }

/* line 11, styles/page-types/_user.scss */
/* line 13, styles/page-types/_user.scss */
.addressForm label {
    display: block;
    float: left;
    margin-bottom: 4px;
    width: 49%;
    }
@media screen and (max-width: 1431px) {
.addressForm label {
    float: none;
    width: auto;
    }
}

/* line 26, styles/page-types/_user.scss */
.addressForm label:last-child {
    clear: both;
    float: none;
    width: 100%;
    }

/* line 33, styles/page-types/_user.scss */
.addressForm label span {
    display: block;
    margin-bottom: 4px;
    }

/* line 40, styles/page-types/_user.scss */
.addressForm input[type=text],
.addressForm textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d8660a;
    padding: 5px;
    width: 96%;
    background: #f0f0f0;
    }

/* line 50, styles/page-types/_user.scss */
.addressForm textarea {
    height: 70px;
    }

/* tinymce universal formatting */
/* line 2, styles/_tinymce.scss */
#tinymce {
    max-width: 1412px;
    padding: 10px;
    background: #fff;
    color: #1c2933;
    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 #eaf0f4;
    }

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

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

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