﻿@charset "UTF-8";
@import url("https://use.typekit.net/exb8ifx.css");


.black-background {
  background-color: #000; }

.black-color {
  color: #000; }

.black-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #000;
  box-shadow: inset 0 123px 190px -30px #000; }

.white-background {
  background-color: #fff; }

.white-color {
  color: #fff; }

.white-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #fff;
  box-shadow: inset 0 123px 190px -30px #fff; }

.pad-lg-top {
  padding-top: 60px; }
  @media screen and (max-width: 767px) {
    .pad-lg-top {
      padding-top: 25px; } }

.pad-lg-btm {
  padding-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .pad-lg-btm {
      padding-bottom: 25px; } }

.pad-lg-side {
  padding: 0 60px; }
  @media screen and (max-width: 767px) {
    .pad-lg-side {
      padding: 0 25px; } }

.pad-lg {
  padding: 60px; }
  @media screen and (max-width: 767px) {
    .pad-lg {
      padding: 25px; } }

.pad-med-top {
  padding-top: 40px; }

.pad-med-btm {
  padding-bottom: 40px; }

.pad-med-side {
  padding: 0 40px; }

.pad-med {
  padding: 40px; }

.pad-sm-top {
  padding-top: 25px; }

.pad-sm-btm {
  padding-bottom: 25px; }

.pad-sm-side {
  padding: 0 25px; }

.pad-sm {
  padding: 25px; }

/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #F9AE00;
  --secondary: #003C71;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
#TitleHolder *,
#TitleHolder *::before,
#TitleHolder *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

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

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }
/*
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }*/

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #F9AE00;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #ad7900;
    text-decoration: underline; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }
/*
table {
  border-collapse: collapse; }
    */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }
/*
th {
  text-align: inherit; }
    */
label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
 /* @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }*/
 /* @media (min-width: 992px) {*/
    .container {
      max-width: 960px;
      min-width:940px
    } 
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #F9AE00 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #c68a00 !important; }

.bg-secondary {
  background-color: #003C71 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #00213e !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

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

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #F9AE00 !important; }

.border-secondary {
  border-color: #003C71 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

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

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

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

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

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

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #F9AE00 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #c68a00 !important; }

.text-secondary {
  color: #003C71 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #00213e !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-muted {
  color: #6c757d !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

[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 */
/* Icons */
/* 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: 12px;
    width: 12px;
    margin-right: 10px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      display: block;
      height: 10px;
      width: 10px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      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: "•";
        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;
        background-color: transparent;
        border: solid 2px #F9AE00;
        content: '';
        border-radius: 50%;
        width: 10px;
        height: 10px;
        opacity: 1; }
    .slick-dots li.slick-active button:before {
      background-color: #F9AE00; }

.slider--publications .slick-dots {
  text-align: left;
  bottom: 30px; }

.slider--publications .slick-dots li button:before {
  background-color: transparent;
  content: ''; }

.slider--feedback .slick-dots {
  text-align: center;
  bottom: 30px;
  left: 0; }

.slider--feedback .slick-dots li button:before {
  background-color: transparent;
  content: ''; }

.slider--feedback .slick-dots button {
  background-color: white; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.5; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

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

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

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

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

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

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

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0; }

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

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

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

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

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

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

html {
  font-size: 16px; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::-moz-selection {
  background-color: #F9AE00;
  color: #FFFFFF; }

::selection {
  background-color: #F9AE00;
  color: #FFFFFF; }
/*
p {
  font-family: "hk_groteskregular";
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #6A6A6A;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
    */
a {
  font-family: "hk_groteskbold";
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:focus {
    outline: none; }
  a:hover {
    text-decoration: none; }
    a:hover > p {
      color: #F9AE00; }

blockquote {
  padding-left: 20px;
  padding-top: 10px; }
  blockquote:before {
    content: '';
    position: absolute;
    left: 10px;
    width: 50px;
    height: 47px;
    background-image: url(../img/quote.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0; }
  blockquote p {
    font-family: "Brigade";
    font-size: 26px;
    font-style: italic;
    line-height: 34px;
    font-weight: 300;
    letter-spacing: -0.5px;
    color: #003C71; }
  blockquote h3 {
    font-family: "hk_grotesksemibold";
    font-size: 18px;
    line-height: 22px;
    letter-spacing: normal;
    text-transform: none;
    color: #F9AE00; }
  blockquote strong {
    font-weight: 300; }

cite {
  font-family: "hk_grotesksemibold";
  font-size: 18px;
  line-height: 22px;
  color: #F9AE00;
  letter-spacing: normal;
  text-transform: uppercase;
  font-weight: 500; }

.blog-1 blockquote:before {
  top: -40px;
  left: -35px;
  width: 83px;
  height: 68px; }

.blog-2 blockquote:before {
  left: -5px;
  margin-top: -25px; }

.blog-2 .col-lg-6 {
  padding-left: 0;
  padding-right: 0; }

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

.intro {
  font-family: "hk_grotesksemibold";
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: #4B4B4B; }

.pdf_and_image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 220px;
  margin: 0px 15px 30px 0px; }
  .pdf_and_image img {
    display: block;
    margin-bottom: 10px; }
  .pdf_and_image a {
    display: block; }

.mfp-title {
  color: #FFF; }

.top-nav {
  position: absolute;
  background-color: transparent;
  width: 100%;
  padding: 30px 25px;
  z-index: 10000; }
  .top-nav__background-shape {
    position: absolute;
    top: 15px;
    left: 0;
    background-color: #003C71;
    width: 370px;
    height: 120px;
    -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%); }
    @media (max-width: 575.98px) {
      .top-nav__background-shape {
        width: 250px;
        height: 95px; } }
  .top-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .top-nav ul > li {
      padding: 0;
      text-indent: 0; }
    .top-nav ul.top-menu__top {
      position: relative;
      display: inline-block; }
      @media (max-width: 1199.98px) {
        .top-nav ul.top-menu__top {
          position: initial;
          width: 100%;
          height: 100%;
          padding: 10px 25px; } }
    .top-nav ul li {
      display: inline-block;
      position: initial;
      margin: 0px -2px; }
      @media (max-width: 1199.98px) {
        .top-nav ul li {
          display: block;
          margin: 0; } }
      .top-nav ul li a {
        font-family: "hk_grotesksemibold";
        padding: 10px 12px 22px 12px;
        color: #FFFFFF;
        font-size: 18px;
        line-height: 21px;
        font-weight: 500;
        letter-spacing: normal;
        position: relative; }
        .top-nav ul li a:after {
          position: absolute;
          content: '';
          left: 50%;
          top: 35px;
          width: 0;
          height: 2px;
          bottom: 20px;
          background-color: #F9AE00;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -ms-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          @media (max-width: 1199.98px) {
            .top-nav ul li a:after {
              display: none; } }
        .top-nav ul li a:hover {
          text-decoration: none; }
          @media (max-width: 1199.98px) {
            .top-nav ul li a:hover {
              color: #F9AE00; } }
          .top-nav ul li a:hover:after {
            width: calc(100% - 10px);
            left: 5px;
            top: 35px; }
      @media (max-width: 1199.98px) {
        .top-nav ul li.current_page_item a {
          color: #F9AE00; } }
      .top-nav ul li.current_page_item a:after {
        width: calc(100% - 10px);
        left: 5px;
        top: 35px; }
      @media (max-width: 1199.98px) {
        .top-nav ul li.current_page_ancestor a {
          color: #F9AE00; } }
      .top-nav ul li.current_page_ancestor a:after {
        width: calc(100% - 10px);
        left: 5px;
        top: 35px; }
      @media (max-width: 1199.98px) {
        .top-nav ul li.current-page-ancestor a {
          color: #F9AE00; } }
      .top-nav ul li.current-page-ancestor a:after {
        width: calc(100% - 10px);
        left: 5px;
        top: 35px; }
  .top-nav .top-menu {
    z-index: 5; }
    @media (max-width: 1199.98px) {
      .top-nav .top-menu {
        position: fixed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
        top: 0;
        right: -350px;
        height: 100vh;
        width: 350px;
        z-index: 100001;
        background: #003C71;
        color: #000000;
        transition: right 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
        padding-top: 80px;
        text-align: left; } }
    @media (max-width: 767.98px) {
      .top-nav .top-menu {
        right: -250px;
        width: 250px; } }
    .top-nav .top-menu--open {
      right: 0; }
    .top-nav .top-menu ul li:nth-last-child(1) a {
      padding-left: 5px; }
      @media (max-width: 1199.98px) {
        .top-nav .top-menu ul li:nth-last-child(1) a {
          padding: 0; } }
    .top-nav .top-menu ul li:nth-last-child(2) a {
      padding-right: 5px; }
      @media (max-width: 1199.98px) {
        .top-nav .top-menu ul li:nth-last-child(2) a {
          padding: 0; } }
      .top-nav .top-menu ul li:nth-last-child(2) a:before {
        content: '';
        position: absolute;
        top: 12px;
        left: -3px;
        height: 15px;
        width: 1px;
        background-color: #FFFFFF; }
        @media (max-width: 1199.98px) {
          .top-nav .top-menu ul li:nth-last-child(2) a:before {
            content: none; } }
    .top-nav .top-menu ul li a {
      font-size: 16px;
      z-index: 1000;
      padding: 10px 12px 10px 12px; }
      @media (max-width: 1199.98px) {
        .top-nav .top-menu ul li a {
          font-size: 24px;
          line-height: 34px;
          padding: 0; } }
    .top-nav .top-menu ul li.current_page_item a:after {
      width: calc(100% - 10px);
      left: 5px;
      top: 35px; }
    .top-nav .top-menu ul li.current-page-ancestor a:after {
      width: calc(100% - 10px);
      left: 5px;
      top: 35px; }
    .top-nav .top-menu ul li:not(.moved-list-item) a {
      font-size: 18px;
      line-height: 28px; }
  .top-nav .bottom-menu {
    z-index: 3; }
    .top-nav .bottom-menu .sub-menu {
      margin-top: 19px; }
  .top-nav__logo img {
    width: auto; }
    @media (max-width: 575.98px) {
      .top-nav__logo img {
        width: 150px; } }
  .top-nav .sub-menu__level-2 {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    text-align: left;
    padding: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
    margin-top: 20px;
    z-index: 10;
    transition: right 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
    @media (max-width: 1199.98px) {
      .top-nav .sub-menu__level-2 {
        position: relative;
        background-color: transparent;
        height: auto;
        padding: 10px;
        padding-left: 20px;
        margin: 0; } }
    .top-nav .sub-menu__level-2--show {
      right: 0; }
    .top-nav .sub-menu__level-2 ul.__columns {
      -webkit-columns: 2;
      columns: 2; }
      @media (max-width: 1199.98px) {
        .top-nav .sub-menu__level-2 ul.__columns {
          -webkit-columns: 1;
          columns: 1; } }
    .top-nav .sub-menu__level-2 ul li {
      display: inline-block;
      width: 100%;
      margin-bottom: 10px; }
      @media (max-width: 1199.98px) {
        .top-nav .sub-menu__level-2 ul li {
          margin-bottom: 5px; } }
      .top-nav .sub-menu__level-2 ul li a {
        font-family: "hk_groteskregular";
        color: #929292;
        padding: 0; }
        @media (max-width: 1199.98px) {
          .top-nav .sub-menu__level-2 ul li a {
            font-size: 16px !important;
            color: #FFF; } }
        .top-nav .sub-menu__level-2 ul li a:after {
          display: none; }
        .top-nav .sub-menu__level-2 ul li a:hover {
          color: #003C71; }
          @media (max-width: 1199.98px) {
            .top-nav .sub-menu__level-2 ul li a:hover {
              color: #F9AE00; } }
      .top-nav .sub-menu__level-2 ul li.current_page_item a {
        color: #003C71; }
        @media (max-width: 1199.98px) {
          .top-nav .sub-menu__level-2 ul li.current_page_item a {
            color: #F9AE00; } }
    .top-nav .sub-menu__level-2 .current_page_parent a, .top-nav .sub-menu__level-2 .current-page-parent a, .top-nav .sub-menu__level-2 .current-page-ancestor a {
      color: #003C71; }
      @media (max-width: 1199.98px) {
        .top-nav .sub-menu__level-2 .current_page_parent a, .top-nav .sub-menu__level-2 .current-page-parent a, .top-nav .sub-menu__level-2 .current-page-ancestor a {
          color: #F9AE00; } }
  .top-nav .sub-menu__level-3 {
    display: none;
    padding-left: 25px; }
  .top-nav .sub-menu__arrow {
    display: none;
    opacity: 1;
    text-align: center;
    position: absolute;
    width: 10px;
    top: 32px;
    left: 0;
    right: 0;
    border: 10px solid white;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    margin: 0 auto; }
    @media (max-width: 1199.98px) {
      .top-nav .sub-menu__arrow {
        display: none !important; } }
  .top-nav .sub-menu__link {
    padding: 0; }
    @media (max-width: 1199.98px) {
      .top-nav .sub-menu__link {
        display: none; } }
    .top-nav .sub-menu__link:after {
      display: none; }
  .top-nav .sub-menu__title {
    font-family: "Brigade";
    font-size: 40px;
    font-style: italic;
    font-weight: 500;
    text-transform: none;
    color: #003C71;
    border-bottom: 1px solid #929292; }
  .top-nav__button-links {
    position: absolute;
    top: 0px;
    right: 45px; }
    .top-nav__button-links .button--ghost {
      min-width: 75px;
      font-size: 12px;
      line-height: 24px;
      letter-spacing: 0.86px;
      text-align: center;
      background-color: transparent;
      border-top: none;
      padding: 7px 12px;
      margin: 0px 5px; }
      .top-nav__button-links .button--ghost:active {
        background-color: #F9AE00;
        color: #003C71; }
      .top-nav__button-links .button--ghost--active {
        background-color: #F9AE00;
        color: #003C71; }

.menu-main-container {
  padding-top: 40px; }

.top-menu-col {
  margin-top: 25px; }

.bottom-menu-col {
  margin-top: -20px; }

.footer {
  background-color: #00203D;
  padding-top: 75px;
  padding-bottom: 30px; }
  @media (max-width: 991.98px) {
    .footer__container {
      margin-bottom: 30px; } }
  @media (max-width: 575.98px) {
    .footer__container {
      text-align: center; } }
  .footer__title {
    font-family: "Brigade";
    font-size: 24px;
    line-height: 18px;
    font-weight: 500;
    color: #F9AE00;
    margin-bottom: 20px; }
  .footer__p {
    font-family: "hk_groteskmedium";
    color: #ffffff;
    margin-bottom: 0; }
  .footer__logo {
    text-align: right; }
    @media (max-width: 767.98px) {
      .footer__logo {
        text-align: left; } }
    @media (max-width: 575.98px) {
      .footer__logo {
        text-align: center; } }
    .footer__logo img {
      width: auto; }
  .footer__line {
    height: 2px;
    border: 1px solid #FFFFFF;
    opacity: 0.25;
    margin-top: 75px;
    margin-bottom: 25px; }
  .footer__bottom-text {
    font-family: "hk_groteskmedium";
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    margin: 0; }
  .footer__separator {
    position: relative;
    display: inline-block;
    width: 1px;
    height: 13px;
    /* line height */
    top: 2px;
    /* centre vertically with this */
    border-left: 1px solid #ffffff;
    margin: 0px 10px;
    /* distance between tetxt elements and separator */ }

.title, h1, h2, h3, h4 {
  font-family: "brigade";
  font-weight: 100;
  font-size: 60px;
  /* 60px */
  font-size: 3.75rem;
  /* 60px */
  line-height: 1.03333;
  /* 62px */
  color: #003C71;
  font-weight: 300;
  margin-bottom: 20px; }
  .title--small, h4 {
    font-family: "hk_grotesksemibold";
    font-size: 22px;
    /* 22px */
    font-size: 1.375rem;
    /* 22px */
    line-height: 1.36364;
    /* 30px */
    font-weight: 500;
    color: #4B4B4B; }
  .title--medium, h3 {
    font-family: "hk_groteskbold";
    font-size: 20px;
    /* 20px */
    font-size: 1.25rem;
    /* 20px */
    line-height: 1.2;
    /* 24px */
    color: #F9AE00;
    letter-spacing: 1.43px;
    text-transform: uppercase;
    font-weight: 500; }
  .title--large, h1 {
    font-size: 70px;
    /* 70px */
    font-size: 4.375rem;
    /* 70px */
    line-height: 0.85714;
    /* 60px */
    font-style: italic;
    color: #ffffff;
    letter-spacing: -2px;
    font-weight: 500; }

.hero {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .hero__container {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .hero__subheading {
    font-family: "Brigade";
    font-weight: 300;
    font-size: 28px;
    line-height: 80px;
    color: #FFFFFF;
    margin: 0; }
    .hero__subheading--blog1 {
      -webkit-transition: all 1.25s ease-in-out;
      -o-transition: all 1.25s ease-in-out;
      transition: all 1.25s ease-in-out;
      -webkit-transform: translateX(-200px);
      -ms-transform: translateX(-200px);
      transform: translateX(-200px);
      opacity: 0; }
  .hero__heading {
    font-size: 90px;
    font-style: italic;
    line-height: 80px;
    color: #F9AE00;
    margin: 0; }
    .hero__heading--blog1 {
      -webkit-transition: all 1.5s ease-in-out;
      -o-transition: all 1.5s ease-in-out;
      transition: all 1.5s ease-in-out;
      -webkit-transform: translateX(-200px);
      -ms-transform: translateX(-200px);
      transform: translateX(-200px);
      opacity: 0; }
    .hero__heading--prep {
      color: #ffffff; }
    .hero__heading--pre-prep {
      color: #ffffff; }
  .hero__scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10; }
    .hero__scroll-container {
      margin-bottom: 40px; }
      .hero__scroll-container a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .hero__scroll-container a:hover > p {
          opacity: 1; }
      .hero__scroll-container p {
        font-family: "hk_groteskbold";
        font-size: 15px;
        line-height: 24px;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 10px; }

#world {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent; }

.strip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100vw;
  background-color: #FFFFFF;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 0 calc(100% - 90px), 50% 100%, 100% calc(100% - 90px), 100% 0);
  clip-path: polygon(0 0, 0 calc(100% - 90px), 50% 100%, 100% calc(100% - 90px), 100% 0);
  padding: 250px 0;
  margin-top: -10vh;
  min-height: 850px;
  overflow-x: hidden;
  -webkit-backface-visibility: hidden; }
  @media (max-width: 1199.98px) {
    .strip {
      min-height: 750px;
      padding: 200px 0px; } }
  @media (max-width: 991.98px) {
    .strip {
      min-height: 700px;
      padding: 200px 0px;
      -webkit-clip-path: polygon(0 0, 0 calc(100% - 60px), 50% 100%, 100% calc(100% - 60px), 100% 0);
      clip-path: polygon(0 0, 0 calc(100% - 60px), 50% 100%, 100% calc(100% - 60px), 100% 0); } }
  @media (max-width: 767.98px) {
    .strip {
      min-height: 650px;
      padding: 150px 0px;
      -webkit-clip-path: polygon(0 0, 0 calc(100% - 50px), 50% 100%, 100% calc(100% - 50px), 100% 0);
      clip-path: polygon(0 0, 0 calc(100% - 50px), 50% 100%, 100% calc(100% - 50px), 100% 0); } }
  @media (max-width: 575.98px) {
    .strip {
      min-height: 700px;
      padding: 150px 0px; } }
  .strip--text--white p {
    color: #ffffff; }
  .strip--text--white blockquote p {
    color: #ffffff; }
  .strip--text--blue p {
    color: #6A6A6A; }
  .strip--text--blue blockquote p {
    color: #003C71; }
  .strip--text--yellow {
    background-color: #F3F3F3; }
    .strip--text--yellow p {
      color: #6A6A6A; }
    .strip--text--yellow blockquote p {
      color: #003C71; }
  .strip--text--both-blue p {
    color: #003C71; }
  .strip--text--both-blue blockquote p {
    color: #003C71; }
  .strip--no-clip {
    -webkit-clip-path: none;
    clip-path: none; }
  .strip--full-height {
    height: 100vh;
    padding: 150px 0px; }
  .strip--hero {
    margin-top: 0;
    z-index: 1001;
    padding: 200px 0px;
    min-height: 0; }
    .strip--hero--content-page {
      padding: 0;
      height: 70vh; }
      @media (max-width: 575.98px) {
        .strip--hero--content-page {
          height: 50vh; } }
    .strip--hero--single {
      padding: 220px 0px 170px 0px; }
    .strip--hero__overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#000000));
      background: -webkit-linear-gradient(bottom, transparent 0%, #000000 100%);
      background: -o-linear-gradient(bottom, transparent 0%, #000000 100%);
      background: linear-gradient(0deg, transparent 0%, #000000 100%); }
  .strip--blue {
    background-color: #003C71; }
  .strip--teasers {
    padding: 200px 0px 150px 0px;
    min-height: 0; }
  .strip--grey {
    background-color: #F3F3F3; }
  .strip__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 0; }
    .strip__overlay--black {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%); }
    .strip__overlay--black-left {
      width: 50%;
      background: -webkit-gradient(linear, right top, left top, from(transparent), to(#000000));
      background: -webkit-linear-gradient(right, transparent 0%, #000000 100%);
      background: -o-linear-gradient(right, transparent 0%, #000000 100%);
      background: linear-gradient(270deg, transparent 0%, #000000 100%); }
    .strip__overlay--black-right {
      width: 50%;
      background: -webkit-gradient(linear, left top, right top, from(transparent), to(#000000));
      background: -webkit-linear-gradient(left, transparent 0%, #000000 100%);
      background: -o-linear-gradient(left, transparent 0%, #000000 100%);
      background: linear-gradient(90deg, transparent 0%, #000000 100%);
      margin-left: 50%; }
    .strip__overlay--blue {
      opacity: 0.85;
      background-color: #003C71; }
  .strip--posts {
    padding-top: 0; }
  .strip__container {
    color: #ffffff; }
    .strip__container--centre {
      text-align: center; }
    .strip__container--columns {
      margin-bottom: 150px; }
      .strip__container--columns p {
        -webkit-columns: 2;
        columns: 2; }
        .strip__container--columns p:first-letter {
          float: left;
          font-family: "Brigade";
          font-size: 60px;
          color: #F9AE00;
          padding-top: 23px; }
  .strip__heading {
    color: #ffffff;
    margin-bottom: 16px; }
    .strip__heading--white {
      color: #FFFFFF; }
    .strip__heading--blue {
      color: #003C71; }
    .strip__heading--yellow {
      color: #F9AE00; }
    .strip__heading--both-blue {
      color: #003C71; }
    .strip__heading--small {
      font-size: 50px;
      letter-spacing: -0.83px; }
    .strip__heading--homepage-bottom {
      margin-bottom: 10px; }
  .strip__text {
    color: #ffffff;
    margin-bottom: 0; }
    .strip__text--white {
      color: #FFFFFF; }
    .strip__text--blue {
      color: #6A6A6A; }
  .strip__button--bottom {
    margin: 0px 10px;
    min-width: 265px;
    border: 2px solid transparent; }
    @media (max-width: 767.98px) {
      .strip__button--bottom {
        margin: 10px; } }
  .strip__circle-image {
    width: 90%;
    padding-top: 90%;
    height: auto;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 991.98px) {
      .strip__circle-image {
        display: none; } }
  .strip__image-bubble {
    position: absolute;
    width: 50%;
    padding-top: 50%;
    height: auto;
    top: -10%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media screen and (min-width: 1441px) {
      .strip__image-bubble {
        width: 35%;
        padding-top: 35%; } }
    @media (max-width: 991.98px) {
      .strip__image-bubble {
        display: none; } }
    .strip__image-bubble--large {
      left: -10%; }
      @media screen and (min-width: 1441px) {
        .strip__image-bubble--large {
          left: -5%; } }
    .strip__image-bubble--small {
      width: 25%;
      padding-top: 25%;
      top: 45%;
      left: 20%; }
      @media screen and (min-width: 1441px) {
        .strip__image-bubble--small {
          width: 20%;
          padding-top: 20%;
          left: 15%;
          top: 40%; } }
    .strip__image-bubble--right--large {
      right: -10%; }
      @media screen and (min-width: 1441px) {
        .strip__image-bubble--right--large {
          right: -5%; } }
    .strip__image-bubble--right--small {
      width: 25%;
      padding-top: 25%;
      top: 45%;
      right: 20%; }
      @media screen and (min-width: 1441px) {
        .strip__image-bubble--right--small {
          width: 20%;
          padding-top: 20%;
          right: 15%;
          top: 40%; } }
  .strip--posts-article {
    margin-top: 0; }
  .strip--page-content {
    margin-top: 0;
    padding-top: 0;
    z-index: 100; }
  .strip--where-next {
    padding: 200px 0px 80px 0px; }
    .strip--where-next--large {
      padding: 200px 0px 150px 0px; }
  .strip--centre-padding {
    padding: calc(200px + 10vh) 0px 200px 0; }
  .strip--map {
    background-size: contain;
    background-position: center bottom;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .strip--come-and-see {
    padding-bottom: 375px;
    padding-top: 200px; }
    @media (max-width: 767.98px) {
      .strip--come-and-see {
        padding: 200px 0px; } }
  .strip--team {
    padding: 0;
    z-index: 999;
    background-color: #F4F4F4;
    margin-top: 0;
    padding-bottom: 100px; }
  .strip--two-columns {
    padding: 125px 0px;
    min-height: 0; }
    .strip--two-columns blockquote {
      padding: 0; }
      .strip--two-columns blockquote:before {
        top: -50px;
        left: inherit;
        margin-top: 0;
        margin-left: -20px; }

.button {
  position: relative;
  display: inline-block;
  background-color: #F9AE00;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  color: #003C71;
  outline: none;
  padding: 20px 25px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .button:hover {
    background-color: #bc8400;
    color: #003C71; }
  .button--full-width {
    display: block;
    text-align: center;
    margin-right: 0; }
  .button--is-active {
    pointer-events: none;
    color: white; }
  .button--ghost {
    background-color: rgba(0, 0, 0, 0.17);
    border: 2px solid #F9AE00;
    color: #ffffff; }
    .button--ghost:hover {
      background-color: #F9AE00;
      color: #003C71; }
  .button--back {
    color: #003C71; }
  .button:hover, .button:focus {
    text-decoration: none; }
  @media screen and (max-width: 767px) {
    .button.sm-full-width {
      display: block;
      text-align: center;
      margin-right: 0; } }
  .button__hamburger {
    display: none;
    position: fixed;
    right: 43px;
    top: 45px;
    width: 55px;
    height: 50px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none !important;
    cursor: pointer;
    z-index: 1000000; }
    @media (max-width: 1199.98px) {
      .button__hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .button__hamburger__lines {
      -webkit-animation: re-disappear 500ms forwards;
      animation: re-disappear 500ms forwards; }
      .button__hamburger__lines::after {
        content: " ";
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-animation: re-slideUpForAfter 500ms forwards;
        animation: re-slideUpForAfter 500ms forwards; }
      .button__hamburger__lines::before {
        content: " ";
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
        -webkit-animation: re-slideDownForBefore 500ms forwards;
        animation: re-slideDownForBefore 500ms forwards; }
    .button__hamburger__lines, .button__hamburger__lines:after, .button__hamburger__lines:before {
      height: 5px;
      width: 100%;
      background-color: #F9AE00;
      display: block;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center; }
    .button__hamburger__lines.animation {
      -webkit-animation: disappear 500ms linear forwards;
      animation: disappear 500ms linear forwards; }
    .button__hamburger__lines.animation:after {
      -webkit-animation: slideUpForAfter 500ms linear forwards;
      animation: slideUpForAfter 500ms linear forwards; }
    .button__hamburger__lines.animation:before {
      -webkit-animation: slideDownForBefore 500ms linear forwards;
      animation: slideDownForBefore 500ms linear forwards; }

/* Animation */
@-webkit-keyframes slideDownForBefore {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  25%, 75% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: translateY(0px) rotateZ(-45deg);
    transform: translateY(0px) rotateZ(-45deg); } }
@keyframes slideDownForBefore {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  25%, 75% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: translateY(0px) rotateZ(-45deg);
    transform: translateY(0px) rotateZ(-45deg); } }

@-webkit-keyframes slideUpForAfter {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  25%, 75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50%, 75% {
    -webkit-transform: translateY(-5px) rotateZ(0deg);
    transform: translateY(-5px) rotateZ(0deg); }
  100% {
    -webkit-transform: translateY(-5px) rotateZ(45deg);
    transform: translateY(-5px) rotateZ(45deg); } }

@keyframes slideUpForAfter {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  25%, 75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50%, 75% {
    -webkit-transform: translateY(-5px) rotateZ(0deg);
    transform: translateY(-5px) rotateZ(0deg); }
  100% {
    -webkit-transform: translateY(-5px) rotateZ(45deg);
    transform: translateY(-5px) rotateZ(45deg); } }

@-webkit-keyframes disappear {
  0% {
    background-color: #F9AE00; }
  50%, 100% {
    background-color: transparent; } }

@keyframes disappear {
  0% {
    background-color: #F9AE00; }
  50%, 100% {
    background-color: transparent; } }

/* Reverse Effect */
@-webkit-keyframes re-slideUpForAfter {
  0% {
    -webkit-transform: translateY(-5px) rotateZ(50deg);
    transform: translateY(-5px) rotateZ(50deg); }
  25%, 75% {
    -webkit-transform: translateY(-5px) rotateZ(0deg);
    transform: translateY(-5px) rotateZ(0deg); }
  50%, 75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); } }
@keyframes re-slideUpForAfter {
  0% {
    -webkit-transform: translateY(-5px) rotateZ(50deg);
    transform: translateY(-5px) rotateZ(50deg); }
  25%, 75% {
    -webkit-transform: translateY(-5px) rotateZ(0deg);
    transform: translateY(-5px) rotateZ(0deg); }
  50%, 75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); } }

@-webkit-keyframes re-slideDownForBefore {
  0% {
    -webkit-transform: translateY(0px) rotateZ(-50deg);
    transform: translateY(0px) rotateZ(-50deg); }
  25%, 75% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes re-slideDownForBefore {
  0% {
    -webkit-transform: translateY(0px) rotateZ(-50deg);
    transform: translateY(0px) rotateZ(-50deg); }
  25%, 75% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-webkit-keyframes re-disappear {
  0% {
    background-color: transparent; }
  50%, 100% {
    background-color: #F9AE00; } }

@keyframes re-disappear {
  0% {
    background-color: transparent; }
  50%, 100% {
    background-color: #F9AE00; } }

.statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 100px; }
  @media (max-width: 575.98px) {
    .statistics {
      margin-top: 50px; } }
  .statistics__container {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    text-align: center; }
    @media (max-width: 991.98px) {
      .statistics__container {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
        .statistics__container:nth-child(1) {
          margin-bottom: 25px; }
        .statistics__container:nth-child(2) {
          margin-bottom: 25px; } }
    @media (max-width: 575.98px) {
      .statistics__container {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 25px; } }
  .statistics__number {
    font-family: "brigade";
    font-size: 110px;
    line-height: 110px;
    font-weight: 500;
    color: #F9AE00; }
  .statistics__text {
    color: #003C71 !important;
    font-family: "hk_groteskbold";
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase; }

.content {
  margin-top: 60px; }
  .content h1 {
    font-size: 70px;
    line-height: 60px;
    color: #003C71;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 35px;
    clear: left; }
  .content h2 {
    font-size: 50px;
    line-height: 62px;
    margin: 50px 0px 5px 0px;
    clear: left; }
  .content h3 {
    font-family: "hk_grotesksemibold";
    clear: left; }
  .content h4 {
    margin-bottom: 35px;
    clear: left; }
  .content p {
    line-height: 26px; }
  .content ul {
    margin: 40px 0px;
    padding-left: 30px; }
    .content ul.gallery {
      width: 100%;
      padding: 0; }
      .content ul.gallery li {
        display: inline-block;
        width: 50%;
        padding: 10px;
        margin: 0; }
        @media (max-width: 575.98px) {
          .content ul.gallery li {
            width: 100%; } }
        .content ul.gallery li:before {
          content: none; }
        .content ul.gallery li div.gallery__image {
          width: 100%;
          min-height: 250px;
          max-height: 250px;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          margin-bottom: 10px; }
        .content ul.gallery li p {
          margin: 0;
          display: none; }
    .content ul li {
      font-family: "hk_groteskregular";
      font-size: 18px;
      line-height: 26px;
      font-weight: 300;
      color: #6A6A6A;
      margin-bottom: 20px;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      list-style: none;
      margin-left: 30px; }
      .content ul li:before {
        position: absolute;
        content: '■';
        margin-left: -30px;
        color: #003C71;
        font-size: 24px; }
  .content blockquote {
    position: relative;
    margin: 70px 150px 50px 30px;
    clear: left; }
    @media (max-width: 767.98px) {
      .content blockquote {
        margin-right: 0; } }
    @media (max-width: 575.98px) {
      .content blockquote {
        margin-left: 0; } }
    .content blockquote:before {
      top: 60px;
      left: -5px;
      width: 50px;
      height: 47px;
      margin-top: -50px; }
    .content blockquote p {
      line-height: 34px;
      color: #003C71;
      font-style: italic; }
    .content blockquote h3 {
      text-transform: none; }
  .content img {
    max-width: 100%;
    height: auto; }
    .content img.alignleft {
      float: left;
      clear: none;
      margin-right: 10px; }
    .content img.alignright {
      float: right;
      clear: none;
      margin-left: 10px; }

.blog, .archive {
  background-color: #F4F4F4; }

.posts {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 75px 0px;
  padding-bottom: 250px;
  z-index: 10000;
  background-color: #F4F4F4;
  margin-top: 0;
  overflow: hidden; }
  .posts__header {
    text-align: center;
    color: #003C71;
    margin: 0; }
  .posts__cat-select {
    position: relative;
    float: right;
    min-width: 200px;
    background-color: transparent;
    border: 1px solid #F9AE00;
    padding: 16px 25px;
    margin-top: 5px;
    margin-bottom: 30px;
    cursor: pointer; }
    .posts__cat-select.open ul {
      display: block;
      opacity: 1; }
      .posts__cat-select.open ul.children {
        padding-left: 15px; }
        .posts__cat-select.open ul.children li {
          list-style: none;
          padding: 5px 0px; }
    .posts__cat-select__title {
      font-family: "hk_groteskbold";
      font-size: 14px;
      line-height: 24px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #003C71; }
    .posts__cat-select__arrow {
      float: right;
      margin-top: 5px;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
      .posts__cat-select__arrow--active {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }
    .posts__cat-select__select {
      display: none;
      opacity: 0;
      position: absolute;
      left: -1px;
      min-width: 200px;
      background-color: #F4F4F4;
      border: 1px solid #F9AE00;
      border-top: none;
      z-index: 10;
      padding: 10px 25px;
      list-style: none;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .posts__cat-select__select li {
        list-style: none;
        padding: 10px 0px; }
        .posts__cat-select__select li a {
          font-family: "hk_groteskregular";
          color: #6A6A6A; }
          .posts__cat-select__select li a:hover {
            color: #003C71; }
  .posts__container {
    background-color: #ffffff;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 10px;
    min-height: 410px;
    max-height: 410px; }
    .posts__container:focus {
      outline: none; }
    .posts__container__where-next {
      min-height: 320px;
      max-height: 320px; }
  .posts__image {
    height: 220px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-clip-path: polygon(0 0, 0 90%, 50% 100%, 100% 90%, 100% 0);
    clip-path: polygon(0 0, 0 90%, 50% 100%, 100% 90%, 100% 0); }
    .posts__image__flipsnack {
      height: 250px; }
  .posts__text-container {
    padding: 15px 30px 45px 30px; }
    .posts__text-container__where-next {
      padding: 0px 30px 0px 30px;
      height: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .posts__date {
    display: inline-block;
    font-family: "hk_groteskbold";
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.86px;
    text-transform: uppercase;
    margin: 0;
    color: #929292;
    margin-bottom: 15px; }
  .posts__separator {
    position: relative;
    display: inline-block;
    width: 3px;
    height: 11px;
    top: 2px;
    /* centre vertically with this */
    border-left: 1px solid #929292;
    margin: 0px 2px;
    /* distance between tetxt elements and separator */ }
  .posts__title {
    font-family: "Brigade";
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: -0.83px;
    color: #003C71; }
  .posts__button {
    padding: 20px 60px;
    color: #003C71;
    margin-top: 40px; }
  .posts__grid {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 410px 410px 410px 410px 410px;
    grid-auto-rows: 410px;
    grid-column-gap: 30px;
    grid-row-gap: 30px; }
    @media (max-width: 991.98px) {
      .posts__grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 575.98px) {
      .posts__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr); } }
    .posts__grid__item {
      grid-column: span 1;
      grid-row: span 1; }
      .posts__grid__item__twitter {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-column-start: 3;
        grid-row: 1 / span 1;
        overflow: hidden; }
        @media (max-width: 991.98px) {
          .posts__grid__item__twitter {
            -ms-grid-column: 2;
            grid-column-start: 2; } }
        @media (max-width: 575.98px) {
          .posts__grid__item__twitter {
            -ms-grid-column: 1;
            grid-column-start: 1;
            grid-row: 2 / span 1; } }
    .posts__grid .sidebar {
      min-height: 930px;
      -webkit-clip-path: none;
      clip-path: none;
      padding: 0;
      margin: 0; }
    .posts__grid .team-member__container {
      margin: 0; }
    .posts__grid .posts__container {
      margin: 0; }
  .posts__twitter__container {
    min-height: 410px;
    max-height: 410px;
    background-color: #ffffff;
    text-align: center;
    padding: 40px; }
    @media (max-width: 1199.98px) {
      .posts__twitter__container {
        padding: 30px; } }
    @media (max-width: 767.98px) {
      .posts__twitter__container {
        padding: 20px; } }
    @media (max-width: 575.98px) {
      .posts__twitter__container {
        padding: 40px; } }
  .posts__twitter__tweet__date {
    font-family: "hk_groteskbold";
    font-size: 12px;
    line-height: 24px;
    font-style: italic;
    letter-spacing: 0.86px;
    text-transform: uppercase;
    color: #929292; }
  .posts__twitter__tweet a {
    font-family: "hk_groteskregular";
    color: #00B5F4; }
    .posts__twitter__tweet a:hover {
      color: #003C71; }
  .posts__twitter__user {
    font-family: "hk_groteskmedium";
    color: #00B5F4;
    margin: 15px 0px 30px 0px; }
    .posts__twitter__user:hover {
      color: #003C71; }
  .posts__twitter .slick-dots li button:before {
    border: none;
    background-color: #E2E2E2; }
  .posts__twitter .slick-dots li.slick-active button:before {
    background-color: #003C71; }

.posts-article {
  padding: 80px 0px;
  z-index: 100; }
  .posts-article__hero-title {
    font-family: "brigade";
    font-size: 70px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 500;
    font-style: italic;
    margin: 0; }
  .posts-article__content ul {
    margin: 40px 0px;
    padding-left: 30px; }
    .posts-article__content ul li {
      font-family: "hk_groteskregular";
      font-size: 18px;
      line-height: 26px;
      font-weight: 300;
      color: #6A6A6A;
      margin-bottom: 20px;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      list-style: none;
      margin-left: 30px; }
      .posts-article__content ul li:before {
        position: absolute;
        content: '■';
        margin-left: -30px;
        color: #003C71;
        font-size: 24px; }
  .posts-article__title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 300;
    letter-spacing: -0.83px;
    color: #003C71;
    font-style: normal;
    margin-bottom: 30px; }
  .posts-article__sharing .share-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 575.98px) {
      .posts-article__sharing .share-icons {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 10px; } }
    .posts-article__sharing .share-icons span {
      font-family: "hk_groteskbold";
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 1px;
      color: #6A6A6A; }
    .posts-article__sharing .share-icons img {
      width: 30px;
      margin-left: 10px;
      margin-bottom: 0; }
  .posts-article__date {
    display: inline-block;
    font-family: "hk_groteskbold";
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #6A6A6A;
    text-transform: uppercase;
    margin: 0; }
  .posts-article__separator {
    position: relative;
    display: inline-block;
    width: 3px;
    height: 14px;
    top: 2px;
    /* centre vertically with this */
    border-left: 1px solid #6A6A6A;
    margin: 0px 2px;
    /* distance between tetxt elements and separator */ }
  .posts-article__divider {
    width: 100%;
    height: 1px;
    background-color: rgba(146, 146, 146, 0.26);
    margin: 40px 0px 30px 0px; }
  .posts-article img {
    width: 100%;
    height: auto;
    margin-bottom: 20px; }

.next-section__title {
  font-family: "Brigade";
  font-size: 50px;
  line-height: 58px;
  font-weight: 500;
  margin-bottom: 60px;
  color: #ffffff;
  font-style: italic; }

.next-section__button {
  color: #003C71; }

.grid__col {
  min-width: 25%;
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .grid__col {
      min-width: 50%; } }
  @media (max-width: 575.98px) {
    .grid__col {
      min-width: 100%; } }

.grid__overlay {
  height: 100%;
  width: 100%;
  z-index: 0;
  background-color: #003C71;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.grid__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 234px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer; }
  .grid__box:hover .grid__overlay {
    opacity: 1; }
  .grid__box:hover .grid__title {
    top: 40px;
    color: #F9AE00; }
  .grid__box:hover .grid__hovered {
    opacity: 1; }

.grid__title {
  position: absolute;
  font-family: "hk_groteskbold";
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  top: 170px;
  padding: 0px 40px; }

.grid__hovered {
  position: absolute;
  top: 80px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .grid__hovered__text {
    color: #ffffff;
    text-align: center;
    margin-bottom: 5px;
    line-height: 18px; }

.map {
  position: relative;
  margin-top: 20px; }
  @media (max-width: 991.98px) {
    .map {
      margin-top: 250px; } }
  .map__content {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0; }
  .map__image {
    width: 100%; }
  .map__marker {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #003C71;
    border-radius: 50%;
    cursor: pointer;
    color: #003C71;
    overflow: visible;
    -webkit-transition: color 0.7s;
    -o-transition: color 0.7s;
    transition: color 0.7s;
    -webkit-tap-highlight-color: transparent; }
    .map__marker::after {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -25px 0 0 -25px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      content: '';
      opacity: 0;
      pointer-events: none; }
  .map__popup {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 160px;
    height: 60px;
    position: absolute;
    top: -90px;
    left: -75px;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
    z-index: 10;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .map__popup--top {
      -webkit-box-shadow: none;
      box-shadow: none;
      z-index: 12; }
    .map__popup__arrow {
      display: none;
      text-align: center;
      position: absolute;
      width: 20px;
      left: -15px;
      top: -30px;
      border: 20px solid white;
      border-right: 20px solid transparent;
      border-left: 20px solid transparent;
      border-bottom: 20px solid transparent;
      margin: 0 auto;
      -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.12));
      filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.12));
      z-index: 11; }
    .map__popup__location {
      font-family: "hk_groteskbold";
      color: #003C71 !important;
      font-size: 15px;
      line-height: 24px;
      text-align: center;
      text-transform: uppercase;
      margin: 0; }

/* Hover Effect */
.cbutton--effect-radomir::after {
  -webkit-box-shadow: inset 0 0 0 35px rgba(111, 148, 182, 0);
  box-shadow: inset 0 0 0 35px rgba(111, 148, 182, 0); }

.cbutton--effect-radomir.cbutton--click::after {
  -webkit-animation: anim-effect-radomir 0.5s ease-out forwards;
  animation: anim-effect-radomir 0.5s ease-out forwards; }

@-webkit-keyframes anim-effect-radomir {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.4, 0.4, 1);
    transform: scale3d(0.4, 0.4, 1); }
  80% {
    -webkit-box-shadow: inset 0 0 0 2px rgba(111, 148, 182, 0.8);
    box-shadow: inset 0 0 0 2px rgba(111, 148, 182, 0.8);
    opacity: 0.1; }
  100% {
    -webkit-box-shadow: inset 0 0 0 2px rgba(111, 148, 182, 0.8);
    box-shadow: inset 0 0 0 2px rgba(111, 148, 182, 0.8);
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1); } }

@keyframes anim-effect-radomir {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.4, 0.4, 1);
    transform: scale3d(0.4, 0.4, 1); }
  80% {
    -webkit-box-shadow: inset 0 0 0 2px rgba(111, 148, 182, 0.8);
    box-shadow: inset 0 0 0 2px rgba(111, 148, 182, 0.8);
    opacity: 0.1; }
  100% {
    -webkit-box-shadow: inset 0 0 0 2px rgba(111, 148, 182, 0.8);
    box-shadow: inset 0 0 0 2px rgba(111, 148, 182, 0.8);
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1); } }

.contact__details__email {
  display: inline-block;
  color: #003C71; }

.contact__details__phone {
  display: inline-block;
  padding-left: 30px;
  color: #003C71; }

.contact__map__subheader {
  font-family: "hk_groteskmedium";
  font-size: 24px;
  color: #003C71;
  margin-bottom: 10px; }

.contact__map__canvas {
  height: 450px; }

.contact__form__field {
  width: 50%;
  display: inline-block;
  font-family: "hk_groteskbold"; }
  .contact__form__field .ginput_container input {
    font-family: "hk_groteskregular" !important; }
  .contact__form__field .ginput_container textarea {
    font-family: "hk_groteskregular" !important;
    border: 1px solid #ccc; }

.contact__form__enquiry {
  width: 100%; }

.gform_button {
  border: none; }

.dataTables_wrapper .tablepress {
  width: 99.99% !important; }
  .dataTables_wrapper .tablepress thead th {
    font-family: "hk_groteskbold";
    color: #F9AE00;
    background-color: #003C71;
    text-transform: uppercase;
    padding: 18px; }
    .dataTables_wrapper .tablepress thead th:hover {
      background-color: #003C71 !important; }
  .dataTables_wrapper .tablepress tbody {
    background-color: #FAFAFA; }
    .dataTables_wrapper .tablepress tbody tr td {
      font-family: "hk_groteskregular";
      color: #6A6A6A;
      border: 1px solid #ddd;
      padding: 18px; }

.page-template-tpl-team, .page-template-tpl-team-2 {
  background-color: #F4F4F4; }

.team-member__header {
  text-align: center;
  color: #003C71;
  margin-bottom: 50px; }

.team-member__intro {
  text-align: left;
  margin-bottom: 50px; }

.team-member__container {
  background-color: #ffffff;
  text-align: left;
  margin-bottom: 30px;
  margin-top: 10px;
  min-height: 450px;
  max-height: 450px; }
  .team-member__container__text {
    padding: 25px 30px; }

.team-member__image {
  height: 220px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 0 90%, 50% 100%, 100% 90%, 100% 0);
  clip-path: polygon(0 0, 0 90%, 50% 100%, 100% 90%, 100% 0); }

.team-member__name {
  font-family: "Brigade";
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: -0.83px;
  color: #003C71;
  margin-bottom: 10px; }

.team-member__position {
  margin-bottom: 0; }

.team-popup-wrapper {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  margin: 20px auto;
  max-width: 600px; }

.mfp-close {
  color: #003C71; }

.team__grid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 450px 450px 450px 450px 450px;
  grid-auto-rows: 450px;
  grid-column-gap: 30px;
  grid-row-gap: 30px; }
  @media (max-width: 1199.98px) {
    .team__grid {
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 767.98px) {
    .team__grid {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575.98px) {
    .team__grid {
      -ms-grid-columns: 1fr;
      grid-template-columns: repeat(1, 1fr); } }
  .team__grid__item {
    grid-column: span 1;
    grid-row: span 1; }
    .team__grid__item--large {
      grid-column: span 2;
      grid-row: span 2; }
      @media (max-width: 767.98px) {
        .team__grid__item--large {
          grid-column: span 1;
          grid-row: span 1; } }
    .team__grid__item--tall {
      grid-column: span 1;
      grid-row: span 2; }
      @media (max-width: 767.98px) {
        .team__grid__item--tall {
          grid-column: span 1;
          grid-row: span 1; } }
    .team__grid__item__sidebar {
      -ms-grid-column: 4;
      -ms-grid-column-span: 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-column-start: 4;
      grid-row: 1 / span 2; }
      @media (max-width: 1199.98px) {
        .team__grid__item__sidebar {
          -ms-grid-column: 3;
          grid-column-start: 3; } }
      @media (max-width: 767.98px) {
        .team__grid__item__sidebar {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          grid-column-start: unset;
          grid-row: unset; } }
    .team__grid__item__1 {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2; }
  .team__grid .sidebar {
    min-height: 930px;
    -webkit-clip-path: none;
    clip-path: none;
    padding: 0;
    margin: 0; }
  .team__grid .team-member__container {
    margin: 0; }

.half-width__wrapper {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px; }
  @media (max-width: 575.98px) {
    .half-width__wrapper {
      width: 100%; } }
  .half-width__wrapper--left {
    padding-right: 5px; }
  .half-width__wrapper--right {
    padding-left: 5px; }

.half-width__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 250px; }

.half-width__caption {
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  color: #6A6A6A;
  margin-top: 15px;
  margin-bottom: 0; }

.half-width__thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 250px; }

div.preloader {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #03203A;
  z-index: 10000000;
  opacity: 1; }
  div.preloader__spinner {
    display: inline-block;
    position: relative;
    width: 140px;
    height: 140px; }
    div.preloader__spinner div {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      position: absolute;
      width: 140px;
      height: 140px;
      margin: calc(50vh - 70px) calc(50vw - 70px);
      border: 5px solid #F9AE00;
      border-radius: 50%;
      -webkit-animation: rotate 1.25s cubic-bezier(0.5, 0, 0.5, 1) infinite;
      animation: rotate 1.25s cubic-bezier(0.5, 0, 0.5, 1) infinite;
      border-color: #f58220 transparent transparent transparent; }
    div.preloader__spinner div:nth-child(1) {
      -webkit-animation-delay: -0.3s;
      animation-delay: -0.3s; }
    div.preloader__spinner div:nth-child(2) {
      -webkit-animation-delay: -0.2s;
      animation-delay: -0.2s; }
    div.preloader__spinner div:nth-child(3) {
      -webkit-animation-delay: -0.1s;
      animation-delay: -0.1s; }
  div.preloader__text {
    color: #000000; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.js-fade-in {
  will-change: transform, opacity;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  -webkit-backface-visibility: hidden; }
  .js-fade-in.show {
    opacity: 1; }
  .js-fade-in-transform {
    will-change: transform, opacity;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-backface-visibility: hidden; }
    .js-fade-in-transform.show {
      opacity: 1; }

.sidebar {
  background-color: #F3F3F3;
  padding-top: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
  -webkit-clip-path: polygon(0 40px, 0 100%, 100% 100%, 100% 0);
  clip-path: polygon(0 40px, 0 100%, 100% 100%, 100% 0); }
  @media (max-width: 991.98px) {
    .sidebar {
      -webkit-clip-path: none;
      clip-path: none; } }
  .sidebar--white {
    background-color: #FFF; }
  .sidebar__container {
    padding: 40px; }
  .sidebar__title {
    font-family: "Brigade";
    font-size: 30px;
    line-height: 62px;
    font-weight: 300;
    text-transform: none;
    color: #003C71;
    letter-spacing: -0.5px;
    border-bottom: 1px solid rgba(146, 146, 146, 0.28);
    margin: 0; }
  .sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .sidebar ul > li {
      padding: 0;
      text-indent: 0; }
    .sidebar ul li {
      border-bottom: 1px solid rgba(146, 146, 146, 0.28);
      padding: 10px 0px; }
      .sidebar ul li.current_page_item a {
        color: #003C71; }
      .sidebar ul li.page_item_has_children {
        position: relative; }
        .sidebar ul li.page_item_has_children .sidebar__arrow {
          position: absolute;
          top: 17px;
          right: 10px;
          background-color: transparent;
          cursor: pointer;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .sidebar ul li.page_item_has_children .sidebar__arrow--active {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
      .sidebar ul li a {
        font-family: "hk_groteskregular";
        font-size: 18px;
        line-height: 30px;
        color: #6A6A6A;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .sidebar ul li a:hover {
          color: #003C71; }
      .sidebar ul li .children {
        display: none;
        padding-left: 25px; }
        .sidebar ul li .children li {
          border: none; }
          .sidebar ul li .children li a {
            color: #6A6A6A;
            font-size: 16px;
            line-height: 20px; }
            .sidebar ul li .children li a:hover {
              color: #003C71; }
            .sidebar ul li .children li a:after {
              content: none; }
