/* compiled by scssphp v0.6.5 on Wed, 28 Feb 2018 15:25:00 +1300 (1.0299s) */

@import "https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700|Roboto:300,300i,400,400i,700,700i";
/* line 286, styles/_functions.scss */
body > header:after, .content ul li:before, .content-block a .block-content:after, .search-results article.Blog a .block-content:after, .slideshow button.slick-arrow:before {
  content: '';
  display: block;
  position: absolute; }
/* line 296, styles/_functions.scss */
/* line 298, styles/_functions.scss */
  .content:before, main > *:before, .search-results article:before, .search-results a:before, .slideshow:before, .gallery ul:before, .content:after, main > *:after, .search-results article:after, .search-results a:after, .slideshow:after, .gallery ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden; }
/*** element styles ***/
/* line 2, styles/_main.scss */
* {
  box-sizing: border-box; }
/* line 4, styles/_main.scss */
body {
  background: #fff;
  color: #2c3840;
  font: normal 1em/1.3 'Roboto', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0; }
/* line 16, styles/_main.scss */
p, div, h1, h2, h3 {
  margin: 0;
  padding: 0;
  position: relative; }
/* line 127, styles/_functions.scss */
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font: normal 1em 'Montserrat', sans-serif;
  margin: 0 0 1em 0; }
/* line 34, styles/_main.scss */
h1 {
  font-size: 40px;
  margin-bottom: 15px; }
/* line 40, styles/_main.scss */
h2 {
  font-size: 32px;
  margin-top: 35px; }
/* line 46, styles/_main.scss */
h3 {
  font-size: 24px;
  margin-bottom: 10px; }
/* line 52, styles/_main.scss */
a {
  color: #099; }
/* line 182, styles/_functions.scss */
a:link, a:visited {
  text-decoration: none; }
/* line 195, styles/_functions.scss */
a:hover, a:focus, a:active {
  color: #099;
  text-decoration: underline; }
/* line 66, styles/_main.scss */
a img {
  border: none; }
/* line 72, styles/_main.scss */
@media screen and (max-width: 809px) {
    img {
      height: auto;
      max-width: 100%; } }
/* line 81, styles/_main.scss */
/* line 84, styles/_main.scss */

input:disabled, textarea:disabled {
  opacity: 0.5; }
/*** globally relevant styles ***/
/* line 91, styles/_main.scss */
.button {
  display: inline-block;
  margin: 0;
  min-width: 280px;
  padding: 0 10px;
  border: none;
  border-radius: 2px;
  background: #51c3ed;
  color: #fff;
  font: normal 24px/2.5em Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  cursor: pointer; }
/* line 195, styles/_functions.scss */
.button:hover, .button:focus, .button:active {
  background: #099;
  color: #fff;
  text-decoration: none; }
/* line 118, styles/_main.scss */
.highlight {
  color: #099;
  font-weight: bold; }
/* line 124, styles/_main.scss */
.pagination {
  text-align: center; }
/* line 128, styles/_main.scss */
.pagination > * {
  display: inline-block;
  padding: 0 10px;
  color: inherit;
  height: 35px;
  line-height: 35px;
  min-width: 35px;
  pause-after: medium; }
/* line 195, styles/_functions.scss */
.pagination > *:hover, .pagination > *:focus, .pagination > *:active {
  text-decoration: none; }
/* line 146, styles/_main.scss */
.pagination .current {
  color: #fff;
  background: #099; }
/* line 152, styles/_main.scss */
.pagination .prev, .pagination .next {
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  width: 9px;
  text-indent: -10000000px;
  background-position: center center;
  background-repeat: no-repeat; }
/* line 164, styles/_main.scss */
.pagination .prev {
  background-image: url('images/arrow_left.png'); }
/* line 169, styles/_main.scss */
.pagination .next {
  background-image: url('images/arrow_right.png'); }
/* line 175, styles/_main.scss */
.struct {
  display: none; }

@media screen and (max-width: 809px) {
  /* line 182, styles/_main.scss */
    .mobile-hide {
      display: none; } }
/* float clearing usually applied to <br /> sometimes div or span  */
/* DEPRECATED use @extend clearfix */
/* line 190, styles/_main.scss */
.clear {
  clear: both;
  content: "";
  display: block;
  height: 1px;
  overflow: hidden;
  width: 99%; }
/*** section styles ***/
/* line 201, styles/_main.scss */
body > [role=banner], main {
  margin: 0 auto;
  position: relative;
  width: 100%; }
/* line 209, styles/_main.scss */
.container {
  margin: 0 auto;
  width: 100%; }

@media screen and (min-width: 1171px) {
    .container {
      width: 1170px; } }

@media screen and (max-width: 1169px) {
    .container {
      width: auto;
      padding: 0 20px; } }
/* line 226, styles/_main.scss */
body > header {
  background: #fff;
  height: auto;
  z-index: 10; }

@media screen and (max-width: 809px) {
    body > header {
      min-height: 0; } }
/* line 237, styles/_main.scss */
body > header:after {
  height: 6px;
  width: 100%;
  bottom: -6px;
  left: 0;
  background: rgba(22, 27, 32, 0.15); }
/* line 247, styles/_main.scss */
body > header .header-top {
  background: #099;
  text-align: right;
  font-size: 15px; }

@media screen and (max-width: 1169px) {
      body > header .header-top {
        text-align: left; } }
/* line 258, styles/_main.scss */
body > header .header-top a {
  display: inline-block;
  padding: 15px 10px;
  padding-left: 40px;
  color: #fff;
  border-left: 1px solid #007474;
  background-position: 13px center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1169px) {
      body > header .header-top a {
        border: none; } }
  @media screen and (max-width: 809px) {
      body > header .header-top a {
        padding: 15px 0;
        padding-left: 25px;
        background-position: 0 center; } }
/* line 280, styles/_main.scss */
body > header .header-top a:last-child {
  border-right: 1px solid #007474; }
  @media screen and (max-width: 1169px) {
        body > header .header-top a:last-child {
          border: none; } }
/* line 290, styles/_main.scss */
body > header .header-top a.book {
  background-image: url('images/icon_speech.png'); }
  @media screen and (max-width: 1169px) {
        body > header .header-top a.book {
          float: right; } }
/* line 300, styles/_main.scss */
body > header .header-top a.tel {
  background-image: url('images/icon_phone_white.png');
  background-position: 13px 42%; }
  @media screen and (max-width: 809px) {
        body > header .header-top a.tel {
          background-position: 0 42%; } }
/* line 313, styles/_main.scss */
body > header .site-header {
  height: 110px;
  position: relative; }

@media screen and (max-width: 809px) {
      body > header .site-header {
        min-height: 0; } }
/* line 324, styles/_main.scss */
body > header .logo {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }

@media screen and (max-width: 1169px) {
      body > header .logo {
        left: 20px; } }
/* line 342, styles/_main.scss */
main {
  z-index: 5; }
/* line 347, styles/_main.scss */
.content {
  padding: 40px 0; }
/* line 353, styles/_main.scss */
.content p {
  margin: 0 0 1.3em 0; }

@media screen and (max-width: 1169px) {
    .content {
      padding: 30px 0; } }


/* line 367, styles/_main.scss */
.content .content-left {
  max-width: 550px;
  width: 100%;
  float: left; }

@media screen and (max-width: 1169px) {
      .content .content-left {
        float: none;
        max-width: 100%; } }
/* line 379, styles/_main.scss */
.content .content-right {
  max-width: 550px;
  width: 100%;
  float: right; }

@media screen and (max-width: 1169px) {
      .content .content-right {
        float: none;
        max-width: 100%; } }
/* line 392, styles/_main.scss */
.content ul {
  padding: 0; }
/* line 396, styles/_main.scss */
.content ul li {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  line-height: 26px; }
/* line 405, styles/_main.scss */
.content ul li:before {
  height: 4px;
  width: 4px;
  left: 0;
  top: 10px;
  background: #099;
  border-radius: 50px; }
/* line 419, styles/_main.scss */
.staff {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-right: 40px;
  margin-bottom: 20px;
  border: 1px solid #ccc; }

@media screen and (max-width: 1169px) {
    .staff {
      max-width: 100%;
      margin-bottom: 10px; } }
/* line 437, styles/_main.scss */
.staff img {
  width: 20%;
  max-width: 220px;
  float: left;
  margin-right: 20px; }

@media screen and (max-width: 809px) {
      .staff img {
        float: none;
        margin: 0; } }
/* line 451, styles/_main.scss */
.staff div {
  float: left;
  width: 78%; }

@media screen and (max-width: 1169px) {
      .staff div {
        max-width: 100%;
        float: none; } }
/* line 463, styles/_main.scss */
.staff div h3 {
  margin-top: 10px; }
/* line 468, styles/_main.scss */
.staff div p {
  margin: 0; }
/* line 475, styles/_main.scss */
/* line 479, styles/_main.scss */

.fees .fee {
  overflow: hidden;
  padding: 20px;
  padding-right: 40px;
  margin-bottom: 2px;
  font-size: 18px;
  background: #f3f3f3;
  font-family: 'Montserrat', sans-serif; }
/* line 489, styles/_main.scss */
.fees .fee .range {
  display: inline-block;
  width: 45%; }

@media screen and (max-width: 809px) {
        .fees .fee .range {
          width: 100%; } }
/* line 500, styles/_main.scss */
.fees .fee .prices {
  width: 55%;
  float: right;
  font-size: 14px; }

@media screen and (max-width: 809px) {
        .fees .fee .prices {
          float: none;
          width: 100%;
          margin-top: 10px; } }
/* line 513, styles/_main.scss */
.fees .fee .prices p {
  margin: 0;
  overflow: hidden; }
/* line 519, styles/_main.scss */
.fees .fee .prices .price {
  float: right;
  color: #099; }
/* line 528, styles/_main.scss */
.hasSidebar {
  display: block;
  float: left;
  width: 74%; }
/* line 535, styles/_main.scss */
.sidebar {
  display: block;
  float: right;
  width: 25%; }
/* line 542, styles/_main.scss */
.columns {
  overflow: hidden; }
/* line 547, styles/_main.scss */
.column {
  max-width: 360px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px; }
/* line 555, styles/_main.scss */
.column:nth-child(3n) {
  margin-right: 0; }

@media screen and (max-width: 1169px) {
    /* line 562, styles/_main.scss */
      .column:nth-child(3n) {
        margin-right: 30px; }
/* line 567, styles/_main.scss */
.column:nth-child(2n) {
  margin-right: 0; } }

@media screen and (max-width: 809px) {
    .column {
      display: block;
      margin: 0 auto;
      margin-bottom: 30px; }
/* line 579, styles/_main.scss */
.column:nth-child(3n), .column:nth-child(2n) {
  margin-right: auto; } }
/* line 587, styles/_main.scss */
/* line 592, styles/_main.scss */

footer[role="banner"] {
  margin-bottom: 0;
  z-index: 0;
  color: #fff;
  font: normal 14px Arial, sans-serif;
  background: #2c3840; }
/* line 600, styles/_main.scss */
/* line 182, styles/_functions.scss */

footer[role="banner"] a:link, footer[role="banner"] a:visited {
  color: inherit; }
/* line 195, styles/_functions.scss */
/* line 614, styles/_main.scss */

.site-footer {
  padding: 0;
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
  text-align: left; }

@media screen and (max-width: 1169px) {
    .site-footer {
      padding: 20px;
      padding-top: 50px;
      padding-bottom: 20px; } }

@media screen and (max-width: 809px) {
    .site-footer {
      min-height: auto;
      text-align: center; }
/* line 634, styles/_main.scss */
.site-footer > div {
  display: block;
  float: none;
  position: static; } }

@media screen and (max-width: 499px) {
    .site-footer {
      padding: 9px;
      padding-top: 50px;
      padding-bottom: 20px; } }
/* line 649, styles/_main.scss */
.site-footer h3 {
  color: #fff;
  margin-bottom: 10px; }
/* line 655, styles/_main.scss */
.site-footer p {
  line-height: 36px; }
/* line 660, styles/_main.scss */
.site-footer .logo {
  margin-bottom: 20px; }
/* line 665, styles/_main.scss */
.site-footer .footer-contact span {
  display: inline-block;
  width: 20px;
  height: 16px;
  background-position: left bottom;
  background-repeat: no-repeat; }
/* line 673, styles/_main.scss */
.site-footer .footer-contact span.tel {
  background-image: url('images/icon_phone.png'); }
/* line 678, styles/_main.scss */
.site-footer .footer-contact span.mailto {
  background-image: url('images/icon_email.png'); }
/* line 683, styles/_main.scss */
.site-footer .footer-contact span.location {
  background-image: url('images/icon_location.png'); }

@media screen and (max-width: 499px) {
    /* line 691, styles/_main.scss */
      .site-footer .google-map {
        position: relative;
        padding-bottom: 65%;
        height: 0;
        overflow: hidden; }
/* line 698, styles/_main.scss */
.site-footer .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; } }
/* line 711, styles/_main.scss */
.sub-footer {
  position: relative;
  color: #fff;
  background: #099;
  font-size: 12px; }

@media screen and (max-width: 499px) {
    .sub-footer {
      text-align: center; } }
/* line 723, styles/_main.scss */
.sub-footer .container {
  overflow: hidden;
  padding: 30px 0; }

@media screen and (max-width: 1169px) {
      .sub-footer .container {
        padding: 30px 15px; } }
/* line 734, styles/_main.scss */
.sub-footer .copyright {
  float: left; }
/* line 739, styles/_main.scss */
.sub-footer .attribution {
  float: right; }
/* line 744, styles/_main.scss */
.sub-footer .attribution a {
  color: inherit; }
/* line 182, styles/_functions.scss */
.sub-footer .attribution a:link, .sub-footer .attribution a:visited {
  text-decoration: none; }
/* line 195, styles/_functions.scss */
.sub-footer .attribution a:hover, .sub-footer .attribution a:focus, .sub-footer .attribution a:active {
  text-decoration: underline; }
/* line 759, styles/_main.scss */
@media screen and (max-width: 499px) {
      .sub-footer .copyright, .sub-footer .attribution {
        float: none;
        margin-bottom: 10px; } }

@media screen and (max-width: 809px) {
    .sub-footer {
      position: relative;
      left: 0;
      right: 0; } }
/* default form styling
 * - apply .contact class to any form
 * - note .button styling at top of file
 */
/* line 785, styles/_main.scss */

.contact {
  /* captcha */ }
/* line 787, styles/_main.scss */
.contact p {
  line-height: 1.75em;
  margin-bottom: 16px; }

/* line 797, styles/_main.scss */

.contact h1 {
  margin-bottom: 30px; }
/* line 802, styles/_main.scss */
.contact .action a {
  font-size: 0.875em; }
/* line 807, styles/_main.scss */
.contact label {
  display: inline-block;
  vertical-align: top;
  width: 25%; }
/* line 813, styles/_main.scss */
.contact label.error {
  color: #fd1a00;
  font-size: 0.875em;
  margin-left: 10px;
  width: auto; }
/* line 822, styles/_main.scss */
.contact input[type=text], .contact input[type=email], .contact input[type=password], .contact input[type=tel], .contact textarea {
  font-family: inherit;
  font-size: 0.875em;
  max-width: 550px;
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #919ea6; }
/* line 836, styles/_main.scss */
.contact input {
  /* basic code for using customised radio button graphics
   * - checkboxes can be handled similarly
   * - fallback to normal in <= IE8
   */ }
/* line 840, styles/_main.scss */
.contact input[type=password], .contact input.password {
  width: 20%; }
/* line 850, styles/_main.scss */
/* line 852, styles/_main.scss */

.contact input[type=radio] + label {
  margin-right: 30px;
  position: relative;
  width: auto; }
/* line 858, styles/_main.scss */
.contact input[type=radio] + label:after {
  background: #fff;
  border-radius: 9px;
  content: '';
  display: block;
  height: 18px;
  left: -22px;
  position: absolute;
  top: 4px;
  width: 18px; }
/* line 872, styles/_main.scss */
.contact input[type=radio]:checked + label:after {
  background: #099; }
/* line 880, styles/_main.scss */
.contact .auth + input {
  width: 20%; }
/* line 885, styles/_main.scss */
.contact textarea {
  font-family: inherit;
  font-size: 0.875em;
  height: 220px; }
/* line 893, styles/_main.scss */
img.auth {
  vertical-align: middle; }
/* line 898, styles/_main.scss */
@media screen and (max-width: 809px) {
    input[type=submit] {
      -ms-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      -webkit-appearance: none;
      appearance: none; } }
/* tables */
/* line 907, styles/_main.scss */
.control_panel {
  width: 90%;
  border: none;
  margin: 10px auto;
  padding: 0;
  border-bottom: 1px dashed #2c3840;
  border-collapse: collapse;
  line-height: 20px;
  text-align: left; }
/* line 917, styles/_main.scss */
.control_panel tr {
  background: #e4dfce;
  border-bottom: 8px solid #fff; }
/* line 921, styles/_main.scss */
.control_panel tr:nth-child(2n) {
  background: #fff; }
/* line 927, styles/_main.scss */
.control_panel thead tr {
  background: #fff; }
/* line 931, styles/_main.scss */
.control_panel th {
  vertical-align: top; }
/* line 934, styles/_main.scss */
.control_panel th.control {
  width: 70px; }
/* line 940, styles/_main.scss */
.control_panel th:first-child, .control_panel td:first-child {
  padding-left: 20px; }
/* line 944, styles/_main.scss */
.control_panel th:last-child, .control_panel td:last-child {
  padding-right: 20px; }
/* line 949, styles/_main.scss */
/* line 950, styles/_main.scss */

.users th:first-child {
  width: 20%; }
/* line 954, styles/_main.scss */
.users th:last-child {
  width: 40%; }
/* search results */
/* line 960, styles/_main.scss */
/* line 963, styles/_main.scss */

/* line 968, styles/_main.scss */

.search-results h3 {
  margin: 0; }
/* line 973, styles/_main.scss */
.search-results p {
  line-height: initial; }
/* line 978, styles/_main.scss */
.search-results img {
  display: block;
  /*float: left;
   height: auto;
   margin: 0 0.5em 0.5em 0;
   max-width: 150px;*/ }
/* line 987, styles/_main.scss */
.search-results a {
  display: block;
  padding: 0.5em 0;
  color: inherit; }
/* line 195, styles/_functions.scss */
.search-results a:hover, .search-results a:focus, .search-results a:active {
  text-decoration: none; }
/* line 999, styles/_main.scss */
.search-results a:hover h3, .search-results a:focus h3, .search-results a:active h3 {
  color: #099;
  text-decoration: underline; }
/* line 1008, styles/_main.scss */
/* line 1010, styles/_main.scss */

.sidebar.search-results img {
  float: none;
  margin: 0.5em 0; }
/* line 1017, styles/_main.scss */
.sidebar.search-results article.Blog img {
  display: none; }
/* line 1022, styles/_main.scss */
.content-block, .search-results article.Blog {
  margin-bottom: 40px; }
/* line 1027, styles/_main.scss */
.content-block h2, .search-results article.Blog h2 {
  margin: 0;
  margin-bottom: 15px; }
/* line 1033, styles/_main.scss */
.content-block a, .search-results article.Blog a {
  display: block;
  color: #000;
  padding: 0; }
/* line 1039, styles/_main.scss */
.content-block a:hover, .search-results article.Blog a:hover {
  text-decoration: none; }
/* line 1044, styles/_main.scss */
.content-block a .block-content, .search-results article.Blog a .block-content {
  padding: 15px 25px;
  padding-bottom: 40px;
  min-height: 165px;
  background: #51c3ed;
  font-size: 16px; }
/* line 1052, styles/_main.scss */
.content-block a .block-content:after, .search-results article.Blog a .block-content:after {
  bottom: 0;
  right: 20px;
  height: 38px;
  width: 41px;
  border: 1px solid #fff;
  border-bottom: none;
  background: url('images/arrow.png') center center no-repeat; }
/* line 1066, styles/_main.scss */
.content-block img, .search-results article.Blog img {
  display: block;
  max-width: 100%;
  height: auto; }
/* line 1074, styles/_main.scss */
.apptab {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  padding: 10px; }
/* line 1082, styles/_main.scss */
.apptab p {
  margin: 0 0 0 0 !important; }
/* line 1086, styles/_main.scss */
.apptab th {
  font-weight: bold;
  text-align: center;
  border: 1px solid #ccc; }
/* line 1092, styles/_main.scss */
.apptab td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc; }
/* line 1098, styles/_main.scss */
.apptab th, .apptab td {
  width: 16%; }
/* line 1102, styles/_main.scss */
.type-homepage .header-image {
  height: 450px !important; }
/* jQueryUI overrides */
/* line 3, styles/_jqueryUI.scss */
.ui-widget {
  font-family: inherit;
  font-size: 1em; }
/* line 8, styles/_jqueryUI.scss */
.ui-helper-reset {
  font-size: 1em; }
/* line 13, styles/_jqueryUI.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #000;
  border-color: #fff;
  border-radius: 0;
  color: #000; }
/* line 22, styles/_jqueryUI.scss */
/* line 182, styles/_functions.scss */

.ui-state-default a:link, .ui-widget-content .ui-state-default a:link, .ui-widget-header .ui-state-default a:link, .ui-state-default a:visited, .ui-widget-content .ui-state-default a:visited, .ui-widget-header .ui-state-default a:visited {
  color: inherit;
  text-decoration: none; }
/* line 30, styles/_jqueryUI.scss */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
  background: #fff;
  border-color: #099;
  color: #2c3840; }
/* line 38, styles/_jqueryUI.scss */
/* line 182, styles/_functions.scss */

.ui-state-hover a:link, .ui-widget-content .ui-state-hover a:link, .ui-widget-header .ui-state-hover a:link, .ui-state-hover a:visited, .ui-widget-content .ui-state-hover a:visited, .ui-widget-header .ui-state-hover a:visited {
  text-decoration: underline; }
/* line 45, styles/_jqueryUI.scss */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #fff;
  border-color: #099;
  color: #2c3840; }
/* line 53, styles/_jqueryUI.scss */
/* line 182, styles/_functions.scss */

.ui-state-active a:link, .ui-widget-content .ui-state-active a:link, .ui-widget-header .ui-state-active a:link, .ui-state-active a:visited, .ui-widget-content .ui-state-active a:visited, .ui-widget-header .ui-state-active a:visited {
  text-decoration: none; }
/* line 60, styles/_jqueryUI.scss */
.ui-accordion-content {
  border-radius: 0;
  font-size: 0.875em;
  margin-bottom: 10px; }
/* line 66, styles/_jqueryUI.scss */
.ui-accordion-content + .ui-accordion-header {
  margin-top: 10px; }
/* line 72, styles/_jqueryUI.scss */
.ui-accordion-header {
  font-size: 0.875em; }
/* line 77, styles/_jqueryUI.scss */
.ui-tabs .ui-tabs-nav li {
  border-width: 0; }
/* line 81, styles/_jqueryUI.scss */
/* line 182, styles/_functions.scss */

.ui-state-active a:link, .ui-state-active a:visited {
  color: inherit; }
/* line 2, styles/_lightbox.scss */
/* line 4, styles/_lightbox.scss */

#cboxLoadedContent .content {
  padding: 0; }
/* line 1, styles/_navigation.scss */
.main-navigation {
  max-width: 865px;
  width: 100%;
  margin: 0;
  margin-top: 30px;
  float: right;
  position: relative;
  z-index: 7;
  padding: 0;
  background: transparent;
  color: #2c3840;
  font: 15px 'Roboto', sans-serif;
  text-transform: none;
  text-align: right; }

@media screen and (max-width: 1169px) {
    .main-navigation {
      display: none; } }
/* line 23, styles/_navigation.scss */
.main-navigation ul:first-child {
  margin: 0;
  max-width: 1170px;
  padding: 0;
  width: 100%; }
/* line 31, styles/_navigation.scss */
.main-navigation li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0; }
/* line 38, styles/_navigation.scss */
.main-navigation li a {
  color: inherit;
  border-bottom: 3px solid transparent; }
/* line 182, styles/_functions.scss */
.main-navigation li a:link, .main-navigation li a:visited {
  display: inline-block;
  padding: 15px;
  text-decoration: none;
  padding: 14px !important; }
/* line 195, styles/_functions.scss */
.main-navigation li a:hover, .main-navigation li a:focus, .main-navigation li a:active {
  text-decoration: none;
  border-bottom: 3px solid #099; }
/* line 60, styles/_navigation.scss */
.main-navigation .sel > a, .main-navigation .sel .sel > a {
  border-bottom: 3px solid #099; }
/* line 66, styles/_navigation.scss */
/* line 68, styles/_navigation.scss */

.main-navigation li ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 190px;
  background: #fff;
  text-transform: none; }
/* line 83, styles/_navigation.scss */
.main-navigation li li {
  display: block;
  height: auto;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: 190px;
  border: none; }
/* line 95, styles/_navigation.scss */
.main-navigation li li.sel, .main-navigation li li:hover {
  background: #099;
  border: none; }
/* line 101, styles/_navigation.scss */
.main-navigation li li.sel a, .main-navigation li li:hover a {
  color: #fff; }
/* line 107, styles/_navigation.scss */
/* line 182, styles/_functions.scss */

.main-navigation li li a:link, .main-navigation li li a:visited {
  padding: 5px 10px;
  width: 100%; }
/* line 118, styles/_navigation.scss */
.main-navigation li:hover ul, .main-navigation a:focus + ul {
  height: auto; }
/* line 125, styles/_navigation.scss */
.mobile-menu {
  position: absolute;
  z-index: 200;
  padding: 0;
  width: 100%;
  overflow: visible;
  color: #fff;
  text-align: left;
  font: 15px 'Roboto', sans-serif; }

@media screen and (min-width: 1171px) {
    .mobile-menu {
      display: none; } }
/* line 143, styles/_navigation.scss */
.mobile-menu ul {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0;
  padding: 5px 0;
  background: #2c3840; }
/* line 154, styles/_navigation.scss */
.mobile-menu li {
  display: block;
  font-weight: 500; }
/* line 159, styles/_navigation.scss */
.mobile-menu li.submenu {
  background: transparent url("images/mobileMenuArrowRightwhite.png") right no-repeat; }
/* line 164, styles/_navigation.scss */
.mobile-menu li.back {
  background: transparent url("images/mobileMenuArrowLeftwhite.png") left no-repeat; }
/* line 169, styles/_navigation.scss */
.mobile-menu li.sel {
  background: #fff; }
/* line 173, styles/_navigation.scss */
.mobile-menu li.sel a {
  color: #099; }
/* line 180, styles/_navigation.scss */
.mobile-menu h2 {
  margin: 0;
  padding: 0;
  color: inherit; }
/* line 187, styles/_navigation.scss */
.mobile-menu a {
  display: block;
  padding: 10px 0;
  padding-left: 20px;
  color: inherit; }
/* line 195, styles/_functions.scss */
.mobile-menu a:hover, .mobile-menu a:focus, .mobile-menu a:active {
  background: #099; }
/* line 199, styles/_navigation.scss */
.sel > .mobile-menu a {
  background: #099; }
/* line 207, styles/_navigation.scss */
.mobile-menu h2 {
  position: absolute;
  top: -65px;
  right: 20px;
  border-bottom: none;
  color: #e4dfce;
  font-size: 3em; }
/* line 216, styles/_navigation.scss */
/* line 182, styles/_functions.scss */

.mobile-menu h2 a:link, .mobile-menu h2 a:visited {
  position: relative;
  width: 33px;
  height: 28px;
  text-indent: -9999px;
  background: #099;
  background: -moz-linear-gradient(top,  #099 0%, #099 17%, #fff 17%, #fff 42%, #099 42%, #099 59%, #fff 59%, #fff 84%, #099 84%, #099 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #099 0%, #099 17% , #fff 17%, #fff 42%, #099 42%, #099 59%, #fff 59%, #fff 84%, #099 84%, #099 100%);
  background: linear-gradient(to bottom, #099 0%, #099 17%, #fff 17%, #fff 42%, #099 42%, #099 59%, #fff 59%, #fff 84%, #099 84%, #099 100%); }
/* line 227, styles/_navigation.scss */
.mobile-menu h2 a:after {
  content: 'Menu';
  display: block;
  position: absolute;
  bottom: -15px;
  width: 100%;
  left: 0;
  text-indent: 0;
  font-size: 12px;
  color: #099; }
/* line 244, styles/_navigation.scss */
/* line 248, styles/_navigation.scss */

/* line 182, styles/_functions.scss */

footer[role="banner"] a:link, footer[role="banner"] a:visited {
  color: inherit;
  font-weight: normal; }
/* line 195, styles/_functions.scss */
/* line 262, styles/_navigation.scss */

footer[role="banner"] nav {
  position: relative;
  font: inherit;
  text-align: left;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }

@media screen and (max-width: 809px) {
      footer[role="banner"] nav {
        display: block;
        height: auto;
        padding: 10px;
        background-position: center 30px;
        text-align: center; } }
/* line 282, styles/_navigation.scss */
footer[role="banner"] nav div {
  display: table-cell;
  padding: 10px; }
/* line 289, styles/_navigation.scss */
footer[role="banner"] nav h2 {
  margin: 0 0 0.5em;
  color: #099;
  font-size: 1.5em; }
/* line 296, styles/_navigation.scss */
footer[role="banner"] nav ul {
  display: block;
  margin: 0;
  padding: 0; }
/* line 303, styles/_navigation.scss */
footer[role="banner"] nav ul ul {
  display: none; }
/* line 308, styles/_navigation.scss */
footer[role="banner"] nav li {
  display: block;
  padding: 0; }
/* line 314, styles/_navigation.scss */
/* line 182, styles/_functions.scss */

footer[role="banner"] nav a:link, footer[role="banner"] nav a:visited {
  color: inherit; }
/* line 195, styles/_functions.scss */
footer[role="banner"] nav a:hover, footer[role="banner"] nav a:focus, footer[role="banner"] nav a:active {
  color: #099; }

@media screen and (max-width: 809px) {
    /* line 330, styles/_navigation.scss */
      /* line 332, styles/_navigation.scss */
        footer[role="banner"] nav div {
          display: block;
          float: none;
          position: static;
          margin-bottom: 2em;
          width: 100%;
          text-align: center; }
/* line 342, styles/_navigation.scss */
footer[role="banner"] nav div p {
  display: inline-block;
  width: 40%;
  margin: 0; } }
/* line 1, styles/_slideshow.scss */
.header-image {
  position: relative;
  height: 390px;
  background: #2c3840; }

@media screen and (max-width: 1169px) {
    .header-image {
      height: 150px; } }
/* line 12, styles/_slideshow.scss */
.header-image .background-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
/* line 25, styles/_slideshow.scss */
.slideshow {
  position: relative;
  z-index: 7;
  height: auto;
  max-height: auto;
  overflow: hidden;
  background: #fff; }
/* line 39, styles/_slideshow.scss */
.slideshow .container {
  padding: 0; }
/* line 46, styles/_slideshow.scss */
.slideshow figure {
  position: relative;
  height: auto;
  margin: 0;
  max-height: 100%;
  overflow: hidden;
  padding: 0;
  width: 100%;
  background-position: center bottom;
  background-size: cover;
  text-align: center; }
/* line 60, styles/_slideshow.scss */
.slideshow figure + figure {
  display: none; }
/* line 64, styles/_slideshow.scss */
.slideshow figure img {
  width: 100%;
  height: auto; }
/* line 72, styles/_slideshow.scss */
.slideshow svg {
  width: 101%;
  height: 101%; }
/* line 78, styles/_slideshow.scss */
.slideshow figcaption {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  max-width: auto;
  background: transparent;
  color: #000;
  text-align: left;
  text-transform: none; }

@media screen and (min-width: 1291px) {
      .slideshow figcaption {
        left: calc((100% - 1170px) / 2 + 10px);
        right: calc((100% - 1170px) / 2 + 10px); } }
/* line 102, styles/_slideshow.scss */
.slideshow figcaption > :first-child {
  display: block;
  font: normal 2.5em 'Times New Roman', serif; }

@media screen and (min-width: 1921px) {
        .slideshow figcaption > :first-child {
          font-size: 3em; } }

@media screen and (max-width: 1169px) {
        .slideshow figcaption > :first-child {
          font-size: 2em; } }

@media screen and (max-width: 1169px) {
        .slideshow figcaption > :first-child {
          font-size: 1.5em; } }

/* line 137, styles/_slideshow.scss */

/* line 140, styles/_slideshow.scss */

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

/* line 158, styles/_slideshow.scss */

/* line 173, styles/_slideshow.scss */

.slideshow button.slick-arrow {
  position: absolute;
  overflow: hidden;
  top: 50%;
  z-index: 100;
  height: 60px;
  width: 60px;
  border: 1px solid #999;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-indent: -9999px; }
/* line 190, styles/_slideshow.scss */
.slideshow button.slick-arrow:before {
  top: calc(60px / 3);
  height: 18px;
  width: 18px;
  border: 1px solid transparent;
  border-top-color: #000;
  border-left-color: #000; }
/* line 202, styles/_slideshow.scss */
.slideshow button.slick-arrow.slick-prev {
  left: 10px;
  left: 10px; }
/* line 209, styles/_slideshow.scss */
.slideshow button.slick-arrow.slick-prev:before {
  left: calc(60px * 0.4);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
/* line 217, styles/_slideshow.scss */
.slideshow button.slick-arrow.slick-next {
  right: 10px;
  right: 10px; }
/* line 224, styles/_slideshow.scss */
.slideshow button.slick-arrow.slick-next:before {
  right: 24px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }
/* line 195, styles/_functions.scss */
.slideshow button.slick-arrow:hover, .slideshow button.slick-arrow:focus, .slideshow button.slick-arrow:active {
  background: #099; }
/* line 236, 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 244, styles/_slideshow.scss */
.slideshow ul.slick-dots {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 20px;
  left: 30px;
  margin: 0;
  padding: 0; }
/* line 254, styles/_slideshow.scss */
.slideshow ul.slick-dots li {
  display: inline-block;
  border: 1px solid #099;
  border-radius: 50%;
  height: 12px;
  margin: 0;
  margin-left: 5px;
  padding: 0;
  width: 12px;
  background: transparent;
  text-indent: -1000000px; }
/* line 268, styles/_slideshow.scss */
.slideshow ul.slick-dots li.slick-active {
  border: 1px solid #099;
  background: #099; }
/* line 274, styles/_slideshow.scss */
.slideshow ul.slick-dots li:hover {
  cursor: pointer; }

@media screen and (max-width: 809px) {
    /* line 282, styles/_slideshow.scss */
      .slideshow button.slick-arrow {
        display: none !important; }
/* line 289, styles/_slideshow.scss */
.slideshow figure {
  overflow: visible;
  margin-bottom: 11%; }
/* line 295, styles/_slideshow.scss */
.slideshow figcaption {
  top: 99%;
  right: 0;
  bottom: auto;
  left: 0;
  max-width: 100%;
  padding: 20px;
  width: 100%;
  background: #e4dfce; }
/* line 306, styles/_slideshow.scss */
.slideshow figcaption > span:first-child {
  font-size: 1.5em;
  font-weight: normal; } }

@media screen and (max-width: 399px) {
    /* line 321, styles/_slideshow.scss */
      .slideshow figcaption > span:first-child {
        font-size: 1em; } }
/* line 4, styles/_homepage.scss */
/* line 6, styles/_homepage.scss */

.type-homepage .content {
  font-size: 24px; }

@media screen and (max-width: 809px) {
      .type-homepage .content {
        text-align: center; } }
/* line 16, styles/_homepage.scss */
.type-homepage .header-image {
  position: relative;
  height: 740px; }

@media screen and (max-width: 809px) {
      .type-homepage .header-image {
        height: 570px;
        text-align: center; }
/* line 26, styles/_homepage.scss */
.type-homepage .header-image .background-image {
  opacity: 0.3; } }
/* line 32, styles/_homepage.scss */
.type-homepage .header-image .container {
  height: 310px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

@media screen and (max-width: 809px) {
        .type-homepage .header-image .container {
          height: 290px; } }

@media screen and (max-width: 499px) {
        .type-homepage .header-image .container {
          padding: 0 10px; } }
/* line 53, styles/_homepage.scss */
.type-homepage .header-image p {
  max-width: 640px;
  color: #fff;
  font-size: 40px;
  font-family: 'Montserrat', sans-serif;
  text-shadow: 3px 3px #000; }

@media screen and (max-width: 809px) {
        .type-homepage .header-image p {
          display: block;
          font-size: 28px;
          margin: auto; } }
/* line 70, styles/_homepage.scss */
.type-homepage .header-image .button {
  margin-top: 30px;
  text-shadow: none !important; }

@media screen and (max-width: 809px) {
        .type-homepage .header-image .button {
          margin-top: 60px; } }
/* line 83, styles/_homepage.scss */
.content-blocks {
  margin-top: 20px; }
/* line 87, styles/_homepage.scss */
@media screen and (max-width: 809px) {
      .content-blocks .content-block {
        text-align: left; } }
/* line 94, styles/_homepage.scss */
.content-blocks .content-block:nth-child(1n) .block-content {
  background: #00cbcb; }
/* line 98, styles/_homepage.scss */
.content-blocks .content-block:nth-child(2n) .block-content {
  background: #619bc8; }
/* line 102, styles/_homepage.scss */
.content-blocks .content-block:nth-child(3n) .block-content {
  background: #6ac5f4; }
/* blog */
/* line 2, styles/_blog.scss */
.blog-summary > div {
  border-bottom: 1px solid #e4dfce;
  clear: both;
  margin-bottom: 1em;
  overflow: hidden;
  padding-bottom: 1em; }
/* line 11, styles/_blog.scss */
/* line 13, styles/_blog.scss */

.hasSidebar .blog-feature-image {
  display: table-cell; }
/* line 18, styles/_blog.scss */
.hasSidebar .blog-summary {
  display: table-cell;
  padding-left: 10px;
  vertical-align: top; }
/* line 26, styles/_blog.scss */
.blog-feature-image img {
  display: block;
  max-width: 100%; }
/* line 32, styles/_blog.scss */
.blog-article .blog-feature {
  display: block;
  margin: 1em 0; }
/* line 38, styles/_blog.scss */
.articleNav {
  height: 2em;
  width: 100%; }
/* line 44, styles/_blog.scss */
.articleNav .previous {
  float: right; }
/* line 48, styles/_blog.scss */
.articleNav .previous a:after {
  content: '>>';
  left: 101%;
  position: absolute;
  top: -0.0625em; }
/* line 58, styles/_blog.scss */
.articleNav .next {
  float: left; }
/* line 62, styles/_blog.scss */
.articleNav .next a:before {
  content: '<<';
  position: absolute;
  right: 101%;
  top: -0.0625em; }
/* old gallery module */
/* line 2, styles/_galleries.scss */
/* line 4, styles/_galleries.scss */

.gallery ul {
  margin: 0;
  padding: 0; }
/* line 12, styles/_galleries.scss */
.gallery li {
  display: block;
  float: left;
  height: 0;
  margin-bottom: 1%;
  margin-right: 1%;
  overflow: hidden;
  padding-bottom: 24%;
  position: relative;
  width: 24%; }
/* line 24, styles/_galleries.scss */
.gallery li:nth-child(1n) {
  padding-bottom: 24.25%;
  width: 24.25%; }
/* line 30, styles/_galleries.scss */
.gallery li:nth-child(4n) {
  margin-right: 0; }
/* line 35, styles/_galleries.scss */
.gallery li a {
  display: block; }
/* line 39, styles/_galleries.scss */
.gallery li a:before {
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  content: attr(title);
  left: 0;
  opacity: 1;
  padding: 20px;
  position: absolute;
  transition: opacity 0.25s;
  z-index: 5;
  width: 100%; }
/* line 55, styles/_galleries.scss */
.gallery li a[title=""]:before {
  display: none; }
/* line 60, styles/_galleries.scss */
.gallery li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5) url('images/gallery-zoom.png') center center no-repeat;
  opacity: 0;
  transition: opacity 0.25s; }
/* line 195, styles/_functions.scss */
/* line 76, styles/_galleries.scss */

.gallery li a:hover:before, .gallery li a:focus:before, .gallery li a:active:before {
  opacity: 0; }
/* line 81, styles/_galleries.scss */
.gallery li a:hover:after, .gallery li a:focus:after, .gallery li a:active:after {
  opacity: 1; }
/* line 89, styles/_galleries.scss */
.gallery img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  width: auto; }

@supports (transform: translateX(-50%)) {
/* line 104, styles/_galleries.scss */
.gallery img {
  margin-left: 50%;
  margin-top: 50%;
  transform: translateX(-50%) translateY(-50%); } }
/* line 112, styles/_galleries.scss */
@media screen and (min-width: 811px) {
    .mobileGallery {
      display: none;
      overflow: visible; } }
/* line 120, styles/_galleries.scss */
.mobileGallery .slide {
  text-align: center; }
/* line 125, styles/_galleries.scss */
.mobileGallery img {
  margin: 0 auto; }
/** 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;
  width: 270px;
  margin: 0 auto; }
/* line 23, styles/_profiles.scss */
.profile h3 {
  font-size: 1em;
  text-align: center; }
/* line 30, styles/_profiles.scss */
.profiles .profile {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  padding: 15px;
  width: 300px;
  margin-bottom: 15px; }
/* 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 {
  padding: 0;
  text-align: justify;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
/* line 64, styles/_profiles.scss */
.content-block.SimpleProfile-ProfileBlock .profiles span {
  display: inline-block; }

/* line 75, styles/_profiles.scss */

.content-block.SimpleProfile-ProfileBlock a {
  display: block;
  height: 96px;
  width: 96px;
  overflow: hidden;
  margin-bottom: 5px; }
/* line 182, styles/_functions.scss */
.content-block.SimpleProfile-ProfileBlock a:link, .content-block.SimpleProfile-ProfileBlock a:visited {
  opacity: 0.6; }
/* line 195, styles/_functions.scss */
.content-block.SimpleProfile-ProfileBlock a:hover, .content-block.SimpleProfile-ProfileBlock a:focus, .content-block.SimpleProfile-ProfileBlock a:active {
  opacity: 1; }
/* line 94, styles/_profiles.scss */
.content-block.SimpleProfile-ProfileBlock img {
  width: 100%;
  height: auto; }
/** 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 {
  background: #fff;
  border: 1px solid #e4dfce;
  margin-bottom: 15px; }
/* line 17, styles/_cart.scss */
.cart_options h4 {
  background: #fff;
  border-bottom: 1px solid #e4dfce;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 10px; }
/* line 27, styles/_cart.scss */
.cart_options p {
  background: #fff;
  margin: 0;
  padding: 10px 30px; }
/* line 35, styles/_cart.scss */
/* line 37, styles/_cart.scss */

.cart table {
  border: none;
  border-collapse: collapse;
  text-align: center;
  width: 100%; }
/* line 45, styles/_cart.scss */
.cart thead {
  background: #fff;
  border: 1px solid #e4dfce; }
/* line 51, styles/_cart.scss */
.cart th {
  font-size: 0.875em;
  font-weight: normal;
  padding: 10px 5px; }
/* line 58, styles/_cart.scss */
.cart tbody {
  background: #fff;
  border-left: 1px solid #e4dfce;
  border-right: 1px solid #e4dfce;
  font-size: 0.875em; }
/* line 66, styles/_cart.scss */
.cart td {
  padding: 10px;
  vertical-align: middle; }

@media screen and (max-width: 809px) {
      .cart td {
        display: block;
        max-width: calc(100% - 20px);
        text-align: center;
        width: 200px; } }
/* line 79, styles/_cart.scss */
/* line 81, styles/_cart.scss */

.cart td.image a {
  background: #fff;
  border: 1px solid #2c3840;
  border-radius: 3px;
  display: block;
  height: 105px;
  position: relative;
  width: 105px; }

@media screen and (max-width: 809px) {
          .cart td.image a {
            display: inline-block; } }
/* line 97, styles/_cart.scss */
.cart td.image img {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100px;
  max-width: 100px;
  position: absolute;
  right: 0;
  top: 0; }
/* line 112, styles/_cart.scss */
.cart td.name {
  font-size: 1.143em;
  text-align: left; }

@media screen and (max-width: 809px) {
        .cart td.name {
          text-align: center; } }
/* line 123, styles/_cart.scss */
.cart td.quantity input {
  padding: 10px;
  text-align: center;
  width: 1em; }
/* line 130, styles/_cart.scss */
.cart td.total {
  color: #2c3840;
  font-weight: bold; }
/* line 136, styles/_cart.scss */
@media screen and (max-width: 809px) {
        .cart td.remove:before {
          content: "Remove: "; } }
/* line 144, styles/_cart.scss */
@media screen and (max-width: 809px) {
        .cart td.quantity, .cart td.price, .cart td.total {
          display: inline;
          padding: 0; } }
/* line 155, styles/_cart.scss */
/* line 157, styles/_cart.scss */

@media screen and (max-width: 809px) {
          .cart td.price:before {
            content: " x "; } }
/* line 165, styles/_cart.scss */
@media screen and (max-width: 809px) {
          .cart td.price:after {
            content: " = "; } }
/* line 175, styles/_cart.scss */
.cart tfoot {
  border-top: 1px solid #e4dfce; }
/* line 179, styles/_cart.scss */
.cart tfoot td:last-child {
  text-align: right; }
/* line 185, styles/_cart.scss */
.cart span.total {
  font-weight: bold; }
/* line 189, styles/_cart.scss */
.cart span.total.value {
  color: #2c3840;
  font-size: 1.123em; }
/* line 196, styles/_cart.scss */
.cart h2 {
  font-family: Arial, sans-serif;
  font-size: 1em; }
/* line 202, styles/_cart.scss */
.cart h3 {
  color: #2c3840;
  font-family: Arial, sans-serif;
  margin: 0; }
/* line 209, styles/_cart.scss */
.cart input.selectAddress ~ span {
  box-sizing: border-box;
  display: block;
  height: 1px;
  overflow: hidden;
  padding-top: 1px; }
/* line 218, styles/_cart.scss */
.cart input.selectAddress:checked ~ span {
  height: auto; }
/* line 223, styles/_cart.scss */
/* line 225, styles/_cart.scss */

.cart .login-form p {
  position: relative; }
/* line 230, styles/_cart.scss */
.cart .login-form label {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1; }
/* line 238, styles/_cart.scss */
.cart .login-form input[type=text], .cart .login-form input[type=password] {
  display: block;
  width: 100%; }
/* line 246, styles/_cart.scss */
.cart .warning {
  color: #fd1a00;
  font-size: 2em; }
/* line 253, styles/_cart.scss */
form.checkout-options {
  float: left;
  width: 50%; }
/* line 258, styles/_cart.scss */
form.checkout-options + .checkout-options {
  float: right;
  width: 45%; }
/* line 264, styles/_cart.scss */
form.checkout-options .button {
  margin-bottom: 0;
  margin-top: 0; }
/* line 271, styles/_cart.scss */
.button.poli {
  background: url('images/poli.png') center center no-repeat;
  border: 0;
  height: 70px;
  padding: 0;
  text-indent: -9999px;
  min-width: 110px;
  width: 110px; }
/* line 282, styles/_cart.scss */
.poli-block {
  display: inline-block; }
/* print order */
/* line 288, styles/_cart.scss */
/* line 290, styles/_cart.scss */

.print-order table {
  width: 100%; }
/* line 295, styles/_cart.scss */
.print-order th, .print-order td {
  vertical-align: top; }
/* line 301, styles/_cart.scss */
/* line 303, styles/_cart.scss */

.print-order thead tr:first-child > * {
  border-bottom: 1px solid #2c3840;
  padding-bottom: 4px; }
/* line 309, styles/_cart.scss */
.print-order thead th:first-child {
  text-align: left; }
/* line 315, styles/_cart.scss */
.print-order .print-order tbody {
  padding: 4px 0; }
/* line 319, styles/_cart.scss */
.print-order .print-order tbody th {
  font-weight: normal;
  padding-bottom: 4px; }
/* line 326, styles/_cart.scss */
.print-order tfoot tr:first-child > * {
  border-top: 1px solid #2c3840;
  padding-top: 4px; }
/* line 332, styles/_cart.scss */
/* line 335, styles/_cart.scss */

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

.print-order td + td, .print-order tfoot td + td {
  text-align: center; }
/* line 349, styles/_cart.scss */
.print-order td + td + td, .print-order tfoot td + td + td {
  text-align: right; }
/* line 356, styles/_cart.scss */
.print-order th:last-child {
  text-align: right; }
/* customers/orders */
/* line 363, styles/_cart.scss */
table.orders {
  width: 100%;
  border-collapse: collapse; }
/* line 369, styles/_cart.scss */
/* line 371, styles/_cart.scss */

.orders th, .orders td {
  padding: 4px;
  vertical-align: top; }
/* line 378, styles/_cart.scss */
.orders thead tr:first-child > * {
  border-bottom: 1px solid #2c3840;
  text-indent: 0; }
/* line 384, styles/_cart.scss */
.orders tbody th {
  font-weight: normal;
  text-indent: 0; }
/* line 390, styles/_cart.scss */
.orders .ref {
  text-align: left; }
/* line 395, styles/_cart.scss */
.orders .date {
  width: 95px; }
/* line 400, styles/_cart.scss */
.orders .details {
  text-align: left;
  text-indent: 1em; }
/* line 406, styles/_cart.scss */
.orders .price {
  text-align: right; }
/* line 411, styles/_cart.scss */
.orders .link {
  text-align: right;
  width: 75px; }
/* line 418, styles/_cart.scss */
#hoverCart {
  background-color: rgba(0, 0, 0, 0.8);
  background-color: #000\9;
  border-radius: 5px;
  color: #fff;
  max-height: 100%;
  max-height: calc(100% - 100px);
  overflow: auto;
  padding: 15px;
  position: fixed;
  right: 50px;
  top: 50px;
  width: 200px;
  z-index: 1000; }
/* line 127, styles/_functions.scss */
#hoverCart h1, #hoverCart h2, #hoverCart h3, #hoverCart h4, #hoverCart h5, #hoverCart h6 {
  border-bottom: 1px solid #fff;
  color: #fff;
  margin: 0 0 5px;
  padding-bottom: 3px; }
/* line 446, styles/_cart.scss */
#hoverCart a {
  color: #fff; }
/* line 451, styles/_cart.scss */
#hoverCart .items {
  border-bottom: 1px solid #fff;
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  padding-bottom: 5px; }
/* line 460, styles/_cart.scss */
#hoverCart .checkout {
  float: left; }
/* line 465, styles/_cart.scss */
#hoverCart .dismiss {
  display: block;
  float: right;
  text-align: right; }
/* line 472, styles/_cart.scss */
#hoverCart .row {
  border-bottom: 1px solid #fff;
  overflow: hidden;
  padding: 10px 0 5px;
  position: relative; }
/* line 479, styles/_cart.scss */
#hoverCart .row .right {
  font-family: "Courier New", Courier, monospace;
  text-align: right; }
/* line 486, styles/_cart.scss */
#hoverCart .remove {
  display: block;
  font-size: 12px; }
/** files **/
/* line 2, styles/_files.scss */
.file {
  margin-bottom: 10px;
  overflow: hidden;
  /* float clearing */
  padding: 15px;
  position: relative; }
/* line 9, styles/_files.scss */
.file h2 {
  margin-bottom: 1em; }
/* line 14, styles/_files.scss */
.file .button {
  position: absolute;
  right: 10px;
  top: 6px; }
/** customer panel **/
/* line 2, styles/_user.scss */
fieldset.addressForm {
  border: 1px solid #e4dfce;
  box-sizing: border-box;
  margin-top: 4px;
  overflow: hidden;
  padding: 5px; }
/* line 11, styles/_user.scss */
/* line 13, styles/_user.scss */

.addressForm label {
  display: block;
  float: left;
  margin-bottom: 4px;
  width: 49%; }
/* line 20, styles/_user.scss */
.addressForm label:last-child {
  clear: both;
  float: none;
  width: 100%; }
/* line 27, styles/_user.scss */
.addressForm label span {
  display: block;
  margin-bottom: 4px; }
/* line 34, styles/_user.scss */
.addressForm input[type=text], .addressForm textarea {
  box-sizing: border-box;
  width: 96%; }
/* line 41, styles/_user.scss */
.addressForm textarea {
  height: 70px; }
/* tinymce universal formatting */
/* line 2, styles/_tinymce.scss */
#tinymce {
  padding: 10px;
  width: 1170px;
  background: #fff;
  color: #2c3840;
  font-size: 1em;
  text-align: left; }
/* line 12, styles/_tinymce.scss */
#tinymce p {
  margin: 0 0 1em; }
/* line 17, styles/_tinymce.scss */
#tinymce form {
  outline: 1px dotted #099; }
/* line 22, styles/_tinymce.scss */
#tinymce a {
  border-bottom: 1px dotted #099;
  text-decoration: none; }
/* line 28, styles/_tinymce.scss */
#tinymce td {
  font-family: inherit;
  font-size: inherit; }
