@import url(https://fonts.googleapis.com/css?family=Lora);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
/* compiled by scssphp v0.6.7 on Fri, 27 Apr 2018 08:49:57 +1200 (0.807s) */
/* line 315, styles/_functions.scss */
h1:after,
.content ul li:before,
.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,
.search-results article:before,
.slideshow:before,
.container:after,
.search-results article:after,
.slideshow:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    }

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

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

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

/* line 27, styles/_main.scss */
h1 {
    display: inline-block;
    padding-bottom: 3px;
    font-size: 33px;
    font-family: 'Lora',serif;
    font-weight: normal;
    border-bottom: 1px solid #555;
    }

/* line 36, styles/_main.scss */
h1:after {
    left: 0;
    right: 0;
    margin-top: 3px;
    z-index: -1;
    width: 100%;
    height: 1px;
    background: #d5d5d5;
    }

/* line 49, styles/_main.scss */
h2 {
    font-size: 28px;
    font-family: 'Lora',serif;
    }

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

/* line 60, styles/_main.scss */
h4 {
    font-size: 21px;
    color: #555;
    }

/* line 66, styles/_main.scss */
h5 {
    font-size: 17px;
    margin: 0;
    font-weight: normal;
    }

/* line 73, styles/_main.scss */
strong {
    font-weight: normal;
    color: #3a5b9f;
    }

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

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

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

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

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

/*** globally relevant styles ***/
/* line 112, styles/_main.scss */
.button {
    display: inline-block;
    border: none;
    padding: 11px 25px;
    background: #3a5b9f;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-size: 1em;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 250, styles/_main.scss */
.container {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
    padding: 0 10px;
    }
@media screen and (max-width: 1189px) {
.container {
    padding: 0 25px;
    }
}

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

/* line 270, styles/_main.scss */
body > header .site-header {
    position: relative;
    background: #000;
    }

/* line 275, styles/_main.scss */
body > header .site-header .header-contact {
    position: relative;
    top: 30px;
    float: right;
    }
@media screen and (max-width: 1189px) {
body > header .site-header .header-contact {
    float: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 15px;
    margin-bottom: 40px;
    }
}

/* line 290, styles/_main.scss */
body > header .site-header .header-contact > div {
    display: inline-block;
    vertical-align: top;
    }

/* line 296, styles/_main.scss */
body > header .site-header .header-contact .first {
    padding-right: 30px;
    border-right: 1px solid #323232;
    }

/* line 302, styles/_main.scss */
body > header .site-header .header-contact .last {
    padding-left: 20px;
    }

/* line 307, styles/_main.scss */
@media screen and (max-width: 1189px) {
body > header .site-header .header-contact .first,
body > header .site-header .header-contact .last {
    padding: 0;
    border-right: none;
    }
}

/* line 317, styles/_main.scss */
body > header .site-header .header-contact .grey {
    font-size: 17px;
    color: #9c9c9c;
    }
@media screen and (max-width: 1189px) {
body > header .site-header .header-contact .grey {
    display: none;
    }
}

/* line 328, styles/_main.scss */
body > header .site-header .header-contact a {
    color: #fff;
    font-size: 18px;
    }
@media screen and (max-width: 1189px) {
body > header .site-header .header-contact a {
    font-size: 14px;
    }
}

/* line 338, styles/_main.scss */
body > header .site-header .header-contact a:hover {
    color: #3a5b9f;
    text-decoration: none;
    }

/* line 347, styles/_main.scss */
body > header .logo {
    display: block;
    float: left;
    margin: 19px 0;
    }
@media screen and (max-width: 1189px) {
body > header .logo {
    max-width: 85%;
    margin-bottom: 30px;
    }
}

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

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

/* line 373, styles/_main.scss */
@media screen and (max-width: 1189px) {
.content-wrapper {
    padding: 0 25px;
    }
}

/* line 381, styles/_main.scss */
.content {
    position: relative;
    padding: 40px 0;
    }
@media screen and (max-width: 1189px) {
.content {
    padding: 20px 0;
    }
}

/* line 391, styles/_main.scss */
.content p,
.content ul {
    margin-top: 0;
    font-size: 15px;
    line-height: 26px;
    }

/* line 399, styles/_main.scss */
.content ul {
    margin: 0 auto;
    padding: 0;
    }

/* line 404, styles/_main.scss */
.content ul li {
    position: relative;
    list-style-type: none;
    padding-left: 10px;
    }

/* line 410, styles/_main.scss */
.content ul li:before {
    left: 0;
    top: 3px;
    width: 3px;
    height: 18px;
    background: #3a5b9f;
    }

/* line 423, styles/_main.scss */
.content-left,
.content-right {
    display: inline-block;
    vertical-align: top;
    width: 49.8%;
    }
@media screen and (max-width: 1189px) {
.content-left,
.content-right {
    width: 100%;
    }
}

/* line 435, styles/_main.scss */
.content-left {
    padding-right: 45px;
    }
@media screen and (max-width: 1189px) {
.content-left {
    padding: 0;
    }
}

/* line 444, styles/_main.scss */
.content-right {
    padding-left: 45px;
    }
@media screen and (max-width: 1189px) {
.content-right {
    padding: 0;
    }
}

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

/* line 466, 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 479, styles/_main.scss */
footer[role="banner"] {
    z-index: 0;
    background: #000;
    color: #b6b6b6;
    }

/* line 486, styles/_main.scss */
.site-footer .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 43px;
    padding-bottom: 20px;
    font-size: 14px;
    }
@media screen and (max-width: 1189px) {
.site-footer .container {
    display: block;
    text-align: center;
    }
}

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

/* line 506, styles/_main.scss */
.site-footer .container .footer-contact {
    margin-bottom: 20px;
    }

/* line 511, styles/_main.scss */
.site-footer .container img {
    margin-top: -24px;
    }
@media screen and (max-width: 1189px) {
.site-footer .container img {
    margin: auto;
    }
}

/* line 521, styles/_main.scss */
.site-footer .container a {
    color: inherit;
    }

/* line 525, styles/_main.scss */
.site-footer .container a:hover {
    color: #4e72be;
    text-decoration: none;
    }

/* line 533, styles/_main.scss */
.sub-footer {
    padding: 20px 0;
    font-size: 13px;
    border-top: 1px solid #4d4d4d;
    color: #5a5a5a;
    }
@media screen and (max-width: 599px) {
.sub-footer {
    text-align: center;
    }
}

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

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

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

/* line 571, styles/_main.scss */
.secure-payments img {
    margin-right: 18px;
    }

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

/* line 585, styles/_main.scss */
/* line 587, styles/_main.scss */
.content form .field-group {
    margin-bottom: 9px;
    text-align: left;
    }

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

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

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

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

/* line 622, styles/_main.scss */
.content form input[type=text],
.content form input[type=password],
.content form input[type=num],
.content form input[type=email],
.content form input[type=tel],
.content form select,
.content form textarea {
    font-family: inherit;
    font-size: 15px;
    width: 100%;
    padding: 20px 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-left: 3px solid #3a5b9f;
    background: #eaeaea;
    }

/* line 640, styles/_main.scss */
.content form textarea {
    height: 170px;
    }

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

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

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

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

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

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

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

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

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

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

/* line 721, styles/_main.scss */
.content form .field-UPLOAD label {
    display: inline-block;
    border: 1px solid #d1d1d1;
    margin-right: 10px;
    padding: 12px 20px 12px 50px;
    background: url(images/icon_upload.png) 15px center no-repeat;
    cursor: pointer;
    }

/* line 731, styles/_main.scss */
.content form .field-UPLOAD .field {
    display: inline-block;
    }

/* line 736, styles/_main.scss */
.content form .field-UPLOAD input {
    display: none;
    }

/* line 741, styles/_main.scss */
.content form .field-UPLOAD .uploaded {
    line-height: 32px;
    }

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

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

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

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

/* search results */
/* line 776, styles/_main.scss */
.search-results {
    border-top: 1px solid #555;
    padding-top: .5em;
    }

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

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

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

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

/* line 807, styles/_main.scss */
.search-results a {
    display: block;
    margin-bottom: .5em;
    color: inherit;
    }

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

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

/* line 826, styles/_main.scss */
/* line 828, 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: #f2f2f2;
    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: #555;
    color: #4e72be;
    }

/* line 43, styles/_jquery-ui.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border-color: #555;
    background: #3a5b9f;
    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: 1189px) {
.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 #3a5b9f;
    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;
    }
@media screen and (min-width: 1190px) {
/* line 3, styles/_navigation.scss */
.main-navigation-wrapper {
    background: rgba(255,255,255,.7);
    }

/* line 8, styles/_navigation.scss */
.main-navigation {
    position: relative;
    z-index: 7;
    padding: 0;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    }

/* line 17, styles/_navigation.scss */
.main-navigation > ul {
    margin: 0;
    max-width: 1190px;
    padding: 0;
    width: 100%;
    }

/* line 24, styles/_navigation.scss */
.main-navigation > ul > .contact {
    float: right;
    margin: 10px 0;
    }

/* line 29, styles/_navigation.scss */
.main-navigation > ul > .contact > a {
    padding: 10px 20px;
    border-radius: 3px;
    background: #3a5b9f;
    color: #fff;
    }

/* line 36, styles/_navigation.scss */
.main-navigation > ul > .contact > a:hover {
    background: #4e72be;
    }

/* line 44, styles/_navigation.scss */
.main-navigation li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0;
    padding: 0;
    }

/* line 212, styles/_functions.scss */
/* line 54, styles/_navigation.scss */
.main-navigation li:hover > a,
.main-navigation li:focus > a,
.main-navigation li:active > a {
    background: #000;
    color: #fff;
    text-decoration: none;
    }

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

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

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

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

/* line 107, styles/_navigation.scss */
.main-navigation .sel > a,
.main-navigation .sel .sel > a {
    background: #000;
    color: #fff;
    }

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

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

/* line 131, styles/_navigation.scss */
.main-navigation > ul {
    display: none;
    position: absolute;
    left: 0;
    z-index: 10000;
    margin: 0;
    padding: 0;
    width: 100%;
    background: rgba(255,255,255,.9);
    text-transform: uppercase;
    }

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

/* line 151, styles/_navigation.scss */
/* line 153, styles/_navigation.scss */
.main-navigation li.sel > a {
    color: #fff;
    background: #000;
    }

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

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

/* line 185, styles/_navigation.scss */
.main-navigation li ul li a {
    padding: 10px 40px;
    }

/* line 193, styles/_navigation.scss */
/* line 195, 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 199, 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 204, styles/_navigation.scss */
.main-navigation li.open ul {
    display: block;
    }

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

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

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

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

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

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

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

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

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

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

/* line 299, styles/_navigation.scss */
/* line 301, styles/_navigation.scss */
.sel .open-sub:before,
.sel .open-sub:after {
    background: #fff;
    }
}

/* line 1, styles/_team.scss */
.team {
    background: #f2f2f2;
    }
@media screen and (max-width: 1189px) {
.team {
    margin: 0 -25px;
    padding: 40px 25px;
    }
}

/* line 11, styles/_team.scss */
.team .summary {
    display: inline-block;
    vertical-align: top;
    position: relative;
    max-width: 281px;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 40px;
    }
@media screen and (max-width: 629px) {
.team .summary {
    display: block;
    margin: auto;
    margin-bottom: 40px;
    }
}

/* line 28, styles/_team.scss */
.team .summary:nth-child(4n) {
    margin-right: 0;
    }
@media screen and (max-width: 1189px) {
.team .summary:nth-child(4n) {
    margin-right: 10px;
    }
}

@media screen and (max-width: 629px) {
.team .summary:nth-child(4n) {
    margin-right: auto;
    }
}

/* line 43, styles/_team.scss */
@media screen and (max-width: 1189px) {
.team .summary:nth-child(3n) {
    margin-right: 0;
    }
}

@media screen and (max-width: 919px) {
.team .summary:nth-child(3n) {
    margin-right: 10px;
    }
}

@media screen and (max-width: 629px) {
.team .summary:nth-child(3n) {
    margin-right: auto;
    }
}

/* line 61, styles/_team.scss */
@media screen and (max-width: 919px) {
.team .summary:nth-child(2n) {
    margin-right: 0;
    }
}

@media screen and (max-width: 629px) {
.team .summary:nth-child(2n) {
    margin-right: auto;
    }
}

/* line 74, styles/_team.scss */
.team .summary h3 {
    font-weight: normal;
    margin: 0;
    margin-top: 10px;
    }

/* line 81, styles/_team.scss */
.team .summary p {
    margin: 0;
    }

/* line 86, styles/_team.scss */
.team .summary .title {
    color: #3a5b9f;
    margin: 0;
    margin-bottom: 9px;
    }

/* line 97, styles/_team.scss */
.team .team-thumbnail {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: calc(33% - 25px);
    max-width: calc(33% - 25px);
    max-width: calc(33% - 25px);
    width: 100%;
    margin-right: 25px;
    margin-bottom: 25px;
    background: #3a5b9f;
    }
@media screen and (max-width: 844px) {
.team .team-thumbnail {
    max-width: calc(50% - 25px);
    max-width: calc(50% - 25px);
    max-width: calc(50% - 25px);
    }
}

@media screen and (max-width: 569px) {
.team .team-thumbnail {
    display: block;
    max-width: 361px;
    margin: auto;
    margin-bottom: 25px;
    }
}

/* line 122, styles/_team.scss */
.team .team-thumbnail:nth-child(3n) {
    margin-right: 0;
    }
@media screen and (max-width: 844px) {
.team .team-thumbnail:nth-child(3n) {
    margin-right: 25px;
    }
}

@media screen and (max-width: 569px) {
.team .team-thumbnail:nth-child(3n) {
    margin-right: auto;
    }
}

/* line 137, styles/_team.scss */
@media screen and (max-width: 844px) {
.team .team-thumbnail:nth-child(2n) {
    margin-right: 0;
    }
}

@media screen and (max-width: 569px) {
.team .team-thumbnail:nth-child(2n) {
    margin-right: auto;
    }
}

/* line 150, styles/_team.scss */
/* line 152, styles/_team.scss */
.team .team-thumbnail:hover img {
    opacity: .2;
    }

/* line 157, styles/_team.scss */
.team .team-thumbnail:hover .hover {
    display: block;
    }

/* line 163, styles/_team.scss */
.team .team-thumbnail img {
    display: block;
    }

/* line 168, styles/_team.scss */
.team .team-thumbnail .hover {
    display: none;
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding: 0 15px;
    padding-top: 110px;
    background: url(images/icon_link.png) top center no-repeat;
    color: #fff;
    text-align: center;
    }

/* line 180, styles/_team.scss */
.team .team-thumbnail .hover h4 {
    font-size: 24px;
    margin-bottom: 8px;
    color: #fff;
    }

/* line 187, styles/_team.scss */
.team .team-thumbnail .hover p {
    font-size: 17px;
    margin: 0;
    }

/* line 197, styles/_team.scss */
.team-image {
    margin-bottom: 20px;
    }

/* line 202, styles/_team.scss */
.team-content {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 375px);
    max-width: calc(100% - 375px);
    max-width: calc(100% - 375px);
    padding-left: 20px;
    }
@media screen and (max-width: 1189px) {
.team-content {
    max-width: 100%;
    padding-left: 0;
    }
}

/* line 1, styles/_services.scss */
.services {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
@media screen and (max-width: 1189px) {
.services {
    display: block;
    }
}

/* line 12, styles/_services.scss */
.service {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    margin-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 570px;
    -webkit-flex-basis: 570px;
    flex-basis: 570px;
    width: 100%;
    padding: 15px;
    border: 1px solid #d5d5d5;
    }
@media screen and (max-width: 1189px) {
.service {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    }
}

/* line 32, styles/_services.scss */
.service:nth-child(2n) {
    margin-right: 0;
    }

/* line 37, styles/_services.scss */
.service h3 {
    font-weight: normal;
    }

/* line 42, styles/_services.scss */
.service ul li {
    padding-left: 10px;
    line-height: 20px;
    }

/* line 47, styles/_services.scss */
.service ul li:before {
    content: ".";
    font-size: 30px;
    top: -8px;
    background: transparent;
    }

/* line 1, styles/_slideshow.scss */
.slideshow {
    overflow: hidden;
    position: relative;
    top: -60px;
    margin-bottom: -60px;
    height: auto;
    background: #fff;
    }
@media screen and (max-width: 1189px) {
.slideshow {
    top: 0;
    margin: 0;
    }
}

@media screen and (max-width: 599px) {
.slideshow {
    height: 200px;
    }
}

/* line 39, styles/_slideshow.scss */
html.Main .slideshow {
    height: auto;
    }

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

/* line 52, styles/_slideshow.scss */
.slideshow .slide {
    overflow: hidden;
    position: relative;
    height: 386px;
    margin: 0;
    padding: 0;
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    }
@media screen and (max-width: 599px) {
.slideshow .slide {
    height: 200px;
    }
}

/* line 72, styles/_slideshow.scss */
html.Main .slideshow .slide {
    height: 681px;
    min-height: 530px;
    }
@media screen and (max-width: 1189px) {
html.Main .slideshow .slide {
    height: 52.2vw;
    }
}

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

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

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

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

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

/* line 125, styles/_slideshow.scss */
.slideshow .slide .container .caption-content {
    display: block;
    max-width: 515px;
    width: 100%;
    color: #fff;
    }
@media screen and (max-width: 1189px) {
.slideshow .slide .container .caption-content {
    padding: 0 25px;
    }
}

/* line 137, styles/_slideshow.scss */
.slideshow .slide .container .caption-content h2 {
    font-family: 'Lora',serif;
    font-size: 40px;
    }
@media screen and (max-width: 1189px) {
.slideshow .slide .container .caption-content h2 {
    font-size: 30px;
    }
}

/* line 148, styles/_slideshow.scss */
.slideshow .slide .container .caption-content .button {
    background: transparent;
    border: 1px solid #fff;
    font-size: 17px;
    border-radius: 0;
    padding: 14px 60px;
    text-transform: uppercase;
    }

/* line 157, styles/_slideshow.scss */
.slideshow .slide .container .caption-content .button:hover {
    color: #000;
    border-color: #000;
    }

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

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

/* line 194, styles/_slideshow.scss */
/* line 209, styles/_slideshow.scss */
.slideshow button.slick-arrow {
    overflow: hidden;
    position: absolute;
    top: 50%;
    z-index: 100;
    border: 1px solid #999;
    height: 60px;
    width: 60px;
    background: rgba(0,0,0,.1);
    text-indent: -9999px;
    cursor: pointer;
    }
@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: #555;
    }

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

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

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

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

/* line 271, 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 281, styles/_slideshow.scss */
.slideshow ul.slick-dots {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 20px;
    left: 30px;
    margin: 0;
    padding: 0;
    }

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

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

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

/* 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: 1189px) {
.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%;
    }

/** shopping cart (collapsible) **/
/*
 .cart-bg {
 display: block;
 margin: 0;
 padding: 40px 25px 40px;
 background: #f0f6f7 url('bg.jpg') left top repeat;
 }
 */
/* line 11, styles/_cart.scss */
.cart_options {
    border: 1px solid #d5d5d5;
    margin-bottom: 15px;
    background: #fff;
    }

/* line 17, styles/_cart.scss */
.cart_options h4 {
    border-bottom: 1px solid #d5d5d5;
    margin: 0;
    padding: 10px;
    background: #fff;
    font-size: 1em;
    font-weight: normal;
    }

/* line 27, styles/_cart.scss */
.cart_options p {
    margin: 0;
    padding: 10px 30px;
    background: #fff;
    }

/* line 35, styles/_cart.scss */
/* line 37, styles/_cart.scss */
.cart table {
    border-collapse: collapse;
    border: none;
    width: 100%;
    text-align: center;
    }

/* line 45, styles/_cart.scss */
.cart thead {
    border: 1px solid #d5d5d5;
    background: #fff;
    }
@media screen and (max-width: 599px) {
.cart thead {
    display: none;
    }
}

/* line 56, styles/_cart.scss */
.cart th {
    padding: 10px 5px;
    font-size: .875em;
    font-weight: normal;
    }

/* line 63, styles/_cart.scss */
@media screen and (max-width: 599px) {
.cart tr {
    display: block;
    max-width: 200px;
    }
}

/* line 72, styles/_cart.scss */
.cart tbody {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    background: #fff;
    font-size: .875em;
    }

/* line 80, styles/_cart.scss */
.cart td {
    vertical-align: middle;
    padding: 10px;
    }
@media screen and (max-width: 599px) {
.cart td {
    display: block;
    max-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    width: 200px;
    text-align: center;
    }
}

/* line 93, styles/_cart.scss */
/* line 95, styles/_cart.scss */
.cart td.image a {
    display: block;
    position: relative;
    border: 1px solid #555;
    border-radius: 3px;
    height: 105px;
    width: 105px;
    background: #fff;
    }
@media screen and (max-width: 599px) {
.cart td.image a {
    display: inline-block;
    }
}

/* line 111, styles/_cart.scss */
.cart td.image img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    margin: auto;
    max-height: 100px;
    max-width: 100px;
    }

/* line 126, styles/_cart.scss */
.cart td.name {
    font-size: 1.143em;
    text-align: left;
    }
@media screen and (max-width: 599px) {
.cart td.name {
    text-align: center;
    }
}

/* line 137, styles/_cart.scss */
.cart td.quantity input {
    padding: 10px;
    width: 1em;
    text-align: center;
    }

/* line 144, styles/_cart.scss */
.cart td.total {
    color: #555;
    font-weight: bold;
    }

/* line 150, styles/_cart.scss */
@media screen and (max-width: 599px) {
.cart td.remove:before {
    content: "Remove: ";
    }
}

/* line 158, styles/_cart.scss */
@media screen and (max-width: 599px) {
.cart td.quantity,
.cart td.price,
.cart td.total {
    display: inline;
    padding: 0;
    }
}

/* line 169, styles/_cart.scss */
/* line 171, styles/_cart.scss */
@media screen and (max-width: 599px) {
.cart td.price:before {
    content: " x ";
    }
}

/* line 179, styles/_cart.scss */
@media screen and (max-width: 599px) {
.cart td.price:after {
    content: " = ";
    }
}

/* line 189, styles/_cart.scss */
.cart tfoot {
    border-top: 1px solid #d5d5d5;
    }

/* line 193, styles/_cart.scss */
.cart tfoot td:last-child {
    text-align: right;
    }

/* line 199, styles/_cart.scss */
.cart span.total {
    font-weight: bold;
    }

/* line 203, styles/_cart.scss */
.cart span.total.value {
    color: #555;
    font-size: 1.123em;
    }

/* line 210, styles/_cart.scss */
.cart h2 {
    font-family: 'Roboto',sans-serif;
    font-size: 1em;
    }

/* line 216, styles/_cart.scss */
.cart h3 {
    margin: 0;
    color: #555;
    font-family: 'Roboto',sans-serif;
    }

/* line 223, styles/_cart.scss */
.cart input.selectAddress ~ span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    height: 1px;
    padding-top: 1px;
    }

/* line 232, styles/_cart.scss */
.cart input.selectAddress:checked ~ span {
    height: auto;
    }

/* line 237, styles/_cart.scss */
/* line 239, styles/_cart.scss */
.cart .login-form p {
    position: relative;
    }

/* line 244, styles/_cart.scss */
.cart .login-form label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    }

/* line 252, styles/_cart.scss */
.cart .login-form input[type=text],
.cart .login-form input[type=password] {
    display: block;
    width: 100%;
    }

/* line 260, styles/_cart.scss */
.cart .warning {
    color: #fd1a00;
    font-size: 2em;
    }

/* line 267, styles/_cart.scss */
form.checkout-options {
    float: left;
    width: 50%;
    }
@media screen and (max-width: 1189px) {
form.checkout-options {
    width: 100%;
    }
}

/* line 277, styles/_cart.scss */
form.checkout-options + .checkout-options {
    float: right;
    width: 45%;
    }
@media screen and (max-width: 1189px) {
form.checkout-options + .checkout-options {
    width: 100%;
    }
}

/* line 288, styles/_cart.scss */
form.checkout-options .button {
    margin-top: 0;
    margin-bottom: 0;
    }

/* line 295, styles/_cart.scss */
.button.poli {
    border: 0;
    height: 70px;
    min-width: 110px;
    padding: 0;
    width: 110px;
    background: url(images/poli.png) center center no-repeat;
    text-indent: -9999px;
    }

/* line 306, styles/_cart.scss */
.poli-block {
    display: inline-block;
    }

/* print order */
/* line 312, styles/_cart.scss */
/* line 314, styles/_cart.scss */
.print-order table {
    width: 100%;
    margin-bottom: 20px;
    }

/* line 320, styles/_cart.scss */
.print-order th,
.print-order td {
    vertical-align: top;
    }

/* line 326, styles/_cart.scss */
/* line 328, styles/_cart.scss */
.print-order thead tr:first-child > * {
    border-bottom: 1px solid #555;
    padding-bottom: 4px;
    }

/* line 334, styles/_cart.scss */
.print-order thead th:first-child {
    text-align: left;
    }

/* line 340, styles/_cart.scss */
.print-order .print-order tbody {
    padding: 4px 0;
    }

/* line 344, styles/_cart.scss */
.print-order .print-order tbody th {
    padding-bottom: 4px;
    font-weight: normal;
    }

/* line 351, styles/_cart.scss */
.print-order tfoot tr:first-child > * {
    border-top: 1px solid #555;
    padding-top: 4px;
    }

/* line 357, styles/_cart.scss */
/* line 360, styles/_cart.scss */
.print-order tbody th,
.print-order tfoot th {
    font-weight: normal;
    text-align: left;
    }

/* line 367, styles/_cart.scss */
/* line 370, styles/_cart.scss */
.print-order td + td,
.print-order tfoot td + td {
    text-align: center;
    }

/* line 374, styles/_cart.scss */
.print-order td + td + td,
.print-order tfoot td + td + td {
    text-align: right;
    }

/* line 381, styles/_cart.scss */
.print-order th:last-child {
    text-align: right;
    }

/* customers/orders */
/* line 388, styles/_cart.scss */
table.orders {
    border-collapse: collapse;
    width: 100%;
    }

/* line 394, styles/_cart.scss */
@media screen and (max-width: 1189px) {
.orders {
    display: block;
    }
}

/* line 401, styles/_cart.scss */
@media screen and (max-width: 1189px) {
.orders tbody tr {
    border-bottom: 1px solid #4e72be;
    }
}

/* line 409, styles/_cart.scss */
.orders th,
.orders td {
    vertical-align: top;
    padding: 4px;
    }

/* line 416, styles/_cart.scss */
@media screen and (max-width: 1189px) {
.orders th {
    display: none;
    }
}

/* line 424, styles/_cart.scss */
@media screen and (max-width: 1189px) {
.orders td {
    display: block;
    }
}

/* line 432, styles/_cart.scss */
.orders a {
    color: #3a5b9f;
    }

/* line 437, styles/_cart.scss */
.orders thead tr:first-child > * {
    border-bottom: 1px solid #555;
    text-indent: 0;
    }

/* line 443, styles/_cart.scss */
.orders tbody th {
    font-weight: normal;
    text-indent: 0;
    }

/* line 449, styles/_cart.scss */
.orders .ref {
    text-align: left;
    }

/* line 454, styles/_cart.scss */
.orders .price {
    text-align: right;
    }
@media screen and (max-width: 1189px) {
.orders .price {
    text-align: left;
    }
}

/* line 464, styles/_cart.scss */
.orders .link {
    width: 75px;
    text-align: right;
    }

/* line 471, styles/_cart.scss */
#hoverCart {
    overflow: auto;
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 100000;
    border-radius: 5px;
    max-height: 100%;
    max-height: calc(100% - 100px);
    max-height: calc(100% - 100px);
    max-height: calc(100% - 100px);
    padding: 15px;
    width: 200px;
    background-color: rgba(0,0,0,.8);
    background-color: #000\9;
    color: #fff;
    }

/* line 157, styles/_functions.scss */
#hoverCart h1,
#hoverCart h2,
#hoverCart h3,
#hoverCart h4,
#hoverCart h5,
#hoverCart h6 {
    border-bottom: 1px solid #fff;
    margin: 0 0 5px;
    padding-bottom: 3px;
    color: #fff;
    }

/* line 499, styles/_cart.scss */
#hoverCart a {
    color: #fff;
    }

/* line 504, styles/_cart.scss */
#hoverCart .items {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    padding-bottom: 5px;
    }

/* line 513, styles/_cart.scss */
#hoverCart .checkout {
    float: left;
    }

/* line 518, styles/_cart.scss */
#hoverCart .dismiss {
    display: block;
    float: right;
    text-align: right;
    }

/* line 525, styles/_cart.scss */
#hoverCart .row {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #fff;
    padding: 10px 0 5px;
    }

/* line 532, styles/_cart.scss */
#hoverCart .row .right {
    font-family: "Courier New",Courier,monospace;
    text-align: right;
    }

/* line 539, styles/_cart.scss */
#hoverCart .remove {
    display: block;
    font-size: 12px;
    }

/* tinymce universal formatting */
/* line 2, styles/_tinymce.scss */
#tinymce {
    max-width: 1170px;
    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 #555;
    }

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

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

/*# sourceMappingURL=data:application/json;base64,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O0NBT0E7Q0FFQTs7Ozs7O0NBT0E7Ozs7Ozs7OztDQVVBOzs7Ozs7Ozs7Ozs7Q0FXQTs7Ozs7Q0FJQTs7Ozs7Q0FRQTtDQUVBOzs7Ozs7OztDQUlBOzs7Ozs7OztDQUtBOzs7OztDQVFBOzs7Ozs7Ozs7O0NBU0E7Ozs7Ozs7Ozs7OztDQVNBOzs7OztDQUtBOzs7Ozs7O0NBT0E7Ozs7O0NBTUE7Ozs7Ozs7Q0FNQTs7Ozs7Ozs7O0NBTUE7Ozs7Ozs7O0NBUUE7Ozs7Ozs7Ozs7O0NBVUE7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBZ0JBOzs7Ozs7OztDQUtBO0NBRUE7Ozs7Ozs7Q0M1U0E7Ozs7Ozs7Ozs7O0NBVUE7Ozs7Ozs7Ozs7Ozs7Ozs7OztDQWlCQTs7Ozs7Ozs7Ozs7Ozs7OztDQWVBOzs7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBa0JBOzs7Ozs7Ozs7Ozs7O0NBYUE7Ozs7Ozs7Q0FPQTs7Ozs7Q0FLQTs7Ozs7OztDQVdBOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0F5QkE7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FlQTs7Ozs7Ozs7Ozs7OztDQWFBO0NBRUE7Ozs7O0NBS0E7Ozs7O0NBTUE7Ozs7O0NBS0E7Ozs7Ozs7Ozs7Ozs7Q0FZQTs7Ozs7OztDQU9BOzs7Ozs7Q0FVQTs7Ozs7Q0FLQTs7Ozs7Ozs7Ozs7Ozs7OztDQ3pNQTs7Ozs7Ozs7Ozs7Ozs7O0NBV0E7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztDQW9CQTs7Ozs7Q0FLQTs7Ozs7Q0FLQTs7Ozs7O0NBS0E7Ozs7Ozs7O0NDOUNBOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBc0NBOzs7OztDQU1BOzs7OztDQU9BOzs7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBb0JBOzs7Ozs7Ozs7OztDQVlBOzs7OztDQUtBOzs7Ozs7Q0FNQTs7Ozs7Q0FLQTs7Ozs7O0NBTUE7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztDQW1CQTs7Ozs7Ozs7Ozs7OztDQVlBOzs7Ozs7Ozs7OztDQVdBOzs7Ozs7Ozs7O0NBU0E7Ozs7OztDQWdCQTtDQUdBOzs7OztDQU1BOzs7OztDQVlBO0NBZUE7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Q1BHQTs7Ozs7OztDQUFBO0NPcUJBOzs7Ozs7OztDQU9BOzs7Ozs7Ozs7Ozs7Q0FZQTs7Ozs7Q0FLQTs7Ozs7Ozs7Ozs7Q0FTQTs7Ozs7Q0FLQTs7Ozs7Ozs7O0NBVUE7Ozs7Ozs7Ozs7O0NBVUE7Ozs7Ozs7Ozs7Ozs7Q0FhQTs7Ozs7O0NBTUE7Ozs7OztDQ25UQTtDQUVBOzs7Ozs7Ozs7Ozs7Ozs7Ozs7OztDQWVBOzs7OztDQUtBOzs7Ozs7Ozs7Ozs7O0NSMkxBO0NRXC9LQTs7Ozs7OztDQUtBOzs7Ozs7O0NBTUE7Ozs7O0NBS0E7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBZ0JBOzs7Ozs7Q0FNQTs7Ozs7Ozs7Ozs7Q0FhQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0N0RkE7Q0FFQTtDQUVBOzs7OztDQU9BO0NBRUE7Ozs7Ozs7O0NBUUE7Ozs7OztDQU9BOzs7Ozs7Ozs7O0NBU0E7Q0FFQTs7Ozs7Q0FRQTtDQUVBOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FXQTs7Ozs7Q0FTQTs7Ozs7Ozs7OztDVDZJQTs7Ozs7OztDUzlIQTs7Ozs7Ozs7Ozs7Ozs7O0NDM0VBOzs7Ozs7O0NBTUE7Ozs7Ozs7Ozs7Q0FVQTs7Ozs7OztDQVFBO0NBRUE7Ozs7Ozs7O0NBUUE7Ozs7Ozs7Ozs7O0NBV0E7Ozs7Ozs7Q0FPQTs7Ozs7Ozs7Q0FTQTs7Ozs7Ozs7Q0FRQTs7Ozs7Ozs7Ozs7Ozs7OztDQWFBO0NBRUE7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FnQkE7Ozs7Ozs7Ozs7Ozs7O0NBZUE7Ozs7Ozs7Ozs7O0NBV0E7Ozs7Ozs7Q0FPQTs7Ozs7O0NBTUE7Ozs7Ozs7Q0FRQTs7Ozs7Ozs7OztDQVdBO0NBRUE7Ozs7Ozs7Q0FRQTs7Ozs7OztDQVVBOzs7OztDQUlBOzs7OztDQU1BOzs7OztDQUlBOzs7Ozs7Q0FPQTs7Ozs7O0NBTUE7Ozs7Ozs7Q0FPQTs7Ozs7Ozs7Ozs7Q0FTQTs7Ozs7Q0FLQTtDQUVBOzs7OztDQUtBOzs7Ozs7OztDQVFBOzs7Ozs7O0NBUUE7Ozs7OztDQU9BOzs7Ozs7Ozs7OztDQVVBOzs7Ozs7Ozs7OztDQVdBOzs7Ozs7Q0FPQTs7Ozs7Ozs7Ozs7Q0FXQTs7Ozs7O0NBTUE7Q0FFQTs7Ozs7O0NBTUE7Ozs7OztDQU1BO0NBRUE7Ozs7OztDQU1BOzs7OztDQU1BOzs7OztDQUlBOzs7Ozs7Q0FPQTs7Ozs7O0NBTUE7Q0FHQTs7Ozs7OztDQU9BO0NBR0E7Ozs7OztDQUlBOzs7Ozs7Q0FPQTs7Ozs7O0NBT0E7Ozs7OztDQU1BOzs7Ozs7O0NBT0E7Ozs7Ozs7Q0FRQTs7Ozs7OztDQU9BOzs7Ozs7O0NBUUE7Ozs7Ozs7Q0FRQTs7Ozs7Q0FLQTs7Ozs7O0NBTUE7Ozs7OztDQU1BOzs7OztDQUtBOzs7Ozs7Ozs7O0NBVUE7Ozs7OztDQU9BOzs7Ozs7Ozs7Ozs7Ozs7Ozs7O0NWMVRBOzs7Ozs7Ozs7Ozs7O0NVc1ZBOzs7OztDQUtBOzs7Ozs7Ozs7Q0FTQTs7Ozs7Q0FLQTs7Ozs7OztDQU9BOzs7Ozs7OztDQU9BOzs7Ozs7Q0FPQTs7Ozs7OztDQ3poQkE7Ozs7Ozs7Ozs7Q0FTQTs7Ozs7Q0FLQTs7Ozs7Q0FLQTs7Ozs7O0NBTUEiLCJzb3VyY2VzIjpbInN0eWxlc1wvX2Z1bmN0aW9ucy5zY3NzIiwic3R5bGVzXC9fbWFpbi5zY3NzIiwic3R5bGVzXC9fanF1ZXJ5LXVpLnNjc3MiLCJzdHlsZXNcL19saWdodGJveC5zY3NzIiwic3R5bGVzXC9fbmF2aWdhdGlvbi5zY3NzIiwic3R5bGVzXC9fdGVhbS5zY3NzIiwic3R5bGVzXC9fc2VydmljZXMuc2NzcyIsInN0eWxlc1wvX3NsaWRlc2hvdy5zY3NzIiwic3R5bGVzXC9fZ2FsbGVyaWVzLnNjc3MiLCJzdHlsZXNcL19wcm9maWxlcy5zY3NzIiwic3R5bGVzXC9fY2FydC5zY3NzIiwic3R5bGVzXC9fdGlueW1jZS5zY3NzIl0sIm5hbWVzIjpbXSwiX3hfb3JnX2tvYWxhLWZyYW1ld29ya19sYXN0Ijp7InNvdXJjZSI6MTEsIm9yaWdpbmFsTGluZSI6MjYsIm9yaWdpbmFsQ29sdW1uIjoxLCJuYW1lIjowfX0= */
