@charset "UTF-8";
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/*// Old Brand colors
$brand-color-1: #ededed; // light grey
$brand-color-2: #17243d; // dark blue
$brand-color-3: #076e68; // teal
$brand-color-4: #f39579; // peach
$brand-color-5: #dadada; // grey
$brand-color-6: #fff;    // white
$brand-color-7: #17243d; // peach*/
@import url("https://use.typekit.net/syy5rba.css@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap");
/*------------------------------------*\
    $UTILITIES
\*------------------------------------*/
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/*------------------------------------*\
    $BASE
\*------------------------------------*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: Setimo, Arial, Helvetica, Tahoma, sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*------------------------------------*\
    $RESET
\*------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

body {
  font-size: 1.6rem;
  background-color: #fff;
  color: #17243d;
  font-family: Setimo, Arial, Helvetica, Tahoma, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

/*------------------------------------*\
		$HELPER
\*------------------------------------*/
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.clear-both {
  clear: both; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.width-full {
  width: 100% !important; }

.width-auto {
  width: auto !important; }

.visible-print {
  display: none !important; }

@media print {
  .print-visible {
    display: block !important; }
  .print-hidden {
    display: none !important; } }

.img-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

/**
 * for the benefit of screen-readers, hide content off-screen without resorting to `display:none;`,
 * also add breakpoint specific options
 */
.visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.invisible {
  visibility: hidden; }

.margin-0 {
  margin: 0 !important; }

/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5 {
  margin: 3rem 0 0 0;
  padding: 0;
  color: #17243d;
  font-weight: bold; }

h1 {
  line-height: 1.33;
  font-size: 2.4rem; }
  h1::before, h1::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  h1::before {
    margin-bottom: calc(-0.29167em + 0px); }
  h1::after {
    margin-top: calc(-0.08333em + 0px); }
  h1 + * {
    margin-top: 1rem; }
  @media screen and (min-width: 992px) {
    h1 {
      line-height: 1.25;
      font-size: 3.2rem; }
      h1::before, h1::after {
        content: '';
        display: block;
        height: 0;
        width: 0; }
      h1::before {
        margin-bottom: calc(-0.25em + 0px); }
      h1::after {
        margin-top: calc(-0.09375em + 0px); } }

h2,
.h2,
.general-image-list-promo__title {
  line-height: 1.4;
  font-size: 2rem; }
  h2::before, h2::after,
  .h2::before,
  .general-image-list-promo__title::before,
  .h2::after,
  .general-image-list-promo__title::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  h2::before,
  .h2::before,
  .general-image-list-promo__title::before {
    margin-bottom: calc(-0.3em + 0px); }
  h2::after,
  .h2::after,
  .general-image-list-promo__title::after {
    margin-top: calc(-0.15em + 0px); }
  h2 + *,
  .h2 + *,
  .general-image-list-promo__title + * {
    margin-top: 1rem; }
  @media screen and (min-width: 992px) {
    h2,
    .h2,
    .general-image-list-promo__title {
      line-height: 1.33;
      font-size: 2.4rem; }
      h2::before, h2::after,
      .h2::before,
      .general-image-list-promo__title::before,
      .h2::after,
      .general-image-list-promo__title::after {
        content: '';
        display: block;
        height: 0;
        width: 0; }
      h2::before,
      .h2::before,
      .general-image-list-promo__title::before {
        margin-bottom: calc(-0.29167em + 0px); }
      h2::after,
      .h2::after,
      .general-image-list-promo__title::after {
        margin-top: calc(-0.08333em + 0px); } }

h3 {
  line-height: 1.5;
  font-size: 1.6rem; }
  h3::before, h3::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  h3::before {
    margin-bottom: calc(-0.3125em + 0px); }
  h3::after {
    margin-top: calc(-0.25em + 0px); }
  h3 + * {
    margin-top: 1rem; }
  @media screen and (min-width: 992px) {
    h3 {
      line-height: 1.2;
      font-size: 2rem; }
      h3::before, h3::after {
        content: '';
        display: block;
        height: 0;
        width: 0; }
      h3::before {
        margin-bottom: calc(-0.2em + 0px); }
      h3::after {
        margin-top: calc(-0.05em + 0px); } }

h4 {
  line-height: 1.5;
  font-size: 1.6rem; }
  h4::before, h4::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  h4::before {
    margin-bottom: calc(-0.3125em + 0px); }
  h4::after {
    margin-top: calc(-0.25em + 0px); }
  h4 + * {
    margin-top: 1rem; }
  @media screen and (min-width: 992px) {
    h4 {
      line-height: 1.5;
      font-size: 1.6rem; }
      h4::before, h4::after {
        content: '';
        display: block;
        height: 0;
        width: 0; }
      h4::before {
        margin-bottom: calc(-0.3125em + 0px); }
      h4::after {
        margin-top: calc(-0.25em + 0px); } }

a {
  color: #00847e;
  text-decoration: underline; }

a:hover {
  color: #00847e; }

p {
  line-height: 1.5;
  margin: 3rem 0 0 0;
  padding: 0; }
  p::before, p::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  p::before {
    margin-bottom: calc(-0.3125em + 0px); }
  p::after {
    margin-top: calc(-0.25em + 0px); }

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  ol:not([class]),
  ul:not([class]) {
    margin: 1rem 1.2rem 0 1.5rem;
    list-style-position: inside; }

/* Reset the style of list */
ul:not([class]),
ol:not([class]) {
  position: relative;
  list-style: none !important;
  padding: 0;
  margin-top: 20px; }

/* Add indentation of nested lists and remove bottom margin */
ul:not([class]) ul,
ol:not([class]) ol {
  margin: 0; }

/* Add general display for bullets and numbers */
ul:not([class]):not([class]) li,
ol:not([class]) li {
  padding-left: 1em;
  margin: 0.25rem 0 0 0; }

ul:not([class]) li:before,
ol:not([class]) li:before {
  position: absolute;
  left: 0;
  color: #00847e; }

ul:not([class]) li:before {
  font-weight: bold; }

/* Style for bullet lists */
ul:not([class]) li:before {
  content: '\2022';
  color: #00847e;
  font-size: 1.5rem;
  line-height: 1.5; }

/* Reset counter for each list */
ol:not([class]) {
  counter-reset: listitem; }

ol:not([class]) li {
  padding-left: 1.3em; }

/* Style for numbered lists. Increment counter for each list item */
ol:not([class]) li:before {
  counter-increment: listitem;
  content: counters(listitem, ".") ")"; }

ol:not([class]) ol li {
  padding-left: 2.3em; }

dl {
  margin: 3rem 0 0 0; }

dt {
  margin: 1rem 0 0 0;
  font-weight: bold;
  margin-left: 1.5rem; }
  dt:first-child {
    margin-top: 0; }

dd {
  margin: 0.25rem 0 0 4rem; }

hr {
  height: 1px;
  margin: 3rem 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #17243d;
  display: block; }
  hr + * {
    margin-top: 1rem; }

blockquote {
  margin: 0;
  padding: 0 10px;
  border-left: 5px solid #17243d; }

ins {
  background: #db1731;
  color: #000;
  text-decoration: none; }

mark {
  font-style: italic;
  font-weight: bold; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

b,
strong {
  font-weight: bold; }

/*------------------------------------*\
    $FORMS
\*------------------------------------*/
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label,
.form__label {
  margin: 0;
  display: block;
  clear: both;
  font-weight: bold; }

button,
input,
select,
textarea {
  font-size: 1.6rem;
  font-family: Setimo, Arial, Helvetica, Tahoma, sans-serif; }

textarea {
  resize: vertical; }

legend {
  white-space: normal; }

button {
  line-height: normal; }

input[type='text'],
input[type='email'],
input[type='password'] {
  -webkit-appearance: none; }

input:invalid,
textarea:invalid {
  background-color: #f0dddd; }

::-webkit-input-placeholder {
  color: #17243d;
  opacity: 1; }

::-moz-placeholder {
  color: #17243d;
  opacity: 1; }

:-ms-input-placeholder {
  color: #17243d;
  opacity: 1; }

.validation {
  display: none; }

.has-error,
.validation {
  color: #e6261f;
  clear: both;
  display: block; }

.field-validation-error {
  color: #e6261f;
  clear: both;
  display: block; }

.input-validation-error {
  border-color: #e6261f !important; }

.field-validation-error {
  background: transparent url("/Static/images/themes/mcard/icon-validation-error.svg") left top no-repeat;
  margin: 10px 0 0 0;
  padding: 0 0 0 27px;
  font-size: 1.4rem; }
  .field-validation-error span {
    position: relative;
    top: 1px; }

input[type='text'],
input[type='email'],
input[type='password'],
textarea,
select {
  width: 100%;
  height: 60px;
  display: block;
  padding: 0 1.6rem;
  color: #17243d;
  background-color: #95c11f;
  background-image: none;
  border: 2px solid #95c11f;
  border-radius: 2px;
  line-height: 60px; }
  input[type='text']:disabled,
  input[type='email']:disabled,
  input[type='password']:disabled,
  textarea:disabled,
  select:disabled {
    background-color: #00847e; }

textarea {
  height: auto;
  padding: 1.6rem; }

[type='file'] {
  position: relative; }

input.datepickerfield {
  position: relative;
  background: #95c11f url("/Static/images/themes/theca/icon-datepicker.svg") no-repeat 97% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

select {
  position: relative;
  background: #95c11f url("/Static/images/themes/theca/icon-select.svg") no-repeat 97% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  select::-ms-expand {
    display: none; }

input[type='radio'],
input[type='checkbox'] {
  margin: 0 5px 0 0; }

input[type='submit'],
input[type='reset'] {
  padding: 6px 20px; }

.radio,
.checkbox {
  clear: both;
  display: block; }

input.uppercase::-moz-placeholder {
  text-transform: none !important; }

input.uppercase::-webkit-input-placeholder {
  text-transform: none !important; }

input.uppercase:-ms-input-placeholder {
  text-transform: none !important; }

.default-radio,
.umbraco-forms-field-wrapper,
.radio-btn {
  /* One radio button per line */
  /* HTML5 Boilerplate accessible hidden styles */
  /* the basic, unchecked style */
  /* the checked style using the :checked pseudo class */
  /* never forget focus styling */ }
  .default-radio label,
  .umbraco-forms-field-wrapper label,
  .radio-btn label {
    margin: 10px 0 0 0;
    padding: 2px 0 0 35px;
    display: inline-block;
    line-height: 1.5;
    font-size: 1.5em;
    position: relative; }
    .default-radio label:first-child,
    .umbraco-forms-field-wrapper label:first-child,
    .radio-btn label:first-child {
      margin: 0; }
  .default-radio [type='radio'],
  .umbraco-forms-field-wrapper [type='radio'],
  .radio-btn [type='radio'] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .default-radio [type='radio'] + label::before,
  .umbraco-forms-field-wrapper [type='radio'] + label::before,
  .radio-btn [type='radio'] + label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid #95c11f;
    border-radius: 12px;
    background-color: #95c11f;
    position: absolute;
    left: 0;
    top: 0; }
  .default-radio [type='radio']:checked + label::before,
  .umbraco-forms-field-wrapper [type='radio']:checked + label::before,
  .radio-btn [type='radio']:checked + label::before {
    background: #95c11f url("/Static/images/themes/theca/icon-dot.svg") center center no-repeat; }
  .default-radio [type='radio']:focus,
  .umbraco-forms-field-wrapper [type='radio']:focus,
  .radio-btn [type='radio']:focus {
    outline: 0; }
  .default-radio [type='radio']:focus + label::after,
  .umbraco-forms-field-wrapper [type='radio']:focus + label::after,
  .radio-btn [type='radio']:focus + label::after {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    content: '';
    display: inline-block;
    border: 2px solid #00847e;
    z-index: 200;
    position: absolute;
    top: -4px;
    left: -4px; }

.radio-btn [type='radio']:focus + label::after {
  height: calc(100% + 14px); }

.default-checkbox,
.checkboxlist,
.right-side {
  /* One checkbox button per line */
  /* HTML5 Boilerplate accessible hidden styles */
  /* the basic, unchecked style */
  /* the checked style using the :checked pseudo class */
  /* never forget focus styling */ }
  .default-checkbox label,
  .checkboxlist label,
  .right-side label {
    margin: 10px 0 0 0;
    padding: 2px 0 0 35px;
    display: block;
    line-height: 1.5;
    font-size: 1.5em;
    position: relative; }
    .default-checkbox label:first-child,
    .checkboxlist label:first-child,
    .right-side label:first-child {
      margin: 0; }
  .default-checkbox [type='checkbox'],
  .checkboxlist [type='checkbox'],
  .right-side [type='checkbox'] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .default-checkbox [type='checkbox'] + label,
  .default-checkbox [type='checkbox'] + [type='hidden'] + label,
  .checkboxlist [type='checkbox'] + label,
  .checkboxlist [type='checkbox'] + [type='hidden'] + label,
  .right-side [type='checkbox'] + label,
  .right-side [type='checkbox'] + [type='hidden'] + label {
    display: block; }
  .default-checkbox [type='checkbox'] + label::before,
  .default-checkbox [type='checkbox'] + [type='hidden'] + label::before,
  .checkboxlist [type='checkbox'] + label::before,
  .checkboxlist [type='checkbox'] + [type='hidden'] + label::before,
  .right-side [type='checkbox'] + label::before,
  .right-side [type='checkbox'] + [type='hidden'] + label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid #95c11f;
    border-radius: 2px;
    background-color: #95c11f;
    -webkit-transition: 0.5s ease background-image;
    transition: 0.5s ease background-image;
    position: absolute;
    left: 0;
    top: 0; }
  .default-checkbox [type='checkbox']:checked + label::before,
  .default-checkbox [type='checkbox']:checked + [type='hidden'] + label::before,
  .checkboxlist [type='checkbox']:checked + label::before,
  .checkboxlist [type='checkbox']:checked + [type='hidden'] + label::before,
  .right-side [type='checkbox']:checked + label::before,
  .right-side [type='checkbox']:checked + [type='hidden'] + label::before {
    background: #95c11f url("/Static/images/themes/theca/icon-tick.svg") center center no-repeat; }
  .default-checkbox [type='checkbox']:focus + label::after,
  .default-checkbox [type='checkbox']:focus + [type='hidden'] + label::after,
  .checkboxlist [type='checkbox']:focus + label::after,
  .checkboxlist [type='checkbox']:focus + [type='hidden'] + label::after,
  .right-side [type='checkbox']:focus + label::after,
  .right-side [type='checkbox']:focus + [type='hidden'] + label::after {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    content: '';
    display: block;
    border: 2px solid #00847e;
    z-index: 200;
    position: absolute;
    top: -4px;
    left: -4px; }

p.default-checkbox {
  display: block; }

.right-side label {
  padding: 4px 0 0 35px; }

.right-side .radio-btn [type='radio']:focus + label::after {
  top: -5px; }

.field-area input[type='checkbox'] + input + label {
  display: inline !important; }

.field-area input[type='checkbox'] + input + label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid #95c11f;
  border-radius: 2px;
  background-color: #95c11f;
  -webkit-transition: 0.5s ease background-image;
  transition: 0.5s ease background-image;
  position: absolute;
  left: 0;
  top: 0; }

.field-area input[type='checkbox']:checked + input + label::before {
  background: #95c11f url("/Static/images/themes/theca/icon-tick.svg") center center no-repeat; }

.field-area input[type='checkbox'][disabled='disabled'] + label::before,
.field-area input[type='checkbox'][disabled='disabled'] + input + label::before {
  color: #a1a1a1; }

.field-area input[type='checkbox'][disabled='disabled'] + label::before,
.field-area input[type='checkbox'][disabled='disabled'] + input + label::before {
  background: none !important;
  border-color: #d2d2d2; }

.field-area input[type='checkbox']:focus + [type='hidden'] + label::after {
  width: calc(100% + 8px);
  height: calc(100% + 12px);
  content: '';
  display: block;
  border: 2px solid #00847e;
  z-index: 200;
  position: absolute;
  top: -4px;
  left: -4px; }

.default-checkbox label {
  display: inline-block !important; }

.styled-checkbox {
  /* One checkbox button per line */
  /* HTML5 Boilerplate accessible hidden styles */
  /* the basic, unchecked style */
  /* the checked style using the :checked pseudo class */
  /* never forget focus styling */ }
  .styled-checkbox label {
    display: block;
    line-height: 2.5;
    font-size: 1.5em; }
  .styled-checkbox [type='checkbox'] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .styled-checkbox [type='checkbox'] + span {
    display: block;
    position: relative; }
  .styled-checkbox [type='checkbox'] + span::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: -0.4em;
    border: 2px solid #95c11f;
    border-radius: 2px;
    background-color: #95c11f;
    margin: 0 0.75em 0 0;
    -webkit-transition: 0.5s ease background-image;
    transition: 0.5s ease background-image; }
  .styled-checkbox [type='checkbox']:checked + span::before {
    background: #95c11f url("/Static/images/themes/theca/icon-tick.svg") center center no-repeat; }
  .styled-checkbox [type='checkbox']:focus + span::after {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    content: '';
    display: block;
    border: 2px solid #00847e;
    z-index: 200;
    position: absolute;
    top: -4px;
    left: -4px; }

/*------------------------------------*\
    $TABLES
\*------------------------------------*/
.table-responsive {
  width: 100%;
  min-height: 0.01%;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden; }
  .table-responsive * {
    margin-top: 30px; }
  .table-responsive:focus {
    outline: 2px solid #00847e;
    outline-offset: 2px; }

table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse; }

th {
  padding: 19px 40px;
  background-color: #17243d;
  color: #F1F2F4;
  font-size: 2rem;
  text-align: left; }

tr {
  width: 100%;
  background-color: #fff;
  color: #17243d; }
  tr:nth-child(odd) {
    background-color: #fff; }

td {
  padding: 19px 40px;
  vertical-align: top;
  text-align: left; }

tr th:first-child {
  border-top-left-radius: 2px; }

tr th:last-child {
  border-top-right-radius: 2px; }

.CybotCookiebotDialogDetailBodyContentCookieTypeTable thead th {
  font-size: 1.2rem; }

.CybotCookiebotDialogDetailBodyContentCookieTypeTable tbody td {
  background-color: #fff; }

/*Search Page Styling*/
.page-skip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0; }

.page-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Horizontally center the content */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Vertically center the content */ }

@media screen and (min-width: 992px) {
  .filter-dropdown-wrapper .filter-dropdown {
    width: 200px;
    margin: 0;
    background: #17243d url(/Static/images/themes/theca/icon-select.svg) no-repeat 92% 50%;
    display: inline-block; } }

.filter-dropdown-wrapper .filter-dropdown {
  max-width: 100%;
  margin: 1rem 0 0 0;
  padding: 0 1.6rem;
  border: 2px solid #95c11f;
  background: #17243d url(/Static/images/themes/theca/icon-select.svg) no-repeat 97% 50%;
  color: #95c11f;
  display: block;
  font-weight: normal;
  position: relative;
  float: right; }

.button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3rem; }

.center-button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer; }

/*------------------------------------*\
    $LAYOUT
\*------------------------------------*/
/**
 * structural elements/areas, grids, columns etc.
 */
/*------------------------------------*\
    $LAYOUT
\*------------------------------------*/
body {
  overflow-x: hidden; }

html.nav-active {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: hidden; }

.page-wrapper {
  margin: 0 auto;
  overflow-x: hidden; }

.main {
  margin: 0;
  position: relative;
  clear: both; }

@media screen and (min-width: 0) and (max-width: 991px) {
  .container-fluid {
    padding-right: 20px !important;
    padding-left: 20px !important; } }

.container-fluid .container-fluid {
  padding: 0 !important; }

#svg-poly-target {
  display: none; }

svg path {
  fill: inherit; }

.full-width {
  width: 100%; }

.row--reverse-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  @media screen and (min-width: 768px) {
    .row--reverse-sm {
      -webkit-box-orient: inherit;
      -webkit-box-direction: inherit;
          -ms-flex-direction: inherit;
              flex-direction: inherit; } }

.unstyled-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.5rem 0 -1.5rem;
  list-style-type: none; }

.unstyled-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.3% - 3rem);
  margin: 0 1.5rem 3rem 1.5rem; }

.section {
  margin: 0; }

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

.cookie-message {
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 1.5rem; }
  .cookie-message p {
    margin: 0; }
  .cookie-message a {
    text-decoration: underline; }

.js-reveal {
  opacity: 1;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px); }
  .no-js .js-reveal {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.js-reveal.js-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }

.block-area {
  padding: 2rem 0 0 0; }
  .block-area .section:last-child {
    margin-bottom: 2rem; }
  .block-area .general-image-promo-wrapper:last-child,
  .block-area .quote-block-background:last-child {
    margin-bottom: 0 !important; }
  @media screen and (min-width: 768px) {
    .block-area {
      padding: 4rem 0 0 0; }
      .block-area .section:last-child {
        margin-bottom: 4rem; } }
  .block-area-wrapper .block-area {
    padding: 0; }

/*------------------------------------*\
    $GRID
\*------------------------------------*/
/**
 * structural elements/areas, grids, columns etc.
 */
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 768px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 992px; } }
  @media (min-width: 1224px) {
    .container {
      max-width: 1224px; } }

.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1224px; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1224px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

/*------------------------------------*\
    $VENDOR
\*------------------------------------*/
/**
 * CSS or Sass from other projects - do not change, but overwrite if necessary.
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .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-arrow.slick-hidden {
  display: none; }

/*------------------------------------*\
    $COMPONENTS
\*------------------------------------*/
/**
 * objects and abstractions etc.
 */
/*------------------------------------*\
    $BREADCRUMB
\*------------------------------------*/
.breadcrumb-outer-wrapper {
  display: none; }
  @media screen and (min-width: 992px) {
    .breadcrumb-outer-wrapper {
      border-bottom: 2px solid #17243d;
      display: block; } }

.breadcrumb-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.breadcrumb-wrapper {
  margin: 0;
  padding: 1.7rem 2rem 1.7rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.breadcrumb {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.breadcrumb__item {
  margin: 0; }
  .breadcrumb__item:after {
    width: 8px;
    height: 11px;
    margin: 0 10px;
    content: url("/Static/images/themes/theca/icon-breadcrumb.svg");
    position: relative;
    top: 1px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .breadcrumb__item:first-child {
    width: auto;
    height: 24px;
    margin-right: 10px;
    background: transparent url("/Static/images/themes/theca/icon-breadcrumb-home.svg") no-repeat left center;
    position: relative; }
    .breadcrumb__item:first-child span {
      border: 0 !important;
      clip: rect(0 0 0 0) !important;
      height: 1px !important;
      margin: -1px !important;
      overflow: hidden !important;
      padding: 0 !important;
      position: absolute !important;
      width: 1px !important; }
    .breadcrumb__item:first-child a {
      width: 28px;
      height: 28px;
      display: block;
      float: left; }
    .breadcrumb__item:first-child a:focus {
      outline: 0; }
      .breadcrumb__item:first-child a:focus:before {
        width: 28px;
        height: 28px;
        content: '';
        display: block;
        border: 1px solid #17243d;
        z-index: 200;
        position: absolute;
        top: -2px;
        left: -2px; }
  .breadcrumb__item:first-child:after {
    margin: 0 0 0 6px; }
  .breadcrumb__item:first-child:focus {
    margin: 0 0 0 6px; }
  .breadcrumb__item:last-child:after {
    display: none; }

.breadcrumb__link {
  color: #17243d;
  font-size: 1.4rem;
  text-decoration: none; }
  .breadcrumb__link:hover, .breadcrumb__link:focus {
    color: #17243d;
    outline: 0;
    text-decoration: underline; }

/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/
.btn {
  width: auto;
  height: auto;
  min-height: 44px;
  margin: 0;
  padding: 1.1rem 5rem 1.1rem 5rem;
  border: 2px solid #95c11f;
  border-radius: 22px;
  background-color: #95c11f;
  color: #17243d;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  position: relative; }
  .btn span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: transform; }
  @media screen and (max-width: 575px) {
    .btn:focus {
      /*border: 2px solid;
        outline: 5px solid;*/
      /*     border-radius: 10px;*/
      color: #00515d;
      background-color: #17243d;
      border-color: #17243d;
      outline: 0; } }
  .btn:focus {
    /*border: 2px solid;
        outline: 5px solid;*/
    /*     border-radius: 10px;*/
    color: #17243d;
    background-color: #95c11f;
    border-color: #17243d;
    outline: 0; }
  .btn svg {
    position: absolute;
    width: 1.1em;
    right: 0;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: right, opacity;
    fill: #95c11f; }
  @media screen and (min-width: 768px) {
    .btn {
      width: auto;
      min-width: 180px; } }
  @media screen and (max-width: 575px) {
    .btn:hover {
      color: #95c11f;
      background-color: #17243d; }
      .btn:hover span {
        text-decoration: none !important;
        -webkit-transform: translateX(-1rem);
            -ms-transform: translateX(-1rem);
                transform: translateX(-1rem); }
      .btn:hover svg {
        opacity: 1;
        right: -2rem; }
    .btn:not(.image-gallery-block__btn):focus {
      outline: 0; }
      .btn:not(.image-gallery-block__btn):focus span {
        text-decoration: underline; } }
  @media screen and (min-width: 992px) {
    .btn:hover {
      color: #95c11f;
      background-color: #17243d; }
      .btn:hover span {
        text-decoration: none !important;
        -webkit-transform: translateX(-1rem);
            -ms-transform: translateX(-1rem);
                transform: translateX(-1rem); }
      .btn:hover svg {
        opacity: 1;
        right: -2rem; }
    .btn:not(.image-gallery-block__btn):focus {
      outline: 0; }
      .btn:not(.image-gallery-block__btn):focus span {
        text-decoration: underline; } }

span.btn:hover,
span.btn:focus {
  text-decoration: underline; }

/* only remove default outline if alternative focus styling is provided
*  2.4.7 Focus Visible: Any keyboard operable user interface has a mode of operation where
*  the keyboard focus indicator is visible. (Level AA)
*/
.btn--full-width {
  width: 100%; }

.btn--link {
  border: 0; }
  .btn--link:hover {
    text-decoration: underline; }

.btn--block {
  display: block !important;
  width: 100% !important; }

.btn--next-bus {
  min-width: 192px; }

.btn--bus-alerts {
  min-width: 192px;
  padding: 1.1rem 3.6rem 1.1rem 3.6rem; }

.btn--signin {
  min-width: 164px;
  border: 2px solid #cc1970;
  background-color: #fff;
  color: #cc1970; }
  @media screen and (min-width: 992px) {
    .btn--signin:hover, .btn--signin:focus {
      color: #cc1970 !important; } }

.btn--register {
  min-width: 164px;
  border: 2px solid #cc1970;
  background-color: #cc1970;
  color: #fff; }
  @media screen and (min-width: 992px) {
    .btn--register:hover, .btn--register:focus {
      color: #fff !important; } }

.btn--print {
  margin-top: 30px; }

.btn-scroll-top {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 100;
  bottom: 20px;
  overflow: hidden;
  border: 2px solid #00847e;
  border-radius: 2px;
  background-color: #17243d;
  opacity: 0;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  right: 20px; }
  @media screen and (min-width: 768px) {
    .btn-scroll-top {
      bottom: 85px;
      right: 65px; } }
  .btn-scroll-top:before {
    width: 18px;
    height: 36px;
    content: url("/Static/images/themes/theca/icon-back-to-top.svg");
    display: block;
    position: absolute;
    left: 19px;
    top: 11px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s; }
  .btn-scroll-top:after {
    width: 18px;
    height: 36px;
    content: url("/Static/images/themes/theca/icon-back-to-top.svg");
    display: block;
    position: absolute;
    left: 19px;
    bottom: 11px;
    -webkit-transform: translateY(70px);
        -ms-transform: translateY(70px);
            transform: translateY(70px);
    -webkit-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s; }
  @media screen and (min-width: 768px) {
    .btn-scroll-top:hover:before {
      -webkit-transform: translateY(-100px);
          -ms-transform: translateY(-100px);
              transform: translateY(-100px);
      -webkit-animation: bounce-out 1s;
              animation: bounce-out 1s; }
    .btn-scroll-top:hover:after {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation: bounce-in 0.8s;
              animation: bounce-in 0.8s; } }
  .btn-scroll-top:focus {
    outline: 0;
    border: 2px solid #00847e;
    background-color: #00847e; }
    .btn-scroll-top:focus:before, .btn-scroll-top:focus:after {
      content: url("/Static/images/themes/theca/icon-back-to-top-focus.svg"); }
  .btn-scroll-top.is-active {
    opacity: 0.9; }

@-webkit-keyframes bounce-out {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  20% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  60% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px); }
  80% {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px); }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); } }

@keyframes bounce-out {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  20% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  60% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px); }
  80% {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px); }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); } }

@-webkit-keyframes bounce-in {
  0% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px); }
  25% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px); }
  50% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px); }
  75% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes bounce-in {
  0% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px); }
  25% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px); }
  50% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px); }
  75% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

/*------------------------------------*\
    $CARD LIST OBJECT
\*------------------------------------*/
.card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  list-style-type: none;
  margin-top: 1rem; }
  @media screen and (min-width: 768px) {
    .card-list {
      margin-top: 1.6rem; } }

.card-list__item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .filter-index .card-list__item {
    margin-top: 2.4rem; }
  @media screen and (min-width: 768px) {
    .card-list__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      margin-top: 2.4rem; } }
  @media screen and (min-width: 1224px) {
    .card-list__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  .card-list__item:focus {
    outline: 0;
    border: 2px solid #00847e; }

@media screen and (min-width: 1224px) {
  .card-list__item--two-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

@media screen and (min-width: 1224px) {
  .card-list__item--three-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

.card-list__item-alt {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  margin: 2rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 768px) {
    .card-list__item-alt {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  @media screen and (min-width: 1224px) {
    .card-list__item-alt {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

.js-reveal .card-list__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px); }

.js-reveal.js-animate .card-list__item {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.no-js .card-list__item,
.filter-index .card-list__item {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

/*------------------------------------*\
    $CARD
\*------------------------------------*/
.card {
  position: relative;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0;
  padding: 1rem 0;
  min-height: 1px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  border-radius: 2px;
  overflow: hidden;
  border-bottom: 2px solid #17243d; }
  .filter-index .card {
    background-color: #17243d; }
  @media screen and (min-width: 768px) {
    .card {
      background-color: #17243d;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0;
      border: 0; }
      .card:after {
        content: none; } }
  @media screen and (min-width: 992px) {
    .card {
      /*&:hover {
      transition: all 0.25s ease;
      transform: translateY(-14px);
    }

    &:hover,
    + */ }
      .card .on-focus {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); } }

.card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .filter-index .card__content {
    min-height: 158px; }
  @media screen and (min-width: 768px) {
    .card__content {
      min-height: 186px;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      padding: 3rem; }
      .filter-index .card__content {
        min-height: 170px;
        padding: 2rem; } }

.card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0; }
  .card__inner h4 {
    color: #fff; }
  @media screen and (min-width: 768px) {
    .card__inner {
      margin: 0; } }

.card__date {
  margin: 0 0 1.8rem 0;
  color: #95c11f;
  display: inline-block;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.card__title {
  margin: 0 0 1.8rem 0;
  color: #17243d;
  font-size: 1.6rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media screen and (min-width: 768px) {
    .card__title {
      color: #fff;
      font-size: 2rem; } }
  @media screen and (min-width: 992px) {
    .card__title {
      color: #fff;
      font-size: 2rem; } }
  .filter-index .card__title {
    font-size: 1.6rem;
    color: #fff; }

.card__description {
  margin: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 1.4rem;
  color: #17243d; }
  @media screen and (min-width: 768px) {
    .card__description {
      color: #fff; } }
  @media screen and (min-width: 992px) {
    .card__description {
      color: #fff; } }
  .card__description *:first-child {
    margin-top: 0; }
  .card__description *:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .card__description {
      display: block;
      font-size: 1.6rem; } }
  .filter-index .card__description {
    font-size: 1.4rem;
    color: #fff; }

.card__img-holder {
  width: 36%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
  @media screen and (min-width: 576px) {
    .card__img-holder {
      width: 40%; } }
  @media screen and (min-width: 768px) {
    .card__img-holder {
      width: 100%;
      height: auto;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; } }

.card__img-holder + .card__content {
  padding: 0 0 0 1rem;
  width: 74%; }
  @media screen and (min-width: 576px) {
    .card__img-holder + .card__content {
      width: 60%; } }
  @media screen and (min-width: 768px) {
    .card__img-holder + .card__content {
      width: 100%;
      padding: 3rem; } }

.card__img-holder--full-width {
  width: 100%; }

.card__img {
  min-height: 1px;
  border-radius: 2px; }
  @media screen and (min-width: 768px) {
    .card__img {
      border-radius: 0; } }

.card__btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: none; }
  @media screen and (min-width: 768px) {
    .card__btn {
      display: block; } }
  .card__btn:focus {
    outline: 0;
    border: 2px solid #00847e; }

.card.on-focus {
  /*box-shadow: 0 2px 14px 0 rgba(165, 166, 178, 0.7);*/
  border: 4px solid #00847e; }

.card-list__item.on-focus {
  border: 4px solid #00847e; }

.card-tags {
  margin: 0 0 1.8rem 0;
  list-style: none;
  line-height: 1.2; }

.card-tags__item {
  margin: 0;
  padding: 0;
  color: #95c11f;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  /* style for bullet  */ }
  .card-tags__item:before {
    width: 4px;
    height: 4px;
    margin: 0 8px 0 5px;
    border-radius: 2px;
    background-color: #95c11f;
    display: inline-block;
    content: "";
    position: relative;
    top: -2px; }
    @media screen and (max-width: 575px) {
      .card-tags__item:before {
        background-color: #17243d; } }
    @media screen and (min-width: 576px) {
      .card-tags__item:before {
        background-color: #17243d; } }
    @media screen and (min-width: 768px) {
      .card-tags__item:before {
        background-color: #95c11f; } }
    @media screen and (min-width: 992px) {
      .card-tags__item:before {
        background-color: #95c11f; } }
  .card-tags__item:first-child:before {
    display: none; }
  @media screen and (max-width: 575px) {
    .card-tags__item {
      color: #17243d; } }
  @media screen and (min-width: 576px) {
    .card-tags__item {
      color: #17243d; } }
  @media screen and (min-width: 992px) {
    .card-tags__item {
      color: #95c11f; } }
  @media screen and (min-width: 768px) {
    .card-tags__item {
      color: #95c11f; } }

/*------------------------------------*\
    CONTENT FILTER
\*------------------------------------*/
.preferences-bar {
  overflow: hidden; }

/*------------------------------------*\
    FILTER
\*------------------------------------*/
.product-filter {
  margin: 0 !important; }

.filter-open {
  overflow: hidden;
  visibility: visible; }
  @media screen and (min-width: 992px) {
    .filter-open {
      overflow: auto; } }

@media screen and (min-width: 0) and (max-width: 991px) {
  .filter {
    position: fixed;
    max-height: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: 0;
    overflow-y: scroll;
    color: #17243d;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    z-index: 400; } }

.filter-open .filter {
  background-color: #F1F2F4;
  opacity: 1;
  left: 0;
  visibility: visible; }

@media screen and (min-width: 992px) {
  .filter {
    position: relative;
    opacity: 1; } }

.filter .accordion-panel__button {
  padding: 1.9rem 5rem 1.9rem 2rem;
  background-color: transparent;
  color: #17243d;
  font-size: 1.6rem; }
  .filter .accordion-panel__button:before, .filter .accordion-panel__button:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #17243d;
    border-radius: 1px; }
  .filter .accordion-panel__button:before {
    height: 18px;
    width: 2px;
    right: 27px; }
  .filter .accordion-panel__button:after {
    height: 2px;
    width: 18px;
    right: 19px; }

.filter .accordion-panel__content {
  padding: 0 2rem 0 2rem; }

@media screen and (min-width: 0) and (max-width: 991px) {
  .filter-open .filter {
    max-height: 100%;
    visibility: visible; } }

.filter__title {
  font-weight: bold; }
  .filter-open .filter__title {
    font-weight: normal;
    visibility: visible; }

.filter__title--mobile {
  font-weight: normal; }
  @media screen and (min-width: 992px) {
    .filter__title--mobile {
      display: none; } }

.filter-item {
  padding: 0;
  border-bottom: 1px solid #17243d; }

.filter-list {
  display: block;
  position: relative;
  width: 100%;
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0; }
  .filter-list label {
    display: inline-block; }

.display-filter-btn {
  width: 100%;
  margin: 1rem 0 0 0;
  display: block; }
  @media screen and (min-width: 992px) {
    .display-filter-btn {
      display: none; } }

.filter__header {
  margin: 100px 0 0 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (min-width: 992px) {
    .filter__header {
      margin: 0; } }

.filter__close {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent url("/Static/images/themes/theca/icon-search-mobile-close.svg") no-repeat center center;
  text-indent: -9999em;
  text-decoration: none;
  position: absolute;
  right: 10px;
  top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden; }
  .filter__close:hover, .filter__close:focus {
    outline: 2px solid #00847e;
    background-position: center;
    -webkit-transition: none !important;
    transition: none !important; }
  @media screen and (min-width: 992px) {
    .filter__close {
      display: none; } }

.filter__clear {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #00847e;
  font-size: 1.6rem;
  position: relative; }
  .filter__clear:focus {
    outline: 0;
    text-decoration: underline; }

@media screen and (min-width: 0) and (max-width: 991px) {
  .filter__container {
    padding: 0 1.5rem 0 1.5rem;
    visibility: hidden; } }

.filter-open .filter__container {
  visibility: visible; }

@media screen and (min-width: 992px) {
  .filter__container {
    margin: 18px 0 0 0; } }

.filter__save-btn {
  width: 100%;
  display: block; }
  @media screen and (min-width: 992px) {
    .filter__save-btn {
      display: none; } }

.filter__save-btn + .filter-item {
  margin: 2rem 0 0 0; }

.filter-sidebar {
  padding: 2rem;
  background: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 2rem; }

.filter-sidebar h3 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem; }

.category-filters .form-check {
  margin-bottom: 1rem; }

.category-filters .form-check-input {
  margin-right: 0.5rem; }

.category-filters .form-check-label {
  cursor: pointer; }

@media (max-width: 767px) {
  .filter-sidebar {
    margin-bottom: 3rem; } }

/*------------------------------------*\
    $PAGINATION
\*------------------------------------*/
.pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/*ol*/
.pagination {
  margin: 0 auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/*li*/
.pagination__item {
  margin: 0 4px;
  border: 1px solid #ddd; }

/*a*/
.pagination__link {
  padding: 8px 12px;
  display: block; }
  .pagination__link:hover, .pagination__link:focus {
    color: #00847e;
    text-decoration: underline; }

/*a*/
.ol-pagination__link--active,
.ol-pagination__link--ellipsis {
  text-decoration: none; }

/*------------------------------------*\
    $SORT
\*------------------------------------*/
/*------------------------------------*\
    $UMBRACO FORMS
\*------------------------------------*/
.umbraco-form-outer-wrapper {
  padding: 2rem 0; }
  @media screen and (min-width: 992px) {
    .umbraco-form-outer-wrapper {
      padding: 4rem 0; } }

.umbraco-form-wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  margin: 0; }
  @media screen and (min-width: 768px) {
    .umbraco-form-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%;
      margin-left: 8.33333%; } }
  @media screen and (min-width: 992px) {
    .umbraco-form-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      margin-left: 25%; } }
  .umbraco-form-wrapper [class*='col-'] {
    margin: 0;
    padding: 0; }
  .umbraco-form-wrapper label {
    display: inline-block; }
  .umbraco-form-wrapper input[type='radio'],
  .umbraco-form-wrapper input[type='checkbox'] {
    display: inline; }

.umbraco-forms-form {
  border: 2px solid #95c11f;
  border-radius: 2px;
  padding: 3.5rem 2rem 3rem 2rem; }
  @media screen and (min-width: 992px) {
    .umbraco-forms-form {
      padding: 8rem 0 8rem 0; } }

@media screen and (min-width: 992px) {
  .umbraco-forms-page {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    margin-left: 16.66667%; } }

.umbraco-forms-page > *:first-child {
  margin-top: 0; }

.umbraco-forms-fieldset {
  min-inline-size: auto;
  min-width: 100%; }

.umbraco-forms-container {
  padding: 0; }

.umbraco-forms-field {
  margin: 3rem 0 0 0; }
  @media screen and (min-width: 992px) {
    .umbraco-forms-field {
      margin: 4rem 0 0 0; } }
  .umbraco-forms-field .help-block {
    display: block;
    clear: both; }
  .umbraco-forms-field.hidden {
    display: none; }

.umbraco-forms-field-wrapper {
  min-height: 24px;
  margin: 0.8rem 0 0 0;
  position: relative; }

.umbraco-forms-field .radiobuttonlist label,
.umbraco-forms-field .checkboxlist label {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal; }

.umbraco-forms-navigation {
  margin: 3rem 0 0 0; }
  @media screen and (min-width: 992px) {
    .umbraco-forms-navigation {
      margin: 6rem 0 0 0; } }
  .umbraco-forms-navigation .btn {
    width: 100%;
    margin: 0; }
    .umbraco-forms-navigation .btn:focus, .umbraco-forms-navigation .btn:hover {
      text-decoration: underline; }

.umbraco-forms-caption + .umbraco-forms-fieldset {
  margin-top: 2rem; }
  @media screen and (min-width: 992px) {
    .umbraco-forms-caption + .umbraco-forms-fieldset {
      margin-top: 3rem; } }

.umbraco-forms-container > .umbraco-forms-field:first-child {
  margin-top: 0; }

.umbraco-forms-field.titleanddescription p,
.umbraco-forms-field.titleanddescription .umbraco-forms-field-wrapper {
  margin-top: 0; }

.umbraco-forms-field.titleanddescription + * {
  margin-top: 3rem; }
  @media screen and (min-width: 992px) {
    .umbraco-forms-field.titleanddescription + * {
      margin-top: 6rem; } }

/*------------------------------------*\
    $SOCIAL SHARING
\*------------------------------------*/
.no-js .social-share-container {
  display: none; }

.social-share-container {
  background-color: #F1F2F4;
  padding: 1rem 0; }

.social-share-wrapper {
  margin: 0;
  padding: 0 9px 0 17px;
  border-left: 2px solid #17243d;
  border-right: 2px solid #17243d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.social-share-title {
  margin: 0 17px 0 0;
  color: #17243d;
  font-size: 1.4rem;
  font-weight: normal; }

.social-share__list {
  display: inline-block; }

.social-share__link {
  background: none;
  border: none;
  outline: none;
  color: #17243d;
  text-decoration: underline;
  width: 40px;
  height: 40px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .social-share__link:hover, .social-share__link:focus {
    outline: 0; }
    .social-share__link:hover:after, .social-share__link:focus:after {
      width: 32px;
      height: 32px;
      border: 2px solid #00847e;
      border-radius: 2px;
      content: '';
      position: absolute;
      left: 4px;
      top: 4px; }
  .social-share__link svg {
    fill: #17243d; }
  .social-share__link .icon-facebook {
    width: 26px;
    height: 26px; }
  .social-share__link .icon-twitter {
    width: 24px;
    height: 24px; }
  .social-share__link .icon-linkedin {
    width: 26px;
    height: 26px; }
  .social-share__link .icon-googleplus {
    width: 26px;
    height: 26px; }
  .social-share__link .icon-mail {
    width: 28px; }

/*------------------------------------*\
    $BUS ALEERTS
\*------------------------------------*/
.bus-alerts__bg1 {
  background-color: #c00; }

.bus-alerts__bg2 {
  background-color: #039; }

.bus-alerts__bg3 {
  background-color: #002d59; }

@media screen and (min-width: 0) and (max-width: 991px) {
  .bus-alerts__container {
    padding: 0 !important; } }

.bus-alerts__container--alt .container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important; }

@media screen and (min-width: 992px) {
  .bus-alerts__container--alt {
    padding-right: 12px !important;
    padding-left: 12px !important;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #002d59), color-stop(50%, #039));
    background: linear-gradient(to left, #002d59 50%, #039 50%); } }

.bus-alerts__col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (min-width: 992px) {
    .bus-alerts__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }

.bus-alerts__col--full {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.bus-alerts__link {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold; }
  .bus-alerts__link:hover, .bus-alerts__link:focus {
    color: #fff;
    text-decoration: underline;
    outline: 0; }

.bus-alerts__bg1 .bus-alerts__col--full .bus-alerts__link {
  color: #fff; }
  .bus-alerts__bg1 .bus-alerts__col--full .bus-alerts__link:hover, .bus-alerts__bg1 .bus-alerts__col--full .bus-alerts__link:focus {
    color: #fff; }

.bus-alert-highlight,
.bus-alerts__highlight {
  width: 20px;
  height: 20px;
  margin: 0 0 0 10px;
  border-radius: 10px;
  background-color: #d90016;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

/*------------------------------------*\
    $NEXT BUS TRAIN
\*------------------------------------*/
.next-bus-train {
  padding: 20px 0; }
  @media screen and (min-width: 992px) {
    .next-bus-train {
      padding: 40px 0; } }

.next-bus,
.next-train {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px; }
  @media screen and (min-width: 768px) {
    .next-bus,
    .next-train {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  .next-bus ::-webkit-input-placeholder,
  .next-train ::-webkit-input-placeholder {
    color: #00313f;
    opacity: 1; }
  .next-bus ::-moz-placeholder,
  .next-train ::-moz-placeholder {
    color: #00313f;
    opacity: 1; }
  .next-bus :-ms-input-placeholder,
  .next-train :-ms-input-placeholder {
    color: #00313f;
    opacity: 1; }

.next-bus + .next-train {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .next-bus + .next-train {
      margin-top: 0; } }

.next-bus__inner,
.next-train__inner {
  padding: 30px 20px;
  border-radius: 2px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .next-bus__inner > *:first-child,
  .next-train__inner > *:first-child {
    margin-top: 0; }
  @media screen and (min-width: 992px) {
    .next-bus__inner,
    .next-train__inner {
      padding: 80px; } }

.next-bus__inner {
  height: 100%;
  background-color: #039; }

.next-train__inner {
  height: 100%;
  background-color: #002d59; }

.next-bus__heading,
.next-train__heading {
  padding: 4px 0 0 60px;
  color: #fff; }

.next-bus__heading {
  background: transparent url("/Static/images/icon-bus.svg") no-repeat 0 0; }

.next-train__heading {
  background: transparent url("/Static/images/icon-train.svg") no-repeat 0 0; }

input.next-bus__form-field,
input.next-train__form-field {
  width: 100%;
  height: 44px;
  line-height: 44px;
  margin: 30px 0 0 0;
  padding: 0 1.6rem;
  background-color: #ddf1f2;
  color: #00313f;
  font-size: 1.4rem; }

.next-bus__btn,
.next-train__btn {
  width: 100%;
  margin: 20px 0 0 0;
  border: 2px solid #fff;
  background-color: #fff !important;
  color: #002d59; }
  @media screen and (min-width: 992px) {
    .next-bus__btn:hover, .next-bus__btn:focus,
    .next-train__btn:hover,
    .next-train__btn:focus {
      color: #002d59;
      text-decoration: underline; } }

.next-bus__link,
.next-train__link {
  margin: 27px 0 0 0;
  color: #fff;
  text-decoration: none; }
  .next-bus__link:after,
  .next-train__link:after {
    width: 9px;
    height: 14px;
    content: url(/Static/images/icon-chevron-right.svg);
    padding-left: 1rem;
    margin-right: -30px;
    position: relative;
    top: 2px; }
  .next-bus__link:visited, .next-bus__link:focus, .next-bus__link:active,
  .next-train__link:visited,
  .next-train__link:focus,
  .next-train__link:active {
    color: #fff !important; }
  @media screen and (min-width: 992px) {
    .next-bus__link:hover, .next-bus__link:focus,
    .next-train__link:hover,
    .next-train__link:focus {
      color: #fff;
      text-decoration: underline;
      outline: 0; } }

.next-bus__link + .next-bus__link {
  margin: 16px 0 0 0; }

@media screen and (min-width: 768px) {
  .next-bus-train__col:last-child.js-reveal {
    opacity: 0;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px); } }

.next-bus-train__col:last-child.js-reveal.js-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s 0.4s ease-in-out, -webkit-transform 0.5s 0.4s ease-in-out;
  transition: opacity 0.5s 0.4s ease-in-out, -webkit-transform 0.5s 0.4s ease-in-out;
  transition: opacity 0.5s 0.4s ease-in-out, transform 0.5s 0.4s ease-in-out;
  transition: opacity 0.5s 0.4s ease-in-out, transform 0.5s 0.4s ease-in-out, -webkit-transform 0.5s 0.4s ease-in-out; }

.no-js .next-bus-train__col:last-child {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

/*------------------------------------*\
    $GLOBAL
\*------------------------------------*/
/**
 * Global elements that are on all or the majority of pages, such as header, footer etc
 */
/*------------------------------------*\
    $HEADER
\*------------------------------------*/
.header {
  margin: 0; }
  @media screen and (min-width: 992px) {
    .header {
      height: auto; } }

.header-bg {
  background-color: #F1F2F4; }
  @media screen and (min-width: 992px) {
    .header-bg {
      border-bottom: 1px solid #F1F2F4;
      background: #F1F2F4 url("/Static/images/themes/theca/header-bg.png") no-repeat center center; } }

.header-wrapper {
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 0) and (max-width: 991px) {
    .header-wrapper {
      padding: 0 !important; } }

.header-inner-wrapper {
  height: 60px;
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media screen and (min-width: 992px) {
    .header-inner-wrapper {
      height: 119px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: visible; } }

.site-logo-wrapper {
  width: 100%;
  height: 60px;
  background-color: #F1F2F4;
  padding: 0 6px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media screen and (min-width: 992px) {
    .site-logo-wrapper {
      width: auto;
      height: 84px;
      padding: 0;
      background-color: transparent;
      display: block; } }

.site-logo {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  width: 50%;
  height: 46px;
  margin: 7px auto;
  display: block; }
  @media screen and (min-width: 992px) {
    .site-logo {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      height: 84px;
      margin: 0;
      padding: 0; } }

.site-logo--alt {
  margin: 2rem 0 0 0; }

.site-logo__link {
  width: auto;
  height: 46px;
  margin: 0;
  display: inline-block;
  position: relative; }
  .site-logo__link:focus {
    outline: 0;
    border: 0; }
  @media screen and (max-width: 575px) {
    .site-logo__link:focus {
      color: #F1F2F4 !important;
      outline: 0;
      border: 1px solid #00847e; }
    .site-logo__link:hover {
      outline: 0;
      color: #17243d !important;
      /*   &:after {
                width: calc(100% - 4rem);
                height: 2px;
                content: '';
                background-color: $bg-secondary-nav-desktop-text-hover;
                position: absolute;
                bottom: 1.7rem;
                left: 2rem;
            }*/ } }
  @media screen and (min-width: 576px) {
    .site-logo__link {
      /*   &:hover {
            outline: 0;
            color: $nav-button-active-hover !important;
               &:after {
                width: calc(100% - 4rem);
                height: 2px;
                content: '';
                background-color: $bg-secondary-nav-desktop-text-hover;
                position: absolute;
                bottom: 1.7rem;
                left: 2rem;
            }
        }*/ }
      .site-logo__link:focus {
        color: #F1F2F4 !important;
        outline: 0;
        border: 1px solid #00847e; } }
  @media screen and (min-width: 992px) {
    .site-logo__link {
      height: 84px;
      float: left; }
      .site-logo__link:focus {
        outline: 0;
        /* &:after {
                width: calc(100% + 8px);
                height: 100%;
                border: $focus-outline;
                border-radius: $border-radius;
                content: '';
                position: absolute;
                left: -2px;
                top: -2px;
            }*/ } }

.site-logo__img {
  width: auto;
  height: 46px;
  margin: auto; }
  @media screen and (min-width: 992px) {
    .site-logo__img {
      width: auto;
      max-width: none;
      height: 84px; } }

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
footer {
  background-color: #17243d; }

.footer-primary {
  margin: 0 auto;
  padding: 3rem 0 1.2rem 0;
  border-top: 2px solid #17243d; }
  @media screen and (min-width: 992px) {
    .footer-primary {
      padding: 7.8rem 0 6.4rem 0; } }

.footer-primary__col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  margin: 1rem 0 0 0;
  color: #fff; }
  .footer-primary__col h2,
  .footer-primary__col h3 {
    color: #fff; }
  .footer-primary__col nav {
    margin: 2.8rem 0 0 0; }
  .footer-primary__col *:first-child {
    margin-top: 0; }
  @media screen and (min-width: 768px) {
    .footer-primary__col h2 + .social-links-wrapper {
      margin: 0.6rem 0 0 0; } }
  @media screen and (min-width: 992px) {
    .footer-primary__col h2 + .social-links-wrapper {
      margin: 1.5rem 0 0 0; } }

@media screen and (min-width: 576px) {
  .footer-primary__col--1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

@media screen and (min-width: 992px) {
  .footer-primary__col--1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    margin-top: 0; } }

.footer-primary__col--2 {
  margin-top: 3rem; }
  @media screen and (min-width: 576px) {
    .footer-primary__col--2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      margin-top: 0; } }
  @media screen and (min-width: 992px) {
    .footer-primary__col--2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  .footer-primary__col--2:first-child {
    margin: 0; }

.footer-primary__col--3 {
  margin-top: 3rem; }
  @media screen and (min-width: 992px) {
    .footer-primary__col--3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
      margin-top: 0; } }

.footer-primary__sub1 {
  margin: 0;
  background-color: #17243d; }
  .footer-primary__sub1 *:first-child {
    margin: 0; }

.footer-primary__sub2 {
  margin: 3rem 0 0 0;
  background-color: #17243d;
  overflow: hidden; }
  .footer-primary__sub2 p {
    margin: 1rem 0 0 0; }
    .footer-primary__sub2 p:before, .footer-primary__sub2 p:after {
      display: none; }

.footer-primary__icon {
  width: auto;
  height: auto;
  margin: 1.8rem 0 0 0;
  padding: 0 0 0 35px;
  text-decoration: none;
  position: relative; }
  @media screen and (min-width: 0) and (max-width: 991px) {
    .footer-primary__icon span {
      border: 0 !important;
      clip: rect(0 0 0 0) !important;
      height: 1px !important;
      margin: -1px !important;
      overflow: hidden !important;
      padding: 0 !important;
      position: absolute !important;
      width: 1px !important; } }
  .footer-primary__icon svg {
    fill: #fff;
    position: absolute;
    left: 0;
    top: 0; }
  @media screen and (min-width: 992px) {
    .footer-primary__icon {
      margin: 3.1rem 0 0 0; } }
  .footer-primary__icon:hover, .footer-primary__icon:focus {
    outline: 0;
    text-decoration: none; }

.footer-primary__icon--mail svg {
  top: 1px; }

.footer-primary__tel {
  margin: 0;
  background-color: transparent;
  color: #fff;
  text-decoration: none; }
  .footer-primary__tel:hover, .footer-primary__tel:focus {
    color: #fff;
    text-decoration: underline;
    outline: 0; }

.footer-primary__mail {
  color: #fff;
  text-decoration: none; }
  .footer-primary__mail:hover, .footer-primary__mail:focus {
    color: #fff;
    outline: 0;
    text-decoration: underline; }

.footer-nav {
  margin: 2rem auto 0 auto;
  list-style: none; }
  @media screen and (min-width: 992px) {
    .footer-nav {
      margin: 2.8rem auto 0 auto; } }

.footer-nav__item {
  margin: 0 0 1.6rem 0;
  padding: 0; }
  @media screen and (min-width: 992px) {
    .footer-nav__item {
      margin: 0 0 2.6rem 0; } }

.footer-nav__link {
  color: #fff;
  text-decoration: none; }
  .footer-nav__link:hover, .footer-nav__link:focus {
    color: #fff;
    text-decoration: underline;
    outline: 0; }

.footer-nav--2col {
  margin: 1.7rem auto 0 auto; }
  @media screen and (min-width: 768px) {
    .footer-nav--2col {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }
  @media screen and (min-width: 992px) {
    .footer-nav--2col {
      margin: 2.8rem auto 0 auto; } }
  @media screen and (min-width: 768px) {
    .footer-nav--2col .footer-nav__item {
      padding: 0 2rem 0 0; } }

.social-links-wrapper {
  margin: 2.8rem 0 0 0;
  clear: both; }
  @media screen and (min-width: 768px) {
    .social-links-wrapper {
      margin: 3.1rem 0 0 0;
      padding-left: 1px; } }
  .social-links-wrapper:first-child {
    margin: 0; }

.social-links {
  margin: 0 auto 0 auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: -10px; }

.social-links__item {
  margin: 0 1rem 0 0; }

.social-links__link {
  width: 44px;
  height: 44px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .social-links__link:hover, .social-links__link:focus {
    outline: 0; }
    .social-links__link:hover:after, .social-links__link:focus:after {
      width: 36px;
      height: 36px;
      border: 2px solid #00847e;
      border-radius: 2px;
      content: '';
      position: absolute;
      left: 4px;
      top: 4px; }
  .social-links__link svg {
    fill: #fff; }

.footer-secondary {
  min-height: 60px;
  margin: 0 auto;
  padding: 2.8rem 0 3.8rem 0;
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (min-width: 992px) {
    .footer-secondary {
      padding: 1.2rem 0; } }

.copyright-notice-wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  margin: 0; }
  @media screen and (min-width: 992px) {
    .copyright-notice-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

.copyright-notice {
  margin: 0;
  color: #fff;
  font-weight: bold; }

.footer-links-wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px; }
  @media screen and (min-width: 992px) {
    .footer-links-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%; } }

.footer-links {
  margin: 0 auto;
  list-style: none; }
  @media screen and (min-width: 992px) {
    .footer-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.footer-links__item {
  margin: 1.6rem 0 0 0; }
  @media screen and (min-width: 992px) {
    .footer-links__item {
      margin: 0 0 0 4rem; } }

.footer-links__link {
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 1.4rem; }
  .footer-links__link:hover, .footer-links__link:focus {
    color: #fff;
    text-decoration: underline;
    outline: 0; }

.footerLogos {
  /*   width: 105px;
    height: 105px;*/
  /* padding-top: 10px; */
  /* padding-bottom: 10px; */
  display: inline;
  padding: 10px 10px 10px 0px;
  float: left; }

.footerLogos-container {
  /*    margin: 3rem 0 0 0;
    background-color: #076e68;
    overflow: hidden;
    float: left;
    width: 33.33%;
    padding: 5px;*/ }

.footerLogos-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 11.5px; }

/*------------------------------------*\
    $PRIMARY NAVIGATION
\*------------------------------------*/
.mobile-nav-icon {
  width: 44px;
  height: 44px;
  margin: 8px 0;
  border: 0;
  background: transparent url("/Static/images/themes/theca/icon-hamburger.svg") no-repeat center center;
  text-indent: -9999em;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .mobile-nav-icon:focus {
    outline: 0;
    border: 0; }
  @media screen and (min-width: 992px) {
    .mobile-nav-icon {
      display: none; } }
  @media screen and (max-width: 575px) {
    .mobile-nav-icon:focus {
      /*color: $bg-secondary-nav-desktop-text-hover !important;*/
      outline: 0;
      border: 1px solid #00847e; }
    .mobile-nav-icon:hover {
      outline: 0;
      color: #17243d !important;
      /*   &:after {
                width: calc(100% - 4rem);
                height: 2px;
                content: '';
                background-color: $bg-secondary-nav-desktop-text-hover;
                position: absolute;
                bottom: 1.7rem;
                left: 2rem;
            }*/ } }
  @media screen and (min-width: 576px) {
    .mobile-nav-icon:focus {
      /*color: $bg-secondary-nav-desktop-text-hover !important;*/
      outline: 0;
      border: 1px solid #00847e; }
    .mobile-nav-icon:hover {
      outline: 0;
      color: #17243d !important;
      /*   &:after {
                width: calc(100% - 4rem);
                height: 2px;
                content: '';
                background-color: $bg-secondary-nav-desktop-text-hover;
                position: absolute;
                bottom: 1.7rem;
                left: 2rem;
            }*/ } }

.mobile-nav-icon--alt {
  width: auto;
  height: 44px;
  margin: 8px 0 8px 20px;
  padding: 0 10px 0 25px;
  background: transparent url("/Static/images/themes/theca/icon-hamburger-close.svg") no-repeat left center;
  color: #17243d;
  text-indent: 0;
  text-align: left; }
  .mobile-nav-icon--alt:focus {
    color: #17243d !important;
    outline: 0;
    border: 1px solid #17243d; }

.primary-nav-outer-wrapper {
  background-color: #F1F2F4; }
  @media screen and (min-width: 992px) {
    .primary-nav-outer-wrapper {
      background-color: #F1F2F4; } }

.primary-nav-wrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #F1F2F4;
  position: fixed;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  overflow-y: scroll;
  z-index: 300;
  left: -9999px;
  right: 0; }
  .nav-active .primary-nav-wrapper {
    opacity: 1;
    left: 0; }
  @media screen and (min-width: 992px) {
    .primary-nav-wrapper {
      height: auto;
      padding: 0;
      background-color: #F1F2F4;
      position: relative !important;
      opacity: 1;
      overflow: visible;
      left: 0; } }

.no-js .primary-nav-wrapper,
.no-js #primary-nav,
.no-js #primary-nav-list,
.no-js #primary-nav-list * {
  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #fff;
  color: #000;
  display: block;
  position: relative;
  top: 0;
  opacity: 1;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.5;
  left: 0; }
  .no-js .primary-nav-wrapper:before, .no-js .primary-nav-wrapper:after,
  .no-js #primary-nav:before,
  .no-js #primary-nav:after,
  .no-js #primary-nav-list:before,
  .no-js #primary-nav-list:after,
  .no-js #primary-nav-list *:before,
  .no-js #primary-nav-list *:after {
    display: none; }
  .no-js .primary-nav-wrapper a,
  .no-js #primary-nav a,
  .no-js #primary-nav-list a,
  .no-js #primary-nav-list * a {
    text-decoration: underline; }
  .no-js .primary-nav-wrapper ol,
  .no-js .primary-nav-wrapper ul,
  .no-js #primary-nav ol,
  .no-js #primary-nav ul,
  .no-js #primary-nav-list ol,
  .no-js #primary-nav-list ul,
  .no-js #primary-nav-list * ol,
  .no-js #primary-nav-list * ul {
    margin: 0 1.2rem 0.8rem 1.5rem; }

.nav-button {
  width: 100%;
  height: 100%;
  min-height: 50px;
  margin: 0;
  padding: 1.8rem 4rem;
  border: 0;
  border-bottom: 1px solid #17243d;
  background-color: #F1F2F4;
  color: #17243d;
  font-size: 1.8rem;
  position: relative;
  overflow: visible;
  text-align: left;
  /*&:hover {
        color: $brand-color-3;
    }*/ }
  .nav-button:focus {
    outline: 0;
    border: 2px solid #00847e; }
  .nav-button:before {
    width: 20px;
    height: 12px;
    border: 0;
    background: transparent url("/Static/images/themes/theca/icon-chevron.svg") no-repeat center center;
    content: '';
    position: absolute;
    right: 45px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .nav-button.is-active {
    border-bottom: 2px solid #17243d; }
    .nav-button.is-active:before {
      -webkit-transform: translateY(-50%) rotate(0deg);
          -ms-transform: translateY(-50%) rotate(0deg);
              transform: translateY(-50%) rotate(0deg);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center; }
  @media screen and (min-width: 992px) {
    .nav-button {
      padding: 1.8rem 2rem;
      border-bottom: 0 !important;
      background-color: #F1F2F4;
      position: relative;
      /*&:hover {
            color: $brand-color-3;
        }*/ }
      .nav-button:before {
        display: none; }
      .nav-button:hover:after, .nav-button:focus:after {
        width: 100%;
        height: 2px;
        content: '';
        background-color: #00847e;
        position: absolute;
        bottom: 0;
        left: 0; }
      .nav-button.is-active {
        border-bottom: 0; }
        .nav-button.is-active:after {
          width: 100%;
          height: 2px;
          content: '';
          background-color: #17243d;
          position: absolute;
          bottom: 0;
          left: 0; } }

/*
Level 1 nav items
 */
/*ul*/
.nav-level-1 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-top: 1px solid #17243d;
  list-style: none;
  visibility: visible;
  /*   &:hover {
        color: $brand-color-3;
    }*/ }
  .nav-active .nav-level-1 {
    opacity: 1;
    visibility: visible; }
  @media screen and (xxs: 0) {
    .nav-level-1 {
      visibility: hidden; } }
  @media screen and (max-width: 575px) {
    .nav-level-1 {
      visibility: hidden; } }
  @media screen and (min-width: 576px) {
    .nav-level-1 {
      visibility: hidden; } }
  @media screen and (min-width: 768px) {
    .nav-level-1 {
      visibility: hidden; } }
  @media screen and (min-width: 992px) {
    .nav-level-1 {
      margin: 0 0 0 -20px;
      padding: 0;
      border-top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      background-color: transparent;
      visibility: visible; } }

/*li*/
.nav-level-1__item {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  clear: both;
  display: block;
  float: none;
  /* &:hover {
        color: $brand-color-3;
    }*/ }
  .nav-level-1__item:before {
    display: none; }
  .nav-level-1__item:hover, .nav-level-1__item:focus {
    color: #00847e;
    outline: 0;
    text-decoration: none; }
    .nav-level-1__item:hover:after, .nav-level-1__item:focus:after {
      color: #00847e;
      width: 100%;
      height: 2px;
      content: '';
      background-color: #17243d;
      position: absolute;
      bottom: 0;
      left: 0; }
  @media screen and (min-width: 992px) {
    .nav-level-1__item {
      width: auto;
      margin: 0;
      position: relative;
      /*   &:hover {
            color: $brand-color-3;
        }*/ }
      .nav-level-1__item:hover, .nav-level-1__item:focus {
        color: #00847e;
        outline: 0;
        text-decoration: none; }
        .nav-level-1__item:hover:after, .nav-level-1__item:focus:after {
          color: #00847e;
          width: 100%;
          height: 2px;
          content: '';
          background-color: #17243d;
          position: absolute;
          bottom: 0;
          left: 0; } }

/*a*/
.nav-level-1__link {
  width: 100%;
  height: 100%;
  min-height: 50px;
  margin: 0;
  padding: 1.8rem 4rem;
  border-bottom: 1px solid #17243d;
  background-color: #F1F2F4;
  color: #17243d;
  font-size: 1.8rem;
  text-decoration: none;
  position: relative;
  display: block;
  /*  &:hover {
        color: $brand-color-3;
    }*/
  text-align: left; }
  @media screen and (min-width: 992px) {
    .nav-level-1__link {
      width: auto;
      padding: 1.8rem 2rem;
      background-color: #F1F2F4;
      color: #17243d;
      text-align: center;
      text-indent: 0;
      clear: none;
      border-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      /*  &:hover {
            color: $brand-color-3;
        }*/ } }
  .nav-level-1__link:hover, .nav-level-1__link:focus {
    color: #17243d;
    outline: 0;
    text-decoration: none; }
    .nav-level-1__link:hover:after, .nav-level-1__link:focus:after {
      width: 100%;
      height: 2px;
      content: '';
      background-color: #17243d;
      position: absolute;
      bottom: 0;
      left: 0; }
  .nav-level-1__link:focus {
    color: #17243d;
    outline: 0;
    border: 2px solid #00847e;
    border-bottom: 0; }

/*
Level 2 nav items
 */
/*ul*/
.nav-level-2 {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  clear: both;
  position: relative;
  list-style: none;
  display: none; }
  .no-js .nav-level-2 {
    display: block; }
  @media screen and (min-width: 992px) {
    .nav-level-2 {
      width: 280px;
      height: auto;
      border: 0;
      overflow: visible;
      position: absolute;
      left: 0;
      top: 100%; } }

/*li*/
.nav-level-2__item {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative; }
  .nav-level-2__item:before {
    display: none; }
  @media screen and (min-width: 992px) {
    .nav-level-2__item {
      margin: 0; }
      .nav-level-2__item:last-child .nav-level-2__link {
        border-bottom: 0; } }

/*a*/
.nav-level-2__link,
.nav-level-2__link:visited {
  min-height: 60px;
  margin: 0;
  padding: 1.7rem 3rem 1.1rem 7rem;
  border-bottom: 1px solid #17243d;
  background-color: #17243d;
  color: #fff;
  text-decoration: none;
  display: block; }
  @media screen and (min-width: 992px) {
    .nav-level-2__link,
    .nav-level-2__link:visited {
      min-height: auto;
      width: 100%;
      padding: 1.8rem 2rem 1.8rem 2rem;
      background-color: #17243d; }
      .nav-level-2__link:after,
      .nav-level-2__link:visited:after {
        right: 10px;
        top: 3px; } }
  .nav-level-2__link:hover, .nav-level-2__link:focus,
  .nav-level-2__link:visited:hover,
  .nav-level-2__link:visited:focus {
    outline: 0;
    color: #fff;
    text-decoration: underline; }

.mobile-btns {
  padding: 20px 40px;
  border-top: 1px solid #17243d;
  display: block; }
  @media screen and (min-width: 992px) {
    .mobile-btns {
      display: none; } }

.mobile-btns__item + .mobile-btns__item {
  width: 100%;
  margin: 20px 0 0 0; }

.mobile-btns__link {
  width: 100%;
  margin: 0;
  text-decoration: none; }
  .mobile-btns__link:hover, .mobile-btns__link:focus {
    color: #fff; }

/*------------------------------------*\
    $LEFT NAV
\*------------------------------------*/
@media screen and (min-width: 0) and (max-width: 991px) {
  .secondary-nav-outer-wrapper .container-fluid,
  .secondary-nav-outer-wrapper .row {
    margin: 0;
    padding: 0 !important; } }

@media screen and (min-width: 992px) {
  .secondary-nav-outer-wrapper {
    background-color: #17243d; } }

.secondary-nav-outer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media screen and (min-width: 992px) {
    .secondary-nav-outer {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 12px;
      padding-left: 12px;
      height: auto;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.secondary-nav-wrapper {
  margin: 0;
  display: none; }
  @media screen and (min-width: 992px) {
    .secondary-nav-wrapper {
      width: auto;
      border-top: 0;
      border-bottom: 0;
      display: block;
      right: -15px;
      position: relative; } }

.secondary-nav {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: none; }
  .nav-active .secondary-nav {
    opacity: 1;
    visibility: visible; }
  @media screen and (max-width: 575px) {
    .secondary-nav {
      visibility: hidden; } }
  @media screen and (min-width: 576px) {
    .secondary-nav {
      visibility: hidden; } }
  @media screen and (min-width: 768px) {
    .secondary-nav {
      visibility: hidden; } }
  @media screen and (min-width: 992px) {
    .secondary-nav {
      height: 100%;
      padding: 0;
      background-color: #00515d;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      visibility: visible; } }
  @media screen and (min-width: 1224px) {
    .secondary-nav {
      height: 100%;
      padding: 0;
      background-color: #00515d;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      visibility: visible; } }

.secondary-nav--alt {
  display: block; }
  @media screen and (min-width: 992px) {
    .secondary-nav--alt {
      display: none; } }

.secondary-nav__item {
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 992px) {
    .secondary-nav__item {
      margin: 0; } }

.secondary-nav__link {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 1.5rem 4rem;
  border-bottom: 1px solid #17243d;
  background-color: #17243d;
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  position: relative;
  display: block;
  text-align: left; }
  .secondary-nav__link:hover {
    border-bottom: 1px solid #fff;
    color: #fff; }
  @media screen and (min-width: 992px) {
    .secondary-nav__link {
      height: 100%;
      padding: 1.5rem 1.5rem;
      border-bottom: 0;
      background-color: #17243d;
      color: #F1F2F4;
      font-size: 1.4rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .secondary-nav__link:focus {
        /* color: $nav-button-active-tab;*/
        outline: 0;
        border: 1px solid #00847e; }
      .secondary-nav__link:hover {
        border-bottom: 1px solid #fff;
        color: #fff; } }
  @media screen and (max-width: 575px) {
    .secondary-nav__link:focus {
      /*            color: $nav-button-active-tab !important;
*/
      outline: 0;
      border: 1px solid #00847e; }
    .secondary-nav__link:hover {
      border-bottom: 1px solid #fff;
      color: #fff; } }
  @media screen and (min-width: 576px) {
    .secondary-nav__link:focus {
      /*            color: $nav-button-active-tab !important;
*/
      outline: 0;
      border: 1px solid #00847e; }
    .secondary-nav__link:hover {
      border-bottom: 1px solid #fff;
      color: #fff; } }

.secondary-nav__link a:hover {
  border-bottom: 1px solid #fff;
  color: #fff; }

/*------------------------------------*\
    $SKIP LINK
\*------------------------------------*/
.skip-link {
  padding: 0.5rem 1rem 1rem 1rem;
  background-color: #fff;
  color: #000;
  display: block;
  position: absolute;
  top: -100%;
  left: 2px;
  z-index: 400;
  text-decoration: underline !important; }
  .skip-link:focus {
    top: 2px;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    outline: 0;
    border: 2px solid #17243d;
    border-radius: 2px; }

.skip-link:visited {
  color: #000; }

/*------------------------------------*\
  $SITE SEARCH
\*------------------------------------*/
.site-search-wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
  height: 44px;
  padding: 0;
  overflow: hidden; }
  @media screen and (min-width: 992px) {
    .site-search-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .site-search-wrapper .btn {
        margin: 0 0 0 10px; }
        .site-search-wrapper .btn:hover, .site-search-wrapper .btn:focus {
          color: #fff;
          text-decoration: underline !important; }
      .site-search-wrapper .btn__highlight {
        width: 20px;
        height: 20px;
        border-radius: 10px;
        background-color: #d90016;
        margin-left: 10px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .site-search-wrapper .site-search-inner-wrapper + .btn {
        margin: 0 0 0 20px; } }

.search-active .site-search-wrapper {
  height: 100px; }

.site-search-inner-wrapper {
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  z-index: 300;
  -webkit-box-shadow: 0 15px 40px -15px #000;
          box-shadow: 0 15px 40px -15px #000;
  position: relative;
  left: -9999px;
  right: 0; }
  .search-active .site-search-inner-wrapper {
    opacity: 1;
    left: 0; }
  @media screen and (min-width: 992px) {
    .site-search-inner-wrapper {
      width: auto;
      height: 44px;
      padding: 0 0 0 20px;
      background-color: transparent;
      opacity: 1;
      overflow: hidden;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      left: 0; }
      .site-search-inner-wrapper:after {
        background-color: #17243d; } }

.site-search-btn-wrapper .btn {
  display: none; }
  @media screen and (min-width: 992px) {
    .site-search-btn-wrapper .btn {
      height: 44px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-decoration: none; }
      .site-search-btn-wrapper .btn:first-child {
        margin-left: 20px; } }
  .site-search-btn-wrapper .btn:hover, .site-search-btn-wrapper .btn:focus {
    text-decoration: underline; }
    .site-search-btn-wrapper .btn:hover span, .site-search-btn-wrapper .btn:focus span {
      text-decoration: none;
      -webkit-transform: translateX(0) !important;
          -ms-transform: translateX(0) !important;
              transform: translateX(0) !important; }

.site-search-title {
  width: 100%;
  margin: 0 0 3rem 0;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .site-search-title {
      display: none; } }

.site-search {
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .search-active .site-search {
    visibility: visible; }
  @media screen and (max-width: 575px) {
    .site-search {
      visibility: hidden; } }
  @media screen and (min-width: 576px) {
    .site-search {
      visibility: hidden; } }
  @media screen and (min-width: 768px) {
    .site-search {
      visibility: hidden; } }
  @media screen and (min-width: 992px) {
    .site-search {
      visibility: visible; } }
  .site-search ::-webkit-input-placeholder {
    color: #17243d;
    opacity: 1; }
  .site-search ::-moz-placeholder {
    color: #17243d;
    opacity: 1; }
  .site-search :-ms-input-placeholder {
    color: #17243d;
    opacity: 1; }
  @media screen and (min-width: 992px) {
    .site-search {
      max-width: 384px;
      overflow: hidden;
      float: right; }
      .site-search ::-webkit-input-placeholder {
        color: #17243d;
        opacity: 1; }
      .site-search ::-moz-placeholder {
        color: #17243d;
        opacity: 1; }
      .site-search :-ms-input-placeholder {
        color: #17243d;
        opacity: 1; } }

input.site-search__term {
  height: 100%;
  line-height: 44px;
  margin: 0;
  padding: 0 2rem;
  border-left: 1px solid #17243d;
  border-top: 1px solid #17243d;
  border-right: 0;
  border-bottom: 1px solid #17243d;
  border-radius: 0;
  background-color: #fff;
  color: #17243d;
  font-size: 1.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative; }
  input.site-search__term:focus {
    outline: 0; }
  @media screen and (min-width: 992px) {
    input.site-search__term {
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px;
      background-color: #fff;
      color: #17243d; }
      input.site-search__term:focus {
        border: 2px solid #00847e;
        color: #00847e; } }

input.site-search__btn {
  width: 44px;
  min-width: auto;
  height: 44px;
  margin: 0;
  padding: 0;
  border-left: 1px solid #17243d;
  border-top: 1px solid #17243d;
  border-right: 1px solid #17243d;
  border-bottom: 1px solid #17243d;
  border-radius: 0;
  background: #fff url("/Static/images/themes/theca/icon-search-mobile-btn.svg") no-repeat center center;
  text-indent: -9999em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  input.site-search__btn:focus {
    outline: 0;
    border: 2px solid #00847e;
    border-radius: 2px; }
  @media screen and (min-width: 992px) {
    input.site-search__btn {
      border-left: 1px solid #17243d;
      border-top: 1px solid #17243d;
      border-right: 1px solid #17243d;
      border-bottom: 1px solid #17243d;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px;
      background: #fff url("/Static/images/themes/theca/icon-search-desktop-btn.svg") no-repeat center center; }
      input.site-search__btn:focus {
        outline: 0;
        border: 2px solid #00847e;
        border-radius: 2px; } }

.site-search__icon {
  width: 30px;
  height: 30px; }

.mobile-search-icon {
  width: 44px;
  height: 44px;
  margin: 8px 0;
  border: 0;
  background: transparent url("/Static/images/themes/theca/icon-search-mobile-nav.svg") no-repeat center center;
  text-indent: -9999em;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 20px; }
  .mobile-search-icon:focus {
    outline: 0;
    border: 0; }
  .search-active .mobile-search-icon {
    display: none; }
  @media screen and (max-width: 575px) {
    .mobile-search-icon:focus {
      color: #F1F2F4 !important;
      outline: 0;
      border: 1px solid #17243d; }
    .mobile-search-icon:hover {
      outline: 0;
      color: #17243d !important;
      /*   &:after {
                width: calc(100% - 4rem);
                height: 2px;
                content: '';
                background-color: $bg-secondary-nav-desktop-text-hover;
                position: absolute;
                bottom: 1.7rem;
                left: 2rem;
            }*/ } }
  @media screen and (min-width: 576px) {
    .mobile-search-icon:focus {
      color: #F1F2F4 !important;
      outline: 0;
      border: 1px solid #17243d; }
    .mobile-search-icon:hover {
      outline: 0;
      color: #17243d !important;
      /*   &:after {
                width: calc(100% - 4rem);
                height: 2px;
                content: '';
                background-color: $bg-secondary-nav-desktop-text-hover;
                position: absolute;
                bottom: 1.7rem;
                left: 2rem;
            }*/ } }
  @media screen and (min-width: 992px) {
    .mobile-search-icon {
      display: none; } }

.mobile-search-icon--alt {
  background: transparent url("/Static/images/themes/theca/icon-search-mobile-close.svg") no-repeat center center;
  display: none;
  top: -50px; }
  .mobile-search-icon--alt:focus {
    color: #F1F2F4 !important;
    outline: 0;
    border: 1px solid #17243d; }
  .search-active .mobile-search-icon--alt {
    display: block !important; }
    .search-active .mobile-search-icon--alt:focus {
      color: #F1F2F4 !important;
      outline: 0;
      border: 1px solid #17243d; }

/*------------------------------------*\
    $UNIVERSAL NAVIGATION
\*------------------------------------*/
.universal-nav-wrapper {
  width: 100%;
  display: none; }
  @media screen and (min-width: 992px) {
    .universal-nav-wrapper {
      width: auto;
      display: block; } }

.universal-nav-wrapper2 {
  display: none; }
  @media screen and (min-width: 992px) {
    .universal-nav-wrapper2 {
      display: none; } }

.no-js .universal-nav-wrapper {
  display: block; }

.no-js .universal-nav-wrapper2 {
  display: none; }

.universal-nav-button {
  width: 100%;
  height: 40px;
  padding: 0 0 0 47px;
  border: 0;
  background: #17243d url("/Static/images/themes/theca/icon-universal-nav.svg") no-repeat 18px 14px;
  color: white;
  font-size: 1.4rem;
  text-align: left; }
  .universal-nav-button:focus {
    outline: 0; }
  .universal-nav-button.is-active {
    padding: 0 0 0 39px;
    background: #17243d url("/Static/images/themes/theca/icon-aux-close.svg") no-repeat 18px 13px; }
  @media screen and (max-width: 575px) {
    .universal-nav-button:focus {
      /*color: $bg-secondary-nav-desktop-text-hover !important;*/
      outline: 0;
      border: 1px solid #00847e; }
    .universal-nav-button:hover {
      outline: 0;
      border-bottom: 1px solid #fff;
      color: #95c11f;
      /*   &:after {
                width: calc(100% - 4rem);
                height: 2px;
                content: '';
                background-color: $bg-secondary-nav-desktop-text-hover;
                position: absolute;
                bottom: 1.7rem;
                left: 2rem;
            }*/ } }
  @media screen and (min-width: 576px) {
    .universal-nav-button:focus {
      /*color: $bg-secondary-nav-desktop-text-hover !important;*/
      outline: 0;
      border: 1px solid #00847e; }
    .universal-nav-button:hover {
      outline: 0;
      border-bottom: 1px solid #fff;
      color: #95c11f;
      /*   &:after {
                width: calc(100% - 4rem);
                height: 2px;
                content: '';
                background-color: $bg-secondary-nav-desktop-text-hover;
                position: absolute;
                bottom: 1.7rem;
                left: 2rem;
            }*/ } }
  @media screen and (min-width: 768px) {
    .universal-nav-button:focus {
      /*color: $bg-secondary-nav-desktop-text-hover !important;*/
      outline: 0;
      border: 1px solid #00847e; }
    .universal-nav-button:hover {
      outline: 0;
      border-bottom: 1px solid #fff;
      color: #95c11f;
      /*   &:after {
                width: calc(100% - 4rem);
                height: 2px;
                content: '';
                background-color: $bg-secondary-nav-desktop-text-hover;
                position: absolute;
                bottom: 1.7rem;
                left: 2rem;
            }*/ } }
  @media screen and (min-width: 992px) {
    .universal-nav-button:focus {
      color: #F1F2F4 !important;
      outline: 0;
      border: 1px solid #00847e; }
    .universal-nav-button:hover {
      outline: 0;
      color: #17243d !important;
      /*   &:after {
                width: calc(100% - 4rem);
                height: 2px;
                content: '';
                background-color: $bg-secondary-nav-desktop-text-hover;
                position: absolute;
                bottom: 1.7rem;
                left: 2rem;
            }*/ } }

.universal-nav {
  width: 100%;
  background-color: #17243d;
  border-bottom: 1px solid #17243d;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (min-width: 992px) {
    .universal-nav {
      border-bottom: 0;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.universal-nav__item {
  width: 100%;
  height: 100px;
  background-color: #17243d;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }
  @media screen and (min-width: 768px) {
    .universal-nav__item {
      width: auto;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; } }
  @media screen and (min-width: 992px) {
    .universal-nav__item {
      height: 60px;
      width: auto; } }

.universal-nav__link {
  height: 100%;
  background-color: #17243d;
  color: #17243d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible;
  position: relative; }
  .universal-nav__link svg {
    fill: #fff; }
  .universal-nav__link.is-active {
    background-color: #00515d;
    color: #00515d; }
    .universal-nav__link.is-active svg {
      fill: #17243d; }
  @media screen and (max-width: 575px) {
    .universal-nav__link:focus {
      color: #F1F2F4 !important;
      outline: 0;
      border: 1px solid #00847e; }
    .universal-nav__link:hover {
      outline: 0;
      color: #17243d !important;
      /*   &:after {
                width: calc(100% - 4rem);
                height: 2px;
                content: '';
                background-color: $bg-secondary-nav-desktop-text-hover;
                position: absolute;
                bottom: 1.7rem;
                left: 2rem;
            }*/ } }
  @media screen and (min-width: 576px) {
    .universal-nav__link {
      /*    &:hover {
            outline: 0;
            color: $bg-secondary-nav-desktop-text-hover !important;

            &:after {
                width: calc(100% - 4rem);
                height: 2px;
                content: '';
                background-color: $bg-secondary-nav-desktop-text-hover;
                position: absolute;
                bottom: 1.7rem;
                left: 2rem;
            }
        }*/ }
      .universal-nav__link:focus {
        color: #F1F2F4 !important;
        outline: 0;
        border: 1px solid #00847e; } }
  @media screen and (min-width: 768px) {
    .universal-nav__link {
      /*  padding: 0 10px;*/ }
      .universal-nav__link.is-active:focus:after {
        border: #00847e; } }
  @media screen and (min-width: 992px) {
    .universal-nav__link:focus {
      outline: 0; }
      .universal-nav__link:focus:after {
        width: 100%;
        height: 100%;
        border: 2px solid #00847e;
        border-radius: 2px;
        content: "";
        position: absolute;
        left: 0;
        top: 0; }
    .universal-nav__link.is-active:focus:after {
      border: #00847e; } }

@media screen and (min-width: 768px) {
  .universal-nav__link--alt {
    /*padding: 0 20px;*/ } }

/*.icon-ca {
    @include breakpoint(lg) {
        width: 60px; // Adjusted width for lg breakpoint
        height: 40px; // Adjusted height for lg breakpoint
    }
}


.icon-lep {
    @include breakpoint(lg) {
        width: 49px;
        height: 33px;
    }
}

.icon-lcr {
    @include breakpoint(lg) {
        width: 49px;
        height: 33px;
    }
}

.icon-city-connect {
    @include breakpoint(lg) {
        width: 49px;
        height: 33px;
    }
}

.icon-metro {
    @include breakpoint(lg) {
        width: 49px;
        height: 33px;
    }
}

.icon-mcard {
  @include breakpoint(lg) {
    width: 34px;
    height: 31px;
  }
}*/
/*------------------------------------*\
    $BLOCKS
\*------------------------------------*/
.accordion {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  padding: 2rem 0; }
  @media screen and (min-width: 768px) {
    .accordion {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%;
      margin-left: 8.33333%;
      padding: 4rem 0; } }

.accordion-panel {
  margin: 0;
  width: 100%;
  border-bottom: 2px solid #17243d; }

.accordion-panel__heading {
  width: 100%;
  margin: 0;
  color: #17243d; }
  .accordion-panel__heading:before, .accordion-panel__heading:after {
    display: none; }

.accordion-panel__button {
  width: 100%;
  display: block;
  padding: 2rem 5rem 2rem 2rem;
  position: relative;
  font-size: 1.6rem;
  color: #17243d;
  background-color: #F1F2F4;
  border-left: 0;
  border-right: 0;
  border-top: none;
  border-bottom: none;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .accordion-panel__button {
      font-size: 2rem; } }
  .accordion-panel__button:before, .accordion-panel__button:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #17243d;
    border-radius: 1px; }
  .accordion-panel__button:before {
    height: 22px;
    width: 2px;
    right: 25px; }
  .accordion-panel__button:after {
    height: 2px;
    width: 22px;
    right: 15px; }

.accordion-panel__button.is-active:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center; }

.accordion-panel__content {
  display: none;
  padding: 0 2rem 2rem;
  margin: 0;
  padding-top: 15px; }
  @media screen and (min-width: 768px) {
    .accordion-panel__content {
      padding: 2rem; } }
  .accordion-panel__content div {
    padding-right: 2rem; }
    @media screen and (min-width: 768px) {
      .accordion-panel__content div {
        padding-right: 6rem; } }
    .accordion-panel__content div :first-child {
      margin-top: 0; }

.no-js .accordion-panel__content {
  display: block; }

.general-image-list-promo-section {
  padding: 2rem 0; }
  @media screen and (min-width: 768px) {
    .general-image-list-promo-section {
      padding: 4rem 0; } }
  .general-image-list-promo-section .general-image-list-promo-section__title {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
    text-align: center;
    padding-bottom: 3rem;
    color: #17243d; }
    @media screen and (min-width: 992px) {
      .general-image-list-promo-section .general-image-list-promo-section__title {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: 8.33333%; } }
  @media screen and (min-width: 768px) {
    .general-image-list-promo-section .cta-holder {
      margin-top: 8rem; } }
  .general-image-list-promo-section .cta-holder .btn {
    margin-top: 0; }
  .general-image-list-promo-section > *:first-child {
    margin-top: 0; }

.general-image-list-promo {
  background-color: #fff; }
  @media screen and (min-width: 0) and (max-width: 767px) {
    .general-image-list-promo {
      margin-left: -20px;
      margin-right: -20px; } }
  @media screen and (min-width: 768px) {
    .general-image-list-promo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: -12px;
      margin-left: -12px; } }
  .no-js .general-image-list-promo .picturefill-background {
    display: none; }

@media screen and (min-width: 768px) {
  .general-image-list-promo__item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8rem; } }

@media screen and (min-width: 992px) {
  .general-image-list-promo__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 8.33333%; } }

.general-image-list-promo__item:first-child {
  margin-top: 0; }

.general-image-list-promo__link {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none; }
  .general-image-list-promo__link:focus {
    border: 2px solid #00515d; }

.general-image-list-promo__article {
  display: block;
  text-decoration: none;
  position: relative; }
  @media screen and (min-width: 768px) {
    .general-image-list-promo__article {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.general-image-list-promo__description {
  margin-top: 2rem; }
  @media screen and (min-width: 768px) {
    .general-image-list-promo__description {
      margin-top: 3rem; } }

.general-image-list-promo__background {
  width: 100%;
  height: auto;
  border-radius: 2px; }
  @media screen and (min-width: 0) and (max-width: 767px) {
    .general-image-list-promo__background {
      padding-top: 80%; } }
  @media screen and (min-width: 768px) {
    .general-image-list-promo__background {
      margin: 0 -80px 0 0; } }
  .general-image-list-promo__background.picturefill {
    padding: 0; }

.general-image-list-promo__noscript {
  width: 100%;
  height: 100%; }
  @media screen and (min-width: 768px) {
    .general-image-list-promo__noscript {
      margin-right: -80px; } }

.general-image-list-promo__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover"; }

.general-image-list-promo__content {
  background-color: #fff;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .general-image-list-promo__content {
      width: 49%;
      padding: 30px 0;
      background-color: transparent;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }

.general-image-list-promo__content-wrapper {
  margin: 0 20px;
  padding: 40px 20px;
  background-color: #F1F2F4;
  position: relative;
  top: -45px;
  opacity: 1; }
  @media screen and (min-width: 768px) {
    .general-image-list-promo__content-wrapper {
      margin: 0;
      padding: 60px 50px 60px 80px;
      top: 0; } }
  .general-image-list-promo__content-wrapper:before {
    width: 100%;
    height: 100%;
    border: 2px solid #F1F2F4;
    border-radius: 2px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none; }
  .general-image-list-promo__content-wrapper *:first-child {
    margin-top: 0; }

.general-image-list-promo__cta {
  margin-top: 7rem;
  width: 100%; }
  @media screen and (min-width: 576px) {
    .general-image-list-promo__cta {
      width: auto; } }
  @media screen and (min-width: 768px) {
    .general-image-list-promo__cta {
      margin-top: 10rem; } }

@media screen and (min-width: 768px) {
  .general-image-list-promo__article--content-left .general-image-list-promo__background {
    margin: 0 0 0 -80px; } }

@media screen and (min-width: 768px) {
  .general-image-list-promo__article--content-left .general-image-list-promo__content-wrapper {
    padding: 60px 80px 60px 50px; } }

@media screen and (min-width: 768px) {
  .general-image-list-promo__article--content-left .general-image-list-promo__content {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; } }

.general-image-list-promo__item.js-reveal,
.general-image-list-promo-section__title.js-reveal {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.js-reveal .general-image-list-promo__background, .js-reveal
.general-image-list-promo__article--content-left .general-image-list-promo__content {
  opacity: 0; }
  @media screen and (min-width: 768px) {
    .js-reveal .general-image-list-promo__background, .js-reveal
    .general-image-list-promo__article--content-left .general-image-list-promo__content {
      -webkit-transform: translateX(-20px);
          -ms-transform: translateX(-20px);
              transform: translateX(-20px); } }

.js-reveal.js-animate .general-image-list-promo__background, .js-reveal.js-animate
.general-image-list-promo__article--content-left .general-image-list-promo__content {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.8s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out; }

.no-js .general-image-list-promo__background, .no-js
.general-image-list-promo__article--content-left .general-image-list-promo__content {
  height: 100%;
  background-size: cover;
  opacity: 1; }

.js-reveal .general-image-list-promo__article--content-left .general-image-list-promo__background, .js-reveal
.general-image-list-promo__content {
  opacity: 0; }
  @media screen and (min-width: 768px) {
    .js-reveal .general-image-list-promo__article--content-left .general-image-list-promo__background, .js-reveal
    .general-image-list-promo__content {
      -webkit-transform: translateX(20px);
          -ms-transform: translateX(20px);
              transform: translateX(20px); } }

.js-reveal.js-animate .general-image-list-promo__article--content-left .general-image-list-promo__background, .js-reveal.js-animate
.general-image-list-promo__content {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.8s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out; }

.no-js .general-image-list-promo__article--content-left .general-image-list-promo__background, .no-js
.general-image-list-promo__content {
  height: 100%;
  background-size: cover;
  opacity: 1; }

.general-image-promo-wrapper {
  margin: 2rem 0; }
  @media screen and (min-width: 768px) {
    .general-image-promo-wrapper {
      margin: 4rem 0; } }

.general-image-promo-wrapper + .general-image-promo-wrapper {
  margin-top: 4rem; }
  @media screen and (min-width: 768px) {
    .general-image-promo-wrapper + .general-image-promo-wrapper {
      margin-top: 8rem; } }

.general-image-promo-wrapper + .quote-block-background {
  margin-top: 4rem; }
  @media screen and (min-width: 768px) {
    .general-image-promo-wrapper + .quote-block-background {
      margin-top: 8rem; } }

.general-image-promo {
  position: relative;
  background-color: #00515d; }
  .general-image-promo .container-fluid {
    position: relative;
    z-index: 200; }
  .no-js .general-image-promo .picturefill-background {
    display: none; }

.general-image-promo__content {
  text-align: center;
  padding: 2rem 0; }
  @media screen and (min-width: 992px) {
    .general-image-promo__content {
      padding: 4rem 10%; } }

.general-image-promo__inner > *:first-child {
  margin-top: 0; }

.general-image-promo__header {
  color: #F1F2F4;
  font-size: 2.4rem; }

.general-image-promo__text {
  color: #F1F2F4; }

.general-image-promo__inner + .general-image-promo__btn-wrapper {
  margin-top: 60px; }

.general-image-promo__btn {
  width: 100%;
  background-color: #95c11f;
  border-color: #95c11f;
  color: #17243d; }
  .general-image-promo__btn:focus {
    background-color: #17243d;
    border-color: #17243d;
    color: #95c11f !important;
    /* color: $button-focus-color;
        background-color: $button-focus-background-color;
        border-color: $brand-color-2;
        outline: 0;*/ }
  .general-image-promo__btn:hover {
    color: #17243d;
    background-color: #95c11f; }
  .general-image-promo__btn svg {
    fill: #17243d; }
  @media screen and (min-width: 576px) {
    .general-image-promo__btn {
      min-width: 180px;
      width: auto; } }

.general-image-promo__btn + .general-image-promo__btn {
  margin-top: 20px; }
  @media screen and (min-width: 576px) {
    .general-image-promo__btn + .general-image-promo__btn {
      margin: 0 0 0 20px; } }

.general-image-promo__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00515d;
  z-index: 100;
  background-size: cover; }

.general-list-block {
  padding: 2rem 0; }
  @media screen and (min-width: 768px) {
    .general-list-block {
      padding: 4rem 0; } }

.general-list-block__heading {
  margin: 2rem auto 1rem auto;
  text-align: center; }
  .general-list-block__heading + * {
    margin-top: 0.6rem; }
  @media screen and (min-width: 992px) {
    .general-list-block__heading {
      margin-top: 0.6rem; } }

.general-list-block__btn {
  width: 100%;
  margin: 3rem auto 0 auto; }
  @media screen and (min-width: 768px) {
    .general-list-block__btn {
      width: auto;
      margin: 6rem auto 0 auto;
      text-align: center; } }

.header-promo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #17243d;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #00847e; }
  @media screen and (min-width: 0) and (max-width: 767px) {
    .header-promo {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media screen and (min-width: 768px) {
    .header-promo {
      padding-top: 5rem;
      min-height: 474px; } }
  .no-js .header-promo .picturefill-background {
    display: none; }

.header-promo__background {
  position: relative;
  width: 100%;
  height: 100px;
  z-index: 100;
  background-size: cover; }
  @media screen and (min-width: 576px) {
    .header-promo__background {
      height: 200px; } }
  @media screen and (min-width: 768px) {
    .header-promo__background {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; } }

.header-promo__content {
  z-index: 200; }
  @media screen and (min-width: 0) and (max-width: 767px) {
    .header-promo__content {
      margin: -4rem 3% 0;
      width: 93%;
      background-color: #fff;
      border: 2px solid #fff;
      border-radius: 2px;
      padding-top: 4.7rem;
      padding-bottom: 4rem; } }
  @media screen and (min-width: 768px) {
    .header-promo__content {
      -ms-flex-item-align: end;
          align-self: flex-end;
      padding-bottom: 0; } }
  @media screen and (min-width: 992px) {
    .header-promo__content {
      padding-top: 0; } }

.header-promo__content-wrapper {
  width: 100%;
  background-color: #fff;
  border-radius: 2px 2px 0 0;
  position: relative; }
  .header-promo--video .header-promo__content-wrapper {
    border-radius: 2px; }
  @media screen and (min-width: 768px) {
    .header-promo__content-wrapper {
      padding: 7rem 6rem 10rem;
      max-width: 490px;
      min-height: 424px; }
      .header-promo__content-wrapper:before {
        content: ' ';
        position: absolute;
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        border: 2px solid #fff;
        border-radius: 2px; } }
  .header-promo__content-wrapper > *:first-child {
    margin-top: 0; }
  .header-promo__content-wrapper .btn {
    margin-top: 6rem; }

_:-ms-fullscreen, :root .header-promo__content-wrapper {
  position: relative;
  top: 1px; }

@supports (-ms-ime-align: auto) {
  .header-promo__content-wrapper {
    position: relative;
    top: 1px; } }

.header-promo__inner {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px; }

.header-promo__title {
  color: #17243d; }

.header-promo__text {
  margin-top: 2.5rem; }
  @media screen and (min-width: 768px) {
    .header-promo__text {
      margin-top: 3.5rem; } }

.header-promo--video {
  padding-top: 0; }
  @media screen and (min-width: 0) and (max-width: 767px) {
    .header-promo--video {
      display: block; }
      .header-promo--video .header-promo__background {
        position: static;
        height: 100%;
        background-image: none; }
      .header-promo--video .header-promo__content {
        margin-top: 0.5rem;
        margin-bottom: 1rem; } }
  @media screen and (min-width: 768px) {
    .header-promo--video {
      padding: 5rem 0;
      overflow: hidden; }
      .header-promo--video:hover .header-promo__video-controls {
        opacity: 1; }
      .header-promo--video .header-promo__content {
        -ms-flex-item-align: center;
            align-self: center; } }
  .header-promo--video video {
    height: 100%;
    max-width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
    .isEdge .header-promo--video video,
    .ie11 .header-promo--video video {
      height: auto; }

.header-promo__video-controls {
  position: relative;
  left: 0;
  width: 100%;
  background: #686d83;
  bottom: 6px;
  height: 39px; }
  @media screen and (min-width: 768px) {
    .header-promo__video-controls {
      position: absolute;
      bottom: 0;
      background: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; } }

.header-promo__video-btn {
  position: absolute;
  bottom: 5px;
  left: 15px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  text-indent: -9999em;
  overflow: hidden;
  border-radius: 50%; }
  .header-promo__video-btn:focus {
    border: 1px solid #db1731; }

.header-promo__video-btn--play {
  display: none;
  background: #ccc url("/Static/images/svg/icon-play.svg") no-repeat center center; }

.header-promo__video-btn--pause {
  display: none;
  background: #ccc url("/Static/images/svg/icon-pause.svg") no-repeat center center; }

.header-video--playing ~ .header-promo__video-controls .header-promo__video-btn--play {
  display: none; }

.header-video--playing ~ .header-promo__video-controls .header-promo__video-btn--pause {
  display: block; }

.header-video--paused ~ .header-promo__video-controls .header-promo__video-btn--play {
  display: block; }

.header-video--paused ~ .header-promo__video-controls .header-promo__video-btn--pause {
  display: none; }

.header-promo__video-btn--mute {
  left: auto;
  right: 15px;
  display: block;
  background: #ccc url("/Static/images/svg/icon-mute.svg") no-repeat center center; }

.header-promo__video-btn--muted {
  left: auto;
  right: 15px;
  display: block;
  background: #ccc url("/Static/images/svg/icon-unmute.svg") no-repeat center center; }

.header-promo__progress-bar {
  position: absolute;
  width: calc(100% - 140px);
  height: 10px;
  background-color: #000;
  bottom: 13px;
  left: 70px;
  border-radius: 5px; }

.header-promo__time-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ccc;
  border-radius: 5px; }

.header-promo.js-reveal {
  opacity: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.header-promo.js-reveal.js-animate {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.no-js .header-promo {
  opacity: 1; }

.js-reveal .header-promo__content {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px); }

.js-reveal.js-animate .header-promo__content {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s 0.5s ease-in-out, -webkit-transform 0.5s 0.5s ease-in-out;
  transition: opacity 0.5s 0.5s ease-in-out, -webkit-transform 0.5s 0.5s ease-in-out;
  transition: opacity 0.5s 0.5s ease-in-out, transform 0.5s 0.5s ease-in-out;
  transition: opacity 0.5s 0.5s ease-in-out, transform 0.5s 0.5s ease-in-out, -webkit-transform 0.5s 0.5s ease-in-out; }

.no-js .header-promo__content {
  opacity: 1; }

.js-reveal .header-promo__title, .js-reveal
.header-promo__text, .js-reveal
.header-promo__btn {
  opacity: 0; }

.js-reveal.js-animate .header-promo__title, .js-reveal.js-animate
.header-promo__text, .js-reveal.js-animate
.header-promo__btn {
  opacity: 1;
  -webkit-transition: opacity 0.5s 1s ease-in-out;
  transition: opacity 0.5s 1s ease-in-out; }

.no-js .header-promo__title, .no-js
.header-promo__text, .no-js
.header-promo__btn {
  opacity: 1; }

.tag-block {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 2rem;
  padding-bottom: 0.5rem; }
  @media screen and (min-width: 768px) {
    .tag-block {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%;
      margin-left: 8.33333%;
      margin-top: 4rem;
      padding-bottom: 2.5rem; } }

.tag-block__title {
  margin: 0 1rem 1.5rem 0; }
  @media screen and (min-width: 576px) {
    .tag-block__title {
      display: inline-block; } }

.tag-block__list {
  margin: 0 auto;
  list-style: none; }
  @media screen and (min-width: 576px) {
    .tag-block__list {
      display: inline-block; } }

.tag-block__item {
  border: 0;
  background-color: #00847e;
  display: inline-block;
  margin: 0 1rem 1.5rem 0;
  border-radius: 2px; }

.tag-block__link {
  display: block;
  color: #F1F2F4;
  padding: 1rem;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase; }
  .tag-block__link:hover {
    color: #F1F2F4;
    background-color: #006b66;
    border-radius: 2px; }
  .tag-block__link:focus {
    outline: none;
    text-decoration: underline; }

.general-text-only-block {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  padding: 2rem 0; }
  @media screen and (min-width: 768px) {
    .general-text-only-block {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%;
      margin-left: 8.33333%;
      padding: 4rem 0; } }
  .general-text-only-block p {
    margin: 0; }

.video-block {
  padding: 2rem 0; }
  @media screen and (min-width: 768px) {
    .video-block {
      padding: 4rem 0; } }

.video-block__container {
  margin: 0; }

.video-block__title {
  margin: 0;
  text-align: center; }
  .video-block__title + * {
    margin-top: 3rem; }

.video-block__description {
  display: block;
  padding: 2rem 0;
  font-size: 1.6rem;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .video-block__description {
      font-size: 2rem;
      padding: 3rem 0 2rem; } }
  .video-block__description p {
    margin: 0; }

.transcript {
  margin: 0;
  padding: 2rem 0;
  border-top: 2px solid #17243d; }

.transcript__title {
  display: inline-block;
  clear: both;
  position: relative;
  margin: 0; }
  .transcript__title .accordion-panel__button {
    border: none;
    background: none;
    padding: 0 0 0 3.5rem;
    cursor: pointer;
    font-weight: bold; }
    .transcript__title .accordion-panel__button::before {
      right: auto;
      left: 10px; }
    .transcript__title .accordion-panel__button::after {
      right: auto;
      left: 0; }

.transcript__text {
  display: none;
  margin: 2rem 0 0 0; }
  .transcript__text p {
    margin: 0; }

.no-js .transcript__text {
  display: block; }

.image-block-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px; }

.image-block {
  margin: 0;
  padding: 2rem 0; }
  @media screen and (min-width: 768px) {
    .image-block {
      padding: 4rem 0; } }
  .image-block img {
    border-radius: 2px; }

.image-block__caption {
  margin-top: 1rem;
  font-size: 1.4rem; }

.image-gallery {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .image-gallery {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  .image-gallery > *:first-child {
    margin-top: 0; }

.image-gallery__title {
  margin: 0 auto;
  text-align: center; }

.image-gallery-block {
  width: 100%;
  opacity: 0;
  text-align: center;
  position: relative;
  margin-top: 4rem; }
  @media screen and (min-width: 576px) {
    .image-gallery-block {
      margin-top: 5rem; } }
  @media screen and (min-width: 768px) {
    .image-gallery-block {
      margin-top: 8rem; } }
  .image-gallery-block.is-visible {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out; }
  .image-gallery-block .slick-list {
    overflow: visible; }
  .image-gallery-block .slick-slide {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .image-gallery-block .slick-slide.slick-active {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    position: relative;
    z-index: 300; }
  .no-js .image-gallery-block {
    opacity: 1; }

.image-gallery-block__container {
  width: 70%;
  margin: 0 auto; }

.image-gallery-block__pagination {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 44%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 300;
  pointer-events: none; }

.image-gallery-block__pagination-inner {
  width: 84%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

button.image-gallery-block__btn {
  content: url("/Static/images/themes/theca/icon-gallery-arrow-small-gold.svg");
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: auto;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  pointer-events: auto;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    button.image-gallery-block__btn {
      content: url("/Static/images/themes/theca/icon-gallery-arrow-gold.svg");
      width: 60px;
      min-width: 60px;
      height: 60px;
      background-size: 32px; } }
  button.image-gallery-block__btn::before {
    content: url("/Static/images/themes/theca/icon-gallery-arrow-small.svg");
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 4px;
    width: 24px;
    height: 13px; }
    @media screen and (min-width: 768px) {
      button.image-gallery-block__btn::before {
        content: url("/Static/images/themes/theca/icon-gallery-arrow.svg");
        left: 9px;
        width: 38px;
        height: 18px; } }
  button.image-gallery-block__btn:hover::before {
    content: url("/Static/images/themes/theca/icon-gallery-arrow-small-gold.svg"); }
    @media screen and (min-width: 768px) {
      button.image-gallery-block__btn:hover::before {
        content: url("/Static/images/themes/theca/icon-gallery-arrow-gold.svg");
        -webkit-animation: gallery-arrow 0.8s;
                animation: gallery-arrow 0.8s; } }

.image-gallery-block__btn--prev {
  left: 0;
  -webkit-transform: translateX(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg); }

.image-gallery-block__btn--next {
  right: 0;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%); }

@media screen and (min-width: 768px) {
  .image-gallery-block__container:not(.slick-initialized) .image-gallery-block__slide {
    width: 33%;
    display: inline-block;
    vertical-align: top; } }

.slick-slide:not(.slick-active) .image-gallery-block__slide {
  opacity: 0.5; }

.image-gallery-block__item {
  text-align: center; }

.image-gallery-block__image {
  width: 100%;
  border-radius: 2px; }
  .slick-active .image-gallery-block__image {
    -webkit-box-shadow: 0 0 30px 0 #00313f;
            box-shadow: 0 0 30px 0 #00313f; }

.slideCount {
  width: 100%;
  display: block;
  margin: 4% 0 0 8%;
  text-align: left;
  font-size: 1.4rem; }
  @media screen and (min-width: 768px) {
    .slideCount {
      font-size: 1.6rem; } }

@-webkit-keyframes gallery-arrow {
  0% {
    left: 9px; }
  30% {
    left: 70px;
    opacity: 1; }
  35% {
    left: 70px;
    opacity: 0; }
  40% {
    left: -70px;
    opacity: 0; }
  45% {
    left: -70px;
    opacity: 1; }
  100% {
    left: 9px; } }

@keyframes gallery-arrow {
  0% {
    left: 9px; }
  30% {
    left: 70px;
    opacity: 1; }
  35% {
    left: 70px;
    opacity: 0; }
  40% {
    left: -70px;
    opacity: 0; }
  45% {
    left: -70px;
    opacity: 1; }
  100% {
    left: 9px; } }

.general-link-promo-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .general-link-promo-container {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  .general-link-promo-container .btn {
    margin-top: 0; }

.quote-block-background {
  margin: 2rem 0;
  background-color: #00847e; }
  @media screen and (min-width: 768px) {
    .quote-block-background {
      margin: 4rem 0; } }

.quote-block-background + .quote-block-background {
  margin-top: 4rem; }
  @media screen and (min-width: 768px) {
    .quote-block-background + .quote-block-background {
      margin-top: 8rem; } }

.quote-block-background + .general-image-promo-wrapper {
  margin-top: 4rem; }
  @media screen and (min-width: 768px) {
    .quote-block-background + .general-image-promo-wrapper {
      margin-top: 8rem; } }

.quote-block {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  border: none;
  text-align: center;
  padding: 2rem 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .quote-block {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%;
      margin-left: 8.33333%;
      padding: 4rem 0; } }
  .quote-block > *:first-child {
    margin-top: 0; }

.quote-block__quote {
  font-family: "PT Serif", "Times New Roman", Times, serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.2rem;
  color: #fff; }
  @media screen and (min-width: 992px) {
    .quote-block__quote {
      font-size: 3.2rem;
      line-height: 5rem; } }
  .quote-block__quote.quote-block__quote--marks::before {
    content: '“';
    display: inline; }
  .quote-block__quote.quote-block__quote--marks::after {
    content: '”';
    display: inline; }

.quote-block-details {
  margin: 3rem 0 0 0;
  display: block;
  line-height: 2.6rem; }
  @media screen and (min-width: 992px) {
    .quote-block-details {
      margin: 6rem 0 0 0; } }

.quote-block-details__author,
.quote-block-details__job-title {
  display: inline;
  color: #fff;
  font-style: normal;
  font-weight: bold; }
  @media screen and (min-width: 992px) {
    .quote-block-details__author,
    .quote-block-details__job-title {
      font-size: 2rem; } }

.quote-block-details__author--comma::after {
  content: ',';
  display: inline; }

.two-column-general-content-block-container {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .two-column-general-content-block-container {
      margin-top: 4rem;
      margin-bottom: 4rem; } }
  @media screen and (min-width: 992px) {
    .two-column-general-content-block-container {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%;
      margin-left: 8.33333%; } }
  .two-column-general-content-block-container .wysiwyg-block img {
    margin: 0;
    border-radius: 2px; }

.two-column-general-content-block {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }

.two-column-general-content-block__col {
  margin-top: 3rem;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px; }
  @media screen and (min-width: 768px) {
    .two-column-general-content-block__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }

.general-content-image-block img {
  border-radius: 2px; }

@media screen and (min-width: 0) and (max-width: 767px) {
  .general-content-image-block + * {
    margin-top: 3rem; } }

@media screen and (min-width: 0) and (max-width: 767px) {
  .wysiwyg-block + .general-content-image-block {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; } }

@media screen and (min-width: 768px) {
  .js-reveal .two-column-general-content-block__col:last-child {
    opacity: 0;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px); } }

.js-reveal.js-animate .two-column-general-content-block__col:last-child {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s 0.4s ease-in-out, -webkit-transform 0.5s 0.4s ease-in-out;
  transition: opacity 0.5s 0.4s ease-in-out, -webkit-transform 0.5s 0.4s ease-in-out;
  transition: opacity 0.5s 0.4s ease-in-out, transform 0.5s 0.4s ease-in-out;
  transition: opacity 0.5s 0.4s ease-in-out, transform 0.5s 0.4s ease-in-out, -webkit-transform 0.5s 0.4s ease-in-out; }

.no-js .two-column-general-content-block__col:last-child {
  opacity: 1; }

.twitter-feed-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  padding: 2rem 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .twitter-feed-container {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%;
      margin-left: 16.66667%;
      padding: 4rem 0; } }
  @media screen and (min-width: 992px) {
    .twitter-feed-container {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      margin-left: 33.33333%; } }

.twitter-feed-wrapper {
  margin: 0;
  background-color: #fff;
  border: 2px solid #00847e;
  border-radius: 2px;
  padding: 1rem; }
  @media screen and (min-width: 992px) {
    .twitter-feed-wrapper {
      padding: 2rem; } }

.twitter-btn {
  display: inline-block;
  margin: 3rem 0 0;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .twitter-btn {
      width: auto;
      margin-top: 6rem; } }

.js-reveal .twitter-feed-container {
  opacity: 0; }

.js-reveal.js-animate .twitter-feed-container {
  opacity: 1;
  -webkit-transition: opacity 0.5s 0.5s ease-in-out;
  transition: opacity 0.5s 0.5s ease-in-out; }

.no-js .twitter-feed-container {
  opacity: 1; }

.wysiwyg-block-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .wysiwyg-block-container {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%;
      margin-left: 8.33333%;
      padding-top: 4rem;
      padding-bottom: 4rem; } }

.wysiwyg-block > *:first-child {
  margin-top: 0; }

.wysiwyg-block > .table-responsive:first-child table {
  margin-top: 0; }

.wysiwyg-block img {
  height: auto !important;
  border-radius: 2px; }
  @media screen and (min-width: 768px) {
    .wysiwyg-block img {
      margin: 3rem 0; } }

.wysiwyg-block table img {
  margin: 0; }

.wysiwyg-block img[style="float: left;"] {
  margin: 6px 25px 10px 0; }

.wysiwyg-block img[style="float: right;"] {
  margin: 6px 0 10px 25px; }

.wysiwyg-block ol,
.wysiwyg-block ul {
  display: inline-block; }
  .wysiwyg-block ol ol,
  .wysiwyg-block ol ul,
  .wysiwyg-block ul ol,
  .wysiwyg-block ul ul {
    display: block; }

.wysiwyg-block .btn {
  margin: 3rem 0 0 0; }

.wysiwyg-image-left {
  float: left;
  margin: 5px 25px 10px 0; }
  .wysiwyg-image-left img {
    margin: 0; }

.wysiwyg-image-right {
  margin: 5px 0 10px 25px;
  float: right; }
  .wysiwyg-image-right img {
    margin: 0; }

.bus-service {
  width: 40px;
  height: 24px;
  margin: 0;
  border-radius: 2px;
  background-color: #039;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.multi-link-block {
  padding: 0 0 2rem; }
  @media screen and (min-width: 992px) {
    .multi-link-block {
      padding: 0 0 4rem; } }

.multi-link-block__inner {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px; }

.multi-link-block__title {
  text-align: center;
  margin-top: 2rem; }
  @media screen and (min-width: 992px) {
    .multi-link-block__title {
      margin-top: 4rem; } }

.multi-link-block__item-holder {
  margin-top: 0; }

.multi-link-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -12px;
  padding: 0;
  list-style: none; }
  @media screen and (min-width: 992px) {
    .multi-link-block__list {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.multi-link-block__list-item {
  margin: 3rem 1.2rem 0;
  width: calc(100% - 24px);
  max-width: 200px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #00847e; }
  @media screen and (min-width: 768px) {
    .multi-link-block__list-item {
      width: calc(33.33% - 24px); } }
  @media screen and (min-width: 992px) {
    .multi-link-block__list-item {
      margin-top: 3rem;
      width: calc(20% - 24px); } }

.multi-link-block__img {
  max-width: 100%;
  margin: 0 auto;
  display: block; }

.multi-link-block__link {
  text-decoration: none;
  margin-top: 3rem;
  display: inline-block;
  line-height: 1.4; }
  .multi-link-block__link::before, .multi-link-block__link::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .multi-link-block__link::before {
    margin-bottom: calc(-0.35em + 0px); }
  .multi-link-block__link::after {
    margin-top: calc(-0.15em + 0px); }
  .multi-link-block__link:focus {
    outline: 0;
    border: 2px solid #00847e; }

.multi-link-block__text {
  margin-top: 3rem;
  display: inline-block;
  line-height: 1.4; }
  .multi-link-block__text::before, .multi-link-block__text::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .multi-link-block__text::before {
    margin-bottom: calc(-0.35em + 0px); }
  .multi-link-block__text::after {
    margin-top: calc(-0.15em + 0px); }

.js-reveal .multi-link-block__list-item {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px); }

.js-reveal.js-animate .multi-link-block__list-item {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.no-js .multi-link-block__list-item,
.filter-index .multi-link-block__list-item {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.compact-image-list-promo-container {
  padding: 2rem 0; }
  @media screen and (min-width: 768px) {
    .compact-image-list-promo-container {
      padding: 4rem 0; } }

.compact-image-list-promo-container__block-heading {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 0; }

@media screen and (min-width: 576px) {
  .compact-image-list-promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px; } }

.no-js .compact-image-list-promo .picturefill-background {
  display: none; }

.compact-image-list-promo__item {
  margin-top: 2rem; }
  .compact-image-list-promo__item:first-child {
    margin-top: 3rem; }
  @media screen and (min-width: 576px) {
    .compact-image-list-promo__item {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 12px;
      padding-left: 12px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
      .compact-image-list-promo__item:first-child, .compact-image-list-promo__item:nth-child(2) {
        margin-top: 3rem; } }
  @media screen and (min-width: 992px) {
    .compact-image-list-promo__item {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 12px;
      padding-left: 12px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
      .compact-image-list-promo__item:nth-child(-n+3) {
        margin-top: 3rem; } }

.compact-image-list-promo__link {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none; }
  .compact-image-list-promo__link:focus {
    border: 2px solid #00847e; }

.compact-image-list-promo__article {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative; }
  @media screen and (min-width: 576px) {
    .compact-image-list-promo__article {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      height: 100%; } }

.compact-image-list-promo__article--text-white {
  color: #fff; }
  .compact-image-list-promo__article--text-white:hover {
    color: #fff; }

.compact-image-list-promo__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 2px; }

.compact-image-list-promo__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover"; }

.compact-image-list-promo__content {
  width: 100%;
  position: relative;
  padding: 10rem 0 0 0;
  height: 100%; }
  @media screen and (min-width: 768px) {
    .compact-image-list-promo__content {
      padding: 16rem 0 0 0; } }
  @media screen and (min-width: 992px) {
    .compact-image-list-promo__content {
      padding: 22rem 0 0 0; } }

.compact-image-list-promo__content-wrapper {
  background-color: #17243d;
  opacity: 0.95;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  color: #fff !important;
  padding: 30px;
  position: relative;
  border-radius: 0 0 2px 2px; }
  .compact-image-list-promo__content-wrapper:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    content: '';
    border: 2px solid #17243d;
    border-radius: 2px;
    position: absolute;
    left: 10px;
    top: 10px; }

.compact-image-list-promo__title,
.compact-image-list-promo__description {
  color: #fff; }

.compact-image-list-promo__title {
  font-size: 1.6rem;
  margin-top: 0; }
  @media screen and (min-width: 768px) {
    .compact-image-list-promo__title {
      font-size: 2rem; } }

.compact-image-list-promo__description {
  margin-top: 1rem;
  font-size: 1.4rem; }
  .compact-image-list-promo__description p {
    margin: 0; }
  @media screen and (min-width: 768px) {
    .compact-image-list-promo__description {
      font-size: 1.6rem; } }

.compact-image-list-promo__btn {
  width: 100%;
  margin: 3rem auto 0 auto; }
  @media screen and (min-width: 576px) {
    .compact-image-list-promo__btn {
      width: auto; } }
  @media screen and (min-width: 768px) {
    .compact-image-list-promo__btn {
      margin: 6rem auto 0 auto;
      text-align: center; } }

.js-reveal .compact-image-list-promo__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px); }

.js-reveal.js-animate .compact-image-list-promo__item {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.no-js .compact-image-list-promo__item,
.filter-index .compact-image-list-promo__item {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.alert-block {
  background-color: #de7676; }

.alert {
  font-weight: bold;
  position: relative;
  padding: 2rem 4rem 2rem 0;
  font-size: 1.4rem;
  color: #000; }
  @media screen and (min-width: 768px) {
    .alert {
      padding: 2.4rem 5rem 2.4rem 0;
      font-size: 1.6rem; } }
  .alert a {
    color: #000; }
  .alert.alert--icon {
    padding-left: 6rem; }
    @media screen and (min-width: 768px) {
      .alert.alert--icon {
        padding-left: 8rem; } }
    .alert.alert--icon:before {
      content: '';
      display: block;
      position: absolute;
      top: 1.2rem;
      left: -0.3rem;
      width: 49px;
      height: 42px;
      background: url("/Static/images/icon-alert.png") no-repeat transparent center; }
      @media screen and (min-width: 768px) {
        .alert.alert--icon:before {
          left: 0.5rem; } }

.alert__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 1.3rem;
  right: 0;
  cursor: pointer;
  padding: 1rem;
  margin-right: -1rem; }
  @media screen and (min-width: 768px) {
    .alert__close {
      top: 1.7rem;
      margin-right: 0; } }

.alert-block:not(.hidden) + .breadcrumb-container {
  border-top: 0; }

/*------------------------------------*\
    $NON-MODULAR
\*------------------------------------*/
/**
 * template-specific/temporary pages etc.
 */
/*------------------------------------*\
    $T04 - FILTER INDEX
\*------------------------------------*/
.filter-index {
  padding: 40px 0 40px 0; }
  @media screen and (min-width: 992px) {
    .filter-index {
      padding: 80px 0 75px 0; } }
  .filter-index .card:after {
    content: none; }

.filter-index .dropdown-filter {
  margin: 2rem 0 0 0;
  text-align: left; }
  @media screen and (min-width: 992px) {
    .filter-index .dropdown-filter label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media screen and (min-width: 992px) {
    .filter-index .dropdown-filter {
      margin: 0; } }

.filter-index__results-title {
  margin: 0.8rem 0 1rem 0; }
  @media screen and (min-width: 992px) {
    .filter-index__results-title {
      margin: 0.8rem 0 2.7rem 0; } }

.filter-index .dropdown-filter__label {
  width: 100%;
  margin: 0;
  display: block;
  font-size: 1.6rem;
  font-weight: normal; }
  @media screen and (min-width: 992px) {
    .filter-index .dropdown-filter__label {
      width: auto;
      margin: 0 2rem 0.2rem 0;
      display: inline-block;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; } }

.filter-index .dropdown-filter__select {
  width: 100%;
  max-width: 100%;
  margin: 1rem 0 0 0;
  padding: 0 1.6rem;
  border: 2px solid #95c11f;
  background: #17243d url("/Static/images/themes/theca/icon-select.svg") no-repeat 97% 50%;
  color: #95c11f;
  display: block;
  font-weight: normal;
  position: relative; }
  @media screen and (min-width: 992px) {
    .filter-index .dropdown-filter__select {
      width: 200px;
      margin: 0;
      background: #17243d url("/Static/images/themes/theca/icon-select.svg") no-repeat 92% 50%;
      display: inline-block; } }

.filter-index .general-list-block {
  padding: 0; }

.filter-index .card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
  padding: 0; }

.filter-index .card__content {
  padding: 2rem; }

.filter-list__item {
  margin: 1.1rem 0 0 0;
  padding: 0;
  font-size: 1.6rem; }
  .filter-list__item .filter-list__label,
  .filter-list__item .filter-list__count {
    font-size: 1.4rem;
    font-weight: normal; }

.filter-index__btn {
  width: 100%;
  margin: 3rem auto 0 auto;
  display: block; }
  .filter-index__btn:focus, .filter-index__btn:hover {
    text-decoration: underline; }
  @media screen and (min-width: 768px) {
    .filter-index__btn {
      width: auto; } }
  @media screen and (min-width: 992px) {
    .filter-index__btn {
      margin: 6rem auto 0 auto; } }

/*------------------------------------*\
    $T08 - SEARCH RESULTS
\*------------------------------------*/
.search-results-main {
  padding-top: 48px;
  padding-bottom: 40px; }
  @media screen and (min-width: 992px) {
    .search-results-main {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 12px;
      padding-left: 12px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%;
      margin-left: 16.66667%;
      padding-top: 85px;
      padding-bottom: 80px; } }

.search-results-summary {
  line-height: 1.33;
  margin: 0;
  color: #17243d;
  font-size: 2.4rem;
  font-weight: bold; }
  .search-results-summary::before, .search-results-summary::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .search-results-summary::before {
    margin-bottom: calc(-0.29167em + 0px); }
  .search-results-summary::after {
    margin-top: calc(-0.16667em + 0px); }
  .search-results-summary span {
    color: #17243d;
    word-break: break-word; }
  @media screen and (min-width: 992px) {
    .search-results-summary {
      line-height: 1.25;
      font-size: 3.2rem; }
      .search-results-summary::before, .search-results-summary::after {
        content: '';
        display: block;
        height: 0;
        width: 0; }
      .search-results-summary::before {
        margin-bottom: calc(-0.21875em + 0px); }
      .search-results-summary::after {
        margin-top: calc(-0.09375em + 0px); } }

.search-results-search-wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
  margin: 0; }
  @media screen and (min-width: 992px) {
    .search-results-search-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  .search-results-search-wrapper .site-search-outer {
    width: 100%;
    height: 60px;
    position: relative; }
  .search-results-search-wrapper .site-search {
    width: auto;
    height: 60px;
    margin: 20px 0 0 0;
    float: none;
    position: relative; }
    @media screen and (min-width: 992px) {
      .search-results-search-wrapper .site-search {
        margin: 44px 0 0 0; } }
  .search-results-search-wrapper .site-search__term {
    height: 60px;
    -webkit-appearance: none;
    border-left: 1px solid #17243d;
    border-top: 1px solid #17243d;
    border-right: 1px solid #17243d;
    border-bottom: 1px solid #17243d;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #fff;
    color: #17243d;
    font-size: 1.6rem; }
  .search-results-search-wrapper input.site-search__btn {
    width: 60px;
    height: 60px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background: #fff url("/Static/images/themes/theca/icon-search-results.svg") no-repeat center center; }
    .search-results-search-wrapper input.site-search__btn:focus {
      outline: 0;
      border: 2px solid #00847e;
      border-radius: 2px; }

.search-results-btn-wrapper {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.search-results-btn {
  width: 100%;
  margin: 30px auto 0 auto;
  display: block; }
  @media screen and (min-width: 576px) {
    .search-results-btn {
      width: auto; } }
  @media screen and (min-width: 992px) {
    .search-results-btn {
      margin: 60px auto 0 auto; } }

.search-results {
  margin: 4rem 0 0 0;
  border-top: 2px solid #17243d; }
  @media screen and (min-width: 992px) {
    .search-results {
      margin: 6rem 0 0 0; } }

.search-results__item {
  padding: 1.6rem 0 3.9rem 0;
  border-bottom: 2px solid #17243d; }
  @media screen and (min-width: 768px) {
    .search-results__item {
      padding: 4rem 0; } }

.search-result {
  margin: 0; }

.search-result__term {
  margin: 0.5rem 0 0 0;
  font-size: 1.6rem;
  font-weight: normal; }

.search-result__link {
  margin: 0 0 1rem 0;
  color: #00847e;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none; }
  .search-result__link:visited {
    text-decoration: none; }
  .search-result__link:hover, .search-result__link:focus {
    color: #17243d;
    text-decoration: underline; }
  @media screen and (min-width: 768px) {
    .search-result__link {
      font-size: 2rem; } }

.search-result__date {
  margin: 0.9rem 0 0 0;
  font-weight: normal;
  display: none; }

.search-result__description {
  margin: 0.5rem 0 0 0; }

/*------------------------------------*\
    $T08 - SITEMAP
\*------------------------------------*/
.sitemap-container {
  margin: 0;
  padding: 4rem 0;
  border-top: 2px solid #17243d; }
  @media screen and (min-width: 992px) {
    .sitemap-container {
      padding: 8rem 0;
      border-top: 0; } }
  .sitemap-container h2 {
    margin: 0; }

.sitemap-wrapper {
  margin: 0;
  padding: 0 0 40px 0; }
  @media screen and (min-width: 992px) {
    .sitemap-wrapper {
      padding: 0 0 80px 0; } }

.sitemap {
  margin-top: 2rem; }
  .sitemap ul {
    margin-top: 0; }

.sitemap__item {
  list-style: none; }

.sitemap__link {
  text-decoration: none; }
  .sitemap__link:visited {
    text-decoration: none; }
  .sitemap__link:hover, .sitemap__link:focus {
    color: #00847e;
    text-decoration: underline; }

/*------------------------------------*\
    $T09 - 500
\*------------------------------------*/
.body-error-page {
  background-color: #fff;
  color: #00313f; }

.page-error {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (min-width: 992px) {
    .page-error {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-top: 90px;
      padding-bottom: 90px; } }
  .page-error a:link,
  .page-error a:visited,
  .page-error a:hover,
  .page-error a:active {
    color: #09838e; }

@media screen and (min-width: 992px) {
  .page-wrapper--error-page {
    background: transparent url("/Static/images/error-bg.png") top center no-repeat; } }

.page-error__heading {
  margin: 0;
  color: #09838e; }

.page-error__subheading {
  margin: 40px 0 0 0;
  color: #00313f;
  font-size: 1.6rem; }
  @media screen and (min-width: 992px) {
    .page-error__subheading {
      font-size: 2rem;
      margin: 70px 0 0 0; } }

@media screen and (min-width: 992px) {
  .body-error-page .secondary-nav-outer-wrapper {
    height: 60px;
    background-color: #026372; } }

.body-error-page .universal-nav-button {
  background: #026372 url("/Static/images/icon-universal-nav.svg") no-repeat 18px 14px;
  color: #fff; }

.body-error-page .universal-nav {
  background-color: #026372;
  border-bottom: 1px solid #fff; }

.body-error-page .universal-nav__item {
  background-color: #026372; }

.body-error-page .universal-nav__link {
  background-color: #026372;
  color: #fff; }
  .body-error-page .universal-nav__link svg {
    fill: #f2f2f2; }
  .body-error-page .universal-nav__link.is-active {
    background-color: #fff;
    color: #00313f; }
    .body-error-page .universal-nav__link.is-active svg {
      fill: #026372; }
  @media screen and (min-width: 992px) {
    .body-error-page .universal-nav__link:focus:after {
      border: 2px solid #f2f2f2; }
    .body-error-page .universal-nav__link.is-active:focus:after {
      border: 2px solid #026372; } }

/*------------------------------------*\
    $T10 - IFRAME HOLDER
\*------------------------------------*/
.iframe-container {
  margin: 0;
  padding: 4rem 0; }
  @media screen and (min-width: 992px) {
    .iframe-container {
      padding: 8rem 0;
      border-top: 0; } }

.iframe-title {
  margin: 0; }

.iframe-wrapper {
  width: 100%;
  margin: 3rem 0 0 0;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch !important;
  position: relative; }
  .iframe-wrapper iframe {
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block !important; }

/*------------------------------------*\
    $PRINT
\*------------------------------------*/
/**
 * print style
 */
/*------------------------------------*\
    $PRINT
\*------------------------------------*/
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: ''; }
  pre,
  blockquote {
    border: 1px solid #000;
    page-break-inside: avoid; }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  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; } }

/*# sourceMappingURL=maps/styles-theca.css.map */
