@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * 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; }

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

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

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

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

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

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

/**
   * 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; }

/* Forms
	 ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  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; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

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

/* ==== GRID SYSTEM ==== */
.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

.row {
  position: relative;
  width: 100%; }

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%; }

.col-1-sm {
  width: 4.33%; }

.col-2-sm {
  width: 12.66%; }

.col-3-sm {
  width: 21%; }

.col-4-sm {
  width: 29.33%; }

.col-5-sm {
  width: 37.66%; }

.col-6-sm {
  width: 46%; }

.col-7-sm {
  width: 54.33%; }

.col-8-sm {
  width: 62.66%; }

.col-9-sm {
  width: 71%; }

.col-10-sm {
  width: 79.33%; }

.col-11-sm {
  width: 87.66%; }

.col-12-sm {
  width: 96%; }

.row::after {
  content: "";
  display: table;
  clear: both; }

.hidden-sm {
  display: none; }

@media only screen and (min-width: 33.75em) {
  /* 540px */
  .container {
    width: 80%; } }

@media only screen and (min-width: 45em) {
  /* 720px */
  .col-1 {
    width: 4.33%; }
  .col-2 {
    width: 12.66%; }
  .col-3 {
    width: 21%; }
  .col-4 {
    width: 29.33%; }
  .col-5 {
    width: 37.66%; }
  .col-6 {
    width: 46%; }
  .col-7 {
    width: 54.33%; }
  .col-8 {
    width: 62.66%; }
  .col-9 {
    width: 71%; }
  .col-10 {
    width: 79.33%; }
  .col-11 {
    width: 87.66%; }
  .col-12 {
    width: 96%; }
  .hidden-sm {
    display: block; } }

@media only screen and (min-width: 60em) {
  /* 960px */
  .container {
    width: 75%;
    max-width: 60rem; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/../../fonts/slick.eot");
  src: url("./fonts/../../fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/../../fonts/slick.woff") format("woff"), url("./fonts/../../fonts/slick.ttf") format("truetype"), url("./fonts/../../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333;
  opacity: .4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid transparent;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: transparent; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: 0 0; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0); }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit; }

.selectize-control.single .selectize-input.input-active, .selectize-input {
  background: #fff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #ccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px; }

.selectize-input.full {
  background-color: #fff; }

.selectize-input.disabled, .selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333;
  border: 0 solid transparent; }

.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #fff;
  border: 0 solid transparent; }

.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
  color: grey;
  background: #fff;
  border: 0 solid rgba(77, 77, 77, 0); }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: 0 0 !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: 0 !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #fff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.selectize-dropdown .optgroup-header, .selectize-dropdown .option {
  padding: 3px 12px; }

.selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: .5; }

.selectize-dropdown [data-selectable].option {
  opacity: 1; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #777;
  background: #fff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626; }

.selectize-dropdown .active.create {
  color: #262626; }

.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: .5;
  background-color: #fff; }

.selectize-dropdown, .selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143; }

.selectize-dropdown .optgroup:first-child:before {
  display: none; }

.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px; }

.selectize-dropdown-content {
  padding: 5px 0; }

.selectize-dropdown-header {
  padding: 6px 12px; }

.selectize-input {
  min-height: 34px; }

.selectize-input.dropdown-active {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.selectize-input.dropdown-active::before {
  display: none; }

.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.has-error .selectize-input {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .selectize-input:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px; }

.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/*# sourceMappingURL=selectize.bootstrap3.min.css.map */
#skip-navigation {
  display: block;
  width: 100%;
  position: absolute;
  top: -40px;
  left: 0;
  color: #000;
  background: #fff;
  font: inherit; }
  #skip-navigation span {
    width: 100%;
    text-align: center;
    padding: 1rem; }
  #skip-navigation:focus span {
    display: block; }

@keyframes nudge {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px); }
  15% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px); }
  30% {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px); }
  45% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px); }
  60% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px); } }

@font-face {
  font-family: 'Franklin-Book';
  src: url("../fonts/FranklinGothicITC-Book.woff2") format("woff2"), url("../fonts/FranklinGothicITC-Book.woff") format("woff"); }

@font-face {
  font-family: 'Franklin-Heavy';
  src: url("../fonts/FranklinGothicITC-Heavy.woff2") format("woff2"), url("../fonts/FranklinGothicITC-Heavy.woff") format("woff"); }

.wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0rem auto; }
  .wrapper.removeSpacing .wp-block {
    margin-top: 0 !important; }
    .wrapper.removeSpacing .wp-block .block-content-image {
      margin-top: 0 !important; }
  .wrapper header {
    display: flex;
    position: fixed;
    z-index: 100;
    justify-content: space-between;
    height: 60px;
    background-color: #ffffff;
    width: 100%;
    align-items: center; }
    @media (min-width: 1024px) {
      .wrapper header {
        position: relative;
        width: unset;
        height: auto; } }
    .wrapper header .logo {
      padding: 1.82rem 2rem;
      vertical-align: center; }
      @media (min-width: 1024px) {
        .wrapper header .logo {
          flex-grow: 1;
          padding: 2.43rem 8.44rem 2.49rem 8.44rem;
          margin: 0 auto; } }
      .wrapper header .logo img {
        width: 12.1rem; }
        @media (min-width: 1024px) {
          .wrapper header .logo img {
            width: 16.23rem; } }
    .wrapper header .toggle-nav {
      margin: 0.82rem 1rem;
      padding: 1rem 3.5rem 1rem 1rem;
      border: 0;
      background: transparent;
      position: relative;
      text-transform: uppercase;
      font-size: 1.4rem;
      line-height: 1.8rem; }
      .wrapper header .toggle-nav .open {
        display: none; }
      .wrapper header .toggle-nav .closed {
        display: block; }
      .wrapper header .toggle-nav.nav-open .open {
        display: block; }
      .wrapper header .toggle-nav.nav-open .closed {
        display: none; }
      .wrapper header .toggle-nav.nav-open .hamburger {
        top: 50%;
        transform: none; }
        .wrapper header .toggle-nav.nav-open .hamburger span {
          display: none; }
        .wrapper header .toggle-nav.nav-open .hamburger:before {
          transform: rotate(45deg); }
        .wrapper header .toggle-nav.nav-open .hamburger:after {
          transform: rotate(-45deg);
          bottom: auto;
          top: 0; }
      .wrapper header .toggle-nav .hamburger {
        position: absolute;
        display: block;
        right: 1rem;
        top: 50%;
        width: 1.5rem;
        height: 1.5rem;
        transform: translateY(-50%); }
        .wrapper header .toggle-nav .hamburger:before {
          position: absolute;
          content: '';
          display: block;
          height: 2px;
          width: 2rem;
          left: 0;
          top: 0;
          background: #001432; }
        .wrapper header .toggle-nav .hamburger span {
          position: absolute;
          content: '';
          display: block;
          height: 2px;
          width: 2rem;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          background: #001432; }
        .wrapper header .toggle-nav .hamburger:after {
          position: absolute;
          content: '';
          display: block;
          height: 2px;
          width: 2rem;
          left: 0;
          bottom: 0;
          background: #001432; }
      @media (min-width: 1024px) {
        .wrapper header .toggle-nav {
          display: none; } }
    .wrapper header img.eu-flag {
      width: 50px;
      height: 34px;
      display: none; }
      @media (min-width: 1024px) {
        .wrapper header img.eu-flag {
          display: block;
          order: 3;
          margin-left: 10px;
          margin-right: 10px;
          width: 40px;
          height: auto; } }
      @media (min-width: 1440px) {
        .wrapper header img.eu-flag {
          margin-left: 50px; } }
    .wrapper header #navigation {
      position: absolute;
      background-color: #fff;
      z-index: 100;
      width: 90%;
      height: 90vh;
      left: 100%;
      top: 60px;
      transition: transform 0.5s;
      overflow-y: auto;
      transform: translateX(0) rotate(0.001deg); }
      .wrapper header #navigation.open {
        transform: translateX(-100%); }
        @media (min-width: 1024px) {
          .wrapper header #navigation.open {
            transform: translateX(0); } }
      @media (max-height: 400px) {
        .wrapper header #navigation {
          height: 60vh; } }
      @media (min-width: 1024px) {
        .wrapper header #navigation {
          transform: none;
          transition: none;
          position: static;
          width: 100%;
          max-width: 95.2rem;
          height: auto;
          left: auto;
          top: auto;
          z-index: 3;
          font-size: 1.4rem;
          overflow-y: unset; } }
  @media (min-width: 1024px) and (min-width: 1440px) {
    .wrapper header #navigation {
      width: auto;
      font-size: 1.6rem; } }
      .wrapper header #navigation ul {
        margin: 1rem auto;
        width: 100%;
        background-color: #fff;
        list-style-type: none;
        padding: 0;
        margin: 0; }
        @media (min-width: 1024px) {
          .wrapper header #navigation ul {
            justify-content: space-between;
            display: flex;
            padding-right: 2%; } }
        @media (min-width: 1440px) {
          .wrapper header #navigation ul {
            padding-right: 0; } }
        .wrapper header #navigation ul li {
          text-align: left;
          margin: 0 2rem;
          position: relative; }
          .wrapper header #navigation ul li.menu-white-blue {
            background-color: #00467D;
            margin: 0; }
            @media (min-width: 1024px) {
              .wrapper header #navigation ul li.menu-white-blue {
                background: linear-gradient(white 25%, #00467d 25%, #00467d 80%, white 80%);
                padding-left: 2rem;
                padding-right: 2rem; } }
            .wrapper header #navigation ul li.menu-white-blue a.menu-item {
              color: #fff;
              padding-left: 2rem;
              padding-right: 2rem; }
              @media (min-width: 1024px) {
                .wrapper header #navigation ul li.menu-white-blue a.menu-item {
                  padding-left: 0;
                  padding-right: 0; } }
          @media (min-width: 1024px) {
            .wrapper header #navigation ul li {
              text-align: center;
              position: static;
              margin: 0 auto; }
              .wrapper header #navigation ul li:last-child {
                margin-right: 0; } }
          @media (min-width: 1440px) {
            .wrapper header #navigation ul li {
              margin: 0 2rem; } }
          .wrapper header #navigation ul li a.menu-item {
            display: block;
            text-decoration: none;
            color: #001432;
            padding-top: 1.03rem;
            padding-bottom: 1.03rem;
            border-top: 3px solid transparent;
            border-bottom: 2px solid #dedede; }
            @media (min-width: 1024px) {
              .wrapper header #navigation ul li a.menu-item {
                padding-top: 2.43rem;
                padding-bottom: 2.49rem;
                border-bottom: 0;
                font-size: 1.4rem; }
                .wrapper header #navigation ul li a.menu-item.current-menu-item {
                  border-top: 3px solid #001432; } }
            @media (min-width: 1440px) {
              .wrapper header #navigation ul li a.menu-item {
                font-size: 1.6rem; } }
            .wrapper header #navigation ul li a.menu-item:hover {
              text-decoration: underline; }
          .wrapper header #navigation ul li.menu-item-has-children > a {
            position: relative; }
            .wrapper header #navigation ul li.menu-item-has-children > a:after {
              border: 2px solid #001432;
              border-left: 2px solid transparent;
              border-top: 2px solid transparent;
              content: '';
              transform: translateY(-50%) rotate(45deg);
              width: 8px;
              height: 8px;
              display: inline-block;
              margin-left: 1rem;
              position: absolute;
              right: 0;
              top: 40%; }
              @media (min-width: 1024px) {
                .wrapper header #navigation ul li.menu-item-has-children > a:after {
                  top: 50%;
                  position: static;
                  right: auto;
                  top: auto; } }
            .wrapper header #navigation ul li.menu-item-has-children > a.open:after {
              transform: translateY(20%) rotate(-135deg); }
      .wrapper header #navigation div.sub-menu {
        font-size: 1.4rem;
        line-height: 2rem;
        padding: 0 1.85rem;
        display: none;
        width: 100%;
        background: #fff;
        padding: 0;
        text-align: left; }
        @media (min-width: 1024px) {
          .wrapper header #navigation div.sub-menu {
            position: absolute;
            left: 0;
            width: 100%;
            border-top: 1px solid #dedede; } }
        @media (min-width: 1024px) {
          .wrapper header #navigation div.sub-menu div.wrapper .wp-block {
            display: flex;
            justify-content: flex-end;
            margin-bottom: 2rem; } }
        .wrapper header #navigation div.sub-menu .intro {
          display: block;
          border-bottom: 2px solid #dedede;
          padding-bottom: 1.3rem; }
          @media (min-width: 1024px) {
            .wrapper header #navigation div.sub-menu .intro {
              display: block;
              width: 253px;
              padding-right: 1.85rem;
              border-right: 1px solid #f5f5f5;
              border-bottom: 0; } }
          .wrapper header #navigation div.sub-menu .intro p {
            margin-top: 0; }
          .wrapper header #navigation div.sub-menu .intro .cta {
            font-size: inherit; }
        @media (min-width: 1024px) {
          .wrapper header #navigation div.sub-menu .links {
            display: flex;
            padding: 0 3rem;
            min-width: 16rem; } }
        .wrapper header #navigation div.sub-menu .links ul {
          display: block;
          padding: 0; }
          @media (min-width: 1024px) {
            .wrapper header #navigation div.sub-menu .links ul {
              min-width: 10rem;
              max-width: 14rem;
              margin-right: 2rem; } }
          .wrapper header #navigation div.sub-menu .links ul li {
            text-align: left;
            margin: 0 0 1.3rem 0; }
            .wrapper header #navigation div.sub-menu .links ul li:before {
              display: none; }
            .wrapper header #navigation div.sub-menu .links ul li a {
              font-size: 1.4rem;
              text-decoration: none;
              padding-top: 1.03rem;
              padding-bottom: 1.03rem;
              border-bottom: 2px solid #dedede;
              display: block; }
              @media (min-width: 1024px) {
                .wrapper header #navigation div.sub-menu .links ul li a {
                  padding: 0;
                  border-bottom: 0;
                  display: inline; } }
              .wrapper header #navigation div.sub-menu .links ul li a:hover {
                text-decoration: underline; }
        .wrapper header #navigation div.sub-menu .img {
          width: 28.3rem;
          height: 15.2rem;
          overflow: hidden;
          display: none; }
          @media (min-width: 1024px) {
            .wrapper header #navigation div.sub-menu .img {
              display: block; } }
          .wrapper header #navigation div.sub-menu .img img {
            width: 100%;
            height: 100%; }
  .wrapper #breadcrumbs {
    list-style: none;
    margin: 0 2rem 2.2rem 2rem;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.6rem;
    padding: 0; }
    @media (min-width: 1024px) {
      .wrapper #breadcrumbs {
        margin: 0 8.5rem 1.65rem 8.5rem; } }
    .wrapper #breadcrumbs li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px; }
      .wrapper #breadcrumbs li a {
        color: inherit; }

footer {
  background-color: #001432;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8rem; }
  @media (min-width: 1024px) {
    footer {
      padding-top: 1.5rem; } }
  footer .footer-menu, footer .footer-extra {
    position: relative;
    padding: 2.2rem; }
    @media (min-width: 1024px) {
      footer .footer-menu, footer .footer-extra {
        display: flex;
        justify-content: flex-start;
        padding: 2.2rem 8.5rem; } }
  footer ul {
    padding: 0;
    margin-right: 4rem; }
    footer ul li {
      list-style-type: none;
      padding: 0;
      margin-bottom: 0.8rem; }
  footer hr {
    border: 0;
    border-top: 1px solid #c3cbcd; }
  footer a {
    display: block;
    color: inherit;
    text-decoration: none;
    font-family: 'Franklin-Heavy';
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 1.6rem; }
    footer a:hover {
      text-decoration: underline; }
  footer ul.sub-menu {
    padding: 0; }
    footer ul.sub-menu a {
      font-family: 'Franklin-Book';
      font-size: 1.4rem;
      line-height: 1.8rem;
      margin-bottom: 0.8rem; }
  footer .social {
    display: flex;
    margin-top: 0;
    margin-bottom: 0; }
    footer .social li {
      margin-right: 2rem; }
    footer .social a {
      display: block;
      width: 20px;
      height: 20px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
      footer .social a span {
        font-size: 0; }
      footer .social a.icon-fb {
        background-image: url(../img/social-icons/facebook.svg); }
      footer .social a.icon-in {
        background-image: url(../img/social-icons/instagram.svg); }
      footer .social a.icon-li {
        background-image: url(../img/social-icons/linkedin.svg); }
      footer .social a.icon-tw {
        background-image: url(../img/social-icons/twitter.svg); }
      footer .social a.icon-yt {
        background-image: url(../img/social-icons/youtube.svg); }
  footer .footer-extra {
    color: #c3cbcd; }
    @media (min-width: 1024px) {
      footer .footer-extra {
        display: flex;
        justify-content: space-between; } }
  footer p.footnote {
    padding: 0 2.2rem 2.2rem 2.2rem; }

.hero {
  position: relative;
  margin-bottom: 7.4rem; }
  .hero.static {
    display: flex;
    overflow: hidden;
    height: 0;
    justify-content: center;
    align-items: center;
    padding-top: 100%; }
    @media (min-width: 650px) {
      .hero.static {
        padding-top: 55%; } }
    @media (min-width: 1024px) {
      .hero.static {
        padding-top: 28.1666%; } }
    .hero.static.grad:before {
      position: absolute;
      content: '';
      display: block;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0.5;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
      z-index: 1; }
    .hero.static.grad .content {
      z-index: 2; }
    .hero.static.invert-colors .tag, .hero.static.invert-colors h1, .hero.static.invert-colors p {
      color: #00467D; }
    .hero.static picture {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      display: block; }
      .hero.static picture img {
        height: 100%;
        width: auto;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%); }
        @media (min-width: 1024px) {
          .hero.static picture img {
            width: 100%;
            height: auto;
            left: 0;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            transform: translateX(0); } }
  .hero.four-block .block-container {
    display: flex;
    flex-wrap: wrap; }
    .hero.four-block .block-container .primary-mob {
      position: relative;
      width: 100%;
      overflow: hidden;
      background-position: center center;
      background-size: cover;
      height: 70vw;
      display: block; }
    .hero.four-block .block-container .primary {
      display: none; }
    .hero.four-block .block-container .right-container {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
      .hero.four-block .block-container .right-container .image-left, .hero.four-block .block-container .right-container .image-right {
        width: 50%;
        padding-top: 0;
        overflow: hidden;
        background-position: center center;
        background-size: cover;
        height: 35vw; }
      .hero.four-block .block-container .right-container .copy {
        width: 100%;
        padding: 22px;
        background-color: #f5f5f5; }
        .hero.four-block .block-container .right-container .copy h2 {
          text-align: center; }
        .hero.four-block .block-container .right-container .copy p {
          text-align: center;
          font-weight: bold; }
  @media (min-width: 768px) {
    .hero.four-block {
      height: 60vw;
      max-height: 70rem; }
      .hero.four-block .block-container .primary-mob {
        display: none; }
      .hero.four-block .block-container .primary {
        display: block;
        position: relative;
        width: 50%;
        overflow: hidden;
        background-position: center center;
        background-size: cover;
        height: 60vw;
        max-height: 70rem; }
      .hero.four-block .block-container .right-container {
        position: relative;
        width: 50%; }
        .hero.four-block .block-container .right-container .image-left, .hero.four-block .block-container .right-container .image-right {
          height: 30vw;
          max-height: 35rem; }
        .hero.four-block .block-container .right-container .copy {
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          max-height: 35rem;
          height: 30vw; } }
  .hero.carousel .content {
    bottom: 6rem; }
    @media (min-width: 1024px) {
      .hero.carousel .content {
        bottom: 8rem; } }
  .hero.carousel picture {
    position: relative;
    display: block;
    height: 55rem; }
    @media (min-width: 768px) {
      .hero.carousel picture {
        height: 73.4rem; } }
    .hero.carousel picture img {
      display: block;
      position: absolute;
      height: 100%;
      width: auto;
      left: 50%;
      transform: translateX(-50%); }
      @media (min-width: 768px) {
        .hero.carousel picture img {
          top: -9999px;
          right: -9999px;
          bottom: -9999px;
          left: -9999px;
          margin: auto;
          width: unset !important;
          height: unset !important;
          min-width: 100%;
          min-height: 100%;
          transform: translateX(0); } }
  .hero.carousel ul.slick-dots .pause {
    top: 7px;
    left: 2px;
    cursor: pointer;
    width: 10px;
    height: 14px;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff; }
    .hero.carousel ul.slick-dots .pause.play {
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-left: 10px solid #fff;
      border-right: 0; }
  .hero.carousel .grad:before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
    z-index: 1; }
  .hero.carousel .grad .content {
    z-index: 2; }
  .hero.carousel .slick-arrow {
    z-index: 1;
    display: none !important; }
    @media (min-width: 1024px) {
      .hero.carousel .slick-arrow {
        display: inline-block !important; } }
    .hero.carousel .slick-arrow:before {
      content: '';
      width: 4.2rem;
      height: 4.2rem;
      display: block;
      background: url(../img/carousel-arrow.svg) no-repeat center; }
    .hero.carousel .slick-arrow.slick-next {
      right: 25px;
      transform: rotate(180deg);
      width: 4.2rem;
      height: 4.2rem; }
    .hero.carousel .slick-arrow.slick-prev {
      left: 25px;
      width: 4.2rem;
      height: 4.2rem;
      transform: translateY(0rem); }
  .hero.carousel .slide {
    min-height: 55rem;
    max-height: 90rem;
    overflow: hidden; }
  .hero h1, .hero h2 {
    text-transform: uppercase; }
  .hero picture {
    width: 100%;
    height: auto;
    min-height: 375px;
    position: relative; }
    .hero picture img {
      display: block;
      position: relative;
      width: auto; }
  .hero .slide {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center; }
  .hero .content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 90%; }
    .hero .content h1, .hero .content h2 {
      max-width: 800px;
      margin: 0 auto 1.2rem auto;
      color: #fff; }
    .hero .content p {
      font-family: 'Franklin-Heavy';
      max-width: 680px;
      margin: 0 auto 3.2rem auto;
      color: #fff; }
      .hero .content p.tag {
        font-size: 1.2rem;
        text-transform: uppercase;
        margin: 0 auto 1.5rem auto; }
  .hero .scroll-arrow {
    position: absolute;
    left: 2.9rem;
    bottom: 2.9rem;
    transform: scale(0.5);
    display: none; }
    @media (min-width: 1024px) {
      .hero .scroll-arrow {
        transform: scale(1);
        display: block; } }
    .hero .scroll-arrow .scroll-anim {
      animation: nudge 2s linear 0s 3; }

ul.slick-dots {
  bottom: 2.8rem; }
  ul.slick-dots li {
    margin: 0; }
    ul.slick-dots li button {
      width: 1rem;
      height: 1rem;
      border: 1px solid #fff;
      border-radius: 50%; }
      ul.slick-dots li button:before {
        display: none; }
    ul.slick-dots li.slick-active button {
      background: #fff; }

@font-face {
  font-family: 'Franklin-Book';
  src: url("../fonts/FranklinGothicITC-Book.woff2") format("woff2"), url("../fonts/FranklinGothicITC-Book.woff") format("woff"); }

@font-face {
  font-family: 'Franklin-Heavy';
  src: url("../fonts/FranklinGothicITC-Heavy.woff2") format("woff2"), url("../fonts/FranklinGothicITC-Heavy.woff") format("woff"); }

.cta {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 1rem 3rem;
  margin: 0;
  color: #fff;
  background: #00467D;
  font-family: 'Franklin-Book';
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  /*border:1px solid $canpack_brand_4;*/ }
  .cta:before {
    content: '';
    display: block;
    position: absolute;
    width: 500%;
    height: 0px;
    padding-top: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transform-origin: center;
    background: #0AB4DC;
    z-index: 1;
    border-radius: 50%;
    transition: max-width 1.5s, padding-top 1.5s;
    transition-timing-function: ease-out;
    max-width: 0;
    max-height: 0; }
  .cta.inverted {
    color: #001432;
    background: #fff; }
  .cta span {
    position: relative;
    z-index: 2; }
  .cta:hover, .cta:active {
    color: #00467D;
    cursor: pointer; }
    .cta:hover:before, .cta:active:before {
      max-width: 300%;
      max-height: 300%;
      padding-top: 300%; }
  @media (min-width: 768px) {
    .cta {
      min-width: 21.7rem;
      max-width: 33.5rem; } }

@keyframes nudge {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px); }
  15% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px); }
  30% {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px); }
  45% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px); }
  60% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px); } }

@font-face {
  font-family: 'Franklin-Book';
  src: url("../fonts/FranklinGothicITC-Book.woff2") format("woff2"), url("../fonts/FranklinGothicITC-Book.woff") format("woff"); }

@font-face {
  font-family: 'Franklin-Heavy';
  src: url("../fonts/FranklinGothicITC-Heavy.woff2") format("woff2"), url("../fonts/FranklinGothicITC-Heavy.woff") format("woff"); }

/* 
Important note:

This file gets loaded into the admin section AND the website, to allow editors to have a preview of the blocks.
To prevent issues, please ensure anything added to this doc is namespaced.
*/
/* set a base "rem" size for the wp editor */
html {
  font-size: 10px; }

.wp-block {
  clear: both;
  margin: 2rem;
  position: relative; }
  @media (min-width: 768px) {
    .wp-block {
      margin: 2rem 3rem 0; } }
  @media (min-width: 1024px) {
    .wp-block {
      margin: 2rem 4.1rem 0; } }
  @media (min-width: 1440px) {
    .wp-block {
      margin: 2rem 8.5rem 0; } }
  .wp-block h2 {
    margin: 3.4rem 0 3.2rem;
    font-size: 3.2rem;
    line-height: 4rem; }

@font-face {
  .wp-block {
    font-family: 'Franklin-Book';
    src: url("../fonts/FranklinGothicITC-Book.woff2") format("woff2"), url("../fonts/FranklinGothicITC-Book.woff") format("woff"); } }

@font-face {
  .wp-block {
    font-family: 'Franklin-Heavy';
    src: url("../fonts/FranklinGothicITC-Heavy.woff2") format("woff2"), url("../fonts/FranklinGothicITC-Heavy.woff") format("woff"); } }
  .wp-block .cta {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 1rem 3rem;
    margin: 0;
    color: #fff;
    background: #00467D;
    font-family: 'Franklin-Book';
    text-decoration: none;
    text-align: center;
    overflow: hidden;
    /*border:1px solid $canpack_brand_4;*/ }
    .wp-block .cta:before {
      content: '';
      display: block;
      position: absolute;
      width: 500%;
      height: 0px;
      padding-top: 0;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transform-origin: center;
      background: #0AB4DC;
      z-index: 1;
      border-radius: 50%;
      transition: max-width 1.5s, padding-top 1.5s;
      transition-timing-function: ease-out;
      max-width: 0;
      max-height: 0; }
    .wp-block .cta.inverted {
      color: #001432;
      background: #fff; }
    .wp-block .cta span {
      position: relative;
      z-index: 2; }
    .wp-block .cta:hover, .wp-block .cta:active {
      color: #00467D;
      cursor: pointer; }
      .wp-block .cta:hover:before, .wp-block .cta:active:before {
        max-width: 300%;
        max-height: 300%;
        padding-top: 300%; }
    @media (min-width: 768px) {
      .wp-block .cta {
        min-width: 21.7rem;
        max-width: 33.5rem; } }
  .wp-block .theme-bg-gray {
    background-color: #f5f5f5; }
  .wp-block .theme-bg-white {
    background-color: #fff; }
  .wp-block .scale-container {
    overflow: hidden; }
    .wp-block .scale-container .img {
      transition: transform 2s ease-out;
      transform-origin: center; }
    .wp-block .scale-container:hover .img {
      transform: scale(1.1); }
  .wp-block.wp-block-spacer {
    margin-top: -2rem; }

/* inside the admin editor only */
.edit-post-visual-editor.editor-styles-wrapper {
  font-size: 16px;
  font-family: 'Franklin-Book';
  color: #001432; }
  .edit-post-visual-editor.editor-styles-wrapper .size-1, .edit-post-visual-editor.editor-styles-wrapper h1 {
    font-size: 3.4rem;
    line-height: 4rem; }
    @media (min-width: 1024px) {
      .edit-post-visual-editor.editor-styles-wrapper .size-1, .edit-post-visual-editor.editor-styles-wrapper h1 {
        font-size: 4.2rem;
        line-height: 4.8rem; } }
  .edit-post-visual-editor.editor-styles-wrapper .size-2, .edit-post-visual-editor.editor-styles-wrapper h2 {
    font-size: 2.4rem;
    line-height: 3rem; }
    @media (min-width: 1024px) {
      .edit-post-visual-editor.editor-styles-wrapper .size-2, .edit-post-visual-editor.editor-styles-wrapper h2 {
        font-size: 3.2rem;
        line-height: 3.8rem; } }
  .edit-post-visual-editor.editor-styles-wrapper .size-3, .edit-post-visual-editor.editor-styles-wrapper h3 {
    font-size: 2.1rem;
    line-height: 2.6rem; }
    @media (min-width: 1024px) {
      .edit-post-visual-editor.editor-styles-wrapper .size-3, .edit-post-visual-editor.editor-styles-wrapper h3 {
        font-size: 2.2rem;
        line-height: 2.8rem; } }
  .edit-post-visual-editor.editor-styles-wrapper .size-4, .edit-post-visual-editor.editor-styles-wrapper .hero .content p, .hero .content .edit-post-visual-editor.editor-styles-wrapper p, .edit-post-visual-editor.editor-styles-wrapper h4 {
    font-size: 1.8rem;
    line-height: 2.4rem; }
  .edit-post-visual-editor.editor-styles-wrapper .size-5, .edit-post-visual-editor.editor-styles-wrapper body, .edit-post-visual-editor.editor-styles-wrapper #navigation a, #navigation .edit-post-visual-editor.editor-styles-wrapper a {
    font-size: 1.6rem;
    line-height: 2.2rem; }
  .edit-post-visual-editor.editor-styles-wrapper .size-6, .edit-post-visual-editor.editor-styles-wrapper .wrapper #breadcrumbs .separator, .wrapper #breadcrumbs .edit-post-visual-editor.editor-styles-wrapper .separator, .edit-post-visual-editor.editor-styles-wrapper .support {
    font-size: 1.4rem;
    line-height: 2rem; }
  .edit-post-visual-editor.editor-styles-wrapper .size-7, .edit-post-visual-editor.editor-styles-wrapper .footnote {
    font-size: 1.2rem;
    line-height: 1.8rem; }
  .edit-post-visual-editor.editor-styles-wrapper h1 {
    font-family: 'Franklin-Heavy'; }
  .edit-post-visual-editor.editor-styles-wrapper h2 {
    font-family: 'Franklin-Heavy'; }
  .edit-post-visual-editor.editor-styles-wrapper h3 {
    font-family: 'Franklin-Heavy'; }
  .edit-post-visual-editor.editor-styles-wrapper h4 {
    font-family: 'Franklin-Heavy'; }
  .edit-post-visual-editor.editor-styles-wrapper body {
    font-family: 'Franklin-Book'; }
  .edit-post-visual-editor.editor-styles-wrapper .support {
    font-family: 'Franklin-Book'; }
  .edit-post-visual-editor.editor-styles-wrapper .footnote {
    font-family: 'Franklin-Book'; }
  .edit-post-visual-editor.editor-styles-wrapper a {
    font-family: inherit; }

.wp-block .block-card-list.num-cols-4 .card-item .info button {
  width: 2.8rem;
  height: 2.8rem; }
  .wp-block .block-card-list.num-cols-4 .card-item .info button:before {
    width: 1.8rem; }
  .wp-block .block-card-list.num-cols-4 .card-item .info button:after {
    height: 1.8rem; }

.wp-block .block-card-list .card-item {
  margin: 1.7rem 0;
  padding-bottom: 11rem;
  position: relative; }
  .wp-block .block-card-list .card-item.no-content {
    padding: 0;
    margin: 0; }
  .wp-block .block-card-list .card-item.open .info {
    max-height: 100%;
    padding-top: 2rem; }
    .wp-block .block-card-list .card-item.open .info .expand {
      opacity: 1;
      max-height: 100%;
      pointer-events: all;
      transition: all 0.5s; }
      @media (min-width: 1024px) {
        .wp-block .block-card-list .card-item.open .info .expand {
          transition: all 1s; } }
    .wp-block .block-card-list .card-item.open .info button {
      background: #0AB4DC; }
      .wp-block .block-card-list .card-item.open .info button:after {
        display: none; }
  .wp-block .block-card-list .card-item .img {
    padding-bottom: 100%;
    position: relative;
    margin: 0;
    display: block; }
    .wp-block .block-card-list .card-item .img img {
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .wp-block .block-card-list .card-item.can-scroll .info {
    overflow-y: auto; }
  .wp-block .block-card-list .card-item .info {
    position: absolute;
    width: 100%;
    bottom: 0;
    min-height: 11rem;
    overflow: hidden;
    background: #f5f5f5;
    padding: 1.8rem;
    color: #001432;
    transition: max-height 0.5s, padding 0s; }
    @media (min-width: 1024px) {
      .wp-block .block-card-list .card-item .info {
        transition: max-height 1s, padding 0s; } }
    .wp-block .block-card-list .card-item .info button {
      width: 3.6rem;
      height: 3.6rem;
      border-radius: 50%;
      position: absolute;
      right: 1.8rem;
      top: 1.9rem;
      background: #00467D;
      border: none; }
      .wp-block .block-card-list .card-item .info button:before, .wp-block .block-card-list .card-item .info button:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        background: #fff;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%); }
      .wp-block .block-card-list .card-item .info button:before {
        height: 2px;
        width: 1.8rem; }
      .wp-block .block-card-list .card-item .info button:after {
        height: 1.8rem;
        width: 2px; }
    .wp-block .block-card-list .card-item .info h2 {
      margin: 0;
      padding-right: 4rem;
      font-size: 2.05rem;
      line-height: 2.8rem;
      margin-bottom: 0.9rem;
      color: inherit;
      text-align: left; }
    .wp-block .block-card-list .card-item .info h3 {
      margin: 0;
      padding-bottom: 1rem;
      font-size: 1.4rem;
      line-height: 2rem;
      font-family: 'Franklin-Book';
      font-weight: normal; }
    .wp-block .block-card-list .card-item .info p {
      font-size: 1.6rem;
      line-height: 2.2rem;
      margin: 0; }
    .wp-block .block-card-list .card-item .info .expand {
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      pointer-events: none;
      transition: all 0.5s; }
      @media (min-width: 1024px) {
        .wp-block .block-card-list .card-item .info .expand {
          transition: all 1s; } }

@media (min-width: 768px) {
  .wp-block .block-card-list {
    display: flex; }
    .wp-block .block-card-list .card-item {
      width: 31.33333%;
      margin: 0 1%; }
      .wp-block .block-card-list .card-item .info {
        padding: 1.9rem; }
        .wp-block .block-card-list .card-item .info button {
          width: 3rem;
          height: 3rem; }
          .wp-block .block-card-list .card-item .info button:before {
            width: 1.2rem; }
          .wp-block .block-card-list .card-item .info button:after {
            height: 1.2rem; }
        .wp-block .block-card-list .card-item .info h2 {
          padding-right: 4.5rem;
          font-size: 2.1rem;
          line-height: 2.6rem; }
        .wp-block .block-card-list .card-item .info p {
          font-size: 1.5rem;
          line-height: 2rem; }
    .wp-block .block-card-list.num-cols-4 {
      flex-wrap: wrap; }
      .wp-block .block-card-list.num-cols-4 .card-item {
        width: 48%;
        margin: 0 1%;
        margin-bottom: 1rem; } }

@media (min-width: 1024px) {
  .wp-block .block-card-list {
    margin: 0 -1rem; }
    .wp-block .block-card-list .card-item {
      padding-bottom: 11rem; }
      .wp-block .block-card-list .card-item .info {
        min-height: 11rem; }
        .wp-block .block-card-list .card-item .info button {
          width: 4.6rem;
          height: 4.6rem; }
          .wp-block .block-card-list .card-item .info button:before {
            height: 2px;
            width: 2.3rem; }
          .wp-block .block-card-list .card-item .info button:after {
            height: 2.3rem;
            width: 2px; }
        .wp-block .block-card-list .card-item .info h2 {
          padding-right: 5.5rem;
          font-size: 2.25rem;
          line-height: 2.8rem; }
        .wp-block .block-card-list .card-item .info h3 {
          padding-right: 4rem; }
        .wp-block .block-card-list .card-item .info p {
          padding-top: 1rem;
          font-size: 1.6rem;
          line-height: 2.2rem; } }

@media (min-width: 1280px) {
  .wp-block .block-card-list.num-cols-4 {
    flex-wrap: nowrap; }
    .wp-block .block-card-list.num-cols-4 .card-item {
      width: 25%; } }

.wp-block .block-columns {
  position: relative; }
  .wp-block .block-columns.theme-bg-gray {
    background: none; }
    .wp-block .block-columns.theme-bg-gray .column {
      background: #f5f5f5; }
  .wp-block .block-columns .column {
    flex-grow: 1;
    margin: 1.5rem 0;
    text-align: center;
    position: relative; }
    .wp-block .block-columns .column .img {
      position: relative;
      width: 100%;
      padding-bottom: 67%;
      overflow: hidden; }
      .wp-block .block-columns .column .img img {
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    .wp-block .block-columns .column .content {
      padding: 1.7rem 1rem 2.3rem; }
      .wp-block .block-columns .column .content h2,
      .wp-block .block-columns .column .content h3 {
        margin: 0.4rem 0 0;
        padding-bottom: 1rem;
        font-size: 2.25rem;
        line-height: 2.8rem; }
      .wp-block .block-columns .column .content p {
        margin: 0; }
        .wp-block .block-columns .column .content p.tag {
          font-size: 1.2rem;
          line-height: 1.8rem;
          color: #b4b4b4;
          text-transform: uppercase;
          font-family: "Franklin-Heavy"; }
        .wp-block .block-columns .column .content p.date {
          margin-top: 1rem;
          font-size: 1.2rem;
          line-height: 1.8rem; }
      .wp-block .block-columns .column .content ul,
      .wp-block .block-columns .column .content ol {
        text-align: left; }
      .wp-block .block-columns .column .content a {
        font-family: "Franklin-Heavy";
        text-decoration: none;
        position: relative; }
        .wp-block .block-columns .column .content a:after {
          content: "";
          position: absolute;
          top: 50%;
          right: -1.5rem;
          width: 1rem;
          height: 1rem;
          background: url(../img/arrow_navy_right.svg) no-repeat center;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%); }
      .wp-block .block-columns .column .content .cta {
        width: 83.75%;
        margin-top: 1.7rem;
        font-size: 1.45rem;
        line-height: 1.45rem;
        font-family: "Franklin-Book"; }
        .wp-block .block-columns .column .content .cta:after {
          display: none; }
      .wp-block .block-columns .column .content .show-hide {
        transition-duration: 0.5s;
        position: relative;
        width: 30px;
        height: 30px;
        background-color: #00467D;
        border-radius: 50%;
        margin: 0 auto;
        cursor: pointer; }
        .wp-block .block-columns .column .content .show-hide:after, .wp-block .block-columns .column .content .show-hide:before {
          position: absolute;
          content: "";
          background-color: #ffffff; }
        .wp-block .block-columns .column .content .show-hide:after {
          width: 20px;
          height: 2px;
          left: 5px;
          top: 14px; }
        .wp-block .block-columns .column .content .show-hide:before {
          width: 2px;
          height: 20px;
          left: 14px;
          top: 5px; }
        .wp-block .block-columns .column .content .show-hide.show {
          background-color: #0AB4DC; }
          .wp-block .block-columns .column .content .show-hide.show:before {
            content: unset; }
      .wp-block .block-columns .column .content.button .hide-content {
        display: none;
        padding-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .wp-block .block-columns {
      display: flex;
      justify-content: space-between;
      margin: 0 -1rem;
      padding: 1rem; }
      .wp-block .block-columns .column {
        max-width: 40rem;
        margin: 0 0.7rem; }
        .wp-block .block-columns .column .content {
          padding: 1.7rem 1rem 2.3rem; }
          .wp-block .block-columns .column .content h3 {
            line-height: 2.4rem; }
      .wp-block .block-columns.num-cols-3 .column:first-child,
      .wp-block .block-columns.num-cols-2 .column:first-child {
        margin-left: 0; }
      .wp-block .block-columns.num-cols-3 .column:last-child,
      .wp-block .block-columns.num-cols-2 .column:last-child {
        margin-right: 0; }
      .wp-block .block-columns .column .content a.cta {
        font-size: 1.6rem;
        line-height: 2.2rem; }
      .wp-block .block-columns.num-cols-2 {
        margin: 0 -1rem; }
        .wp-block .block-columns.num-cols-2 .column {
          max-width: 62.4rem;
          width: 47.1%;
          margin: 1.42%; }
      .wp-block .block-columns.num-cols-3 .column {
        width: 30.33%; }
        .wp-block .block-columns.num-cols-3 .column .content .cta {
          min-width: auto; }
      .wp-block .block-columns.fit-cols3 .column {
        width: 33.33%; }
      .wp-block .block-columns.num-cols-4 {
        flex-wrap: wrap; }
        .wp-block .block-columns.num-cols-4 .column {
          width: 47.1%;
          margin: 1.42%; }
      .wp-block .block-columns.fit-cols4 {
        flex-wrap: wrap; }
        .wp-block .block-columns.fit-cols4 .column {
          width: 47.1%;
          margin: 1.42%; } }
  @media (min-width: 1024px) {
    .wp-block .block-columns.theme-bg-gray:before {
      top: 0; }
    .wp-block .block-columns.num-cols-2 .column {
      width: 50%;
      margin: 0 0.7rem; }
    .wp-block .block-columns.num-cols-3 .column {
      width: 33.33%; }
      .wp-block .block-columns.num-cols-3 .column .content {
        padding: 1.7rem 3.8rem 2.3rem; }
        .wp-block .block-columns.num-cols-3 .column .content .cta {
          min-width: 21.7rem; }
    .wp-block .block-columns.fit-cols3 .column .content {
      padding: 1.7rem 3.8rem 2.3rem; }
    .wp-block .block-columns.num-cols-4 {
      flex-wrap: nowrap; }
      .wp-block .block-columns.num-cols-4 .column {
        width: 25%;
        max-width: 29.4rem;
        margin: 0 1.4rem;
        overflow: hidden; }
        .wp-block .block-columns.num-cols-4 .column:first-child {
          margin-left: 0; }
        .wp-block .block-columns.num-cols-4 .column:last-child {
          margin-right: 0; }
    .wp-block .block-columns.fit-cols4 {
      flex-wrap: nowrap; }
      .wp-block .block-columns.fit-cols4 .column {
        width: 25%;
        max-width: 29.4rem;
        margin: 0 0.7rem;
        overflow: hidden; }
        .wp-block .block-columns.fit-cols4 .column:first-child {
          margin-left: 0; }
        .wp-block .block-columns.fit-cols4 .column:last-child {
          margin-right: 0; } }
  @media (min-width: 1440px) {
    .wp-block .block-columns.num-cols-2 .column {
      max-width: 61.4rem; }
    .wp-block .block-columns.num-cols-3 .column {
      margin: 0 0 1.5rem; }
      .wp-block .block-columns.num-cols-3 .column .content {
        padding: 1.7rem 1.5rem 2.3rem; }
    .wp-block .block-columns.fit-cols3 .column {
      margin: 0 0 1.5rem; }
      .wp-block .block-columns.fit-cols3 .column .content {
        padding: 1.7rem 1.5rem 2.3rem; } }

.wp-block .block-content-image.align-left .scale-container {
  order: 2; }

.wp-block .block-content-image.align-left .content {
  order: 1; }

.wp-block .block-content-image.align-right .scale-container {
  order: 1; }

.wp-block .block-content-image.align-right .content {
  order: 2; }

.wp-block .block-content-image.block-theme-1 .content .text .cta {
  background: #001432;
  color: #fff; }

.wp-block .block-content-image.block-theme-2 {
  background: #f5f5f5;
  color: #000; }
  .wp-block .block-content-image.block-theme-2 .content .text .cta {
    background: #001432;
    color: #fff; }

.wp-block .block-content-image.block-theme-3 {
  background: #001432;
  color: #fff; }
  .wp-block .block-content-image.block-theme-3 .content .text ul li:before {
    background-image: url(../img/check_white.png);
    background-size: contain; }
  .wp-block .block-content-image.block-theme-3 .content .text .cta {
    background: #fff;
    color: #00467D; }

.wp-block .block-content-image.block-theme-4 {
  background: #00467D;
  color: #fff; }
  .wp-block .block-content-image.block-theme-4 .content .text ul li:before {
    background-image: url(../img/check_white.png);
    background-size: contain; }
  .wp-block .block-content-image.block-theme-4 .content .text .cta {
    background: #fff;
    color: #00467D; }

.wp-block .block-content-image.block-theme-5 {
  background: #1A5632;
  color: #fff; }
  .wp-block .block-content-image.block-theme-5 .content .text {
    overflow: hidden; }
    .wp-block .block-content-image.block-theme-5 .content .text ul li:before {
      background-image: url(../img/check_white.png);
      background-size: contain; }
    .wp-block .block-content-image.block-theme-5 .content .text .cta {
      background: #fff;
      color: #00467D; }

.wp-block .block-content-image.block-theme-6 {
  background: #6E787D;
  color: #fff; }
  .wp-block .block-content-image.block-theme-6 .content .text ul li:before {
    background-image: url(../img/check_white.png);
    background-size: contain; }
  .wp-block .block-content-image.block-theme-6 .content .text .cta {
    background: #fff;
    color: #00467D; }

.wp-block .block-content-image .content {
  position: relative;
  overflow: hidden; }
  .wp-block .block-content-image .content .text {
    padding: 1.8rem 2rem; }
    .wp-block .block-content-image .content .text .tag {
      margin: 0 0 1.1rem;
      font-size: 1.4rem;
      text-transform: uppercase;
      font-family: "Franklin-Heavy";
      color: #b4b4b4; }
    .wp-block .block-content-image .content .text h2 {
      margin: 0.1rem 0;
      font-size: 2.4rem;
      line-height: 3rem;
      text-align: left;
      text-transform: uppercase; }
    .wp-block .block-content-image .content .text p {
      margin: 1.5rem 0 0;
      font-size: 1.65rem; }
    .wp-block .block-content-image .content .text ul {
      margin-bottom: 0; }
      .wp-block .block-content-image .content .text ul li {
        margin-bottom: 0.7rem;
        list-style: none;
        position: relative;
        font-size: 1.65rem; }
        .wp-block .block-content-image .content .text ul li:last-child {
          margin-bottom: 0; }
        .wp-block .block-content-image .content .text ul li:before {
          content: "";
          position: absolute;
          top: 0;
          left: -3.7rem;
          width: 1.8rem;
          height: 1.8rem;
          background: url(../img/check.svg) no-repeat center; }
    .wp-block .block-content-image .content .text a {
      margin-top: 1.8rem;
      width: 100%;
      text-align: center;
      color: #0AB4DC;
      text-decoration: none;
      position: relative;
      text-decoration: underline; }
    .wp-block .block-content-image .content .text .cta {
      text-decoration: none; }

.wp-block .block-content-image .img {
  position: relative;
  overflow: hidden;
  padding-bottom: 68.5%; }
  @media (min-width: 428px) {
    .wp-block .block-content-image .img {
      padding-bottom: 92.55%; } }
  @media (min-width: 769px) {
    .wp-block .block-content-image .img {
      padding-bottom: 60.59%; } }
  @media (min-width: 1280px) {
    .wp-block .block-content-image .img {
      padding-bottom: 68.5%; } }
  .wp-block .block-content-image .img img {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

@media (min-width: 768px) {
  .wp-block .block-content-image .content .text {
    padding: 4rem 2.6rem; }
    .wp-block .block-content-image .content .text .tag {
      margin: 0 0 0.7rem; }
    .wp-block .block-content-image .content .text h2 {
      font-size: 3.2rem;
      line-height: 3.8rem; }
    .wp-block .block-content-image .content .text a {
      width: auto; } }

@media (min-width: 1280px) {
  .wp-block .block-content-image {
    display: flex;
    margin-top: -2rem;
    max-height: 435px; }
    .wp-block .block-content-image .scale-container,
    .wp-block .block-content-image .content {
      flex-grow: 1;
      width: 50%; }
    .wp-block .block-content-image .content {
      display: flex;
      flex-direction: column;
      justify-content: space-around; }
      .wp-block .block-content-image .content .text {
        padding: 0 2.6rem; } }

@media (min-width: 1440px) {
  .wp-block .block-content-image .content {
    overflow-y: auto; }
  .wp-block .block-content-image .content .text {
    padding: 1rem 5rem; }
    .wp-block .block-content-image .content .text .tag {
      margin: 0; }
    .wp-block .block-content-image .content .text a {
      margin-top: 2.2rem; } }

.wp-block .block-faq .faqcontainer {
  max-width: 100%; }
  .wp-block .block-faq .faqcontainer .question {
    position: relative;
    border-bottom: 1px solid #001432;
    cursor: pointer;
    padding: 2rem 5rem 2rem 0;
    color: #001432;
    font-size: 3.2rem;
    line-height: 3.4rem;
    transition: 0.5s; }
    .wp-block .block-faq .faqcontainer .question::after {
      content: '+';
      position: absolute;
      right: 0;
      top: calc( 50% - 15px);
      width: 30px;
      height: 30px;
      border-radius: 15px;
      background-color: #001432;
      color: #fff;
      font-size: 30px;
      line-height: 29px;
      text-align: center;
      transition: 0.5s;
      transform: rotate(-360deg); }
    .wp-block .block-faq .faqcontainer .question.active {
      color: #04B4DD;
      border-bottom: 1px solid #0AB4DC; }
      .wp-block .block-faq .faqcontainer .question.active::after {
        content: '—';
        line-height: 26px;
        background-color: #0AB4DC;
        font-size: 16px;
        font-weight: bold;
        transition: 0.5s;
        transform: rotate(360deg); }
  .wp-block .block-faq .faqcontainer:first-of-type {
    border-top: 1px solid #001432; }
  .wp-block .block-faq .faqcontainer .answer {
    display: none;
    padding: 2rem 0;
    border-bottom: 1px solid #001432; }

.wp-block .block-headline {
  padding-top: 4rem;
  padding-bottom: 2.7rem;
  text-align: center; }
  .wp-block .block-headline h2 {
    max-width: 80rem;
    margin: 0 auto 1.6rem;
    font-size: 2.4rem;
    line-height: 3rem;
    text-transform: uppercase; }
  .wp-block .block-headline p {
    max-width: 80rem;
    margin: 0 auto 1.2rem; }
    .wp-block .block-headline p.tag {
      margin: 0 auto 1.2rem;
      font-size: 1.4rem;
      line-height: 1.8rem;
      color: #b4b4b4;
      text-transform: uppercase;
      font-family: 'Franklin-Heavy'; }
  .wp-block .block-headline ul, .wp-block .block-headline ol {
    max-width: 80%;
    margin: 0 auto; }
    .wp-block .block-headline ul li, .wp-block .block-headline ol li {
      font-size: 1.65rem;
      line-height: 2.2rem;
      text-align: left; }
      .wp-block .block-headline ul li:before, .wp-block .block-headline ol li:before {
        top: 0.85rem; }
  .wp-block .block-headline a {
    margin-top: 1rem;
    font-family: 'Franklin-Heavy';
    font-size: 1.65rem;
    text-decoration: none;
    position: relative;
    text-decoration: none;
    display: inline-block; }
    .wp-block .block-headline a:after {
      content: '';
      position: absolute;
      top: 50%;
      right: -1.5rem;
      width: 1rem;
      height: 1rem;
      background: url(../img/arrow_navy_right.svg) no-repeat center;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%); }
  .wp-block .block-headline .cta {
    display: block;
    margin: 2.4rem auto 2.4rem auto;
    width: 100%;
    font-family: 'Franklin-Book'; }
  @media (min-width: 768px) {
    .wp-block .block-headline h2 {
      font-size: 3.2rem;
      line-height: 4rem; }
    .wp-block .block-headline p {
      font-size: 2.2rem;
      line-height: 2.8rem; }
    .wp-block .block-headline ul li, .wp-block .block-headline ol li {
      font-size: 2rem;
      line-height: 2.6rem; }
    .wp-block .block-headline .cta {
      display: inline-block;
      width: auto; } }
  @media (min-width: 1024px) {
    .wp-block .block-headline ul, .wp-block .block-headline ol {
      max-width: 50%; } }

.wp-block .block-icon-list {
  /* end of themed bg */ }
  .wp-block .block-icon-list.theme-bg-navy, .wp-block .block-icon-list.theme-bg-gray, .wp-block .block-icon-list.theme-bg-white {
    position: relative; }
    .wp-block .block-icon-list.theme-bg-navy:before, .wp-block .block-icon-list.theme-bg-gray:before, .wp-block .block-icon-list.theme-bg-white:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      height: 100%;
      width: 200%;
      transform: translateX(-50%);
      z-index: 0; }
  .wp-block .block-icon-list.theme-bg-navy {
    color: #fff; }
    .wp-block .block-icon-list.theme-bg-navy:before {
      background: #001432; }
  .wp-block .block-icon-list.theme-bg-gray {
    color: #001432; }
    .wp-block .block-icon-list.theme-bg-gray:before {
      background: #f5f5f5; }
  .wp-block .block-icon-list.theme-bg-gray {
    color: #001432; }
    .wp-block .block-icon-list.theme-bg-gray:before {
      background: #fff; }
  .wp-block .block-icon-list .inner {
    position: relative;
    z-index: 1; }
  .wp-block .block-icon-list h2 {
    margin: 0;
    padding-top: 4.6rem;
    text-align: center;
    text-transform: uppercase; }
  .wp-block .block-icon-list .icon-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 3.9rem 0 5.4rem; }
    .wp-block .block-icon-list .icon-list .icon {
      text-align: center;
      margin: 0 0.5rem 1.4rem;
      padding: 0 1rem;
      width: 45%; }
      .wp-block .block-icon-list .icon-list .icon:last-child {
        margin-bottom: 0;
        padding-bottom: 0; }
  @media (min-width: 768px) {
    .wp-block .block-icon-list .icon-list {
      justify-content: center;
      flex-wrap: nowrap; }
      .wp-block .block-icon-list .icon-list .icon {
        flex-grow: 1;
        text-align: center;
        width: 100%; }
        .wp-block .block-icon-list .icon-list .icon h3, .wp-block .block-icon-list .icon-list .icon p {
          margin-bottom: 0; } }

.wp-block .block-image {
  overflow: hidden; }
  .wp-block .block-image .img {
    position: relative;
    width: 100%;
    height: 100%; }
    .wp-block .block-image .img img {
      display: block;
      width: 100%;
      height: auto; }
    .wp-block .block-image .img.grad:after {
      position: absolute;
      content: '';
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.5;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000); }
  .wp-block .block-image.inverted .content {
    color: #001432; }
  .wp-block .block-image.mobhide .img {
    display: none; }
    @media (min-width: 768px) {
      .wp-block .block-image.mobhide .img {
        display: block; } }
  .wp-block .block-image.mobhide .content {
    color: #001432;
    position: relative;
    padding: 0; }
    @media (min-width: 768px) {
      .wp-block .block-image.mobhide .content {
        position: absolute;
        padding: 2rem;
        color: #fff; } }
    @media (min-width: 768px) {
      .wp-block .block-image.mobhide .content .showmobile {
        display: none; } }
    .wp-block .block-image.mobhide .content .cta.inverted {
      background: #00467D;
      color: #fff; }
      @media (min-width: 768px) {
        .wp-block .block-image.mobhide .content .cta.inverted {
          background: #fff;
          color: #00467D; } }
  .wp-block .block-image .content {
    color: #fff;
    position: absolute;
    bottom: 0;
    max-width: 40.2rem;
    padding: 2rem; }
    .wp-block .block-image .content h2, .wp-block .block-image .content p {
      font-family: 'Franklin-Heavy'; }
    .wp-block .block-image .content h2 {
      margin-top: 0;
      margin-bottom: 0.8rem;
      font-size: 2.4rem;
      line-height: 3.8rem;
      text-transform: uppercase; }
    .wp-block .block-image .content p {
      font-size: 1.6rem;
      line-height: 2.2rem; }
    .wp-block .block-image .content a {
      margin-top: 0.8rem; }
  @media (min-width: 768px) {
    .wp-block .block-image.right-align .content {
      left: auto;
      right: 0;
      width: 100%; }
      .wp-block .block-image.right-align .content h2 {
        text-align: left; } }
  @media (min-width: 1024px) {
    .wp-block .block-image {
      min-height: 53.4rem; }
      .wp-block .block-image .content {
        bottom: 4.4rem;
        left: 4.9rem;
        width: 100%;
        padding: 0;
        max-width: 50.2rem; }
        .wp-block .block-image .content h2 {
          margin-bottom: 1.2rem;
          font-size: 3.2rem; }
      .wp-block .block-image.right-align .content {
        bottom: 4.4rem;
        right: 4.9rem; } }

.wp-block .block-half-grid .grid-element {
  flex-grow: 1;
  position: relative;
  margin-bottom: 1.5rem; }
  .wp-block .block-half-grid .grid-element .img {
    position: relative;
    width: 100%;
    padding-bottom: 133%;
    overflow: hidden; }
    .wp-block .block-half-grid .grid-element .img img {
      display: block;
      width: auto;
      height: 100%;
      left: 50%;
      transform: translateX(-50%);
      position: absolute;
      top: 0; }
    .wp-block .block-half-grid .grid-element .img.grad:after {
      position: absolute;
      content: '';
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.5;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000); }
  .wp-block .block-half-grid .grid-element .content {
    color: #fff;
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    max-width: 40rem;
    width: 100%;
    padding: 0 2rem; }
    .wp-block .block-half-grid .grid-element .content h2 {
      margin: 0 0 0.9rem;
      font-size: 2rem;
      line-height: 2.6rem;
      text-transform: uppercase;
      text-align: left; }
    .wp-block .block-half-grid .grid-element .content p {
      margin: 0;
      font-family: 'Franklin-Heavy';
      letter-spacing: 0.24px; }
    .wp-block .block-half-grid .grid-element .content a.cta {
      display: block;
      margin-top: 1.3rem;
      position: relative;
      text-decoration: none; }
      .wp-block .block-half-grid .grid-element .content a.cta:after {
        content: '';
        position: absolute;
        top: 50%;
        right: -1.5rem;
        width: 1rem;
        height: 1rem;
        background: url(../img/arrow_white_right.svg) no-repeat center;
        background-size: contain;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%); }

@media (min-width: 768px) {
  .wp-block .block-half-grid {
    display: flex;
    margin: 0 -0.8rem; }
    .wp-block .block-half-grid .grid-element {
      margin: 0 0.8rem; }
      .wp-block .block-half-grid .grid-element .img {
        padding-bottom: 100%; }
      .wp-block .block-half-grid .grid-element .content {
        bottom: 4.4rem; }
        .wp-block .block-half-grid .grid-element .content h2 {
          margin: 0 0 0.9rem;
          font-size: 2.4rem;
          line-height: 2.6rem;
          text-transform: uppercase;
          text-align: left; }
        .wp-block .block-half-grid .grid-element .content a.cta {
          width: fit-content; } }

@media (min-width: 1440px) {
  .wp-block .block-half-grid .grid-element .content {
    padding: 0 4.2rem; }
    .wp-block .block-half-grid .grid-element .content h2 {
      margin: 0 0 0.9rem;
      font-size: 3.2rem;
      line-height: 2.8rem; } }

.wp-block .block-carousel {
  width: 100%;
  background: #001432;
  color: #fff;
  position: relative;
  padding-top: 4.4rem; }
  .wp-block .block-carousel:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 200%;
    transform: translateX(-50%);
    background: #001432;
    z-index: 0; }
  .wp-block .block-carousel h2, .wp-block .block-carousel p {
    position: relative;
    margin: 0 auto 1.1rem;
    text-align: center; }
  .wp-block .block-carousel h2 {
    font-size: 2.4rem;
    line-height: 3rem;
    text-transform: uppercase; }
  .wp-block .block-carousel a {
    font-family: 'Franklin-Heavy';
    text-decoration: none;
    position: relative;
    color: #fff; }
    .wp-block .block-carousel a:after {
      content: '';
      position: absolute;
      top: 50%;
      right: -1.5rem;
      width: 1rem;
      height: 1rem;
      background: url(../img/arrow_white_right.svg) no-repeat center;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%); }
  .wp-block .block-carousel .js-block-carousel {
    margin-top: 2rem;
    padding-bottom: 10.2rem; }
    .wp-block .block-carousel .js-block-carousel .slide {
      padding: 0 0.75rem;
      text-align: center; }
      .wp-block .block-carousel .js-block-carousel .slide .img {
        margin: 0 auto;
        padding-bottom: 67.18%;
        position: relative;
        overflow: hidden; }
        .wp-block .block-carousel .js-block-carousel .slide .img picture {
          display: block;
          width: 100%;
          height: 100%; }
          .wp-block .block-carousel .js-block-carousel .slide .img picture img {
            height: auto;
            width: 100%;
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            transform: translateX(-50%); }
      .wp-block .block-carousel .js-block-carousel .slide h3 {
        font-size: 1.8rem;
        line-height: 2.2rem;
        text-transform: uppercase; }
      .wp-block .block-carousel .js-block-carousel .slide .content {
        width: 82%;
        margin: 0 auto; }
    .wp-block .block-carousel .js-block-carousel .slick-list {
      overflow: visible; }
    .wp-block .block-carousel .js-block-carousel .slick-dots {
      bottom: 4.5rem; }
      .wp-block .block-carousel .js-block-carousel .slick-dots li {
        height: 1rem;
        width: 1rem;
        margin-right: 1rem; }
        .wp-block .block-carousel .js-block-carousel .slick-dots li:last-child {
          margin-right: 0; }
        .wp-block .block-carousel .js-block-carousel .slick-dots li:before {
          display: none; }
        .wp-block .block-carousel .js-block-carousel .slick-dots li button {
          padding: 0; }
    .wp-block .block-carousel .js-block-carousel .slick-arrow {
      top: auto;
      bottom: 3.5rem;
      width: 3.5rem;
      height: 3.4rem;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      background: url(../img/carousel_arrow_blue.svg) no-repeat center;
      background-size: contain;
      z-index: 3; }
      .wp-block .block-carousel .js-block-carousel .slick-arrow:before {
        display: none; }
      .wp-block .block-carousel .js-block-carousel .slick-arrow:hover {
        background: url(../img/carousel_arrow_light_blue.svg) no-repeat center; }
      .wp-block .block-carousel .js-block-carousel .slick-arrow.slick-prev {
        left: 4.8rem; }
      .wp-block .block-carousel .js-block-carousel .slick-arrow.slick-next {
        right: 4.8rem;
        transform: translate(0, 0) rotate(180deg); }
        .wp-block .block-carousel .js-block-carousel .slick-arrow.slick-next:hover {
          background: url(../img/carousel_arrow_light_blue.svg) no-repeat center; }
  @media (min-width: 768px) {
    .wp-block .block-carousel .js-block-carousel .slide {
      padding: 0 6.6rem; }
      .wp-block .block-carousel .js-block-carousel .slide .img {
        padding-bottom: 66.55%; }
    .wp-block .block-carousel .js-block-carousel .slick-arrow {
      top: 25%;
      bottom: -4.5rem;
      width: 4.2rem;
      height: 4.2rem;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      .wp-block .block-carousel .js-block-carousel .slick-arrow.slick-prev {
        left: 10%; }
      .wp-block .block-carousel .js-block-carousel .slick-arrow.slick-next {
        right: 10%; } }
  @media (min-width: 1024px) {
    .wp-block .block-carousel .js-block-carousel .slick-arrow {
      top: 30%; }
      .wp-block .block-carousel .js-block-carousel .slick-arrow.slick-prev {
        left: 10.5%; }
      .wp-block .block-carousel .js-block-carousel .slick-arrow.slick-next {
        right: 10.5%; } }
  @media (min-width: 1440px) {
    .wp-block .block-carousel {
      padding-top: 4.1rem;
      padding-bottom: 8.8rem; }
      .wp-block .block-carousel h2 {
        margin: 0 auto 2.4rem;
        font-size: 3.2rem;
        line-height: 4rem; }
      .wp-block .block-carousel p {
        font-size: 2.2rem;
        line-height: 2.8rem; }
      .wp-block .block-carousel .js-block-carousel {
        margin-top: 3.7rem;
        margin-bottom: 0; }
        .wp-block .block-carousel .js-block-carousel .slide {
          padding: 0 6.6rem; }
          .wp-block .block-carousel .js-block-carousel .slide p {
            font-size: 1.7rem;
            line-height: 2rem; }
        .wp-block .block-carousel .js-block-carousel .slick-dots {
          bottom: -5rem; }
        .wp-block .block-carousel .js-block-carousel .slick-arrow {
          top: 35%; }
          .wp-block .block-carousel .js-block-carousel .slick-arrow.slick-prev {
            left: 11%; }
          .wp-block .block-carousel .js-block-carousel .slick-arrow.slick-next {
            right: 11%; } }

.wp-block ul li {
  position: relative;
  list-style: none; }
  .wp-block ul li:before {
    content: '';
    position: absolute;
    top: 0.7rem;
    left: -1.1rem;
    width: 6px;
    height: 6px;
    background: #001432;
    border-radius: 50%; }

.wp-block a {
  color: #001432; }

.wp-block strong {
  font-family: 'Franklin-Heavy'; }

.wp-block sub, .wp-block sup {
  font-size: 60%;
  padding-right: 0.5rem; }

.wp-block s {
  padding: 0 0.2rem; }

.wp-block .wp-block-table {
  padding: 0;
  margin: 0; }
  .wp-block .wp-block-table table {
    width: 100%;
    border: 0;
    border-top: 2px solid #00152b;
    border-left: 0;
    border-collapse: collapse; }
    .wp-block .wp-block-table table tr {
      border-bottom: 1px solid #00152b; }
      .wp-block .wp-block-table table tr td,
      .wp-block .wp-block-table table tr th {
        border: 0;
        text-align: left;
        padding: 1.7rem 0.5rem;
        font-size: 1.5rem; }
        @media (min-width: 1024px) {
          .wp-block .wp-block-table table tr td,
          .wp-block .wp-block-table table tr th {
            font-size: 2rem; } }
      .wp-block .wp-block-table table tr th {
        font-family: "Franklin-Heavy";
        padding: 2.1rem 0; }
      .wp-block .wp-block-table table tr a {
        display: inline-block;
        margin-right: 1.3rem; }
        .wp-block .wp-block-table table tr a.doc-dl:after, .wp-block .wp-block-table table tr a.doc-url:after {
          content: "";
          display: inline-block;
          width: 2.4rem;
          height: 2.4rem;
          margin-left: 0.5rem;
          background: #f00;
          position: relative;
          top: 0.5rem; }
        .wp-block .wp-block-table table tr a.doc-dl.doc-dl:after, .wp-block .wp-block-table table tr a.doc-url.doc-dl:after {
          background: url("../img/download.svg") no-repeat center;
          background-size: 100%; }
        .wp-block .wp-block-table table tr a.doc-dl.doc-url:after, .wp-block .wp-block-table table tr a.doc-url.doc-url:after {
          background: url("../img/link.svg") no-repeat center;
          background-size: 100%; }
    .wp-block .wp-block-table table .w25 {
      width: 25%; }
    .wp-block .wp-block-table table .w33 {
      width: 33%; }
    .wp-block .wp-block-table table .w50 {
      width: 50%; }
    .wp-block .wp-block-table table .w66 {
      width: 66%; }
    .wp-block .wp-block-table table .w75 {
      width: 75%; }
    .wp-block .wp-block-table table .w100 {
      width: 100%; }
  .wp-block .wp-block-table figcaption {
    text-align: center; }

@media screen and (max-width: 768px) {
  .wp-block .wp-block-table .w25,
  .wp-block .wp-block-table .w33,
  .wp-block .wp-block-table .w66,
  .wp-block .wp-block-table .w50,
  .wp-block .wp-block-table .w75,
  .wp-block .wp-block-table .w100 {
    width: auto !important; }
  .wp-block .wp-block-table.mobile-stacked table {
    width: 100%; }
  .wp-block .wp-block-table.mobile-stacked thead {
    display: none; }
  .wp-block .wp-block-table.mobile-stacked tbody tr td {
    display: block;
    text-align: left;
    padding: 0.8rem 0; }
  .wp-block .wp-block-table.mobile-stacked tbody td:before {
    content: attr(data-th);
    display: block;
    text-align: left;
    font-size: 1.2rem;
    font-weight: bold; }
  .wp-block .wp-block-table.mobile-scroll {
    overflow-x: scroll; }
    .wp-block .wp-block-table.mobile-scroll table {
      width: 100%;
      table-layout: auto;
      border-collapse: collapse;
      border-spacing: 0; }
      .wp-block .wp-block-table.mobile-scroll table td,
      .wp-block .wp-block-table.mobile-scroll table th {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        min-width: 200px; } }

.wp-block .reports-year-selector {
  float: right;
  border: 0; }

.wp-block .table-group-item {
  display: none;
  clear: both; }
  .wp-block .table-group-item.visible {
    display: block; }

.homepage .cta.white {
  background: #fff;
  color: #001432; }

.homepage .content.blue h2,
.homepage .content.blue p {
  color: #001432; }

.homepage .hero {
  margin-top: 59px; }
  .homepage .hero .content {
    bottom: 15%; }
  .homepage .hero.carousel .cta {
    width: 89.5%;
    min-width: 21.7rem;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2; }

.homepage .ambient-video {
  position: relative;
  min-height: 55rem;
  max-height: 73.4rem; }
  .homepage .ambient-video .poster {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%); }
  .homepage .ambient-video .cta {
    position: absolute;
    bottom: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 89.5%;
    z-index: 2;
    background: #fff;
    color: #001432; }
    .homepage .ambient-video .cta span {
      position: relative; }
      .homepage .ambient-video .cta span:before {
        content: "";
        position: absolute;
        top: 50%;
        right: -1.4rem;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-width: 5px 0 5px 7px;
        border-color: transparent transparent transparent #001432;
        border-style: solid; }
  .homepage .ambient-video .vimeo-container {
    padding: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 43.75%; }
    .homepage .ambient-video .vimeo-container iframe {
      box-sizing: border-box;
      width: 467vh;
      height: 129.25vw;
      min-width: 100%;
      min-height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%); }
  .homepage .ambient-video .scroll-arrow {
    position: absolute;
    left: 1.1rem;
    bottom: 11px;
    width: 4.3rem;
    height: 4.3rem; }
    .homepage .ambient-video .scroll-arrow .scroll-anim {
      animation: nudge 2s linear 0s 3; }

.homepage #lightbox {
  display: none;
  height: 102%;
  width: 100%;
  position: fixed;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #000;
  z-index: 100; }
  .homepage #lightbox .close {
    position: absolute;
    top: 5rem;
    right: 3rem;
    width: 4rem;
    height: 4rem;
    transform-origin: center; }
    .homepage #lightbox .close:before, .homepage #lightbox .close:after {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 3px;
      height: 100%;
      background: #fff;
      -webkit-transform: translateX(-50%) rotate(-45deg);
      -moz-transform: translateX(-50%) rotate(-45deg);
      transform: translateX(-50%) rotate(-45deg);
      z-index: 2; }
    .homepage #lightbox .close:after {
      -webkit-transform: translateX(-50%) rotate(45deg);
      -moz-transform: translateX(-50%) rotate(45deg);
      transform: translateX(-50%) rotate(45deg); }
    .homepage #lightbox .close:hover {
      cursor: pointer; }
  .homepage #lightbox iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 83%;
    height: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.homepage .intro.block-headline {
  max-width: 80rem;
  margin: 0 auto; }
  .homepage .intro.block-headline h1 {
    font-size: 2.4rem;
    line-height: 3rem; }
  .homepage .intro.block-headline p {
    font-size: 1.6rem;
    line-height: 2.2rem; }

.homepage h2.center-align {
  margin: 0 auto;
  padding-top: 3.2rem;
  padding-bottom: 0.7rem;
  text-align: center;
  text-transform: uppercase; }

.homepage .block-image {
  min-height: 0; }
  .homepage .block-image .img {
    padding-bottom: 132.84%; }
    .homepage .block-image .img img {
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      height: 100%; }
  .homepage .block-image .content h2 {
    line-height: 3rem; }

.homepage .discover .cta {
  color: #00467D;
  background: #fff; }

.homepage .cta {
  display: block; }

@media (min-width: 768px) {
  .homepage .intro.block-headline {
    padding-bottom: 0.7rem; }
  .homepage .block-image .img {
    padding-bottom: 49.14%; }
    .homepage .block-image .img img {
      width: 100%;
      height: auto; }
  .homepage .block-image .content h3 {
    font-size: 2.25rem;
    line-height: 2.8rem; }
  .homepage .ambient-video {
    min-height: 73.4rem; }
    .homepage .ambient-video .youtube-background iframe {
      max-width: none !important; }
    .homepage .ambient-video .vimeo-container iframe {
      width: 527vh;
      height: 80.25vw; }
    .homepage .ambient-video .cta {
      bottom: 10%; }
  .homepage .cta {
    display: inline-block; } }

@media (min-width: 1024px) {
  .homepage .hero {
    margin-top: 0; }
    .homepage .hero .content {
      bottom: 15%; }
    .homepage .hero.carousel .cta {
      width: 100%; }
  .homepage .ambient-video .poster {
    height: auto;
    width: 100%; }
  .homepage .ambient-video .vimeo-container iframe {
    width: 363vh;
    height: 49.25vw; }
  .homepage .ambient-video #lightbox iframe {
    width: 64%;
    height: 68%; }
  .homepage .ambient-video .cta {
    min-width: 21.7rem; }
  .homepage .ambient-video .scroll-arrow {
    left: 2.9rem;
    bottom: 2.9rem;
    height: 5.6rem;
    bottom: 2.9rem; }
  .homepage .intro.block-headline {
    padding-bottom: 2.7rem; }
    .homepage .intro.block-headline h1 {
      font-size: 3.2rem;
      line-height: 4rem; }
    .homepage .intro.block-headline p {
      font-size: 2.2rem;
      line-height: 2.8rem; }
  .homepage h2.center-align {
    padding-top: 7.1rem;
    padding-bottom: 3.4rem; } }

@media (min-width: 1440px) {
  .homepage .discover .wp-block {
    margin-top: 3.9rem; } }

.newsarticle .hero {
  max-width: 800px;
  margin: 0 2rem;
  padding: 3rem 0; }
  @media (min-width: 768px) {
    .newsarticle .hero {
      padding: 4rem 0;
      margin: 0 auto; } }
  .newsarticle .hero h1 {
    text-align: center;
    text-transform: uppercase;
    margin: 0.1em 0; }
  .newsarticle .hero p {
    font-family: 'Franklin-Heavy';
    text-align: center;
    font-weight: bold;
    text-transform: uppercase; }

.newsarticle .social ul {
  margin: 0;
  padding: 0;
  list-style-type: none !important;
  display: flex;
  align-items: center; }
  .newsarticle .social ul li {
    display: block;
    padding-right: 13px;
    font-family: 'Franklin-Heavy'; }
    .newsarticle .social ul li::before {
      content: none; }

.newsarticle .featuredImage {
  margin: 2rem 0 4rem; }
  @media (min-width: 1440px) {
    .newsarticle .featuredImage {
      margin: 2rem 8.5rem 4rem; } }
  .newsarticle .featuredImage img {
    width: 100%; }

.newslist .content-inner h2 {
  text-transform: uppercase; }

.secure-page, .memberlogin {
  margin-top: 50px;
  width: 100%; }
  .secure-page .tabs, .memberlogin .tabs {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%; }
    @media (min-width: 768px) {
      .secure-page .tabs, .memberlogin .tabs {
        width: 500px; } }
    .secure-page .tabs div, .memberlogin .tabs div {
      width: 50%;
      text-align: center;
      padding: 10px 0;
      cursor: pointer; }
    .secure-page .tabs .active, .memberlogin .tabs .active {
      background-color: #001331;
      color: #fff; }
  .secure-page .formcontainer, .memberlogin .formcontainer {
    background-color: #001331;
    padding: 30px 0 100px 0;
    color: #fff;
    text-align: center;
    width: 100%; }
    .secure-page .formcontainer .registerform, .memberlogin .formcontainer .registerform {
      display: none; }
      .secure-page .formcontainer .registerform ul li, .memberlogin .formcontainer .registerform ul li {
        list-style: none; }
    .secure-page .formcontainer[datashow="login"] .loginform, .memberlogin .formcontainer[datashow="login"] .loginform {
      display: block; }
    .secure-page .formcontainer[datashow="login"] .registerform, .memberlogin .formcontainer[datashow="login"] .registerform {
      display: none; }
    .secure-page .formcontainer[datashow="register"] .loginform, .memberlogin .formcontainer[datashow="register"] .loginform {
      display: none; }
    .secure-page .formcontainer[datashow="register"] .registerform, .memberlogin .formcontainer[datashow="register"] .registerform {
      display: block; }
    .secure-page .formcontainer #wpmem_msg, .secure-page .formcontainer .wpmem_msg, .memberlogin .formcontainer #wpmem_msg, .memberlogin .formcontainer .wpmem_msg {
      width: 50%;
      margin: 0 auto;
      background-color: transparent;
      border: 0; }
    .secure-page .formcontainer #wpmem_reg .link-text, .memberlogin .formcontainer #wpmem_reg .link-text {
      display: none; }
    .secure-page .formcontainer #wpmem_reg .receiveEmails, .memberlogin .formcontainer #wpmem_reg .receiveEmails {
      display: flex;
      flex-direction: row-reverse;
      justify-content: center;
      width: 80%;
      margin: 2rem auto 0; }
      @media (min-width: 768px) {
        .secure-page .formcontainer #wpmem_reg .receiveEmails, .memberlogin .formcontainer #wpmem_reg .receiveEmails {
          width: 100%; } }
      .secure-page .formcontainer #wpmem_reg .receiveEmails label, .memberlogin .formcontainer #wpmem_reg .receiveEmails label {
        width: unset;
        padding-top: 3px;
        margin: unset; }
      .secure-page .formcontainer #wpmem_reg .receiveEmails .div_checkbox, .memberlogin .formcontainer #wpmem_reg .receiveEmails .div_checkbox {
        width: unset; }
    .secure-page .formcontainer a, .secure-page .formcontainer a:visited, .secure-page .formcontainer a:hover, .secure-page .formcontainer a:active, .memberlogin .formcontainer a, .memberlogin .formcontainer a:visited, .memberlogin .formcontainer a:hover, .memberlogin .formcontainer a:active {
      color: #55BEE6; }
      .secure-page .formcontainer a.terms, .secure-page .formcontainer a:visited.terms, .secure-page .formcontainer a:hover.terms, .secure-page .formcontainer a:active.terms, .memberlogin .formcontainer a.terms, .memberlogin .formcontainer a:visited.terms, .memberlogin .formcontainer a:hover.terms, .memberlogin .formcontainer a:active.terms {
        text-decoration: none;
        color: #fff; }
        .secure-page .formcontainer a.terms span, .secure-page .formcontainer a:visited.terms span, .secure-page .formcontainer a:hover.terms span, .secure-page .formcontainer a:active.terms span, .memberlogin .formcontainer a.terms span, .memberlogin .formcontainer a:visited.terms span, .memberlogin .formcontainer a:hover.terms span, .memberlogin .formcontainer a:active.terms span {
          text-decoration: underline;
          color: #55BEE6; }
    .secure-page .formcontainer #wpmem_login, .secure-page .formcontainer #wpmem_reg, .memberlogin .formcontainer #wpmem_login, .memberlogin .formcontainer #wpmem_reg {
      width: 100%; }
      .secure-page .formcontainer #wpmem_login form, .secure-page .formcontainer #wpmem_reg form, .memberlogin .formcontainer #wpmem_login form, .memberlogin .formcontainer #wpmem_reg form {
        width: 100%;
        margin: 0 auto;
        color: #fff; }
        @media (min-width: 768px) {
          .secure-page .formcontainer #wpmem_login form, .secure-page .formcontainer #wpmem_reg form, .memberlogin .formcontainer #wpmem_login form, .memberlogin .formcontainer #wpmem_reg form {
            width: 500px; } }
        .secure-page .formcontainer #wpmem_login form fieldset .link-text, .secure-page .formcontainer #wpmem_reg form fieldset .link-text, .memberlogin .formcontainer #wpmem_login form fieldset .link-text, .memberlogin .formcontainer #wpmem_reg form fieldset .link-text {
          text-align: center;
          width: 100%; }
        .secure-page .formcontainer #wpmem_login form fieldset .captcha, .secure-page .formcontainer #wpmem_reg form fieldset .captcha, .memberlogin .formcontainer #wpmem_login form fieldset .captcha, .memberlogin .formcontainer #wpmem_reg form fieldset .captcha {
          width: unset;
          margin-top: 3rem; }
          .secure-page .formcontainer #wpmem_login form fieldset .captcha .g-recaptcha div, .secure-page .formcontainer #wpmem_reg form fieldset .captcha .g-recaptcha div, .memberlogin .formcontainer #wpmem_login form fieldset .captcha .g-recaptcha div, .memberlogin .formcontainer #wpmem_reg form fieldset .captcha .g-recaptcha div {
            margin: 0 auto; }
        .secure-page .formcontainer #wpmem_login form fieldset .g-recaptcha div, .secure-page .formcontainer #wpmem_reg form fieldset .g-recaptcha div, .memberlogin .formcontainer #wpmem_login form fieldset .g-recaptcha div, .memberlogin .formcontainer #wpmem_reg form fieldset .g-recaptcha div {
          margin: 0 auto; }
        .secure-page .formcontainer #wpmem_login form fieldset legend, .secure-page .formcontainer #wpmem_reg form fieldset legend, .memberlogin .formcontainer #wpmem_login form fieldset legend, .memberlogin .formcontainer #wpmem_reg form fieldset legend {
          font-family: 'Franklin-Heavy';
          margin-bottom: 4rem;
          font-size: 3.2rem;
          line-height: 3.2rem;
          width: 80%; }
          @media (min-width: 768px) {
            .secure-page .formcontainer #wpmem_login form fieldset legend, .secure-page .formcontainer #wpmem_reg form fieldset legend, .memberlogin .formcontainer #wpmem_login form fieldset legend, .memberlogin .formcontainer #wpmem_reg form fieldset legend {
              width: 100%; } }
        .secure-page .formcontainer #wpmem_login form fieldset .div_text, .secure-page .formcontainer #wpmem_login form fieldset .div_select, .secure-page .formcontainer #wpmem_reg form fieldset .div_text, .secure-page .formcontainer #wpmem_reg form fieldset .div_select, .memberlogin .formcontainer #wpmem_login form fieldset .div_text, .memberlogin .formcontainer #wpmem_login form fieldset .div_select, .memberlogin .formcontainer #wpmem_reg form fieldset .div_text, .memberlogin .formcontainer #wpmem_reg form fieldset .div_select {
          width: 80%;
          margin: 0 auto; }
          @media (min-width: 768px) {
            .secure-page .formcontainer #wpmem_login form fieldset .div_text, .secure-page .formcontainer #wpmem_login form fieldset .div_select, .secure-page .formcontainer #wpmem_reg form fieldset .div_text, .secure-page .formcontainer #wpmem_reg form fieldset .div_select, .memberlogin .formcontainer #wpmem_login form fieldset .div_text, .memberlogin .formcontainer #wpmem_login form fieldset .div_select, .memberlogin .formcontainer #wpmem_reg form fieldset .div_text, .memberlogin .formcontainer #wpmem_reg form fieldset .div_select {
              width: 500px; } }
        .secure-page .formcontainer #wpmem_login form fieldset .div_text #tos, .secure-page .formcontainer #wpmem_reg form fieldset .div_text #tos, .memberlogin .formcontainer #wpmem_login form fieldset .div_text #tos, .memberlogin .formcontainer #wpmem_reg form fieldset .div_text #tos {
          margin-top: 2rem; }
        .secure-page .formcontainer #wpmem_login form fieldset .privacy-copy, .secure-page .formcontainer #wpmem_reg form fieldset .privacy-copy, .memberlogin .formcontainer #wpmem_login form fieldset .privacy-copy, .memberlogin .formcontainer #wpmem_reg form fieldset .privacy-copy {
          text-align: left; }
        .secure-page .formcontainer #wpmem_login form fieldset .req-text, .secure-page .formcontainer #wpmem_reg form fieldset .req-text, .memberlogin .formcontainer #wpmem_login form fieldset .req-text, .memberlogin .formcontainer #wpmem_reg form fieldset .req-text {
          display: none; }
        .secure-page .formcontainer #wpmem_login form fieldset .button_div, .secure-page .formcontainer #wpmem_reg form fieldset .button_div, .memberlogin .formcontainer #wpmem_login form fieldset .button_div, .memberlogin .formcontainer #wpmem_reg form fieldset .button_div {
          width: 100%;
          text-align: center; }
          .secure-page .formcontainer #wpmem_login form fieldset .button_div label[for="rememberme"], .secure-page .formcontainer #wpmem_reg form fieldset .button_div label[for="rememberme"], .memberlogin .formcontainer #wpmem_login form fieldset .button_div label[for="rememberme"], .memberlogin .formcontainer #wpmem_reg form fieldset .button_div label[for="rememberme"] {
            display: inline; }
        .secure-page .formcontainer #wpmem_login form fieldset label, .secure-page .formcontainer #wpmem_reg form fieldset label, .memberlogin .formcontainer #wpmem_login form fieldset label, .memberlogin .formcontainer #wpmem_reg form fieldset label {
          position: relative;
          text-align: left;
          display: block;
          width: 80%;
          margin: 0 auto;
          margin-top: 20px; }
          @media (min-width: 768px) {
            .secure-page .formcontainer #wpmem_login form fieldset label, .secure-page .formcontainer #wpmem_reg form fieldset label, .memberlogin .formcontainer #wpmem_login form fieldset label, .memberlogin .formcontainer #wpmem_reg form fieldset label {
              width: 100%; } }
          .secure-page .formcontainer #wpmem_login form fieldset label.error, .secure-page .formcontainer #wpmem_reg form fieldset label.error, .memberlogin .formcontainer #wpmem_login form fieldset label.error, .memberlogin .formcontainer #wpmem_reg form fieldset label.error {
            color: #ff0000;
            font-size: 1.2rem;
            margin-top: 0; }
            .secure-page .formcontainer #wpmem_login form fieldset label.error#tos-error, .secure-page .formcontainer #wpmem_reg form fieldset label.error#tos-error, .memberlogin .formcontainer #wpmem_login form fieldset label.error#tos-error, .memberlogin .formcontainer #wpmem_reg form fieldset label.error#tos-error {
              position: absolute;
              text-align: center;
              width: 300px; }
              @media (min-width: 768px) {
                .secure-page .formcontainer #wpmem_login form fieldset label.error#tos-error, .secure-page .formcontainer #wpmem_reg form fieldset label.error#tos-error, .memberlogin .formcontainer #wpmem_login form fieldset label.error#tos-error, .memberlogin .formcontainer #wpmem_reg form fieldset label.error#tos-error {
                  width: 500px; } }
        .secure-page .formcontainer #wpmem_login form fieldset select, .secure-page .formcontainer #wpmem_reg form fieldset select, .memberlogin .formcontainer #wpmem_login form fieldset select, .memberlogin .formcontainer #wpmem_reg form fieldset select {
          width: 100%;
          padding: 7px 4px;
          text-align: left;
          display: block; }
          .secure-page .formcontainer #wpmem_login form fieldset select:focus, .secure-page .formcontainer #wpmem_reg form fieldset select:focus, .memberlogin .formcontainer #wpmem_login form fieldset select:focus, .memberlogin .formcontainer #wpmem_reg form fieldset select:focus {
            border: solid 2px #38b6df; }
          .secure-page .formcontainer #wpmem_login form fieldset select.error, .secure-page .formcontainer #wpmem_reg form fieldset select.error, .memberlogin .formcontainer #wpmem_login form fieldset select.error, .memberlogin .formcontainer #wpmem_reg form fieldset select.error {
            background-image: url(../img/error.png);
            background-repeat: no-repeat;
            background-position: right center; }
        .secure-page .formcontainer #wpmem_login form fieldset input, .secure-page .formcontainer #wpmem_reg form fieldset input, .memberlogin .formcontainer #wpmem_login form fieldset input, .memberlogin .formcontainer #wpmem_reg form fieldset input {
          padding: 7px 4px;
          text-align: left;
          display: block;
          width: 100%; }
          .secure-page .formcontainer #wpmem_login form fieldset input:focus, .secure-page .formcontainer #wpmem_reg form fieldset input:focus, .memberlogin .formcontainer #wpmem_login form fieldset input:focus, .memberlogin .formcontainer #wpmem_reg form fieldset input:focus {
            border: solid 2px #38b6df; }
          .secure-page .formcontainer #wpmem_login form fieldset input[type="checkbox"], .secure-page .formcontainer #wpmem_reg form fieldset input[type="checkbox"], .memberlogin .formcontainer #wpmem_login form fieldset input[type="checkbox"], .memberlogin .formcontainer #wpmem_reg form fieldset input[type="checkbox"] {
            display: inline;
            position: relative;
            width: 20px;
            height: 20px;
            top: 5px;
            margin-right: 10px;
            margin-bottom: 0; }
          .secure-page .formcontainer #wpmem_login form fieldset input[type="submit"], .secure-page .formcontainer #wpmem_reg form fieldset input[type="submit"], .memberlogin .formcontainer #wpmem_login form fieldset input[type="submit"], .memberlogin .formcontainer #wpmem_reg form fieldset input[type="submit"] {
            width: 200px;
            text-align: center;
            margin: 20px auto;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-color: #00457C;
            color: #fff;
            border: 0;
            padding: 15px 0;
            cursor: pointer; }
          .secure-page .formcontainer #wpmem_login form fieldset input.error, .secure-page .formcontainer #wpmem_reg form fieldset input.error, .memberlogin .formcontainer #wpmem_login form fieldset input.error, .memberlogin .formcontainer #wpmem_reg form fieldset input.error {
            background-image: url(../img/error.png);
            background-repeat: no-repeat;
            background-position: right center; }

.page-template-page-members #ContactUs {
  display: none; }

.page-template-page-profile .profile {
  width: 80%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .page-template-page-profile .profile {
      width: 650px; } }
  .page-template-page-profile .profile ul {
    padding: 0;
    margin: 0; }
    .page-template-page-profile .profile ul li {
      text-align: center; }
      .page-template-page-profile .profile ul li::before {
        content: unset; }
  .page-template-page-profile .profile .wpmem_msg {
    width: 100%;
    margin-bottom: 3rem;
    padding: 0; }
  .page-template-page-profile .profile #wpmem_reg .receiveEmails {
    justify-content: flex-end; }

.page-template-page-passwordreset .wpmem_msg {
  width: 50%;
  margin: 0 auto;
  padding: 0 0 20px 0;
  background: none;
  border: 0; }

.page-template-page-passwordreset #wpmem_login form {
  width: 80%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .page-template-page-passwordreset #wpmem_login form {
      width: 500px; } }

.page-template-page-passwordreset #wpmem_login #wpmem_login_form {
  display: none; }

#wpmem_login_form fieldset {
  margin-bottom: 10px !important; }

#wpmem_pwdreset_form, #wpmem_profile_form, #wpmem_pwdchange_form {
  color: #001432; }
  #wpmem_pwdreset_form .link-text, #wpmem_profile_form .link-text, #wpmem_pwdchange_form .link-text {
    display: none; }
  #wpmem_pwdreset_form fieldset .receiveEmails, #wpmem_profile_form fieldset .receiveEmails, #wpmem_pwdchange_form fieldset .receiveEmails {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    width: 100%; }
    #wpmem_pwdreset_form fieldset .receiveEmails label, #wpmem_profile_form fieldset .receiveEmails label, #wpmem_pwdchange_form fieldset .receiveEmails label {
      width: unset;
      padding-top: 3px; }
    #wpmem_pwdreset_form fieldset .receiveEmails .div_checkbox, #wpmem_profile_form fieldset .receiveEmails .div_checkbox, #wpmem_pwdchange_form fieldset .receiveEmails .div_checkbox {
      width: unset; }
  #wpmem_pwdreset_form fieldset legend, #wpmem_profile_form fieldset legend, #wpmem_pwdchange_form fieldset legend {
    font-family: 'Franklin-Heavy';
    margin-bottom: 4rem;
    font-size: 3.2rem;
    line-height: 3.2rem;
    text-transform: uppercase; }
  #wpmem_pwdreset_form fieldset .div_text, #wpmem_pwdreset_form fieldset .div_select, #wpmem_profile_form fieldset .div_text, #wpmem_profile_form fieldset .div_select, #wpmem_pwdchange_form fieldset .div_text, #wpmem_pwdchange_form fieldset .div_select {
    width: 100%; }
  #wpmem_pwdreset_form fieldset .button_div, #wpmem_profile_form fieldset .button_div, #wpmem_pwdchange_form fieldset .button_div {
    width: 100%;
    text-align: left; }
    #wpmem_pwdreset_form fieldset .button_div label[for="rememberme"], #wpmem_profile_form fieldset .button_div label[for="rememberme"], #wpmem_pwdchange_form fieldset .button_div label[for="rememberme"] {
      display: inline; }
  #wpmem_pwdreset_form fieldset label, #wpmem_profile_form fieldset label, #wpmem_pwdchange_form fieldset label {
    text-align: left;
    display: block;
    width: 100%;
    margin-top: 20px; }
    #wpmem_pwdreset_form fieldset label.error, #wpmem_profile_form fieldset label.error, #wpmem_pwdchange_form fieldset label.error {
      color: #ff0000;
      font-size: 1.2rem;
      margin-top: 0; }
    #wpmem_pwdreset_form fieldset label.checkbox, #wpmem_profile_form fieldset label.checkbox, #wpmem_pwdchange_form fieldset label.checkbox {
      margin-top: 0; }
  #wpmem_pwdreset_form fieldset input, #wpmem_profile_form fieldset input, #wpmem_pwdchange_form fieldset input {
    padding: 7px 4px;
    text-align: left;
    display: block;
    width: 100%; }
    #wpmem_pwdreset_form fieldset input:focus, #wpmem_profile_form fieldset input:focus, #wpmem_pwdchange_form fieldset input:focus {
      border: solid 2px #38b6df; }
    #wpmem_pwdreset_form fieldset input[type="checkbox"], #wpmem_profile_form fieldset input[type="checkbox"], #wpmem_pwdchange_form fieldset input[type="checkbox"] {
      display: inline;
      position: relative;
      width: 20px;
      height: 20px;
      top: 5px;
      margin-right: 10px; }
    #wpmem_pwdreset_form fieldset input[type="submit"], #wpmem_profile_form fieldset input[type="submit"], #wpmem_pwdchange_form fieldset input[type="submit"] {
      width: 200px;
      text-align: center;
      margin: 20px auto;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-color: #00457C;
      color: #fff;
      border: 0;
      padding: 15px 0;
      cursor: pointer; }
    #wpmem_pwdreset_form fieldset input.error, #wpmem_profile_form fieldset input.error, #wpmem_pwdchange_form fieldset input.error {
      background-image: url(../img/error.png);
      background-repeat: no-repeat;
      background-position: right center; }

.logout {
  padding-top: 1.4rem; }
  @media (min-width: 1024px) {
    .logout {
      position: absolute;
      right: 20px; } }
  .logout a, .logout a:visited, .logout a:hover, .logout a:active {
    color: #55BEE6; }

#pass-strength-result {
  background-color: #fff; }

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  text-align: left !important; }

.selectize-dropdown {
  text-align: left !important; }
  .selectize-dropdown .selectize-dropdown-content {
    max-height: 300px; }

.button_div {
  width: 100%;
  text-align: center; }
  .button_div input[type="submit"] {
    width: 200px;
    text-align: center;
    margin: 20px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #00457C;
    color: #fff;
    border: 0;
    padding: 15px 0;
    cursor: pointer; }

.delete .deleteHide {
  display: none; }

.contact-details #ContactUs {
  display: none; }

.contactus .hero.static {
  margin-bottom: 3.4rem;
  padding-top: 270px;
  /*
		picture img {
			width: auto;
			height: 100%;
			position: relative;
    		left: 50%;
    		transform: translateX(-50%);
		}*/ }
  @media (min-width: 1024px) {
    .contactus .hero.static {
      padding-top: 200px; } }
  .contactus .hero.static p.tag {
    display: none; }
  .contactus .hero.static img {
    width: 100%;
    height: auto; }

.contactus .wsf-alert {
  max-width: 1275px;
  text-align: center;
  margin: 0 auto 30px; }

.contactus .wsf-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 10px;
  margin-bottom: 80px; }
  @media (min-width: 768px) {
    .contactus .wsf-form {
      padding: 0 50px;
      margin-bottom: 110px; } }
  .contactus .wsf-form .wsf-label {
    color: #001432; }
  .contactus .wsf-form .wsf-required-wrapper .wsf-text-danger {
    color: #001432; }
  .contactus .wsf-form select.wsf-field ~ .select2-container .select2-selection--single,
  .contactus .wsf-form select.wsf-field ~ .select2-container .select2-selection--multiple,
  .contactus .wsf-form input[type="date"].wsf-field,
  .contactus .wsf-form input[type="datetime-local"].wsf-field,
  .contactus .wsf-form input[type="file"].wsf-field,
  .contactus .wsf-form input[type="month"].wsf-field,
  .contactus .wsf-form input[type="password"].wsf-field,
  .contactus .wsf-form input[type="search"].wsf-field,
  .contactus .wsf-form input[type="time"].wsf-field,
  .contactus .wsf-form input[type="week"].wsf-field,
  .contactus .wsf-form input[type="email"].wsf-field,
  .contactus .wsf-form input[type="number"].wsf-field,
  .contactus .wsf-form input[type="tel"].wsf-field,
  .contactus .wsf-form input[type="text"].wsf-field,
  .contactus .wsf-form input[type="url"].wsf-field,
  .contactus .wsf-form select.wsf-field,
  .contactus .wsf-form textarea.wsf-field {
    border: 1px solid #4e4e4e;
    border-radius: 0; }
    .contactus .wsf-form select.wsf-field ~ .select2-container .select2-selection--single::placeholder,
    .contactus .wsf-form select.wsf-field ~ .select2-container .select2-selection--multiple::placeholder,
    .contactus .wsf-form input[type="date"].wsf-field::placeholder,
    .contactus .wsf-form input[type="datetime-local"].wsf-field::placeholder,
    .contactus .wsf-form input[type="file"].wsf-field::placeholder,
    .contactus .wsf-form input[type="month"].wsf-field::placeholder,
    .contactus .wsf-form input[type="password"].wsf-field::placeholder,
    .contactus .wsf-form input[type="search"].wsf-field::placeholder,
    .contactus .wsf-form input[type="time"].wsf-field::placeholder,
    .contactus .wsf-form input[type="week"].wsf-field::placeholder,
    .contactus .wsf-form input[type="email"].wsf-field::placeholder,
    .contactus .wsf-form input[type="number"].wsf-field::placeholder,
    .contactus .wsf-form input[type="tel"].wsf-field::placeholder,
    .contactus .wsf-form input[type="text"].wsf-field::placeholder,
    .contactus .wsf-form input[type="url"].wsf-field::placeholder,
    .contactus .wsf-form select.wsf-field::placeholder,
    .contactus .wsf-form textarea.wsf-field::placeholder {
      color: #b4b4b4; }
  .contactus .wsf-form .wsf-invalid-feedback {
    font-size: 1rem;
    line-height: 1.8rem;
    color: #f00; }
  .contactus .wsf-form input[type="checkbox"].wsf-field + label.wsf-label:before {
    border-radius: 0;
    border-color: #001432; }
  .contactus .wsf-form.wsf-validated input[type="date"].wsf-field:invalid,
  .contactus .wsf-form.wsf-validated input[type="datetime-local"].wsf-field:invalid,
  .contactus .wsf-form.wsf-validated input[type="file"].wsf-field:invalid,
  .contactus .wsf-form.wsf-validated input[type="month"].wsf-field:invalid,
  .contactus .wsf-form.wsf-validated input[type="password"].wsf-field:invalid,
  .contactus .wsf-form.wsf-validated input[type="search"].wsf-field:invalid,
  .contactus .wsf-form.wsf-validated input[type="time"].wsf-field:invalid,
  .contactus .wsf-form.wsf-validated input[type="week"].wsf-field:invalid,
  .contactus .wsf-form.wsf-validated input[type="email"].wsf-field:invalid,
  .contactus .wsf-form.wsf-validated input[type="number"].wsf-field:invalid,
  .contactus .wsf-form.wsf-validated input[type="tel"].wsf-field:invalid,
  .contactus .wsf-form.wsf-validated input[type="text"].wsf-field:invalid,
  .contactus .wsf-form.wsf-validated input[type="url"].wsf-field:invalid,
  .contactus .wsf-form.wsf-validated select.wsf-field:invalid,
  .contactus .wsf-form.wsf-validated textarea.wsf-field:invalid {
    border-color: #f00; }
    .contactus .wsf-form.wsf-validated input[type="date"].wsf-field:invalid:after,
    .contactus .wsf-form.wsf-validated input[type="datetime-local"].wsf-field:invalid:after,
    .contactus .wsf-form.wsf-validated input[type="file"].wsf-field:invalid:after,
    .contactus .wsf-form.wsf-validated input[type="month"].wsf-field:invalid:after,
    .contactus .wsf-form.wsf-validated input[type="password"].wsf-field:invalid:after,
    .contactus .wsf-form.wsf-validated input[type="search"].wsf-field:invalid:after,
    .contactus .wsf-form.wsf-validated input[type="time"].wsf-field:invalid:after,
    .contactus .wsf-form.wsf-validated input[type="week"].wsf-field:invalid:after,
    .contactus .wsf-form.wsf-validated input[type="email"].wsf-field:invalid:after,
    .contactus .wsf-form.wsf-validated input[type="number"].wsf-field:invalid:after,
    .contactus .wsf-form.wsf-validated input[type="tel"].wsf-field:invalid:after,
    .contactus .wsf-form.wsf-validated input[type="text"].wsf-field:invalid:after,
    .contactus .wsf-form.wsf-validated input[type="url"].wsf-field:invalid:after,
    .contactus .wsf-form.wsf-validated select.wsf-field:invalid:after,
    .contactus .wsf-form.wsf-validated textarea.wsf-field:invalid:after {
      display: block;
      position: absolute;
      right: 3px;
      top: 3px;
      height: 20px;
      width: 20px;
      border-radius: 20px;
      border: 1px solid #f00;
      content: "!";
      color: #f00; }
  .contactus .wsf-form .wsf-button {
    border-radius: 0;
    line-height: 2.38;
    letter-spacing: 0.96px; }
  .contactus .wsf-form .recaptcha-centre .wsf-field div {
    margin: 0 auto; }
  .contactus .wsf-form .recaptcha-centre .wsf-invalid-feedback {
    text-align: center; }

.contactus h2 {
  text-align: center; }

.contactus .sales h2 {
  text-transform: none; }

.contactus .sales a {
  font-size: inherit;
  text-decoration: underline; }
  .contactus .sales a:after {
    display: none; }

.contactus .block-content-image {
  max-width: 1275px;
  margin: 0 auto;
  overflow: hidden; }
  .contactus .block-content-image.align-right .scale-container {
    order: 1; }
  .contactus .block-content-image.align-right .content {
    order: 2; }
  .contactus .block-content-image.block-theme-1 {
    margin: 0 auto 7.1rem; }
    .contactus .block-content-image.block-theme-1 .content a {
      color: #001432;
      text-decoration: underline; }
  .contactus .block-content-image.block-theme-2 {
    margin: 0 auto 7.1rem;
    background: #f5f5f5;
    color: #000; }
    .contactus .block-content-image.block-theme-2 .content a {
      color: #0AB4DC;
      text-decoration: underline; }
  .contactus .block-content-image.sales .content .text h3 {
    margin-bottom: 4rem; }
  .contactus .block-content-image.sales .content .text p {
    margin: 1rem 0; }
  .contactus .block-content-image.block-theme-3 {
    margin: 0 auto 7.1rem;
    background: #001432;
    color: #fff; }
    .contactus .block-content-image.block-theme-3 .content a {
      color: #fff;
      text-decoration: none; }
      .contactus .block-content-image.block-theme-3 .content a.email {
        display: block;
        color: #0AB4DC;
        text-decoration: underline; }
  .contactus .block-content-image .content {
    position: relative;
    overflow: hidden; }
    .contactus .block-content-image .content .text {
      margin: 1.8rem 0;
      padding: 0 2rem; }
      .contactus .block-content-image .content .text h3,
      .contactus .block-content-image .content .text p {
        margin: 0;
        font-size: 1.6rem;
        line-height: 2.2rem;
        text-align: left; }
      .contactus .block-content-image .content .text h3 {
        font-family: "Franklin-Heavy"; }
      .contactus .block-content-image .content .text ul li {
        margin-bottom: 0.7rem;
        list-style: none;
        position: relative;
        font-size: 1.6rem; }
        .contactus .block-content-image .content .text ul li:last-child {
          margin-bottom: 0; }
        .contactus .block-content-image .content .text ul li:before {
          content: "";
          position: absolute;
          top: 0;
          left: -3.7rem;
          width: 1.8rem;
          height: 1.8rem;
          background: url(../img/check.svg) no-repeat center; }
      .contactus .block-content-image .content .text.terms {
        max-width: 46rem; }
        .contactus .block-content-image .content .text.terms p {
          font-size: 1.2rem;
          line-height: 2rem;
          letter-spacing: 0.12px; }
  .contactus .block-content-image .img {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden; }
    .contactus .block-content-image .img img {
      width: auto;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }

.contactus .wrapper {
  position: relative;
  max-width: 100%; }
  .contactus .wrapper .filter {
    position: absolute;
    top: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 37.5rem;
    width: 100%;
    height: 5.2rem;
    overflow: hidden;
    margin: 0 auto;
    z-index: 2; }
    .contactus .wrapper .filter .dropdown {
      position: absolute;
      top: 0;
      left: -1rem;
      width: 100%;
      padding: 5.4rem 1rem 1rem 1rem;
      background: #001432; }
      .contactus .wrapper .filter .dropdown a {
        display: none;
        width: 100%;
        padding: 1rem;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none; }
        .contactus .wrapper .filter .dropdown a:hover {
          background: #fff;
          color: #001432;
          cursor: pointer; }
        .contactus .wrapper .filter .dropdown a.selected {
          display: block;
          position: absolute;
          top: 1rem;
          left: 0.7rem;
          padding-right: 2rem; }
          .contactus .wrapper .filter .dropdown a.selected:hover {
            background: #001432;
            color: #fff; }
      .contactus .wrapper .filter .dropdown:after {
        content: "";
        position: absolute;
        top: 2.5rem;
        right: 0.4rem;
        width: 8px;
        height: 8px;
        transform: rotate(45deg) translateY(-50%);
        border: 2px solid #fff;
        border-left: 2px solid transparent;
        border-top: 2px solid transparent; }
    .contactus .wrapper .filter.open {
      height: auto;
      overflow: visible; }
      .contactus .wrapper .filter.open a {
        display: block; }

.contactus .office-wrapper {
  display: block;
  margin: 2.9rem auto 3px;
  padding: 8.7rem 2.5rem 5.2rem;
  background: #001432; }
  .contactus .office-wrapper .offices {
    max-width: 1440px;
    margin: 0 auto; }
    .contactus .office-wrapper .offices .office-details {
      display: none;
      width: 100%;
      margin-bottom: 2rem;
      padding: 3.1rem 4.4rem 2.6rem 6.6rem;
      background: #fff;
      position: relative; }
      .contactus .office-wrapper .offices .office-details:before {
        content: "";
        position: absolute;
        top: 3rem;
        left: 3.5rem;
        width: 3px;
        height: 70%;
        background: #001432; }
      .contactus .office-wrapper .offices .office-details h3,
      .contactus .office-wrapper .offices .office-details p {
        margin: 0; }
      .contactus .office-wrapper .offices .office-details a {
        text-decoration: underline;
        color: #00467D; }
      .contactus .office-wrapper .offices .office-details.selected {
        display: inline-block; }

@media (min-width: 320px) {
  .contactus .wrapper .filter .dropdown {
    left: 0; }
    .contactus .wrapper .filter .dropdown:after {
      right: 3rem; }
    .contactus .wrapper .filter .dropdown a.selected {
      left: 1.5rem;
      width: 90%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .contactus .wrapper .filter.open .dropdown {
    left: 0; }
    .contactus .wrapper .filter.open .dropdown a {
      padding-left: 1.5rem; }
      .contactus .wrapper .filter.open .dropdown a.selected {
        padding-left: 1rem; } }

@media (min-width: 768px) {
  .contactus .block-content-image {
    display: flex;
    height: 435px;
    margin-top: -2rem; }
    .contactus .block-content-image .scale-container,
    .contactus .block-content-image .content {
      flex-grow: 1;
      width: 50%; }
    .contactus .block-content-image .content {
      padding: 2rem 2.8rem;
      display: flex;
      flex-direction: column;
      justify-content: space-around; }
      .contactus .block-content-image .content .text {
        margin: 0;
        padding: 0 0 1rem 0; }
    .contactus .block-content-image .img {
      padding-bottom: 69%;
      min-height: 100%; }
  .contactus .office-wrapper {
    margin-top: 0;
    padding: 8.7rem 1rem 5.2rem; }
    .contactus .office-wrapper .offices {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding: 0; }
      .contactus .office-wrapper .offices .office-details {
        width: 47%;
        margin: 0 1rem 2rem; } }

@media (min-width: 1024px) {
  .contactus .block-content-image .img {
    padding-bottom: 69%;
    min-height: 100%; }
  .contactus .block-content-image .content {
    padding: 2rem 5.8rem; }
  .contactus .wrapper .filter {
    overflow: visible;
    max-width: 100%;
    width: fit-content;
    position: static;
    top: 0;
    left: 0;
    height: auto;
    margin-top: 4.4rem;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); }
    .contactus .wrapper .filter .dropdown {
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%);
      padding: 0;
      display: flex;
      background: transparent;
      max-width: 1270px;
      flex-wrap: nowrap; }
      .contactus .wrapper .filter .dropdown a,
      .contactus .wrapper .filter .dropdown a.selected {
        display: inline-block;
        width: auto;
        position: relative;
        top: 0;
        left: 0;
        margin: 0 -2px;
        padding: 1.35rem 3.25rem;
        color: #001432;
        background: #fff;
        white-space: pre-wrap;
        text-overflow: initial; }
        .contactus .wrapper .filter .dropdown a:hover,
        .contactus .wrapper .filter .dropdown a.selected:hover {
          color: #fff;
          background: #0AB4DC; }
      .contactus .wrapper .filter .dropdown a.selected {
        color: #fff;
        background: #001432; }
        .contactus .wrapper .filter .dropdown a.selected:hover {
          color: #fff;
          background: #001432; }
      .contactus .wrapper .filter .dropdown:after {
        display: none; }
    .contactus .wrapper .filter.open .dropdown {
      left: 50%; }
      .contactus .wrapper .filter.open .dropdown a,
      .contactus .wrapper .filter.open .dropdown a.selected {
        padding-left: 3.25rem; }
  .contactus .office-wrapper .offices .office-details {
    width: 31.3%;
    max-width: 41rem; } }

@media (min-width: 1440px) {
  .contactus .wrapper .filter .dropdown a,
  .contactus a.selected {
    font-size: 2rem;
    line-height: 2.6rem; } }

.size-1, .edit-post-visual-editor.editor-styles-wrapper h1, h1 {
  font-size: 3.4rem;
  line-height: 4rem; }
  @media (min-width: 1024px) {
    .size-1, .edit-post-visual-editor.editor-styles-wrapper h1, h1 {
      font-size: 4.2rem;
      line-height: 4.8rem; } }

.size-2, .edit-post-visual-editor.editor-styles-wrapper h2, h2 {
  font-size: 2.4rem;
  line-height: 3rem; }
  @media (min-width: 1024px) {
    .size-2, .edit-post-visual-editor.editor-styles-wrapper h2, h2 {
      font-size: 3.2rem;
      line-height: 3.8rem; } }

.size-3, .edit-post-visual-editor.editor-styles-wrapper h3, h3 {
  font-size: 2.1rem;
  line-height: 2.6rem; }
  @media (min-width: 1024px) {
    .size-3, .edit-post-visual-editor.editor-styles-wrapper h3, h3 {
      font-size: 2.2rem;
      line-height: 2.8rem; } }

.size-4, .hero .content p, .edit-post-visual-editor.editor-styles-wrapper h4, h4 {
  font-size: 1.8rem;
  line-height: 2.4rem; }

.size-5, .edit-post-visual-editor.editor-styles-wrapper body, .edit-post-visual-editor.editor-styles-wrapper #navigation a, body, #navigation a {
  font-size: 1.6rem;
  line-height: 2.2rem; }

.size-6, .wrapper #breadcrumbs .separator, .edit-post-visual-editor.editor-styles-wrapper .support, .support {
  font-size: 1.4rem;
  line-height: 2rem; }

.size-7, .edit-post-visual-editor.editor-styles-wrapper .footnote, .footnote {
  font-size: 1.2rem;
  line-height: 1.8rem; }

h1 {
  font-family: 'Franklin-Heavy'; }

h2 {
  font-family: 'Franklin-Heavy'; }

h3 {
  font-family: 'Franklin-Heavy'; }

h4 {
  font-family: 'Franklin-Heavy'; }

body {
  font-family: 'Franklin-Book'; }

.support {
  font-family: 'Franklin-Book'; }

.footnote {
  font-family: 'Franklin-Book'; }

a {
  font-family: inherit; }

.wp-block .pagination {
  text-align: center;
  margin-bottom: 5rem; }
  .wp-block .pagination .next, .wp-block .pagination .prev {
    background-color: #00467D;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 1rem;
    margin: 0 1rem; }
    .wp-block .pagination .next a, .wp-block .pagination .prev a {
      color: #fff;
      text-decoration: none; }
  .wp-block .pagination .page-numbers {
    display: inline-block;
    font-size: 1.7rem;
    line-height: 1.7rem;
    border-right: 1px solid #001432;
    padding: 0 0.5rem; }
    .wp-block .pagination .page-numbers:last-child {
      border-right: 0; }
  .wp-block .pagination .current {
    opacity: 0.4; }

.wp-block .page-pagination {
  display: flex;
  justify-content: space-between; }
  .wp-block .page-pagination div {
    margin-bottom: 2rem; }
    .wp-block .page-pagination div a {
      background-color: #00467D;
      color: #fff;
      text-decoration: none;
      padding: 1rem;
      display: inline-block; }

.tabsWrapper .tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .tabsWrapper .tabs .tab {
    font-size: 2rem;
    line-height: 2.6rem;
    text-transform: uppercase;
    padding: 1.35rem 3.25rem;
    cursor: pointer; }
    .tabsWrapper .tabs .tab:hover {
      background: #55BEE6;
      color: #fff; }
    .tabsWrapper .tabs .tab.selected {
      color: #fff;
      background: #001432; }

.tabsBodyWrapper {
  background-color: #001432;
  border-bottom: 1px solid #fff;
  padding: 1em 0 3em; }
  .tabsBodyWrapper .tabBodys .tabBody {
    display: none;
    color: white; }
    .tabsBodyWrapper .tabBodys .tabBody.selected {
      display: block; }
      .tabsBodyWrapper .tabBodys .tabBody.selected .flex {
        display: flex;
        flex-wrap: wrap; }
        @media (min-width: 768px) {
          .tabsBodyWrapper .tabBodys .tabBody.selected .flex {
            flex-wrap: nowrap; } }
    .tabsBodyWrapper .tabBodys .tabBody .link {
      width: 100%;
      padding: 2em 0;
      text-align: center; }
      .tabsBodyWrapper .tabBodys .tabBody .link .cta {
        background: #fff;
        color: #00467D; }
    .tabsBodyWrapper .tabBodys .tabBody .tabImage {
      margin-right: 1em; }
    .tabsBodyWrapper .tabBodys .tabBody .tabCopy a {
      color: #fff; }
      .tabsBodyWrapper .tabBodys .tabBody .tabCopy a:hover, .tabsBodyWrapper .tabBodys .tabBody .tabCopy a:visited {
        color: #fff; }

.careers-template .careers-container {
  width: 100%;
  background-color: #001432;
  display: flex;
  flex-wrap: wrap;
  color: #fff; }
  .careers-template .careers-container .show-more {
    position: relative;
    cursor: pointer;
    width: 100%;
    text-align: center;
    text-decoration: underline; }
    .careers-template .careers-container .show-more span {
      position: relative; }
      .careers-template .careers-container .show-more span::after {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        right: -20px;
        top: 4px;
        transform: rotate(135deg); }
      .careers-template .careers-container .show-more span.show-less::after {
        transform: rotate(-45deg);
        top: 8px; }
  .careers-template .careers-container .careers-copy,
  .careers-template .careers-container .careers-list {
    width: 100%; }
    @media (min-width: 1024px) {
      .careers-template .careers-container .careers-copy,
      .careers-template .careers-container .careers-list {
        width: 50%; } }
    .careers-template .careers-container .careers-copy ol,
    .careers-template .careers-container .careers-list ol {
      list-style-type: none;
      margin-left: 0;
      padding-left: 0;
      margin-top: 3.4rem; }
      .careers-template .careers-container .careers-copy ol:first-child,
      .careers-template .careers-container .careers-list ol:first-child {
        counter-reset: customlistcounter; }
      .careers-template .careers-container .careers-copy ol li,
      .careers-template .careers-container .careers-list ol li {
        counter-increment: customlistcounter;
        margin-bottom: 15px;
        line-height: 30px;
        font-weight: bold; }
        .careers-template .careers-container .careers-copy ol li:before,
        .careers-template .careers-container .careers-list ol li:before {
          content: counter(customlistcounter) " ";
          background-color: #0AB4DC;
          margin-right: 10px;
          font-weight: bold;
          float: left;
          width: 30px;
          height: 30px;
          line-height: 30px;
          text-align: center;
          color: #001432;
          font-size: 2rem; }
  .careers-template .careers-container .careers-copy {
    padding: 0 4rem 0; }
    .careers-template .careers-container .careers-copy a,
    .careers-template .careers-container .careers-copy a:hover,
    .careers-template .careers-container .careers-copy a:visited {
      color: #fff; }
    @media (min-width: 1024px) {
      .careers-template .careers-container .careers-copy {
        padding: 0 4rem 3.4rem; } }
  .careers-template .careers-container .careers-list {
    padding-left: 4rem; }
    @media (min-width: 1024px) {
      .careers-template .careers-container .careers-list {
        padding-left: 0; } }
    .careers-template .careers-container .careers-list ol {
      display: none; }
      @media (min-width: 1024px) {
        .careers-template .careers-container .careers-list ol {
          display: block; } }
    .careers-template .careers-container .careers-list .list-container {
      position: relative;
      padding-right: 4rem;
      padding-bottom: 4rem; }

@keyframes show {
  0% {
    height: 0;
    opacity: 0; }
  50% {
    height: 66px;
    opacity: 0; }
  100% {
    opacity: 1; } }
      .careers-template .careers-container .careers-list .list-container .country {
        background-color: #fff; }
        .careers-template .careers-container .careers-list .list-container .country.show {
          animation-name: show;
          animation-duration: 1s; }
        .careers-template .careers-container .careers-list .list-container .country.dont-show {
          display: none; }
      .careers-template .careers-container .careers-list .list-container .selected-country .country-container,
      .careers-template .careers-container .careers-list .list-container .country .country-container,
      .careers-template .careers-container .careers-list .list-container .career {
        background-color: #fff;
        color: #001432;
        height: 60px;
        position: relative;
        padding-left: 20px;
        cursor: pointer; }
      .careers-template .careers-container .careers-list .list-container .selected-country .country-container {
        border: 3px solid #0AB4DC; }
        .careers-template .careers-container .careers-list .list-container .selected-country .country-container .name {
          line-height: 54px;
          font-weight: bold; }
      .careers-template .careers-container .careers-list .list-container .flag {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        width: 25px;
        height: 25px;
        border-radius: 12.5px;
        background-size: auto 100%;
        background-position: center;
        box-shadow: inset 0 0 6px #000000; }
      .careers-template .careers-container .careers-list .list-container .name {
        position: relative;
        display: inline-block;
        font-size: 1.6rem;
        line-height: 60px;
        padding-left: 35px;
        width: 100%; }
        .careers-template .careers-container .careers-list .list-container .name:after {
          position: absolute;
          content: "";
          width: 10px;
          height: 10px;
          border-top: 1px solid #000;
          border-right: 1px solid #000;
          transform: rotate(45deg);
          right: 15px;
          top: 24px;
          transition: 0.5s; }
        .careers-template .careers-container .careers-list .list-container .name.active:after {
          transform: rotate(135deg); }
      .careers-template .careers-container .careers-list .list-container .country-list,
      .careers-template .careers-container .careers-list .list-container .sub-careers-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .careers-template .careers-container .careers-list .list-container .country-list .country,
        .careers-template .careers-container .careers-list .list-container .country-list .career,
        .careers-template .careers-container .careers-list .list-container .sub-careers-container .country,
        .careers-template .careers-container .careers-list .list-container .sub-careers-container .career {
          width: 100%;
          margin-bottom: 15px;
          border: 3px solid #fff; }
          @media (min-width: 768px) {
            .careers-template .careers-container .careers-list .list-container .country-list .country,
            .careers-template .careers-container .careers-list .list-container .country-list .career,
            .careers-template .careers-container .careers-list .list-container .sub-careers-container .country,
            .careers-template .careers-container .careers-list .list-container .sub-careers-container .career {
              width: 49%; } }
      .careers-template .careers-container .careers-list .list-container .country-list {
        margin-top: 30px; }
        .careers-template .careers-container .careers-list .list-container .country-list .country {
          transition: 1s; }
          .careers-template .careers-container .careers-list .list-container .country-list .country.hide {
            display: none !important; }
          .careers-template .careers-container .careers-list .list-container .country-list .country .careers-list {
            display: none; }
      .careers-template .careers-container .careers-list .list-container .sub-careers-list {
        display: none;
        padding-top: 15px; }
        .careers-template .careers-container .careers-list .list-container .sub-careers-list .sub-careers-container .career {
          display: flex;
          justify-content: space-between; }
          .careers-template .careers-container .careers-list .list-container .sub-careers-list .sub-careers-container .career .section,
          .careers-template .careers-container .careers-list .list-container .sub-careers-list .sub-careers-container .career .type {
            line-height: 54px;
            font-size: 1.5rem; }
          .careers-template .careers-container .careers-list .list-container .sub-careers-list .sub-careers-container .career .section {
            width: 45%;
            font-weight: bold; }
          .careers-template .careers-container .careers-list .list-container .sub-careers-list .sub-careers-container .career .type {
            position: relative;
            width: 55%;
            padding-right: 30px;
            text-align: right; }
            .careers-template .careers-container .careers-list .list-container .sub-careers-list .sub-careers-container .career .type:after {
              position: absolute;
              content: "";
              width: 10px;
              height: 10px;
              border-top: 1px solid #000;
              border-right: 1px solid #000;
              transform: rotate(45deg);
              right: 15px;
              top: 22px; }

#modal-layer {
  z-index: 100;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8); }
  #modal-layer .container {
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("/wp-content/themes/canpack-theme/dist/img/modal-bg.jpg");
    background-size: cover;
    background-position: center center; }
    @media (min-width: 768px) {
      #modal-layer .container {
        max-width: 80rem;
        width: 50%;
        min-height: 50rem; } }
    #modal-layer .container .close {
      position: absolute;
      text-align: center;
      font-size: 15px;
      line-height: 25px;
      color: #ffffff;
      width: 25px;
      height: 25px;
      background-color: #001432;
      top: 10px;
      right: 10px;
      cursor: pointer; }
    #modal-layer .container .content {
      text-align: center;
      width: 90%;
      margin: 20% auto; }

.latest-wrapper {
  text-align: center; }
  .latest-wrapper .block-columns .column {
    margin: 2rem 0; }
    .latest-wrapper .block-columns .column .content {
      padding: 1.8rem 2rem 1rem; }
      .latest-wrapper .block-columns .column .content p.tag {
        font-size: 1.2rem;
        line-height: 1.8rem;
        color: #b4b4b4;
        text-transform: uppercase;
        font-family: "Franklin-Heavy"; }
      .latest-wrapper .block-columns .column .content p.date {
        margin: 0 auto;
        font-size: 1.2rem;
        line-height: 1.8rem; }
      .latest-wrapper .block-columns .column .content h3 {
        margin: 0.4rem 0 0;
        padding-bottom: 1rem;
        font-size: 2rem;
        line-height: 2.6rem;
        text-transform: uppercase; }
        .latest-wrapper .block-columns .column .content h3 a {
          text-decoration: none; }
          .latest-wrapper .block-columns .column .content h3 a:hover {
            text-decoration: underline; }
          .latest-wrapper .block-columns .column .content h3 a:after {
            display: none; }
  .latest-wrapper .cta {
    margin: 0 auto 2rem; }

@media (min-width: 768px) {
  .latest-wrapper .block-columns .column {
    margin: 0rem 1rem 2rem; }
    .latest-wrapper .block-columns .column h3 {
      font-size: 1.8rem;
      line-height: 2.2rem; } }

@media (min-width: 1024px) {
  .latest-wrapper .block-columns {
    margin: 0; }
    .latest-wrapper .block-columns .column .content {
      padding: 1.7rem 3.8rem 0.9rem; }
      .latest-wrapper .block-columns .column .content h3 {
        font-size: 2.2rem;
        line-height: 2.8rem; }
  .latest-wrapper .cta {
    margin: 5.2rem auto 8.4rem; } }

*,
*:before,
*:after {
  box-sizing: border-box; }

:focus {
  outline-style: dotted;
  outline-color: #1A5632;
  outline-width: thin; }

html,
body {
  overflow-x: hidden; }

html {
  font-size: 10px; }

body {
  font-size: 1.6rem;
  color: #001432;
  background: #fff;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.hidecookiepolicy #cookies {
    display: none; }
  body.showCookies #cookies {
    display: block; }
  body.nav-open {
    height: 100%;
    overflow: hidden; }
    @media (min-width: 1024px) {
      body.nav-open {
        height: auto;
        overflow: auto; } }
  body .contact-details {
    overflow-x: auto; }

.clearfix {
  overflow: auto; }
  .clearfix::after {
    content: "";
    clear: both;
    display: table; }

.anchor p {
  display: none; }

#cookies {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: #00467D;
  z-index: 4; }
  #cookies .wrapper {
    position: relative;
    padding: 2.6rem 2rem; }
    @media (min-width: 1024px) {
      #cookies .wrapper {
        padding: 2.6rem 4.1rem; } }
    @media (min-width: 1440px) {
      #cookies .wrapper {
        padding: 2.6rem 8.5rem; } }
    @media (min-width: 768px) {
      #cookies .wrapper .text {
        max-width: 60%; } }
    @media (min-width: 1024px) {
      #cookies .wrapper .text {
        max-width: 70%; } }
    #cookies .wrapper .text h2,
    #cookies .wrapper .text p {
      font-family: "Franklin-Heavy"; }
    #cookies .wrapper .text h2 {
      margin: 0;
      font-size: 2.2rem;
      line-height: 2.8rem; }
    @media (min-width: 1024px) {
      #cookies .wrapper .text p {
        margin: 0; } }
    #cookies .wrapper .text a {
      color: #0AB4DC;
      text-decoration: underline; }
    #cookies .wrapper .cta {
      display: block; }
      @media (min-width: 768px) {
        #cookies .wrapper .cta {
          display: inline-block;
          position: absolute;
          top: 50%;
          right: 3.5rem;
          transform: translateY(-50%); } }
      @media (min-width: 1024px) {
        #cookies .wrapper .cta {
          right: 8.5rem; } }
    #cookies .wrapper .close {
      position: absolute;
      top: -2.5rem;
      right: 0;
      width: 4.7rem;
      height: 4.7rem;
      background-image: url(../img/cookie-close-icon.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-color: transparent;
      border: none;
      padding: 0; }
      @media (min-width: 1024px) {
        #cookies .wrapper .close {
          right: 1.9rem; } }

#ContactUs {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background-image: url(../img/chat-icon.svg);
  background-size: contain;
  z-index: 3; }
  #ContactUs:hover {
    cursor: pointer; }

@media (min-width: 768px) {
  #ContactUs {
    display: block;
    width: 7.5rem;
    height: 7.5rem; } }

@media (min-width: 1024px) {
  #ContactUs {
    bottom: 30px;
    right: 30px;
    width: 9.8rem;
    height: 9.8rem; } }

html.ie #navigation {
  overflow: hidden; }
  html.ie #navigation.open {
    height: 290px; }

html.ie #navigation > ul {
  position: relative !important;
  min-width: 900px; }

@media all and (min-width: 1024px) {
  html.ie .wrapper header #navigation div.sub-menu .intro {
    width: 300px; } }

html.ie .receiveEmails .checkbox {
  margin-top: 0 !important; }

html.ie .receiveEmails .div_checkbox {
  width: 10% !important; }
