html, body, div.page, div.lt-ie7 {
	margin: 0;
	padding: 0;
	height: 100%;
}

#e-content {
	position: relative;
}

#enclosing5 {
}

#enclosing1 {
}

#enclosing2 {
}

#enclosing4 {
}

#footer {
	position: relative;
}

#main-nav {
}

#header {
}

#body-content-main {
}
@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
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 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent 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/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 when focused and also mouse hovered in all browsers.
 */
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: 0.67em 0;
}

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

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

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
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.
 */
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.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 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.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 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 {
  border: 0;
  padding: 0;
}

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
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
 *    (include `-moz` to future-proof).
 */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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.
 */
legend {
  border: 0; /* 1 */
  padding: 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-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  font-size: 100%;
}

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

body {
  font-family: "Open Sans", Arial, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}
body > .page {
  display: flex;
  flex-flow: column nowrap;
  min-height: 100vh;
}

#e-content {
  flex: 0 1 100%;
  display: flex;
  flex-flow: column nowrap;
}
#e-content > .l-clear-float {
  display: none;
}

.e-navigation,
.e-header,
.e-content,
.e-footer {
  flex: 0 0 auto;
}

.e-navigation .box-wc,
.e-content .box-wc,
.e-footer .box-wc {
  position: relative;
  max-width: 1960px;
  margin: 0 auto;
}

.e-navigation,
.e-footer {
  padding: 1rem 2rem;
}

.e-content {
  padding: 0 1rem;
  overflow-x: hidden;
}
.e-content:first-child {
  margin-top: 1rem;
}
.e-content:last-child {
  margin-bottom: 1rem;
}

#body {
  flex: 0 1 100%;
  display: flex;
  flex-flow: column nowrap;
  padding-bottom: 0;
}

#main-nav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1280px) {
  #main-nav #logo,
  #main-nav #countdown {
    flex: 0 0 auto;
  }
  #main-nav .menu {
    flex: 0 1 100%;
    text-align: center;
  }
}
#main-nav .logo {
  flex: 1 1 calc(100vw - 6rem);
  max-width: 320px;
}
#main-nav .logo p {
  margin: 0;
  padding: 0;
}
#main-nav .logo p img {
  width: 100%;
  height: auto;
}
#main-nav .menu-toggle {
  display: block;
  width: 2rem;
  height: 2rem;
}
@media (min-width: 1280px) {
  #main-nav .menu-toggle {
    display: none;
  }
}
#main-nav .menu-toggle .toggle {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: stretch;
  height: 1.5rem;
}
#main-nav .menu-toggle .toggle .line {
  content: "";
  display: block;
  width: 100%;
  height: 0.25rem;
  background-color: #1b2b57;
}
#main-nav .menu-toggle .toggle .reader-only {
  font-size: 0;
  line-height: 0;
  border: 0;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#main-nav .menu-toggle.shown .toggle .line {
  background-color: #e87208;
}
#main-nav .menu-toggle.shown .toggle .line:first-child {
  transform: rotate(45deg) translateX(43%);
  margin-left: -0.625rem;
}
#main-nav .menu-toggle.shown .toggle .line:nth-child(2n) {
  display: none;
}
#main-nav .menu-toggle.shown .toggle .line:nth-child(3n) {
  transform: rotate(135deg) translateX(-43%);
  margin-left: -0.625rem;
}
#main-nav #main_nav {
  display: none;
  z-index: 5;
}
#main-nav #main_nav.shown {
  display: block;
  position: absolute;
  top: calc(50% + 0.5rem);
  right: -2rem;
  padding: 1rem;
  background-color: #fff;
  text-align: right;
}
@media (min-width: 1280px) {
  #main-nav #main_nav {
    display: block;
  }
  #main-nav #main_nav.shown {
    position: unset;
    bottom: unset;
    background-color: transparent;
  }
}
#main-nav #main_nav.menu ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
#main-nav #main_nav.menu ul .mi .menuitemlabel {
  color: #1b2b57;
}
#main-nav #main_nav.menu ul .mi .menuitemlabel .mil {
  display: block;
  padding: 0.5rem 1rem;
}
#main-nav #main_nav.menu ul .mi.over > .menuitemlabel > span, #main-nav #main_nav.menu ul .mi:hover > .menuitemlabel > span, #main-nav #main_nav.menu ul .mi:focus > .menuitemlabel > span {
  color: #e87208;
}
#main-nav #main_nav.menu ul .mi a {
  display: flex;
  text-decoration: none;
}
#main-nav #main_nav.menu ul .mi a:hover, #main-nav #main_nav.menu ul .mi a:focus {
  color: #e87208;
}
#main-nav #main_nav.menu ul .mi.mi-active .menuitemlabel {
  color: #e87208;
}
#main-nav #main_nav.menu .menu-t1 {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-evenly;
  align-items: flex-end;
}
@media (min-width: 1280px) {
  #main-nav #main_nav.menu .menu-t1 {
    flex-flow: row nowrap;
    align-items: center;
    margin-top: 2rem;
  }
}
#main-nav #main_nav.menu .menu-t1 > .mi {
  position: relative;
}
#main-nav #main_nav.menu .menu-t1 > .mi > .menuitemlabel {
  font-size: 1.125rem;
  text-transform: uppercase;
  cursor: pointer;
}

#main-nav #main_nav.menu .menu-t1 > .mi .menu-t2 {
  display: none;
}

#main-nav #countdown {
  display: none;
}

@media (max-width: 1279.9px) {
  #main-nav #main_nav.menu .menu-t1 > .mi-parent.over .menu-t2, 
  #main-nav #main_nav.menu .menu-t1 > .mi-parent.mi-active .menu-t2 {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-evenly;
    align-items: flex-end; 
  }
}

@media (min-width: 1280px) {
  #main-nav #countdown {
    display: block;
  }

  #main-nav #main_nav.menu .menu-t1 > .mi-parent.over .menu-t2, 
  #main-nav #main_nav.menu .menu-t1 > .mi-parent.mi-active .menu-t2 {
    display: flex;
    flex-flow: column nowrap;
    border-top: 2px solid #e87208;
    position: absolute;
    top: 100%;
    background-color: #fff;
  }
}

#main-nav .social {
  position: absolute;
  bottom: -4rem;
  left: 0;
  z-index: 1;
}
@media (min-width: 1024px) {
  #main-nav .social {
    left: 2rem;
  }
}

#header {
  text-align: center;
  position: relative;
  background-color: #1b2b57;
}
#header .banner-image-con {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#header .banner-image-con p {
  margin: 0;
  padding: 0;
}
#header .banner-image-con img {
  min-width: 100vw;
  min-height: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header .banner-text-con {
  display: block;
  width: 100%;
  max-width: 1400px;
  padding: 2rem;
}
#header .banner-text-con h1, #header .banner-text-con h2, #header .banner-text-con h3, #header .banner-text-con h4, #header .banner-text-con h5, #header .banner-text-con h6, #header .banner-text-con p, #header .banner-text-con a {
  color: #fff;
  text-shadow: 0 1px 1px #1b2b57;
}

.e-footer {
  background-image: url("//d1y2i4ae2hwuo3.cloudfront.net/fe5b-62591077-footer-bg.jpg?pfvId=19usna.ldm43i3p");
  background-color: #1b2b57;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.e-footer .clear-float {
  display: none;
}
.e-footer #footer {
  color: #fff;
}
.e-footer #footer h1, .e-footer #footer h2, .e-footer #footer h3, .e-footer #footer h4, .e-footer #footer h5, .e-footer #footer h6, .e-footer #footer p {
  color: #fff;
}
.e-footer #footer .footer-columns {
  display: flex;
  flex-flow: column nowrap;
}
.e-footer #footer .footer-columns > *:after {
  content: "";
  display: block;
  height: 2px;
  width: calc(100vw - 8rem);
  margin: 1rem auto;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 1024px) {
  .e-footer #footer .footer-columns {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .e-footer #footer .footer-columns > * {
    flex: 0 0 30%;
  }
  .e-footer #footer .footer-columns > *:after {
    display: none;
  }
}
.e-footer #footer .footer-menu {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 1rem;
}
.e-footer #footer .footer-menu ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.e-footer #footer .footer-menu ul .mi .menuitemlabel {
  color: #fff;
}
.e-footer #footer .footer-menu ul .mi .menuitemlabel .mil {
  padding: 0.5rem 1rem;
}
.e-footer #footer .footer-menu ul .mi.over > .menuitemlabel > span, .e-footer #footer .footer-menu ul .mi:hover > .menuitemlabel > span, .e-footer #footer .footer-menu ul .mi:focus > .menuitemlabel > span {
  color: #e87208;
}
.e-footer #footer .footer-menu ul .mi a {
  display: flex;
  text-decoration: none;
  color: #fff;
}
.e-footer #footer .footer-menu ul .mi a:hover, .e-footer #footer .footer-menu ul .mi a:focus {
  color: #e87208;
}
.e-footer #footer .footer-menu ul .mi.mi-active .menuitemlabel {
  color: #e87208;
}
.e-footer #footer .social {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .e-footer #footer .social {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0;
  }
}

a {
  color: #e87208;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.btn {
  display: inline-block;
  padding: 20px 25px;
  min-width: 10rem;
  border-radius: 1rem;
  background: #4e7391;
  border: 1px solid #4e7391;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}
a.btn:hover, a.btn:focus {
  outline: none;
  background: #1b2b57;
  color: #fff;
  box-shadow: 0 0 3px rgba(27, 43, 87, 0.5);
}

h1, h2, h3, h4 {
  font-weight: 600;
}

h1, h3 {
  color: #1b2b57;
}

h2, h4 {
  color: #4e7391;
}

h1 {
  font-size: 2.25rem;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 2.25rem;
  }
}

h2 {
  font-size: 2rem;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

h4 {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}

.articlecontainer .ac_style_collapsible_content {
  list-style-type: none;
  padding: 0;
  margin: 1rem 0;
}
.articlecontainer .ac_style_collapsible_content .ac_item {
  border-top: 1px solid rgba(78, 115, 145, 0.8);
  border-left: 1px solid rgba(78, 115, 145, 0.8);
  border-right: 1px solid rgba(78, 115, 145, 0.8);
}
.articlecontainer .ac_style_collapsible_content .ac_item:last-child {
  border-bottom: 1px solid rgba(78, 115, 145, 0.8);
}
.articlecontainer .ac_style_collapsible_content .collapsible-control {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  cursor: pointer;
}
.articlecontainer .ac_style_collapsible_content .collapsible-control:not(.shown):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200%;
  z-index: -1;
  background: linear-gradient(178deg, rgba(78, 115, 145, 0.2) 0%, rgba(255, 255, 255, 0.5) 50%);
}
.articlecontainer .ac_style_collapsible_content .collapsible-control:not(.shown):after {
  content: "\f107";
  font-weight: 600;
  font-size: 2rem;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.articlecontainer .ac_style_collapsible_content .collapsible-control.shown {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #e87208;
}
.articlecontainer .ac_style_collapsible_content .collapsible-control.shown:before {
  content: "";
  display: block;
  background-image: url("//d1y2i4ae2hwuo3.cloudfront.net/fe5b-62591077-footer-bg.jpg?pfvId=19usna.ldm43i3p");
  background-color: #1b2b57;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: scaleY(-1);
}
.articlecontainer .ac_style_collapsible_content .collapsible-control.shown:after {
  content: "\f106";
  font-weight: 600;
  font-size: 2rem;
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.articlecontainer .ac_style_collapsible_content .collapsible-shown {
  padding: 1rem 2rem;
}
.articlecontainer .ac_style_list {
  list-style-type: none;
  padding: 0;
  margin: 1rem 0;
}
.articlecontainer .ac_style_list .ac_item {
  display: block;
  position: relative;
  border-left: 1.75rem solid #4e7391;
  box-shadow: 0 0 5px rgba(78, 115, 145, 0.2);
  margin: 1rem;
  padding: 1rem;
}
.articlecontainer .ac_style_list .ac_item article {
  min-height: 6rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
}
.articlecontainer .ac_style_list .ac_item article header {
  flex: 1 0 auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
}
.articlecontainer .ac_style_list .ac_item h1.article_heading {
  font-size: 1.5rem;
}
.articlecontainer .ac_style_list .ac_item h1.article_heading a {
  color: #1b2b57;
}
.articlecontainer .ac_style_list .ac_item h1.article_heading a:hover {
  text-decoration: none;
}
.articlecontainer .ac_style_list .ac_item h1.article_heading a:hover:after {
  content: " Read Now ";
  display: inline-block;
  vertical-align: baseline;
  padding: 0 1ch;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #e87208;
}
.articlecontainer .ac_style_list .ac_item .article_post_time .article_post_label {
  display: none;
}
.articlecontainer .ac_style_list .ac_item .article_post_time time {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  height: 1.75rem;
  width: 9ch;
  padding-left: 0.875rem;
  position: absolute;
  top: 50%;
  left: -3.25rem;
  transform: rotate(270deg) translateY(-50%);
  color: white;
}
.articlecontainer .ac_style_list .ac_item .article_teaser {
  margin-top: -0.725rem;
  flex: 0 1 auto;
}
.articlecontainer .ac_style_list .ac_item .article_teaser p:first-child {
  margin-top: 0;
}

.articleview .article_post_time .article_post_label {
  display: none;
}
.articleview .article_post_time time {
  display: block;
  font-size: 1rem;
  font-weight: 600;
}
.articleview .return_link a {
  display: inline-block;
  padding: 0.5rem 2rem;
  background: #fff;
  border: 1px solid #e87208;
  border-radius: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #e87208;
  margin: 1rem auto;
}
@media (min-width: 1024px) {
  .articleview .return_link a {
    margin: 1rem 0 1rem auto;
  }
}
.articleview .return_link a:hover, .articleview .return_link a:focus {
  outline: none;
  background: #e87208;
  color: #fff;
  box-shadow: 0 0 3px rgba(232, 114, 8, 0.5);
  text-decoration: none;
}
.articleview.banner-text-con .article_post_time time {
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px #1b2b57;
}
.articleview.banner-text-con .return_link {
  display: none;
}

.feature-ct-con {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 1rem 0;
  position: relative;
}
.feature-ct-con .clear-float {
  display: none;
}
.feature-ct-con .feature-ct {
  position: relative;
  flex: 0 0 100%;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .feature-ct-con .feature-ct {
    flex: 0 0 calc(33.333333% - 0.75rem);
  }
}
.feature-ct-con .feature-ct .feature-ct-img {
  display: block;
  position: relative;
  overflow: hidden;
}
.feature-ct-con .feature-ct .feature-ct-img:before {
  content: "";
  display: block;
  padding-top: 69.387755102%;
}
.feature-ct-con .feature-ct .feature-ct-img p {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.feature-ct-con .feature-ct .feature-ct-img img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.feature-ct-con .feature-ct .feature-ct-img a {
  line-height: 0;
  font-size: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.feature-ct-con .feature-ct .feature-ct-txt,
.feature-ct-con .feature-ct .feature-ct-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
.feature-ct-con .feature-ct .feature-ct-txt h1, .feature-ct-con .feature-ct .feature-ct-txt h2, .feature-ct-con .feature-ct .feature-ct-txt h3, .feature-ct-con .feature-ct .feature-ct-txt h4, .feature-ct-con .feature-ct .feature-ct-txt h5, .feature-ct-con .feature-ct .feature-ct-txt h6, .feature-ct-con .feature-ct .feature-ct-txt p, .feature-ct-con .feature-ct .feature-ct-txt a,
.feature-ct-con .feature-ct .feature-ct-text h1,
.feature-ct-con .feature-ct .feature-ct-text h2,
.feature-ct-con .feature-ct .feature-ct-text h3,
.feature-ct-con .feature-ct .feature-ct-text h4,
.feature-ct-con .feature-ct .feature-ct-text h5,
.feature-ct-con .feature-ct .feature-ct-text h6,
.feature-ct-con .feature-ct .feature-ct-text p,
.feature-ct-con .feature-ct .feature-ct-text a {
  color: #fff;
  text-shadow: 0 1px 1px #1b2b57;
}
.feature-ct-con .feature-ct .feature-ct-txt h1, .feature-ct-con .feature-ct .feature-ct-txt h2, .feature-ct-con .feature-ct .feature-ct-txt h3, .feature-ct-con .feature-ct .feature-ct-txt h4, .feature-ct-con .feature-ct .feature-ct-txt h5, .feature-ct-con .feature-ct .feature-ct-txt h6,
.feature-ct-con .feature-ct .feature-ct-text h1,
.feature-ct-con .feature-ct .feature-ct-text h2,
.feature-ct-con .feature-ct .feature-ct-text h3,
.feature-ct-con .feature-ct .feature-ct-text h4,
.feature-ct-con .feature-ct .feature-ct-text h5,
.feature-ct-con .feature-ct .feature-ct-text h6 {
  margin-bottom: 0;
}
.feature-ct-con .feature-ct .feature-ct-txt h1 + p, .feature-ct-con .feature-ct .feature-ct-txt h2 + p, .feature-ct-con .feature-ct .feature-ct-txt h3 + p, .feature-ct-con .feature-ct .feature-ct-txt h4 + p, .feature-ct-con .feature-ct .feature-ct-txt h5 + p, .feature-ct-con .feature-ct .feature-ct-txt h6 + p,
.feature-ct-con .feature-ct .feature-ct-text h1 + p,
.feature-ct-con .feature-ct .feature-ct-text h2 + p,
.feature-ct-con .feature-ct .feature-ct-text h3 + p,
.feature-ct-con .feature-ct .feature-ct-text h4 + p,
.feature-ct-con .feature-ct .feature-ct-text h5 + p,
.feature-ct-con .feature-ct .feature-ct-text h6 + p {
  margin-top: 0;
}
.feature-ct-con .feature-ct:hover .feature-ct-txt {
  background-color: rgba(27, 43, 87, 0.5);
}

.fifty-fifty-con {
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
.fifty-fifty-con > * {
  flex: 0 0 100%;
}
.fifty-fifty-con > .text:not(.responsive-vid) {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-content: center;
  position: relative;
}
.fifty-fifty-con > .text:not(.responsive-vid):before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1b2b57 0%, #4e7391 50%);
  position: absolute;
  top: 0;
  z-index: -1;
}
.fifty-fifty-con > .text:not(.responsive-vid):hover:before {
  background: #1b2b57;
}
.fifty-fifty-con > .text:not(.responsive-vid) > * {
  max-width: 980px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.fifty-fifty-con > .text:not(.responsive-vid) h1, .fifty-fifty-con > .text:not(.responsive-vid) h2, .fifty-fifty-con > .text:not(.responsive-vid) h3, .fifty-fifty-con > .text:not(.responsive-vid) h4, .fifty-fifty-con > .text:not(.responsive-vid) h5, .fifty-fifty-con > .text:not(.responsive-vid) h6, .fifty-fifty-con > .text:not(.responsive-vid) p, .fifty-fifty-con > .text:not(.responsive-vid) a {
  color: #fff;
  text-shadow: 0 1px 1px #1b2b57;
}
.fifty-fifty-con > .text:not(.responsive-vid) h1, .fifty-fifty-con > .text:not(.responsive-vid) h2, .fifty-fifty-con > .text:not(.responsive-vid) h3, .fifty-fifty-con > .text:not(.responsive-vid) h4, .fifty-fifty-con > .text:not(.responsive-vid) h5, .fifty-fifty-con > .text:not(.responsive-vid) h6 {
  margin-bottom: 0;
}
.fifty-fifty-con > .text:not(.responsive-vid) h1 + p, .fifty-fifty-con > .text:not(.responsive-vid) h2 + p, .fifty-fifty-con > .text:not(.responsive-vid) h3 + p, .fifty-fifty-con > .text:not(.responsive-vid) h4 + p, .fifty-fifty-con > .text:not(.responsive-vid) h5 + p, .fifty-fifty-con > .text:not(.responsive-vid) h6 + p {
  margin-top: 0;
}
@media (min-width: 768px) {
  .fifty-fifty-con > * {
    flex: 0 0 50%;
  }
  .fifty-fifty-con-reverse {
    flex-flow: row-reverse wrap;
  }
}

.genform .message-container:not(.empty) {
  padding: 10px 15px;
  background: #1b2b57;
  color: #fff;
  margin-bottom: 10px;
}
.genform .validation_error input:not([type=radio]):not([type=checkbox]), .genform .validation_error textarea, .genform .validation_error select, .genform .validation_error input[type=checkbox] + label:before, .genform .validation_error input[type=radio] + label:before {
  outline: none;
  box-shadow: 0 0 3px rgba(226, 24, 54, 0.5);
}
.genform .user-entry-required label:after {
  content: " *";
  color: #e21836;
}
.genform .user-entry-required .rtb {
  margin-right: 10px;
}
.genform .user-entry-required .example {
  font-size: 0.75rem;
  color: #000;
  display: block;
  margin-top: 5px;
}
.genform .user-entry-required .prop-group-title .title:after {
  content: " *";
  color: #e21836;
}
.genform .user-entry-required input[type=checkbox] + label:after, .genform .user-entry-required input[type=radio] + label:after {
  content: none;
}
.genform .part,
.genform .prop,
.genform .prop-group,
.genform .question {
  position: relative;
}
.genform .question {
  position: relative;
}
.genform .question tr {
  background: transparent;
}
.genform .question td {
  padding: 0;
}
.genform .question .choice-con {
  white-space: normal;
}
.genform .question .choice-con .choice {
  width: 100%;
  border: none;
}
.genform .question .choice-con input {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.genform .question .choice-con label, .genform .question .choice-con .label {
  position: static;
  height: auto;
  width: auto;
  overflow: visible;
  left: 0;
  color: #1b2b57;
  vertical-align: middle;
}
.genform input {
  padding: 10px 15px;
  box-shadow: inset 3px 3px 10px rgba(0, 0, 0, 0.05), 2px 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #4e7391;
}
@media (min-width: 768px) {
  .genform input {
    padding: 20px 25px;
  }
}
.genform input[type=radio], .genform input[type=checkbox] {
  position: absolute;
  left: -99999px;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.genform input[type=radio] + label, .genform input[type=checkbox] + label {
  position: relative;
  padding-left: 2rem;
  left: auto;
  height: unset;
  width: unset;
  overflow: auto;
  margin-bottom: 20px;
}
.genform input[type=radio] + label:before, .genform input[type=checkbox] + label:before {
  content: "●";
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1.125em;
  width: 1.125em;
  line-height: 1.125;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  border: 1px solid #4e7391;
  box-shadow: inset 3px 3px 10px rgba(0, 0, 0, 0.05), 2px 2px 10px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0);
}
.genform input[type=radio]:checked + label:before, .genform input[type=checkbox]:checked + label:before {
  color: #000;
  box-shadow: none;
}
.genform input[type=radio]:focus + label:before, .genform input[type=checkbox]:focus + label:before {
  outline: none;
  box-shadow: 0 0 3px rgba(27, 43, 87, 0.5);
}
.genform input:not([type=radio]):not([type=checkbox]) {
  padding: 10px 15px;
  box-shadow: inset 3px 3px 10px rgba(0, 0, 0, 0.05), 2px 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #4e7391;
  border-radius: 1rem;
  display: block;
  max-width: 100%;
}
@media (min-width: 768px) {
  .genform input:not([type=radio]):not([type=checkbox]) {
    padding: 20px 25px;
  }
}
.genform label, .genform .label {
  color: #4e7391;
  font-weight: 600;
  font-size: 1.125rem;
}
.genform input, .genform textarea, .genform select {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .genform input, .genform textarea, .genform select {
    margin-bottom: 45px;
  }
}
.genform select {
  position: relative;
  padding: 10px 15px;
  box-shadow: inset 3px 3px 10px rgba(0, 0, 0, 0.05), 2px 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #4e7391;
  border-radius: 1rem;
  color: #000;
  -webkit-appearance: none;
}
@media (min-width: 768px) {
  .genform select {
    padding: 20px 25px;
  }
}
.genform select:after {
  content: "▾";
  position: absolute;
  right: 11px;
  top: 11px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}
@media (min-width: 768px) {
  .genform select:after {
    right: 20px;
    top: 18px;
    font-size: 2.25rem;
  }
}
.genform textarea {
  display: block;
  padding: 10px 15px;
  box-shadow: inset 3px 3px 10px rgba(0, 0, 0, 0.05), 2px 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #4e7391;
}
@media (min-width: 768px) {
  .genform textarea {
    padding: 20px 25px;
  }
}
.genform .choice {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .genform .choice {
    padding: 20px 0;
  }
}
.genform .choice:last-child {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .genform .choice:last-child {
    margin-bottom: 20px;
  }
}
.genform .prop-group-title h1 {
  font-size: 1.125rem;
  color: #4e7391;
  margin-bottom: 0;
}
.genform .address_form,
.genform .address_lines {
  display: flex;
  flex-flow: row wrap;
}
.genform .address_form .part:not(.address_container),
.genform .address_lines .address_line {
  padding-right: 1rem;
}
.genform .address_line {
  width: 320px;
  max-width: 100%;
}
.genform .address_form .part label {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
.genform .phone_field table {
  width: auto;
  margin-bottom: 2rem;
}
.genform .phone_field .extension_label-con {
  padding: 0 1ch 0 2ch;
}
.genform .phone_field input {
  margin-bottom: 0;
}
.genform .submit_button button {
  -webkit-appearance: none;
  display: block;
  padding: 20px 25px;
  min-width: 10rem;
  border-radius: 1rem;
  background: #4e7391;
  border: 1px solid #4e7391;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}
.genform .submit_button button:hover, .genform .submit_button button:focus {
  outline: none;
  background: #1b2b57;
  color: #fff;
  box-shadow: 0 0 3px rgba(27, 43, 87, 0.5);
}
.genform .half {
  width: 100%;
}
.genform .half input,
.genform .half select {
  width: 100%;
}
@media (min-width: 1024px) {
  .genform .half {
    display: inline-block;
    width: 50%;
  }
  .genform .half input,
  .genform .half select {
    width: calc(100% - 1rem);
  }
}
.genform .flex-con {
  display: flex;
  flex-flow: row wrap;
}
.genform .flex-con .prop-group:not(.full) {
  flex: 0 0 auto;
}
.genform .flex-con .full {
  flex: 0 0 100%;
}
.genform .flex-con input,
.genform .flex-con select {
  margin-right: 1rem;
}
.genform .block-con {
  background-color: rgba(78, 115, 145, 0.08);
  padding: 1rem 2rem;
  margin-top: -1rem;
  margin-bottom: 1rem;
}
.genform.reverse label, .genform.reverse .label {
  font-size: 1rem;
  color: #fff;
  padding-left: 0.5rem;
}
.genform.reverse input:not([type=radio]):not([type=checkbox]) {
  padding: 10px 15px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
}
.genform.reverse textarea {
  height: 8rem;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.genform.reverse input, .genform.reverse textarea, .genform.reverse select {
  margin-bottom: 0.5rem;
  min-width: calc(100vw - 4rem);
}
@media (min-width: 768px) {
  .genform.reverse input, .genform.reverse textarea, .genform.reverse select {
    margin-bottom: 0.5rem;
    min-width: 320px;
  }
}
.genform.reverse .submit_button button {
  display: block;
  padding: 0.5rem 2rem;
  background: #fff;
  border: 1px solid #4e7391;
  font-size: 1.125rem;
  font-weight: 600;
  color: #4e7391;
  margin: 1rem auto;
}
@media (min-width: 1024px) {
  .genform.reverse .submit_button button {
    margin: 1rem 0 1rem auto;
  }
}
.genform.reverse .submit_button button:hover, .genform.reverse .submit_button button:focus {
  outline: none;
  background: #4e7391;
  color: #fff;
  box-shadow: 0 0 3px rgba(78, 115, 145, 0.5);
}

.responsive-vid {
  position: relative;
}
.responsive-vid:before {
  content: "";
  display: block;
  margin: 0;
  padding-top: 56.25%;
}
.responsive-vid iframe  {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.responsive-vid .vid {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.responsive-vid .vid > * {
  width: 100% !important;
  height: 100% !important;
}

.social .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.social .menu .mi {
  display: inline-block;
  padding-right: 20px;
}
.social .menu .mi.last {
  padding-right: 0;
}
.social .menu .mi .mil {
  background: url(https://www-lincolnairshow-com-files.s3.amazonaws.com/040d-43591077-facebook-f.svg) no-repeat center center;
  display: block;
  height: 32px;
  width: 32px;
  overflow: hidden;
  text-indent: 400em;
  filter: invert(1);
}
.social .menu .mi.twitter .mil {
  background-image: url(https://www-lincolnairshow-com-files.s3.amazonaws.com/532e-23591077-twitter.svg);
  background-size: 25px;
}
.social .menu .mi.yt .mil {
  background-image: url(https://www-lincolnairshow-com-files.s3.amazonaws.com/5525-13591077-youtube.svg);
}
.social .menu .mi.ig .mil {
  background-image: url(https://www-lincolnairshow-com-files.s3.amazonaws.com/77aa-33591077-instagram.svg);
}
.social .menu .mi.pin .mil {
  background-image: url(https://www-lincolnairshow-com-files.s3.amazonaws.com/1a43-73591077-pinterest.svg);
}#header .banner-image-con {
  max-height: 40vh;
}
#header .banner-image-con:before {
  content: "";
  display: block;
  padding-top: 33.3333333333%;
}
#header .banner-image-con + .banner-text-con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 1024px) {
  .e-content .box-wc {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .e-content #body-content-main,
  .e-content #body-content-sec {
    padding: 1rem;
  }
  .e-content #body-content-main {
    flex: 0 0 70%;
  }
  .e-content #body-content-main:nth-last-child(2) {
    flex: 0 0 100%;
  }
  .e-content #body-content-sec {
    flex: 0 0 30%;
  }
}

/*needed for the javascript */
#hero_tabs {
  position: relative;
}
#hero_tabs div.tc_wrap {
  position: absolute;
  overflow: hidden;
  width: 100vw;
  height: 60vh;
}
#hero_tabs .tab-items {
  display: none;
}
#hero_tabs p {
  float: left;
}
#hero_tabs p.caption {
  float: left;
  width: 266px !important;
  margin-left: 15px;
}
#hero_tabs div.tc_inner {
  width: 200000em;
  position: absolute;
  top: 0;
  left: 0;
}
#hero_tabs div.tc_inner .tab-content {
  float: left;
  width: 100vw;
  height: 60vh;
  overflow: hidden;
}
#hero_tabs .tab-container div.tab-items {
  display: block;
}

/* image rotator */
#hero_tabs {
  display: block;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

#hero_tabs .controls #hero_tabs_prev,
#hero_tabs .controls #hero_tabs_next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 14px;
  height: 29px;
  cursor: pointer;
  transform: translateX(-50%);
}

#hero_tabs .controls #hero_tabs_prev {
  left: 5px;
}

#hero_tabs .controls #hero_tabs_next {
  right: 5px;
}

#hero_tabs .controls #hero_tabs_prev span,
#hero_tabs .controls #hero_tabs_next span,
#hero_tabs .tab-items span.label {
  display: none;
}

#hero_tabs .controls #hero_tabs_prev {
  background: url(//d1y2i4ae2hwuo3.cloudfront.net/637c-502155-slideshow_prev_button.png?pfvId=btb9.gph7lqug) no-repeat top left;
}

#hero_tabs .controls #hero_tabs_next {
  background: url(//d1y2i4ae2hwuo3.cloudfront.net/9f76-402155-slideshow_next_button.png?pfvId=btb8.gph7lk3o) no-repeat top left;
}

#hero_tabs img {
    height: 60vh;
    width: 100vw;
    object-fit: cover;
}

#hero_tabs p {
  margin: 0;
}

// Maps images

.maps img {
  width: 100%;
  height: auto;
}