/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/**
 * Font selections
 **/
/**
 * Color palette
 **/
body, html {
  font-family: BentonSansRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  color: #404041;
  margin: 0;
  transition: all 0.3s ease;
  box-sizing: border-box; }

body.pttrnl {
  overflow-x: hidden !important; }

*,
*:before,
*:after {
  box-sizing: inherit; }

.hdr {
  background: #4AAFC8;
  top: 0;
  position: fixed;
  z-index: 6;
  width: 100%;
  height: 60px; }

.menu-button {
  top: 0;
  left: 0;
  cursor: pointer;
  position: fixed;
  z-index: 45;
  height: 60px; }
  .menu-button .menu-square {
    background: #4AAFC8;
    border-right: 1px solid #E4F3F7;
    float: left;
    display: table;
    position: relative;
    width: 60px;
    height: 60px; }
    .menu-button .menu-square .burger {
      display: table-cell;
      vertical-align: middle;
      padding: 0 0 0 1.25em;
      position: relative;
      height: 60px; }
      .menu-button .menu-square .burger .bar {
        background: white;
        transition: all 0.2s ease;
        width: 18px;
        height: 3px; }
        .menu-button .menu-square .burger .bar:before, .menu-button .menu-square .burger .bar:after {
          content: '';
          background: #FFFFFF;
          position: absolute;
          width: 18px;
          height: 3px; }
        .menu-button .menu-square .burger .bar:before {
          margin: -6px 0 6px;
          transform: rotate(0);
          transition: all 200ms ease; }
        .menu-button .menu-square .burger .bar:after {
          margin: 6px 0;
          transform: rotate(0);
          transition: all 200ms ease; }
  .menu-button .menu-text {
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: BentonSansBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-left: 1em; }
  .menu-button.active .burger .bar {
    background: rgba(255, 255, 255, 0); }
    .menu-button.active .burger .bar:before {
      display: block;
      margin: 0;
      transform: rotate(45deg);
      transition: top 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1); }
    .menu-button.active .burger .bar:after {
      margin: 0;
      transform: rotate(-45deg);
      transition: bottom 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1); }

.wrp {
  background-color: #FFFFFF;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  min-height: 100%;
  transition: all 0.2s ease; }
  .wrp.wrp--ovr {
    border-left: 1px solid #4AAFC8;
    left: 315px; }
  .wrp .wrp__inner {
    margin: 6em auto 0;
    padding: 0 0.75em;
    overflow-y: auto;
    max-width: 1280px;
    height: auto;
    transition: all 0.3s ease; }

.main-nav {
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  transition: all 0.2s ease; }
  .main-nav .nav {
    float: right;
    list-style: none;
    margin: 0 20px 0;
    padding: 0;
    position: relative; }
    .main-nav .nav li {
      cursor: pointer;
      float: left;
      display: inline-block;
      line-height: 60px;
      color: #FFFFFF;
      display: block;
      letter-spacing: 0.05em;
      padding: 0 0.75em;
      text-transform: uppercase; }

.pattern {
  border: 1px solid #4AAFC8;
  border-radius: 3px;
  margin-bottom: 4em; }
  .pattern .pattern-name {
    background: #E4F3F7;
    border-bottom: 1px solid #4AAFC8;
    letter-spacing: 0.0125em;
    padding: 1em;
    text-transform: uppercase; }
  .pattern .pattern-preview {
    padding: 1.125em 1.25em 1em; }
  .pattern.pattern--heading {
    border: none; }
    .pattern.pattern--heading h2 {
      margin: 0 0 .5em;
      padding: 0 0 .25em;
      border-bottom: 1px solid #4AAFC8; }
    .pattern.pattern--heading a {
      background: #FDE8ED;
      color: #D41041;
      text-decoration: none;
      transition: all 0.3s ease; }
      .pattern.pattern--heading a:focus, .pattern.pattern--heading a:hover {
        background: #FFFFFF;
        text-decoration: underline; }

.palette {
  overflow: auto;
  padding: 1em 0 0;
  width: 100%;
  height: auto; }
  .palette .color {
    float: left;
    position: relative;
    width: 25%; }
    .palette .color .color-box {
      margin: 0 auto 0.5em;
      width: 90%;
      height: 100px; }
    .palette .color .color-txt {
      font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
      margin: 0 auto 2em;
      width: 90%; }
      .palette .color .color-txt .color-txt__hex {
        font-size: 0.875rem;
        margin: 0 0 0.125em; }
      .palette .color .color-txt .color-txt__class {
        font-size: 0.75rem;
        line-height: 1.6; }
  .palette + .palette {
    padding: 0; }

@media screen and (max-width: 48em) {
  .palette .color {
    width: 100%; } }

.bg-darkest-gray {
  background: #424242; }

.bg-dark-gray {
  background: #757575; }

.bg-mid-gray {
  background: #E0E0E0; }

.bg-gray {
  background: #EEEEEE; }

.bg-light-gray {
  background: #F5F5F5; }

.pattern--heading code {
  background: #F5F5F5;
  border-radius: 3px;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1rem;
  padding: 0.5em; }

pre[class*="language-"] {
  background: #f8f8f8;
  font-size: 0.85rem;
  line-height: inherit;
  overflow: hidden !important;
  padding: 2em !important; }

.code-contain {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: 0;
  transition: all 0.3s ease; }
  .code-contain code {
    margin: 0;
    width: 100%;
    white-space: pre-wrap !important; }

.code-btn {
  background: #4AAFC8;
  border-radius: 3px;
  color: #FFFFFF;
  cursor: pointer;
  font-family: BentonSansRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  display: inline-block;
  margin: 1em 0 1em;
  padding: 0.625em;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.02em; }
  .code-btn:before {
    content: '</> Code'; }
  .code-btn.show:before {
    content: '</> Hide'; }
  .code-btn.show + .code-contain {
    max-height: 450px;
    transition: max-height 0.3s ease; }

.off-cnvs {
  top: 0;
  left: 0;
  overflow: scroll;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%; }

.info-overlay {
  background: #FFFFFF;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 5;
  width: 100%;
  max-height: 100%;
  overflow-y: auto !important;
  transition: all 0.2s ease; }
  .info-overlay.info-overlay--show {
    visibility: visible;
    opacity: 1;
    height: 100%; }
  .info-overlay .info-content {
    margin: 6em auto 0;
    padding: 0 0.75em;
    overflow-y: auto;
    max-width: 800px;
    height: auto;
    transition: all 0.3s ease; }

.side-nav {
  margin-top: 3.75em;
  width: 315px; }
  .side-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .side-nav ul li {
      border-bottom: 1px solid #4AAFC8;
      display: block;
      position: relative; }
      .side-nav ul li a {
        font-family: BentonSansBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1rem;
        font-weight: 400;
        display: block;
        color: #404041;
        cursor: pointer;
        line-height: 60px;
        text-decoration: none;
        padding-left: 1em;
        transition: border-left 0.15s ease; }
        .side-nav ul li a.current {
          border-left: 3px solid #ED174C; }
      .side-nav ul li.children:after {
        content: '+';
        border-left: 1px solid #4AAFC8;
        cursor: pointer;
        display: block;
        font-family: BentonSansBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 60px;
        position: absolute;
        text-align: center;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px; }
      .side-nav ul li.children.active:after {
        background: #E4F3F7;
        content: '-'; }
      .side-nav ul li ul {
        background: #E4F3F7;
        border: none;
        list-style: none;
        overflow-y: hidden;
        max-height: 0;
        margin: 0;
        padding: 0;
        transition: max-height 0.3s ease; }
        .side-nav ul li ul.open {
          border-top: 1px solid #4AAFC8;
          max-height: 1100px; }
        .side-nav ul li ul li {
          border-bottom: none; }
          .side-nav ul li ul li:last-child {
            border-bottom: none; }
          .side-nav ul li ul li a {
            font-family: BentonSansRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 1rem;
            font-weight: 400;
            line-height: 55px; }

.no-scroll {
  overflow: hidden; }

body, html {
  overflow-x: initial;
  width: 100%;
  height: 100%; }

/**
 * Huh
 **/
.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

figure {
  margin: 0;
  padding: 0; }

.media {
  margin-bottom: 1em; }
  .media figcaption {
    border-bottom: 1px solid #E0E0E0;
    color: #757575;
    padding: .75em 0 1em; }

/**
 * Typography
 **/
.sans-serif {
  font-family: BentonSansRegular, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .sans-serif.bold {
    font-family: BentonSansBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400; }

.condensed {
  font-family: BentonSansCondRegular, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .condensed.bold {
    font-family: BentonSansCondBold, "Helvetica Neue", Helvetica, Arial, sans-serif; }

.serif {
  font-family: GeorgiaProRegular, Georgia, serif; }

b, strong {
  font-family: BentonSansBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-family: BentonSansBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 .5em;
  padding: 0; }

h1 {
  font-size: 3rem;
  margin-bottom: .35em; }

h2 {
  font-size: 2.25rem; }

h3 {
  font-size: 2rem; }

h4 {
  font-size: 1.75rem; }

h5 {
  font-size: 1.5rem; }

h6 {
  font-size: 1.125rem;
  text-transform: uppercase; }

p {
  font-size: 1.125rem;
  margin: 0 0 1.5em;
  line-height: 1.6; }

p code {
  background: #F5F5F5;
  border-radius: 3px;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1rem;
  padding: 0.5em; }

p a {
  background: #FDE8ED;
  color: #9b2123;
  text-decoration: none;
  transition: all 0.3s ease; }
  p a.link-blue {
    background: #E4F3F7;
    color: #4AAFC8; }
  p a:focus, p a:hover {
    background: none;
    text-decoration: underline; }

ul {
  margin: 0 0 1em 0;
  padding: 0 0 0 1em; }
  ul li {
    font-size: 1.125rem;
    line-height: 1.6; }

ol {
  margin: 0 0 1em 0;
  padding: 0 0 0 1.25em; }
  ol li {
    font-size: 1.125rem;
    line-height: 1.6; }

dl {
  margin: 0 0 1em;
  padding: 0; }
  dl dt {
    font-family: BentonSansBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.6; }
  dl dd {
    font-size: 1.125rem;
    margin: 0 0 .5em;
    line-height: 1.6; }

h1, h2, h3, h4, h5, h6, dl, ol, ul, p {
  margin-bottom: 1.25rem; }

.text-center {
  text-align: center; }

.text {
  padding-bottom: 1em; }

/**
 * Color palette
 **/
.bg-jet-red {
  background-color: #ED174C; }

.bg-jet-red-mid {
  background-color: #F68BA6; }

.bg-jet-red-light {
  background-color: #FAC5D2; }

.bg-jet-red-dark {
  background-color: #9b2123 !important; }

.bg-jet-blue {
  background-color: #4AAFC8; }

.bg-jet-blue-mid {
  background-color: #A5D7E4; }

.bg-jet-blue-light {
  background-color: #E4F3F7 !important; }

.bg-jet-blue-dark {
  background-color: #347A8C !important; }

.bg-jet-green {
  background-color: #97D5CB; }

.bg-jet-green-mid {
  background-color: #9ED3C0; }

.bg-jet-green-light {
  background-color: #C7E4DE; }

.txt-jet-red {
  color: #ED174C; }

.txt-jet-blue {
  color: #4AAFC8; }

.txt-jet-green {
  color: #97D5CB; }

.bg-jet-swoosh {
  background: #347A8C;
  background: linear-gradient(to right, #347A8C, #97D5CB);
  color: #FFFFFF; }

.bg-jet-blue-dark .section-title {
  color: #FFFFFF; }
  .bg-jet-blue-dark .section-title:before {
    background: #A5D7E4; }

.bg-jet-blue-dark p {
  color: #FFFFFF; }
  .bg-jet-blue-dark p a {
    color: #FFFFFF; }
    .bg-jet-blue-dark p a:focus, .bg-jet-blue-dark p a:hover {
      color: #A5D7E4; }

.bg-jet-blue-dark div a {
  color: #FFFFFF; }
  .bg-jet-blue-dark div a:focus, .bg-jet-blue-dark div a:hover {
    color: #E4F3F7; }

.bg-jet-blue-dark a .highlight__title:focus, .bg-jet-blue-dark a .highlight__title:hover {
  color: #E4F3F7 !important;
  text-decoration: underline; }

.bg-jet-red-dark .section-title {
  color: #FFFFFF; }
  .bg-jet-red-dark .section-title:before {
    background: #FAC5D2; }

.bg-jet-red-dark p {
  color: #FFFFFF; }
  .bg-jet-red-dark p a {
    color: #FFFFFF; }
    .bg-jet-red-dark p a:focus, .bg-jet-red-dark p a:hover {
      color: #FAC5D2; }

.bg-jet-red-dark div a {
  color: #FFFFFF; }
  .bg-jet-red-dark div a:focus, .bg-jet-red-dark div a:hover {
    color: #FAC5D2; }

.bg-jet-red-dark a .highlight__title:focus, .bg-jet-red-dark a .highlight__title:hover {
  color: #FAC5D2 !important;
  text-decoration: underline; }

/**
 * Grid system
 **/
*,
*:before,
*:after {
  box-sizing: border-box; }

.section {
  padding: 3em 0; }

.container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
  height: auto; }
  .container:before, .container:after {
    content: "";
    display: table;
    clear: both; }
  .container.container--extend {
    max-width: 1200px; }

.fullwidth {
  position: relative;
  width: 100%;
  height: auto; }

.grid {
  padding: 0 0.75rem; }
  .grid:before, .grid:after {
    content: "";
    display: table;
    clear: both; }

[class*='grid--'] {
  float: left;
  padding-right: 1.25em; }
  .grid [class*='grid--']:first-of-type {
    padding-left: 0; }
  .grid [class*='grid--']:last-of-type {
    padding-right: 0; }

.grid--total,
.grid--four-fifths,
.grid--two-thirds,
.grid--three-fourths,
.grid--two-thirds,
.grid--third,
.grid--half,
.grid--quarter,
.grid--fifth {
  width: 100%; }

@media only screen and (min-width: 40.063em) {
  .grid--total {
    width: 100%; }
  .grid--four-fifths {
    width: 80%; }
  .grid--three-fourths {
    width: 75%; }
  .grid--two-thirds {
    width: 66.6666%; }
  .grid--third {
    width: 33.3333%; }
  .grid--half {
    width: 50%; }
  .grid--quarter {
    width: 25%; }
  .grid--fifth {
    width: 20%; } }

@media only screen and (max-width: 40.063em) {
  [class*='grid--'] {
    padding-right: 0; } }

.center {
  float: none !important;
  margin: 0 auto; }

.last {
  float: right; }

.pull {
  float: left !important;
  position: relative !important; }

.push {
  float: right !important;
  position: relative !important; }

.container--example .grid {
  background: #E4F3F7;
  border: 1px solid #4AAFC8;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 0.875rem;
  margin-left: -1px;
  margin-bottom: 0.5em;
  padding: 0.75em; }
  .container--example .grid:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .container--example .grid:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }

/**
 * Logo
 **/
.logo {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  float: left;
  max-height: 60px; }
  .logo a {
    display: block; }
    .logo a img {
      transition: all 0.3s ease;
      max-width: 200px; }

@media only screen and (max-width: 62em) {
  .logo {
    margin: 0 0 0 0.5em; }
    .logo a img {
      max-width: 180px; } }

/**
 * Buttons
 **/
.btn {
  border: 2px solid #9b2123;
  border-radius: 4px;
  background: #9b2123;
  color: #FFFFFF;
  cursor: pointer;
  font-family: BentonSansBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0 0 1em;
  padding: 0.5em 1.125em;
  transition: all 0.3s ease; }
  .btn:focus, .btn:hover {
    background: #FFFFFF;
    color: #9b2123; }
  .btn.btn--reverse {
    background: #FFFFFF;
    color: #404041; }
    .btn.btn--reverse:focus, .btn.btn--reverse:hover {
      background: #ED174C;
      color: #FFFFFF; }
  .btn.btn--blue {
    border: 2px solid #347A8C;
    background: #347A8C; }
    .btn.btn--blue:focus, .btn.btn--blue:hover {
      background: #FFFFFF;
      color: #347A8C; }
    .btn.btn--blue.btn--reverse {
      background: #FFFFFF;
      color: #404041; }
      .btn.btn--blue.btn--reverse:focus, .btn.btn--blue.btn--reverse:hover {
        background: #4AAFC8;
        color: #FFFFFF; }
  .btn.btn--gray {
    border: 2px solid #97D5CB;
    background: #97D5CB;
    color: #FFFFFF; }
    .btn.btn--gray:focus, .btn.btn--gray:hover {
      background: #FFFFFF;
      color: #97D5CB; }
    .btn.btn--gray.btn--reverse {
      background: #FFFFFF;
      color: #404041; }
      .btn.btn--gray.btn--reverse:focus, .btn.btn--gray.btn--reverse:hover {
        background: #97D5CB;
        color: #FFFFFF; }
  .btn.btn--white {
    border: 2px solid #FFFFFF;
    background: #FFFFFF;
    color: #404041; }
    .btn.btn--white:focus, .btn.btn--white:hover {
      color: #4AAFC8; }
  .btn.btn--combo {
    border: none !important;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%; }
    .btn.btn--combo:focus, .btn.btn--combo:hover {
      background: #7A1705;
      color: #FFFFFF; }
  .btn.btn--full {
    text-align: center;
    width: 100%; }

a.btn {
  display: inline-block;
  font-family: BentonSansBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  padding: 0.5em 1.125em; }
  a.btn.btn--mobile {
    display: none; }

/**
 * Forms
 **/
form {
  position: relative; }

input, optgroup, select, textarea {
  font-family: BentonSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 0.75em; }

[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
  background: #F5F5F5;
  box-sizing: border-box;
  border: 1px solid #E0E0E0;
  color: #404041;
  display: block;
  font-size: 1rem;
  padding: 0.75em;
  width: 100%; }

textarea {
  resize: vertical; }

label {
  display: block;
  font-family: BentonSansRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  padding: 0 0 .25em; }

/* Fieldset */
fieldset {
  margin: 0 0 1em;
  padding: 1em 1.125em 0; }
  fieldset legend {
    background: #FFFFFF;
    font-family: BentonSansBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding: 0 0.25em; }

legend {
  font-size: 1rem; }

/* Checkboxes */
[type="checkbox"],
[type="radio"] {
  margin: 0 0.25em 0 0; }

[type="search"] {
  border-radius: 3px;
  margin: 0; }

/* Select */
select {
  background: #F5F5F5;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 9.1 12.7" style="enable-background:new 0 0 9.1 12.7;" xml:space="preserve"><g><path class="st0" d="M8.6,5.1h-8C0.3,5.1,0,4.9,0,4.6c0-0.2,0.1-0.3,0.2-0.4l4-4C4.3,0.1,4.4,0,4.6,0S4.9,0.1,5,0.2l4,4\a     	c0.1,0.1,0.2,0.2,0.2,0.4C9.1,4.9,8.9,5.1,8.6,5.1z"/></g><g><path class="st0" d="M9,8.5l-4,4c-0.1,0.1-0.2,0.2-0.4,0.2s-0.3-0.1-0.4-0.2l-4-4C0.1,8.4,0,8.2,0,8.1c0-0.3,0.3-0.6,0.6-0.6h8\a 		c0.3,0,0.6,0.3,0.6,0.6C9.1,8.2,9.1,8.4,9,8.5z"/></g></svg>');
  background-size: 0.5rem;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  color: #404041;
  font-family: BentonSansRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  padding: 0.5em;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* Input error */
.error {
  background: #FDE8ED;
  border-left: 3px solid #ED174C;
  display: none;
  font-size: 1rem;
  margin: 0 0 1em;
  padding: 0.5em 0.75em; }
  .error:before {
    display: inline;
    content: '\f071';
    font-family: 'FontAwesome';
    margin: 0 0.5em 0 0; }

.validation .error {
  display: block; }

form dl dd + .btn {
  margin: .5em 0; }

/**
 * Social
 **/
.social {
  margin: 0 0 1em;
  overflow: auto;
  height: auto; }
  .social ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .social ul li {
      display: inline-block;
      float: left;
      margin: 0 0.5em 0.5em 0; }
      .social ul li:last-child {
        margin-right: 0; }
      .social ul li a {
        background: #EEEEEE;
        border-radius: 3px;
        color: #757575;
        display: block;
        font-family: FontAwesome;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        font-size: 1.25rem;
        text-align: center;
        text-decoration: none;
        transition: all 0.3s ease;
        line-height: 40px;
        width: 40px;
        height: 40px; }
        .social ul li a.social__icon-facebook:before {
          content: '\f09a'; }
        .social ul li a.social__icon-twitter:before {
          content: '\f099'; }
        .social ul li a.social__icon-youtube:before {
          content: '\f167'; }
        .social ul li a.social__icon-linkedin:before {
          content: '\f0e1'; }
        .social ul li a.social__icon-email:before {
          content: '\f0e0'; }
        .social ul li a:focus, .social ul li a:hover {
          background: #757575;
          color: #FFFFFF; }
  .social.social--clean {
    margin: 0 0 0;
    float: right; }
    .social.social--clean ul li {
      margin: 0 0.5em 0 0; }
      .social.social--clean ul li a {
        background: none; }
        .social.social--clean ul li a:focus, .social.social--clean ul li a:hover {
          background: #EEEEEE;
          color: #757575; }
      .social.social--clean ul li:last-child {
        margin-right: 0; }

@media only screen and (max-width: 62em) {
  .social {
    display: none; } }

/**
 * Accordion
 **/
.accordion {
  display: block;
  margin-bottom: 1.5em;
  position: relative;
  width: 100%; }
  .accordion dt {
    background: #EEEEEE;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    overflow: auto;
    margin: 0;
    padding: 0.5em 2em 0.5em 1em;
    position: relative; }
    .accordion dt:last-child {
      border-bottom: none; }
    .accordion dt:before {
      content: '+';
      font-size: 1.25rem;
      position: absolute;
      right: 1em;
      text-align: center; }
    .accordion dt.is-open:before {
      content: '-';
      right: 1.15em; }
    .accordion dt.is-open + dd {
      max-height: 500px; }
    .accordion dt.is-open + dd:last-child {
      border-bottom: 1px solid #EEEEEE; }
  .accordion dd {
    background: #FFFFFF;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    margin: 0;
    max-height: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-sizing: padding-box;
    width: 100%; }
    .accordion dd .accordion-content {
      padding: 1em 1.25em 0.5em; }

/**
 * Announcement
 **/
.cta {
  background: linear-gradient(to right, #4AAFC8, #97D5CB);
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
  width: 100%;
  max-height: 175px; }
  .cta .cta__dismiss {
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1.5rem;
    opacity: 0.35;
    top: 8px;
    left: 8px;
    position: absolute;
    transition: all 0.3s ease;
    z-index: 100; }
    .cta .cta__dismiss:focus, .cta .cta__dismiss:hover {
      opacity: 0.75; }
  .cta .cta__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.5em; }
    .cta .cta__inner .cta__content {
      font-size: 1.25rem;
      color: #FFFFFF;
      line-height: 1.5;
      padding: 0 0.75em;
      width: 66.666%; }
    .cta .cta__inner .btn--cta {
      margin: 0; }

@media only screen and (max-width: 62em) {
  .cta {
    max-height: 250px; }
    .cta .cta__inner {
      display: block; }
      .cta .cta__inner .cta__content {
        margin: 0 0 1em;
        padding: 0;
        width: 100%; } }

@media only screen and (max-width: 48em) {
  .cta {
    height: 0; } }

/**
 * Blockquote
 **/
blockquote {
  margin-top: 0; }
  blockquote p {
    font-family: GeorgiaProRegular, Georgia, serif;
    font-size: 1.5rem;
    margin-bottom: 0.75em; }
    blockquote p:after {
      content: '\201D';
      display: inline; }
  blockquote cite {
    font-family: BentonSansRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    color: #757575; }
  blockquote:before {
    font-family: GeorgiaProRegular, Georgia, serif;
    font-size: 4.75rem;
    content: '\201C';
    line-height: 1.025;
    margin: 0 0 0 -0.5em;
    position: absolute; }

/**
 * Blog list
 **/
.blog-list .blog-list__item {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: .25em;
  margin-bottom: 1.5em; }
  .blog-list .blog-list__item:last-of-type {
    border-bottom: none; }
  .blog-list .blog-list__item figure {
    padding: 0 1em 1em 0;
    float: left;
    width: 25%; }
  .blog-list .blog-list__item .item-content .item-title {
    font-family: BentonSansBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    margin: 0 0 0.5em; }
    .blog-list .blog-list__item .item-content .item-title a {
      color: #404041;
      text-decoration: none;
      transition: all 0.3s ease; }
      .blog-list .blog-list__item .item-content .item-title a:focus, .blog-list .blog-list__item .item-content .item-title a:hover {
        color: #ED174C; }

/**
 * Breadcrumbs
 **/
.breadcrumbs-nav ul {
  list-style: none;
  padding: 0; }
  .breadcrumbs-nav ul li {
    font-size: 1rem;
    display: inline-block; }
    .breadcrumbs-nav ul li a {
      color: #4AAFC8;
      text-decoration: none; }
      .breadcrumbs-nav ul li a:focus, .breadcrumbs-nav ul li a:hover {
        text-decoration: underline; }
    .breadcrumbs-nav ul li:before {
      color: #EEEEEE;
      content: '/';
      margin: 0 .5em; }
    .breadcrumbs-nav ul li:first-child:before {
      content: '';
      margin: 0; }
    .breadcrumbs-nav ul li:last-child {
      font-family: BentonSansBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400;
      color: #404041; }

/**
 * Callout
 **/
.callout {
  border-left: 4px solid #ED174C;
  margin: 0 0 1em;
  padding: 0.25em 0.75em 0.25em 1.25em; }
  .callout p {
    font-size: 1.5rem;
    margin: 0; }

/**
 * Link list
 **/
.link-list {
  margin: 0 0 1em; }
  .link-list .link-list__title {
    font-family: BentonSansBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    border-bottom: 1px solid #E0E0E0;
    margin: 0 0 1em;
    padding: 0 0 0.5em; }
  .link-list ul {
    list-style: none;
    padding: 0; }
    .link-list ul li {
      margin-bottom: .5em; }
      .link-list ul li a {
        color: #404041;
        transition: all 0.2s ease; }
        .link-list ul li a:focus, .link-list ul li a:hover {
          color: #ED174C;
          text-decoration: none; }

/**
 * Modal
 **/
.modal {
  visibility: hidden;
  opacity: 0;
  background: rgba(25, 25, 25, 0.85);
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out; }
  .modal .modal-box {
    border: 2px solid #ED174C;
    background: #fff;
    z-index: 101;
    padding: 1.875em;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 650px; }
    .modal .modal-box .btn {
      margin-bottom: 0; }
  .modal .modal-close {
    border: 2px solid #ED174C;
    background: #fff;
    color: #ED174C;
    border-radius: 50%;
    font-size: 1rem;
    top: -13px;
    right: -13px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    line-height: auto;
    text-align: center;
    position: absolute;
    cursor: pointer;
    width: 24px;
    height: 24px; }

.no-scroll {
  overflow: hidden; }

/**
 * Secondary navigation
 **/
.secondary-nav {
  background: #F5F5F5;
  border-radius: 3px;
  margin: 0 1em 1em 0;
  overflow: hidden;
  padding: 0; }
  .secondary-nav .secondary-nav__title {
    background: #EEEEEE;
    padding: 1em 0 1em 1em;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase; }
  .secondary-nav ul {
    margin: 0;
    padding: 0; }
    .secondary-nav ul li {
      border-bottom: 1px solid #E0E0E0;
      font-size: 1rem;
      list-style: none; }
      .secondary-nav ul li:last-child {
        border-bottom: none; }
      .secondary-nav ul li a {
        display: block;
        color: #404041;
        position: relative;
        padding: 0.75em 1.25em;
        text-decoration: none;
        transition: all 0.3s ease; }
        .secondary-nav ul li a:focus, .secondary-nav ul li a:hover, .secondary-nav ul li a.active {
          background: #E0E0E0; }
        .secondary-nav ul li a.active:before {
          background: #ED174C;
          content: '';
          top: 0;
          left: 0;
          position: absolute;
          width: 3px;
          height: 100%; }
      .secondary-nav ul li ul {
        background: #F5F5F5;
        border-top: 1px solid #EEEEEE;
        display: none; }
        .secondary-nav ul li ul li {
          border-bottom: 1px solid #FFFFFF; }
          .secondary-nav ul li ul li a {
            padding-left: 1.5em; }

@media screen and (max-width: 62em) {
  .secondary-nav {
    margin: 0;
    width: 100%; } }

@media screen and (max-width: 40.063em) {
  .main-sidebar {
    width: 100%; } }

/**
 * Article navigation
 **/
.article-nav {
  position: relative;
  margin: 1em 0 2em;
  width: 100%;
  height: auto; }
  .article-nav ul {
    border: 1px solid #EEEEEE;
    list-style: none;
    overflow: auto;
    margin: 0;
    padding: 0;
    position: relative;
    height: auto; }
    .article-nav ul li {
      display: -ms-flexbox;
      display: flex;
      line-height: 1.5;
      position: relative;
      float: left;
      width: 50%;
      height: 100%; }
      .article-nav ul li a {
        display: block;
        color: #404041;
        padding: 2.5em 1em 2.5em;
        text-decoration: none;
        transition: all 0.3s ease;
        vertical-align: middle;
        transition: all 0.3s ease;
        width: 100%;
        height: 100%; }
        .article-nav ul li a span {
          font-size: 0.875rem;
          display: block;
          font-weight: 700;
          letter-spacing: 0.03em;
          padding: 0 0 0.125em;
          text-transform: uppercase;
          transition: all 0.3s ease; }
        .article-nav ul li a:focus span, .article-nav ul li a:hover span {
          color: #4AAFC8; }
      .article-nav ul li.prev {
        text-align: right; }
        .article-nav ul li.prev a {
          padding-right: 1.75em; }
      .article-nav ul li.next {
        text-align: left; }
        .article-nav ul li.next a {
          padding-left: 1.75em;
          border-left: 1px solid #EEEEEE; }

@media screen and (max-width: 40.063em) {
  .article-nav ul li {
    width: 100%; }
    .article-nav ul li.prev {
      border-bottom: 1px solid #EEEEEE; }
      .article-nav ul li.prev a {
        border-right: none; }
    .article-nav ul li.next {
      border-left: 1px solid #EEEEEE; } }

/**
 * News feed
 **/
.news-feed.news-feed--footer {
  background: #E4F3F7;
  border-top: 1px solid #347A8C; }
  .news-feed.news-feed--footer .news-feed__divider {
    border-bottom: 1px solid #347A8C;
    padding: 1em 0;
    width: 100%; }
    .news-feed.news-feed--footer .news-feed__divider .news-feed__title {
      float: left;
      font-family: BentonSansBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1rem;
      font-weight: 400;
      text-transform: uppercase; }
    .news-feed.news-feed--footer .news-feed__divider a.news-feed__link {
      color: #404041;
      float: right;
      font-size: 0.9375rem;
      text-decoration: none; }
      .news-feed.news-feed--footer .news-feed__divider a.news-feed__link:focus, .news-feed.news-feed--footer .news-feed__divider a.news-feed__link:hover {
        text-decoration: underline; }
  .news-feed.news-feed--footer .news-feed__track {
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    position: relative;
    width: 100%;
    height: auto; }
    .news-feed.news-feed--footer .news-feed__track .news-article {
      border-right: 1px solid #347A8C;
      float: left;
      width: 33.333%; }
      .news-feed.news-feed--footer .news-feed__track .news-article:first-of-type {
        border-left: 1px solid #347A8C; }
      .news-feed.news-feed--footer .news-feed__track .news-article a {
        display: block;
        color: #404041;
        padding: 1.25em;
        text-decoration: none;
        height: 100%;
        transition: all 0.3s ease; }
        .news-feed.news-feed--footer .news-feed__track .news-article a:focus, .news-feed.news-feed--footer .news-feed__track .news-article a:hover {
          background: #347A8C;
          color: #FFFFFF; }
      .news-feed.news-feed--footer .news-feed__track .news-article .news-article__date {
        font-family: BentonSansBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 0.875rem;
        font-weight: 400;
        letter-spacing: 0.03em;
        text-transform: uppercase; }
      .news-feed.news-feed--footer .news-feed__track .news-article .news-article__title {
        font-size: 1rem;
        line-height: 1.5;
        margin: 0 0 1em; }

@media only screen and (max-width: 62em) {
  .news-feed.news-feed--footer .news-feed__track {
    display: block; }
    .news-feed.news-feed--footer .news-feed__track .news-article {
      border-bottom: 1px solid #4AAFC8;
      border-right: none;
      display: inline-block;
      width: 100%; }
      .news-feed.news-feed--footer .news-feed__track .news-article:first-of-type {
        border-left: none; }
      .news-feed.news-feed--footer .news-feed__track .news-article:last-of-type {
        border-bottom: none; } }

/**
 * Newsletter
 **/
.newsletter {
  background: #F5F5F5;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  margin: 0 0 1.25em;
  padding: 1.75em 1.5em; }
  .newsletter .newsletter__title {
    font-family: BentonSansBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: .5em; }
  .newsletter input {
    background: #FFFFFF;
    margin-bottom: 0; }
  .newsletter .btn {
    margin-bottom: 0;
    font-size: 1rem; }
  .newsletter.newsletter--small {
    margin: 0 0 2em; }
    .newsletter.newsletter--small .newsletter__title {
      margin-bottom: 1em; }
    .newsletter.newsletter--small p {
      display: none; }

/**
 * Pagination
 **/
.pagination-nav {
  margin: 0 0 1em;
  overflow: auto;
  height: auto; }
  .pagination-nav ul {
    list-style: none;
    padding: 0;
    position: relative; }
    .pagination-nav ul li {
      display: inline-block;
      float: left;
      font-size: 1rem; }
      .pagination-nav ul li a {
        border: 1px solid #EEEEEE;
        color: #404041;
        display: block;
        float: left;
        font-family: BentonSansBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        margin-left: -1px;
        padding: .5em 1em;
        text-decoration: none;
        transition: all 0.3s ease; }
        .pagination-nav ul li a:focus, .pagination-nav ul li a:hover {
          background: #4AAFC8;
          color: #FFFFFF; }
      .pagination-nav ul li.active a {
        background: #F5F5F5;
        color: #4AAFC8; }
      .pagination-nav ul li:first-child {
        margin-left: 1px; }
        .pagination-nav ul li:first-child a {
          border-top-left-radius: 4px;
          border-bottom-left-radius: 4px; }
      .pagination-nav ul li:last-child a {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }

/**
 * Partners
 **/
.partners {
  padding: 4em 0;
  position: relative;
  width: 100%;
  height: auto; }
  .partners .partners__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: top;
    align-items: top;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    height: auto; }
    .partners .partners__inner .partner {
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      margin: 1em 0; }
      .partners .partners__inner .partner a {
        text-decoration: none;
        transition: all 0.3s ease; }
        .partners .partners__inner .partner a .partner__label {
          transition: all 0.3s ease; }
          .partners .partners__inner .partner a .partner__label:focus, .partners .partners__inner .partner a .partner__label:hover {
            color: #ED174C; }
      .partners .partners__inner .partner .partner__label {
        color: #404041;
        font-family: BentonSansBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.25rem;
        font-weight: 400;
        text-align: center;
        line-height: 1.4;
        max-width: 200px;
        margin: 0 0 1em;
        width: 100%; }
  .partners .partner__more {
    padding: 3em 0 0;
    text-align: center;
    width: 100%; }
    .partners .partner__more .btn--centered {
      display: inline-block; }

/**
 * Section divider
 **/
.section__divider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #E0E0E0;
  position: relative;
  margin: 1em 0;
  padding: 0 0.75em 2em;
  text-align: center;
  width: 100%;
  height: auto; }
  .section__divider .title-block {
    background: #FFFFFF;
    font-family: BentonSansBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    margin: -1em 0 0;
    padding: 0.5em 2em;
    position: relative;
    text-transform: uppercase; }

.section.bg-gray .section__divider {
  border-color: #000000; }
  .section.bg-gray .section__divider .title-block {
    background: #EEEEEE; }

/**
 * Table
 **/
table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 1em; }
  table thead tr th {
    text-align: left;
    padding: 0.75em; }
  table tbody tr {
    border-top: 1px solid #347A8C; }
    table tbody tr:nth-of-type(2n+1) {
      background: #E4F3F7; }
    table tbody tr td {
      padding: 0.75em; }

/**
 * Tags
 **/
.tags {
  overflow: auto;
  margin: 0 0 1em;
  position: relative;
  height: auto; }
  .tags .tags__title {
    font-family: BentonSansBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    border-bottom: 1px solid #E0E0E0;
    margin: 0 0 1em;
    padding: 0 0 0.5em; }
  .tags .tags__lists {
    list-style: none;
    margin: 0;
    padding: 0; }
    .tags .tags__lists li > a {
      background: #E0E0E0;
      border-radius: 3px;
      color: #404041;
      display: inline-block;
      float: left;
      font-size: 0.875rem;
      margin: 0 0.5em 0.5em 0;
      padding: 0.5em 1.125em;
      text-decoration: none;
      transition: all 0.3s ease; }
      .tags .tags__lists li > a:focus, .tags .tags__lists li > a:hover {
        background: #757575;
        color: #FFFFFF; }

/**
 * Testimonials
 **/
.testimonials {
  padding: 4em 0;
  position: relative;
  width: 100%;
  height: auto; }
  .testimonials .testimonials__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: top;
    align-items: top;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    height: auto; }
    .testimonials .testimonials__inner .testimony {
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      margin: 1em 0; }
      .testimonials .testimonials__inner .testimony .testimony__txt {
        text-align: center;
        max-width: 325px;
        width: 100%; }

/**
 * Twitter
 **/
.twitter-feed .twitter-header {
  font-size: 1em;
  text-transform: uppercase;
  padding: 1.25em 0 1.25em 1.25em;
  position: relative;
  overflow: auto; }
  .twitter-feed .twitter-header span {
    font-family: BentonSansBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400; }
  .twitter-feed .twitter-header a {
    color: #D41041;
    text-decoration: none;
    transition: all 0.3s ease; }
    .twitter-feed .twitter-header a:focus, .twitter-feed .twitter-header a:hover {
      color: #404041; }
  .twitter-feed .twitter-header .twitter-icon {
    background: #4AAFC8;
    color: #FFFFFF;
    border-radius: 50%;
    font-size: 1.125em;
    float: left;
    margin-right: 0.35em;
    line-height: 30px;
    text-align: center;
    width: 30px;
    height: 30px; }
  .twitter-feed .twitter-header .twitter-follow {
    float: left;
    line-height: 30px; }

.twitter-feed .twitter-item {
  border-top: 1px solid #E0E0E0;
  padding: 1.25em; }
  .twitter-feed .twitter-item .twitter-item__date {
    font-size: .875rem;
    text-transform: uppercase;
    margin-bottom: 1em; }
  .twitter-feed .twitter-item .twitter-item__txt {
    font-size: 1rem;
    line-height: 1.6; }
    .twitter-feed .twitter-item .twitter-item__txt a {
      background: #FDE8ED;
      color: #D41041;
      text-decoration: none;
      transition: all 0.3s ease; }
      .twitter-feed .twitter-item .twitter-item__txt a:focus, .twitter-feed .twitter-item .twitter-item__txt a:hover {
        background: none;
        text-decoration: underline; }
  .twitter-feed .twitter-item:nth-child(2n+1) {
    background: #F5F5F5; }

/**
 * Highlights
 **/
.highlights {
  background: #F5F5F5;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding: 6em 0.75em; }
  .highlights .section-title {
    font-size: 1.375rem;
    line-height: 1.3; }

.highlights__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.see-more {
  font-family: BentonSansBold;
  font-size: 1.125rem; }
  .see-more a {
    transition: all 0.3s ease; }
    .see-more a:focus, .see-more a:hover {
      color: #ed174c; }

.highlight {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 0 1em;
  width: 300px; }
  .highlight.highlight--narrow {
    width: 200px; }
  .highlight .highlight__img {
    border: 1px solid #E0E0E0;
    margin-bottom: 1em; }
  .highlight .highlight__title {
    font-family: BentonSansBold;
    font-size: 1.275rem;
    line-height: 1.3;
    margin-bottom: 0.75em; }
  .highlight p {
    font-size: 1rem; }
  .highlight a {
    color: #404041;
    text-decoration: none; }
    .highlight a .highlight__title {
      transition: all 0.3s ease; }
      .highlight a .highlight__title:focus, .highlight a .highlight__title:hover {
        color: #ed174c; }

@media screen and (max-width: 62em) {
  .highlights__inner {
    position: relative;
    margin: 0 auto;
    max-width: 300px; }
  .highlight.highlight--narrow {
    margin: 0 0 2em;
    width: 300px; } }

/**
 * Founding
 **/
.section-title.section-title--medium {
  font-size: 1.375rem;
  line-height: 1.3; }

.section-title.section-title--blue:before {
  background: #4AAFC8; }

.section-title.section-title--green:before {
  background: #97D5CB; }

.see-more {
  font-family: BentonSansBold;
  font-size: 1.125rem; }
  .see-more a {
    color: #404041;
    text-decoration: none;
    transition: all 0.3s ease; }
    .see-more a:focus, .see-more a:hover {
      color: #ed174c; }

.founding {
  padding: 6em 0.75em; }

.founding__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.founding__label {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  float: left;
  margin: 0 0 2em;
  max-width: 200px; }

.founders {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 950px; }
  .founders .founder {
    border: 1px solid #E0E0E0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 1em 1em 0;
    max-width: 300px;
    width: 100%; }
  .founders:after {
    content: "";
    -ms-flex: auto;
    flex: auto; }

@media screen and (max-width: 62em) {
  .founding__inner {
    display: block; }
  .founders {
    position: relative;
    margin: 0 auto;
    max-width: 300px; }
    .founders:after {
      content: "";
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
  .founding__label {
    float: none;
    position: relative;
    margin: 0 auto 2em;
    padding: 0 .5em;
    max-width: 300px; } }

/**
 * Header
 **/
.site-header {
  background: #FFFFFF;
  border-bottom: 1px solid #E0E0E0;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  position: fixed;
  padding: 0;
  z-index: 5;
  transition: all 0.2s ease;
  width: 100%;
  height: auto; }
  .site-header:before {
    content: '';
    background: linear-gradient(to right, #347A8C, #97D5CB);
    position: absolute;
    top: 0;
    width: 100%;
    height: 4px; }
  .site-header.site-header--inverse {
    background: #000000; }
    .site-header.site-header--inverse .site-nav ul li > a {
      color: #FFFFFF; }
    .site-header.site-header--inverse .site-nav ul ul li > a {
      color: #404041; }
    .site-header.site-header--inverse + .banner {
      background: #000000; }
  .site-header .site-header__top {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 1.25em 0;
    transition: all 0.3s ease;
    max-height: 100px; }
  .site-header .site-header__nav {
    border-top: 1px solid #E0E0E0;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    transition: all 0.45s ease;
    max-height: 65px; }
    .site-header .site-header__nav .social {
      padding: 0.75em 0; }

.site-header + .banner,
.site-header + main {
  margin-top: 165px; }

.site-nav {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  float: left;
  padding: 0.75em 0; }
  .site-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .site-nav ul li {
      font-size: 1.125rem;
      display: inline-block;
      position: relative; }
      .site-nav ul li a {
        color: #404041;
        display: block;
        font-family: BentonSansBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        line-height: 40px;
        padding: 0 .85em 0;
        text-decoration: none;
        /*&:after {
          content: '';
        	display: block;
        	margin: auto;
        	height: 3px;
        	width: 0px;
        	background: transparent;
        	transition: width .15s ease, background-color .15s ease;
        }*/ }
        .site-nav ul li a:focus, .site-nav ul li a:hover, .site-nav ul li a.active {
          color: #9b2123;
          /*&:after {
            width: 100%;
            background: $jet_red;
          }*/ }
      .site-nav ul li ul {
        background: #FFFFFF;
        border: 1px solid #E0E0E0;
        border-radius: 3px;
        left: 50%;
        margin: -0.5em 0 0 -87.5px;
        opacity: 0;
        padding: 0.5em 0;
        position: absolute;
        z-index: 4;
        width: 175px;
        visibility: hidden;
        transition: all 0.2s ease; }
        .site-nav ul li ul li {
          font-size: 1rem;
          display: block;
          width: 100%; }
          .site-nav ul li ul li a {
            font-family: BentonSansRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
            text-align: center;
            line-height: normal;
            margin-right: 0 !important;
            padding: 0.5em 0;
            transition: all 0.3s ease; }
            .site-nav ul li ul li a:after {
              content: none; }
            .site-nav ul li ul li a:focus, .site-nav ul li ul li a:hover, .site-nav ul li ul li a.active {
              background: #EEEEEE;
              color: #404041; }
          .site-nav ul li ul li:last-child a {
            border-bottom: none; }
        .site-nav ul li ul:before, .site-nav ul li ul:after {
          bottom: 100%;
          left: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
        .site-nav ul li ul:after {
          border-color: rgba(255, 255, 255, 0);
          border-bottom-color: #fff;
          border-width: 6px;
          margin-left: -6px; }
        .site-nav ul li ul:before {
          border-color: rgba(255, 255, 255, 0);
          border-bottom-color: #E0E0E0;
          border-width: 8px;
          margin-left: -8px; }
      .site-nav ul li.nav-item--children {
        padding-right: 0.25em; }
        .site-nav ul li.nav-item--children:before {
          color: #E0E0E0;
          cursor: pointer;
          content: '\f107';
          display: inline-block;
          font-family: FontAwesome;
          float: right;
          line-height: 40px;
          position: relative; }
        .site-nav ul li.nav-item--children a {
          margin-right: 0.125em; }
        .site-nav ul li.nav-item--children:hover ul {
          margin-top: 0;
          opacity: 1;
          max-height: 450px;
          height: auto;
          visibility: visible; }

.nav-signup {
  display: -ms-flexbox;
  display: flex;
  float: right;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px; }
  .nav-signup .btn {
    font-size: 1rem;
    margin: 0;
    margin-left: 0.5em;
    padding: 0.5em 1em; }
    .nav-signup .btn:focus, .nav-signup .btn:hover {
      background: #be123d;
      border: 2px solid #be123d;
      color: #FFFFFF; }

@media screen and (max-width: 62em) {
  .site-header {
    position: relative; }
    .site-header + .banner,
    .site-header + main {
      margin-top: 0; }
  a.btn.btn--mobile {
    font-size: 1em;
    text-transform: uppercase;
    cursor: pointer;
    float: right;
    display: block;
    margin: 0.25em 1em 0; }
  .nav-mobile {
    text-transform: uppercase;
    cursor: pointer;
    float: right;
    display: inline-block; }
  .site-nav {
    position: relative;
    padding: 0;
    margin-top: 1em;
    width: 100%;
    height: auto; }
    .site-nav ul {
      margin: 0;
      overflow: hidden;
      width: 100%;
      max-height: 0;
      transition: max-height 0.3s ease; }
      .site-nav ul li {
        width: 100%;
        border-bottom: 1px solid #EEEEEE; }
        .site-nav ul li a {
          text-align: center;
          padding: .75em 0;
          transition: all 0.3s ease; }
          .site-nav ul li a:after {
            display: none;
            height: 0;
            background: none; }
          .site-nav ul li a:focus, .site-nav ul li a:hover, .site-nav ul li a.active {
            color: #FFFFFF;
            background: #ED174C; }
          .site-nav ul li a:last-child {
            padding-right: 0; }
        .site-nav ul li ul {
          display: none;
          background: none;
          border-top: 1px solid #EEEEEE;
          border: none;
          border-radius: none;
          padding: 0;
          position: relative;
          left: 0;
          margin: 0;
          width: 100%;
          height: 0; }
          .site-nav ul li ul:before, .site-nav ul li ul:after {
            display: none; }
          .site-nav ul li ul li {
            border-bottom: none;
            font-size: inherit; }
            .site-nav ul li ul li a {
              color: #FFFFFF !important; }
              .site-nav ul li ul li a:focus, .site-nav ul li ul li a:hover {
                color: #404041 !important; }
              .site-nav ul li ul li a:last-child {
                padding-right: 0; }
        .site-nav ul li:first-child {
          border-top: 1px solid #EEEEEE; }
        .site-nav ul li:last-child {
          border-bottom: none; }
        .site-nav ul li.nav-item--children {
          padding-right: 0;
          height: auto; }
          .site-nav ul li.nav-item--children a {
            margin-right: 0 !important; }
          .site-nav ul li.nav-item--children:before {
            display: none;
            float: none;
            right: 0;
            margin: 0.75em 0;
            padding: 0 .5em 0;
            position: absolute; }
          .site-nav ul li.nav-item--children:hover ul {
            display: none;
            margin-top: 0; }
    .site-nav.site-nav--open {
      border-bottom: 1px solid #FFFFFF; }
      .site-nav.site-nav--open ul {
        box-shadow: 0 4px 0 rgba(0, 0, 0, 0.25);
        max-height: 800px; }
  .site-header .site-header__top {
    padding: 1.25em 0; }
  .site-header .site-header__nav {
    background: #FFFFFF;
    padding: 0;
    position: absolute;
    width: 100%;
    max-height: inherit; }
    .site-header .site-header__nav .site-nav {
      margin-top: 0; }
  .nav-signup {
    display: none; } }

.site-header.header--fix {
  min-height: 80px;
  background: rgba(255, 255, 255, 0.97); }
  .site-header.header--fix .site-header__top .logo {
    max-height: 50px; }
  .site-header.header--fix .site-header__top .nav-signup {
    min-height: 50px; }
  .site-header.header--fix .site-header__nav {
    max-height: 0 !important;
    overflow: hidden; }
  .site-header.header--fix .logo a img {
    max-width: 180px; }

.site-header.site-header--inverse.header--fix .site-nav ul li > a {
  color: #404041; }

/**
 * Banner
 **/
.banner {
  background: #F5F5F5;
  border-bottom: 1px solid #E0E0E0;
  position: relative;
  overflow: hidden;
  max-height: 600px;
  height: auto; }
  .banner img {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 1800px;
    width: 100%; }
  .banner .banner-box {
    top: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    max-width: 1800px;
    width: 100%;
    height: 100%; }
    .banner .banner-box.banner-box--bg {
      background: rgba(0, 0, 0, 0.5);
      background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }
    .banner .banner-box .banner-box__wrap {
      margin: 0 auto;
      position: relative;
      max-width: 1200px;
      height: 100%; }
      .banner .banner-box .banner-box__wrap .banner-box__inside {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        width: 45%;
        height: 100%; }
        .banner .banner-box .banner-box__wrap .banner-box__inside.banner-box__inside--right {
          float: right; }
        .banner .banner-box .banner-box__wrap .banner-box__inside .banner-content {
          background: rgba(0, 0, 0, 0.5);
          margin: 0 0.75em;
          padding: 2.25em; }
          .banner .banner-box .banner-box__wrap .banner-box__inside .banner-content .banner-title {
            font-family: BentonSansBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 400;
            font-size: 2rem;
            color: #FFFFFF;
            line-height: 1.4;
            margin: 0 0 0.5em; }
          .banner .banner-box .banner-box__wrap .banner-box__inside .banner-content p {
            color: #FFFFFF; }
          .banner .banner-box .banner-box__wrap .banner-box__inside .banner-content .btn {
            margin-bottom: 0; }
  .banner.banner--pattern {
    height: 450px; }
    .banner.banner--pattern .banner-box .banner-box__wrap {
      margin: 0;
      width: inherit; }

@media only screen and (max-width: 62em) {
  .banner {
    overflow: auto;
    max-height: none;
    height: auto; }
    .banner .banner-box {
      left: 0;
      position: relative;
      transform: translateX(0%);
      max-width: none; }
      .banner .banner-box.banner-box--bg {
        background: none; }
      .banner .banner-box .banner-box__wrap .banner-box__inside {
        display: block;
        width: 100%; }
        .banner .banner-box .banner-box__wrap .banner-box__inside .banner-content {
          background: #E0E0E0;
          margin: 0; }
          .banner .banner-box .banner-box__wrap .banner-box__inside .banner-content .banner-title {
            color: #404041; }
          .banner .banner-box .banner-box__wrap .banner-box__inside .banner-content p {
            color: #404041; } }

/**
 * Section heading
 **/
.section-heading {
  border-bottom: 1px solid #EEEEEE;
  text-align: center;
  padding-bottom: 4em; }
  .section-heading .section-heading__title {
    font-family: BentonSansBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 2.125rem;
    margin: 0 0 .5em; }
  .section-heading p {
    margin-bottom: 0; }

@media only screen and (max-width: 40.063em) {
  .section-heading {
    text-align: left;
    padding-bottom: 3em; } }

/**
 * Sidebar
 **/
.side {
  position: relative;
  margin: 0 0 2em;
  height: auto; }
  .side .side__title {
    font-family: BentonSansBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    border-bottom: 1px solid #E0E0E0;
    margin: 0 0 1em;
    padding: 0 0 0.5em; }

/**
 * Footer
 **/
.section-title {
  font-family: BentonSansBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.03em;
  margin: 0 0 1.25em;
  padding: 0 0 0.625em;
  position: relative;
  text-transform: uppercase;
  display: inline-block; }
  .section-title:before {
    background: #ED174C;
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    width: 50%;
    height: 3px; }

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .footer-nav ul li {
    font-size: 1rem;
    display: inline-block;
    position: relative; }
    .footer-nav ul li a {
      color: #404041;
      display: block;
      line-height: 45px;
      padding: 0 .85em 0;
      text-decoration: none; }
      .footer-nav ul li a:focus, .footer-nav ul li a:hover {
        color: #ED174C; }
    .footer-nav ul li:first-child a {
      padding-left: 0; }

.acknowledge-list ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .acknowledge-list ul li {
    float: left;
    display: inline-block; }
    .acknowledge-list ul li.nsf-list {
      margin: 0 1.5em 0 0; }
    .acknowledge-list ul li.xsede-list {
      margin: 0.5em 0 0 0; }
    .acknowledge-list ul li a {
      display: block; }

.pre-footer {
  border-top: 1px solid #347A8C;
  padding-bottom: 5em; }
  .pre-footer .about-txt {
    margin: 0 0 1em; }

.links-footer {
  border-top: 1px solid #E0E0E0;
  padding: 0.75em 0;
  position: relative;
  width: 100%; }
  .links-footer .social.social--clean {
    margin: 0; }
    .links-footer .social.social--clean ul > li {
      margin-bottom: 0; }

@media only screen and (max-width: 62em) {
  .links-footer {
    display: none; } }

.iu-footer {
  background: #347A8C;
  color: #404041;
  overflow: auto;
  padding: 1.325em 0;
  width: 100%;
  position: relative;
  height: auto; }
  .iu-footer .copyright {
    color: #FFFFFF; }
    .iu-footer .copyright .trident {
      float: left;
      margin: 0 1em 0 0; }
    .iu-footer .copyright .copyright__txt {
      line-height: 35px;
      float: left; }
      .iu-footer .copyright .copyright__txt a {
        font-size: 0.9375rem;
        color: #FFFFFF; }
        .iu-footer .copyright .copyright__txt a:focus, .iu-footer .copyright .copyright__txt a:hover {
          text-decoration: none; }

@media only screen and (max-width: 40.063em) {
  .iu-footer .copyright .trident {
    display: inline;
    margin: 0;
    width: 100%; }
    .iu-footer .copyright .trident img {
      margin: 0 auto;
      text-align: center; }
  .iu-footer .copyright .copyright__txt {
    margin-top: 0.5em;
    line-height: 1.6;
    text-align: center; } }
