/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 * updated: Tue Nov 15 2016 12:00:59 GMT+0000 (GMT)
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    Accordion
    Back to top
    Header logo
    Magnific popup
    Skip links
    Slick
    S
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);
.visuallyhidden, .sr-only, .skip-links__link {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .focusable.sr-only:active,
.visuallyhidden.focusable:focus, .focusable.sr-only:focus, .skip-links__link:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.tabs__tab-list, .popup__list, .skip-links__list, .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}

.highlight {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.clearfix, .newsletter-signup .newsletter-signup-form, nav .close-wrapper, footer section.social .social-wrapper {
  *zoom: 1;
}

.clearfix:before, .newsletter-signup .newsletter-signup-form:before, nav .close-wrapper:before, footer section.social .social-wrapper:before, .clearfix:after, .newsletter-signup .newsletter-signup-form:after, nav .close-wrapper:after, footer section.social .social-wrapper:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after, .newsletter-signup .newsletter-signup-form:after, nav .close-wrapper:after, footer section.social .social-wrapper:after {
  clear: both;
}

/*
--------------------
Reset (normalize.css)
--------------------
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
--------------------
Utilities b
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.pull-left {
  float: left;
}

img.pull-left {
  margin-right: 1em;
}

.pull-right {
  float: right;
}

img.pull-right {
  margin-left: 1em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
--------------------
General
--------------------
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

html,
body {
  height: 100%;
}

img {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

@-ms-viewport {
  width: device-width;
}

@page {
  margin: 0.5cm;
}

/*
--------------------
Content
--------------------
*/
/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin: .5em 0;
}

caption {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
}

th {
  background: #333;
  color: #cccccc;
}

td {
  border: 1px solid #333;
}

/* Buttons */
.button, .add-fav-btn, .download-btn {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #333;
  color: #cccccc;
  display: inline-block;
  border: 0;
  padding: .5em 1em;
}

.button, .add-fav-btn, .download-btn, .button:visited, .add-fav-btn:visited, .download-btn:visited {
  text-decoration: none;
}

.button:focus, .add-fav-btn:focus, .download-btn:focus, .button:hover, .add-fav-btn:hover, .download-btn:hover {
  background-color: black;
}

.button:focus, .add-fav-btn:focus, .download-btn:focus {
  outline: 1px dotted #212121;
}

.button--large {
  font-size: 24px;
  font-size: 1.5rem;
}

.button--small {
  font-size: 12.8px;
  font-size: 0.8rem;
}

/* Quotes */
blockquote {
  position: relative;
  padding-left: 3em;
  margin: 2em 0;
}

blockquote:before {
  font-size: 80px;
  font-size: 5rem;
  color: #333;
  content: "\201C";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1em;
}

.pull-quote {
  border-top: 1px solid #333;
  padding: 1em .5em 0 .5em;
  margin: 1em;
}

/* Highlight */
.highlight {
  background: #cccccc;
  padding: .1em .5em;
}

/*
--------------------
Modules
--------------------
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.row {
  max-width: 85.375rem;
  margin-left: auto;
  margin-right: auto;
}

.row::before, .row::after {
  content: ' ';
  display: table;
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-collapse .row,
.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row,
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 65.875em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row,
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 1.875rem;
  }
  h2 {
    font-size: 1.4375rem;
  }
  h3 {
    font-size: 1.1875rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 0.875rem;
  }
}

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover, a:focus {
  color: #1585cf;
}

a img {
  border: 0;
}

hr {
  max-width: 85.375rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: '\2014 \0020';
}

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 65.875em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

html,
body {
  height: 100%;
}

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease;
}

.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  content: ' ';
  display: table;
}

.off-canvas-wrapper-inner::after {
  clear: both;
}

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease;
}

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0);
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}

.is-open-left {
  transform: translateX(250px);
}

.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}

.is-open-right {
  transform: translateX(-250px);
}

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}

@media screen and (min-width: 65.875em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 65.8125em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 65.875em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 65.875em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 65.8125em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 65.875em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 65.8125em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  color: #333;
  overflow-y: scroll;
  font-size: 1em;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}

body.dark {
  background: #0a0a0a;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Arial, sans-serif;
  color: #333;
}

#page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  transform: translateX(0);
}

#page-wrapper main {
  margin-top: 1em;
  margin-bottom: 1em;
}

#page-wrapper .off-screen-inner {
  transition: transform 0.2s;
}

#page-wrapper .off-screen-inner .main-content {
  background: #fefefe;
  padding-bottom: 1em;
}

#page-wrapper.off-screen {
  overflow-x: hidden;
}

#page-wrapper.off-screen .off-screen-inner {
  transform: translateX(90%);
}

#page-wrapper.off-screen .off-screen-inner header.header, #page-wrapper.off-screen .off-screen-inner .main-content, #page-wrapper.off-screen .off-screen-inner .newsletter-signup, #page-wrapper.off-screen .off-screen-inner footer {
  opacity: 0.4;
}

#page-wrapper .main-wrapper {
  flex: 1;
}

a {
  transition: color 0.3s, opacity 0.3s;
  color: #006AD5;
}

a:hover, a:focus {
  color: #00376f;
  text-decoration: underline;
}

/* components */
/* Global form elements */
input[type=text],
input[type=email],
input[type=search],
input[type=tel],
input[type=password],
input[type=date],
textarea {
  border: none;
  outline: none;
  background: #fefefe;
  padding: 0.25em;
  padding-left: 1em;
  color: #333;
  margin-top: 0.25em;
  margin-bottom: 0.75em;
  line-height: 1.65em;
  height: 48px;
  border-radius: 2px;
  width: 100%;
}

input[type=text]:placeholder-shown,
input[type=email]:placeholder-shown,
input[type=search]:placeholder-shown,
input[type=tel]:placeholder-shown,
input[type=password]:placeholder-shown,
input[type=date]:placeholder-shown,
textarea:placeholder-shown {
  font-style: italic;
}

input[type=text].error,
input[type=email].error,
input[type=search].error,
input[type=tel].error,
input[type=password].error,
input[type=date].error,
textarea.error {
  border: 1px solid #AD2B00;
}

textarea {
  height: auto;
}

input[type=search] {
  height: 40px;
}

input[type=submit] {
  background: #D93361;
  color: #fefefe;
  border: none;
  width: 175px;
  padding: 0.75em 0;
  border-radius: 2px;
  transition: color 0.3s, background 0.3s;
  height: 48px;
}

input[type=submit]:hover {
  background: #b7224b;
}

input[type=submit]:focus {
  background: #b7224b;
}

input[type=reset] {
  background: #ccc;
  border: none;
  width: 175px;
  padding: 0.75em 0;
  border-radius: 2px;
  transition: color 0.3s, background 0.3s;
  height: 48px;
}

input[type=reset]:hover {
  background: #b3b3b3;
}

/* special styling for select dropdown */
label.select {
  width: 100%;
  position: relative;
  margin-top: 0;
  padding: 0;
}

label.select:after {
  content: '\f078';
  color: #333;
  background: #ccc;
  top: 10px;
  bottom: 3px;
  right: 8px;
  padding: 0.5em 0.3em 0.3em 0.7em;
  position: absolute;
  pointer-events: none;
  font-size: 0.85em;
  border-radius: 2px;
}

label.select select {
  margin: 0;
  background: #ccc;
  color: #333;
  font-family: "Open Sans", Arial, sans-serif;
  width: 100%;
  height: 48px;
  border-radius: 2px;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0.65em;
  padding-left: 0.75em;
  line-height: 1.2em;
  font-size: 0.95em;
}

label.select select.error {
  border: 1px solid #AD2B00;
}

.sq-form-question-datetime select {
  position: relative;
  margin: 0;
  background: #fefefe;
  color: #333;
  font-family: "Open Sans", Arial, sans-serif;
  height: 38px;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 2px;
  border: none;
  outline: none;
  display: inline-block;
  appearance: none;
  cursor: pointer;
  padding: 0.65em;
  padding-left: 0.75em;
  line-height: 1.2em;
  font-size: 0.95em;
}

.sq-form-question-datetime select.error {
  border: 1px solid #AD2B00;
}

/* checkbox */
label.checkbox {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  height: 25px;
  padding-top: 9px;
}

label.checkbox:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 9px;
  background-color: #fefefe;
  border: 1px solid #ccc;
  font-family: Arial, sans-serif;
}

input[type=checkbox]:checked + label.checkbox:before {
  content: "\2713";
  font-size: 1.4em;
  color: #fefefe;
  background: #D93361;
  text-align: center;
  line-height: 1em;
  border: none;
}

/* radio button */
label.radio-button {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
}

label.radio-button:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0px;
  background-color: #fefefe;
  border: 1px solid #999;
  font-family: Arial, sans-serif;
  border-radius: 18px;
}

input[type=radio] {
  display: none;
}

input[type=radio]:checked + label.radio-button:before {
  content: "\2022";
  font-size: 3.5em;
  color: #D93361;
  background: #fefefe;
  text-align: center;
  line-height: 0.4em;
  border: none;
}

/* errors */
label.error {
  color: #AD2B00;
}

label.error i {
  margin-right: 0.5em;
}

/* Specific forms */
/* newsletter signup form */
.newsletter-signup {
  background: #ebebeb;
}

.newsletter-signup .newsletter-signup-form {
  padding: 1.25em 1em;
}

.newsletter-signup .newsletter-signup-form h5 {
  color: #666;
}

.newsletter-signup .newsletter-signup-form input[type=submit] {
  width: 100%;
}

.newsletter-signup .newsletter-signup-form label.select {
  margin-bottom: 0.75em;
}

@media screen and (min-width: 40em) {
  .newsletter-signup .newsletter-signup-form {
    padding: 2em 0.75em 1.25em 0.75em;
  }
  .newsletter-signup .newsletter-signup-form h5, .newsletter-signup .newsletter-signup-form input[type=email], .newsletter-signup .newsletter-signup-form label, .newsletter-signup .newsletter-signup-form input[type=submit] {
    float: left;
    width: 25%;
    margin-right: 8px;
  }
  .newsletter-signup .newsletter-signup-form h5 {
    padding-top: 0.75em;
  }
  .newsletter-signup .newsletter-signup-form input[type=submit] {
    width: 20%;
    margin-top: 4px;
    float: right;
  }
}

@media screen and (min-width: 65.875em) {
  .newsletter-signup .newsletter-signup-form {
    padding: 2em 0 1.25em 0;
  }
  .newsletter-signup .newsletter-signup-form h5, .newsletter-signup .newsletter-signup-form input[type=email], .newsletter-signup .newsletter-signup-form label, .newsletter-signup .newsletter-signup-form input[type=submit] {
    margin-right: 13px;
    margin-top: 0;
  }
}

/* search filters */
.filters {
  font-size: 0.9em;
  margin: 2em 0;
  background: #ebebeb;
  padding: 1em;
  border-top: 2px solid #ccc;
}

.filters .clear-all {
  float: right;
}

.filters h6 {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0;
}

.filters .see-more {
  display: block;
  margin-top: 1em;
  margin-left: 25px;
}

.consultation-form {
  font-size: .9em;
}

.consultation-form .label {
  margin-top: .5em;
}

.consultation-form .form-section {
  margin-bottom: 2em;
}

.consultation-form .form-section label span {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.2em;
}

.consultation-form .form-section textarea {
  margin: .5em 0;
}

.consultation-form label.select select {
  padding-bottom: .5em;
}

.matrix-consultation-form {
  background: #ebebeb;
  padding: 1em;
}

.matrix-consultation-form legend {
  display: none;
}

.main form {
  background: #ebebeb;
  padding: 1em;
}

.main form.search-form {
  background: transparent;
  padding: 0;
}

.main .sq-form-section {
  border: none;
}

.main .sq-form-question {
  margin: .5em 0;
}

.main fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.main .sq-form-question-select .sq-form-question-answer, .main .sq-form-question-country .sq-form-question-answer {
  width: 100%;
  position: relative;
  margin-top: 0;
  padding: 0;
}

.main .sq-form-question-select .sq-form-question-answer:after, .main .sq-form-question-country .sq-form-question-answer:after {
  content: '\f078';
  color: #333;
  background: #ccc;
  top: 10px;
  bottom: 3px;
  right: 8px;
  padding: 0.5em 0.3em 0.3em 0.7em;
  position: absolute;
  pointer-events: none;
  font-size: 0.85em;
  border-radius: 2px;
  font-family: fontawesome;
}

.main .sq-form-question-select .sq-form-question-answer select, .main .sq-form-question-country .sq-form-question-answer select {
  margin: 0;
  background: #ccc;
  color: #333;
  font-family: "Open Sans", Arial, sans-serif;
  width: 100%;
  height: 48px;
  border-radius: 2px;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0.65em;
  padding-left: 0.75em;
  line-height: 1.2em;
  font-size: 0.95em;
}

.main .sq-form-question-select .sq-form-question-answer select.error, .main .sq-form-question-country .sq-form-question-answer select.error {
  border: 1px solid #AD2B00;
}

.main .sq-form-question-tickbox-list .sq-form-field {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.main .sq-form-question-tickbox-list .sq-form-question-answer ul {
  list-style-type: none;
  margin-left: 0;
}

.main .sq-form-question-tickbox-list .sq-form-question-answer label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  height: 25px;
  padding-top: 9px;
}

.main .sq-form-question-tickbox-list .sq-form-question-answer label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 13px;
  background-color: #fefefe;
  border: 1px solid #ccc;
  font-family: Arial, sans-serif;
}

.main .sq-form-question-tickbox-list .sq-form-question-answer input[type=checkbox]:checked + label:before {
  content: "\2713";
  font-size: 1.4em;
  color: #fefefe;
  background: #D93361;
  text-align: center;
  line-height: 1em;
  border: none;
}

.main .sq-form-question-option-list ul {
  list-style-type: none;
  margin-left: 0;
}

.main .sq-form-question-option-list .sq-form-question-answer label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
}

.main .sq-form-question-option-list .sq-form-question-answer label:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #fefefe;
  border: 1px solid #999;
  font-family: Arial, sans-serif;
  border-radius: 18px;
}

.main .sq-form-question-option-list .sq-form-question-answer input[type=radio]:checked + label:before {
  content: "\2022";
  font-size: 3.2em;
  color: #D93361;
  background: #fefefe;
  text-align: center;
  line-height: 0.41em;
  border: 1px solid #999;
}

.main .formSection .hidden {
  display: none;
}

.main .sq-form-error {
  color: red;
  font-size: .75em;
}

.small-text span {
  margin-right: .3em;
}

.small-text span:after {
  position: relative;
  top: 3px;
  padding-left: .3em;
  font-size: 1.5em;
  content: "\00b7";
}

.small-text span:last-child:after {
  content: "";
  padding-left: 0;
}

.consultation-date-panel {
  font-size: .8em;
}

.consultation-date-panel ul {
  margin-bottom: 0.5em;
}

.consultation-date-panel ul li {
  display: inline;
}

.consultation-date-panel ul li:after {
  position: relative;
  top: 3px;
  padding-left: .5em;
  padding-right: .3em;
  font-size: 1.5em;
  content: "\00b7";
}

.consultation-date-panel ul li:last-child:after {
  content: "";
  padding-left: 0;
  padding-right: 0;
}

.bg-light-grey {
  background: #ebebeb;
}

.bg-dark-grey {
  background: #666;
}

.bg-grey {
  background: #999;
}

.grey {
  color: #666;
}

.icon {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.icon-star:after {
  content: "\f005";
}

.icon-download:after {
  content: "\f019";
}

.icon-profile:before {
  content: url("mysource_files/icon-profile.png");
}

.icon-briefcase:before {
  content: url("mysource_files/icon-case.png");
}

.icon-img {
  padding-left: 3em;
  display: block;
  position: relative;
  min-height: 45px;
}

.icon-img:before {
  position: absolute;
  left: 0px;
}

.dotted-divider {
  position: relative;
}

.dotted-divider:before {
  width: 100%;
  height: 4px;
  content: "";
  background: url("mysource_files/grey-dots.png") repeat-x 0 0;
  display: block;
  padding-top: 1em;
}

@media screen and (min-width: 65.875em) {
  .dotted-divider:before {
    margin-top: -1em;
  }
}

.lead {
  color: #999;
  font-size: 1.1em;
  margin-bottom: 1em;
}

.breadcrumb {
  margin-bottom: 1em;
}

.breadcrumb ol {
  margin-left: 0;
  clear: both;
  overflow: hidden;
}

.breadcrumb li {
  list-style-type: disc;
  margin-right: 4px;
  float: left;
  margin-left: 24px;
}

.breadcrumb li:first-child {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.breadcrumb li:last-child:after {
  content: "";
  padding-left: 0;
}

.tasks-container .task-item {
  margin: 0 0 1rem 0;
  padding: 1rem;
}

.tasks-container .task-item .heading {
  font-size: 1em;
}

.tasks-container .heading:after {
  display: inline-block;
  width: 100%;
  height: 8px;
  content: "";
  background: url("mysource_files/colour-dots.png") no-repeat 0 0;
}

@media screen and (min-width: 40em) {
  .tasks-container .medium-4:nth-child(3n-2),
  .tasks-container .medium-4:nth-child(3n-1) {
    padding-right: 0;
  }
}

.item-container .list-item {
  padding-bottom: 1em;
  padding-top: 0em;
}

@media screen and (min-width: 40em) {
  .item-container .list-item {
    padding-top: 1em;
  }
}

.item-container .list-item h3 {
  font-size: 1rem;
}

.item-container .list-item .row {
  margin-top: 1em;
}

.item-container .list-item img {
  width: 100%;
}

.item-container .list-item .img-container {
  padding-right: 0;
}

.item-container.grid .dotted-divider:nth-child(-n+2):before {
  background: none;
}

@media screen and (min-width: 40em) {
  .item-container.grid .dotted-divider:nth-child(-n+3):before {
    background: none;
    padding-top: 0;
  }
}

.item-container.list .dotted-divider:nth-of-type(1):before {
  background: none;
  padding-top: 0;
}

.item-container.list p:last-child {
  margin-bottom: 0;
}

.item-container.list .list-item:last-child {
  padding-bottom: 0;
}

.item-container.list h3, .item-container.list h5 {
  font-size: 1rem;
  margin-bottom: 0;
}

@media screen and (min-width: 65.875em) {
  .item-container.list p {
    margin-bottom: .5em;
  }
}

.item-container:not(.list) .list-item:first-child:nth-last-child(2),
.item-container:not(.list) .list-item:first-child:nth-last-child(2) ~ .list-item {
  padding-bottom: 0;
}

.response-list .dotted-divider::before {
  padding-top: 0;
  margin-top: 0;
}

.response-list .small-text small {
  display: block;
}

@media screen and (min-width: 65.875em) {
  .response-list .small-text small {
    display: inline;
  }
}

.response-list .list-item {
  padding-top: 0;
}

.response-list .heading {
  font-weight: bold;
}

.feature-callout {
  border-top: 2px solid #ccc;
  overflow: hidden;
  margin-bottom: 1em;
}

.feature-callout .list-item {
  padding-top: 1em;
}

.feature-callout .list-item img {
  width: 100%;
  margin-bottom: .5em;
}

@media screen and (min-width: 65.875em) {
  .feature-callout .list-item img {
    width: auto;
  }
}

.feature-callout .list-item a p {
  color: #333;
}

.feature-callout .list-item a h2 {
  color: #006AD5;
}

.sidebar .contact-info h3, .sidebar .contact-info h5 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
}

.sidebar .contact-info .contact-info-list li {
  margin-bottom: 1em;
}

.sidebar .contact-info .contact-info-list li strong {
  display: block;
}

.sidebar .generic-content {
  margin-bottom: 1em;
}

.sidebar .generic-content .links-list {
  margin-top: 1em;
}

@media screen and (min-width: 65.875em) {
  .sidebar .generic-content .links-list {
    margin-top: 0;
  }
}

.sidebar .accordion-container {
  margin-top: 4em;
}

.sidebar .item-container a .small-text {
  display: block;
}

.search-container {
  margin: 1em 0;
}

.search-container .search-input {
  position: relative;
  background: #ebebeb;
  padding: 1em;
  margin: 1em 0;
}

.search-container .search-input .search-input-field {
  width: 95%;
}

.search-container .search-input .search-button {
  background: #fefefe;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  color: #666;
  display: block;
  font-size: 1.2em;
  height: 48px;
  position: absolute;
  right: 1em;
  top: 20px;
  transition: color 0.3s ease 0s;
  width: 48px;
  border: none;
}

.search-container .large-9.columns {
  margin-top: 1em;
}

@media screen and (min-width: 65.875em) {
  .search-container .large-3.columns {
    padding-right: 0;
  }
  .search-container .large-9.columns {
    padding-left: 0;
    margin-top: 0;
  }
}

.best-bets {
  padding: 1em;
  margin-bottom: 1em;
}

.main .social-wrapper {
  display: none;
}

@media screen and (min-width: 65.875em) {
  .main .social-wrapper {
    display: inline-block;
    width: 100%;
    margin-top: 1em;
  }
  .main .social-wrapper a {
    display: inline-block;
    text-align: center;
    width: 23%;
    color: #666;
  }
}

.main .social-wrapper .custom_images li {
  display: inline;
}

.cookie-message {
  color: #000000;
  padding: 20px 30px;
  display: none;
  transition: all 0.5s ease 0s;
}

.cookie-message .row {
  padding: 0;
  display: block;
}

.cookie-message .row p {
  width: 94%;
  float: left;
}

.cookie-message .row .close-button {
  float: left;
  width: 5%;
}

.ui-autocomplete {
  width: 340px;
}

.ui-autocomplete .ui-menu-item {
  padding: .2em 0;
}

.ui-menu {
  padding: 0 0.75em !important;
}

.external:after {
  /* external link styles, use :before or :after if you want! */
  content: "\f08e";
  font-family: FontAwesome;
  padding-left: 3px;
}

.loader {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 48%;
  display: none;
}

.search-results, .results-container {
  position: relative;
}

.search-results.fading, .results-container.fading {
  opacity: 0.4;
}

.facets-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #fff;
  opacity: 0.4;
  display: none;
}

blockquote {
  margin: 0;
  padding: 0;
  border-left: none;
}

blockquote p {
  color: #333;
}

blockquote p:before {
  content: "\201D";
}

blockquote p:after {
  content: "\201C";
}

blockquote:before {
  content: "";
}

.button, .add-fav-btn, .download-btn {
  margin-top: 1em;
  color: #fefefe;
  border: none;
  width: 175px;
  padding: 0.75em 0;
  border-radius: 2px;
  transition: color 0.3s, background 0.3s;
  height: 48px;
  text-align: center;
}

.grey-btn {
  background: #ccc;
  color: #333;
}

.grey-btn:hover {
  color: #333;
  background: #b3b3b3;
}

.grey-btn:focus {
  color: #333;
  background: #b3b3b3;
}

.purple-btn, .add-fav-btn {
  background: #581067;
  color: #fefefe;
}

.purple-btn:hover, .add-fav-btn:hover {
  color: #fefefe;
  background: #32093b;
}

.pink-btn {
  background: #D93361;
  color: #fefefe;
}

.pink-btn:hover {
  color: #fefefe;
  background: #b7224b;
}

.add-fav-btn {
  width: 45px;
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  float: right;
}

.add-fav-btn.icon:after {
  float: right;
}

.add-fav-btn span {
  display: none;
  font-family: "Open Sans", sans-serif;
}

@media screen and (min-width: 65.875em) {
  .add-fav-btn {
    width: 100%;
    float: none;
  }
  .add-fav-btn span {
    display: inline-block;
  }
}

.download-btn {
  width: 200px;
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
}

.download-btn.icon:after {
  float: right;
}

.download-btn span {
  font-family: "Open Sans", sans-serif;
}

.accordion {
  position: relative;
  background: #ebebeb;
  padding: 1em;
  margin: .5em 0;
}

.accordion .accordion-title {
  cursor: pointer;
  display: block;
  color: #006AD5;
  font-size: 1.0625rem;
  margin-right: 20px;
}

.accordion .accordion-title:after {
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 20px;
  top: 20px;
}

.accordion .open:after {
  content: "\f068";
  float: right;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.accordion .accordion-content {
  margin: 1em 0 0 0;
}

.accordion .accordion__item h2 {
  font-size: 1.0625rem;
  margin-bottom: 0;
}

.accordion .accordion__item .accordion__link {
  display: inline-block;
  width: 100%;
}

.accordion .accordion__item .accordion__link:hover {
  text-decoration: none;
  color: #006ad5;
}

.accordion .accordion__item .accordion__link:focus {
  color: #006ad5;
}

.accordion .accordion__item .accordion__link::after {
  border: none;
  float: right;
  right: 20px;
  position: absolute;
  width: auto;
  content: "\f067";
  font-family: FontAwesome;
}

.accordion .accordion__item .accordion__link.uber-accordion__button-active::after {
  content: "\f068";
}

.element-invisible {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute !important;
}

.hero-container {
  margin: 1em 0;
}

@media screen and (min-width: 65.875em) {
  .hero-container {
    margin-top: 0;
  }
}

@media screen and (min-width: 65.875em) {
  .hero-container .large-9.columns {
    padding-right: 0;
  }
}

.hero-container .large-3.columns {
  padding-left: 0;
}

.hero-container .slider {
  width: 100%;
}

@media screen and (min-width: 65.875em) {
  .hero-container .slider {
    width: 763px;
  }
}

.hero-container .slider.banner {
  width: 100%;
}

.hero-container .slider.banner img {
  width: 100%;
}

.hero-container .slick-slide img {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .hero-container .slick-initialized .slick-slide img {
    height: auto;
  }
}

.hero-container .slide {
  position: relative;
}

.hero-container .slide a {
  color: #ffffff;
}

.hero-container .slide .image-content-container {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
}

.hero-container .slide .image-content-container .content {
  padding: 1em;
  background: #4d4d4d;
  min-height: 100%;
  color: #fefefe;
  font-size: 1.5em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=87)";
  filter: alpha(opacity=87);
  opacity: 0.87;
}

.hero-container .slide .image-content-container .read-more {
  font-size: .65em;
  display: block;
  margin-top: 1em;
}

@media screen and (min-width: 40em) {
  .hero-container .slide .image-content-container {
    top: auto;
    bottom: 0;
    height: auto;
  }
}

@media screen and (min-width: 65.875em) {
  .hero-container .slide .image-content-container {
    width: 281px;
    top: 2.3em;
    bottom: auto;
    right: 24%;
    height: auto;
  }
  .hero-container .slide .image-content-container .content {
    border-radius: 15px;
    margin-bottom: 63px;
  }
  .hero-container .slide .image-content-container .content:after {
    content: "";
    background: url("mysource_files/speech-bubble2.png") no-repeat 0 0;
    position: absolute;
    right: 1em;
    bottom: 16px;
    width: 69px;
    height: 49px;
  }
  .hero-container .slide .image-content-container .content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=97)";
    filter: alpha(opacity=97);
    opacity: 0.97;
  }
}

@media screen and (min-width: 75em) {
  .hero-container .slide .image-content-container {
    right: 13%;
  }
}

.hero-container .slider-nav {
  display: none;
}

@media screen and (min-width: 65.875em) {
  .hero-container .slider-nav {
    background: white;
    display: block;
  }
  .hero-container .slider-nav .slider-nav-item {
    position: relative;
  }
  .hero-container .slider-nav .slider-nav-item .slider-nav-item:last-child {
    padding: 0;
  }
  .hero-container .slider-nav .slick-slider .slick-list {
    margin: 0;
  }
  .hero-container .slider-nav .slick-track {
    width: 100% !important;
    margin-left: .7em;
  }
  .hero-container .slider-nav .slick-track .slick-slide {
    width: 100%;
    display: inline-block;
    margin-left: 7.5em;
  }
  .hero-container .slider-nav .slick-track .slick-slide span {
    background: #ebebeb;
    padding: 1em;
    display: table-cell;
    vertical-align: middle;
    height: 116px;
    width: 240px;
  }
  .hero-container .slider-nav .slick-track .slick-slide span a {
    color: #D93361;
  }
  .hero-container .slider-nav .slick-track .slick-current span {
    background: #D93361;
    color: #fefefe;
  }
  .hero-container .slider-nav .slick-track .slick-current span a {
    color: #fefefe;
  }
  .hero-container .slider-nav .slick-track .slick-current:focus {
    outline: none;
  }
  .hero-container .slider-nav .slick-track .slick-current:active {
    outline: none;
  }
  .hero-container .slider-nav .slick-track .slick-current:before {
    content: "";
    background: url("mysource_files/hero-arrow.png") no-repeat 0 0;
    position: absolute;
    left: -11px;
    width: 11px;
    height: 114px;
  }
}

.hero-container .slick-dots {
  font-size: 0;
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
  margin: 15px 0;
}

.hero-container .slick-dots .slick-active button {
  background: #D93361;
}

.hero-container .slick-dots li {
  display: inline-block;
  margin-left: 16px;
}

.hero-container .slick-dots li button {
  border: none;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background-color: #C0C0C0;
}

.hero-container .slick-dots li:first-child {
  margin-left: 0;
}

@media screen and (min-width: 65.875em) {
  .hero-container .slick-dots {
    display: none;
  }
}

/* modules */
header.header {
  background: #ebebeb;
  position: relative;
  height: 80px;
  text-align: center;
  /* mobile buttons */
  /* search input */
  /* logo */
  /* Lang toggle */
  /* Desktop */
}

header.header .mobile-el {
  display: block;
  height: 100%;
  width: 80px;
  position: absolute;
  top: 0;
  text-align: center;
}

header.header .mobile-el i {
  font-size: 1.3em;
  margin-top: 20px;
}

header.header .mobile-el span {
  font-size: 0.85em;
  display: block;
}

header.header .mobile-el.mobile-menu {
  background: #D93361;
  left: 0;
  color: #fefefe;
}

header.header .mobile-el.mobile-search {
  right: 0;
  color: #666;
}

header.header .mobile-el.mobile-search.active {
  background: #666;
  color: #fefefe;
}

header.header .search-input {
  display: none;
  background: #ebebeb;
  width: 100%;
  padding: 1em;
  position: absolute;
  top: 81px;
  left: 0;
  z-index: 100;
}

header.header .search-input .search-button {
  display: none;
}

header.header img.logo {
  max-height: 60px;
  margin-top: 13px;
}

header.header img.logo.logo-mob {
  width: 42%;
  display: inline;
}

header.header img.logo.logo-lg {
  display: none;
}

header.header .lang-toggle {
  display: none;
}

@media screen and (min-width: 65.875em) {
  header.header {
    height: 100px;
    text-align: left;
    /* lang toggle */
  }
  header.header .mobile-el {
    display: none;
  }
  header.header img.logo {
    margin-top: 30px;
    float: left;
  }
  header.header img.logo.logo-mob {
    display: none;
  }
  header.header img.logo.logo-lg {
    width: 360px;
    display: inline;
  }
  header.header .lang-toggle {
    display: block;
    position: relative;
    top: 0px;
    float: right;
    width: 9%;
    padding: 0;
    margin-top: 0.25em;
  }
  header.header .lang-toggle a {
    float: right;
  }
  header.header .search-input {
    display: block;
    position: relative;
    top: 20px;
    float: right;
    width: 35%;
    padding: 0;
    left: 20px;
  }
  header.header .search-input .search-input-field {
    width: 90%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  header.header .search-input .search-button {
    background: #fefefe;
    height: 48px;
    width: 48px;
    display: block;
    color: #666;
    position: absolute;
    right: 1em;
    top: 4px;
    font-size: 1.2em;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    transition: color 0.3s;
    border: none;
  }
  header.header .search-input .search-button:hover {
    color: #999999;
  }
}

.search-button:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

nav {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translateX(-100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

nav .close-wrapper {
  background: #ccc;
  padding: 0.5em;
}

nav .close-wrapper a {
  color: #333;
  opacity: 1;
}

nav .close-wrapper a:hover {
  opacity: 0.5;
}

nav .close-wrapper a.mobile-menu-close {
  float: right;
}

nav .close-wrapper a.mobile-menu-back {
  font-weight: bold;
}

nav header.sub-nav-heading {
  background: #D93361;
  padding: 0.5em;
  margin-bottom: 2px;
}

nav header.sub-nav-heading h2 {
  color: #fefefe;
  font-weight: bold;
  font-size: 1.25em;
}

nav .main-nav, nav .sub-nav {
  list-style: none;
  margin: 0;
  background: #fefefe;
}

nav .main-nav .current a, nav .sub-nav .current a {
  background: #d2d2d2;
}

nav .main-nav header.sub-nav-heading, nav .sub-nav header.sub-nav-heading {
  margin-bottom: 5px;
  margin-top: 5px;
}

nav .main-nav header.sub-nav-heading h2, nav .sub-nav header.sub-nav-heading h2 {
  margin-bottom: 0;
}

nav .main-nav li, nav .sub-nav li {
  padding: 0 !important;
  position: relative;
}

nav .main-nav li:before, nav .sub-nav li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #999;
}

nav .main-nav li > a, nav .sub-nav li > a {
  background: #ebebeb;
  display: inline-block;
  height: 100%;
  width: 100%;
  padding: 0.5em;
  padding-left: 1em;
  color: #333;
}

nav .main-nav li > a:hover, nav .sub-nav li > a:hover {
  background: #d2d2d2;
}

nav .main-nav li > a:focus, nav .sub-nav li > a:focus {
  background: #d2d2d2;
}

nav .main-nav li + li, nav .sub-nav li + li {
  margin-top: 5px;
}

nav .main-nav li.active:before, nav .sub-nav li.active:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #D93361;
}

nav .main-nav li.active > a, nav .sub-nav li.active > a {
  background: #D93361;
  color: #fefefe;
}

nav .main-nav li.nav-red ~ .nav-red, nav .sub-nav li.nav-red ~ .nav-red {
  margin-top: 2px;
}

nav .main-nav li.nav-red:before, nav .sub-nav li.nav-red:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #D93361;
}

nav .main-nav li.nav-red header.sub-nav-heading, nav .sub-nav li.nav-red header.sub-nav-heading {
  background: #D93361;
}

nav .main-nav li.nav-red li:before, nav .sub-nav li.nav-red li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #D93361;
}

nav .main-nav li.nav-red.active > a, nav .sub-nav li.nav-red.active > a {
  background: #D93361;
}

nav .main-nav li.nav-purple ~ .nav-purple, nav .sub-nav li.nav-purple ~ .nav-purple {
  margin-top: 2px;
}

nav .main-nav li.nav-purple:before, nav .sub-nav li.nav-purple:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #581067;
}

nav .main-nav li.nav-purple header.sub-nav-heading, nav .sub-nav li.nav-purple header.sub-nav-heading {
  background: #581067;
}

nav .main-nav li.nav-purple li:before, nav .sub-nav li.nav-purple li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #581067;
}

nav .main-nav li.nav-purple.active > a, nav .sub-nav li.nav-purple.active > a {
  background: #581067;
}

nav .main-nav li.nav-blue ~ .nav-blue, nav .sub-nav li.nav-blue ~ .nav-blue {
  margin-top: 2px;
}

nav .main-nav li.nav-blue:before, nav .sub-nav li.nav-blue:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #18808E;
}

nav .main-nav li.nav-blue header.sub-nav-heading, nav .sub-nav li.nav-blue header.sub-nav-heading {
  background: #18808E;
}

nav .main-nav li.nav-blue li:before, nav .sub-nav li.nav-blue li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #18808E;
}

nav .main-nav li.nav-blue.active > a, nav .sub-nav li.nav-blue.active > a {
  background: #18808E;
}

nav .main-nav li.nav-green ~ .nav-green, nav .sub-nav li.nav-green ~ .nav-green {
  margin-top: 2px;
}

nav .main-nav li.nav-green:before, nav .sub-nav li.nav-green:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #6C7B02;
}

nav .main-nav li.nav-green header.sub-nav-heading, nav .sub-nav li.nav-green header.sub-nav-heading {
  background: #6C7B02;
}

nav .main-nav li.nav-green li:before, nav .sub-nav li.nav-green li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #6C7B02;
}

nav .main-nav li.nav-green.active > a, nav .sub-nav li.nav-green.active > a {
  background: #6C7B02;
}

nav .main-nav li.nav-orange ~ .nav-orange, nav .sub-nav li.nav-orange ~ .nav-orange {
  margin-top: 2px;
}

nav .main-nav li.nav-orange:before, nav .sub-nav li.nav-orange:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #AD2B00;
}

nav .main-nav li.nav-orange header.sub-nav-heading, nav .sub-nav li.nav-orange header.sub-nav-heading {
  background: #AD2B00;
}

nav .main-nav li.nav-orange li:before, nav .sub-nav li.nav-orange li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #AD2B00;
}

nav .main-nav li.nav-orange.active > a, nav .sub-nav li.nav-orange.active > a {
  background: #AD2B00;
}

nav .main-nav li.nav-lang-toggle:before, nav .sub-nav li.nav-lang-toggle:before {
  background: none;
}

nav .main-nav li.nav-lang-toggle a, nav .sub-nav li.nav-lang-toggle a {
  background: none;
  color: #006AD5;
}

@media screen and (min-width: 65.875em) {
  nav .main-nav li.nav-lang-toggle, nav .sub-nav li.nav-lang-toggle {
    display: none;
  }
}

nav .sub-nav li + li {
  margin-top: 2px;
}

footer {
  background: #D93361;
  background: linear-gradient(#D93361, #c92554);
  color: #fefefe;
  padding: 2em 0;
}

footer a {
  color: #fefefe;
  opacity: 1;
}

footer a:hover, footer a:focus {
  color: #fefefe;
  opacity: 0.6;
}

footer section {
  padding-top: 1em;
  padding-bottom: 2em;
  border-top: 2px solid #fefefe;
}

footer section.copyright {
  text-align: center;
}

footer section.social {
  padding-bottom: 1em;
}

footer section.social .social-wrapper {
  width: 140px;
  margin: 0 auto;
}

footer section.social .social-wrapper li {
  margin-top: 0;
}

footer section.social .social-wrapper a {
  display: block;
  float: left;
  width: 33%;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
}

footer section h3 {
  margin-bottom: 1em;
  color: #fefefe;
  font-size: 1.3em;
}

footer section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer section ul li a {
  color: #fefefe;
}

footer section ul li + li {
  margin-top: 0.5em;
}

@media screen and (min-width: 65.875em) {
  footer .large-pull-9 {
    margin-top: -80px;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Module: Accordion */
.accordion__link:after {
  content: '+';
  border: 1px solid;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 1em;
  width: 1em;
  text-align: center;
}

.accordion__link.uber-accordion__button-active:after {
  content: '-';
}

.js-enabled .accordion__target {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  -moz-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.js-enabled .accordion__target.uber-accordion__target-active {
  max-height: 100em;
}

.tabs__item {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.tabs__link {
  padding: .5em;
  border: 1px solid;
  border-bottom: 0;
  background: #eee;
}

.tabs__link.uber-accordion__button-active {
  background: #fff;
}

.js-enabled .tabs__target {
  display: none;
}

.js-enabled .tabs__target.uber-accordion__target-active {
  display: block;
}

.no-js .uber-accordion__target {
  display: none;
}

.no-js .uber-accordion__target:target {
  display: block;
}

/* Module: Back to top */
.back-to-top {
  text-align: center;
  display: block;
  width: 100%;
  line-height: 2em;
  height: 2em;
  text-decoration: none;
}

.back-to-top:hover, .back-to-top:focus {
  text-decoration: none;
}

/* Module: Header logo */
.header-logo {
  border: 0;
  background: transparent url("mysource_files/logo.png") 0 0 no-repeat;
  width: 135px;
  height: 79px;
  display: block;
}

/* Module: Magnific popup */
/* Module: Skip links */
/* Module: Slick */
.slick-list {
  position: relative;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slideshow__slide img {
  margin: 0 auto;
}

.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
}

.slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}

.slick-dots {
  margin-top: 1em;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.slick-dots li + li {
  margin-left: 1em;
}

/* Module: S */
/* 	MOBILE MENU PLUGIN */
/* overlay */
.nav-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  display: none;
  z-index: 999999;
}

.nav-overlay.show {
  display: block;
}

/* open sub menu */
.opensub {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block !important;
  width: 10% !important;
  padding: 0.5em 0.25em !important;
  text-align: center;
}

/* page content */
body, html {
  height: 100%;
}

#page-wrapper {
  transform: translateX(0);
  min-height: 100vh;
}

#page-wrapper .off-screen-inner {
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
}

#page-wrapper .off-screen-inner .main-content {
  background: #fff;
  padding-bottom: 1em;
}

#page-wrapper.off-screen {
  overflow-x: hidden;
}

#page-wrapper.off-screen .off-screen-inner {
  transform: translateX(90%);
  -webkit-transform: translateX(90%);
}

.sub-nav {
  display: none;
}

.showSubnav .sub-nav {
  display: block;
}

/* navigation wrapper */
.sq-navigation {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  /* close wrapper */
  /* top level navigation position */
  /* second level navigation position */
  /* Desktop */
}

.sq-navigation .close-wrapper {
  padding: 0.5em;
}

.sq-navigation .close-wrapper::before, .sq-navigation .close-wrapper::after {
  content: ' ';
  display: table;
}

.sq-navigation .close-wrapper::after {
  clear: both;
}

.sq-navigation .close-wrapper a {
  text-decoration: none;
  opacity: 1;
}

.sq-navigation .close-wrapper a:hover {
  opacity: 0.5;
}

.sq-navigation .close-wrapper a.mobile-menu-close {
  float: right;
}

.sq-navigation .close-wrapper a.mobile-menu-back {
  font-weight: bold;
}

.sq-navigation .main-nav-wrapper {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  transition: transform 0.3s;
  left: 0;
  top: 0;
  z-index: 1000;
}

.sq-navigation .sub-nav-wrapper {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  transition: transform 0.3s;
  top: 0;
  left: 0;
  z-index: 100;
  transform: translateX(120%);
}

@media screen and (min-width: 65.875em) {
  .sq-navigation {
    transform: translateX(0);
    position: relative;
  }
  .sq-navigation .close-wrapper {
    display: none;
  }
  .sq-navigation .main-nav-wrapper {
    position: static;
  }
  .sq-navigation .sub-nav-wrapper .close-wrapper {
    display: block;
  }
  .sq-navigation .sub-nav-wrapper .close-wrapper .mobile-menu-close {
    display: none;
  }
}

/* 	END MOBILE MENU PLUGIN */
@media (min-width: 37.5em) {
  /*
--------------------
Modules
--------------------
*/
  /* Module: Back to top */
  .back-to-top {
    position: fixed;
    bottom: 1em;
    right: 1em;
    width: 2em;
    height: 2em;
    -webkit-opacity: 0.55;
    -moz-opacity: 0.55;
    opacity: 0.55;
    -ms-filter: alpha(opacity=55);
    filter: alpha(opacity=55);
  }
  .back-to-top:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .back-to-top__text {
    display: none;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  header.header a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sq-navigation, .filters, .newsletter-signup, .footer .social, header.header .mobile-el, header.header .mobile-el, .select-subject {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
