/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
@import 'https://fonts.googleapis.com/css?family=EB+Garamond';
@import url('https://fonts.googleapis.com/css?family=Orbitron');
html
{
    font-family: sans-serif;
    /* 1 */

        -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body
{
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary
{
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video
{
    display: inline-block;
    /* 1 */

    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls])
{
    display: none;

    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template
{
    display: none;
}

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover
{
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title]
{
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong
{
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn
{
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1
{
    font-size: 2em;

    margin: .67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark
{
    color: #000; 
    background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small
{
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img
{
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root)
{
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure
{
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr
{
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre
{
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea
{
    /* 1 */
    font: inherit;
    /* 2 */

    margin: 0;

    color: inherit;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button
{
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select
{
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
    /* 2 */
    cursor: pointer;

    -webkit-appearance: button;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled]
{
    cursor: default;
}

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

    border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input
{
    line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type='checkbox'],
input[type='radio']
{
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type='search']
{
    /* 1 */
    box-sizing: content-box;

    -webkit-appearance: textfield;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em; 

    border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend
{
    /* 1 */
    padding: 0;

    border: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea
{
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup
{
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table
{
    border-spacing: 0; 
    border-collapse: collapse;
}

td,
th
{
    padding: 0;
}

/*! jQuery UI - v1.12.0 - 2016-08-03
* http://jqueryui.com
* Includes: core.css, accordion.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden
{
    display: none;
}

.ui-helper-hidden-accessible
{
    position: absolute;

    overflow: hidden;
    clip: rect(0 0 0 0);

    width: 1px; 
    height: 1px;
    margin: -1px;
    padding: 0;

    border: 0;
}

.ui-helper-reset
{
    font-size: 100%;
    line-height: 1.3;

    margin: 0;
    padding: 0;

    list-style: none; 

    text-decoration: none;

    border: 0;
    outline: 0;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after
{
    display: table;

    border-collapse: collapse; 

    content: '';
}

.ui-helper-clearfix:after
{
    clear: both;
}

.ui-helper-zfix
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: 0;

    filter: Alpha(Opacity=0);
    /* support: IE8 */
}

.ui-front
{
    z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled
{
    cursor: default !important;
    pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    margin-top: -.25em;

    vertical-align: middle;
    text-indent: -99999px;

    background-repeat: no-repeat;
}

.ui-widget-icon-block
{
    left: 50%;

    display: block; 

    margin-left: -8px;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay
{
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header
{
    position: relative;

    display: block;

    margin: 2px 0 0 0;

    cursor: pointer;
    /*padding: .5em .5em .5em .7em;*/
    /*font-size: 100%;*/
}

.ui-accordion .ui-accordion-content
{
    overflow: auto; 
    /*padding: 1em 2.2em;*/

    border-top: 0;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel
{
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; 

    display: none;

    width: 100%;

    -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-stage
{
    position: relative;

    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after
{
    line-height: 0;

    display: block;
    visibility: hidden;
    clear: both;

    height: 0; 

    content: '.';
}
.owl-carousel .owl-stage-outer
{
    position: relative;

    overflow: hidden;
    /* fix for flashing background */

    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item
{
    position: relative;

    float: left;

    min-height: 1px;

    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img
{
    display: block;

    width: 100%;

    -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled
{
    display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot
{
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.owl-carousel.owl-loaded
{
    display: block;
}
.owl-carousel.owl-loading
{
    display: block; 

    opacity: 0;
}
.owl-carousel.owl-hidden
{
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item
{
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item
{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.owl-carousel.owl-grab
{
    cursor: move;
    cursor: -webkit-grab;
    cursor:         grab;
}
.owl-carousel.owl-rtl
{
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item
{
    float: right;
}

/* No Js */
.no-js .owl-carousel
{
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated
{
    -webkit-animation-duration: 1000ms;
            animation-duration: 1000ms;

    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

.owl-carousel .owl-animated-in
{
    z-index: 0;
}

.owl-carousel .owl-animated-out
{
    z-index: 1;
}

.owl-carousel .fadeOut
{
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
}

@-webkit-keyframes fadeOut
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
    }
}

@keyframes fadeOut
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height
{
    -webkit-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy
{
    -webkit-transition: opacity 400ms ease;
            transition: opacity 400ms ease; 

    opacity: 0;
}

.owl-carousel .owl-item img.owl-lazy
{
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper
{
    position: relative;

    height: 100%;

    background: #000;
}

.owl-carousel .owl-video-play-icon
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;

    cursor: pointer;
    -webkit-transition: -webkit-transform 100ms ease;
            transition: -webkit-transform 100ms ease;
            transition:         transform 100ms ease;
            transition:         transform 100ms ease, -webkit-transform 100ms ease; 

    background: url('owl.video.play.png') no-repeat;

    -webkit-backface-visibility: hidden;
}

.owl-carousel .owl-video-play-icon:hover
{
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon
{
    display: none;
}

.owl-carousel .owl-video-tn
{
    height: 100%;

    -webkit-transition: opacity 400ms ease;
            transition: opacity 400ms ease; 

    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.owl-carousel .owl-video-frame
{
    position: relative;
    z-index: 1;

    width: 100%; 
    height: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav
{
    margin-top: 10px;

    text-align: center;

    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-']
{
    font-size: 14px;

    display: inline-block;

    margin: 5px;
    padding: 4px 7px;

    cursor: pointer;

    color: #fff;
    border-radius: 3px; 
    background: #d6d6d6;
}
.owl-theme .owl-nav [class*='owl-']:hover
{
    text-decoration: none; 

    color: #fff;
    background: #869791;
}
.owl-theme .owl-nav .disabled
{
    cursor: default; 

    opacity: .5;
}

.owl-theme .owl-nav.disabled + .owl-dots
{
    margin-top: 10px;
}

.owl-theme .owl-dots
{
    text-align: center;

    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot
{
    display: inline-block;
    zoom: 1;

    *display: inline;
}
.owl-theme .owl-dots .owl-dot span
{
    display: block;

    width: 10px;
    height: 10px;
    margin: 5px 7px;

    -webkit-transition: opacity 200ms ease;
            transition: opacity 200ms ease;

    border-radius: 30px; 
    background: #d6d6d6;

    -webkit-backface-visibility: visible;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span
{
    background: #869791;
}

/*@import "../vendor/rrssb/scss/_rrssb.scss";*/
/*-----------*/
/* Variables
/*-----------*/
/*$white:			#FCFFFE;
$black: 		#000000;
$gray: 			#3C3D3D;
$lt-blue: 		#3DF7FF;
$blue: 			#264259;*/
/*********/
/* Mixins
/*********/
.clearfix
{
    *zoom: 1;
}
.clearfix::before,
.clearfix::after
{
    display: table; 

    content: ' ';
}
.clearfix::after
{
    clear: both;
}

.object-fit
{
    width: 100%;
    height: 100%; 

    object-fit: cover;
    object-position: center center;
}

/*@mixin screen-xl {
	@media only screen and (min-width: map-get($grid-breakpoints, xl)) {
		@content;
	}
}*/
/*@mixin screen-xl-only {
	@include  screen-xl {
		@content;
	}
}*/
/*--------------*/
/* Typography
/*--------------*/
@font-face
{
    font-family: 'prometheusregular';
    font-weight: normal;
    font-style: normal; 

    src: url('../media/fonts/prometheus-webfont.woff2') format('woff2'), url('../media/fonts/prometheus-webfont.woff') format('woff'), url('../media/fonts/prometheus-webfont.ttf') format('truetype');
}

@font-face
{
    font-family: 'Gill Sans MT';
    font-weight: normal;
    font-style: normal; 

    src: url('../media/fonts/GillSansMT.woff2') format('woff2'), url('../media/fonts/GillSansMT.woff') format('woff'), url('../media/fonts/GillSansMT.ttf') format('truetype');
}

@font-face
{
    font-family: 'Gill Sans MT';
    font-weight: bold;
    font-style: italic; 

    src: url('../media/fonts/GillSansMT-BoldItalic.woff2') format('woff2'), url('../media/fonts/GillSansMT-BoldItalic.woff') format('woff'), url('../media/fonts/GillSansMT-BoldItalic.ttf') format('truetype');
}

@font-face
{
    font-family: 'Gill Sans MT';
    font-weight: bold;
    font-style: normal; 

    src: url('../media/fonts/GillSansMT-Bold.woff2') format('woff2'), url('../media/fonts/GillSansMT-Bold.woff') format('woff'), url('../media/fonts/GillSansMT-Bold.ttf') format('truetype');
}

@font-face
{
    font-family: 'Gill Sans MT';
    font-weight: normal;
    font-style: italic; 

    src: url('../media/fonts/GillSansMT-Italic.woff2') format('woff2'), url('../media/fonts/GillSansMT-Italic.woff') format('woff'), url('../media/fonts/GillSansMT-Italic.ttf') format('truetype');
}

/*$font-primary:          	'prometheusregular', sans-serif;*/
body
{
    font-family: 'Orbitron', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300; 

    color: #31353d;
}

a,
a:link a:visited
{
    text-decoration: none;
}

a:active,
a:hover
{
    text-decoration: underline;
}

p
{
    line-height: 1.3; 

    margin: 0 0 15px;
}
p:empty
{
    display: none;
}

.rteright
{
    text-align: inherit;
}

/*-----------*/
/* Basics
/*-----------*/
/*  ==========================================================================
    Box sizing
    ========================================================================== */
*,
*:before,
*:after
{
    box-sizing: border-box;
}

body
{
    font-family: 'Gill Sans MT', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;

    width: 100%;
    height: 100%;
    margin: 0; 
    padding: 0;

    color: #eeeff7;
    background-color: #31353d;
}

.container-fluid,
.container-flex
{
    position: relative;

    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
}

.container-flex
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column; 

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

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }
}

h1,
h2,
h3,
h4
{
    font-family: 'Orbitron', sans-serif;

    letter-spacing: .1rem;
}

p,
ul
{
    font-family: 'Gill Sans MT', sans-serif;
}

section
{
    margin: 20px 0;
}
@media only screen and (min-width: 768px)
{
    section
    {
        margin: 40px 0;
    }
}
section h1
{
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: normal;
    line-height: 1.2;

    margin-bottom: 0;

    -webkit-transition: .5s ease-in-out;
            transition: .5s ease-in-out; 
    letter-spacing: .2rem;

    color: #92cdcf;
}
@media only screen and (min-width: 544px)
{
    section h1
    {
        font-size: 22px;
        font-size: 1.375rem;
    }
}
@media only screen and (min-width: 768px)
{
    section h1
    {
        font-size: 32px;
        font-size: 2rem;
    }
}
@media only screen and (min-width: 1050px)
{
    section h1
    {
        font-size: 50px;
        font-size: 3.125rem;
    }
}
section h2
{
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.5;

    margin: 0 0 40px;

    text-align: right; 

    color: #eeeff7;
}
@media only screen and (min-width: 544px)
{
    section h2
    {
        font-size: 14px;
        font-size: .875rem;
    }
}
@media only screen and (min-width: 1050px)
{
    section h2
    {
        font-size: 16px;
        font-size: 1rem;
    }
}
section h3
{
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: normal;
    line-height: 1.2;

    margin-bottom: 40px;

    -webkit-transition: .5s ease-in-out;
            transition: .5s ease-in-out; 
    letter-spacing: .2rem;

    color: #92cdcf;
}
@media only screen and (min-width: 768px)
{
    section h3
    {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
@media only screen and (min-width: 768px)
{
    section h3
    {
        font-size: 22px;
        font-size: 1.375rem;
    }
}
@media only screen and (min-width: 1050px)
{
    section h3
    {
        font-size: 30px;
        font-size: 1.875rem;
    }
}
section p,
section ul,
section ol
{
    font-size: 16px;
    font-size: 1rem;

    letter-spacing: .1rem; 

    color: #eeeff7;
}
@media only screen and (min-width: 768px)
{
    section p,
    section ul,
    section ol
    {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
section a
{
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold; 

    color: #92cdcf;
}
@media only screen and (min-width: 768px)
{
    section a
    {
        font-size: 18px;
        font-size: 1.125rem;
    }
}
section .mobile
{
    display: block;
    visibility: visible;
}
@media only screen and (min-width: 768px)
{
    section .mobile
    {
        display: none;
        visibility: none;
    }
}
section .desktop
{
    display: none;
    visibility: hidden;
}
@media only screen and (min-width: 1050px)
{
    section .desktop
    {
        display: inline-block;
        visibility: visible;
    }
}

/*---------------*/
/* Global Header
/*---------------*/
.header
{
    position: fixed;
    /* MAIN NAV */
    z-index: 8000;
    top: 0;
    left: 0;

    width: 100%;

    -webkit-transition: .5s ease-in-out;
            transition: .5s ease-in-out; 

    background-color: #1c1d21;
    box-shadow: 0 2px 12px rgba(28, 29, 33, .9);
}
.header .container-flex
{
    height: 100%;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media only screen and (min-width: 768px)
{
    .header .container-flex
    {
        padding: 0 15px;
    }
}
.header section
{
    position: relative;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 15px 0 20px;
}
.header section a
{
    margin-bottom: 0;
}
.header .container-flex
{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.header .header__logo
{
    display: block;

    width: 50px;
    height: 52px;
    margin: 0 auto; 

    background: url('../../assets/media/images/dday_logo_white.svg') center center no-repeat;
    background-size: cover;
}
.header .header__logo span
{
    position: absolute;

    overflow: hidden;
    clip: rect(0, 0, 0, 0); 

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
}
@media only screen and (min-width: 768px)
{
    .header .header__logo
    {
        width: 80px;
        height: 80px;
    }
}
.header .mobile-nav--trigger
{
    position: absolute;
    top: 36.905%;
    right: 24px;

    visibility: visible;

    width: 24px;
    height: 18px;

    -webkit-transition: .5s ease-in-out;
            transition: .5s ease-in-out; 
    -webkit-transform: translateX(0);
            transform: translateX(0);

    opacity: 1;
}
@media only screen and (min-width: 768px)
{
    .header .mobile-nav--trigger
    {
        visibility: hidden;

        -webkit-transform: translateX(100%);
                transform: translateX(100%);

        opacity: 0;
    }
}
.header .header__hamburger
{
    position: relative;

    width: 100%;
    height: 18px;

    cursor: pointer; 
    -webkit-transition: .5 ease-in-out;
            transition: .5 ease-in-out;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
.header .header__hamburger span
{
    position: absolute;
    left: 0;

    display: block;

    width: 100%;
    height: 5px;

    -webkit-transition: .25s ease-in-out;
            transition: .25s ease-in-out; 
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);

    opacity: 1;
    border-radius: 9px;
    background: #eeeff7;
}
.header .header__hamburger span:nth-child(1)
{
    top: 0;
}
.header .header__hamburger span:nth-child(2),
.header .header__hamburger span:nth-child(3)
{
    top: 7px;
}
.header .header__hamburger span:nth-child(4)
{
    top: 14px;
}
.header .header__hamburger.open span:nth-child(1),
.header .header__hamburger.open span:nth-child(4)
{
    top: 7px;
    left: 50%; 

    width: 0;
}
.header .header__hamburger.open span:nth-child(2)
{
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.header .header__hamburger.open span:nth-child(3)
{
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
@media only screen and (min-width: 768px)
{
    .header .header--main-nav
    {
        height: 101px; 
        margin-top: 30px;
    }
    .header .header__logo
    {
        margin-left: 0;

        -webkit-transform: translateX(0);
                transform: translateX(0); 

        background-size: contain;
    }
}

/*---------------*/
/* Nav
/*---------------*/
.nav--main
{
    position: absolute;

    -webkit-transition: .5s ease-in-out;
            transition: .5s ease-in-out; 

    background: #1c1d21;
}
.nav--main.desktop
{
    top: 0; 
    right: 0;

    display: none;
    visibility: hidden;
}
@media only screen and (min-width: 768px)
{
    .nav--main.desktop
    {
        display: block;
        visibility: visible;
    }
}
@media only screen and (min-width: 768px)
{
    .nav--main
    {
        top: 0;
        right: 0;
        left: auto;

        width: auto; 
        padding-top: 0;
    }
}
.nav--main a
{
    line-height: 50px;

    display: inline-block;

    margin-left: 30px;

    -webkit-transition: .25s ease-in-out;
            transition: .25s ease-in-out; 
    white-space: nowrap;
    text-decoration: none;

    color: #92cdcf;
}
@media only screen and (min-width: 768px)
{
    .nav--main a
    {
        line-height: 80px;
    }
}
.nav--main a:hover
{
    text-decoration: underline;
}

.container--mobile-nav .nav--main
{
    top: 100%;
    left: 100%;

    width: 100%; 
    padding-top: 10px;
}

.container--mobile-nav.open .nav--main
{
    left: 0;
}

/*------------------*/
/* Sections
/*------------------*/
section
{
    width: 90%;
    margin: 0 auto 50px;
    padding: 15px;

    background-color: rgba(28, 29, 33, .98);
    box-shadow: 0 0 1vw rgba(0, 0, 0, .5);
}
@media only screen and (min-width: 768px)
{
    section
    {
        padding: 30px;
    }
}
section p span
{
    color: #92cdcf;
}
section a
{
    font-weight: normal;

    display: inline-block; 

    margin-bottom: 30px;

    text-decoration: underline;
}

.item__title
{
    display: inline-block; 

    color: #92cdcf;
}

.container--graph
{
            flex-direction: column;

    margin: 20px auto 30px; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.bar-graph
{
    overflow: hidden;

    width: 100%;
    height: 20px;

    border: 1px solid #eeeff7;
    border-radius: 3px;
    background-color: #000;
}

.graph__fill
{
    width: 0;
    height: 100%;

    background: -webkit-repeating-linear-gradient(160deg, #92cdcf, #92cdcf 50px, #445878 10px, #445878 65px);
    background:         repeating-linear-gradient(-70deg, #92cdcf, #92cdcf 50px, #445878 10px, #445878 65px);
    background-size: 140px 100px;
}

.graph-caption
{
    font-size: 12px;
    font-size: .75rem;
    font-style: italic; 

    margin-top: 5px;
}

.container--pod,
.container--pod-logo
{
    width: 100%;
    margin-top: 30px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

@media only screen and (min-width: 544px)
{
    .container--pod-logo
    {
                flex-direction: row; 

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }
}

.pod
{
    position: relative; 

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 100%;
    margin-bottom: 20px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
@media only screen and (min-width: 768px)
{
    .pod
    {
        width: 30%;
    }
}
.pod .pod__image
{
    overflow: hidden; 

    width: 100%;
    height: 320px;
}
.pod .pod__image img
{
    width: 100%;
    height: 100%; 

    object-fit: cover;
    object-position: center center;
}
.pod .pod__content
{
    width: 100%;
    padding: 10px;
}
.pod .pod__content h4
{
    font-size: 20px;
    font-size: 1.25rem;

    margin-top: 0; 

    color: #92cdcf;
}
.pod .pod__content p
{
    font-size: 14px;
    font-size: .875rem;

    width: 100%;
}
.pod.pod--logo
{
    overflow: hidden;

    min-height: 250px;
    max-height: 350px;

    -webkit-transition: .25s ease-in-out;
            transition: .25s ease-in-out; 

    opacity: .6;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.pod.pod--logo:hover
{
    opacity: 1;
}
@media only screen and (min-width: 544px)
{
    .pod.pod--logo
    {
        width: 40%;
    }
}
@media only screen and (min-width: 768px)
{
    .pod.pod--logo
    {
        width: 30%;
    }
}
@media only screen and (min-width: 1050px)
{
    .pod.pod--logo
    {
        width: 22%;
    }
}
.pod.pod--logo img
{
    width: 80%;
    margin: 0 auto;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
}
.pod.pod--banner
{
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    margin-right: auto; 
    margin-left: auto;
}
.pod.pod--banner iframe
{
    width: 100%;
    height: 250px;
}

.container--footnotes p
{
    font-size: 10px;
    font-size: .625rem;

    margin: 0 0 5px;
}

#section--skills ul
{
    padding-left: 15px;
}
@media only screen and (min-width: 768px)
{
    #section--skills ul
    {
        padding-left: 40px;
    }
}
#section--skills ul li ol
{
    padding-left: 20px;
}
@media only screen and (min-width: 768px)
{
    #section--skills ul li ol
    {
        padding-left: 40px;
    }
}

#section--banners
{
    padding: 0;
}
#section--banners ul
{
    padding-left: 0; 

    list-style: none;
}
#section--banners ul li
{
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px)
{
    #section--banners ul li
    {
        margin-bottom: 10px;
    }
}
#section--banners .item__title
{
    width: 100%;
}

#section--the-tao-of-kurt h3
{
    margin-bottom: 0;
}

#section--the-tao-of-kurt h4
{
    margin-top: 0; 

    text-align: right;
}

.photo
{
    width: 100%;
    height: auto;
}
.photo img
{
    display: block;

    width: 100%;
    width: 100%;
    height: 100%;
    height: 100%; 

    object-fit: cover;
    object-position: center center;
}

.owl-carousel
{
    margin-top: 10px;
}
@media only screen and (min-width: 768px)
{
    .owl-carousel
    {
        margin-top: 20px;
    }
}

.owl-nav
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    margin-top: 20px; 

    color: #92cdcf;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media only screen and (min-width: 768px)
{
    .owl-nav
    {
        margin-top: 30px;
    }
}

.iframe_reload
{
    font-size: 14px;
    font-size: .875rem;
    line-height: 45px;

    width: 150px;
    height: 45px;
    margin: 10px auto 0;

    cursor: pointer;
    -webkit-transition: .25s ease-in-out;
            transition: .25s ease-in-out; 
    text-align: center;

    color: #eeeff7;
    border: 1px solid #445878;
    border-radius: 3px;
    background-color: #92cdcf;
}
.iframe_reload:hover
{
    background-color: transparent;
}

.video
{
    position: relative; 

    margin-top: 30px;
}
@media only screen and (min-width: 768px)
{
    .video
    {
        margin-top: 50px;
    }
}
.video:before
{
    position: absolute;
    top: 0;
    left: 50%;

    width: 75%;
    height: 1px; 

    content: '';
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #92cdcf;
}
.video h4
{
    color: #92cdcf;
}
.video a
{
    margin-bottom: 0;
}
.video .video__embed
{
    width: 100%;
    max-width: 640px;
    margin: 20px auto 0;
}

/*---------------*/
/* Hero
/*---------------*/
.hero
{
    position: relative; 

    width: 100%;
    height: 40vh;
    margin-top: 90px;

    background: url('../../assets/media/images/dday_logo_white.svg') center center no-repeat;
    background-size: 80% 80%;
}
@media only screen and (min-width: 768px)
{
    .hero
    {
        height: 65vh;
        margin-top: 115px;
    }
}
.hero.hero--interior
{
    background: none;
}
@media only screen and (min-width: 768px)
{
    .hero.hero--interior
    {
        height: 45vh;
        margin-top: 115px;
    }
}
.hero .container-fluid
{
    height: 100%;
}
.hero .hero__elem.text
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%; 

    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.hero .hero__elem.text h1
{
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.2;

    margin-bottom: 0;

    -webkit-transition: .5s ease-in-out;
            transition: .5s ease-in-out; 
    text-align: center;
    letter-spacing: .2rem;

    color: #92cdcf;
}
@media only screen and (min-width: 544px)
{
    .hero .hero__elem.text h1
    {
        font-size: 22px;
        font-size: 1.375rem;
    }
}
@media only screen and (min-width: 768px)
{
    .hero .hero__elem.text h1
    {
        font-size: 32px;
        font-size: 2rem;
    }
}
@media only screen and (min-width: 1050px)
{
    .hero .hero__elem.text h1
    {
        font-size: 50px;
        font-size: 3.125rem;
    }
}

/*------------------*/
/* Footer
/*------------------*/
.footer
{
    width: 100%;
    padding-top: 30px; 

    border-top: 1px solid #92cdcf;
    background-color: #1c1d21;
}
.footer .container-flex
{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media only screen and (min-width: 768px)
{
    .footer .container-flex
    {
                flex-direction: row; 

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }
}
.footer ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media only screen and (min-width: 768px)
{
    .footer ul
    {
                flex-direction: row;

        width: 50%; 

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.footer ul li
{
    width: 100%;
    margin-bottom: 15px;
}
.footer a
{
    font-family: 'Gill Sans MT', sans-serif;
    font-size: 16px;
    font-size: 1rem;

    letter-spacing: .1rem; 

    color: #92cdcf;
}
@media only screen and (min-width: 768px)
{
    .footer a
    {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.footer--bottom
{
    width: 100%;
    padding: 20px 0 40px; 

    border-top: 1px solid #445878;
    background-color: #1c1d21;
}
.footer--bottom p
{
    margin: 5px 0; 

    text-align: center;
}
.footer--bottom .footer__logo
{
    display: block;

    width: 50px;
    height: 52px;
    margin: 0 auto 10px; 

    background: url('../../assets/media/images/dday_logo_white.svg') center center no-repeat;
    background-size: cover;
}
.footer--bottom .footer__logo span
{
    position: absolute;

    overflow: hidden;
    clip: rect(0, 0, 0, 0); 

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
}
@media only screen and (min-width: 768px)
{
    .footer--bottom .footer__logo
    {
        width: 80px;
        height: 84px;
    }
}
