/* ========================================
// Base Font Families
// ===================================== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,700);
/* ========================================
// Content Font Properties
// ===================================== */
/* ========================================
// Base Heading Styles
// ===================================== */
/* heading-line-height
// heading-font-size
// These are used within base/typography
// ------------------------------------- */
/* h1 size / line */
/* h2 size / line */
/* h3 size / line */
/* h4 size / line */
/* h5 size / line */
/* h6 size / line */
/* mini size / line */
/* ========================================
// Color Configurations
// ===================================== */
/* ========================================
// Column Configurations
// ===================================== */
/* Max width of the site */
/* Number of columns within the grid */
/* Configure the space around each column */
/* Do you need to utilize the push feature of this grid system? */
/* ========================================
// Silk Configuration
// ===================================== */
/* Silk Nav
// ------------------------------------- */
/* Off canvas drawer trigger appearance */
/* Silk Table
// ------------------------------------- */
/* Silk Tabs
// ------------------------------------- */
/* Silk Video
// ------------------------------------- */
/* ========================================
// Breakpoints
// ===================================== */
/* ========================================
// Utilities
// ===================================== */
/* Determine if .hidden-breakpoint and .shown-breakpoint should be included */
noscript {
  display: block;
  padding: 5em;
  background: #fff; }

@font-face {
  font-family: "idfive";
  src: url("../fonts/idfive.eot");
  src: url("../fonts/idfive.eot?#iefix") format("eot"), url("../fonts/idfive.woff") format("woff"), url("../fonts/idfive.ttf") format("truetype"), url("../fonts/idfive.svg#idfive") format("svg"); }

.icon:before {
  font-family: "idfive";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none; }

.icon-blurb:before {
  content: "\E001"; }

.icon-caret-left:before {
  content: "\E002"; }

.icon-chevron-down:before {
  content: "\E003"; }

.icon-chevron-left-white:before {
  content: "\E004"; }

.icon-chevron-left:before {
  content: "\E005"; }

.icon-chevron-right-white:before {
  content: "\E006"; }

.icon-chevron-right:before {
  content: "\E007"; }

.icon-comment:before {
  content: "\E008"; }

.icon-facebook:before {
  content: "\E009"; }

.icon-flickr:before {
  content: "\E00A"; }

.icon-heart:before {
  content: "\E00B"; }

.icon-home:before {
  content: "\E00C"; }

.icon-instagram:before {
  content: "\E00D"; }

.icon-magnifying-glass:before {
  content: "\E00E"; }

.icon-mail:before {
  content: "\E00F"; }

.icon-plus:before {
  content: "\E010"; }

.icon-print:before {
  content: "\E011"; }

.icon-search:before {
  content: "\E012"; }

.icon-twitter:before {
  content: "\E013"; }

.icon-undo:before {
  content: "\E014"; }

.icon-youtube:before {
  content: "\E015"; }

.icon-z-share:before {
  content: "\E016"; }

.icon-zz-grid:before {
  content: "\E017"; }

.icon-zz-list:before {
  content: "\E018"; }

/* ========================================
// Calculate em
// ===================================== */
/* Ex: padding: em(20); */
/* Ex: padding: em(10, 28) em(20, 28); */
/* ========================================
// Calculate rem
// ===================================== */
/* Ex: padding: rem(20); */
/* ========================================
// Strip units
// ===================================== */
/* Ex: line-height: su(em(20, 20)); */
/* ========================================
// Media Queries
// ===================================== */
/* ========================================
// Vertical Center
// ===================================== */
.vertical-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%); }

/* ========================================
// Clearfix
// ===================================== */
/* ========================================
// Compartment
// ===================================== */
.compartment {
  margin: 0 auto;
  max-width: 1120px;
  max-width: 70rem; }
  .compartment:after {
    clear: both;
    content: '';
    display: table; }

/* ========================================
// List Reset
// ===================================== */
/* Resets browser defaults of a list */
.list-reset {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

/* ========================================
// Visually Hidden
// ===================================== */
.visible-for-screen-readers {
  position: absolute;
  left: -10000px;
  top: auto;
  overflow: hidden;
  width: 1px;
  height: 1px; }

.visible-for-all {
  position: inherit;
  left: static;
  top: static;
  overflow: visible;
  width: auto;
  height: auto; }

/* ========================================
// Collage Mixin
// ===================================== */
/* $column-span: how many columns does the item span across? */
/* $row-span: how many rows does the item span across? */
/* $column-placement: starting from 0, which column does your item's left edge fall into? */
/* $row-placement: starting from 0, which row does your item's top edge fall into? */
/* $column-max: how many columns are in the collage? */
/* $row-max: how many rows are in the collage? By default it will equal the amount of columns in the collage. */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/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: 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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 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 {
  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; }

.view .views-table td,
.view .views-table th {
  padding: 10px; }

.view .item-list {
  position: relative;
  height: 50px;
  clear: both;
  width: 100%; }

/* ========================================
// Utilities
// ===================================== */
.show-false {
  display: none; }

.visible-for-screen-readers {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* ========================================
// Type
// ===================================== */
@font-face {
  font-family: "Howard Serif";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/serif12beta-regular.eot") format("eot"), url("../fonts/serif12beta-regular.woff") format("woff"), url("../fonts/serif12beta-regular.ttf") format("truetype"); }

/* ========================================
// Headings
// ===================================== */
h1,
.h1, h2,
.h2, h3,
.h3, h4,
.h4, h5,
.h5, h6,
.h6, .silk-table th, .compiled-discover {
  font-weight: bold;
  text-transform: uppercase;
  color: #003A63; }

/* 1:Heading One
// ------------------------------------- */
h1,
.h1 {
  font-size: 1.55556em;
  line-height: 1.33333; }
  @media (min-width: 62.5em) {
    h1,
    .h1 {
      font-size: 2.5em; } }

.dividing-title {
  border-bottom: 1px solid #979797;
  margin-bottom: 0.44444em;
  padding-bottom: 0.44444em; }
  .dividing-title + p {
    margin-bottom: 0.44444em;
    font-family: "Howard Serif", serif;
    font-style: italic;
    color: #003A63; }
    @media (min-width: 56.25em) {
      .dividing-title + p {
        float: left; } }
    @media (min-width: 56.25em) {
      .dividing-title + p + p {
        float: right; } }
    .dividing-title + p + p a {
      font-size: 1.22222em;
      font-weight: 500;
      text-decoration: none;
      text-transform: uppercase; }
      .dividing-title + p + p a:after {
        vertical-align: top;
        margin-left: 0.36364em;
        content: '\E014';
        font-family: "idfive";
        font-weight: normal; }
    .dividing-title + p + p + p {
      clear: both; }
  .dividing-title.idfive-newsroom__article-title {
    text-transform: none; }

/* 2:Heading Two
// ------------------------------------- */
h2,
.h2 {
  font-size: 1.66667em;
  line-height: 0.8;
  text-transform: uppercase; }

/* 3:Heading Three
// ------------------------------------- */
h3,
.h3 {
  font-size: 1.22222em;
  line-height: 1.54545; }

/* 4:Heading Four
// ------------------------------------- */
h4,
.h4 {
  font-size: 1.11111em;
  line-height: 1.2; }

/* 5:Heading Five
// ------------------------------------- */
h5,
.h5 {
  font-size: 1em;
  line-height: 1.22222; }

/* 6:Heading Six
// ------------------------------------- */
h6,
.h6 {
  font-size: 0.88889em;
  line-height: 1.25; }

/* 7:Mini Copy
// ------------------------------------- */
.mini {
  font-size: 0.77778em;
  line-height: 1.14286; }

/* ========================================
// Anchors
// ===================================== */
a {
  color: #235C9E;
  transition: background .3s, box-shadow .3s, color .3s; }
  a:hover {
    color: #E51937; }

/* ========================================
// Blockquote / Cite
// ===================================== */
blockquote {
  border-left: 0.22222em solid #003A63;
  margin: 2.5em 0;
  padding-left: 1.11111em; }
  blockquote p {
    display: inline;
    font-size: 1.55556em;
    line-height: 1.5;
    color: #005EB8; }

cite {
  display: block;
  margin-top: 1.11111em;
  font-size: 0.64286em;
  font-style: normal;
  color: #5F6062; }
  cite:before {
    content: ''; }

/* ========================================
// Lists
// ===================================== */
.bulleted-list,
.ordered-list {
  margin: 2.22222em 0;
  padding-left: 2.22222em;
  list-style: none; }
  .bulleted-list li,
  .ordered-list li {
    position: relative;
    padding-left: 1.11111em; }
    .bulleted-list li:before,
    .ordered-list li:before {
      position: absolute;
      top: 0;
      left: 0;
      color: #005EB8; }

.bulleted-list li:before {
  content: '\2022';
  font-size: 165%;
  line-height: 1; }

.ordered-list {
  counter-reset: list; }
  .ordered-list li {
    counter-increment: list; }
    .ordered-list li:before {
      content: counter(list); }

/* ========================================
// Paragraphs
// ===================================== */
p {
  margin: 0 0 1.66667em 0; }

/* ========================================
// Silk Accordion
// ===================================== */
/* Accordion item header container */
.silk-accordion__header a {
  padding-left: 0; }

/* Accordion item content container */
.silk-accordion__content {
  display: block; }
  .silk-accordion__content.is-hidden {
    display: none; }

/* ========================================
// Silk Utilities
// ===================================== */
.silk-accordion__header a, .silk-tabs__nav a, .silk-tabs__header a {
  position: relative;
  display: block;
  border-bottom: 2px solid #005EB8;
  padding: 0.9em 0.5em;
  padding-right: 4em;
  font-size: 1.11111em;
  font-weight: 600;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
  color: #003A63; }
  @media (min-width: 56.25em) {
    .silk-accordion__header a, .silk-tabs__nav a, .silk-tabs__header a {
      padding-right: 0.5em; } }
  @media (min-width: 62.5em) {
    .silk-accordion__header a, .silk-tabs__nav a, .silk-tabs__header a {
      padding-right: 1.5em;
      padding-left: 1.5em; } }
  .silk-accordion__header a:before, .silk-tabs__nav a:before, .silk-tabs__header a:before {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0 1em;
    content: '+';
    font-size: 1.5em;
    transform: translate(0, -50%);
    transition: transform .3s; }
  .silk-accordion__header a:hover, .silk-tabs__nav a:hover, .silk-tabs__header a:hover {
    color: #005EB8; }
  .silk-accordion__header a.is-active, .silk-tabs__nav a.is-active, .silk-tabs__header a.is-active {
    font-weight: 700;
    color: #005EB8; }
    .silk-accordion__header a.is-active:before, .silk-tabs__nav a.is-active:before, .silk-tabs__header a.is-active:before {
      content: '-';
      transform: translate(0, -50%) rotate(180deg); }

/* ========================================
// Silk Resets
// ===================================== */
[class^='silk'] > ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

/* ========================================
// Silk Off Canvas
// ===================================== */
.drawer {
  position: absolute;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -10%, 0);
  transform: translate(0, -10%);
  top: 100%;
  right: 0;
  z-index: 200;
  overflow: hidden;
  background: #235C9E;
  transition: opacity .3s, visibility .3s, transform .3s;
  /* Active Canvas State
  // ======================== */ }
  @media (min-width: 56.25em) {
    .drawer {
      position: inherit;
      top: auto;
      max-width: 100%;
      pointer-events: auto;
      background: none;
      opacity: 1;
      visibility: visible;
      transform: none;
      transition: none; } }
  [data-drawer-state="visible"] .drawer {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transform: translate(0, 0); }

/* ========================
// Trigger
// ===================== */
.drawer__trigger {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3.33333em;
  border: 0;
  padding: 0;
  background: none;
  outline: 0;
  /* Active Trigger State
  // ======================== */ }
  @media (min-width: 56.25em) {
    .drawer__trigger {
      display: none; } }
  .drawer__trigger:before, .drawer__trigger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0.11111em;
    width: 33.33333%;
    content: '';
    background: #fff;
    transform: translate(-50%, -50%);
    transition: background .4s, box-shadow .4s, margin .4s, transform .4s; }
  .drawer__trigger:before {
    margin-top: -0.27778em; }
  .drawer__trigger:after {
    box-shadow: 0 0.27778em 0 0 #fff; }
  [data-drawer-state="visible"] .drawer__trigger:before {
    margin-top: 0;
    transform: translate(-50%, -50%) rotate(-45deg); }
  [data-drawer-state="visible"] .drawer__trigger:after {
    box-shadow: 0 0 0 0 transparent;
    transform: translate(-50%, -50%) rotate(45deg); }

.grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1%;
  margin-left: -1%; }

.flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

[class^='col-'] {
  float: left;
  margin: 0 1% 2%;
  width: 98%; }

[class*='flush'] {
  margin-right: 0;
  margin-left: 0;
  width: 100%; }

@media (min-width: 18.75em) {
  .col-mini-1 {
    width: 6.33333%; }
  .col-mini-flush-1 {
    width: 8.33333%; }
  .col-mini-push-1 {
    margin-left: 9.33333%; }
  .col-mini-2 {
    width: 14.66667%; }
  .col-mini-flush-2 {
    width: 16.66667%; }
  .col-mini-push-2 {
    margin-left: 17.66667%; }
  .col-mini-3 {
    width: 23%; }
  .col-mini-flush-3 {
    width: 25%; }
  .col-mini-push-3 {
    margin-left: 26%; }
  .col-mini-4 {
    width: 31.33333%; }
  .col-mini-flush-4 {
    width: 33.33333%; }
  .col-mini-push-4 {
    margin-left: 34.33333%; }
  .col-mini-5 {
    width: 39.66667%; }
  .col-mini-flush-5 {
    width: 41.66667%; }
  .col-mini-push-5 {
    margin-left: 42.66667%; }
  .col-mini-6 {
    width: 48%; }
  .col-mini-flush-6 {
    width: 50%; }
  .col-mini-push-6 {
    margin-left: 51%; }
  .col-mini-7 {
    width: 56.33333%; }
  .col-mini-flush-7 {
    width: 58.33333%; }
  .col-mini-push-7 {
    margin-left: 59.33333%; }
  .col-mini-8 {
    width: 64.66667%; }
  .col-mini-flush-8 {
    width: 66.66667%; }
  .col-mini-push-8 {
    margin-left: 67.66667%; }
  .col-mini-9 {
    width: 73%; }
  .col-mini-flush-9 {
    width: 75%; }
  .col-mini-push-9 {
    margin-left: 76%; }
  .col-mini-10 {
    width: 81.33333%; }
  .col-mini-flush-10 {
    width: 83.33333%; }
  .col-mini-push-10 {
    margin-left: 84.33333%; }
  .col-mini-11 {
    width: 89.66667%; }
  .col-mini-flush-11 {
    width: 91.66667%; }
  .col-mini-push-11 {
    margin-left: 92.66667%; } }

@media (min-width: 25em) {
  .col-tiny-1 {
    width: 6.33333%; }
  .col-tiny-flush-1 {
    width: 8.33333%; }
  .col-tiny-push-1 {
    margin-left: 9.33333%; }
  .col-tiny-2 {
    width: 14.66667%; }
  .col-tiny-flush-2 {
    width: 16.66667%; }
  .col-tiny-push-2 {
    margin-left: 17.66667%; }
  .col-tiny-3 {
    width: 23%; }
  .col-tiny-flush-3 {
    width: 25%; }
  .col-tiny-push-3 {
    margin-left: 26%; }
  .col-tiny-4 {
    width: 31.33333%; }
  .col-tiny-flush-4 {
    width: 33.33333%; }
  .col-tiny-push-4 {
    margin-left: 34.33333%; }
  .col-tiny-5 {
    width: 39.66667%; }
  .col-tiny-flush-5 {
    width: 41.66667%; }
  .col-tiny-push-5 {
    margin-left: 42.66667%; }
  .col-tiny-6 {
    width: 48%; }
  .col-tiny-flush-6 {
    width: 50%; }
  .col-tiny-push-6 {
    margin-left: 51%; }
  .col-tiny-7 {
    width: 56.33333%; }
  .col-tiny-flush-7 {
    width: 58.33333%; }
  .col-tiny-push-7 {
    margin-left: 59.33333%; }
  .col-tiny-8 {
    width: 64.66667%; }
  .col-tiny-flush-8 {
    width: 66.66667%; }
  .col-tiny-push-8 {
    margin-left: 67.66667%; }
  .col-tiny-9 {
    width: 73%; }
  .col-tiny-flush-9 {
    width: 75%; }
  .col-tiny-push-9 {
    margin-left: 76%; }
  .col-tiny-10 {
    width: 81.33333%; }
  .col-tiny-flush-10 {
    width: 83.33333%; }
  .col-tiny-push-10 {
    margin-left: 84.33333%; }
  .col-tiny-11 {
    width: 89.66667%; }
  .col-tiny-flush-11 {
    width: 91.66667%; }
  .col-tiny-push-11 {
    margin-left: 92.66667%; } }

@media (min-width: 31.25em) {
  .col-small-1 {
    width: 6.33333%; }
  .col-small-flush-1 {
    width: 8.33333%; }
  .col-small-push-1 {
    margin-left: 9.33333%; }
  .col-small-2 {
    width: 14.66667%; }
  .col-small-flush-2 {
    width: 16.66667%; }
  .col-small-push-2 {
    margin-left: 17.66667%; }
  .col-small-3 {
    width: 23%; }
  .col-small-flush-3 {
    width: 25%; }
  .col-small-push-3 {
    margin-left: 26%; }
  .col-small-4 {
    width: 31.33333%; }
  .col-small-flush-4 {
    width: 33.33333%; }
  .col-small-push-4 {
    margin-left: 34.33333%; }
  .col-small-5 {
    width: 39.66667%; }
  .col-small-flush-5 {
    width: 41.66667%; }
  .col-small-push-5 {
    margin-left: 42.66667%; }
  .col-small-6 {
    width: 48%; }
  .col-small-flush-6 {
    width: 50%; }
  .col-small-push-6 {
    margin-left: 51%; }
  .col-small-7 {
    width: 56.33333%; }
  .col-small-flush-7 {
    width: 58.33333%; }
  .col-small-push-7 {
    margin-left: 59.33333%; }
  .col-small-8 {
    width: 64.66667%; }
  .col-small-flush-8 {
    width: 66.66667%; }
  .col-small-push-8 {
    margin-left: 67.66667%; }
  .col-small-9 {
    width: 73%; }
  .col-small-flush-9 {
    width: 75%; }
  .col-small-push-9 {
    margin-left: 76%; }
  .col-small-10 {
    width: 81.33333%; }
  .col-small-flush-10 {
    width: 83.33333%; }
  .col-small-push-10 {
    margin-left: 84.33333%; }
  .col-small-11 {
    width: 89.66667%; }
  .col-small-flush-11 {
    width: 91.66667%; }
  .col-small-push-11 {
    margin-left: 92.66667%; } }

@media (min-width: 37.5em) {
  .col-medium-1 {
    width: 6.33333%; }
  .col-medium-flush-1 {
    width: 8.33333%; }
  .col-medium-push-1 {
    margin-left: 9.33333%; }
  .col-medium-2 {
    width: 14.66667%; }
  .col-medium-flush-2 {
    width: 16.66667%; }
  .col-medium-push-2 {
    margin-left: 17.66667%; }
  .col-medium-3 {
    width: 23%; }
  .col-medium-flush-3 {
    width: 25%; }
  .col-medium-push-3 {
    margin-left: 26%; }
  .col-medium-4 {
    width: 31.33333%; }
  .col-medium-flush-4 {
    width: 33.33333%; }
  .col-medium-push-4 {
    margin-left: 34.33333%; }
  .col-medium-5 {
    width: 39.66667%; }
  .col-medium-flush-5 {
    width: 41.66667%; }
  .col-medium-push-5 {
    margin-left: 42.66667%; }
  .col-medium-6 {
    width: 48%; }
  .col-medium-flush-6 {
    width: 50%; }
  .col-medium-push-6 {
    margin-left: 51%; }
  .col-medium-7 {
    width: 56.33333%; }
  .col-medium-flush-7 {
    width: 58.33333%; }
  .col-medium-push-7 {
    margin-left: 59.33333%; }
  .col-medium-8 {
    width: 64.66667%; }
  .col-medium-flush-8 {
    width: 66.66667%; }
  .col-medium-push-8 {
    margin-left: 67.66667%; }
  .col-medium-9 {
    width: 73%; }
  .col-medium-flush-9 {
    width: 75%; }
  .col-medium-push-9 {
    margin-left: 76%; }
  .col-medium-10 {
    width: 81.33333%; }
  .col-medium-flush-10 {
    width: 83.33333%; }
  .col-medium-push-10 {
    margin-left: 84.33333%; }
  .col-medium-11 {
    width: 89.66667%; }
  .col-medium-flush-11 {
    width: 91.66667%; }
  .col-medium-push-11 {
    margin-left: 92.66667%; } }

@media (min-width: 43.75em) {
  .col-big-1 {
    width: 6.33333%; }
  .col-big-flush-1 {
    width: 8.33333%; }
  .col-big-push-1 {
    margin-left: 9.33333%; }
  .col-big-2 {
    width: 14.66667%; }
  .col-big-flush-2 {
    width: 16.66667%; }
  .col-big-push-2 {
    margin-left: 17.66667%; }
  .col-big-3 {
    width: 23%; }
  .col-big-flush-3 {
    width: 25%; }
  .col-big-push-3 {
    margin-left: 26%; }
  .col-big-4 {
    width: 31.33333%; }
  .col-big-flush-4 {
    width: 33.33333%; }
  .col-big-push-4 {
    margin-left: 34.33333%; }
  .col-big-5 {
    width: 39.66667%; }
  .col-big-flush-5 {
    width: 41.66667%; }
  .col-big-push-5 {
    margin-left: 42.66667%; }
  .col-big-6 {
    width: 48%; }
  .col-big-flush-6 {
    width: 50%; }
  .col-big-push-6 {
    margin-left: 51%; }
  .col-big-7 {
    width: 56.33333%; }
  .col-big-flush-7 {
    width: 58.33333%; }
  .col-big-push-7 {
    margin-left: 59.33333%; }
  .col-big-8 {
    width: 64.66667%; }
  .col-big-flush-8 {
    width: 66.66667%; }
  .col-big-push-8 {
    margin-left: 67.66667%; }
  .col-big-9 {
    width: 73%; }
  .col-big-flush-9 {
    width: 75%; }
  .col-big-push-9 {
    margin-left: 76%; }
  .col-big-10 {
    width: 81.33333%; }
  .col-big-flush-10 {
    width: 83.33333%; }
  .col-big-push-10 {
    margin-left: 84.33333%; }
  .col-big-11 {
    width: 89.66667%; }
  .col-big-flush-11 {
    width: 91.66667%; }
  .col-big-push-11 {
    margin-left: 92.66667%; } }

@media (min-width: 50em) {
  .col-large-1 {
    width: 6.33333%; }
  .col-large-flush-1 {
    width: 8.33333%; }
  .col-large-push-1 {
    margin-left: 9.33333%; }
  .col-large-2 {
    width: 14.66667%; }
  .col-large-flush-2 {
    width: 16.66667%; }
  .col-large-push-2 {
    margin-left: 17.66667%; }
  .col-large-3 {
    width: 23%; }
  .col-large-flush-3 {
    width: 25%; }
  .col-large-push-3 {
    margin-left: 26%; }
  .col-large-4 {
    width: 31.33333%; }
  .col-large-flush-4 {
    width: 33.33333%; }
  .col-large-push-4 {
    margin-left: 34.33333%; }
  .col-large-5 {
    width: 39.66667%; }
  .col-large-flush-5 {
    width: 41.66667%; }
  .col-large-push-5 {
    margin-left: 42.66667%; }
  .col-large-6 {
    width: 48%; }
  .col-large-flush-6 {
    width: 50%; }
  .col-large-push-6 {
    margin-left: 51%; }
  .col-large-7 {
    width: 56.33333%; }
  .col-large-flush-7 {
    width: 58.33333%; }
  .col-large-push-7 {
    margin-left: 59.33333%; }
  .col-large-8 {
    width: 64.66667%; }
  .col-large-flush-8 {
    width: 66.66667%; }
  .col-large-push-8 {
    margin-left: 67.66667%; }
  .col-large-9 {
    width: 73%; }
  .col-large-flush-9 {
    width: 75%; }
  .col-large-push-9 {
    margin-left: 76%; }
  .col-large-10 {
    width: 81.33333%; }
  .col-large-flush-10 {
    width: 83.33333%; }
  .col-large-push-10 {
    margin-left: 84.33333%; }
  .col-large-11 {
    width: 89.66667%; }
  .col-large-flush-11 {
    width: 91.66667%; }
  .col-large-push-11 {
    margin-left: 92.66667%; } }

@media (min-width: 56.25em) {
  .col-huge-1 {
    width: 6.33333%; }
  .col-huge-flush-1 {
    width: 8.33333%; }
  .col-huge-push-1 {
    margin-left: 9.33333%; }
  .col-huge-2 {
    width: 14.66667%; }
  .col-huge-flush-2 {
    width: 16.66667%; }
  .col-huge-push-2 {
    margin-left: 17.66667%; }
  .col-huge-3 {
    width: 23%; }
  .col-huge-flush-3 {
    width: 25%; }
  .col-huge-push-3 {
    margin-left: 26%; }
  .col-huge-4 {
    width: 31.33333%; }
  .col-huge-flush-4 {
    width: 33.33333%; }
  .col-huge-push-4 {
    margin-left: 34.33333%; }
  .col-huge-5 {
    width: 39.66667%; }
  .col-huge-flush-5 {
    width: 41.66667%; }
  .col-huge-push-5 {
    margin-left: 42.66667%; }
  .col-huge-6 {
    width: 48%; }
  .col-huge-flush-6 {
    width: 50%; }
  .col-huge-push-6 {
    margin-left: 51%; }
  .col-huge-7 {
    width: 56.33333%; }
  .col-huge-flush-7 {
    width: 58.33333%; }
  .col-huge-push-7 {
    margin-left: 59.33333%; }
  .col-huge-8 {
    width: 64.66667%; }
  .col-huge-flush-8 {
    width: 66.66667%; }
  .col-huge-push-8 {
    margin-left: 67.66667%; }
  .col-huge-9 {
    width: 73%; }
  .col-huge-flush-9 {
    width: 75%; }
  .col-huge-push-9 {
    margin-left: 76%; }
  .col-huge-10 {
    width: 81.33333%; }
  .col-huge-flush-10 {
    width: 83.33333%; }
  .col-huge-push-10 {
    margin-left: 84.33333%; }
  .col-huge-11 {
    width: 89.66667%; }
  .col-huge-flush-11 {
    width: 91.66667%; }
  .col-huge-push-11 {
    margin-left: 92.66667%; } }

@media (min-width: 62.5em) {
  .col-aldnoah-1 {
    width: 6.33333%; }
  .col-aldnoah-flush-1 {
    width: 8.33333%; }
  .col-aldnoah-push-1 {
    margin-left: 9.33333%; }
  .col-aldnoah-2 {
    width: 14.66667%; }
  .col-aldnoah-flush-2 {
    width: 16.66667%; }
  .col-aldnoah-push-2 {
    margin-left: 17.66667%; }
  .col-aldnoah-3 {
    width: 23%; }
  .col-aldnoah-flush-3 {
    width: 25%; }
  .col-aldnoah-push-3 {
    margin-left: 26%; }
  .col-aldnoah-4 {
    width: 31.33333%; }
  .col-aldnoah-flush-4 {
    width: 33.33333%; }
  .col-aldnoah-push-4 {
    margin-left: 34.33333%; }
  .col-aldnoah-5 {
    width: 39.66667%; }
  .col-aldnoah-flush-5 {
    width: 41.66667%; }
  .col-aldnoah-push-5 {
    margin-left: 42.66667%; }
  .col-aldnoah-6 {
    width: 48%; }
  .col-aldnoah-flush-6 {
    width: 50%; }
  .col-aldnoah-push-6 {
    margin-left: 51%; }
  .col-aldnoah-7 {
    width: 56.33333%; }
  .col-aldnoah-flush-7 {
    width: 58.33333%; }
  .col-aldnoah-push-7 {
    margin-left: 59.33333%; }
  .col-aldnoah-8 {
    width: 64.66667%; }
  .col-aldnoah-flush-8 {
    width: 66.66667%; }
  .col-aldnoah-push-8 {
    margin-left: 67.66667%; }
  .col-aldnoah-9 {
    width: 73%; }
  .col-aldnoah-flush-9 {
    width: 75%; }
  .col-aldnoah-push-9 {
    margin-left: 76%; }
  .col-aldnoah-10 {
    width: 81.33333%; }
  .col-aldnoah-flush-10 {
    width: 83.33333%; }
  .col-aldnoah-push-10 {
    margin-left: 84.33333%; }
  .col-aldnoah-11 {
    width: 89.66667%; }
  .col-aldnoah-flush-11 {
    width: 91.66667%; }
  .col-aldnoah-push-11 {
    margin-left: 92.66667%; } }

@media (min-width: 75em) {
  .col-penguindrum-1 {
    width: 6.33333%; }
  .col-penguindrum-flush-1 {
    width: 8.33333%; }
  .col-penguindrum-push-1 {
    margin-left: 9.33333%; }
  .col-penguindrum-2 {
    width: 14.66667%; }
  .col-penguindrum-flush-2 {
    width: 16.66667%; }
  .col-penguindrum-push-2 {
    margin-left: 17.66667%; }
  .col-penguindrum-3 {
    width: 23%; }
  .col-penguindrum-flush-3 {
    width: 25%; }
  .col-penguindrum-push-3 {
    margin-left: 26%; }
  .col-penguindrum-4 {
    width: 31.33333%; }
  .col-penguindrum-flush-4 {
    width: 33.33333%; }
  .col-penguindrum-push-4 {
    margin-left: 34.33333%; }
  .col-penguindrum-5 {
    width: 39.66667%; }
  .col-penguindrum-flush-5 {
    width: 41.66667%; }
  .col-penguindrum-push-5 {
    margin-left: 42.66667%; }
  .col-penguindrum-6 {
    width: 48%; }
  .col-penguindrum-flush-6 {
    width: 50%; }
  .col-penguindrum-push-6 {
    margin-left: 51%; }
  .col-penguindrum-7 {
    width: 56.33333%; }
  .col-penguindrum-flush-7 {
    width: 58.33333%; }
  .col-penguindrum-push-7 {
    margin-left: 59.33333%; }
  .col-penguindrum-8 {
    width: 64.66667%; }
  .col-penguindrum-flush-8 {
    width: 66.66667%; }
  .col-penguindrum-push-8 {
    margin-left: 67.66667%; }
  .col-penguindrum-9 {
    width: 73%; }
  .col-penguindrum-flush-9 {
    width: 75%; }
  .col-penguindrum-push-9 {
    margin-left: 76%; }
  .col-penguindrum-10 {
    width: 81.33333%; }
  .col-penguindrum-flush-10 {
    width: 83.33333%; }
  .col-penguindrum-push-10 {
    margin-left: 84.33333%; }
  .col-penguindrum-11 {
    width: 89.66667%; }
  .col-penguindrum-flush-11 {
    width: 91.66667%; }
  .col-penguindrum-push-11 {
    margin-left: 92.66667%; } }

@media (min-width: 87.5em) {
  .col-dream-1 {
    width: 6.33333%; }
  .col-dream-flush-1 {
    width: 8.33333%; }
  .col-dream-push-1 {
    margin-left: 9.33333%; }
  .col-dream-2 {
    width: 14.66667%; }
  .col-dream-flush-2 {
    width: 16.66667%; }
  .col-dream-push-2 {
    margin-left: 17.66667%; }
  .col-dream-3 {
    width: 23%; }
  .col-dream-flush-3 {
    width: 25%; }
  .col-dream-push-3 {
    margin-left: 26%; }
  .col-dream-4 {
    width: 31.33333%; }
  .col-dream-flush-4 {
    width: 33.33333%; }
  .col-dream-push-4 {
    margin-left: 34.33333%; }
  .col-dream-5 {
    width: 39.66667%; }
  .col-dream-flush-5 {
    width: 41.66667%; }
  .col-dream-push-5 {
    margin-left: 42.66667%; }
  .col-dream-6 {
    width: 48%; }
  .col-dream-flush-6 {
    width: 50%; }
  .col-dream-push-6 {
    margin-left: 51%; }
  .col-dream-7 {
    width: 56.33333%; }
  .col-dream-flush-7 {
    width: 58.33333%; }
  .col-dream-push-7 {
    margin-left: 59.33333%; }
  .col-dream-8 {
    width: 64.66667%; }
  .col-dream-flush-8 {
    width: 66.66667%; }
  .col-dream-push-8 {
    margin-left: 67.66667%; }
  .col-dream-9 {
    width: 73%; }
  .col-dream-flush-9 {
    width: 75%; }
  .col-dream-push-9 {
    margin-left: 76%; }
  .col-dream-10 {
    width: 81.33333%; }
  .col-dream-flush-10 {
    width: 83.33333%; }
  .col-dream-push-10 {
    margin-left: 84.33333%; }
  .col-dream-11 {
    width: 89.66667%; }
  .col-dream-flush-11 {
    width: 91.66667%; }
  .col-dream-push-11 {
    margin-left: 92.66667%; } }

/* ========================================
// Silk Nav
// ===================================== */
.silk-nav ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 200;
  height: 100%;
  width: 100%;
  background: #fff;
  opacity: 0;
  transform: translate(0, 0);
  transition: opacity .4s, transform .4s; }
  @media (min-width: 56.25em) {
    .silk-nav ul ul {
      top: 100%;
      left: 0;
      display: none;
      height: auto;
      opacity: 1; } }
  @media (min-width: 56.25em) {
    .silk-nav > ul > li:hover > ul {
      display: block; } }
  .silk-nav ul ul.silk-menu--active {
    opacity: 1;
    transform: translate(-100%, 0);
    transition: opacity 0.4s, transform 0.4s cubic-bezier(0.175, 0.885, 0.24, 1.11); }
    @media (min-width: 56.25em) {
      .silk-nav ul ul.silk-menu--active {
        transform: none; } }

.trigger--revert,
.trigger--reverse {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s; }
  .silk-menu--active .trigger--revert, .silk-menu--active
  .trigger--reverse {
    opacity: 1;
    visibility: visible; }

/* ========================================
// Silk Style Tile
// ===================================== */
.colors {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .colors li {
    display: block; }

/* ========================================
// Silk Table
// ===================================== */
.silk-table {
  display: none;
  width: 100%;
  border-spacing: 0;
  margin-bottom: 1em;
  /* Header table cells */
  /* Regular table cells */
  /* Collapsed table */ }
  @media (min-width: 56.25em) {
    .silk-table {
      display: block; } }
  .silk-table th {
    font-size: 1.11111em;
    line-height: 1.2;
    text-align: left; }
  .silk-table td {
    /* Every td in every odd row */ }
  @media (min-width: 56.25em) {
    .silk-table--collapsed {
      display: none; } }
  .silk-table--collapsed li {
    /* The first header of every column */
    /* Odd "rows" within every column */ }

/* ========================================
// Silk Tabs
// ===================================== */
@media (min-width: 56.25em) {
  .silk-tabs {
    margin-top: 4.44444em; } }

.silk-tabs__nav {
  display: none; }
  .silk-tabs__nav:after {
    clear: both;
    content: '';
    display: table; }
  @media (min-width: 56.25em) {
    .silk-tabs__nav {
      display: block; } }
  .silk-tabs__nav ul {
    display: flex;
    flex-wrap: wrap; }
  .silk-tabs__nav li {
    float: left;
    flex: 1 auto;
    text-align: center; }
  .silk-tabs__nav a {
    display: block; }
    .silk-tabs__nav a:before {
      display: none; }
    .silk-tabs__nav a.is-active {
      box-shadow: inset 0 -0.2em 0 0 #005EB8; }

@media (min-width: 56.25em) {
  .silk-tabs__header {
    display: none; } }

.silk-tabs__header a {
  padding-left: 0; }

.silk-tabs__wrapper {
  padding: 2.22222em 0; }
  @media (min-width: 56.25em) {
    .silk-tabs__wrapper {
      margin-bottom: 4.44444em;
      padding: 3.88889em 0 5.55556em; } }
  .silk-tabs__wrapper p:last-child {
    margin-bottom: 0; }

.silk-tabs__content {
  display: block; }
  .silk-tabs__content.is-hidden {
    display: none; }
  .silk-tabs__content.is-hidden-accordion {
    display: none; }
    @media (min-width: 56.25em) {
      .silk-tabs__content.is-hidden-accordion {
        display: inherit; } }
  .silk-tabs__content ul {
    padding-left: 2rem; }
  .silk-tabs__content li {
    list-style-type: disc; }

/*

  mimo/slides
    http://codepen.io/mimoduo/pen/gabWmN

*/
/* ================
// Swift Slide
// ============= */
.swift-slide {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .swift-slide > *:not(.controls):not(.pager) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s, transform .3s; }
    .swift-slide > *:not(.controls):not(.pager).active {
      position: relative;
      pointer-events: auto;
      opacity: 1;
      visibility: visible; }

.image-gallery {
  position: relative;
  margin: 2.77778em 0; }
  .image-gallery article {
    height: 27.77778em; }
  .image-gallery .controls:nth-of-type(1) {
    display: block; }
  .image-gallery .pager {
    display: none;
    margin-bottom: 2.77778em; }
    .image-gallery .pager span {
      font-size: 2em; }

.profile-gallery-hero {
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center center; }

/* ================
// Swift Controls
// ============= */
.controls {
  position: absolute;
  bottom: 2.22222em;
  left: 50%;
  display: none;
  user-select: none;
  transform: translate(-50%, 0); }
  .controls button {
    height: 2.22222em;
    width: 2.77778em;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    outline: 0;
    /* Previous Button */
    /* Next Button */ }
    .controls button:first-child {
      background-image: url("../icons/chevron-left-white.svg"); }
    .controls button:last-child {
      background-image: url("../icons/chevron-right-white.svg"); }

/* ================
// Swift Pager
// ============= */
.swift-slide .pager {
  position: absolute;
  top: auto !important;
  right: auto !important;
  bottom: 0;
  left: 50%;
  user-select: none;
  transform: translate(-50%, 0); }
  .featured-content .swift-slide .pager {
    bottom: 2.77778em; }
    @media (max-height: 600px) {
      .featured-content .swift-slide .pager {
        bottom: 1.66667em; } }
  .swift-slide .pager ~ .pager {
    display: none; }
  .swift-slide .pager span {
    display: inline-block;
    height: 0.55556em !important;
    width: 0.55556em !important;
    margin: 0 0.16667em;
    cursor: pointer;
    background: #fff;
    border: 0 !important;
    border-radius: 100%;
    transition: background .3s, box-shadow .3s, transform .3s; }
    .featured-content .swift-slide .pager span {
      height: 1.11111em !important;
      width: 1.11111em !important;
      box-shadow: inset 0 0 0 1px #979797; }
    .swift-slide .pager span:hover {
      background: #FFC82E !important;
      transform: scale(1.15); }
    .swift-slide .pager span.active {
      background: #FFC82E !important;
      box-shadow: inset 0 0 0 1px transparent; }

/* ========================================
// Featured Articles
// ===================================== */
.featured-content {
  height: 27.77778em; }
  @media (min-width: 50em) {
    .featured-content {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 200;
      width: 50%;
      margin-top: 11.88889em; } }
  @media (min-width: 800px) {
    .featured-content {
      position: fixed;
      height: calc(100vh - 13.375rem); } }
  @media (min-width: 75em) {
    .featured-content {
      width: 42%; } }

.featured-article {
  height: 100%;
  padding: 3.05556em 1.11111em;
  background-position: 50% 50% !important; }
  @media (min-width: 50em) {
    .featured-article {
      padding: 3.05556em; } }
  .featured-article:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.35);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%); }

.featured-details {
  position: absolute;
  left: 0;
  bottom: 5em;
  z-index: 4;
  width: 100%;
  padding: 0 1.11111em; }
  @media (min-width: 50em) {
    .featured-details {
      padding: 0 3.05556em; } }
  @media (max-height: 700px) {
    .featured-details {
      bottom: 3.33333em; } }

.featured-category {
  margin-top: 0;
  margin-bottom: 0.6em;
  color: #FFC82E; }

.featured-title {
  margin-top: 0;
  font-size: 1.66667em;
  line-height: 1;
  text-transform: capitalize;
  color: #fff; }
  @media (min-width: 37.5em) {
    .featured-title {
      font-size: 1.94444em; } }
  .featured-title a {
    text-decoration: none;
    color: inherit; }

/* ========================================
// Articles Shared
// ===================================== */
.article-discover {
  position: absolute;
  top: 1.11111em;
  left: 1.11111em;
  height: calc(100% - 2.22222em);
  width: calc(100% - 2.22222em);
  text-align: center;
  background: #E51937;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.05);
  transition: box-shadow .3s, opacity .3s, visibility .3s, transform .3s; }
  .article:hover .article-discover {
    color: #fff;
    opacity: 1;
    visibility: visible;
    transform: scale(1); }

.article-discover-label {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 2.5em;
  transform: translate(0, -60%);
  transition: transform .3s; }
  .article:hover .article-discover-label {
    transform: translate(0, -50%); }

/* ========================================
// Front Articles
// ===================================== */
@media (min-width: 50em) {
  body .compilated-content {
    padding-top: 214px; } }

.compilated-content:after {
  clear: both;
  content: '';
  display: table; }

@media (min-width: 50em) {
  .compilated-content {
    padding-left: 50%; }
    .compilated-content.advertisement {
      padding-top: 0; } }

@media (min-width: 75em) {
  .compilated-content {
    display: flex;
    flex-wrap: wrap;
    padding-left: 42%; } }

.compilated-content > * {
  overflow: hidden;
  border-left: 1px solid #003A63;
  margin-bottom: 0; }

.compiled-article {
  position: relative;
  border-bottom: 1px solid #003A63;
  padding: 2.5em 1.11111em;
  background: #fff; }
  @media (min-width: 37.5em) {
    .compiled-article {
      padding: 5.27778em 3.05556em; } }
  .compiled-article:last-child {
    border-bottom: 0; }

.compiled-article-discover-label,
.idfive-newsroom__event-caption > p:first-child + p a span {
  font-size: 1.22222em;
  font-weight: bold;
  letter-spacing: 0.09091em;
  text-decoration: none;
  text-transform: uppercase; }
  .compiled-article-discover-label:after,
  .idfive-newsroom__event-caption > p:first-child + p a span:after {
    display: block;
    content: '+'; }

.compiled-discover {
  font-size: 1em;
  line-height: 1.22222;
  display: block;
  padding: 2.77778em 0;
  text-align: center;
  text-decoration: none;
  background: #E51937;
  box-shadow: 0 5.55556em 0 0 #E51937;
  color: #fff;
  transition: background .2s, box-shadow .2s; }
  @media (min-width: 75em) {
    .compiled-discover {
      padding: 5.88889em 0; } }
  .compiled-discover:hover {
    background: #005EB8;
    box-shadow: 0 5.55556em 0 0 #005EB8;
    color: #fff; }

/* ========================================
// Simple Articles
// ===================================== */
.simple-article {
  margin-bottom: 2.22222em; }
  .simple-article:after {
    clear: both;
    content: '';
    display: table; }

@media (min-width: 31.25em) {
  .simple-article-image {
    float: left;
    width: 35%; } }

@media (min-width: 56.25em) {
  .simple-article-image {
    width: 25%; } }

.simple-article-image ~ br {
  display: none; }

@media (min-width: 31.25em) {
  .simple-article-copy {
    float: left;
    width: 65%;
    padding-left: 2.77778em; } }

@media (min-width: 56.25em) {
  .simple-article-copy {
    width: 75%; } }

.simple-article-copy h3 {
  margin-top: 0; }

/* ========================================
// Advertisement
// ===================================== */
.advertisement {
  padding-top: 0px;
  padding-bottom: 0px; }
  .advertisement .ad_wrapper {
    background: #2A6EBB;
    padding: 2.5em; }
    .advertisement .ad_wrapper .region-advertisement {
      background: #fff; }
    .advertisement .ad_wrapper p {
      margin: 0px;
      padding: 0px;
      -webkit-margin-before: 0px;
      -webkit-margin-after: 0px;
      font-size: 0px;
      line-height: 0px; }
    .advertisement .ad_wrapper img {
      max-width: 100%;
      width: 100%;
      height: auto; }

/* ========================================
// Blurb
// ===================================== */
.blurb {
  padding: 3.125em 3.4375em 2.8125em;
  font-size: 0.88889em;
  text-align: center;
  background: #235C9E;
  color: #fff; }
  .blurb:before {
    display: block;
    height: 1.25em;
    width: 100%;
    margin-bottom: 1em;
    content: '';
    background: url("../icons/comment.svg") 50% 50% no-repeat;
    background-size: contain; }

/* ========================================
// Archives Article
// ===================================== */
.idfive-newsroom__events {
  clear: both;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 50em) {
    .idfive-newsroom__events {
      margin: 0 -1%; } }
  .idfive-newsroom__events > p {
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #005EB8; }
    .idfive-newsroom__events > p a {
      display: block;
      padding: 2.22222em 0 0;
      cursor: pointer;
      outline: 0;
      color: inherit; }
      .idfive-newsroom__events > p a:after {
        display: block;
        height: 1.44444em;
        width: 100%;
        content: '';
        background: url("../icons/chevron-down.svg") 50% 50%;
        background-repeat: no-repeat;
        background-size: contain; }
      .idfive-newsroom__events > p a:hover:after {
        animation: bounce .5s 3; }

@keyframes bounce {
  50% {
    transform: translate(0, 0.83333em); } }

.idfive-newsroom_toggle_view {
  float: right;
  border: 1px solid #C3C5C9; }
  .idfive-newsroom_toggle_view a {
    display: block;
    float: right;
    width: 60px;
    text-align: center;
    padding: 10px;
    text-decoration: none; }
    .idfive-newsroom_toggle_view a span {
      display: none; }
    .idfive-newsroom_toggle_view a.active {
      background-color: #235C9E;
      color: #fff; }
      .idfive-newsroom_toggle_view a.active:hover {
        color: #fff; }

.idfive-newsroom__event {
  position: relative;
  width: 100%;
  border: 1px solid #C3C5C9;
  margin-bottom: 2%;
  padding: 2.22222em;
  background: #fff; }
  @media (min-width: 50em) {
    .idfive-newsroom__event {
      width: 48%;
      margin-right: 1%;
      margin-left: 1%; } }
  @media (min-width: 75em) {
    .idfive-newsroom__event {
      width: 31%; } }

.idfive-newsroom__event_list {
  width: 100%;
  border: 1px solid #C3C5C9;
  margin: 5px 10px;
  padding: 1.11111em;
  background: #fff; }
  .idfive-newsroom__event_list span {
    display: block;
    width: 33%;
    float: left;
    padding-left: 10px; }

.idfive-newsroom__event-title {
  font-size: 1.11111em;
  line-height: 1.2;
  text-transform: none; }
  .idfive-newsroom__event-title a {
    text-decoration: none;
    color: inherit; }

.idfive-newsroom__author {
  display: none; }

.idfive-newsroom__article-body {
  padding-bottom: 2.22222em; }
  @media (min-width: 37.5em) {
    .idfive-newsroom__article-body {
      padding-bottom: 4.44444em; } }

.idfive-newsroom__event-caption {
  overflow: hidden;
  height: 8.25em;
  font-size: 0.88889em;
  line-height: 1.375; }
  .idfive-newsroom__event-caption > p:first-child + p {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s; }
    .idfive-newsroom__event:hover .idfive-newsroom__event-caption > p:first-child + p {
      opacity: 1;
      visibility: visible; }
    .idfive-newsroom__event-caption > p:first-child + p a {
      position: absolute;
      left: 0;
      height: 100%;
      width: 100%;
      border: 1.38889em solid #fff;
      background: #E51937;
      color: #fff; }
    .idfive-newsroom__event-caption > p:first-child + p span {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      text-align: center;
      transform: translate(0, -50%); }

.idfive-newsroom__event-date {
  font-family: "Howard Serif", serif;
  font-size: 0.77778em;
  font-style: italic;
  color: #E51937; }

.idfive-newsroom__article-sharer {
  float: right; }
  .idfive-newsroom__article-sharer a {
    margin-left: 10px; }
    .idfive-newsroom__article-sharer a i {
      margin-right: 5px; }
    .idfive-newsroom__article-sharer a:hover {
      cursor: pointer; }

.idfive-newsroom__article-contacts {
  clear: both; }

img {
  max-width: 100%;
  height: auto !important; }

img[style*="left"] {
  padding-right: 30px;
  padding-bottom: 30px; }

img[style*="right"] {
  padding-left: 30px;
  padding-bottom: 30px; }

.compilated-content img {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.arrangement {
  width: 100%; }
  @media (min-width: 50em) {
    .arrangement {
      width: 98%;
      margin: 0 1%; } }

/* ========================================
// Callout
// ===================================== */
/* Plain Callout
// ------------------------------------- */
[class^='callout'] {
  margin-bottom: 1.11111em;
  padding: 1.11111em; }

/* Additional Callouts
// ------------------------------------- */
/* ========================================
// Lead In
// ===================================== */
.field-name-field-lead-in-text {
  clear: both;
  padding-top: 1.42857em;
  font-family: "Howard Serif", serif;
  font-size: 1.22222em;
  font-style: italic;
  line-height: 1.27273;
  color: #005EB8; }
  @media (min-width: 37.5em) {
    .field-name-field-lead-in-text {
      font-size: 1.55556em;
      line-height: 1.42857; } }

/* ========================================
// Buttons
// ===================================== */
div[class^="button"] {
  display: inline-block;
  border: 0;
  margin: 0 0.55556em 0.55556em 0;
  padding: 0.83333em 1.11111em;
  cursor: pointer;
  font-size: 1.11111em;
  text-decoration: none;
  background: #005EB8;
  color: #fff;
  outline: 0;
  transition: background .25s, box-shadow .25s, color .25s, transform .2s; }
  div[class^="button"]:hover {
    background: #E51937;
    color: #fff; }
  div[class^="button"] i:before {
    vertical-align: middle;
    margin-right: 0.35714em;
    font-size: 1.4em; }

/* Additional Buttons
// ------------------------------------- */
.idfive-newsroom__event-pool {
  display: block;
  float: left;
  font-family: "Howard Serif", serif;
  font-style: italic;
  color: #003A63;
  font-size: 15px; }

.idfive-newsroom__current-filters {
  clear: both;
  margin-top: 2.22222em;
  margin-bottom: -1.11111em; }
  @media (min-width: 37.5em) {
    .idfive-newsroom__current-filters {
      clear: none;
      margin-top: 0;
      padding-right: 8.33333em; } }
  .idfive-newsroom__current-filters a {
    padding-right: 10px;
    font-size: 0.88889em;
    cursor: pointer;
    color: #8DC1FB; }
    .idfive-newsroom__current-filters a:hover {
      color: #fff; }

.idfive-newsroom__clear-filters {
  display: block;
  float: right;
  font-size: 0.77778em;
  text-align: right;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  outline: 0; }
  .idfive-newsroom__clear-filters:hover {
    color: #8DC1FB; }
  .idfive-newsroom__clear-filters i {
    display: none; }

.idfive-newsroom__submit-form-back {
  margin-bottom: 1.11111em; }
  .idfive-newsroom__submit-form-back a {
    font-weight: bold;
    text-decoration: none;
    color: inherit; }
    .idfive-newsroom__submit-form-back a:before {
      display: inline-block;
      margin-right: 0.55556em;
      font-family: 'FontAwesome';
      font-size: 125%;
      font-weight: normal;
      content: '\f104'; }
    .idfive-newsroom__submit-form-back a:hover {
      color: #235C9E; }

.taxonomy-button {
  border: 1px solid #5F6062;
  font-size: 0.77778em;
  letter-spacing: 0.07143em;
  text-transform: uppercase;
  background: none;
  padding: 20px;
  display: block;
  position: relative; }
  .taxonomy-button:hover {
    background: #2A6EBB; }
    .taxonomy-button:hover a {
      color: #fff; }
  .taxonomy-button a {
    text-decoration: none;
    color: #5F6062; }

/* ========================================
// Site Logo/Link
// ===================================== */
/* If the site logo is text based */
.site__link {
  display: block;
  text-decoration: none; }

/* If the site logo is image based */
/* Set the max-width to the logo's size */
/* overflow: hidden and white-space: nowrap prevent line breaks */
.site__logo {
  display: block;
  overflow: hidden;
  height: 3.22222em;
  max-width: 9.72222em;
  width: 100%;
  margin-bottom: 0.55556em;
  white-space: nowrap;
  background: url("../images/site-logo-lined.svg") no-repeat 0 50%;
  background-size: contain;
  color: transparent; }
  @media (min-width: 31.25em) {
    .site__logo {
      margin-bottom: 0; } }
  .site__logo:hover {
    color: transparent; }

.site__logo--sole {
  margin-bottom: 1.55556em;
  height: 4.16667em;
  max-width: 12.77778em; }

/* ========================================
// Back To Top
// ===================================== */
.back-to-top {
  position: fixed;
  bottom: 1.25em;
  right: 1.25em;
  z-index: 400;
  display: block;
  padding: 0.625em 1.25em;
  text-align: right;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: background .3s, color .3s, opacity .3s, visibility .3s; }
  .back-to-top.visible-trigger {
    opacity: 1;
    visibility: visible; }

/* ========================================
// Directory
// ===================================== */
.field-item:after {
  clear: both;
  content: '';
  display: table; }

.directory-list {
  margin-bottom: 2.5em; }
  .directory-list:after {
    clear: both;
    content: '';
    display: table; }
  @media (min-width: 62.5em) {
    .directory-list {
      float: left;
      width: 50%;
      padding-right: 2.5em; } }
  .directory-list strong {
    color: #2A6EBB; }

@media (min-width: 31.25em) {
  .directory-list-image {
    float: left;
    width: 35%; } }

@media (min-width: 31.25em) {
  .directory-list-body {
    float: left;
    width: 65%;
    padding-left: 2.77778em; } }

.directory-list-body h4 {
  margin-top: 0;
  margin-bottom: 0.5em;
  text-transform: none; }

.directory-list-body p {
  margin-bottom: 0.55556em; }

/* ========================================
// Forms
// ===================================== */
/* Container
// ------------------------------------- */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Input
// ------------------------------------- */
input,
textarea {
  width: 100%;
  border: 0;
  padding: 1.1875em 1.875em;
  font-size: 0.88889em;
  border-radius: 0.33333em; }
  .main__content input, .main__content
  textarea {
    border: 1px solid #ccc; }
  input:not([type*="submit"]),
  textarea:not([type*="submit"]) {
    font-family: "Howard Serif", serif;
    font-style: italic;
    width: 100%; }

/* Select / Option
// ------------------------------------- */
select {
  display: block;
  width: 100%;
  border: 0;
  height: 3.375em;
  font-family: "Howard Serif", serif;
  font-style: italic;
  font-size: 0.88889em;
  background: #fff;
  border-radius: 0.5em; }
  .main__content select {
    border: 1px solid #ccc; }

/* Label
// ------------------------------------- */
label {
  color: #2A6EBB; }

/* ========================================
// Unique Form Elements
// ===================================== */
.site__search {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  height: 100%;
  width: 3.33333em;
  cursor: pointer;
  text-align: center; }
  @media (min-width: 56.25em) {
    .site__search {
      top: 0;
      width: 7.77778em;
      transform: none; } }
  .site__search span {
    position: relative;
    z-index: 20;
    display: block;
    height: 100%;
    transition: background .3s; }
    .site__search span:before {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      font-size: 1.22222em;
      transform: translate(0, -50%); }
      @media (min-width: 56.25em) {
        .site__search span:before {
          font-size: 1.55556em; } }
    .site__search span.active + * {
      opacity: 1;
      visibility: visible;
      transform: translate(0, -50%) scale(1); }
  .site__search input {
    position: absolute;
    top: 50%;
    right: 0.71429em;
    width: 17.14286em;
    border: 0;
    padding: 0.57143em 1.07143em;
    font-size: 0.77778em;
    background: #235C9E;
    border-radius: 4.44444em;
    outline: 0;
    opacity: 0;
    visibility: hidden;
    transform-origin: right center;
    transform: translate(0, -50%) scale(1.25);
    transition: opacity .3s, visibility .3s, transform .3s; }
    @media (min-width: 56.25em) {
      .site__search input {
        right: 2.85714em;
        width: 22.85714em;
        padding: 0.85714em 1.42857em;
        background: #2A6EBB; } }
    .site__search input::placeholder {
      font-style: italic;
      color: #fff; }

.webform-component-time .webform-container-inline {
  overflow: auto; }
  .webform-component-time .webform-container-inline .form-item {
    width: 90px;
    display: inline-block; }
    .webform-component-time .webform-container-inline .form-item.form-item-submitted-time-minute {
      margin-left: 5px; }
  .webform-component-time .webform-container-inline .form-radios {
    width: 200px;
    display: inline-block; }
    .webform-component-time .webform-container-inline .form-radios .form-type-radio {
      float: left; }
      .webform-component-time .webform-container-inline .form-radios .form-type-radio input, .webform-component-time .webform-container-inline .form-radios .form-type-radio label {
        width: 30%;
        float: left;
        margin-right: 0px;
        padding: 0px; }
      .webform-component-time .webform-container-inline .form-radios .form-type-radio input {
        margin-top: 10px; }

.webform-component-date .webform-container-inline {
  overflow: auto; }
  .webform-component-date .webform-container-inline .form-item {
    width: 200px;
    display: inline-block; }
  .webform-component-date .webform-container-inline .webform-calendar {
    width: 50px;
    margin-top: 18px; }

/* ========================================
// Filters
// ===================================== */
@media (min-width: 62.5em) {
  .idfive-newsroom__search {
    float: left;
    width: 25%;
    padding-right: 0.88889em; } }

@media (min-width: 75em) {
  .idfive-newsroom__search {
    width: 25%; } }

.idfive-newsroom__search .search-form {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.88889em;
  background: #fff;
  border-radius: 0.33333em; }

.idfive-newsroom__search-term {
  display: block;
  width: 100%; }

.idfive-newsroom__search-action {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3.88889em; }
  .idfive-newsroom__search-action button {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
    color: #005EB8; }
  .idfive-newsroom__search-action .fa-search {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.idfive-newsroom__filters {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 37.5em) {
    .idfive-newsroom__filters {
      margin: 0 -0.44444em 0.88889em;
      margin-bottom: 0.88889em; } }
  @media (min-width: 62.5em) {
    .idfive-newsroom__filters {
      float: left;
      width: 75%;
      margin-right: 0;
      margin-left: 0; } }
  @media (min-width: 75em) {
    .idfive-newsroom__filters {
      width: 75%; } }
  .idfive-newsroom__filters section {
    width: 100%;
    margin-bottom: 0.88889em; }
    @media (min-width: 37.5em) {
      .idfive-newsroom__filters section {
        width: 24%;
        margin-bottom: 0;
        padding: 0 0.44444em; } }
    @media (min-width: 62.5em) {
      .idfive-newsroom__filters section:first-child {
        padding-left: 0; } }
    @media (min-width: 62.5em) {
      .idfive-newsroom__filters section:last-child {
        padding-right: 0; } }
    @media (min-width: 62.5em) {
      .idfive-newsroom__filters section:last-child:after {
        right: 0.5em; } }

.social-table {
  table-layout: fixed;
  width: 100%;
  white-space: nowrap; }

.social-table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 0; }
  @media (min-width: 500px) {
    .social-table td {
      padding: 10px; } }

.social-table td:first-of-type {
  width: 60%; }
  @media (min-width: 500px) {
    .social-table td:first-of-type {
      width: 70%; } }

.social-table td:not(:first-of-type) {
  text-align: center; }

.social-table tr:nth-of-type(2n) {
  background: #f1f1f1; }

.social-table a {
  font-size: 14px;
  text-decoration: none; }
  @media (min-width: 500px) {
    .social-table a {
      font-size: inherit; } }

.social-table a i {
  font-size: 16px; }
  @media (min-width: 500px) {
    .social-table a i {
      font-size: 22px; } }

.social-table a .icon {
  color: #444;
  text-decoration: none; }
  .social-table a .icon:hover {
    color: #235C9E; }

/* ========================================
// Hero
// ===================================== */
.hero {
  background-position: 50% 50%;
  background-size: cover; }
  .hero--empty {
    height: 30vw;
    max-height: 27.77778em;
    min-height: 16.66667em; }
  .hero img {
    display: none; }

.idfive-newsroom__article-hero {
  position: relative;
  padding: 3.5em 1.11111em; }
  .idfive-newsroom__article-hero:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: rgba(6, 59, 109, 0.87); }
  .idfive-newsroom__article-hero .compartment {
    position: relative; }
  .idfive-newsroom__article-hero h1 {
    margin: 0;
    color: #fff; }
    @media (min-width: 62.5em) {
      .idfive-newsroom__article-hero h1 {
        letter-spacing: .05em; } }
  @media (min-width: 50em) {
    .idfive-newsroom__article-hero {
      margin-top: 11.88889em;
      padding-bottom: 8.55556em; } }

/* ========================================
// Media
// ===================================== */
/* Figure
// ------------------------------------- */
figure {
  margin: 0; }
  figure img {
    display: block;
    width: 100%; }

/* Image
// ------------------------------------- */
/* Iframe
// ------------------------------------- */
iframe[src*="youtube"] {
  margin: 0 0 2.77778em;
  width: 100% !important; }

/* Sprite
// ------------------------------------- */
.sprite {
  display: none; }

/* SVG
// ------------------------------------- */
/* Video
// ------------------------------------- */
/* ========================================
// Twitter
// ===================================== */
.twitter-feed {
  padding: 2.22222em 2.22222em;
  background: #003A63;
  color: #fff; }

.twitter-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  height: 100%;
  padding-bottom: 1.11111em; }
  .twitter-list:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    font-family: 'idfive';
    content: '\E013';
    font-size: 1.55556em;
    text-align: center; }

.twitter-item {
  margin-bottom: 1.11111em;
  padding-top: 3.125em;
  font-size: 0.88889em;
  line-height: 1.375; }
  .twitter-item a {
    font-weight: bold;
    text-decoration: none;
    word-break: break-all;
    color: #FFC82E; }

.tweet {
  overflow: hidden;
  max-height: 4.125em; }

a.twitterHandle {
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block; }
  a.twitterHandle:hover {
    color: #FFC82E; }

.timePosted {
  display: none; }

/* ========================================
// Facebook
// ===================================== */
/* ========================================
// Instagram Feed
// ===================================== */
.instagram-feed {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff; }
  .instagram-feed i {
    position: absolute;
    bottom: 1.66667em;
    left: 1.94444em;
    z-index: 40;
    font-size: 150%; }
  .instagram-feed img {
    display: block;
    width: 100%; }

@media (min-width: 31.25em) {
  .instagram-caption {
    font-size: 0.83333em; } }

@media (min-width: 43.75em) {
  .instagram-caption {
    font-size: 1em; } }

@media (min-width: 87.5em) {
  .instagram-caption {
    font-size: 1.22222em; } }

.instagram-likes,
.instagram-comments {
  display: inline-block;
  padding: 0 0.55556em;
  opacity: 0;
  transform: scale(1.25); }
  .instagram-likes:before,
  .instagram-comments:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.27778em;
    content: ''; }
  .article:hover .instagram-likes, .article:hover
  .instagram-comments {
    opacity: 1;
    transform: scale(1); }

.instagram-likes {
  transition: opacity .3s .1s, transform .3s .1s; }
  .instagram-likes:before {
    height: 0.83333em;
    width: 1em;
    background: url("../icons/heart.svg") 50% 50% no-repeat; }

.instagram-comments {
  transition: opacity .3s .2s, transform .3s .2s; }
  .instagram-comments:before {
    height: 0.94444em;
    width: 1em;
    background: url("../icons/blurb.svg") 50% 50% no-repeat; }

/* ========================================
// Social Buttons
// ===================================== */
@media (min-width: 50em) {
  .flex__social {
    display: flex; } }

@media (min-width: 50em) {
  .flex__social a {
    flex: 1 auto;
    text-align: center; } }

/* ========================================
// Alerts
// ===================================== */
.region-resize {
  display: none; }
  @media (min-width: 50em) {
    .region-resize {
      display: block; } }

#block-textsize-form {
  width: 100%;
  padding: .5em 1.25em;
  background: #2A6EBB;
  color: #fff; }
  #block-textsize-form .contextual-links-wrapper {
    display: none; }
  #block-textsize-form ul {
    float: left;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }
    #block-textsize-form ul li {
      margin-right: 0.94444em !important;
      margin-bottom: 0;
      width: 0.9375rem !important; }
      #block-textsize-form ul li:first-child a:before {
        content: '\f067'; }
      #block-textsize-form ul li:first-child a:hover:before {
        transform: translate(-50%, -50%) scale(1.15); }
      #block-textsize-form ul li:nth-of-type(2) a:before {
        content: '\f068'; }
      #block-textsize-form ul li:nth-of-type(2) a:hover:before {
        transform: translate(-50%, -50%) scale(0.75); }
      #block-textsize-form ul li:last-child {
        display: none; }
  #block-textsize-form a {
    position: relative;
    float: none !important;
    flex: 1 auto;
    display: block;
    margin: 0 !important;
    height: 1.375rem !important;
    width: 100% !important;
    text-indent: 0 !important;
    background: #fff !important;
    color: transparent;
    transition: background .3s; }
    #block-textsize-form a:before {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      font-family: 'FontAwesome';
      font-size: 0.75rem;
      color: #003A63;
      transform: translate(-50%, -50%);
      transition: transform .3s; }
    #block-textsize-form a:hover {
      background: rgba(255, 255, 255, 0.85) !important; }

.textsize_current {
  float: right !important;
  font-size: 0.77778em;
  width: auto !important; }

/* ========================================
// Root Layer
// ===================================== */
*,
*:before,
*:after {
  box-sizing: border-box; }

html {
  font-family: "Open Sans", sans-serif;
  background: #003A63;
  color: #5F6062; }

body {
  font-size: 1.125em !important;
  line-height: 1.66667; }

/* ========================================
// Generic Columns
// ===================================== */
.main__content {
  overflow: hidden;
  padding: 2.77778em 1.11111em 4.44444em;
  background: #FBFBFB; }
  .front .main__content {
    padding: 0; }
  .idfive-newsroom__aside .main__content {
    background: #fbfbfb; }
  .front .main__content .compartment {
    max-width: inherit; }

/* ========================================
// Unique Columns
// ===================================== */
@media (min-width: 50em) {
  .idfive-newsroom {
    margin-top: 11.88889em; } }

.idfive-newsroom__sidebar {
  position: relative;
  padding: 3.44444em 1.11111em 4.16667em;
  background: url("../images/archives-cover.jpg") no-repeat 0 0;
  background-position: 50% 50%;
  background-size: cover; }
  .idfive-newsroom__sidebar:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: rgba(6, 59, 109, 0.87); }
  .idfive-newsroom__sidebar .compartment {
    position: relative; }
  .idfive-newsroom__sidebar h1 {
    margin: 0;
    color: #fff; }
    @media (min-width: 62.5em) {
      .idfive-newsroom__sidebar h1 {
        letter-spacing: .05em; } }

/* ========================================
// Site Header
// ===================================== */
.site__header {
  color: #fff; }
  @media (min-width: 50em) {
    .site__header {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 400;
      width: 100%; } }

.hat {
  position: relative;
  padding: 1.11111em;
  background: #003A63; }
  .hat:after {
    clear: both;
    content: '';
    display: table; }
  @media (min-width: 31.25em) {
    .hat {
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 37.5em) {
    .hat {
      padding-top: 1.66667em;
      padding-bottom: 1.66667em; } }
  @media (min-width: 56.25em) {
    .hat {
      padding-right: 3.33333em;
      padding-left: 3.33333em; } }

.site__department {
  margin-top: 0.625rem;
  font-family: "Howard Serif", serif;
  font-size: 85%;
  font-weight: 700;
  color: inherit;
  text-decoration: none; }
  @media (min-width: 25em) {
    .site__department {
      font-size: 100%; } }
  @media (min-width: 31.25em) {
    .site__department {
      position: relative;
      display: flex;
      align-items: center;
      width: calc(100% - 8.61111em);
      margin-top: 0;
      margin-left: 1em;
      padding-left: 1em;
      font-size: 75%;
      text-align: center; } }
  @media (min-width: 37.5em) {
    .site__department {
      font-size: 100%; } }
  @media (min-width: 50em) {
    .site__department {
      margin-left: 0.41667em;
      padding-left: 1.58333em;
      font-size: 1.33333em;
      letter-spacing: .065em; } }
  @media (min-width: 31.25em) {
    .site__department:before {
      position: absolute;
      top: 50%;
      left: 0;
      height: 75%;
      border-left: 1px solid #fff;
      content: '';
      transform: translate(0, -50%); } }
  .site__department:hover {
    color: #fff; }

.scarf {
  position: relative;
  padding: 0.77778em 1.11111em 0.72222em;
  background: #005EB8; }
  .scarf:after {
    clear: both;
    content: '';
    display: table; }
  @media (min-width: 56.25em) {
    .scarf {
      display: flex;
      align-items: center;
      position: static;
      padding: 0 3.33333em; } }

.site__label {
  font-size: 94%;
  font-weight: bold; }
  @media (min-width: 56.25em) {
    .site__label {
      float: left;
      padding-left: 0;
      font-size: 1.55556em; } }

@media (min-width: 56.25em) {
  .site__navigation {
    float: left;
    flex: 1 auto;
    text-align: center; } }

/* ========================================
// Site Footer
// ===================================== */
.site__footer {
  position: relative;
  z-index: 400;
  clear: both;
  padding: 1.66667em 1.11111em;
  background: #003A63;
  color: #fff; }
  @media (min-width: 50em) {
    .site__footer {
      padding: 2.77778em 0; } }
  @media (min-width: 75em) {
    .site__footer {
      padding-top: 3.88889em;
      padding-bottom: 3.88889em; } }
  @media (min-width: 87.5em) {
    .site__footer {
      padding-right: 0.88889em;
      padding-left: 0.88889em; } }

.sole {
  border-bottom: 1px solid rgba(155, 155, 155, 0.69);
  margin-bottom: 0;
  padding: 2.22222em 0; }
  @media (min-width: 50em) {
    .sole {
      border-bottom: 0;
      padding: 1.11111em 2.44444em; } }
  @media (min-width: 75em) {
    .sole {
      padding-top: 0;
      padding-bottom: 0; } }
  @media (min-width: 50em) {
    .sole:nth-child(2n+1) {
      border-right: 1px solid rgba(155, 155, 155, 0.69); } }
  @media (min-width: 75em) {
    .sole:nth-child(2) {
      border-right: 1px solid rgba(155, 155, 155, 0.69); } }
  .sole:last-child {
    border-bottom: 0; }

.site__address {
  font-style: normal;
  line-height: 1.33333; }

.site__phone {
  margin-bottom: 1.11111em; }

.site__phone,
.site__fax {
  line-height: 1.33333;
  color: inherit; }
  .site__phone a,
  .site__fax a {
    color: inherit; }

/* ========================================
// Shared Navigation
// ===================================== */
nav ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

nav a {
  display: block;
  text-decoration: none; }

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

.site__footer li a.active {
  color: #FFC82E; }

/* ========================================
// Main Navigation
// ===================================== */
@media (min-width: 56.25em) {
  .nav-main {
    overflow: visible; } }

@media (min-width: 56.25em) {
  .nav-main > ul > li {
    display: inline-block;
    vertical-align: top; } }

.nav-main > ul > li > a:not(.trigger--home) {
  padding-top: 1.14286em;
  padding-bottom: 1.14286em;
  font-size: 0.77778em;
  color: #fff;
  transition: background .2s; }
  @media (min-width: 56.25em) {
    .nav-main > ul > li > a:not(.trigger--home) {
      padding: 1.14286em 1.07143em; } }
  @media (min-width: 75em) {
    .nav-main > ul > li > a:not(.trigger--home) {
      padding-right: 2.14286em;
      padding-left: 2.14286em; } }
  .nav-main > ul > li > a:not(.trigger--home):hover {
    background: rgba(0, 0, 0, 0.15); }
  .nav-main > ul > li > a:not(.trigger--home).active {
    font-weight: bold;
    box-shadow: inset 0 -0.33333em 0 0 #FFC82E; }

.nav-main > ul > li > ul {
  top: 2.77778em; }
  @media (min-width: 56.25em) {
    .nav-main > ul > li > ul {
      top: 100%; } }

@media (min-width: 56.25em) {
  .nav-main li {
    position: relative; } }

.nav-main a {
  display: block;
  padding: 0.77778em 3.125rem;
  text-decoration: none; }

.nav-main ul > a {
  padding-top: 1.14286em;
  padding-bottom: 1.14286em;
  font-size: 0.77778em;
  color: #fff;
  transition: background .2s; }
  @media (min-width: 56.25em) {
    .nav-main ul > a {
      display: none; } }

.trigger--advance {
  border: 0;
  padding: 0;
  height: 2.77778em;
  width: 2.77778em;
  background: none;
  outline: 0;
  clear: both;
  float: right;
  box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.15);
  transform: translate(0, -100%); }
  @media (min-width: 56.25em) {
    .trigger--advance {
      display: none; } }

.silk-nav__controls {
  position: relative;
  background: rgba(0, 0, 0, 0.15); }
  .silk-nav__controls:after {
    clear: both;
    content: '';
    display: table; }
  @media (min-width: 56.25em) {
    .silk-nav__controls {
      display: none; } }
  .silk-nav__controls .trigger--home {
    float: left;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    padding-right: 1.11111em;
    padding-left: 1.11111em;
    box-shadow: none; }
  .silk-nav__controls i {
    line-height: 1; }

.trigger--revert {
  float: left;
  border: 0;
  padding: 0.77778em 1.11111em;
  background: none;
  outline: 0; }

.trigger--reverse {
  border: 0;
  padding: 0;
  height: 2.77778em;
  width: 2.77778em;
  background: none;
  outline: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 300;
  width: 100%;
  padding-left: 1.11111em;
  text-align: left; }

/* ========================================
// Drupal Navigation
// ===================================== */
.select-theme-default {
  display: none; }

/* ========================================
// Breadcrumb Navigation
// ===================================== */
.breadcrumb {
  padding-bottom: 2.66667em;
  font-family: "Howard Serif", serif;
  font-size: 0.77778em;
  letter-spacing: .05em;
  text-transform: lowercase;
  color: #fff; }
  .breadcrumb a {
    text-decoration: none;
    color: inherit; }
    .breadcrumb a:hover {
      color: #FFC82E; }

/* ========================================
// Disclaimer Navigation
// ===================================== */
.nav__disclaimer {
  font-size: 0.83333em; }

/* ========================================
// Resources Navigation
// ===================================== */
.nav__resources ul {
  list-style-type: none !important; }
  .nav__resources ul li, .nav__resources ul li.leaf {
    list-style-type: none !important;
    list-style-image: none !important;
    margin: 0 !important; }
    .nav__resources ul li:first-child a, .nav__resources ul li.leaf:first-child a {
      padding-top: 0; }
    .nav__resources ul li:last-child a, .nav__resources ul li.leaf:last-child a {
      padding-bottom: 0; }

.nav__resources a {
  padding: 0.33333em 0;
  color: inherit; }
  .nav__resources a:hover {
    color: #FFC82E; }

/* ========================================
// Social Navigation
// ===================================== */
.nav__social {
  margin-bottom: 1.11111em; }
  .nav__social ul:after {
    clear: both;
    content: '';
    display: table; }
  .nav__social li {
    float: left;
    margin-right: 0.88889em; }
    .nav__social li:last-child {
      margin-right: 0; }
  .nav__social a {
    position: relative;
    height: 2.22222em;
    width: 2.22222em;
    text-decoration: none;
    background: #fff;
    border-radius: 100%;
    box-shadow: inset 0 0 0 0.11111em transparent;
    color: #003A63; }
    .nav__social a:before {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      font-size: 115%;
      text-align: center;
      transform: translate(0, -50%); }
    .nav__social a:hover {
      background: none;
      box-shadow: inset 0 0 0 0.11111em #fff;
      color: #fff; }
  .nav__social span {
    position: absolute;
    left: -10000px;
    top: auto;
    overflow: hidden;
    width: 1px;
    height: 1px; }

/* ========================================
// Taxonomies Navigation
// ===================================== */
.taxonomies {
  border-top: 1px solid #5F6062;
  margin-top: 1.66667em;
  margin-bottom: 1.66667em;
  padding-top: 3.33333em;
  padding-left: 0;
  list-style: none; }
  .taxonomies ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }

.taxonomy {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px; }
