@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,700);
/* compiled by scssphp v0.7.6 on Fri, 15 Jun 2018 04:14:50 +0000 (0.6457s) */
/* line 315, styles/_functions.scss */
.open-sub:before,
.open-sub:after,
button.slick-arrow:before {
    content: '';
    display: block;
    position: absolute;
    }

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

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

/* line 7, styles/_main.scss */
body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #2e3336;
    font-family: 'Roboto',sans-serif;
    font-size: 17px;
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    }

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

/* line 29, styles/_main.scss */
h1,
h2 {
    position: relative;
    padding-bottom: 15px;
    }

/* line 35, styles/_main.scss */
h1:after,
h2:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 38px;
    height: 2px;
    background: #0456a4;
    }

/* line 48, styles/_main.scss */
h1 {
    font-size: 40px;
    font-weight: 500;
    }
@media screen and (max-width: 599px) {
h1 {
    font-size: 24px;
    }
}

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

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

/* line 79, styles/_main.scss */
a {
    color: #428dd5;
    text-decoration: none;
    }

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

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

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

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

/*** globally relevant styles ***/
/* line 111, styles/_main.scss */
.button {
    display: inline-block;
    border: none;
    padding: 12px 30px;
    border-radius: 3px;
    background: #0456a4;
    color: #fff;
    font-family: 'Montserrat',sans-serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    }

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

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

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

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

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

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

/** End TinyMCE image/media styles */
/* line 176, styles/_main.scss */
.highlight {
    color: #2e3336;
    font-weight: bold;
    }

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1199px) {
.container {
    padding: 0 15px;
    }
}

/* line 271, styles/_main.scss */
body > header {
    z-index: 10;
    height: auto;
    }

/* line 276, styles/_main.scss */
body > header .site-header {
    position: relative;
    }
@media screen and (max-width: 1199px) {
body > header .site-header {
    border-top: 10px solid #0456a4;
    }
}

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

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

/* line 301, styles/_main.scss */
@media screen and (max-width: 1199px) {
body > header .branches {
    display: none;
    }
}

/* line 309, styles/_main.scss */
body > header .master-drainlayers {
    margin-left: 20px;
    }
@media screen and (max-width: 1199px) {
body > header .master-drainlayers {
    display: none;
    }
}

/* line 319, styles/_main.scss */
@media screen and (max-width: 1199px) {
body > header .logo-wrapper {
    max-width: 80%;
    }
}

/* line 327, styles/_main.scss */
body > header .logo {
    display: inline-block;
    }

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

/* line 338, styles/_main.scss */
.branch {
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
    }

/* line 344, styles/_main.scss */
.branch .name {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
    }

/* line 352, styles/_main.scss */
.branch a,
.branch .coming-soon {
    font-weight: bold;
    font-size: 24px;
    color: #0456a4;
    }

/* line 360, styles/_main.scss */
/* line 363, styles/_main.scss */
.branch a:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 4px;
    background: url(images/icon_phone.png) center no-repeat;
    }

/* line 373, styles/_main.scss */
.branch a:hover {
    text-decoration: none;
    -webkit-filter: brightness(.75);
    filter: brightness(.75);
    }

/* line 381, styles/_main.scss */
.social a {
    display: inline-block;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -10000px;
    text-align: left;
    }

/* line 392, styles/_main.scss */
.social a:hover {
    opacity: .8;
    }

/* line 397, styles/_main.scss */
.social a.facebook {
    background-image: url(images/icon_facebook.png);
    }

/* line 401, styles/_main.scss */
.social a.linked-in {
    background-image: url(images/icon_linkedin.png);
    }

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

/* line 414, styles/_main.scss */
.content {
    padding: 50px 0;
    }
@media screen and (max-width: 1199px) {
.content {
    padding: 40px 0;
    }
}

/* line 423, styles/_main.scss */
.content p,
.content ul,
.content ol {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 26px;
    }

/* line 432, styles/_main.scss */
.content ul,
.content ol {
    padding-left: 18px;
    }

/* line 439, styles/_main.scss */
.content-wrapper {
    position: relative;
    z-index: 10;
    margin: 70px auto;
    background: #2e3336;
    color: #fff;
    }
@media screen and (max-width: 1199px) {
.content-wrapper {
    margin: 0;
    padding: 0;
    }
}

/* line 453, styles/_main.scss */
.content-wrapper .content {
    padding-left: 40px;
    padding-right: 40px;
    }
@media screen and (max-width: 1199px) {
.content-wrapper .content {
    padding-left: 15px;
    padding-right: 15px;
    }
}

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

/* line 474, styles/_main.scss */
.content-wrapper.has-image:before,
.content-wrapper.has-image:after {
    display: none;
    }

/* line 480, styles/_main.scss */
.content-wrapper.has-image .content {
    width: 50%;
    }
@media screen and (max-width: 1199px) {
.content-wrapper.has-image .content {
    width: 100%;
    }
}

/* line 491, styles/_main.scss */
.content-wrapper .page-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    min-height: 572px;
    }
@media screen and (max-width: 1199px) {
.content-wrapper .page-image {
    width: 100%;
    min-height: 1px;
    }
}

/* line 505, styles/_main.scss */
@media screen and (max-width: 1199px) {
.content-wrapper .page-image:after {
    content: '';
    display: block;
    position: relative;
    padding-top: 85%;
    }
}

/* line 516, styles/_main.scss */
/* line 518, styles/_main.scss */
@media screen and (max-width: 1199px) {
.content-wrapper .page-image.has-map:after {
    display: none;
    }
}

/* line 526, styles/_main.scss */
.content-wrapper .page-image.has-map .map {
    height: 100%;
    }

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

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

/* line 558, styles/_main.scss */
.hasSidebar {
    float: right;
    width: calc(100% - 300px);
    width: calc(100% - 300px);
    width: calc(100% - 300px);
    }
@media screen and (max-width: 999px) {
.hasSidebar {
    float: none;
    margin-top: 30px;
    width: auto;
    }
}

/* line 571, styles/_main.scss */
/* line 573, styles/_main.scss */
.content .branches h3 {
    font-weight: 300;
    font-family: 'Roboto',sans-serif;
    margin: 0;
    }

/* line 580, styles/_main.scss */
.content .branches a {
    color: inherit;
    }

/* line 584, styles/_main.scss */
.content .branches a:hover {
    color: #0456a4;
    }

/* line 591, styles/_main.scss */
.page-section {
    background: url(images/background.jpg) top center no-repeat;
    background-size: cover;
    color: #fff;
    }
@media screen and (max-width: 1199px) {
.page-section {
    background-repeat: repeat-y;
    background-size: auto;
    }
}

/* line 603, styles/_main.scss */
.page-section h1:after,
.page-section h2:after {
    background: #fff;
    }

/* line 609, styles/_main.scss */
.page-section .content {
    padding-top: 65px;
    }
@media screen and (max-width: 1199px) {
.page-section .content {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    }
}

/* line 621, styles/_main.scss */
.page-section .bottom-content {
    padding-bottom: 0;
    }

/* line 626, styles/_main.scss */
.page-section .sub-pages {
    margin-top: 40px;
    }

/* line 631, styles/_main.scss */
.page-section .sub-page {
    display: inline-block;
    vertical-align: top;
    width: calc(33% - 20px);
    width: calc(33% - 20px);
    width: calc(33% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
    color: #fff;
    background: #2e3336;
    }
@media screen and (max-width: 1199px) {
.page-section .sub-page {
    width: calc(33% - 7px);
    width: calc(33% - 7px);
    width: calc(33% - 7px);
    margin-right: 10px;
    }
}

@media screen and (max-width: 799px) {
.page-section .sub-page {
    width: 100%;
    margin-right: 0;
    }
}

/* line 653, styles/_main.scss */
.page-section .sub-page:nth-child(3n) {
    margin-right: 0;
    }

/* line 658, styles/_main.scss */
.page-section .sub-page:hover {
    text-decoration: none;
    }

/* line 662, styles/_main.scss */
.page-section .sub-page:hover .name {
    color: #2e3336;
    background: #fff;
    }

/* line 667, styles/_main.scss */
.page-section .sub-page:hover .name:after {
    border-color: #2e3336;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    }

/* line 676, styles/_main.scss */
.page-section .sub-page .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    }

/* line 682, styles/_main.scss */
.page-section .sub-page .image:after {
    content: '';
    display: block;
    position: relative;
    padding-top: 66%;
    }

/* line 691, styles/_main.scss */
.page-section .sub-page .name {
    position: relative;
    padding: 16px 20px;
    padding-right: 45px;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif;
    font-weight: normal;
    }
@media screen and (max-width: 1199px) {
.page-section .sub-page .name {
    font-size: 17px;
    }
}

/* line 706, styles/_main.scss */
.page-section .sub-page .name:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    }

/* line 726, styles/_main.scss */
footer[role="banner"] {
    z-index: 0;
    }

/* line 731, styles/_main.scss */
.top-footer {
    padding: 75px 0;
    background: #edf0f3;
    }

/* line 736, styles/_main.scss */
.top-footer h3 {
    text-align: center;
    margin-bottom: 35px;
    }

/* line 742, styles/_main.scss */
.top-footer .logos {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
@media screen and (max-width: 1459px) {
.top-footer .logos {
    max-width: 177px;
    }
}

@media screen and (max-width: 1199px) {
.top-footer .logos {
    max-width: 100%;
    padding: 0 20px;
    }
}

/* line 760, styles/_main.scss */
/* line 762, styles/_main.scss */
@media screen and (max-width: 1199px) {
.top-footer .logos:not(.slick-initialized) .logo:nth-child(n + 4) {
    display: none;
    }
}

/* line 770, styles/_main.scss */
@media screen and (max-width: 619px) {
.top-footer .logos:not(.slick-initialized) .logo:nth-child(n + 2) {
    display: none;
    }
}

/* line 780, styles/_main.scss */
/* line 782, styles/_main.scss */
.top-footer .logos button.slick-arrow:before {
    border-top-color: #0456a4;
    border-left-color: #0456a4;
    }

/* line 788, styles/_main.scss */
.top-footer .logos button.slick-arrow.slick-prev {
    left: -15px;
    }

/* line 793, styles/_main.scss */
.top-footer .logos button.slick-arrow.slick-next {
    right: -15px;
    }

/* line 799, styles/_main.scss */
.top-footer .logos .logo {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    }
@media screen and (max-width: 1199px) {
.top-footer .logos .logo {
    height: 100%;
    }
}

/* line 811, styles/_main.scss */
.top-footer .logos .logo:first-child {
    margin-left: 0;
    }

/* line 815, styles/_main.scss */
.top-footer .logos .logo:last-child {
    margin-right: 0;
    }

/* line 823, styles/_main.scss */
.site-footer {
    padding: 85px 0;
    background: #0456a4;
    color: #fff;
    }
@media screen and (max-width: 1199px) {
.site-footer {
    padding: 55px 0;
    text-align: center;
    }
}

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

/* line 846, styles/_main.scss */
.site-footer .container:before,
.site-footer .container:after {
    display: none;
    }

/* line 853, styles/_main.scss */
.site-footer .footer-logo {
    vertical-align: top;
    margin-right: 30px;
    }
@media screen and (max-width: 1459px) {
.site-footer .footer-logo {
    margin-right: 15px;
    }
}

@media screen and (max-width: 599px) {
.site-footer .footer-logo {
    display: block;
    margin: auto;
    margin-bottom: 25px;
    max-width: 90%;
    }
}

/* line 872, styles/_main.scss */
@media screen and (max-width: 1199px) {
.site-footer .master-drainlayers {
    margin-bottom: 25px;
    }
}

/* line 880, styles/_main.scss */
.site-footer .branches {
    margin-top: 15px;
    }
@media screen and (max-width: 1199px) {
.site-footer .branches {
    margin-top: 0;
    }
}

/* line 890, styles/_main.scss */
.site-footer .branch {
    margin-left: 35px;
    }
@media screen and (max-width: 1459px) {
.site-footer .branch {
    margin-left: 25px;
    }
}

@media screen and (max-width: 1199px) {
.site-footer .branch {
    margin: 0 12px;
    margin-bottom: 25px;
    }
}

@media screen and (max-width: 599px) {
.site-footer .branch {
    display: block;
    margin-left: 0;
    margin-top: 0;
    }
}

/* line 912, styles/_main.scss */
.site-footer .branch a,
.site-footer .branch .coming-soon {
    color: #fff;
    }

/* line 918, styles/_main.scss */
/* line 920, styles/_main.scss */
.site-footer .branch a:before {
    -webkit-filter: grayscale(100%) brightness(10);
    filter: grayscale(100%) brightness(10);
    }

/* line 925, styles/_main.scss */
.site-footer .branch a:hover {
    opacity: .5;
    }

/* line 932, styles/_main.scss */
.site-footer .social-wrapper {
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
    }
@media screen and (max-width: 1199px) {
.site-footer .social-wrapper {
    margin-top: 0;
    }
}

/* line 944, styles/_main.scss */
.site-footer .social-wrapper .social {
    margin-top: 10px;
    text-align: right;
    }
@media screen and (max-width: 1199px) {
.site-footer .social-wrapper .social {
    text-align: center;
    }
}

/* line 954, styles/_main.scss */
@media screen and (max-width: 1199px) {
.site-footer .social-wrapper .social a {
    margin: 0 6px;
    }
}

/* line 961, styles/_main.scss */
.site-footer .social-wrapper .social a:hover {
    opacity: .5;
    }

/* line 970, styles/_main.scss */
.sub-footer {
    padding: 35px 0;
    font-size: 13px;
    line-height: 24px;
    background: #04529f;
    color: #428dd5;
    }
@media screen and (max-width: 599px) {
.sub-footer {
    padding: 25px 0;
    text-align: center;
    }
}

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

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

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

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

/* line 1024, styles/_main.scss */
/* line 1027, styles/_main.scss */
form:not(.custom-form).placeholders .field-group.field-RADIO span.error,
form:not(.custom-form).placeholders .field-group.field-CHECKBOXES span.error {
    margin-left: 10px;
    }

/* line 1034, styles/_main.scss */
form:not(.custom-form) .field-group {
    margin-bottom: 5px;
    text-align: left;
    }
@media screen and (max-width: 599px) {
form:not(.custom-form) .field-group {
    margin-bottom: 15px;
    }
}

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

/* line 1056, styles/_main.scss */
form:not(.custom-form) .label {
    display: inline-block;
    vertical-align: top;
    max-width: 90px;
    width: 100%;
    padding-right: 10px;
    margin-top: 12px;
    }
@media screen and (max-width: 599px) {
form:not(.custom-form) .label {
    max-width: 100%;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 5px;
    }
}

/* line 1075, styles/_main.scss */
form:not(.custom-form) .field {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 90px);
    width: calc(100% - 90px);
    width: calc(100% - 90px);
    }
@media screen and (max-width: 599px) {
form:not(.custom-form) .field {
    width: 100%;
    }
}

/* line 1087, styles/_main.scss */
form:not(.custom-form) .error {
    display: inline-block;
    color: #fd1a00;
    font-size: .8em;
    }

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

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

/* line 1119, styles/_main.scss */
/* line 1121, styles/_main.scss */
form:not(.custom-form) .field-group.field-RADIO .label,
form:not(.custom-form) .field-group.field-RADIO .field {
    display: inline-block;
    }

/* line 1131, styles/_main.scss */
form:not(.custom-form) .field-group.field-RADIO .field {
    padding: 10px 0;
    }

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

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

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

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

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

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

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

/* line 1196, styles/_main.scss */
form:not(.custom-form) p.btr-dateinput-calendar-header {
    margin: 0;
    line-height: 36px;
    }

/* line 1202, styles/_main.scss */
form:not(.custom-form) .btr-dateinput-calendar {
    z-index: 1000 !important;
    }

/* line 1207, styles/_main.scss */
form:not(.custom-form) .field-UPLOAD {
    overflow: hidden;
    padding-left: 90px;
    margin-top: 15px;
    margin-bottom: 15px;
    }
@media screen and (max-width: 599px) {
form:not(.custom-form) .field-UPLOAD {
    padding-left: 0;
    }
}

/* line 1219, styles/_main.scss */
form:not(.custom-form) .field-UPLOAD .label {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
    margin-top: 0;
    }

/* line 1227, styles/_main.scss */
form:not(.custom-form) .field-UPLOAD .field {
    position: relative;
    display: block;
    width: 100%;
    }

/* line 1234, styles/_main.scss */
form:not(.custom-form) .field-UPLOAD span.error {
    margin-left: 10px;
    }
@media screen and (max-width: 599px) {
form:not(.custom-form) .field-UPLOAD span.error {
    display: block;
    margin-left: 0;
    margin-top: 5px;
    }
}

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

/* line 1254, styles/_main.scss */
form:not(.custom-form) .field-UPLOAD .upload-button {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    width: auto;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    }

/* line 212, styles/_functions.scss */
form:not(.custom-form) .field-UPLOAD .upload-button:hover,
form:not(.custom-form) .field-UPLOAD .upload-button:focus,
form:not(.custom-form) .field-UPLOAD .upload-button:active {
    background: #0456a4;
    }

/* line 1283, styles/_main.scss */
form:not(.custom-form) .field-UPLOAD .upload-button:hover:after,
form:not(.custom-form) .field-UPLOAD .upload-button:focus:after,
form:not(.custom-form) .field-UPLOAD .upload-button:active:after {
    top: -10px;
    }

/* line 1290, styles/_main.scss */
form:not(.custom-form) .field-UPLOAD .uploaded {
    display: inline-block;
    margin-left: 20px;
    }

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

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

/* line 1310, styles/_main.scss */
form:not(.custom-form) .action {
    padding-left: 90px;
    }
@media screen and (max-width: 599px) {
form:not(.custom-form) .action {
    padding-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* jQueryUI overrides */
/* line 3, styles/_jquery-ui.scss */
.ui-widget {
    font-family: inherit;
    font-size: 1em;
    }

/* line 9, styles/_jquery-ui.scss */
.ui-helper-reset {
    font-size: 1em;
    }

/* line 14, styles/_jquery-ui.scss */
.ui-widget-content {
    background: transparent;
    }

/* line 19, styles/_jquery-ui.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border-color: #000;
    border-radius: 0;
    background: #55636b;
    color: #000;
    }

/* line 28, styles/_jquery-ui.scss */
.ui-state-default a,
.ui-widget-content .ui-state-default a,
.ui-widget-header .ui-state-default a {
    color: inherit;
    text-decoration: none;
    }

/* line 35, styles/_jquery-ui.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
    border-color: #2e3336;
    color: #033c72;
    }

/* line 43, styles/_jquery-ui.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border-color: #2e3336;
    background: #0456a4;
    color: #fff;
    }

/* line 51, styles/_jquery-ui.scss */
.ui-state-active a,
.ui-widget-content .ui-state-active a,
.ui-widget-header .ui-state-active a {
    text-decoration: none;
    }

/* line 57, styles/_jquery-ui.scss */
.ui-accordion-content {
    border-radius: 0;
    margin-bottom: 10px;
    font-size: .875em;
    }

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

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

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

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

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

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

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

/* line 104, styles/_jquery-ui.scss */
.tabs.ui-tabs > ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    }

/* line 112, styles/_jquery-ui.scss */
.ui-tabs .ui-tabs-nav {
    border: none;
    border-bottom: 2px solid #0456a4;
    border-radius: 0;
    padding: 0;
    background: none;
    }

/* line 121, styles/_jquery-ui.scss */
.ui-tabs .ui-tabs-panel {
    border-radius: 0;
    }
@media screen and (min-width: 1200px) {
/* line 3, styles/_navigation.scss */
.main-navigation-wrapper {
    background: rgba(4,86,164,1);
    }

/* line 7, styles/_navigation.scss */
.main-navigation-wrapper.over-slideshow {
    background: rgba(4,86,164,.8);
    }

/* line 13, styles/_navigation.scss */
.main-navigation {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 7;
    padding: 0;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
    }

/* line 27, styles/_navigation.scss */
.main-navigation:before,
.main-navigation:after {
    display: none;
    }

/* line 33, styles/_navigation.scss */
.main-navigation > ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    max-width: 1420px;
    padding: 0;
    width: 100%;
    max-width: calc(100% - 90px);
    max-width: calc(100% - 90px);
    max-width: calc(100% - 90px);
    }

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

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

/* line 58, styles/_navigation.scss */
.main-navigation li a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 25px 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    }

/* line 70, styles/_navigation.scss */
.main-navigation li ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    min-width: 220px;
    padding: 5px 0;
    background: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
    }

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

/* line 95, styles/_navigation.scss */
.main-navigation li ul li a {
    padding: 11px 15px;
    width: 100%;
    line-height: normal;
    color: #2e3336;
    text-align: left;
    }

/* line 106, styles/_navigation.scss */
.main-navigation .sel > a:after,
.main-navigation li:hover > a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    }

/* line 119, styles/_navigation.scss */
.main-navigation .sel .sel > a,
.main-navigation li li:hover > a {
    background: #0456a4;
    color: #fff;
    }

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

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

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

/* line 149, styles/_navigation.scss */
.main-navigation-wrapper .social {
    margin-top: 20px;
    }

/* line 153, styles/_navigation.scss */
.main-navigation-wrapper .social a {
    margin-left: 0;
    margin-right: 10px;
    }

/* line 161, styles/_navigation.scss */
.main-navigation {
    display: none;
    position: absolute;
    width: 100%;
    padding: 20px 25px;
    background: #0456a4;
    text-transform: uppercase;
    font-weight: normal;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 325, 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;
    background: #fff;
    margin-top: -68px;
    margin-bottom: -170px;
    }
@media screen and (max-width: 1459px) {
.slideshow {
    margin-bottom: -110px;
    }
}

@media screen and (max-width: 1199px) {
.slideshow {
    margin: 0;
    }
}

/* line 24, styles/_slideshow.scss */
.Mainpage-Section .slideshow {
    margin-bottom: 0;
    }

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

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

/* line 50, styles/_slideshow.scss */
.slideshow .slide:after {
    content: '';
    position: relative;
    display: block;
    padding-top: 30%;
    }
@media screen and (max-width: 1199px) {
.slideshow .slide:after {
    padding-top: 50%;
    }
}

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

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

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

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

/* line 86, styles/_slideshow.scss */
.slideshow .slide .container {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background: transparent;
    color: #000;
    text-align: left;
    text-transform: none;
    }

/* line 98, styles/_slideshow.scss */
.slideshow .slide .container .caption-content {
    display: block;
    font: normal 2.5em 'Montserrat',sans-serif;
    }

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

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

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

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

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

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

/* line 184, styles/_slideshow.scss */
button.slick-arrow {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    border: none;
    height: 60px;
    width: 60px;
    background: transparent;
    text-indent: -9999px;
    cursor: pointer;
    outline: none;
    }

/* line 209, styles/_slideshow.scss */
button.slick-arrow:hover {
    opacity: .8;
    }

/* line 214, styles/_slideshow.scss */
button.slick-arrow:before {
    top: calc(60px / 3);
    top: calc(60px / 3);
    top: calc(60px / 3);
    border: 2px solid transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    height: 18px;
    width: 18px;
    }

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

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

/* line 245, styles/_slideshow.scss */
button.slick-arrow.slick-next:before {
    right: 24px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    }

/* 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: 1199px) {
.gallery a {
    max-width: calc(33.3% - 3px);
    max-width: calc(33.3% - 3px);
    max-width: calc(33.3% - 3px);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 11, styles/_tinymce.scss */
#tinymce p {
    margin: 0 0 1em;
    }

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

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

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

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