/*!
Theme Name:		IFBMM
Theme URI:		https://benstones.uk
Description:	The bespoke WordPress theme for IFBMM
Version:		1.0
Author:			Ben Stones
Author URI:		https://benstones.uk
Text Domain:	ifbmm
*/
/* line 46, sass/base/_variables.scss */
.section__bg, .section__bg::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, sass/base/_reset.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, sass/base/_reset.scss */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, sass/base/_reset.scss */
a {
  background-color: transparent;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, sass/base/_reset.scss */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
/* line 116, sass/base/_reset.scss */
small {
  font-size: 80%;
}

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

/* line 133, sass/base/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 137, sass/base/_reset.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, sass/base/_reset.scss */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 176, sass/base/_reset.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
/* line 229, sass/base/_reset.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 253, sass/base/_reset.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, sass/base/_reset.scss */
textarea {
  overflow: auto;
}

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, sass/base/_reset.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, sass/base/_reset.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, sass/base/_reset.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, sass/base/_reset.scss */
[hidden] {
  display: none;
}

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

/* line 17, sass/vendor/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, sass/vendor/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, sass/vendor/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, sass/vendor/_slick.scss */
.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);
}

/* line 42, sass/vendor/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 50, sass/vendor/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 56, sass/vendor/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 60, sass/vendor/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, sass/vendor/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 68, sass/vendor/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 71, sass/vendor/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 74, sass/vendor/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 80, sass/vendor/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 84, sass/vendor/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 88, sass/vendor/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 92, sass/vendor/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, sass/vendor/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 1, sass/base/_global.scss */
*,
*:before,
*:after {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 7, sass/base/_global.scss */
*:focus {
  outline: none;
}

/* line 8, sass/base/_global.scss */
html {
  background-color: #FFF;
  /* for outside the body colour */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}

/* line 13, sass/base/_global.scss */
body {
  min-height: 100vh;
  overflow-x: hidden;
  margin: 0 auto;
  position: relative;
}
/* line 18, sass/base/_global.scss */
body.customize-support {
  min-height: calc(100vh - 32px);
}

@media only screen and (max-width: 782px) {
  /* line 21, sass/base/_global.scss */
  body.customize-support {
    min-height: calc(100vh - 46px);
  }
}
/* line 24, sass/base/_global.scss */
img {
  max-width: 100%;
}

/* line 25, sass/base/_global.scss */
mark {
  background-color: transparent;
  color: inherit;
}

/* line 26, sass/base/_global.scss */
a {
  cursor: pointer;
  text-decoration: none;
}

/* line 31, sass/base/_global.scss */
.container {
  width: 85%;
  max-width: 1400px;
  margin: 0 auto;
}
/* line 35, sass/base/_global.scss */
.container--thin {
  max-width: 1200px;
}
/* line 38, sass/base/_global.scss */
.container--thinner {
  max-width: 1000px;
}
/* line 41, sass/base/_global.scss */
.container--thinnest {
  max-width: 800px;
}

@media only screen and (max-width: 1600px) {
  /* line 46, sass/base/_global.scss */
  .container {
    max-width: 1200px;
  }
  /* line 48, sass/base/_global.scss */
  .container--thin {
    max-width: 1000px;
  }
  /* line 51, sass/base/_global.scss */
  .container--thinner {
    max-width: 800px;
  }
  /* line 54, sass/base/_global.scss */
  .container--thinnest {
    max-width: 600px;
  }
}
@media screen and (max-width: 600px) {
  /* line 71, sass/base/_global.scss */
  #wpadminbar {
    position: fixed;
  }
}
/* line 76, sass/base/_global.scss */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

/* line 77, sass/base/_global.scss */
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

/* line 78, sass/base/_global.scss */
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 79, sass/base/_global.scss */
.alignright {
  float: right;
}

/* line 80, sass/base/_global.scss */
.alignleft {
  float: left;
}

/* line 81, sass/base/_global.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 84, sass/base/_global.scss */
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 1, sass/base/_typography.scss */
::-moz-selection {
  background: #bad3e8;
  text-shadow: none;
}

/* line 2, sass/base/_typography.scss */
::selection {
  background: #bad3e8;
  text-shadow: none;
}

/* line 4, sass/base/_typography.scss */
html {
  color: #110263;
  font-family: "Arial", sans-serif;
  font-size: 62.5%;
  font-size: calc(0.4vw + 4px);
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

/* responsive font sizes */
@media only screen and (min-width: 1500px) {
  /* line 18, sass/base/_typography.scss */
  html {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 782px) {
  /* line 19, sass/base/_typography.scss */
  html {
    font-size: calc(0.5vw + 5px);
  }
}
@media only screen and (max-width: 450px) {
  /* line 20, sass/base/_typography.scss */
  html {
    font-size: 9px;
  }
}
/* links */
/* line 23, sass/base/_typography.scss */
a, a:link, a:visited {
  color: #1879bd;
  cursor: pointer;
  -webkit-transition: color 0.125s ease-in-out, background-color 0.125s ease-in-out;
  -moz-transition: color 0.125s ease-in-out, background-color 0.125s ease-in-out;
  -o-transition: color 0.125s ease-in-out, background-color 0.125s ease-in-out;
  transition: color 0.125s ease-in-out, background-color 0.125s ease-in-out;
}

/* line 28, sass/base/_typography.scss */
a:hover, a:active {
  color: #110263;
}

/* paragraphs */
/* line 31, sass/base/_typography.scss */
p {
  font-size: 2rem;
  line-height: 1.4em;
  margin: 0 0 2.4rem 0;
  color: #110263;
}

/* lists */
/* line 39, sass/base/_typography.scss */
ul, ol {
  margin: 2.4rem 0 2.4rem 0;
}

/* line 42, sass/base/_typography.scss */
li {
  font-size: 2rem;
  line-height: 1.4em;
}

/* line 47, sass/base/_typography.scss */
b, strong {
  font-weight: 700;
}

/* headings */
/* line 50, sass/base/_typography.scss */
h1 {
  font-family: "Arial", sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 6rem;
  line-height: 1.2em;
  margin: 0 0 1.6rem 0;
  color: #110263;
}

/* line 51, sass/base/_typography.scss */
h2 {
  font-family: "Arial", sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.2em;
  margin: 0 0 0.5em 0;
  color: #110263;
}

/* line 52, sass/base/_typography.scss */
h3 {
  font-family: "Arial", sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2em;
  margin: 0 0 1em 0;
  color: #110263;
}

/* line 53, sass/base/_typography.scss */
h4 {
  font-family: "Arial", sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2em;
  margin: 0 0 1.6rem 0;
  color: #110263;
}

/* line 54, sass/base/_typography.scss */
h5 {
  font-family: "Arial", sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2em;
  margin: 0 0 1.6rem 0;
  color: #110263;
}

/* line 55, sass/base/_typography.scss */
h6 {
  font-family: "Arial", sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2em;
  margin: 0 0 1.6rem 0;
  color: #110263;
  text-decoration: underline;
}

/* added with js to make tables responsive */
/* line 58, sass/base/_typography.scss */
.table_wrapper {
  width: 100%;
  overflow-y: auto;
  margin: 2.4rem 0;
}

/* line 64, sass/base/_typography.scss */
.table_wrapper table {
  margin: 0;
}

/* line 65, sass/base/_typography.scss */
.table_wrapper th, .table_wrapper td {
  min-width: 100px;
}

/* tables */
/* line 68, sass/base/_typography.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 2.4rem 0;
  width: 100%;
}

/* line 75, sass/base/_typography.scss */
table thead td, table th {
  background-color: #999;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6em;
  text-align: left;
  padding: 0.5em;
  border-bottom: 1px solid #ccc;
}

/* line 86, sass/base/_typography.scss */
table td {
  background-color: #fff;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6em;
  text-align: left;
  padding: 0.75em 0.5em;
  border-bottom: 1px solid #ccc;
}

/* line 1, sass/base/_icons.scss */
.icon::before {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: #110263;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

/* line 11, sass/base/_icons.scss */
.icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* line 22, sass/base/_icons.scss */
.icon--twitter::before {
  -webkit-mask: url("./images/twitter.svg") center/contain no-repeat;
  mask: url("./images/twitter.svg") center/contain no-repeat;
}
/* line 26, sass/base/_icons.scss */
.icon--facebook::before {
  -webkit-mask: url("./images/facebook.svg") center/contain no-repeat;
  mask: url("./images/facebook.svg") center/contain no-repeat;
}
/* line 30, sass/base/_icons.scss */
.icon--facebook-circle::before {
  -webkit-mask: url("./images/facebook-circle.svg") center/contain no-repeat;
  mask: url("./images/facebook-circle.svg") center/contain no-repeat;
}
/* line 34, sass/base/_icons.scss */
.icon--linkedin::before {
  -webkit-mask: url("./images/linkedin.svg") center/contain no-repeat;
  mask: url("./images/linkedin.svg") center/contain no-repeat;
}
/* line 38, sass/base/_icons.scss */
.icon--youtube::before {
  -webkit-mask: url("./images/youtube.svg") center/contain no-repeat;
  mask: url("./images/youtube.svg") center/contain no-repeat;
}
/* line 42, sass/base/_icons.scss */
.icon--instagram::before {
  -webkit-mask: url("./images/instagram.svg") center/contain no-repeat;
  mask: url("./images/instagram.svg") center/contain no-repeat;
}
/* line 46, sass/base/_icons.scss */
.icon--bluesky::before {
  -webkit-mask: url("./images/bluesky.svg") center/contain no-repeat;
  mask: url("./images/bluesky.svg") center/contain no-repeat;
}
/* line 50, sass/base/_icons.scss */
.icon--menu::before {
  -webkit-mask: url("./images/menu.svg") center/contain no-repeat;
  mask: url("./images/menu.svg") center/contain no-repeat;
}
/* line 54, sass/base/_icons.scss */
.icon--tel::before {
  -webkit-mask: url("./images/tel.svg") center/contain no-repeat;
  mask: url("./images/tel.svg") center/contain no-repeat;
}
/* line 58, sass/base/_icons.scss */
.icon--email::before {
  -webkit-mask: url("./images/email.svg") center/contain no-repeat;
  mask: url("./images/email.svg") center/contain no-repeat;
}
/* line 62, sass/base/_icons.scss */
.icon--chevron::before {
  -webkit-mask: url("./images/chevron.svg") center/contain no-repeat;
  mask: url("./images/chevron.svg") center/contain no-repeat;
}
/* line 66, sass/base/_icons.scss */
.icon--arrow::before {
  -webkit-mask: url("./images/arrow.svg") center/contain no-repeat;
  mask: url("./images/arrow.svg") center/contain no-repeat;
}
/* line 70, sass/base/_icons.scss */
.icon--close::before {
  -webkit-mask: url("./images/close.svg") center/contain no-repeat;
  mask: url("./images/close.svg") center/contain no-repeat;
}
/* line 74, sass/base/_icons.scss */
.icon--search::before {
  -webkit-mask: url("./images/search.svg") center/contain no-repeat;
  mask: url("./images/search.svg") center/contain no-repeat;
}
/* line 78, sass/base/_icons.scss */
.icon--open::before {
  -webkit-mask: url("./images/open.svg") center/contain no-repeat;
  mask: url("./images/open.svg") center/contain no-repeat;
}
/* line 82, sass/base/_icons.scss */
.icon--share::before {
  -webkit-mask: url("./images/share.svg") center/contain no-repeat;
  mask: url("./images/share.svg") center/contain no-repeat;
}
/* line 86, sass/base/_icons.scss */
.icon--caret::before {
  -webkit-mask: url("./images/caret.svg") center/contain no-repeat;
  mask: url("./images/caret.svg") center/contain no-repeat;
}
/* line 91, sass/base/_icons.scss */
.icon--left {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* line 2, sass/base/_button.scss */
.btn {
  background-color: #110263;
  color: #FFF;
  height: 4.8rem;
  border-radius: 2.4rem;
  display: inline-flex;
  align-items: center;
  padding: .6rem 3rem;
  text-align: center;
  font-size: 2rem;
  color: #FFF;
}
/* line 13, sass/base/_button.scss */
.btn:link, .btn:visited {
  color: #FFF;
}
/* line 14, sass/base/_button.scss */
.btn:hover {
  background-color: #EE972E;
}
/* line 16, sass/base/_button.scss */
.btn--outline {
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  -moz-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  -o-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
/* line 19, sass/base/_button.scss */
.btn--outline.btn--white {
  -webkit-box-shadow: inset 0 0 0 1px #FFF;
  -moz-box-shadow: inset 0 0 0 1px #FFF;
  box-shadow: inset 0 0 0 1px #FFF;
  color: #FFF;
}
/* line 23, sass/base/_button.scss */
.btn--outline:hover {
  -webkit-box-shadow: inset 0 0 0 1px rgba(238, 151, 46, 0);
  -moz-box-shadow: inset 0 0 0 1px rgba(238, 151, 46, 0);
  box-shadow: inset 0 0 0 1px rgba(238, 151, 46, 0);
}

/* line 3, sass/partials/_header.scss */
.header--splash {
  background: #110263;
  padding: calc(0.75vw + 0.75rem);
}
/* line 6, sass/partials/_header.scss */
.header--splash__menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 13, sass/partials/_header.scss */
.header--splash__menu li {
  padding: 0 calc(1vw + 1rem);
}
/* line 15, sass/partials/_header.scss */
.header--splash__menu li a {
  color: #FFF;
  text-align: center;
}
/* line 19, sass/partials/_header.scss */
.header--splash__menu li a:hover {
  color: #68D6FF;
}

/* line 1, sass/partials/_section.scss */
.section {
  padding: calc(3vw + 3rem) 0;
  position: relative;
}
/* line 4, sass/partials/_section.scss */
.section__bg {
  background: center/cover no-repeat;
  background-color: inherit;
}
/* line 8, sass/partials/_section.scss */
.section__bg::after {
  content: '';
  background-color: inherit;
  opacity: .75;
  z-index: 1;
}
/* line 15, sass/partials/_section.scss */
.section__bg + * {
  position: relative;
  z-index: 2;
}
/* line 21, sass/partials/_section.scss */
.section--thin {
  padding: calc(1.5vw + 1.5rem) 0;
}
/* line 24, sass/partials/_section.scss */
.section--thick {
  padding: calc(6vw + 6rem) 0;
}

/* line 29, sass/partials/_section.scss */
.bg--white {
  background-color: #FFF;
}
/* line 31, sass/partials/_section.scss */
.bg--white + .bg--white {
  padding-top: 0;
}

/* line 33, sass/partials/_section.scss */
.bg--blue, .footer {
  background-color: #025595;
}
/* line 35, sass/partials/_section.scss */
.bg--blue + .bg--blue, .footer + .bg--blue, .bg--blue + .footer, .footer + .footer {
  padding-top: 0;
}

/* line 37, sass/partials/_section.scss */
.bg--dkblue {
  background-color: #110263;
}
/* line 39, sass/partials/_section.scss */
.bg--dkblue + .bg--dkblue {
  padding-top: 0;
}

/* line 45, sass/partials/_section.scss */
.bg--dkblue h1, .bg--dkblue h2, .bg--dkblue h3, .bg--dkblue h4, .bg--dkblue h5, .bg--dkblue h6, .bg--dkblue p, .bg--dkblue li,
.bg--blue h1,
.footer h1,
.bg--blue h2,
.footer h2,
.bg--blue h3,
.footer h3,
.bg--blue h4,
.footer h4,
.bg--blue h5,
.footer h5,
.bg--blue h6,
.footer h6,
.bg--blue p,
.footer p,
.bg--blue li,
.footer li,
.bg--trans h1,
.bg--trans h2,
.bg--trans h3,
.bg--trans h4,
.bg--trans h5,
.bg--trans h6,
.bg--trans p,
.bg--trans li {
  color: #FFF;
}
/* line 47, sass/partials/_section.scss */
.bg--dkblue h1 a:not(.btn), .bg--dkblue h2 a:not(.btn), .bg--dkblue h3 a:not(.btn), .bg--dkblue h4 a:not(.btn), .bg--dkblue h5 a:not(.btn), .bg--dkblue h6 a:not(.btn), .bg--dkblue p a:not(.btn), .bg--dkblue li a:not(.btn),
.bg--blue h1 a:not(.btn),
.footer h1 a:not(.btn),
.bg--blue h2 a:not(.btn),
.footer h2 a:not(.btn),
.bg--blue h3 a:not(.btn),
.footer h3 a:not(.btn),
.bg--blue h4 a:not(.btn),
.footer h4 a:not(.btn),
.bg--blue h5 a:not(.btn),
.footer h5 a:not(.btn),
.bg--blue h6 a:not(.btn),
.footer h6 a:not(.btn),
.bg--blue p a:not(.btn),
.footer p a:not(.btn),
.bg--blue li a:not(.btn),
.footer li a:not(.btn),
.bg--trans h1 a:not(.btn),
.bg--trans h2 a:not(.btn),
.bg--trans h3 a:not(.btn),
.bg--trans h4 a:not(.btn),
.bg--trans h5 a:not(.btn),
.bg--trans h6 a:not(.btn),
.bg--trans p a:not(.btn),
.bg--trans li a:not(.btn) {
  color: inherit;
}
/* line 49, sass/partials/_section.scss */
.bg--dkblue h1 a:not(.btn):hover, .bg--dkblue h2 a:not(.btn):hover, .bg--dkblue h3 a:not(.btn):hover, .bg--dkblue h4 a:not(.btn):hover, .bg--dkblue h5 a:not(.btn):hover, .bg--dkblue h6 a:not(.btn):hover, .bg--dkblue p a:not(.btn):hover, .bg--dkblue li a:not(.btn):hover,
.bg--blue h1 a:not(.btn):hover,
.footer h1 a:not(.btn):hover,
.bg--blue h2 a:not(.btn):hover,
.footer h2 a:not(.btn):hover,
.bg--blue h3 a:not(.btn):hover,
.footer h3 a:not(.btn):hover,
.bg--blue h4 a:not(.btn):hover,
.footer h4 a:not(.btn):hover,
.bg--blue h5 a:not(.btn):hover,
.footer h5 a:not(.btn):hover,
.bg--blue h6 a:not(.btn):hover,
.footer h6 a:not(.btn):hover,
.bg--blue p a:not(.btn):hover,
.footer p a:not(.btn):hover,
.bg--blue li a:not(.btn):hover,
.footer li a:not(.btn):hover,
.bg--trans h1 a:not(.btn):hover,
.bg--trans h2 a:not(.btn):hover,
.bg--trans h3 a:not(.btn):hover,
.bg--trans h4 a:not(.btn):hover,
.bg--trans h5 a:not(.btn):hover,
.bg--trans h6 a:not(.btn):hover,
.bg--trans p a:not(.btn):hover,
.bg--trans li a:not(.btn):hover {
  text-decoration: underline;
}
/* line 52, sass/partials/_section.scss */
.bg--dkblue .drop,
.bg--blue .drop,
.footer .drop,
.bg--trans .drop {
  border-color: #FFF;
}
/* line 54, sass/partials/_section.scss */
.bg--dkblue .drop__down,
.bg--blue .drop__down,
.footer .drop__down,
.bg--trans .drop__down {
  border-color: #FFF;
}

/* line 2, sass/partials/_text.scss */
.text > *:last-child {
  margin-bottom: 0;
}

/* line 4, sass/partials/_text.scss */
* + .text {
  margin-top: calc(2vw + 2rem);
}

/* line 1, sass/partials/_split.scss */
.split {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: calc(4vw + 4rem);
}
/* line 6, sass/partials/_split.scss */
.split__col {
  flex: 1;
  max-width: 60%;
}
/* line 9, sass/partials/_split.scss */
.split__col > *:last-child {
  margin-bottom: 0;
}
/* line 10, sass/partials/_split.scss */
.split__col--shrink {
  flex: 0 1 0;
}
/* line 15, sass/partials/_split.scss */
.split--center {
  align-items: center;
}
/* line 18, sass/partials/_split.scss */
.split--end {
  align-items: flex-end;
}

/* line 22, sass/partials/_split.scss */
* + .split {
  margin-top: calc(2vw + 2rem);
}

/* line 1, sass/partials/_drop.scss */
.drop {
  border-bottom: 1px solid #110263;
}
/* line 3, sass/partials/_drop.scss */
.drop__down {
  border-top: 1px solid #110263;
}
/* line 5, sass/partials/_drop.scss */
.drop__down__top {
  padding: 1.6rem 5rem 1.6em 0;
  min-height: 5rem;
  position: relative;
  cursor: pointer;
}
/* line 10, sass/partials/_drop.scss */
.drop__down__top > *:last-child {
  margin-bottom: 0;
}
/* line 11, sass/partials/_drop.scss */
.drop__down__top:after {
  content: '';
  position: absolute;
  top: 1rem;
  right: 0;
  display: block;
  width: 4rem;
  height: 4rem;
  background: url("./images/icons/chevron.svg") center/60% no-repeat;
  background-color: transparent;
  border: 1px solid #FFF;
  border-radius: 50%;
  pointer-events: none;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
/* line 26, sass/partials/_drop.scss */
.drop__down__top:hover::after {
  background-color: #EE972E;
}
/* line 30, sass/partials/_drop.scss */
.drop__down__bot {
  display: none;
}
/* line 32, sass/partials/_drop.scss */
.drop__down__bot > *:last-child {
  margin-bottom: 0;
}
/* line 36, sass/partials/_drop.scss */
.drop__down.open .drop__down__top::after {
  background-color: #68D6FF;
}

/* line 42, sass/partials/_drop.scss */
* + .drop {
  margin-top: calc(2vw + 2rem);
}

/* line 2, sass/partials/_list.scss */
.list__items {
  padding: 0;
  margin: 0 0 -2rem;
}
/* line 5, sass/partials/_list.scss */
.list__items li {
  margin-bottom: 2rem;
}
/* line 7, sass/partials/_list.scss */
.list__items li:before {
  margin-right: calc(1vw + 1rem);
  content: counter(item);
  background: #68D6FF;
  border-radius: 50%;
  display: block;
  color: #FFF;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 2rem;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* line 24, sass/partials/_list.scss */
.list__items li:nth-child(1)::before, .list__items li:nth-child(8)::before {
  background-color: #EE972E;
}
/* line 28, sass/partials/_list.scss */
.list__items li:nth-child(2)::before, .list__items li:nth-child(7)::before {
  background-color: #025595;
}
/* line 32, sass/partials/_list.scss */
.list__items li:nth-child(3)::before, .list__items li:nth-child(6)::before {
  background-color: #1D5869;
}
/* line 36, sass/partials/_list.scss */
.list ol {
  list-style: none;
  counter-reset: item;
}
/* line 39, sass/partials/_list.scss */
.list ol li {
  counter-increment: item;
}
/* line 43, sass/partials/_list.scss */
.list--col2 {
  column-gap: calc(4vw + 4rem);
}
/* line 45, sass/partials/_list.scss */
.list--col2 .list__items {
  column-count: 2;
}

/* line 50, sass/partials/_list.scss */
* + .list {
  margin-top: calc(2vw + 2rem);
}

/* line 1, sass/partials/_misc.scss */
body .iframe-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* line 5, sass/partials/_misc.scss */
body .iframe-wrapper::before {
  content: '';
  padding-bottom: 56.25%;
  display: block;
}
/* line 10, sass/partials/_misc.scss */
body .iframe-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 19, sass/partials/_misc.scss */
.social {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding: 0;
  margin: -.4rem;
}
/* line 26, sass/partials/_misc.scss */
.social li a {
  display: block;
  padding: .4rem;
}
/* line 29, sass/partials/_misc.scss */
.social li a i::before {
  background: #FFF;
  height: 2rem;
  width: 2rem;
}

/* line 1, sass/partials/_footer.scss */
.footer {
  padding: calc(2vw + 2rem) 0;
}
/* line 5, sass/partials/_footer.scss */
.footer .split__col p {
  text-align: right;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
