/*! normalize.css v7.0.0 | 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 IE on Windows Phone and in iOS. */
html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

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

/** Add the correct display in IE 9-. */
article, aside, footer, header, nav, section { display: block; }

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

/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in IE. */
figcaption, figure, main { /* 1 */ display: block; }

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

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

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

/* Text-level semantics ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

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

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

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

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

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

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

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

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

sub { bottom: -0.25em; }

sup { top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

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

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

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

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

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

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

/* Interactive ========================================================================== */
/* Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */
details, menu { display: block; }

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

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas { display: inline-block; }

/** Add the correct display in IE. */
template { display: none; }

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

/* ============================================================================================== */
/* !VARIABLES */
/* ============================================================================================== */
/* !MIXINS */
/* ============================================================================================== */
/* !FONT */
@font-face { font-family: 'Kiona-Regular'; src: url("../fonts/kiona/kiona-regular.eot"); src: url("../fonts/kiona/kiona-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/kiona/kiona-regular.woff2") format("woff2"), url("../fonts/kiona/kiona-regular.woff") format("woff"), url("../fonts/kiona/kiona-regular.ttf") format("truetype"), url("../fonts/kiona/kiona-regular.svg#youworkforthem") format("svg"); font-weight: normal; font-style: normal; }
/* ============================================================================================== */
/* !GLOBAL */
* { -webkit-box-sizing: border-box; box-sizing: border-box; }

body { overflow-x: hidden; min-width: 300px; max-width: 100vw; font-family: 'Catamaran', sans-serif; font-style: normal; font-weight: 500; font-size: 24px; font-style: normal; color: #ffffff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body.body-fixed { position: fixed; width: 100vw; }
@media only screen and (max-width: 1279px) { body > div { max-width: 100%; overflow-x: hidden; } }

svg { position: absolute; width: 100%; height: 100%; }

ol, ul { margin: 0; padding: 0; border: 0; }

ul, li { margin: 0; padding: 0; list-style: none; }

a { color: #ffffff; text-decoration: none; }
a:hover, a.active { color: #fae6cd; text-decoration: none; }

sup { position: relative; top: -0.4em; font-size: 65%; line-height: 1em; }

a:focus, a.focus { outline: none; outline-offset: 0; }

button:focus, button:hover, button.focus { outline: none; outline-offset: 0; }

input:focus, input:hover, input.focus { outline: none; outline-offset: 0; }

div:focus, div:hover, div.focus { outline: none; outline-offset: 0; }

h2, h3, h4, p { color: #ffffff; }

h2 { font-family: 'Kiona-Regular', sans-serif; font-style: normal; font-weight: 400; font-size: 68px; margin: 10px 0 0 0; line-height: 1.3em; letter-spacing: -1px; }

h3 { font-family: 'Kiona-Regular', sans-serif; font-style: normal; font-weight: 400; font-size: 48px; margin: 50px 0 0; line-height: 1.05em; letter-spacing: -0.5px; width: 100%; }

h4 { font-family: 'Kiona-Regular', sans-serif; font-style: normal; font-weight: 400; margin: 30px 0 0; font-size: 36px; line-height: 1.3em; letter-spacing: -0.2px; }

h5 { font-family: 'Kiona-Regular', sans-serif; font-style: normal; font-weight: 400; margin: 30px 0 0; font-size: 24px; line-height: 1.3em; letter-spacing: -0.2px; }

p { font-family: 'Catamaran', sans-serif; font-style: normal; font-weight: 500; margin: 20px 0 0 0; font-size: 22px; line-height: 1.3em; letter-spacing: -0.2px; }

.section { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.container-fluid, .container-fluid-wide { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; width: 100%; max-width: 1280px; padding-left: 25px; padding-right: 25px; margin-right: auto; margin-left: auto; }

@media (max-width: 1024px) { h2 { margin: 10px 0 0 0; font-size: 56px; line-height: 1.2em; }
  h3 { margin: 20px 0 0; font-size: 40px; line-height: 1.3em; }
  h4 { margin: 20px 0 0; font-size: 36px; line-height: 1.3em; }
  h5 { margin: 20px 0 0; font-size: 22px; line-height: 1.3em; }
  p { margin: 20px 0 0; font-size: 20px; line-height: 1.3em; } }
@media (max-width: 768px) { h2 { font-size: 45px; line-height: 1.3em; }
  h3 { font-size: 36px; line-height: 1.3em; }
  h4 { font-size: 28px; line-height: 1.3em; }
  p { font-size: 18px; line-height: 1.3em; } }
@media (max-width: 480px) { h2 { font-size: 30px; line-height: 1.1em; letter-spacing: 0.6px; }
  h3 { font-size: 27px; line-height: 1.1em; letter-spacing: 0.4px; }
  h4 { font-size: 24px; line-height: 1.3em; }
  p { font-size: 18px; line-height: 1.3em; z-index: 10; }
  .container-fluid { padding-left: 15px; padding-right: 15px; }
  .container-fluid p { margin: 10px 0 0 0; font-size: 18px; line-height: 1.3em; } }
/* ============================================================================================== */
/* !NAV */
.navbar { position: fixed; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0; margin: 0; width: 100%; height: 100px; z-index: 200; -webkit-transition: all 0.3s cubic-bezier(0.76, 0.01, 0.64, 1) 0s; transition: all 0.3s cubic-bezier(0.76, 0.01, 0.64, 1) 0s; }
.navbar .container-fluid { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: left; -ms-flex-align: left; align-items: left; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.navbar .container-fluid .navitems { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-bottom: 14px; }
.navbar .container-fluid .navitems > a { text-decoration: none; }
.navbar .container-fluid .navitems > a .logo { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 137px; height: 65px; background-image: url(../images/logo.png); background-repeat: no-repeat; background-position: top left; background-size: contain; }
.navbar .container-fluid .navitems ul { margin-left: 40px; }
.navbar .container-fluid .navitems li { display: inline-block; margin: 0 40px 0 0; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; -ms-flex-wrap: nowrap; flex-wrap: nowrap; font-size: 28px; }
.navbar .container-fluid .navitems li:last-child { margin-right: 0; }
.navbar .container-fluid .navitems li.nav-toggle-button { display: none; }
.navbar .container-fluid .navitems li.active { font-family: 'Oswald', sans-serif; font-style: normal; font-weight: 300; color: #fae6cd; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; -ms-flex-wrap: nowrap; flex-wrap: nowrap; text-decoration: none; white-space: nowrap; letter-spacing: 1px; }
.navbar .container-fluid .navitems li a { font-family: 'Oswald', sans-serif; font-style: normal; font-weight: 300; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; -ms-flex-wrap: nowrap; flex-wrap: nowrap; color: #ffffff; text-decoration: none; white-space: nowrap; letter-spacing: 1px; }
.navbar .container-fluid .navitems li a:focus { color: #fae6cd; }
.navbar .container-fluid .navitems li a:hover { color: #fae6cd; }
.navbar.collapsed { height: 65px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #152b3f; }
.navbar.collapsed .container-fluid .navitems { padding-bottom: 0; }
.navbar.collapsed .container-fluid .navitems .logo { display: block; width: 96px; height: 46px; }
.navbar #nav-toggle { display: none; position: absolute; right: 0; top: 0; bottom: 90px; width: 100%; -webkit-transition: all 0.3s cubic-bezier(0.76, 0.01, 0.64, 1) 0s; transition: all 0.3s cubic-bezier(0.76, 0.01, 0.64, 1) 0s; }
.navbar #nav-toggle .nav-toggle-button { position: absolute; right: 0; top: 0; width: 60px; height: 60px; cursor: pointer; }
.navbar #nav-toggle .nav-toggle-button .c-hamburger { position: absolute; right: 20px; top: 20px; display: block; margin: 0; padding: 0; width: 26px; height: 28px; font-size: 0; text-indent: -9999px; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-box-shadow: none; box-shadow: none; border-radius: none; border: none; }
.navbar #nav-toggle .nav-toggle-button .c-hamburger:focus { outline: none; }
.navbar #nav-toggle .nav-toggle-button .c-hamburger span { display: block; position: absolute; top: 12px; left: 0; right: 0; height: 3px; background: #ffffff; }
.navbar #nav-toggle .nav-toggle-button .c-hamburger span::before, .navbar #nav-toggle .nav-toggle-button .c-hamburger span::after { position: absolute; display: block; left: 0; width: 26px; height: 3px; background-color: white; content: ""; }
.navbar #nav-toggle .nav-toggle-button .c-hamburger span::before { top: -8px; }
.navbar #nav-toggle .nav-toggle-button .c-hamburger span::after { bottom: -8px; }
.navbar #nav-toggle .nav-toggle-button .c-hamburger--htx { background-color: transparent; }
.navbar #nav-toggle .nav-toggle-button .c-hamburger--htx span::before { -webkit-transition-property: top, -webkit-transform; transition-property: top, -webkit-transform; transition-property: top, transform; transition-property: top, transform, -webkit-transform; }
.navbar #nav-toggle .nav-toggle-button .c-hamburger--htx span::after { -webkit-transition-property: bottom, -webkit-transform; transition-property: bottom, -webkit-transform; transition-property: bottom, transform; transition-property: bottom, transform, -webkit-transform; }
.navbar #nav-toggle .nav-toggle-button:hover .c-hamburger span { background: #ffffff none repeat scroll 0 0; }
.navbar #nav-toggle .nav-toggle-button:hover .c-hamburger span::before, .navbar #nav-toggle .nav-toggle-button:hover .c-hamburger span::after { background-color: #fae6cd; }
.navbar #nav-overlay { position: absolute; display: none; background-color: #152b3f; opacity: 0; left: 0; top: 0; width: 100vw; height: 0; -webkit-transition: opacity 0.3s ease-in-out 0.3s, height 0s ease-in-out 0.6s; transition: opacity 0.3s ease-in-out 0.3s, height 0s ease-in-out 0.6s; }
.navbar #nav-menu { position: absolute; display: none; opacity: 0; left: 0; top: 0; width: 100vw; height: 0; -webkit-transition: opacity 0.3s ease-in-out 0.3s, height 0s ease-in-out 0.6s; transition: opacity 0.3s ease-in-out 0.3s, height 0s ease-in-out 0.6s; overflow: hidden; }
.navbar #nav-menu ul { left: 0; margin: 0; padding: 0; position: relative; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.navbar #nav-menu ul li { display: block; color: white; list-style: outside none none; text-align: center; }
.navbar #nav-menu ul li.active { font-family: 'Oswald', sans-serif; font-style: normal; font-weight: 300; color: #b80606; font-size: 28px; line-height: 2.3em; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; -ms-flex-wrap: nowrap; flex-wrap: nowrap; text-decoration: none; white-space: nowrap; letter-spacing: 1px; }
.navbar #nav-menu ul li a { font-family: 'Oswald', sans-serif; font-style: normal; font-weight: 300; margin: 10px 0 0 0; font-size: 28px; line-height: 2.3em; color: #ffffff; text-decoration: none; }
.navbar #nav-menu ul li a:hover, .navbar #nav-menu ul li a.active { color: #fae6cd; }
.navbar.open #nav-overlay { display: block; opacity: 1; height: 100vh; -webkit-transition: opacity 0.4s ease-in-out 0s, height 0.1s ease-in-out; transition: opacity 0.4s ease-in-out 0s, height 0.1s ease-in-out; }
.navbar.open #nav-menu { opacity: 1; height: 100vh; -webkit-transition: opacity 0.4s ease-in-out 0s, height 0.1s ease-in-out; transition: opacity 0.4s ease-in-out 0s, height 0.1s ease-in-out; }
.navbar.open #nav-toggle .nav-toggle-button .c-hamburger--htx span { background: none; -webkit-transition-delay: 0s, 0.3s; transition-delay: 0s, 0.3s; }
.navbar.open #nav-toggle .nav-toggle-button .c-hamburger--htx span::before { top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition-delay: 0s, 0.3s; transition-delay: 0s, 0.3s; }
.navbar.open #nav-toggle .nav-toggle-button .c-hamburger--htx span::after { bottom: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition-delay: 0s, 0.3s; transition-delay: 0s, 0.3s; }
.navbar.open #nav-toggle .nav-toggle-button .c-hamburger span { background: none; }
.navbar.open #nav-toggle .nav-toggle-button .c-hamburger span::before { background-color: white; }
.navbar.open #nav-toggle .nav-toggle-button .c-hamburger span::after { background-color: white; }
.navbar.open #nav-menu { display: block; }
@media only screen and (max-width: 767px) { .navbar { -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 65px; }
  .navbar .container-fluid .navitems > a .logo { display: block; width: 96px; height: 46px; }
  .navbar .container-fluid .navitems ul { display: none; }
  .navbar #nav-toggle { display: block; }
  .navbar .container-fluid .navitems > a { padding-left: 0; } }

/* ============================================================================================== */
/* !NAV */
.section-footer { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding: 0; margin: 0; background-color: #152b3f; width: 100%; z-index: 200; }
.section-footer .container-fluid { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: left; -ms-flex-align: left; align-items: left; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.section-footer .container-fluid .footer-items { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-top: 26px; margin-bottom: 40px; }
.section-footer .container-fluid .footer-items > a { text-decoration: none; margin-right: 80px; }
.section-footer .container-fluid .footer-items > a .logo { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 137px; height: 65px; background-image: url(../images/logo.png); background-repeat: no-repeat; background-position: top left; background-size: contain; }
.section-footer .container-fluid .footer-items ul { margin-left: 40px; }
.section-footer .container-fluid .footer-items ul li { display: inline-block; margin: 0 20px 0 0; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; -ms-flex-wrap: nowrap; flex-wrap: nowrap; font-size: 18px; }
.section-footer .container-fluid .footer-items ul li .section-social-nav { width: 44px; height: 44px; }
@media only screen and (max-width: 1023px) { .section-footer .container-fluid .footer-items > a { width: 100%; }
  .section-footer .container-fluid .footer-items ul { margin-left: 0; margin-top: 10px; }
  .section-footer .container-fluid .footer-items ul li { margin-top: 10px; } }

/* ============================================================================================== */
/* !SECTION MASTHEAD */
.section-masthead { background-color: #152b3f; overflow-y: hidden; position: relative; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.section-masthead .container-fluid-wide { max-width: 1600px; padding-left: 0; padding-right: 0; }
.section-masthead .container-fluid-wide .main-carousel { width: 100%; max-width: 1600px; }
.section-masthead .container-fluid-wide .main-carousel .carousel-cell { width: 100%; /* full width */ height: auto; /* height of carousel */ 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; }
.section-masthead .container-fluid-wide .main-carousel .carousel-cell img { width: 100%; }
.section-masthead .container-fluid-wide .main-carousel .carousel-cell h2 { position: absolute; text-align: center; max-width: 80%; margin-top: 0; }
.section-masthead .parallax-masthead { width: 50px; height: 50px; position: absolute; top: 60%; left: 6%; background-size: contain; background-repeat: no-repeat; background-position: center 0px; z-index: 8; }
.section-masthead .parallax-masthead.one { /* background-image: url('../images/square1.jpg') */ background-color: #2096d4; }
.section-masthead .parallax-masthead.two { left: 90%; /* background-image: url('../images/square2.jpg'); */ background-color: #152b3f; }
.section-masthead .parallax-masthead.three { top: calc(80%); left: 25%; /* background-image: url('../images/square1.jpg') */ background-color: #152b3f; }
.section-masthead .parallax-masthead.four { top: 85%; left: 66%; /* background-image: url('../images/square2.jpg'); */ background-color: #9d0505; }
.section-masthead .flickity-enabled.is-fade .flickity-slider > * { pointer-events: none; z-index: 0; }
.section-masthead .flickity-enabled.is-fade .flickity-slider > .is-selected { pointer-events: auto; z-index: 1; }
.section-masthead .flickity-button { display: none; }
.section-masthead .masthead-text { position: relative; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin-top: 286px; width: 48%; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.section-masthead .masthead-text h2 { width: 100%; margin-top: 0; color: #1873a2; margin-bottom: 50px; width: 100%; line-height: 1.2em; }
.section-masthead .masthead-text h4 { margin-bottom: 60px; letter-spacing: -0.4px; color: #1873a2; line-height: 1.8em; }
.section-masthead.collapsed { padding-top: 65px; }
@media only screen and (max-width: 1279px) { .section-masthead { overflow: visible; } }
@media only screen and (max-width: 1023px) { .section-masthead { padding-top: 85px; }
  .section-masthead .container-fluid .masthead-text { margin-top: 180px; margin-bottom: 40px; } }
@media only screen and (max-width: 767px) { .section-masthead { padding-top: 65px; }
  .section-masthead .parallax-masthead { width: 40px; height: 40px; }
  .section-masthead .container-fluid { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .section-masthead .container-fluid .masthead-text { width: 100%; margin-top: 440px; }
  .section-masthead .container-fluid .masthead-text h2 { width: 100%; } }
@media only screen and (max-width: 479px) { .section-masthead .parallax-masthead { width: 30px; height: 30px; }
  .section-masthead .container-fluid .masthead-text { margin-top: 320px; }
  .section-masthead .container-fluid .masthead-text h2 { margin-bottom: 20px; } }

/* ============================================================================================== */
/* !SECTION INTRO */
.section-intro { background-color: #152b3f; overflow-y: hidden; position: relative; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.section-intro .parallax-intro { width: 50px; height: 50px; position: absolute; top: 0; left: 0; background-size: contain; background-repeat: no-repeat; background-position: center 0px; }
.section-intro .parallax-intro.one { left: 0; top: 6%; background-image: url("../images/square2.jpg"); }
.section-intro .parallax-intro.two { left: 0; top: 36%; background-color: #9d0505; }
.section-intro .parallax-intro.three { left: 30%; top: -20%; background-image: url("../images/square3.jpg"); }
.section-intro .parallax-intro.four { left: 80%; top: 18%; background-image: url("../images/square4.jpg"); }
.section-intro .parallax-intro.five { left: 93%; top: 30%; background-image: url("../images/square1.jpg"); }
.section-intro .container-fluid { padding-top: 90px; padding-bottom: 45px; -ms-flex-wrap: wrap; flex-wrap: wrap; max-width: 1024px; }
.section-intro .container-fluid h2 { text-align: center; width: 100%; margin-bottom: 60px; z-index: 10; }
.section-intro .container-fluid a { font-family: 'Oswald', sans-serif; font-style: normal; font-weight: 300; font-size: 28px; text-decoration: none; white-space: nowrap; letter-spacing: 1px; width: 100%; text-align: center; margin-top: 80px; z-index: 10; }
.section-intro .container-fluid a:focus, .section-intro .container-fluid a:hover, .section-intro .container-fluid a.active { color: #fae6cd; }
.section-intro .container-fluid p { z-index: 10; }
@media only screen and (max-width: 767px) { .section-intro .parallax-intro { width: 40px; height: 40px; }
  .section-intro .container-fluid { padding-top: 40px; }
  .section-intro .container-fluid h2 { margin-bottom: 30px; }
  .section-intro .container-fluid a { margin-top: 30px; } }
@media only screen and (max-width: 479px) { .section-intro .parallax-intro { width: 30px; height: 30px; }
  .section-intro .container-fluid a { font-size: 24px; } }

/* ============================================================================================== */
/* !SECTION EXPLORER */
.fancybox-slide--iframe .fancybox-content { width: 800px; }

.section-explorers-header { background-color: #2096d4; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 198px; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; background-image: url("../images/team-bkg.jpg"); background-size: cover; background-repeat: no-repeat; background-position: center 0px; }
.section-explorers-header .container-fluid h2 { text-align: center; width: 100%; margin-bottom: 20px; }

.section-explorers { background-color: #1873a2; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.section-explorers .container-fluid { padding-left: 0; padding-right: 0; -ms-flex-wrap: wrap; flex-wrap: wrap; background-color: #2096d4; }
.section-explorers .container-fluid .explorer-tile { width: 20%; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; line-height: 0; position: relative; }
.section-explorers .container-fluid .explorer-tile h4 { position: absolute; top: 15px; left: 15px; margin-top: 10px; width: 120px; line-height: 1.1em; font-size: 28px; }
.section-explorers .container-fluid .explorer-tile h5 { position: absolute; bottom: 20px; left: 20px; width: 120px; line-height: 1.1em; }
.section-explorers .container-fluid .explorer-tile h5 span { font-size: 18px; }
.section-explorers .container-fluid .explorer-tile a { font-family: 'Oswald', sans-serif; font-style: normal; font-weight: 300; font-size: 0; text-decoration: none; white-space: normal; letter-spacing: 1px; width: 100%; text-align: left; display: block; }
.section-explorers .container-fluid .explorer-tile a:focus, .section-explorers .container-fluid .explorer-tile a:hover, .section-explorers .container-fluid .explorer-tile a.active { color: #fae6cd; }
.section-explorers .container-fluid .explorer-tile a img { width: 100%; }
.section-explorers .container-fluid .explorer-tile a img.showHover { position: absolute; top: 0; left: 0; opacity: 0; }
.section-explorers .container-fluid .explorer-tile a:hover img.showHover { opacity: 1; }
.section-explorers .container-fluid h2 { text-align: center; width: 100%; margin-bottom: 60px; }
.section-explorers .container-fluid p { font-size: 24px; line-height: 1.4em; }
@media only screen and (max-width: 1023px) { .section-explorers .container-fluid .explorer-tile { width: calc(100% / 3); }
  .section-explorers .container-fluid .explorer-tile.hideSmall { display: none; } }
@media only screen and (max-width: 767px) { .section-explorers .container-fluid .explorer-tile { width: 50%; } }
@media only screen and (max-width: 479px) { .section-explorers .container-fluid .explorer-tile { width: 100%; }
  .section-explorers .container-fluid .explorer-tile.explorer-tile-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .section-explorers .container-fluid .explorer-tile.explorer-tile-2 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }
  .section-explorers .container-fluid .explorer-tile.explorer-tile-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
  .section-explorers .container-fluid .explorer-tile.explorer-tile-4 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }
  .section-explorers .container-fluid .explorer-tile.explorer-tile-5 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .section-explorers .container-fluid .explorer-tile.explorer-tile-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; } }

/* ============================================================================================== */
/* !SECTION MASTHEAD */
.section-map { background-color: #fae6cd; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; }
.section-map .map-heading { position: absolute; top: 126px; width: 100%; text-align: center; }
.section-map .map-heading .container-fluid { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.section-map .map-heading h2 { text-align: center; width: 100%; color: #152b3f; font-size: 50px; line-height: 1.1em; }
.section-map .map-heading p { color: #152b3f; }
.section-map .map-heading a { font-family: 'Oswald', sans-serif; font-style: normal; font-weight: 300; color: #152b3f; font-size: 28px; text-decoration: none; letter-spacing: 1px; width: 100%; text-align: center; margin-top: 80px; z-index: 10; }
.section-map .map-heading a:focus, .section-map .map-heading a:hover, .section-map .map-heading a.active { color: #1873a2; }
.section-map #map { height: 600px; width: 100%; }
@media only screen and (max-width: 1023px) { .section-map h2 { top: 40px; } }
@media only screen and (max-width: 767px) { .section-map h2 { top: 50px; } }
@media only screen and (max-width: 479px) { .section-map .map-heading a { font-size: 24px; } }

/* ============================================================================================== */
/* !SECTION EXPLORER */
.section-contact { background-color: #1873a2; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.section-contact .container-fluid { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 60px; }
.section-contact .container-fluid h3 { text-align: center; margin: 40px 0; }
.section-contact .container-fluid .contact-tile { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; position: relative; padding: 0 20px 0 0; }
.section-contact .container-fluid .contact-tile a { font-family: 'Oswald', sans-serif; font-style: normal; font-weight: 300; font-size: 18px; text-decoration: none; white-space: normal; letter-spacing: 1px; width: 100%; text-align: left; display: block; }
.section-contact .container-fluid .contact-tile a:focus, .section-contact .container-fluid .contact-tile a:hover, .section-contact .container-fluid .contact-tile a.active { color: #fae6cd; }
.section-contact .container-fluid .contact-tile p { font-size: 20px; line-height: 1.3em; font-family: 'Catamaran', sans-serif; font-style: normal; font-weight: 300; margin-bottom: 10px; }
.section-contact .container-fluid .contact-tile p span { color: #fae6cd; font-family: 'Catamaran', sans-serif; font-style: normal; font-weight: 500; }
@media only screen and (max-width: 1023px) { .section-contact .container-fluid h3 { margin: 30px 0; }
  .section-contact .container-fluid .contact-tile { width: 50%; } }
@media only screen and (max-width: 767px) { .section-contact .container-fluid .contact-tile { padding: 0; width: 100%; }
  .section-contact .container-fluid .contact-tile p { font-size: 19px; }
  .section-contact .container-fluid h3 { margin: 20px 0; } }
@media only screen and (max-width: 479px) { .section-contact .container-fluid .contact-tile p { font-size: 18px; }
  .section-contact .container-fluid h3 { margin: 20px 0; }
  .section-contact .container-fluid h2 { font-size: 30px; } }

/* ============================================================================================== */
/* !SECTION PROFILE */
.fancybox-slide--iframe .fancybox-content { background: #152b3f; }

.section-profile { background-color: #1873a2; max-width: 800px; }
.section-profile .profile-items { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; width: 100%; max-width: 800px; }
.section-profile .profile-items .profile-item-image { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%; padding: 20px; background-size: cover; background-repeat: no-repeat; background-position: center 0px; }
.section-profile .profile-items .profile-item-image p { margin-top: 10px; text-align: center; line-height: 1.2em; color: #fae6cd; font-style: italic; }
.section-profile .profile-items .profile-item-image p.profile-dark { color: #152b3f; }
.section-profile .profile-items .profile-item-copy { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%; padding: 20px; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.section-profile .profile-items .profile-item-copy h2 { font-size: 24px; color: white; text-align: center; width: 100%; margin-bottom: 10px; }
.section-profile .profile-items .profile-item-copy p { font-size: 14px; line-height: 1.3em; text-align: left; }
.section-profile .profile-items .profile-item-copy p.profile-title { text-align: center; margin-top: 0; }
.section-profile .profile-items .profile-item-copy h5 { font-size: 18px; }
@media only screen and (max-width: 767px) { .section-profile .profile-items .profile-item-image { display: none; }
  .section-profile .profile-items .profile-item-copy { width: 100%; } }

/* ============================================================================================== */
/* !SECTION EXPLORER */
.section-about-header { background-color: #1873a2; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 400px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-image: url("../images/about-bkg.jpg"); background-size: cover; background-repeat: no-repeat; background-position: center center; }
.section-about-header .container-fluid h2 { text-align: center; width: 100%; margin-bottom: 20px; }

.section-about { background-color: #152b3f; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.section-about .container-fluid { -ms-flex-wrap: wrap; flex-wrap: wrap; max-width: 1024px; margin-bottom: 120px; background-color: #152b3f; }
.section-about .container-fluid h3 { width: 100%; }
.section-about .container-fluid li { padding-left: 20px; list-style-type: disc; margin-left: 60px; }
.section-about .container-fluid li p { margin: 10px 0 0 0; }
.section-about .container-fluid li:first-child p { margin-top: 20px; }
.section-about .container-fluid p { width: 100%; }
@media only screen and (max-width: 767px) { .section-about .container-fluid li { padding-left: 15px; margin-left: 40px; } }
@media only screen and (max-width: 479px) { .section-about .container-fluid li { padding-left: 10px; margin-left: 30px; } }

/* ============================================================================================== */
/* !SECTION EXPLORER */
.section-project-header { background-color: #2096d4; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 400px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-image: url("../images/projects-bkg.jpg"); background-size: cover; background-repeat: no-repeat; background-position: center center; }
.section-project-header .container-fluid { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.section-project-header .container-fluid h2, .section-project-header .container-fluid h4 { text-align: center; width: 100%; }

.section-project { background-color: #fae6cd; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; }
.section-project #map { height: 800px; width: 100%; }
@media only screen and (max-width: 1023px) { .section-project #map { height: 700px; } }
@media only screen and (max-width: 767px) { .section-project #map { height: 600px; } }
@media only screen and (max-width: 479px) { .section-project #map { height: 500px; } }

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