/* compiled by scssphp v0.6.5 on Thu, 17 Nov 2016 08:50:50 +1300 (0.6962s) */

@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 */
.content-block span:after, .content-block li a:after, .course .syllabus-link:before, .syllabus-nav:before, .syllabus-nav ul li:hover:before, .syllabus-nav ul li.sel a span:after, .staff-member .name a:after, .main-navigation .sel > a:after, .header-image h2:after, .slideshow .slider.monitor: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: #020202;
  font: normal 1em/1.3 'Fira Sans', Arial, 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: #1793da;
  font: normal 1em 'Fira Sans', Arial, sans-serif;
  margin: 0 0 1em 0; }
/* line 34, styles/_main.scss */
h1 {
  font-size: 45px;
  font-weight: bold;
  margin: 0; }
  @media screen and (max-width: 599px) {
  h1 {
    font-size: 32px; } }
/* line 46, styles/_main.scss */
h2 {
  font-size: 25px;
  margin-bottom: 35px; }
  @media screen and (max-width: 599px) {
  h2 {
    font-size: 22px; } }
/* line 57, styles/_main.scss */
h3 {
  font-size: 24px; }
/* line 62, styles/_main.scss */
h4 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase; }
/* line 69, styles/_main.scss */
a {
  color: #1793da; }
/* line 182, styles/_functions.scss */
a:link, a:visited {
  text-decoration: none; }
/* line 195, styles/_functions.scss */
a:hover, a:focus, a:active {
  color: #88c540;
  text-decoration: underline; }
/* line 83, styles/_main.scss */
a img {
  border: none; }
/* line 89, styles/_main.scss */
@media screen and (max-width: 599px) {
    img {
      height: auto;
      max-width: 100%; } }
/* line 98, styles/_main.scss */
/* line 101, styles/_main.scss */

input:disabled, textarea:disabled {
  opacity: 0.5; }
/*** globally relevant styles ***/
/* line 108, styles/_main.scss */
.button {
  display: inline-block;
  margin: 0.5em 1em;
  min-width: 150px;
  padding: 0 15px;
  border: 4px solid #88c540;
  border-radius: 3px;
  background: #88c540;
  color: #fff;
  font: normal 0.875em/2.5em 'Fira Sans', Arial, sans-serif;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  cursor: pointer; }
/* line 195, styles/_functions.scss */
.button:hover, .button:focus, .button:active {
  background: #fff;
  color: #88c540;
  text-decoration: none; }
/* line 136, styles/_main.scss */
.highlight {
  color: #095990;
  font-weight: bold; }
/* line 142, styles/_main.scss */
.pagination {
  text-align: center; }
/* line 146, styles/_main.scss */
.pagination > * {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #020202;
  pause-after: medium; }
/* line 152, styles/_main.scss */
.pagination > *:first-child {
  border-left: none; }
/* line 161, styles/_main.scss */
.pagination .current {
  font-weight: bold; }
/* line 167, styles/_main.scss */
.struct {
  display: none; }

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

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

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

@media screen and (max-width: 599px) {
    body > header {
      height: auto; } }
/* line 229, styles/_main.scss */
body > header .site-header {
  height: 140px;
  position: relative;
  padding: 0; }

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

@media screen and (max-width: 1169px) {
      body > header .logo {
        left: 10px; } }

@media screen and (max-width: 599px) {
      body > header .logo {
        display: none; } }
/* line 260, styles/_main.scss */
body > header .mobile-logo {
  display: none; }

@media screen and (max-width: 599px) {
      body > header .mobile-logo {
        display: block;
        max-width: 75%;
        margin: 15px auto; } }

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

main {
  z-index: 5; }
/* line 302, styles/_main.scss */
.content {
  padding: 40px 15px; }
/* line 308, styles/_main.scss */
.content p {
  margin: 0 0 30px 0; }
/* line 313, styles/_main.scss */
.content p, .content ul, .content ol, .content table {
  font-size: 18px;
  line-height: 30px; }

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

@media screen and (max-width: 599px) {
    .content {
      padding: 10px; } }
/* line 332, styles/_main.scss */
.content .content-left {
  max-width: 755px;
  width: 100%;
  float: left;
  margin-right: 55px;
  padding-top: 10px; }

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

@media screen and (max-width: 1169px) {
      .content .content-right {
        float: none;
        max-width: 100%;
        padding-top: 15px; } }
/* line 363, styles/_main.scss */
.content-blocks {
  padding-bottom: 50px;
  overflow: hidden; }
/* line 369, styles/_main.scss */
.content-block {
  float: left;
  max-width: 370px;
  width: 100%;
  margin-right: 25px;
  color: #1793da; }
/* line 377, styles/_main.scss */
.content-block:nth-child(3n) {
  margin-right: 0; }

@media screen and (max-width: 1169px) {
    .content-block {
      float: none;
      margin: 0 auto;
      margin-bottom: 15px; }
/* line 388, styles/_main.scss */
.content-block:nth-child(3n) {
  margin: 0 auto;
  margin-bottom: 15px; } }
/* line 395, styles/_main.scss */
.content-block a {
  color: inherit;
  outline: none; }
/* line 400, styles/_main.scss */
.content-block a:hover span:after {
  background-position: right bottom; }
/* line 406, styles/_main.scss */
/* line 408, styles/_main.scss */

.content-block a.expanded span:after {
  background: url('images/arrow_down.png') center top no-repeat;
  height: 16px;
  width: 17px; }
/* line 414, styles/_main.scss */
.content-block a.expanded:hover span:after {
  background-position: center bottom; }
/* line 420, styles/_main.scss */
.content-block img {
  width: 100%;
  height: auto;
  border-bottom: 6px solid #1793da; }
/* line 427, styles/_main.scss */
.content-block span {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 24px;
  padding-left: 20px;
  padding-right: 25px; }
/* line 436, styles/_main.scss */
.content-block span:after {
  top: 6px;
  right: 0; }
/* line 443, styles/_main.scss */
/* line 446, styles/_main.scss */

.content-block span:after, .content-block li a:after {
  height: 17px;
  width: 16px;
  background: url('images/arrow.png') right top no-repeat; }
/* line 454, styles/_main.scss */
.content-block span:hover:after, .content-block li a:hover:after {
  background-position: right bottom; }
/* line 460, styles/_main.scss */
.content-block .expand-content {
  display: none; }
/* line 465, styles/_main.scss */
.content-block ul {
  margin: 0;
  padding: 0;
  padding-left: 15px; }
/* line 471, styles/_main.scss */
.content-block ul li {
  list-style-type: none;
  padding: 0;
  padding-left: 25px;
  margin: 0;
  font-size: 18px;
  line-height: 27px; }
/* line 480, styles/_main.scss */
.content-block ul li a {
  position: relative; }
/* line 484, styles/_main.scss */
.content-block ul li a:after {
  display: none;
  top: 0;
  left: -25px; }
/* line 491, styles/_main.scss */
.content-block ul li a:hover {
  text-decoration: none;
  color: #88c540; }
/* line 497, styles/_main.scss */
.content-block ul li a:hover:after {
  display: block; }
/* line 506, styles/_main.scss */
.hasSidebar {
  display: block;
  float: left;
  width: 74%; }
/* line 513, styles/_main.scss */
.sidebar {
  display: block;
  float: right;
  width: 25%; }
/* line 520, styles/_main.scss */
/* line 525, styles/_main.scss */

footer[role="banner"] {
  margin-bottom: 0;
  z-index: 0;
  color: #9497a1;
  font: normal 16px 'Fira Sans', Arial, sans-serif;
  background: #095990; }
/* line 533, 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 547, styles/_main.scss */

.site-footer {
  background: transparent;
  height: auto;
  padding: 20px 0;
  position: relative;
  text-align: left; }

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

@media screen and (max-width: 599px) {
    .site-footer {
      min-height: auto; }
/* line 564, styles/_main.scss */
.site-footer > div {
  display: block;
  float: none;
  position: static; } }
/* line 572, styles/_main.scss */
.site-footer .footer-logo {
  display: block;
  margin: auto; }
/* line 579, styles/_main.scss */
.sub-footer {
  position: relative;
  color: #9497a1; }

@media screen and (max-width: 1169px) {
    .sub-footer {
      padding-bottom: 15px; } }
/* line 589, styles/_main.scss */
.sub-footer .copyright, .sub-footer .attribution {
  bottom: 28px;
  position: absolute; }

@media screen and (max-width: 1169px) {
      .sub-footer .copyright, .sub-footer .attribution {
        position: static;
        text-align: center;
        padding-bottom: 10px; } }
/* line 603, styles/_main.scss */
.sub-footer .copyright {
  left: 5px; }
/* line 608, styles/_main.scss */
.sub-footer .attribution {
  right: 5px; }
/* line 613, 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; }

@media screen and (max-width: 599px) {
    .sub-footer {
      position: relative;
      left: 0;
      right: 0; } }
/* courses page */
/* line 637, styles/_main.scss */
.course {
  margin-bottom: 25px;
  overflow: hidden; }
/* line 642, styles/_main.scss */
.course .image {
  float: left;
  margin-right: 30px; }
/* line 648, styles/_main.scss */
.course .description {
  float: left; }
/* line 653, styles/_main.scss */
.course .description-text {
  display: inline-block;
  vertical-align: middle;
  max-width: 780px;
  width: 100%;
  margin-right: 30px;
  color: #020202; }
/* line 662, styles/_main.scss */
.course .description-text p {
  margin-bottom: 0; }

@media screen and (max-width: 1169px) {
        .course .description-text p {
          margin-bottom: 15px; } }
/* line 672, styles/_main.scss */
.course .description-text .links {
  margin-top: 10px; }
/* line 675, styles/_main.scss */
.course .description-text .links a {
  color: inherit; }
/* line 679, styles/_main.scss */
.course .description-text .links a:hover {
  text-decoration: none; }
/* line 683, styles/_main.scss */
.course .description-text .links a:hover .arrow {
  background-position: bottom center; }
/* line 691, styles/_main.scss */
.course .description-text .arrow {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
  height: 17px;
  width: 17px;
  background: url('images/arrow.png') top center no-repeat;
  line-height: 1.125em;
  margin-left: 5px;
  margin-right: 15px; }
/* line 705, styles/_main.scss */
.course .syllabus-link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-top: 60px;
  font-weight: bold;
  font-size: 18px; }
/* line 714, styles/_main.scss */
.course .syllabus-link:before {
  top: 0;
  left: 0;
  right: 0;
  height: 52px;
  width: 61px;
  margin: auto;
  background: url('images/icon_syllabus.png') top center no-repeat; }
/* line 726, styles/_main.scss */
.course .syllabus-link:hover {
  color: #88c540;
  text-decoration: none; }
/* line 731, styles/_main.scss */
.course .syllabus-link:hover:before {
  background-position: bottom center; }
/* syllabus page */
/* line 740, styles/_main.scss */
.syllabus-nav {
  float: left;
  position: relative;
  max-width: 435px;
  width: 100%;
  padding: 15px 0;
  margin-right: 55px;
  background: #def5fb; }

@media screen and (max-width: 1169px) {
    .syllabus-nav {
      float: none;
      margin: none; } }
/* line 756, styles/_main.scss */
.syllabus-nav:before {
  height: calc(100% + 40px);
  width: 100000px;
  right: 0;
  top: 0;
  background: #def5fb; }

@media screen and (max-width: 1169px) {
      .syllabus-nav:before {
        height: 100%; } }
/* line 771, styles/_main.scss */
.syllabus-nav ul {
  margin: 0;
  padding: 0; }
/* line 776, styles/_main.scss */
.syllabus-nav ul li {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0; }
/* line 783, styles/_main.scss */
.syllabus-nav ul li a {
  display: block;
  position: relative;
  width: 100%;
  line-height: 25px;
  padding: 8px 0;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #0e76bc; }
/* line 795, styles/_main.scss */
.syllabus-nav ul li a span {
  position: relative;
  padding-right: 20px; }
/* line 802, styles/_main.scss */
.syllabus-nav ul li:hover {
  background: #fff;
  text-decoration: none; }
/* line 807, styles/_main.scss */
.syllabus-nav ul li:hover:before {
  height: 100%;
  width: 100000px;
  left: -100000px;
  top: 0;
  background: #fff; }
/* line 819, styles/_main.scss */
/* line 821, styles/_main.scss */

.syllabus-nav ul li.sel a span:after {
  width: 16px;
  height: 17px;
  right: 0;
  top: 0;
  background: url('images/arrow.png') top center no-repeat; }
/* line 831, styles/_main.scss */
.syllabus-nav ul li.sel:hover a span:after {
  background-position: bottom center; }
/* line 839, styles/_main.scss */
.syllabus-content {
  float: left;
  max-width: 650px;
  width: 100%;
  padding: 15px 0; }

@media screen and (max-width: 1169px) {
    .syllabus-content {
      float: none;
      max-width: 100%; } }
/* line 852, styles/_main.scss */
.syllabus-content ul {
  margin: 0; }
/* line 856, styles/_main.scss */
.syllabus-content ul li {
  list-style-type: none;
  color: #0e76bc;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px; }
/* line 864, styles/_main.scss */
.syllabus-content ul li li {
  font-weight: normal; }
/* about page */
/* line 873, styles/_main.scss */
.staff-member {
  float: left;
  max-width: 530px;
  width: 100%;
  margin-right: 60px; }
/* line 880, styles/_main.scss */
.staff-member:nth-child(2n) {
  margin-right: 0; }

@media screen and (max-width: 1169px) {
    .staff-member {
      float: none;
      max-width: 100%;
      margin: 0; } }
/* line 892, styles/_main.scss */
.staff-member .top {
  text-align: right; }

@media screen and (max-width: 1169px) {
      .staff-member .top {
        max-width: 530px; } }

@media screen and (max-width: 599px) {
      .staff-member .top {
        max-width: 100%;
        text-align: left; } }
/* line 908, styles/_main.scss */
.staff-member img.mugshot {
  margin-right: 10px;
  max-width: 140px;
  height: auto; }
/* line 915, styles/_main.scss */
.staff-member .name, .staff-member .staff-contact {
  max-width: 370px;
  width: 100%;
  font-size: 22px;
  line-height: 30px;
  color: #1793da;
  text-align: left; }
/* line 926, styles/_main.scss */
.staff-member .name {
  display: inline-block;
  vertical-align: bottom; }
/* line 931, styles/_main.scss */
.staff-member .name p {
  font-size: 22px;
  line-height: 30px;
  margin: 0;
  font-weight: bold; }
/* line 939, styles/_main.scss */
.staff-member .name a {
  position: relative;
  color: inherit;
  padding-right: 25px;
  outline: none; }
/* line 946, styles/_main.scss */
.staff-member .name a:after {
  height: 17px;
  width: 16px;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: url('images/arrow.png') right top no-repeat; }
/* line 958, styles/_main.scss */
.staff-member .name a:hover {
  text-decoration: none; }
/* line 962, styles/_main.scss */
.staff-member .name a:hover:after {
  background-position: right bottom; }
/* line 968, styles/_main.scss */
/* line 970, styles/_main.scss */

.staff-member .name a.expanded:after {
  background: url('images/arrow_down.png') center top no-repeat;
  height: 16px;
  width: 17px; }
/* line 976, styles/_main.scss */
.staff-member .name a.expanded:hover:after {
  background-position: center bottom; }
/* line 986, styles/_main.scss */
.staff-member .staff-contact {
  display: none;
  float: right; }

@media screen and (max-width: 599px) {
      .staff-member .staff-contact {
        float: none; } }
/* default form styling
 * - apply .contact class to any form
 * - note .button styling at top of file
 */
/* line 1002, styles/_main.scss */
form.contact {
  margin-top: 8px; }
/* line 1007, styles/_main.scss */
.contact-left {
  max-width: 625px;
  width: 100%;
  float: left;
  margin-right: 115px; }
/* line 1015, styles/_main.scss */
.contact-right {
  max-width: 400px;
  width: 100%;
  float: left; }
/* line 1021, styles/_main.scss */
.contact-right p {
  font-size: 25px;
  line-height: 30px; }

@media screen and (max-width: 599px) {
      .contact-right p {
        font-size: 20px;
        line-height: 27px; } }
/* line 1033, styles/_main.scss */
@media screen and (max-width: 599px) {
      .contact-right h2 {
        font-size: 20px;
        line-height: 27px; } }
/* line 1044, styles/_main.scss */
.contact {
  /* captcha */ }
/* line 1046, styles/_main.scss */
.contact p {
  line-height: 1.75em;
  margin: 0;
  margin-bottom: 10px; }
/* line 1052, styles/_main.scss */
.contact p.action {
  text-align: left; }
/* line 1058, styles/_main.scss */
.contact .action .button {
  margin: 0;
  margin-top: 15px; }
/* line 1064, styles/_main.scss */
.contact label {
  display: inline-block;
  vertical-align: top;
  width: 25%; }
/* line 1070, styles/_main.scss */
.contact label.error {
  color: #fd1a00;
  font-size: 0.875em;
  margin-left: 10px;
  width: auto; }
/* line 1079, styles/_main.scss */
.contact input[type=text], .contact input[type=password], .contact input[type=tel], .contact input[type=email], .contact textarea {
  background: #ededed;
  padding: 15px;
  border: 0;
  max-width: 570px;
  width: 100%;
  font-family: inherit;
  font-size: 16px; }
/* line 1094, styles/_main.scss */
.contact input {
  /* basic code for using customised radio button graphics
   * - checkboxes can be handled similarly
   * - fallback to normal in <= IE8
   */ }

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

.contact input[type=password], .contact input.password {
  width: 20%; }
/* line 1110, styles/_main.scss */
/* line 1112, styles/_main.scss */

.contact input[type=radio] + label {
  margin-right: 30px;
  position: relative;
  width: auto; }
/* line 1118, 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 1132, styles/_main.scss */
.contact input[type=radio]:checked + label:after {
  background: #095990; }
/* line 1140, styles/_main.scss */
.contact .auth + input {
  width: 20%; }
/* line 1145, styles/_main.scss */
.contact textarea {
  height: 150px; }
/* line 1151, styles/_main.scss */
img.auth {
  vertical-align: middle; }
/* line 1156, styles/_main.scss */
@media screen and (max-width: 599px) {
    input[type=submit] {
      -ms-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      -webkit-appearance: none;
      appearance: none; } }
/* tables */
/* line 1165, styles/_main.scss */
.control_panel {
  width: 90%;
  border: none;
  margin: 10px auto;
  padding: 0;
  border-bottom: 1px dashed #020202;
  border-collapse: collapse;
  line-height: 20px;
  text-align: left; }
/* line 1175, styles/_main.scss */
.control_panel tr {
  background: #ededed;
  border-bottom: 8px solid #fff; }
/* line 1179, styles/_main.scss */
.control_panel tr:nth-child(2n) {
  background: #fff; }
/* line 1185, styles/_main.scss */
.control_panel thead tr {
  background: #fff; }
/* line 1189, styles/_main.scss */
.control_panel th {
  vertical-align: top; }
/* line 1192, styles/_main.scss */
.control_panel th.control {
  width: 70px; }
/* line 1198, styles/_main.scss */
.control_panel th:first-child, .control_panel td:first-child {
  padding-left: 20px; }
/* line 1202, styles/_main.scss */
.control_panel th:last-child, .control_panel td:last-child {
  padding-right: 20px; }
/* line 1207, styles/_main.scss */
/* line 1208, styles/_main.scss */

.users th:first-child {
  width: 20%; }
/* line 1212, styles/_main.scss */
.users th:last-child {
  width: 40%; }
/* search results */
/* line 1218, styles/_main.scss */
.search-results {
  border-top: 1px solid #095990; }
/* line 1222, styles/_main.scss */
.search-results article {
  border-bottom: 1px solid #d9d9d7; }
/* line 1228, styles/_main.scss */
.search-results h3 {
  margin: 0; }
/* line 1233, styles/_main.scss */
.search-results p {
  line-height: initial; }
/* line 1238, styles/_main.scss */
.search-results img {
  display: block;
  float: left;
  height: auto;
  margin: 0 0.5em 0.5em 0;
  max-width: 150px; }
/* line 1247, 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 1259, styles/_main.scss */
.search-results a:hover h3, .search-results a:focus h3, .search-results a:active h3 {
  color: #88c540;
  text-decoration: underline; }
/* line 1268, styles/_main.scss */
/* line 1270, styles/_main.scss */

.sidebar.search-results img {
  float: none;
  margin: 0.5em 0; }
/* jQueryUI overrides */
/* line 1278, styles/_main.scss */
.ui-widget {
  font-family: inherit;
  font-size: 1em; }
/* line 1283, styles/_main.scss */
.ui-helper-reset {
  font-size: 1em; }
/* line 1288, styles/_main.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: #1793da; }
/* line 1297, styles/_main.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 1305, styles/_main.scss */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
  background: #fff;
  border-color: #095990;
  color: #020202; }
/* line 1313, styles/_main.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 1320, styles/_main.scss */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #fff;
  border-color: #095990;
  color: #020202; }
/* line 1328, styles/_main.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 1335, styles/_main.scss */
.ui-accordion-content {
  border-radius: 0;
  font-size: 0.875em;
  margin-bottom: 10px; }
/* line 1341, styles/_main.scss */
.ui-accordion-content + .ui-accordion-header {
  margin-top: 10px; }
/* line 1347, styles/_main.scss */
.ui-accordion-header {
  font-size: 0.875em; }
/* line 1352, styles/_main.scss */
.ui-tabs .ui-tabs-nav li {
  border-width: 0; }
/* line 1356, styles/_main.scss */
/* line 182, styles/_functions.scss */

.ui-state-active a:link, .ui-state-active a:visited {
  color: inherit; }
/* line 1362, styles/_main.scss */
ul.pdf {
  list-style-image: url('/resources/template/pdf-bullet.png');
  line-height: 36px;
  font-size: 20px; }
/* line 1368, styles/_main.scss */
/* line 1370, styles/_main.scss */

ul.pdf li a {
  padding-left: 36px;
  margin-left: -30px; }
/* line 1, styles/_navigation.scss */
.main-navigation {
  float: right;
  position: relative;
  padding: 0;
  max-width: 710px;
  width: 100%;
  background: #fff;
  color: #020202;
  font: 18px 'Fira Sans', Arial, sans-serif;
  text-transform: lowercase; }

@media screen and (max-width: 1169px) {
    .main-navigation {
      display: none; } }
/* line 19, styles/_navigation.scss */
.main-navigation ul:first-child {
  margin: 0;
  max-width: 1170px;
  padding: 0;
  width: 100%; }
/* line 27, styles/_navigation.scss */
.main-navigation li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 140px;
  height: 140px; }
/* line 36, 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 51, 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; }
/* line 62, 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 73, styles/_navigation.scss */
.main-navigation a {
  color: inherit; }
/* line 182, styles/_functions.scss */
.main-navigation a:link, .main-navigation a:visited {
  display: inline-block;
  padding: 0 10px;
  text-decoration: none; }
/* line 195, styles/_functions.scss */
.main-navigation a:hover, .main-navigation a:focus, .main-navigation a:active {
  color: #88c540;
  background: transparent;
  text-decoration: none; }
/* line 92, styles/_navigation.scss */
.main-navigation .sel > a, .main-navigation .sel .sel > a {
  color: #88c540;
  background: transparent; }
/* line 99, styles/_navigation.scss */
.main-navigation .sel > a:after {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #0e76bc transparent; }
/* line 113, styles/_navigation.scss */
.main-navigation .sel .sel > a:after {
  display: none; }
/* line 118, styles/_navigation.scss */
.main-navigation li:hover ul, .main-navigation a:focus + ul {
  height: auto; }
/* line 124, styles/_navigation.scss */
.main-navigation ul ul ul {
  display: none; }
/* line 131, styles/_navigation.scss */
.mobile-menu {
  position: absolute;
  top: 0;
  z-index: 200;
  padding: 0;
  width: 100%;
  overflow: visible;
  color: #020202;
  text-align: left;
  font: 18px 'Fira Sans', Arial, sans-serif; }

@media screen and (min-width: 1171px) {
    .mobile-menu {
      display: none; } }
/* line 150, styles/_navigation.scss */
.mobile-menu ul {
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: #fff; }
/* line 161, styles/_navigation.scss */
.mobile-menu li {
  display: block;
  text-transform: uppercase; }
/* line 166, styles/_navigation.scss */
.mobile-menu li.submenu {
  background: transparent url("images/mobileMenuArrowRightblack.png") right no-repeat; }
/* line 171, styles/_navigation.scss */
.mobile-menu li.back {
  background: transparent url("images/mobileMenuArrowLeftblack.png") left no-repeat; }
/* line 177, styles/_navigation.scss */
.mobile-menu li.sel {
  background-color: #88c540; }
/* line 182, styles/_navigation.scss */
.mobile-menu li.indent a {
  padding-left: 40px; }
/* line 187, styles/_navigation.scss */
.mobile-menu h2 {
  margin: 0;
  padding: 0;
  color: inherit; }
/* line 194, styles/_navigation.scss */
.mobile-menu a {
  display: block;
  padding: 10px 0;
  padding-left: 30px;
  color: inherit; }
/* line 195, styles/_functions.scss */
.mobile-menu a:hover, .mobile-menu a:focus, .mobile-menu a:active {
  background: transparent; }
/* line 206, styles/_navigation.scss */
.sel > .mobile-menu a {
  background: transparent; }
/* line 214, styles/_navigation.scss */
.mobile-menu h2 {
  position: absolute;
  top: 15px;
  right: 20px;
  border-bottom: none;
  color: #ededed;
  font-size: 3em; }
/* line 223, styles/_navigation.scss */
/* line 182, styles/_functions.scss */

.mobile-menu h2 a:link, .mobile-menu h2 a:visited {
  width: 33px;
  height: 23px;
  text-indent: -9999px;
  background: url('images/icon_menu.png') center top no-repeat;
  background-size: 100%; }
/* line 233, styles/_navigation.scss */
.mobile-menu h2 a:link.active, .mobile-menu h2 a:visited.active {
  background-position: center bottom; }
/* line 243, styles/_navigation.scss */
/* line 247, 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 261, 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: 599px) {
      footer[role="banner"] nav {
        display: block;
        height: auto;
        padding: 10px;
        background-position: center 30px;
        text-align: center; } }
/* line 281, styles/_navigation.scss */
footer[role="banner"] nav div {
  display: table-cell;
  padding: 10px; }
/* line 288, styles/_navigation.scss */
footer[role="banner"] nav h2 {
  margin: 0 0 0.5em;
  color: #095990;
  font-size: 1.5em; }
/* line 295, styles/_navigation.scss */
footer[role="banner"] nav ul {
  display: block;
  margin: 0;
  padding: 0; }
/* line 302, styles/_navigation.scss */
footer[role="banner"] nav ul ul {
  display: none; }
/* line 307, styles/_navigation.scss */
footer[role="banner"] nav li {
  display: block;
  padding: 0; }
/* line 313, 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: #1793da; }

@media screen and (max-width: 599px) {
    /* line 329, styles/_navigation.scss */
      /* line 331, styles/_navigation.scss */
        footer[role="banner"] nav div {
          display: block;
          float: none;
          position: static;
          margin-bottom: 2em;
          width: 100%;
          text-align: center; }
/* line 341, styles/_navigation.scss */
footer[role="banner"] nav div p {
  display: inline-block;
  width: 40%;
  margin: 0; } }
/* line 1, styles/_slideshow.scss */
.cloud-animation {
  overflow: hidden;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%; }
/* line 9, styles/_slideshow.scss */
.cloud-animation img {
  position: absolute;
  left: -1000px;
  right: -1000px;
  margin: auto; }
/* line 19, styles/_slideshow.scss */
/* line 21, styles/_slideshow.scss */

.cloud-animation .foreground {
  -ms-animation: foreground-x 4s ease-in infinite;
  -moz-animation: foreground-x 4s ease-in infinite;
  -o-animation: foreground-x 4s ease-in infinite;
  -webkit-animation: foreground-x 4s ease-in infinite;
  animation: foreground-x 4s ease-in infinite; }
/* line 25, styles/_slideshow.scss */
.cloud-animation .foreground img {
  -ms-animation: foreground-y 4s ease-out infinite;
  -moz-animation: foreground-y 4s ease-out infinite;
  -o-animation: foreground-y 4s ease-out infinite;
  -webkit-animation: foreground-y 4s ease-out infinite;
  animation: foreground-y 4s ease-out infinite; }
/* line 31, styles/_slideshow.scss */
.cloud-animation .midground {
  -ms-animation: midground-x 4s ease-out infinite;
  -moz-animation: midground-x 4s ease-out infinite;
  -o-animation: midground-x 4s ease-out infinite;
  -webkit-animation: midground-x 4s ease-out infinite;
  animation: midground-x 4s ease-out infinite; }
/* line 35, styles/_slideshow.scss */
.cloud-animation .midground img {
  -ms-animation: midground-y 4s ease-in infinite;
  -moz-animation: midground-y 4s ease-in infinite;
  -o-animation: midground-y 4s ease-in infinite;
  -webkit-animation: midground-y 4s ease-in infinite;
  animation: midground-y 4s ease-in infinite; }
/* line 41, styles/_slideshow.scss */
.cloud-animation .background {
  -ms-animation: background-x 10s ease-out infinite;
  -moz-animation: background-x 10s ease-out infinite;
  -o-animation: background-x 10s ease-out infinite;
  -webkit-animation: background-x 10s ease-out infinite;
  animation: background-x 10s ease-out infinite; }
/* line 45, styles/_slideshow.scss */
.cloud-animation .background img {
  -ms-animation: background-y 8s ease-in infinite;
  -moz-animation: background-y 8s ease-in infinite;
  -o-animation: background-y 8s ease-in infinite;
  -webkit-animation: background-y 8s ease-in infinite;
  animation: background-y 8s ease-in infinite; }

@-webkit-keyframes foreground-x {
/* line 55, styles/_slideshow.scss */
0% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
/* line 59, styles/_slideshow.scss */
50% {
  -ms-transform: translate(-30px, 0px);
  -moz-transform: translate(-30px, 0px);
  -o-transform: translate(-30px, 0px);
  -webkit-transform: translate(-30px, 0px);
  transform: translate(-30px, 0px); }
/* line 63, styles/_slideshow.scss */
100% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); } }

@-moz-keyframes foreground-x {
/* line 55, styles/_slideshow.scss */
0% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
/* line 59, styles/_slideshow.scss */
50% {
  -ms-transform: translate(-30px, 0px);
  -moz-transform: translate(-30px, 0px);
  -o-transform: translate(-30px, 0px);
  -webkit-transform: translate(-30px, 0px);
  transform: translate(-30px, 0px); }
/* line 63, styles/_slideshow.scss */
100% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); } }

@-o-keyframes foreground-x {
/* line 55, styles/_slideshow.scss */
0% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
/* line 59, styles/_slideshow.scss */
50% {
  -ms-transform: translate(-30px, 0px);
  -moz-transform: translate(-30px, 0px);
  -o-transform: translate(-30px, 0px);
  -webkit-transform: translate(-30px, 0px);
  transform: translate(-30px, 0px); }
/* line 63, styles/_slideshow.scss */
100% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); } }

@keyframes foreground-x {
/* line 55, styles/_slideshow.scss */
0% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
/* line 59, styles/_slideshow.scss */
50% {
  -ms-transform: translate(-30px, 0px);
  -moz-transform: translate(-30px, 0px);
  -o-transform: translate(-30px, 0px);
  -webkit-transform: translate(-30px, 0px);
  transform: translate(-30px, 0px); }
/* line 63, styles/_slideshow.scss */
100% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); } }

@-webkit-keyframes foreground-y {
/* line 71, styles/_slideshow.scss */
0% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
/* line 75, styles/_slideshow.scss */
50% {
  -ms-transform: translate(0px, -10px);
  -moz-transform: translate(0px, -10px);
  -o-transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px); }
/* line 79, styles/_slideshow.scss */
100% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); } }

@-moz-keyframes foreground-y {
/* line 71, styles/_slideshow.scss */
0% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
/* line 75, styles/_slideshow.scss */
50% {
  -ms-transform: translate(0px, -10px);
  -moz-transform: translate(0px, -10px);
  -o-transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px); }
/* line 79, styles/_slideshow.scss */
100% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); } }

@-o-keyframes foreground-y {
/* line 71, styles/_slideshow.scss */
0% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
/* line 75, styles/_slideshow.scss */
50% {
  -ms-transform: translate(0px, -10px);
  -moz-transform: translate(0px, -10px);
  -o-transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px); }
/* line 79, styles/_slideshow.scss */
100% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); } }

@keyframes foreground-y {
/* line 71, styles/_slideshow.scss */
0% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
/* line 75, styles/_slideshow.scss */
50% {
  -ms-transform: translate(0px, -10px);
  -moz-transform: translate(0px, -10px);
  -o-transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px); }
/* line 79, styles/_slideshow.scss */
100% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); } }

@-webkit-keyframes midground-x {
/* line 87, styles/_slideshow.scss */
0% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
/* line 91, styles/_slideshow.scss */
50% {
  -ms-transform: translate(20px, 0px);
  -moz-transform: translate(20px, 0px);
  -o-transform: translate(20px, 0px);
  -webkit-transform: translate(20px, 0px);
  transform: translate(20px, 0px); }
/* line 95, styles/_slideshow.scss */
100% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); } }

@-moz-keyframes midground-x {
/* line 87, styles/_slideshow.scss */
0% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
/* line 91, styles/_slideshow.scss */
50% {
  -ms-transform: translate(20px, 0px);
  -moz-transform: translate(20px, 0px);
  -o-transform: translate(20px, 0px);
  -webkit-transform: translate(20px, 0px);
  transform: translate(20px, 0px); }
/* line 95, styles/_slideshow.scss */
100% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); } }

@-o-keyframes midground-x {
/* line 87, styles/_slideshow.scss */
0% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
/* line 91, styles/_slideshow.scss */
50% {
  -ms-transform: translate(20px, 0px);
  -moz-transform: translate(20px, 0px);
  -o-transform: translate(20px, 0px);
  -webkit-transform: translate(20px, 0px);
  transform: translate(20px, 0px); }
/* line 95, styles/_slideshow.scss */
100% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); } }

@keyframes midground-x {
/* line 87, styles/_slideshow.scss */
0% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
/* line 91, styles/_slideshow.scss */
50% {
  -ms-transform: translate(20px, 0px);
  -moz-transform: translate(20px, 0px);
  -o-transform: translate(20px, 0px);
  -webkit-transform: translate(20px, 0px);
  transform: translate(20px, 0px); }
/* line 95, styles/_slideshow.scss */
100% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); } }

@-webkit-keyframes midground-y {
/* line 103, styles/_slideshow.scss */
0% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
/* line 107, styles/_slideshow.scss */
50% {
  -ms-transform: translate(0px, 25px);
  -moz-transform: translate(0px, 25px);
  -o-transform: translate(0px, 25px);
  -webkit-transform: translate(0px, 25px);
  transform: translate(0px, 25px); }
/* line 111, styles/_slideshow.scss */
100% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); } }

@-moz-keyframes midground-y {
/* line 103, styles/_slideshow.scss */
0% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
/* line 107, styles/_slideshow.scss */
50% {
  -ms-transform: translate(0px, 25px);
  -moz-transform: translate(0px, 25px);
  -o-transform: translate(0px, 25px);
  -webkit-transform: translate(0px, 25px);
  transform: translate(0px, 25px); }
/* line 111, styles/_slideshow.scss */
100% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); } }

@-o-keyframes midground-y {
/* line 103, styles/_slideshow.scss */
0% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
/* line 107, styles/_slideshow.scss */
50% {
  -ms-transform: translate(0px, 25px);
  -moz-transform: translate(0px, 25px);
  -o-transform: translate(0px, 25px);
  -webkit-transform: translate(0px, 25px);
  transform: translate(0px, 25px); }
/* line 111, styles/_slideshow.scss */
100% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); } }

@keyframes midground-y {
/* line 103, styles/_slideshow.scss */
0% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
/* line 107, styles/_slideshow.scss */
50% {
  -ms-transform: translate(0px, 25px);
  -moz-transform: translate(0px, 25px);
  -o-transform: translate(0px, 25px);
  -webkit-transform: translate(0px, 25px);
  transform: translate(0px, 25px); }
/* line 111, styles/_slideshow.scss */
100% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); } }

@-webkit-keyframes background-x {
/* line 119, styles/_slideshow.scss */
0% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
/* line 123, styles/_slideshow.scss */
50% {
  -ms-transform: translate(30px, 0px);
  -moz-transform: translate(30px, 0px);
  -o-transform: translate(30px, 0px);
  -webkit-transform: translate(30px, 0px);
  transform: translate(30px, 0px); }
/* line 127, styles/_slideshow.scss */
100% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); } }

@-moz-keyframes background-x {
/* line 119, styles/_slideshow.scss */
0% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
/* line 123, styles/_slideshow.scss */
50% {
  -ms-transform: translate(30px, 0px);
  -moz-transform: translate(30px, 0px);
  -o-transform: translate(30px, 0px);
  -webkit-transform: translate(30px, 0px);
  transform: translate(30px, 0px); }
/* line 127, styles/_slideshow.scss */
100% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); } }

@-o-keyframes background-x {
/* line 119, styles/_slideshow.scss */
0% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
/* line 123, styles/_slideshow.scss */
50% {
  -ms-transform: translate(30px, 0px);
  -moz-transform: translate(30px, 0px);
  -o-transform: translate(30px, 0px);
  -webkit-transform: translate(30px, 0px);
  transform: translate(30px, 0px); }
/* line 127, styles/_slideshow.scss */
100% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); } }

@keyframes background-x {
/* line 119, styles/_slideshow.scss */
0% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
/* line 123, styles/_slideshow.scss */
50% {
  -ms-transform: translate(30px, 0px);
  -moz-transform: translate(30px, 0px);
  -o-transform: translate(30px, 0px);
  -webkit-transform: translate(30px, 0px);
  transform: translate(30px, 0px); }
/* line 127, styles/_slideshow.scss */
100% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); } }

@-webkit-keyframes background-y {
/* line 135, styles/_slideshow.scss */
0% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
/* line 139, styles/_slideshow.scss */
50% {
  -ms-transform: translate(0px, -20px);
  -moz-transform: translate(0px, -20px);
  -o-transform: translate(0px, -20px);
  -webkit-transform: translate(0px, -20px);
  transform: translate(0px, -20px); }
/* line 143, styles/_slideshow.scss */
100% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); } }

@-moz-keyframes background-y {
/* line 135, styles/_slideshow.scss */
0% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
/* line 139, styles/_slideshow.scss */
50% {
  -ms-transform: translate(0px, -20px);
  -moz-transform: translate(0px, -20px);
  -o-transform: translate(0px, -20px);
  -webkit-transform: translate(0px, -20px);
  transform: translate(0px, -20px); }
/* line 143, styles/_slideshow.scss */
100% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); } }

@-o-keyframes background-y {
/* line 135, styles/_slideshow.scss */
0% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
/* line 139, styles/_slideshow.scss */
50% {
  -ms-transform: translate(0px, -20px);
  -moz-transform: translate(0px, -20px);
  -o-transform: translate(0px, -20px);
  -webkit-transform: translate(0px, -20px);
  transform: translate(0px, -20px); }
/* line 143, styles/_slideshow.scss */
100% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); } }

@keyframes background-y {
/* line 135, styles/_slideshow.scss */
0% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
/* line 139, styles/_slideshow.scss */
50% {
  -ms-transform: translate(0px, -20px);
  -moz-transform: translate(0px, -20px);
  -o-transform: translate(0px, -20px);
  -webkit-transform: translate(0px, -20px);
  transform: translate(0px, -20px); }
/* line 143, styles/_slideshow.scss */
100% {
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px); } }
/* line 150, styles/_slideshow.scss */
/* line 152, styles/_slideshow.scss */

.header-image .cloud-animation img {
  top: -750px;
  bottom: -1000px;
  max-width: 1000px; }
/* line 160, styles/_slideshow.scss */
.header-image {
  background-position: top center;
  background-repeat: no-repeat, repeat-x;
  background-size: cover; }
/* line 167, styles/_slideshow.scss */
.header-image h2 {
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 45px;
  height: 135px;
  line-height: 135px;
  font-weight: bold;
  text-align: center; }
/* line 178, styles/_slideshow.scss */
.header-image h2:after {
  height: 38px;
  width: 59px;
  top: 60px;
  right: 30%;
  background: url('images/plane.png') center center no-repeat; }

@media screen and (max-width: 1169px) {
      .header-image h2 {
        height: 90px;
        line-height: 90px;
        font-size: 35px; }
/* line 194, styles/_slideshow.scss */
.header-image h2:after {
  top: 30px;
  right: 10%; } }

@media screen and (max-width: 599px) {
      .header-image h2 {
        font-size: 27px; }
/* line 205, styles/_slideshow.scss */
.header-image h2:after {
  display: none; } }
/* line 213, styles/_slideshow.scss */
.slideshow {
  position: relative;
  z-index: 7;
  background-image: url('images/slideshow_bg.jpg');
  background-position: top center;
  background-repeat: repeat-x;
  background-color: #095990; }
/* line 226, styles/_slideshow.scss */
.slideshow .container {
  overflow: hidden; }
/* line 231, styles/_slideshow.scss */
.slideshow p {
  float: left;
  width: 510px;
  margin-top: 210px;
  font-size: 38px;
  line-height: 45px;
  font-weight: bold;
  font-family: 'Fira Sans', Arial, sans-serif;
  text-align: center;
  color: #fff; }
/* line 246, styles/_slideshow.scss */
.slideshow .contact-details {
  position: absolute;
  bottom: 30px;
  left: 40px;
  z-index: 10;
  font-size: 25px;
  color: #fff;
  margin-bottom: 15px; }
/* line 256, styles/_slideshow.scss */
.slideshow .contact-details a {
  color: inherit; }
/* line 261, styles/_slideshow.scss */
.slideshow .contact-details span {
  margin-right: 25px; }

@media screen and (max-width: 1169px) {
        .slideshow .contact-details span {
          display: none; } }
/* line 271, styles/_slideshow.scss */
.slideshow .contact-details img {
  display: none;
  margin: 0 12px; }

@media screen and (max-width: 1169px) {
        .slideshow .contact-details img {
          display: inline-block;
          vertical-align: middle; } }

@media screen and (max-width: 1169px) {
      .slideshow .contact-details {
        position: static;
        text-align: center; } }
/* line 289, styles/_slideshow.scss */
.slideshow .contact-details .button {
  padding: 0 30px;
  -webkit-box-shadow: 0 2px 0 0 #074471;
  box-shadow: 0 2px 0 0 #074471;
  font-size: 20px;
  min-width: 235px; }
/* line 299, styles/_slideshow.scss */
.slideshow .contact-details .button:hover, .slideshow .contact-details .button:active {
  color: #88c540; }

@media screen and (max-width: 599px) {
        .slideshow .contact-details .button {
          font-size: 20px;
          padding: 0 15px;
          min-width: 100px;
          display: block;
          margin-bottom: 20px; } }

@media screen and (max-width: 1169px) {
        /* line 316, styles/_slideshow.scss */
          .slideshow .contact-details .button + br {
            display: none; } }

@media screen and (max-width: 329px) {
        .slideshow .contact-details .button {
          display: block; } }
/* line 329, styles/_slideshow.scss */
.slideshow .slider.monitor {
  float: right;
  margin-top: 25px;
  height: 368px;
  max-height: 368px;
  width: 587px;
  width: 587px;
  box-sizing: content-box;
  padding: 30px;
  padding-top: 29px;
  padding-bottom: 165px;
  background: url('images/monitor.png') top center no-repeat; }
/* line 343, styles/_slideshow.scss */
.slideshow .slider.monitor:before {
  height: 448px;
  width: 258px;
  left: -268px;
  top: 0;
  background: url('images/planes.png') center center no-repeat; }

@media screen and (max-width: 1169px) {
      .slideshow .slider.monitor {
        display: none; } }
/* line 360, styles/_slideshow.scss */
.slideshow .container {
  padding: 0; }
/* line 367, styles/_slideshow.scss */
.slideshow figure {
  position: relative;
  height: 368px;
  margin: 0;
  max-height: 100%;
  overflow: hidden;
  padding: 0;
  width: 100%;
  background-position: center bottom;
  background-size: cover;
  text-align: center; }
/* line 381, styles/_slideshow.scss */
.slideshow figure + figure {
  display: none; }
/* line 385, styles/_slideshow.scss */
.slideshow figure img {
  width: 100%;
  height: auto; }
/* line 393, styles/_slideshow.scss */
.slideshow svg {
  width: 101%;
  height: 101%; }
/* line 399, styles/_slideshow.scss */
.slideshow .slider.captions {
  overflow: hidden;
  max-width: 520px;
  width: 100%;
  height: 135px;
  float: left;
  margin-top: 200px; }

@media screen and (max-width: 1169px) {
      .slideshow .slider.captions {
        float: none;
        margin-top: 70px;
        margin-bottom: 30px;
        max-width: 100%;
        height: 90px; } }

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

@media screen and (max-width: 364px) {
      .slideshow .slider.captions {
        margin-top: 50px;
        margin-bottom: 15px; } }
/* line 429, styles/_slideshow.scss */
.slideshow figcaption {
  top: 10px;
  right: -100%;
  bottom: 10px;
  left: auto;
  max-width: 520px;
  background: transparent;
  color: #fff;
  text-align: center;
  text-transform: none; }

@media screen and (max-width: 1169px) {
      .slideshow figcaption {
        max-width: 100%; } }
/* line 451, styles/_slideshow.scss */
.slideshow figcaption > :first-child {
  display: block;
  font: bold 38px 'Fira Sans', Arial, sans-serif;
  line-height: 45px; }

@media screen and (max-width: 599px) {
        .slideshow figcaption > :first-child {
          font-size: 27px;
          line-height: 35px; } }

@media screen and (max-width: 364px) {
        .slideshow figcaption > :first-child {
          font-size: 23px;
          line-height: 29px; } }

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

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

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

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

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

.slideshow button.slick-arrow {
  position: absolute;
  overflow: hidden;
  bottom: 50px;
  z-index: 100;
  height: 26px;
  width: 25px;
  border: none;
  background: url('images/slideshow_arrow.png') top no-repeat;
  cursor: pointer;
  text-indent: -9999px; }
/* line 537, styles/_slideshow.scss */
.slideshow button.slick-arrow.slick-prev {
  left: 420px;
  background-position: left top; }
/* line 195, styles/_functions.scss */
.slideshow button.slick-arrow.slick-prev:hover, .slideshow button.slick-arrow.slick-prev:focus, .slideshow button.slick-arrow.slick-prev:active {
  background-position: left bottom; }
/* line 549, styles/_slideshow.scss */
.slideshow button.slick-arrow.slick-next {
  right: 150px;
  background-position: right top; }
/* line 195, styles/_functions.scss */
.slideshow button.slick-arrow.slick-next:hover, .slideshow button.slick-arrow.slick-next:focus, .slideshow button.slick-arrow.slick-next:active {
  background-position: right bottom; }
/* line 563, styles/_slideshow.scss */
.slideshow ul.slick-dots {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 20px;
  left: 30px;
  margin: 0;
  padding: 0; }
/* line 573, styles/_slideshow.scss */
.slideshow ul.slick-dots li {
  display: inline-block;
  border: 1px solid #095990;
  border-radius: 50%;
  height: 12px;
  margin: 0;
  margin-left: 5px;
  padding: 0;
  width: 12px;
  background: transparent;
  text-indent: -1000000px; }
/* line 587, styles/_slideshow.scss */
.slideshow ul.slick-dots li.slick-active {
  border: 1px solid #095990;
  background: #095990; }
/* line 593, styles/_slideshow.scss */
.slideshow ul.slick-dots li:hover {
  cursor: pointer; }

@media screen and (max-width: 599px) {
    /* line 601, styles/_slideshow.scss */
      .slideshow button.slick-arrow {
        display: none !important; }
/* line 608, styles/_slideshow.scss */
.slideshow figure {
  overflow: visible;
  margin-bottom: 11%; } }

/* blog */
/* line 2, styles/_blog.scss */
.blog-summary > div {
  border-bottom: 1px solid #ededed;
  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 {
  border: 1px solid #ededed;
  border-radius: 5px;
  display: block;
  max-width: 100%; }
/* line 34, styles/_blog.scss */
.blog-article .blog-feature {
  border: 1px solid #ededed;
  border-radius: 5px;
  display: block;
  margin: 0 auto 1em; }
/* line 42, styles/_blog.scss */
.articleNav {
  height: 2em;
  width: 100%; }
/* line 48, styles/_blog.scss */
.articleNav .previous {
  float: right; }
/* line 52, styles/_blog.scss */
.articleNav .previous a:after {
  content: '>>';
  left: 101%;
  position: absolute;
  top: -0.0625em; }
/* line 62, styles/_blog.scss */
.articleNav .next {
  float: left; }
/* line 66, 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: 601px) {
    .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 #ededed;
  margin-bottom: 15px; }
/* line 17, styles/_cart.scss */
.cart_options h4 {
  background: #fff;
  border-bottom: 1px solid #ededed;
  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 #ededed; }
/* 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 #ededed;
  border-right: 1px solid #ededed;
  font-size: 0.875em; }
/* line 66, styles/_cart.scss */
.cart td {
  padding: 10px;
  vertical-align: middle; }

@media screen and (max-width: 599px) {
      .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 #020202;
  border-radius: 3px;
  display: block;
  height: 105px;
  position: relative;
  width: 105px; }

@media screen and (max-width: 599px) {
          .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: 599px) {
        .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: #020202;
  font-weight: bold; }
/* line 136, styles/_cart.scss */
@media screen and (max-width: 599px) {
        .cart td.remove:before {
          content: "Remove: "; } }
/* line 144, styles/_cart.scss */
@media screen and (max-width: 599px) {
        .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: 599px) {
          .cart td.price:before {
            content: " x "; } }
/* line 165, styles/_cart.scss */
@media screen and (max-width: 599px) {
          .cart td.price:after {
            content: " = "; } }
/* line 175, styles/_cart.scss */
.cart tfoot {
  border-top: 1px solid #ededed; }
/* 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: #020202;
  font-size: 1.123em; }
/* line 196, styles/_cart.scss */
.cart h2 {
  font-family: 'Fira Sans', Arial, sans-serif;
  font-size: 1em; }
/* line 202, styles/_cart.scss */
.cart h3 {
  color: #020202;
  font-family: 'Fira Sans', 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 #020202;
  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 #020202;
  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 #020202;
  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 #ededed;
  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: #020202;
  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 #095990; }
/* line 22, styles/_tinymce.scss */
#tinymce a {
  border-bottom: 1px dotted #095990;
  text-decoration: none; }
/* line 28, styles/_tinymce.scss */
#tinymce td {
  font-family: inherit;
  font-size: inherit; }
