@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.1.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.spin-out-ccw.mui-leave, .spin-in-ccw.mui-enter, .spin-out.mui-leave, .spin-in.mui-enter, .scale-out-down.mui-leave, .scale-out-up.mui-leave, .scale-in-down.mui-enter, .scale-in-up.mui-enter, .hinge-out-from-middle-y.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-top.mui-leave, .hinge-in-from-middle-y.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-top.mui-enter, .fade-out.mui-leave, .fade-in.mui-enter, .slide-out-left.mui-leave, .slide-out-up.mui-leave, .slide-out-right.mui-leave, .slide-out-down.mui-leave, .slide-in-right.mui-enter, .slide-in-up.mui-enter, .slide-in-left.mui-enter, .slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
}

.slide-in-down.mui-enter {
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/*! 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.
 * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
 */
/* 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;
}

.foundation-mq {
  font-family: "xsmall=0em&small=25em&medium=50em&large=64em&xlarge=75em&xxlarge=90em&xxxlarge=100em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

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

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.row::before, .row::after {
  content: " ";
  display: table;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row .row {
  margin-left: -0.46875rem;
  margin-right: -0.46875rem;
}
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}
.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.xsmall-1 {
  width: 8.3333333333%;
}

.xsmall-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.xsmall-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.xsmall-offset-0 {
  margin-left: 0%;
}

.xsmall-2 {
  width: 16.6666666667%;
}

.xsmall-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.xsmall-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.xsmall-offset-1 {
  margin-left: 8.3333333333%;
}

.xsmall-3 {
  width: 25%;
}

.xsmall-push-3 {
  position: relative;
  left: 25%;
}

.xsmall-pull-3 {
  position: relative;
  left: -25%;
}

.xsmall-offset-2 {
  margin-left: 16.6666666667%;
}

.xsmall-4 {
  width: 33.3333333333%;
}

.xsmall-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.xsmall-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.xsmall-offset-3 {
  margin-left: 25%;
}

.xsmall-5 {
  width: 41.6666666667%;
}

.xsmall-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.xsmall-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.xsmall-offset-4 {
  margin-left: 33.3333333333%;
}

.xsmall-6 {
  width: 50%;
}

.xsmall-push-6 {
  position: relative;
  left: 50%;
}

.xsmall-pull-6 {
  position: relative;
  left: -50%;
}

.xsmall-offset-5 {
  margin-left: 41.6666666667%;
}

.xsmall-7 {
  width: 58.3333333333%;
}

.xsmall-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.xsmall-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.xsmall-offset-6 {
  margin-left: 50%;
}

.xsmall-8 {
  width: 66.6666666667%;
}

.xsmall-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.xsmall-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.xsmall-offset-7 {
  margin-left: 58.3333333333%;
}

.xsmall-9 {
  width: 75%;
}

.xsmall-push-9 {
  position: relative;
  left: 75%;
}

.xsmall-pull-9 {
  position: relative;
  left: -75%;
}

.xsmall-offset-8 {
  margin-left: 66.6666666667%;
}

.xsmall-10 {
  width: 83.3333333333%;
}

.xsmall-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.xsmall-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.xsmall-offset-9 {
  margin-left: 75%;
}

.xsmall-11 {
  width: 91.6666666667%;
}

.xsmall-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.xsmall-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.xsmall-offset-10 {
  margin-left: 83.3333333333%;
}

.xsmall-12 {
  width: 100%;
}

.xsmall-offset-11 {
  margin-left: 91.6666666667%;
}

.xsmall-up-1 > .column, .xsmall-up-1 > .columns {
  width: 100%;
  float: left;
}
.xsmall-up-1 > .column:nth-of-type(1n), .xsmall-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.xsmall-up-1 > .column:nth-of-type(1n+1), .xsmall-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.xsmall-up-1 > .column:last-child, .xsmall-up-1 > .columns:last-child {
  float: left;
}

.xsmall-up-2 > .column, .xsmall-up-2 > .columns {
  width: 50%;
  float: left;
}
.xsmall-up-2 > .column:nth-of-type(1n), .xsmall-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.xsmall-up-2 > .column:nth-of-type(2n+1), .xsmall-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.xsmall-up-2 > .column:last-child, .xsmall-up-2 > .columns:last-child {
  float: left;
}

.xsmall-up-3 > .column, .xsmall-up-3 > .columns {
  width: 33.3333333333%;
  float: left;
}
.xsmall-up-3 > .column:nth-of-type(1n), .xsmall-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.xsmall-up-3 > .column:nth-of-type(3n+1), .xsmall-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.xsmall-up-3 > .column:last-child, .xsmall-up-3 > .columns:last-child {
  float: left;
}

.xsmall-up-4 > .column, .xsmall-up-4 > .columns {
  width: 25%;
  float: left;
}
.xsmall-up-4 > .column:nth-of-type(1n), .xsmall-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.xsmall-up-4 > .column:nth-of-type(4n+1), .xsmall-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.xsmall-up-4 > .column:last-child, .xsmall-up-4 > .columns:last-child {
  float: left;
}

.xsmall-up-5 > .column, .xsmall-up-5 > .columns {
  width: 20%;
  float: left;
}
.xsmall-up-5 > .column:nth-of-type(1n), .xsmall-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.xsmall-up-5 > .column:nth-of-type(5n+1), .xsmall-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.xsmall-up-5 > .column:last-child, .xsmall-up-5 > .columns:last-child {
  float: left;
}

.xsmall-up-6 > .column, .xsmall-up-6 > .columns {
  width: 16.6666666667%;
  float: left;
}
.xsmall-up-6 > .column:nth-of-type(1n), .xsmall-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.xsmall-up-6 > .column:nth-of-type(6n+1), .xsmall-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.xsmall-up-6 > .column:last-child, .xsmall-up-6 > .columns:last-child {
  float: left;
}

.xsmall-up-7 > .column, .xsmall-up-7 > .columns {
  width: 14.2857142857%;
  float: left;
}
.xsmall-up-7 > .column:nth-of-type(1n), .xsmall-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.xsmall-up-7 > .column:nth-of-type(7n+1), .xsmall-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.xsmall-up-7 > .column:last-child, .xsmall-up-7 > .columns:last-child {
  float: left;
}

.xsmall-up-8 > .column, .xsmall-up-8 > .columns {
  width: 12.5%;
  float: left;
}
.xsmall-up-8 > .column:nth-of-type(1n), .xsmall-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.xsmall-up-8 > .column:nth-of-type(8n+1), .xsmall-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.xsmall-up-8 > .column:last-child, .xsmall-up-8 > .columns:last-child {
  float: left;
}

.xsmall-collapse > .column, .xsmall-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.xsmall-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.xsmall-uncollapse > .column, .xsmall-uncollapse > .columns {
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
}

.xsmall-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.xsmall-uncentered,
.xsmall-push-0,
.xsmall-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 25em) {
  .small-1 {
    width: 8.3333333333%;
  }

  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .small-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .small-offset-0 {
    margin-left: 0%;
  }

  .small-2 {
    width: 16.6666666667%;
  }

  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .small-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .small-offset-1 {
    margin-left: 8.3333333333%;
  }

  .small-3 {
    width: 25%;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
  }

  .small-pull-3 {
    position: relative;
    left: -25%;
  }

  .small-offset-2 {
    margin-left: 16.6666666667%;
  }

  .small-4 {
    width: 33.3333333333%;
  }

  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .small-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

  .small-offset-3 {
    margin-left: 25%;
  }

  .small-5 {
    width: 41.6666666667%;
  }

  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .small-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .small-offset-4 {
    margin-left: 33.3333333333%;
  }

  .small-6 {
    width: 50%;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
  }

  .small-pull-6 {
    position: relative;
    left: -50%;
  }

  .small-offset-5 {
    margin-left: 41.6666666667%;
  }

  .small-7 {
    width: 58.3333333333%;
  }

  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .small-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

  .small-offset-6 {
    margin-left: 50%;
  }

  .small-8 {
    width: 66.6666666667%;
  }

  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .small-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .small-offset-7 {
    margin-left: 58.3333333333%;
  }

  .small-9 {
    width: 75%;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
  }

  .small-pull-9 {
    position: relative;
    left: -75%;
  }

  .small-offset-8 {
    margin-left: 66.6666666667%;
  }

  .small-10 {
    width: 83.3333333333%;
  }

  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .small-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

  .small-offset-9 {
    margin-left: 75%;
  }

  .small-11 {
    width: 91.6666666667%;
  }

  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .small-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .small-offset-10 {
    margin-left: 83.3333333333%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-11 {
    margin-left: 91.6666666667%;
  }

  .small-up-1 > .column, .small-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left;
  }

  .small-up-2 > .column, .small-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left;
  }

  .small-up-3 > .column, .small-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left;
  }

  .small-up-4 > .column, .small-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left;
  }

  .small-up-5 > .column, .small-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left;
  }

  .small-up-6 > .column, .small-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left;
  }

  .small-up-7 > .column, .small-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left;
  }

  .small-up-8 > .column, .small-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left;
  }

  .small-collapse > .column, .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .small-uncollapse > .column, .small-uncollapse > .columns {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }

  .small-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .small-uncentered,
.small-push-0,
.small-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 50em) {
  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }

  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .medium-uncentered,
.medium-push-0,
.medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    width: 16.6666666667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    width: 41.6666666667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .large-7 {
    width: 58.3333333333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    width: 66.6666666667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .large-10 {
    width: 83.3333333333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    width: 91.6666666667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }

  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }

  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }

  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }

  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }

  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }

  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }

  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }

  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }

  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .large-uncentered,
.large-push-0,
.large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.3333333333%;
  }

  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .xlarge-offset-0 {
    margin-left: 0%;
  }

  .xlarge-2 {
    width: 16.6666666667%;
  }

  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }

  .xlarge-3 {
    width: 25%;
  }

  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }

  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }

  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }

  .xlarge-4 {
    width: 33.3333333333%;
  }

  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

  .xlarge-offset-3 {
    margin-left: 25%;
  }

  .xlarge-5 {
    width: 41.6666666667%;
  }

  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }

  .xlarge-6 {
    width: 50%;
  }

  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }

  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }

  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }

  .xlarge-7 {
    width: 58.3333333333%;
  }

  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

  .xlarge-offset-6 {
    margin-left: 50%;
  }

  .xlarge-8 {
    width: 66.6666666667%;
  }

  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }

  .xlarge-9 {
    width: 75%;
  }

  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }

  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }

  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }

  .xlarge-10 {
    width: 83.3333333333%;
  }

  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

  .xlarge-offset-9 {
    margin-left: 75%;
  }

  .xlarge-11 {
    width: 91.6666666667%;
  }

  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }

  .xlarge-12 {
    width: 100%;
  }

  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }

  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }

  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }

  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }

  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }

  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }

  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }

  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }

  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }

  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }

  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .xlarge-uncentered,
.xlarge-push-0,
.xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-1 {
    width: 8.3333333333%;
  }

  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .xxlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .xxlarge-offset-0 {
    margin-left: 0%;
  }

  .xxlarge-2 {
    width: 16.6666666667%;
  }

  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .xxlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }

  .xxlarge-3 {
    width: 25%;
  }

  .xxlarge-push-3 {
    position: relative;
    left: 25%;
  }

  .xxlarge-pull-3 {
    position: relative;
    left: -25%;
  }

  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }

  .xxlarge-4 {
    width: 33.3333333333%;
  }

  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .xxlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

  .xxlarge-offset-3 {
    margin-left: 25%;
  }

  .xxlarge-5 {
    width: 41.6666666667%;
  }

  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .xxlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }

  .xxlarge-6 {
    width: 50%;
  }

  .xxlarge-push-6 {
    position: relative;
    left: 50%;
  }

  .xxlarge-pull-6 {
    position: relative;
    left: -50%;
  }

  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }

  .xxlarge-7 {
    width: 58.3333333333%;
  }

  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .xxlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

  .xxlarge-offset-6 {
    margin-left: 50%;
  }

  .xxlarge-8 {
    width: 66.6666666667%;
  }

  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .xxlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }

  .xxlarge-9 {
    width: 75%;
  }

  .xxlarge-push-9 {
    position: relative;
    left: 75%;
  }

  .xxlarge-pull-9 {
    position: relative;
    left: -75%;
  }

  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }

  .xxlarge-10 {
    width: 83.3333333333%;
  }

  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .xxlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

  .xxlarge-offset-9 {
    margin-left: 75%;
  }

  .xxlarge-11 {
    width: 91.6666666667%;
  }

  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .xxlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }

  .xxlarge-12 {
    width: 100%;
  }

  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }

  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
    float: left;
  }

  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
    float: left;
  }

  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem;
  }

  .xxlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .xxlarge-uncentered,
.xxlarge-push-0,
.xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

@media screen and (min-width: 25em) {
  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  h3 {
    font-size: 1.1875rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  h5 {
    font-size: 1.0625rem;
  }

  h6 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 50em) {
  h1 {
    font-size: 2.375rem;
  }

  h2 {
    font-size: 2.125rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}
a {
  color: #005d87;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1393a6;
}
a img {
  border: 0;
}

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.xsmall-text-left {
  text-align: left;
}

.xsmall-text-right {
  text-align: right;
}

.xsmall-text-center {
  text-align: center;
}

.xsmall-text-justify {
  text-align: justify;
}

@media screen and (min-width: 25em) {
  .text-left {
    text-align: left;
  }

  .text-right {
    text-align: right;
  }

  .text-center {
    text-align: center;
  }

  .text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 50em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }

  .xlarge-text-right {
    text-align: right;
  }

  .xlarge-text-center {
    text-align: center;
  }

  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }

  .xxlarge-text-right {
    text-align: right;
  }

  .xxlarge-text-center {
    text-align: center;
  }

  .xxlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

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

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.9375rem 2.1875rem;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background-color: #005d87;
  color: #fff;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #004f73;
  color: #fff;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.button.primary {
  background-color: #005d87;
  color: #fff;
}
.button.primary:hover, .button.primary:focus {
  background-color: #004a6c;
  color: #fff;
}
.button.secondary {
  background-color: #ce1443;
  color: #fff;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #a51036;
  color: #fff;
}
.button.success {
  background-color: #3adb76;
  color: #fff;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #fff;
}
.button.alert {
  background-color: #ec5840;
  color: #fff;
}
.button.alert:hover, .button.alert:focus {
  background-color: #da3116;
  color: #fff;
}
.button.warning {
  background-color: #ffae00;
  color: #fff;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #fff;
}
.button.hollow {
  border: 1px solid #005d87;
  color: #005d87;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #002f44;
  color: #002f44;
}
.button.hollow.primary {
  border: 1px solid #005d87;
  color: #005d87;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #002f44;
  color: #002f44;
}
.button.hollow.secondary {
  border: 1px solid #ce1443;
  color: #ce1443;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #670a22;
  color: #670a22;
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}
.button.dropdown::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 2.1875rem;
  display: inline-block;
}
.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: 0.2em;
}

[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 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default;
}

[type=submit],
[type=button] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

label > [type=checkbox],
label > [type=label] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-button, .input-group-field, .input-group-label {
  display: table-cell;
  margin: 0;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fafafa;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:disabled {
  background-color: #e6e6e6;
  cursor: default;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}
.form-error.is-visible {
  display: block;
}

.accordion {
  list-style-type: none;
  background: #05213d;
  border: 1px solid white;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0;
}

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #fefefe;
  position: relative;
  border-bottom: 1px solid white;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #04192f;
}
.accordion-title::before {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid white;
  background-color: #fbf3f5;
}

.is-accordion-submenu-parent > a {
  position: relative;
}
.is-accordion-submenu-parent > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #005d87 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1);
}

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #005d87;
  color: #fefefe;
}
.badge.secondary {
  background: #ce1443;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #fefefe;
}
.badge.alert {
  background: #ec5840;
  color: #fefefe;
}
.badge.warning {
  background: #ffae00;
  color: #fefefe;
}

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0;
}
.breadcrumbs::before, .breadcrumbs::after {
  content: " ";
  display: table;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  color: #0a0a0a;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  color: #cacaca;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}
.breadcrumbs a {
  color: #005d87;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.button-group::before, .button-group::after {
  content: " ";
  display: table;
}
.button-group::after {
  clear: both;
}
.button-group .button {
  float: left;
  margin: 0;
  font-size: inherit;
}
.button-group .button:not(:last-child) {
  border-right: 1px solid #fefefe;
}
.button-group.tiny {
  font-size: 0.6rem;
}
.button-group.small {
  font-size: 0.75rem;
}
.button-group.large {
  font-size: 1.25rem;
}
.button-group.expanded {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}
.button-group.expanded .button {
  display: table-cell;
  float: none;
}
.button-group.primary .button {
  background-color: #005d87;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #004a6c;
  color: #fefefe;
}
.button-group.secondary .button {
  background-color: #ce1443;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #a51036;
  color: #fefefe;
}
.button-group.success .button {
  background-color: #3adb76;
  color: #fefefe;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #fefefe;
}
.button-group.alert .button {
  background-color: #ec5840;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #da3116;
  color: #fefefe;
}
.button-group.warning .button {
  background-color: #ffae00;
  color: #fefefe;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #fefefe;
}
.button-group.stacked .button, .button-group.stacked-for-small .button {
  width: 100%;
}
.button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child) {
  border-right: 1px solid;
}
@media screen and (min-width: 50em) {
  .button-group.stacked-for-small .button {
    width: auto;
  }
  .button-group.stacked-for-small .button:not(:last-child) {
    border-right: 1px solid #fefefe;
  }
}
@media screen and (min-width: 25em) and (max-width: 49.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    border-right: 0;
  }
}

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #c7eeff;
}
.callout.secondary {
  background-color: #fbd8e1;
}
.callout.success {
  background-color: #e1faea;
}
.callout.alert {
  background-color: #fce6e2;
}
.callout.warning {
  background-color: #fff3d9;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

.menu {
  margin: 0;
  list-style-type: none;
}
.menu > li {
  display: table-cell;
  vertical-align: middle;
}
[data-whatinput=mouse] .menu > li {
  outline: 0;
}
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu > li > a > img,
.menu > li > a > i {
  vertical-align: middle;
}
.menu > li > a > span {
  vertical-align: middle;
}
.menu > li > a > img,
.menu > li > a > i {
  display: inline-block;
  margin-right: 0.25rem;
}
.menu > li {
  display: table-cell;
}
.menu.vertical > li {
  display: block;
}
.menu.xsmall-horizontal > li {
  display: table-cell;
}
.menu.xsmall-vertical > li {
  display: block;
}
@media screen and (min-width: 50em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal > li {
    display: table-cell;
  }
  .menu.xlarge-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 90em) {
  .menu.xxlarge-horizontal > li {
    display: table-cell;
  }
  .menu.xxlarge-vertical > li {
    display: block;
  }
}
.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}
.menu.simple a {
  padding: 0;
}
.menu.align-right > li {
  float: right;
}
.menu.expanded {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
.menu.icon-top > li > a {
  text-align: center;
}
.menu.icon-top > li > a > img,
.menu.icon-top > li > a > i {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.nested {
  margin-left: 1rem;
}

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
  position: relative;
}
.is-drilldown-submenu-parent > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #005d87;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #005d87 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 16rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
}
.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub {
  top: 100%;
  left: 0;
  right: auto;
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}
.is-dropdown-menu.vertical > li .is-dropdown-submenu {
  top: 0;
  left: 100%;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  float: right;
  margin-top: 3px;
  margin-left: 10px;
}
.is-dropdown-submenu-parent.is-down-arrow a {
  padding-right: 1.5rem;
  position: relative;
}
.is-dropdown-submenu-parent.is-down-arrow > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #005d87 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 0.825rem;
  right: 5px;
}
.is-dropdown-submenu-parent.is-left-arrow > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #005d87 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
.is-dropdown-submenu-parent.is-right-arrow > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #005d87;
  border-left-style: solid;
  border-right-width: 0;
}
.is-dropdown-submenu-parent.is-left-arrow.opens-inner .is-dropdown-submenu {
  right: 0;
  left: auto;
}
.is-dropdown-submenu-parent.is-right-arrow.opens-inner .is-dropdown-submenu {
  left: 0;
  right: auto;
}
.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
  top: 100%;
}
.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-video.widescreen {
  padding-bottom: 56.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #005d87;
  color: #fefefe;
}
.label.secondary {
  background: #ce1443;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #fefefe;
}
.label.alert {
  background: #ec5840;
  color: #fefefe;
}
.label.warning {
  background: #ffae00;
  color: #fefefe;
}

.media-object {
  margin-bottom: 1rem;
  display: block;
}
.media-object img {
  max-width: none;
}
@media screen and (min-width: 25em) and (max-width: 49.9375em) {
  .media-object.stack-for-small .media-object-section {
    display: block;
    padding: 0;
    padding-bottom: 1rem;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section.middle {
  vertical-align: middle;
}
.media-object-section.bottom {
  vertical-align: bottom;
}

html,
body {
  height: 100%;
}

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease;
}
.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  content: " ";
  display: table;
}
.off-canvas-wrapper-inner::after {
  clear: both;
}

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease;
}

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0);
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}
.is-open-left {
  transform: translateX(250px);
}

.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}
.is-open-right {
  transform: translateX(-250px);
}

.position-left.reveal-for-xsmall {
  left: 0;
  z-index: auto;
  position: fixed;
}
.position-left.reveal-for-xsmall ~ .off-canvas-content {
  margin-left: 250px;
}

.position-right.reveal-for-xsmall {
  right: 0;
  z-index: auto;
  position: fixed;
}
.position-right.reveal-for-xsmall ~ .off-canvas-content {
  margin-right: 250px;
}

@media screen and (min-width: 50em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}
@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-xlarge {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
}
@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxlarge {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-xxlarge {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

.orbit-slide {
  width: 100%;
  max-height: 100%;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  background-color: #cacaca;
  border-radius: 50%;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  content: " ";
  display: table;
}
.pagination::after {
  clear: both;
}
.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 0;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media screen and (min-width: 50em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  color: #0a0a0a;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #005d87;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: default;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  content: "…";
  padding: 0.1875rem 0.625rem;
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: "«";
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
  content: "»";
  display: inline-block;
  margin-left: 0.5rem;
}

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}
.progress.primary .progress-meter {
  background-color: #005d87;
}
.progress.secondary .progress-meter {
  background-color: #ce1443;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.alert .progress-meter {
  background-color: #ec5840;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #005d87;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #005d87;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #004f73;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  margin: 6.25rem auto 0;
  background-color: #fefefe;
  border-radius: 0;
  position: absolute;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media screen and (min-width: 50em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column,
.reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 50em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
@media screen and (min-width: 50em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}
.reveal.collapse {
  padding: 0;
}
@media screen and (min-width: 50em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media screen and (min-width: 50em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media screen and (min-width: 50em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
}

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem;
}

.switch-input {
  opacity: 0;
  position: absolute;
}

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  background: #fefefe;
  content: "";
  display: block;
  position: absolute;
  height: 1.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  transition: all 0.25s ease-out;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
}
input:checked ~ .switch-paddle {
  background: #005d87;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

thead,
tfoot {
  background: #f8f8f8;
  color: #0a0a0a;
}
thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}
tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
table.stack th,
table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover tr:hover {
  background-color: #f9f9f9;
}
table.hover tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
}
.tabs::before, .tabs::after {
  content: " ";
  display: table;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #005d87;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #006a9a;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 12px;
  color: #005d87;
}
.tabs-title > a:hover {
  background: #fefefe;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
}

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}
.thumbnail:hover, .thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(0, 93, 135, 0.5);
}

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem;
}
.title-bar::before, .title-bar::after {
  content: " ";
  display: table;
}
.title-bar::after {
  clear: both;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.5rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
.menu-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
.menu-icon.dark::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help;
}

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0;
}
.tooltip::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent #0a0a0a;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: #0a0a0a transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto;
}
.tooltip.left::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent transparent #0a0a0a;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent #0a0a0a transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.top-bar {
  padding: 0.5rem;
}
.top-bar::before, .top-bar::after {
  content: " ";
  display: table;
}
.top-bar::after {
  clear: both;
}
.top-bar,
.top-bar ul {
  background-color: #eee;
}
.top-bar input {
  width: 200px;
  margin-right: 1rem;
}
.top-bar input.button {
  width: auto;
}

@media screen and (max-width: 24.9375em) {
  .stacked-for-xsmall .top-bar-title {
    width: 100%;
  }
  .stacked-for-xsmall .top-bar-right {
    width: 100%;
  }
  .stacked-for-xsmall .top-bar-left {
    width: 100%;
  }
}

@media screen and (max-width: 49.9375em) {
  .stacked-for-small .top-bar-title {
    width: 100%;
  }
  .stacked-for-small .top-bar-right {
    width: 100%;
  }
  .stacked-for-small .top-bar-left {
    width: 100%;
  }
}

@media screen and (max-width: 63.9375em) {
  .stacked-for-medium .top-bar-title {
    width: 100%;
  }
  .stacked-for-medium .top-bar-right {
    width: 100%;
  }
  .stacked-for-medium .top-bar-left {
    width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .stacked-for-large .top-bar-title {
    width: 100%;
  }
  .stacked-for-large .top-bar-right {
    width: 100%;
  }
  .stacked-for-large .top-bar-left {
    width: 100%;
  }
}

@media screen and (max-width: 89.9375em) {
  .stacked-for-xlarge .top-bar-title {
    width: 100%;
  }
  .stacked-for-xlarge .top-bar-right {
    width: 100%;
  }
  .stacked-for-xlarge .top-bar-left {
    width: 100%;
  }
}

@media screen and (max-width: 99.9375em) {
  .stacked-for-xxlarge .top-bar-title {
    width: 100%;
  }
  .stacked-for-xxlarge .top-bar-right {
    width: 100%;
  }
  .stacked-for-xxlarge .top-bar-left {
    width: 100%;
  }
}

@media screen and (min-width: 25em) and (max-width: 49.9375em) {
  .top-bar-title {
    width: 100%;
  }

  .top-bar-right {
    width: 100%;
  }

  .top-bar-left {
    width: 100%;
  }
}
.top-bar-title {
  float: left;
  margin-right: 1rem;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.hide-for-xsmall {
  display: none !important;
}

.show-for-xsmall {
  display: none !important;
}

@media screen and (min-width: 0em) and (max-width: 24.9375em) {
  .hide-for-xsmall-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 25em) {
  .show-for-xsmall-only {
    display: none !important;
  }
}

@media screen and (min-width: 25em) and (max-width: 49.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 24.9375em), screen and (min-width: 50em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 50em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 49.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 50em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 49.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 99.9375em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.9375em), screen and (min-width: 100em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}

.slide-in-down.mui-enter {
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/*
=============================
 DOCUMENT RIGHT MARGIN FIX
=============================
*/
#frame {
  overflow: hidden;
}

/*
=============================
 IMAGES
=============================
*/
.wp-caption {
  max-width: 100%;
}

.gallery::before, .gallery::after {
  content: " ";
  display: table;
}
.gallery::after {
  clear: both;
}
.gallery > .gallery-item {
  width: 33.3333333333%;
  float: left;
}
.gallery > .gallery-item:nth-of-type(1n) {
  clear: none;
}
.gallery > .gallery-item:nth-of-type(3n+1) {
  clear: both;
}
.gallery > .gallery-item:last-child {
  float: left;
}
.gallery .gallery-item {
  margin: 0;
}
.gallery .gallery-item > * {
  padding: 0.5rem;
}
.gallery .gallery-item .gallery-icon {
  text-align: center;
}

/*
=============================
 ALIGNMENT
=============================
*/
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}

/*
=============================
 FOUNDATION COMPATIBILITY
=============================
*/
.admin-bar .snap-to-top.fixed {
  top: 28px;
}

.archive-title {
  padding: 45px 0 30px;
  margin: 0;
}

.sidebar-content .aia-post-excerpt {
  margin-bottom: 10px;
}
.sidebar-content .aia-post-excerpt h5.post-title a {
  font-size: 16px;
  display: block;
  line-height: 1.3;
}
.sidebar-content .aia-post-excerpt h3.post-date {
  font-size: 14px;
  margin-bottom: 0;
}
.sidebar-content .aia-post-excerpt p > a {
  font-size: 12px;
  font-style: italic;
}

.aia-post-excerpt {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
  padding-bottom: 8px;
}
.aia-post-excerpt .image a {
  display: block;
}
.aia-post-excerpt .excerpt p:last-of-type {
  margin: 0;
}
.aia-post-excerpt h5.post-title {
  margin: 0;
}
.aia-post-excerpt h5.post-title a {
  color: black;
}
.aia-post-excerpt h3.post-date {
  color: #58595b;
  margin-bottom: 8px;
  letter-spacing: 0;
}
.aia-post-excerpt .post-date {
  color: #005d87;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.aia-post-excerpt .readmore {
  color: #16abc1;
  text-decoration: underline;
  font-weight: 600;
  letter-spacing: 0;
}
.aia-post-excerpt p:last-of-type {
  margin-bottom: 0 !important;
}

.aia-byline .entry {
  display: flex;
}
.aia-byline .entry .headshot {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
}
.aia-byline .entry .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.aia-byline .content h5 {
  margin-bottom: 0;
}
.aia-byline .post-date {
  margin: 12px 0 2px;
}
.aia-byline .headshot {
  padding-right: 7px !important;
}

header {
  background: transparent;
  position: relative;
  z-index: 101;
}
header .aia-main-menu-container {
  background: #000;
}
header .aia-logo-area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
  background-color: #577191;
  width: calc((100% - 75rem) / 2);
  max-width: 312px;
}
header .aia-logo-area a {
  display: block;
}
@media screen and (max-width: 84.625em) {
  header .aia-logo-area {
    background-color: transparent;
    width: 42px;
  }
  header .aia-logo-area img {
    display: none;
  }
  header .aia-logo-area a {
    background: url(/wp-content/themes/aia-master/assets/img/aia-mobile-nav-logo.png);
    margin: 20px;
    height: 30px;
    width: 120px;
    background-size: cover;
  }
}
header .aia-logo-area object {
  max-width: 400px;
  display: block;
  margin: auto;
}
header .aia-top-menu {
  display: none;
  padding: 13px 35px 13px 0;
}
header .aia-top-menu ul a {
  color: white;
}
header .aia-top-menu ul a:hover {
  color: #16abc1;
}
header li {
  text-transform: uppercase;
  font-size: 12px;
}
header .aia-header-search {
  margin: 0;
  position: relative;
  width: 150px;
  display: inline-block;
}
header .aia-header-search input[type=text] {
  width: 150px;
  border: none;
  margin: 0;
  box-shadow: none;
  display: inline;
}
header .aia-header-search input[type=submit] {
  float: right;
  margin: 0;
  width: 10%;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  line-height: 2.1em;
  background: transparent;
  z-index: 2;
  position: relative;
}
header .aia-header-search i {
  z-index: 1;
  color: #fff;
  font-size: 22px;
}
header .aia-social-media {
  position: absolute;
  z-index: 2;
  top: 100%;
  right: 25px;
  padding-top: 15px;
}
header .aia-social-media i {
  color: #005d87;
  font-size: 21px;
  line-height: 1.8em;
}
header .aia-social-media i:hover {
  color: #16abc1;
}

.home .aia-social-media i {
  color: white;
}

@media screen and (max-width: 89.9375em) {
  header .aia-top-menu {
    padding: 5px 0;
  }

  .aia-main-menu-container {
    height: 96px;
    padding: 0 10px 0 0;
  }
  .aia-main-menu-container li {
    padding: 3px 0;
  }
}
footer .social {
  margin: 0;
  padding: 0;
  display: inline-block;
}
footer .social > li {
  display: inline-block;
}
footer .social > li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  background: url(/wp-content/themes/aia-master/assets/img/facebook.png) center center no-repeat;
}
footer .social > li a.facebook {
  background-image: url(/wp-content/themes/aia-master/assets/img/facebook.png);
}
footer .social > li a.youtube {
  background-image: url(/wp-content/themes/aia-master/assets/img/youtube.png);
}
footer .social > li a.twitter {
  background-image: url(/wp-content/themes/aia-master/assets/img/twitter.png);
}
footer .social > li a.linkedin {
  background-image: url(/wp-content/themes/aia-master/assets/img/linkedin.png);
}
footer .social > li a.flickr {
  background-image: url(/wp-content/themes/aia-master/assets/img/flickr.png);
}
footer > div {
  max-width: 75rem;
  margin: auto;
}
footer .footer-row {
  max-width: 1600px;
}
footer .aia-footer-photo img {
  position: relative;
  top: -50px;
  left: -30px;
  display: block;
  margin: auto;
}
footer .aia-footer-photo img {
  max-width: 210px;
}
@media screen and (max-width: 49.9375em) {
  footer .aia-footer-photo {
    display: none;
  }
}
footer .aia-mobile-social-media {
  color: white;
  padding: 20px 0 30px 0;
}
footer .aia-mobile-social-media a {
  color: white;
}
footer .aia-mobile-social-media a:hover {
  color: #16abc1;
}
footer .aia-mobile-social-media i {
  font-size: 20px;
}
footer .menu-row {
  margin-top: 25px;
}
footer .menu-row ul {
  margin: 0;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  color: white;
  text-transform: uppercase;
  font-size: 12px;
}
footer .footer-logos img {
  max-width: 133px;
  margin: 0 30px 0 0;
}
footer .footer-logos .tarc-logo {
  margin-top: 36px;
}
footer .footer-logos .nas-logo {
  margin: 55px 45px 55px 0;
}
footer .footer-bottom {
  background-color: black;
  padding: 10px;
}
footer .footer-bottom p {
  color: white;
  font-size: 10px;
  margin-bottom: 0;
}
footer .footer-bottom p span {
  padding: 0 10px;
}

@media screen and (max-width: 49.9375em) {
  footer {
    text-align: center;
  }
}
@media screen and (max-width: 63.9375em) {
  footer .footer-logos .nas-logo {
    margin: 55px 20px 55px 0;
  }
}
@media screen and (max-width: 62.625em) {
  footer .footer-logos {
    text-align: center;
  }
  footer .footer-logos .tarc-logo {
    margin-right: 20px;
  }
}
@media screen and (max-width: 58.8125em) {
  footer .footer-logos .nas-logo {
    margin: 55px 10px 55px 0;
  }
}
@media screen and (max-width: 57.25em) {
  footer .footer-logos .nas-logo {
    margin: 35px 10px 35px 0;
  }
  footer .footer-logos .tarc-logo {
    margin-right: 8px;
  }
  footer .footer-logos img {
    padding: 10px;
  }
}
@media screen and (max-width: 54.8125em) {
  footer .footer-logos .nas-logo {
    margin: 35px 0;
  }
  footer .footer-logos .tarc-logo {
    margin-right: 0;
  }
}
@media screen and (max-width: 50em) {
  footer .footer-logos {
    text-align: center;
  }
  footer .footer-logos .tarc-logo {
    margin-bottom: 25px;
  }
  footer .footer-logos img {
    float: none;
  }
}
@media screen and (max-width: 28.75em) {
  footer ul {
    margin-left: 0;
  }
}
@media screen and (max-width: 18.6875em) {
  footer .footer-logos .tarc-logo {
    margin-bottom: 0;
  }
}
.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.small-padding-left {
  padding-right: 0 !important;
  padding-left: 5px !important;
}

.small-padding-right {
  padding-right: 5px !important;
  padding-left: 0 !important;
}

.padding-left {
  padding-right: 0 !important;
  padding-left: 15px !important;
}

.padding-right {
  padding-right: 15px !important;
  padding-left: 0 !important;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.has-bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.spacer-xsmall {
  height: 0.5em;
  font-size: 0.5rem;
  line-height: 0.5rem;
}

.spacer-small {
  height: 1em;
  font-size: 0.65rem;
  line-height: 0.5rem;
}

.spacer-medium {
  height: 2em;
  line-height: 2em;
}

.spacer-large {
  height: 3.5em;
  line-height: 3.5em;
}

.spacer-xlarge {
  height: 5em;
  line-height: 5em;
}

.one-px-line {
  width: 100%;
  border-bottom: 1px solid #cfcfcf;
}

table {
  background-color: transparent;
  border: none;
}
table thead, table tbody, table tfoot, table tr, table td, table th {
  background-color: transparent;
  border: none;
}

footer {
  background: #000;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left;
}

.icon-play {
  display: none;
}

article.vertical {
  padding: 0;
}
article.vertical > div {
  padding: 12px 12px 12px 0;
}
article.vertical .image {
  border: 1px solid black;
  background-size: cover;
  padding-top: 100%;
  position: relative;
}
article.vertical .image a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

article.large {
  padding: 20px 0;
  margin: 0 10px;
}
article.large .image {
  width: 40%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background-size: cover;
}
article.large .image a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
article.large .content {
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  background: #000;
  min-height: 200px;
}
article.large .content span.date {
  text-transform: uppercase;
  display: block;
  padding-bottom: 10px;
}
article.large .content h3 {
  color: #577191;
  padding-bottom: 10px;
}
article.large .content h3 a {
  color: #577191;
}
article.large .content .right {
  margin-left: 40%;
  padding: 40px;
}
article.large .content a, article.large .content p {
  color: #fff;
}

@media screen and (max-width: 49.9375em) {
  article.large .content .image {
    position: static;
    width: 100%;
    height: 300px;
  }
  article.large .content .right {
    margin-left: 0;
  }
}
article.tile {
  float: left;
  padding: 10px;
}
article.tile .image {
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background-size: cover;
}
article.tile .content {
  position: relative;
  background: #000;
  min-height: 280px;
}
article.tile .content a {
  display: block;
  width: 100%;
  height: 100%;
}
article.tile .content a span {
  display: block;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
}
article.tile .content a.left span {
  right: auto;
  text-align: left;
  padding-left: 2em;
}
article.tile .content a.right span {
  left: auto;
  text-align: right;
  padding-right: 2em;
}
article.tile.large-6 a span {
  width: 49%;
}
article.tile.large-12 a span {
  width: 24%;
}

article.thumb {
  padding: 0;
}
article.thumb > div {
  padding: 12px 12px 12px 0;
}
article.thumb .image {
  border: 1px solid black;
  background-size: cover;
  padding-top: 100%;
  position: relative;
}
article.thumb .image div.date {
  background: #fbac38;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
}
article.thumb .image a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
article.thumb .image a span {
  position: absolute;
  top: 33%;
  bottom: 33%;
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0 2em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 49.9375em) {
  article.thumb .image a span {
    font-size: 1.5em;
  }
}
.row.white, .background.white {
  background-color: #fff;
}
.row.white h3, .row.white h4, .background.white h3, .background.white h4 {
  color: #577191;
}
.row.blue, .background.blue {
  background-color: #577191;
  color: #fff;
}
.row.blue p, .background.blue p {
  color: #fff;
}
.row.blue h3, .row.blue h4, .background.blue h3, .background.blue h4 {
  color: #fff;
}
.row.blue a, .background.blue a {
  color: #fbac38;
}
.row.yellow, .background.yellow {
  background-color: #fbac38;
}
.row.yellow h3, .row.yellow h4, .background.yellow h3, .background.yellow h4 {
  color: #000;
}
.row.grey, .row.gray, .background.grey, .background.gray {
  background-color: #ebebeb;
}
.row.grey h3, .row.grey h4, .row.gray h3, .row.gray h4, .background.grey h3, .background.grey h4, .background.gray h3, .background.gray h4 {
  color: #000;
}
.row.dark-gray, .background.dark-gray {
  background-color: #0d1114;
}
.row.black, .background.black {
  background-color: #000;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.clanpro {
  font-family: "open sans", serif;
}
.clanpro p, .clanpro h1, .clanpro h2, .clanpro h3, .clanpro h4, .clanpro h5, .clanpro h6, .clanpro a, .clanpro li, .clanpro blockquote {
  font-family: "open sans", serif;
}

.has-bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 50em) {
  .page-wrap {
    min-height: 100%;
    margin-bottom: -220px;
  }
  .page-wrap:after {
    content: "";
    display: block;
    height: 220px;
  }
}

.aia-interior-banner {
  height: 450px;
  position: relative;
  background-position: center;
}
.aia-interior-banner header {
  border-bottom: none;
  position: relative;
  z-index: 101;
}
.aia-interior-banner header .aia-social-media i {
  color: white;
}
.aia-interior-banner h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  font-weight: 100;
  margin: 0;
}
.aia-interior-banner .screener {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #05213d;
}
@media screen and (max-width: 49.9375em) {
  .aia-interior-banner {
    height: 250px;
  }
}

.pb_builder_output > .row,
.aia-interior-content > .row {
  margin: 0;
  max-width: none;
  display: block;
  float: none;
}
.pb_builder_output > .row > div,
.aia-interior-content > .row > div {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.pb_builder_output > .row > div > .title > h3,
.aia-interior-content > .row > div > .title > h3 {
  font-size: 34px;
  font-weight: bold;
}
.pb_builder_output > .row > .column, .pb_builder_output > .row > .columns,
.aia-interior-content > .row > .column,
.aia-interior-content > .row > .columns {
  display: block;
  float: none;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.pb_builder_output .body-content,
.aia-interior-content .body-content {
  padding-right: 0;
  padding-left: 0;
}
.pb_builder_output .body-content.white,
.aia-interior-content .body-content.white {
  background-color: white;
}
.pb_builder_output .body-content.gray,
.aia-interior-content .body-content.gray {
  background-color: #ebebeb;
}
.pb_builder_output .body-title,
.aia-interior-content .body-title {
  background-color: #ce1443;
  padding: 11px 20px;
}
.pb_builder_output .body-content-text,
.aia-interior-content .body-content-text {
  padding: 33px 32px 12px 42px;
  max-width: 100%;
}
.pb_builder_output .body-content-text.sidebar-content,
.aia-interior-content .body-content-text.sidebar-content {
  padding: 18px 15px 15px;
}
.pb_builder_output .body-content-text.red,
.aia-interior-content .body-content-text.red {
  background-color: #ffdfe2;
}
.pb_builder_output .body-content-text.gray,
.aia-interior-content .body-content-text.gray {
  background-color: #ebebeb;
}
.pb_builder_output .body-content-text.blue,
.aia-interior-content .body-content-text.blue {
  background-color: #577191;
}
.pb_builder_output .body-content-text.blue p,
.aia-interior-content .body-content-text.blue p {
  color: #fff;
}
.pb_builder_output .body-content-text.white,
.aia-interior-content .body-content-text.white {
  background-color: white;
}
.pb_builder_output .body-content-text p,
.aia-interior-content .body-content-text p {
  margin-bottom: 25px;
  line-height: 1.7;
}
.pb_builder_output .body-content-text p strong, .pb_builder_output .body-content-text p b,
.aia-interior-content .body-content-text p strong,
.aia-interior-content .body-content-text p b {
  color: #000;
}
@media screen and (max-width: 49.9375em) {
  .pb_builder_output .body-content-text,
.aia-interior-content .body-content-text {
    padding: 15px;
    margin: 0;
  }
}
.pb_builder_output .content .body-content-text,
.aia-interior-content .content .body-content-text {
  padding-left: 0;
  padding-right: 0;
}
.pb_builder_output img,
.aia-interior-content img {
  max-width: 100%;
}
@media screen and (max-width: 49.9375em) {
  .pb_builder_output table,
.aia-interior-content table {
    width: 100% !important;
    max-width: 100% !important;
  }
  .pb_builder_output table tr,
.aia-interior-content table tr {
    display: flex;
    flex-direction: column;
  }
  .pb_builder_output table *,
.aia-interior-content table * {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.content-area .content {
  padding: 20px 15px;
}
.content-area .content ul li {
  font-weight: 400;
  color: #58595b;
  line-height: 1.3;
  margin-bottom: 7px;
  font-size: 14px;
}
.content-area.background.gray {
  background-color: #ebebeb;
}
.content-area.background .content {
  padding: 21px;
}
.content-area.background .content h4 {
  margin: 10px 0;
}
.content-area.background .content p {
  line-height: 19px;
}

.aia-bottom-content {
  background-color: #ebebeb;
}
@media screen and (min-width: 50em) {
  .aia-bottom-content {
    padding: 115px 35px;
  }
}
.aia-bottom-content .aia-feature .content {
  position: relative;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}
.aia-bottom-content .aia-feature .content img {
  position: relative;
  z-index: 1;
}
.aia-bottom-content .aia-feature .content .testimonials-area {
  padding: 22px;
}
.aia-bottom-content .aia-feature .content .testimonials-area h4 {
  color: white;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}
.aia-bottom-content .aia-feature .content .testimonials-area p {
  color: white;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
@media screen and (max-width: 49.9375em) {
  .aia-bottom-content .aia-feature {
    padding: 0;
  }
}
.aia-bottom-content .aia-feature-text {
  background-color: #e2e2e2;
  padding: 35px 25px;
}
.aia-bottom-content .aia-feature-text .border-side {
  border-right: 1px solid #1398d5;
}
.aia-bottom-content .aia-feature-text p {
  line-height: 19px;
}

@media screen and (max-width: 57.8125em) {
  .aia-interior-content .body-title h3 {
    font-size: 18px;
    margin-left: 1px;
  }
}
@media screen and (max-width: 55.6875em) {
  .aia-interior-content .sidebar .content-area.background .content h4 {
    font-size: 16px;
  }

  .aia-interior-content .sidebar .content-area.background .content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 24.9375em) {
  .aia-interior-content > .column, .aia-interior-content > .columns {
    padding-left: 0;
    padding-right: 0;
  }
}
.tweets .tweet {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #6fa7c1;
}
.tweets .tweet .text {
  padding-left: 5px !important;
}
.tweets .tweet .text p {
  font-size: 12px;
  line-height: 1.3;
}
.tweets .tweet .text p:last-of-type {
  margin: 0;
}
.tweets .tweet:last-of-type {
  border: none;
  padding-bottom: 0;
}
.tweets .tweet i {
  color: #8fa6b6;
  transition: 250ms all ease-out;
}
.tweets .tweet i:hover {
  color: #005d87;
}

.label {
  width: 130px;
  height: 45px;
  background-color: #ce1443;
  padding: 0;
  text-align: center;
}
.label h3 {
  color: white;
  font-size: 19px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
}

.aia-interior-content .content-area {
  padding: 0;
}
.aia-interior-content .sidebar {
  padding-right: 0;
}
@media screen and (max-width: 49.9375em) {
  .aia-interior-content .sidebar {
    padding: 30px 0 0;
  }
}
.aia-interior-content .sidebar.left-sidebar {
  padding-right: 15px;
  padding-left: 0;
}

.title {
  padding: 0;
  position: relative;
}
.title.blue {
  background-color: #005d87;
  color: #fff;
}
.title.blue h3 {
  color: #fff;
}
.title.red {
  background-color: #ce1443;
}
.title.white {
  background-color: white;
}
.title.white h3 {
  color: #005d87;
}
.title.none {
  background-color: transparent;
}
.title.none h3 {
  padding-left: 0;
}
.title h3 {
  font-size: 16px;
  margin: 0;
  font-weight: normal;
  font-family: arial;
  padding: 1em;
  margin-bottom: 0;
  padding: 0.5em 0 0.5em 1em;
  margin-top: 10px;
  text-align: left;
}
.title .cta {
  background: #ce1443;
  color: white;
  float: right;
  padding: 0 80px 0 60px;
  transform: skewX(-45deg);
  right: -30px;
  position: relative;
}
.title .cta > div {
  transform: skewX(45deg);
}
.title .cta a {
  color: white;
  font-size: 13px;
  font-weight: bold;
  line-height: 54px;
}
.title .cta.blue {
  background: #005d87;
}
.title .cta.red {
  background: #ce1443;
}
@media screen and (min-width: 50em) and (max-width: 63.9375em) {
  .title .cta {
    padding: 0 40px;
  }
}
@media screen and (max-width: 49.9375em) {
  .title .cta {
    transform: skewX(0deg);
    width: 100%;
    display: block;
    float: none;
    clear: both;
    right: 0;
    padding: 0;
  }
  .title .cta div {
    transform: skewX(0deg);
    text-align: center;
  }
  .title h3 {
    display: block;
    text-align: center;
    padding: 15px;
    width: 100%;
  }
  .title .archive_links {
    display: flex;
    border-top: 1px solid white;
    clear: both;
  }
  .title .archive_links .cta {
    border-right: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .title .archive_links .cta:last-of-type {
    border: none;
  }
  .title .archive_links .cta a {
    display: block;
    line-height: 1.4;
    padding: 7px 0;
  }
}

.background.gray {
  background: #ebebeb;
}
.background.mid-gray {
  background: #bdbdbd;
}
.background.light-gray {
  background: #f7f7f7;
}
.background.blue {
  background: #c6d7df;
}
.background.red {
  background: #ffdfe2;
}

.aia-pulse-area.content-area .learn-more {
  background: #ce1443;
  color: white;
  float: right;
  padding: 0 80px 0 60px;
  transform: skewX(-45deg);
  right: -30px;
  position: relative;
}
.aia-pulse-area.content-area .learn-more > div {
  transform: skewX(45deg);
}
.aia-pulse-area.content-area .learn-more a {
  color: white;
  font-size: 13px;
  font-weight: bold;
  line-height: 54px;
}

.header {
  margin-bottom: 10px;
}
.header h2 {
  color: #58595b;
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  margin: 0;
}
.header h4 {
  letter-spacing: 0;
  color: #ce1443;
  font-weight: 400;
  text-transform: none;
  line-height: 36px;
  margin: 0;
}

.aia-pulse * {
  color: #005d87;
}
.aia-pulse .red {
  color: #ce1443;
}
.aia-pulse .gray {
  color: #58595b;
}
.aia-pulse tbody {
  border: none;
  background: transparent;
}
.aia-pulse tr:nth-child(even), .aia-pulse tr:nth-child(odd) {
  background: transparent;
}
.aia-pulse tr:nth-child(even).header, .aia-pulse tr:nth-child(odd).header {
  background: gray;
}
.aia-pulse td {
  padding: 0;
  border-bottom: 1px solid #8b8d8e;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
.aia-pulse td:first-of-type {
  text-align: left;
}
.aia-pulse .header th {
  color: white;
  padding: 0;
  border-bottom: 1px solid #58595b;
  background: #8b8d8e;
}
.aia-pulse span.item {
  padding-right: 7px;
}

.aia-support-header {
  max-width: 90%;
  margin: auto;
}
.aia-support-header p {
  font-weight: 500;
}

.aia-supporters {
  max-width: 80%;
  margin: 0 auto 50px;
}
.aia-supporters .aia-supporter {
  width: 25%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aia-supporters .aia-supporter img {
  padding: 20px;
}
@media screen and (max-width: 49.9375em) {
  .aia-supporters {
    width: 100%;
  }
  .aia-supporters .aia-supporter {
    width: 50%;
  }
}

@media screen and (max-width: 49.9375em) {
  .aia-international-issues > div {
    margin-bottom: 30px;
  }
}
.aia-international-issues .standards-box {
  position: relative;
}
.aia-international-issues .standards-box .content-area {
  padding: 15px 15px 100px;
}
.aia-international-issues .standards-box h2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.aia-international-issues .standards-box h2 .title {
  font-weight: 600;
  font-size: 18px;
  background: transparent;
}
.aia-international-issues .nas-logo {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 160px;
}
.aia-international-issues .header img {
  width: 100%;
}
.aia-international-issues h5 {
  font-size: 18px;
}
.aia-international-issues .aia-event-tile .img {
  height: 120px;
}

.aia-issue-tile {
  margin-bottom: 15px;
  background: #005d87;
}
.aia-issue-tile.red {
  background: #ce1443;
}
.aia-issue-tile .image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  position: relative;
  padding: 0 10px !important;
}
.aia-issue-tile .image p {
  color: white;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.2;
  text-align: center;
  font-size: 18px;
  position: relative;
  z-index: 2;
}
.aia-issue-tile .image p:last-of-type {
  margin: 0;
}
.aia-issue-tile .image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 250ms all ease-out;
  background: rgba(5, 33, 61, 0.74);
  z-index: 1;
}
.aia-issue-tile:hover .image:after {
  background: rgba(5, 33, 61, 0);
}
.aia-issue-tile .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}
.aia-issue-tile .text ul {
  margin: 0;
  padding-left: 20px;
  width: 80%;
}
.aia-issue-tile .text li {
  color: white;
  line-height: 1.3;
  font-size: 15px;
}
.aia-issue-tile .text a, .aia-issue-tile .text p {
  color: white;
  font-size: 15px;
  font-weight: 400;
  width: 80%;
}
.aia-issue-tile .text *:last-child {
  margin-bottom: 0;
}
.aia-issue-tile .text img {
  display: inline-block;
  width: 120px;
}

.aia-international-resources {
  margin-bottom: 30px;
}
.aia-international-resources .resource-container {
  margin: 0 -5px;
}

.aia-international-resource .text {
  height: 318px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 100%;
}
.aia-international-resource .text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(5, 33, 61, 0.74);
  transition: 250ms all ease-out;
}
.aia-international-resource .text:hover:before {
  background: rgba(5, 33, 61, 0);
}
.aia-international-resource p {
  z-index: 2;
  text-align: center;
  color: white;
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 22px;
  position: relative;
  line-height: 1.3;
  max-width: 100%;
}
.aia-international-resource p:last-of-type {
  margin: 0;
}

.aia-international-councils .top-image {
  height: 300px;
  margin-bottom: 15px;
}
.aia-international-councils .top-image.no-margin {
  margin-bottom: 0;
}
.aia-international-councils .bottom .columns, .aia-international-councils .bottom .column {
  position: relative;
}
.aia-international-councils .bottom .meta {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 5px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.aia-international-councils .bottom .meta p {
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 10px;
}
.aia-international-councils .bottom .meta p:last-of-type {
  margin-bottom: 0;
}
.aia-international-councils .bottom .meta a {
  background: #ce1443;
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 41px;
  height: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.aia-international-councils .bottom .meta a i {
  font-size: 30px;
  position: relative;
  left: 2px;
}
.aia-international-councils .bottom .left {
  padding-right: 5px;
  padding-left: 3px;
}
.aia-international-councils .bottom .right {
  padding-left: 5px;
  padding-right: 3px;
}
.aia-international-councils .bottom .right .row > .column, .aia-international-councils .bottom .right .row > .columns {
  padding-left: 5px;
  padding-right: 5px;
}
.aia-international-councils .bottom .right .aia-tile {
  margin-bottom: 10px;
}
@media screen and (max-width: 49.9375em) {
  .aia-international-councils .column, .aia-international-councils .columns {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .aia-international-councils .bottom .column, .aia-international-councils .bottom .columns {
    margin-bottom: 10px;
  }
  .aia-international-councils .bottom .column .meta a, .aia-international-councils .bottom .columns .meta a {
    right: 15px;
  }
}

@media screen and (max-width: 63.9375em) {
  .aia-council > .column, .aia-council > .columns {
    padding-left: 0;
    padding-right: 0;
  }
}

.gray-bg {
  background-color: #ebebeb;
}

.aia-reports {
  margin-bottom: 30px;
}
.aia-reports:last-of-type {
  margin-bottom: 0;
}

.aia-report-module {
  margin-bottom: 30px;
}
.aia-report-module .content {
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
}
.aia-report-module h6 {
  margin: 0;
}
.aia-report-module .date {
  margin-bottom: 5px !important;
  font-weight: 500;
}
.aia-report-module .more-info {
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.aia-report-module .more-info a {
  font-weight: 500;
}
.aia-report-module .more-info .button {
  float: left;
  padding: 7px 17px;
  color: white;
  background: #a1a1a1;
  font-size: 13px;
  text-decoration: none;
}
.aia-report-module .more-info .download {
  /* float: right; */
  padding: 7px;
  font-size: 13px;
  background: #005d87;
  color: white;
  position: relative;
  top: 2px;
  margin-left: 4px;
}
.aia-report-module .image {
  padding-right: 7px;
}
@media screen and (max-width: 49.9375em) {
  .aia-report-module .image {
    padding-right: 15px;
    margin-bottom: 15px;
  }
}
.aia-report-module .image img {
  width: 100%;
}
.aia-report-module .content p:last-of-type {
  margin: 0;
}
@media screen and (max-width: 24.9375em) {
  .aia-report-module .content {
    height: auto !important;
  }
}

.aia-space-councils .aia-council-container {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 3px;
}
@media screen and (max-width: 49.9375em) {
  .aia-space-councils .aia-council-container {
    margin: 15px -15px 0;
  }
}
.aia-space-councils .aia-council {
  padding: 5px;
}
.aia-space-councils .aia-council .meta a {
  bottom: 5px;
  right: 0;
}
@media screen and (max-width: 49.9375em) {
  .aia-space-councils .aia-council {
    padding: 0;
  }
}

@media screen and (max-width: 63.9375em) {
  .aia-council > .column, .aia-council > .columns {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.sidebar .news-item h2 {
  font-size: 12px;
  color: #8b8d8e;
  font-weight: 400;
  margin: 0;
}
.sidebar .news-item p {
  font-weight: 600;
}
.sidebar .issue h4 {
  margin: 0 !important;
  letter-spacing: 0;
  text-transform: none;
}

.aia-experts {
  text-align: center;
}
.aia-experts.display {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.aia-experts .expert {
  display: inline-block;
  margin: 10px 22px 20px;
  width: 256px;
  padding: 1px;
  position: relative;
}
.aia-experts .expert .image {
  background: #fff;
  padding: 1px;
}
.aia-experts .expert.no-bio {
  background-color: #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 250px;
}
.aia-experts .expert.no-bio:last-child {
  margin-bottom: 0;
}
.aia-experts .expert img {
  width: 100%;
}
.aia-experts .expert:last-of-type {
  margin-right: 0;
}
.aia-experts .expert:first-of-type {
  margin-left: 0;
}
.aia-experts .meta {
  padding: 15px;
  text-align: left;
  background: white;
}
.aia-experts .meta h3 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bolt;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  color: #1398d5;
}
.aia-experts .meta h4 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: normal;
  color: #000;
  letter-spacing: 0;
  font-size: 12px;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 49.9375em) {
  .aia-experts .expert {
    width: 45%;
    margin-left: 2.5% !important;
    margin-right: 2.5% !important;
  }
}

.aia-two-column-layout > .columns {
  padding: 0;
}
@media screen and (min-width: 50em) {
  .aia-two-column-layout > .columns:first-of-type {
    padding-left: 0;
    padding-right: 7px;
  }
  .aia-two-column-layout > .columns:last-of-type {
    padding-right: 0;
    padding-left: 7px;
  }
}

.aia-search-result-excerpt .title h2 {
  color: white;
  font-weight: 400;
  font-size: 14px;
}

.aia-sector-split .feat-img {
  width: 100%;
}
.aia-sector-split .content-area {
  padding: 15px;
}
.aia-sector-split .aia-event-tile .img {
  height: 150px;
}

.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 75em) {
  .iframe-container {
    padding-bottom: 45%;
  }
}
.iframe-container svg, .iframe-container iframe, .iframe-container object, .iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aia-report-block {
  padding-bottom: 20px;
}
.aia-report-block h4 {
  letter-spacing: -0.4px;
}
.aia-report-block .links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aia-report-block .links .button {
  padding: 15px;
}

.sector-carousel-gallery-container {
  position: relative;
  display: flex;
  height: 300px;
  align-items: center;
}
.sector-carousel-gallery-container .pager {
  z-index: 2;
}
.sector-carousel-gallery-container .pager.prev {
  margin-right: auto;
}
.sector-carousel-gallery-container .pager.next {
  margin-left: auto;
}
.sector-carousel-gallery-container .pager i {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.5);
  transition: 250ms all ease-out;
  cursor: pointer;
}
.sector-carousel-gallery-container .pager i:before {
  margin: 0;
}
.sector-carousel-gallery-container .pager i:hover {
  color: rgba(255, 255, 255, 0.75);
}

.sector-carousel-gallery {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.sector-carousel-gallery .image {
  height: 300px;
}

.award-block {
  background: #005d87;
  margin-bottom: 30px;
  transition: 150ms all ease-out;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.award-block .content_expand > .content > p {
  color: #005d87;
}
.award-block:hover {
  z-index: 3;
}
.award-block.active {
  z-index: 3;
}
@media screen and (max-width: 49.9375em) {
  .award-block .img-block {
    padding-right: 0;
  }
  .award-block .img-block img {
    display: block;
    margin: 20px auto 0;
  }
}
.award-block .image {
  float: left;
  width: 100%;
  height: 100px;
}
.award-block .excerpt_content {
  padding: 30px 0;
}
.award-block .excerpt_content * {
  color: white;
}
@media screen and (max-width: 49.9375em) {
  .award-block .excerpt_content {
    padding: 15px;
  }
}
.award-block .content_expand {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ebebeb;
  z-index: 2;
  padding: 30px 30px 0;
}
@media screen and (max-width: 49.9375em) {
  .award-block .excerpt_content {
    padding: 30px;
  }
}

.lyman-award {
  margin: 0 -15px;
}
.lyman-award .column, .lyman-award .columns {
  margin-bottom: 18px;
  display: flex;
}
.lyman-award .year {
  display: inline-block;
  color: white;
  background: #005d87;
  padding: 7px;
  width: 100px;
  text-align: center;
}
.lyman-award .name {
  background: white;
  display: inline-block;
  padding: 7px 7px 7px 15px;
  color: #005d87;
  width: 100%;
}

.pbla-content {
  margin-bottom: 30px;
}
.pbla-content .container {
  padding: 20px;
  background: #58595b;
  color: white;
}
.pbla-content .container * {
  color: white;
}
.pbla-content .container h4 {
  letter-spacing: 0.4px;
  font-size: 18px;
  font-weight: normal;
}
.pbla-content .container h5 {
  letter-spacing: 0.4px;
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 49.9375em) {
  .pbla-content .container {
    margin-bottom: 20px;
  }
}

.pbla-table .year, .pbla-table .level, .pbla-table .program, .pbla-table .service, .pbla-table .partner {
  display: inline-block;
}
.pbla-table .header {
  color: white;
  text-align: center;
}
.pbla-table .header div {
  float: left;
  font-weight: bold;
  padding: 10px 0;
}
.pbla-table .header div p {
  margin: 0;
}
.pbla-table .header div:nth-child(odd) {
  background: #005d87;
}
.pbla-table .header div:nth-child(even) {
  background: #666867;
}
.pbla-table .body {
  border-bottom: 1px solid #808182;
}
.pbla-table .body:last-of-type {
  border: none;
}
.pbla-table .body div {
  float: left;
  color: white;
  padding: 10px;
}
.pbla-table .body div p {
  margin: 0;
}
.pbla-table .body div:nth-child(even) {
  background: #cacaca;
}
.pbla-table .year {
  width: 10%;
}
.pbla-table .level {
  width: 15%;
}
.pbla-table .program {
  width: 40%;
}
.pbla-table .service {
  width: 15%;
}
.pbla-table .partner {
  width: 20%;
}
@media screen and (max-width: 49.9375em) {
  .pbla-table .performance-award {
    margin: 0 -15px;
  }
  .pbla-table .year, .pbla-table .level, .pbla-table .program, .pbla-table .service, .pbla-table .partner {
    width: 100%;
    background: transparent !important;
  }
  .pbla-table .year:before, .pbla-table .level:before, .pbla-table .program:before, .pbla-table .service:before, .pbla-table .partner:before {
    content: attr(data-label);
    display: inline-block;
    font-size: 12px;
    color: black;
  }
  .pbla-table .year p, .pbla-table .level p, .pbla-table .program p, .pbla-table .service p, .pbla-table .partner p {
    display: inline-block;
  }
  .pbla-table .header {
    display: none;
  }
  .pbla-table .body > div {
    padding: 0 15px 6px;
  }
  .pbla-table .body:nth-child(odd) {
    background: #cacaca;
  }
}

.wings-of-liberty-table .column .content, .wings-of-liberty-table .columns .content {
  padding: 9px 15px 9px 25%;
}
.wings-of-liberty-table .column p, .wings-of-liberty-table .columns p {
  margin: 0;
}
@media screen and (min-width: 50em) {
  .wings-of-liberty-table .column:nth-of-type(4n + 3) .content, .wings-of-liberty-table .columns:nth-of-type(4n + 3) .content, .wings-of-liberty-table .column:nth-of-type(4n + 4) .content, .wings-of-liberty-table .columns:nth-of-type(4n + 4) .content {
    background: white;
  }
}
@media screen and (max-width: 49.9375em) {
  .wings-of-liberty-table .column:nth-of-type(even) .content, .wings-of-liberty-table .columns:nth-of-type(even) .content {
    background: white;
  }
}

.aia-advertisement {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.43);
  padding: 0;
  z-index: 9999;
  text-align: center;
}
.aia-advertisement .close {
  display: none;
  font-size: 37px;
  color: white;
  position: relative;
  top: -26px;
  right: 0;
  margin: 0;
  line-height: 0.6;
  cursor: pointer;
}
.aia-advertisement .ad {
  display: inline-block;
  margin: 0 3px;
}
@media screen and (max-width: 63.9375em) {
  .aia-advertisement .ad {
    margin: 3px 0;
  }
}
@media screen and (max-width: 49.9375em) {
  .aia-advertisement .content {
    margin: 0;
    padding: 0;
  }
  .aia-advertisement img {
    padding: 0 3%;
  }
  .aia-advertisement .close {
    top: -32px;
    right: 3%;
  }
}

.aia-standards-store {
  height: 160px;
  position: relative;
  cursor: pointer;
}
.aia-standards-store h3 {
  font-size: 29px;
  position: absolute;
  top: 13px;
  left: 20px;
}
.aia-standards-store i {
  position: absolute;
  background: #ce1443;
  color: white;
  bottom: 0;
  right: 0;
}

.aia-tile-block {
  margin: 0 -15px;
}

.aia-tile {
  height: 160px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 15px;
}
.aia-tile h3 {
  color: white !important;
  font-weight: 600;
  text-align: center;
  z-index: 2;
  padding: 0 15px;
  font-size: 21px;
  letter-spacing: 0px;
  position: relative;
  top: 0;
  left: 0;
  max-width: 100%;
}
.aia-tile.with-link {
  cursor: pointer;
}
.aia-tile i {
  background: #ce1443;
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px 12px;
  font-size: 23px;
  z-index: 2;
}
.aia-tile i:before {
  position: relative;
  top: -2px;
}
.aia-tile.double-tall {
  height: 329px;
}
.aia-tile:hover .screener.black, .aia-tile *:hover .screener.black {
  background-color: rgba(0, 0, 0, 0.25);
}
.aia-tile:hover .screener.blue, .aia-tile *:hover .screener.blue {
  background-color: rgba(0, 93, 135, 0.25);
}
.aia-tile .screener {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  transition: 250ms all ease-out;
}
.aia-tile .screener.black {
  background-color: rgba(0, 0, 0, 0.5);
}
.aia-tile .screener.blue {
  background-color: rgba(0, 93, 135, 0.5);
}
.aia-tile.aia-member-tile {
  display: block;
  height: 275px;
}
.aia-tile.aia-member-tile h3 {
  background: rgba(0, 92, 132, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 22px;
  transition: 250ms all ease-out;
  cursor: pointer;
}
.aia-tile.aia-member-tile h3 span {
  font-weight: 100;
}
.aia-tile.aia-member-tile i {
  display: none;
}
.aia-tile.aia-member-tile:hover h3 {
  background: transparent;
}

.statistic-container p {
  color: #005d87;
  font-weight: 600;
  margin: 0 !important;
  line-height: 25px !important;
  font-size: 16px !important;
}
.statistic-container .statistic {
  border-bottom: 1px solid black;
}
.statistic-container .statistic.blank {
  height: 25px;
  background: gray;
}
.statistic-container .statistic:first-of-type {
  border-top: 1px solid black;
}
.statistic-container .category {
  display: inline-block;
  float: left;
  width: 60%;
}
.statistic-container .amount {
  display: inline-block;
  float: right;
  width: 40%;
}

.statistic-download {
  background: gray;
}
.statistic-download img {
  display: block;
  margin: auto;
  padding: 15px 0;
}
.statistic-download .button {
  background: #ce1443;
  color: white;
  width: 100%;
}

.statistic-category {
  background-color: #005d87;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 15px;
  height: 125px;
  overflow: hidden;
}
.statistic-category:last-of-type {
  margin: 0;
}
.statistic-category .statistic-label {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 80%;
  display: flex;
  align-items: center;
  z-index: 6;
}
.statistic-category .statistic-label h2 {
  color: white;
  margin: 0;
  padding-left: 40px;
  text-transform: uppercase;
  font-weight: 100;
}
.statistic-category .image {
  float: right;
  position: relative;
}
.statistic-category .image img {
  width: 630px;
}
.statistic-category .image:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  width: 150px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005d87+0,005d87+100&1+0,0+80 */
  background: -moz-linear-gradient(left, #005d87 0%, rgba(0, 93, 135, 0) 80%, rgba(0, 93, 135, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #005d87 0%, rgba(0, 93, 135, 0) 80%, rgba(0, 93, 135, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #005d87 0%, rgba(0, 93, 135, 0) 80%, rgba(0, 93, 135, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005d87", endColorstr="#00005d87", GradientType=1);
  /* IE6-9 */
}

.historical-tile {
  height: 260px;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  cursor: pointer;
}
.historical-tile.no-files {
  cursor: auto;
}
.historical-tile .title, .historical-tile .caption {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.historical-tile .title p, .historical-tile .caption p {
  color: white;
  text-shadow: 0 0 6px #000000;
}
.historical-tile .title p:last-of-type, .historical-tile .caption p:last-of-type {
  margin-bottom: 0;
}
.historical-tile .title {
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
}
.historical-tile .title p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
.historical-tile .caption {
  bottom: 0;
  padding: 15px;
}
.aia-historical-files {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
  display: flex;
  opacity: 0;
  z-index: -100;
}
.aia-historical-files.visible {
  opacity: 1;
  z-index: 1000;
}
.aia-historical-files .content {
  width: 80%;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.aia-historical-files .content p {
  margin: 0;
  line-height: 1.3;
  font-size: 14px;
  padding: 7px 0;
}
.aia-historical-files .content a {
  color: white;
  transition: 250ms all ease-out;
}
.aia-historical-files .content a:hover {
  color: #ce1443;
}
.aia-historical-files h2 {
  padding-bottom: 20px;
}
.aia-historical-files h2 .close {
  color: white;
  display: inline-block;
  float: right;
  cursor: pointer;
  position: relative;
  right: 10px;
}

.testimonial-carousel-gallery-container {
  padding: 0 35px;
  margin-top: 10px;
  position: relative;
}
.testimonial-carousel-gallery-container .pager {
  background: gray;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 25px;
  top: 0;
  bottom: 0;
}
.testimonial-carousel-gallery-container .pager i {
  color: white;
  font-size: 30px;
}
.testimonial-carousel-gallery-container .pager.next {
  right: 0;
}
.testimonial-carousel-gallery-container .pager.prev {
  left: 0;
}

.aia-media-container {
  clear: both;
}

.aia-international-issues .stem-links {
  padding: 10px;
}
.aia-international-issues .news-area .content-area {
  padding: 10px;
}
.aia-international-issues .button.blue {
  background: #005d87;
  color: white;
}
.aia-international-issues .button.red {
  background: #ffb3b3;
  color: #005d87;
}

.standards-infographic {
  background: #005d87;
  padding: 3px 3px 0;
}
.standards-infographic .download {
  clear: both;
  width: 100%;
  float: left;
  text-align: center;
  margin: 10px 0;
}
.standards-infographic .download .button {
  background: #a1a1a1;
  color: white;
  border: none;
  display: inline-block;
  padding: 8px 15px;
  text-transform: none;
}
.standards-infographic .download .icon {
  display: inline-block;
}
.standards-infographic .download .icon i {
  color: #005d87;
  background: white;
  padding: 4.5px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 49.9375em) {
  .standards-infographic img {
    display: block;
    margin: auto;
  }
}

.aia-standards-brochure {
  padding: 15px !important;
}
.aia-standards-brochure .img {
  padding-right: 4px !important;
}
.aia-standards-brochure .text {
  padding-left: 4px !important;
}
.aia-standards-brochure h4 {
  letter-spacing: 0;
  text-transform: none;
}
.aia-standards-brochure .button {
  padding: 10px 15px;
  color: white;
  text-transform: none;
  background: #a1a1a1;
}
.aia-standards-brochure i {
  background: #005d87;
  padding: 7.5px;
  color: white;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 49.9375em) {
  .aia-standards-brochure .content {
    height: auto !important;
  }
  .aia-standards-brochure .img {
    padding: 0;
  }
  .aia-standards-brochure .img img {
    display: block;
    margin: 0 auto 15px;
  }
  .aia-standards-brochure .more-info {
    margin-top: 12px;
    text-align: center;
  }
}

.content-block {
  padding: 15px !important;
}

.background-testimonials > .screener,
.aia-member-testimonials > .screener {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 105;
}
.background-testimonials > .screener p.close,
.aia-member-testimonials > .screener p.close {
  color: white;
  font-size: 50px;
  text-align: right;
  width: 80%;
  margin: 0;
  display: block;
  line-height: 1;
  cursor: pointer;
}
.background-testimonials > .screener .testimonial-text,
.aia-member-testimonials > .screener .testimonial-text {
  width: 80%;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.background-testimonials > .screener .testimonial-text h1,
.aia-member-testimonials > .screener .testimonial-text h1 {
  color: white;
}
.background-testimonials > .screener .testimonial-text p,
.aia-member-testimonials > .screener .testimonial-text p {
  color: white;
  font-size: 18px;
  line-height: 1.7;
}
.background-testimonials > .screener .iframe-container,
.aia-member-testimonials > .screener .iframe-container {
  width: 80%;
  max-width: 1000px;
}

.aia-content-container .aia-member-testimonial h3 {
  color: #fff;
  font-size: 22px;
  letter-spacing: -0.5px;
}

.aia-research-slider .owl-item {
  width: 100%;
  position: relative;
}
.aia-research-slider .owl-item .button {
  position: absolute;
  bottom: 15px;
  left: 30px;
  background: rgba(255, 255, 255, 0.3);
  color: white;
}

.aia-footer-contact-form {
  background-color: #dcddde;
  padding: 35px 0 100px;
  margin-bottom: -100px;
  margin-top: 50px;
}
.aia-footer-contact-form h2 {
  color: #ce1443;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}
.aia-footer-contact-form textarea {
  background: #efefef;
  border: 1px solid #929292;
  transition: 250ms all ease-out;
}
.aia-footer-contact-form textarea:hover {
  background: #f3f3f3;
}
.aia-footer-contact-form input[type=submit] {
  background: #58595b;
  color: white;
  margin: auto !important;
  display: block !important;
}
@media screen and (max-width: 49.9375em) {
  .aia-footer-contact-form {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
.aia-footer-contact-form form #field_3_2 {
  width: 310px;
  overflow: hidden;
  padding: 0;
  margin: auto !important;
  display: block;
}
.aia-footer-contact-form form #field_3_2 label {
  display: none;
}
.aia-footer-contact-form form .gform_footer.top_label {
  padding-top: 0;
}

.aia-footer-contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.aia-footer-contact-info a {
  font-size: 18px;
  color: #ce1443;
}
.aia-footer-contact-info h2 {
  margin-bottom: auto;
}
.aia-footer-contact-info p:last-of-type {
  margin: 0 0 auto;
}
@media screen and (max-width: 49.9375em) {
  .aia-footer-contact-info {
    margin-bottom: -30px;
  }
  .aia-footer-contact-info h2 {
    margin-bottom: 15px;
  }
  .aia-footer-contact-info p {
    margin-bottom: 0;
  }
}

.aia-latest-excerpt {
  margin-bottom: 15px;
}
.aia-latest-excerpt .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px !important;
}
.aia-latest-excerpt .content p {
  margin: 0;
}
.aia-latest-excerpt .content h3 {
  text-transform: uppercase;
  letter-spacing: 0;
}
.aia-latest-excerpt .content .link a {
  color: #58595b;
}
.aia-latest-excerpt .image {
  position: relative;
}

.aia-data-image-links img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 49.9375em) {
  .aia-data-image-links .aia-research-data:not(:last-child) {
    margin-bottom: 15px;
  }
}

#gform_2 #input_2_1 li {
  display: inline-block;
  width: 33%;
  padding-left: 2px !important;
}
#gform_2 #input_2_1 input {
  margin: 0;
}
#gform_2 li {
  margin-top: 0;
}
#gform_2 label {
  font-size: 13px;
}
#gform_2 input[type=text],
#gform_2 input[type=email] {
  margin: 0;
}

#us_map {
  width: 95%;
  margin: 40px auto 10px;
}
#us_map svg {
  width: 100% !important;
}

.news-area h2 {
  font-size: 15px;
  font-weight: 400;
  color: #58595b;
  margin-bottom: 0;
}
.news-area p {
  font-weight: 500;
  font-size: 15px;
}

.page-id-2031 td {
  background: transparent;
}

.ead-preview .embed_download {
  text-align: center;
}
.ead-preview .embed_download a {
  display: inline-block;
  background: #1398d5;
  padding: 9px 22px;
  color: white;
  margin-top: 24px;
  font-size: 16px;
  transition: 250ms all ease-out;
}
.ead-preview .embed_download a:hover {
  background: #005d87;
}

.single-personnel .meta {
  padding: 15px;
  background: #d0e9f5;
}
.single-personnel .meta img {
  margin-bottom: 15px;
}
.single-personnel .meta h6 {
  margin: 0;
}
.single-personnel .meta i {
  margin: 0 7px;
}
.single-personnel .meta hr {
  margin: 13px 0 12px;
  border-bottom-color: #005d87;
}
@media screen and (max-width: 49.9375em) {
  .single-personnel .meta {
    margin-bottom: 30px;
  }
  .single-personnel .meta img {
    margin: 0 auto 15px;
    display: block;
  }
}

.aia-banner-title, .home .banner-title {
  font-size: 16px;
  position: absolute;
  text-align: center;
  top: 162px !important;
  right: 0;
  left: 0;
}
.aia-banner-title h2, .home .banner-title h2 {
  color: white;
  margin: 0 0 0 20px;
  line-height: 0.8;
  font-weight: 500;
  font-size: 54px;
  position: relative;
  transition: 250ms all ease-out;
  opacity: 0.01;
  text-shadow: 2px 2px 8px #3c3c3c;
  text-transform: uppercase;
  font-family: "Ubuntu Bold";
}
.aia-banner-title h2 span, .home .banner-title h2 span {
  color: #FBAC38;
}
.aia-banner-title h2.small, .home .banner-title h2.small {
  font-size: 65px;
}
.aia-banner-title h2.large, .home .banner-title h2.large {
  font-size: 105px;
}
@media screen and (min-width: 50em) and (max-width: 63.9375em) {
  .aia-banner-title, .home .banner-title {
    left: 0;
    right: 0;
    width: auto;
    overflow: hidden;
  }
}
@media screen and (max-width: 49.9375em) {
  .aia-banner-title, .home .banner-title {
    left: 0;
    width: 100%;
    bottom: 10px;
  }
  .aia-banner-title h2, .home .banner-title h2 {
    font-size: 50px;
    text-align: center !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0;
  }
  .aia-banner-title h2.small, .home .banner-title h2.small {
    font-size: 35px;
  }
  .aia-banner-title h2.large, .home .banner-title h2.large {
    font-size: 60px;
  }
}

.home .banner-title {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.home .banner-title h2 {
  text-align: left;
  opacity: 1;
}

.aia-publication-area {
  padding: 30px 20px !important;
}

.postid-41 .aia-international-issues .content-area {
  padding: 10px;
}

.file-marker {
  padding: 15px;
  margin: 15px 0;
}
.file-marker p {
  font-size: 13px;
}

a.readmore {
  font-weight: 600;
}

.aia-tow-committee-switcher .cta {
  background: #8b8d8e !important;
}
.aia-tow-committee-switcher .cta a {
  color: rgba(255, 255, 255, 0.5);
}
.aia-tow-committee-switcher .cta.active a {
  color: white;
}
.aia-tow-committee-switcher .cta.active.red, .aia-tow-committee-switcher .cta.active.blue {
  background: #ce1443 !important;
}

.postid-39 .issues.content-area {
  padding: 0 10px;
}

.postid-41 .aia-international-issues .issues {
  padding: 10px;
}

.aia-content-container {
  display: flex;
  flex: 1 1 auto;
  min-height: 600px;
  padding: 0 0px;
  max-width: 100%;
  box-sizing: border-box;
}
.aia-content-container .aia-sidebar-ad {
  width: 135px;
  padding-left: 15px;
  flex-shrink: 0;
  margin-left: auto;
  transition: 250ms all ease-out;
}
.aia-content-container .aia-sidebar-ad.disabled {
  width: 0;
  margin: 0;
}
@media screen and (max-width: 49.9375em) {
  .aia-content-container .aia-sidebar-ad {
    display: none;
  }
}

.interior-content-container,
.sector-content-container {
  width: 100%;
  overflow: hidden;
}

.aia-monthly-archives {
  display: none;
}
.aia-monthly-archives h6 {
  cursor: pointer;
}
.aia-monthly-archives ul {
  margin-left: 15px;
  list-style: none;
}

.aia-flickr-gallery {
  padding: 40px 0;
  background: white;
}
.aia-flickr-gallery .logo {
  padding-bottom: 35px;
}
.aia-flickr-gallery .mobile-instructions p {
  text-align: center;
  font-style: italic;
  margin-bottom: 0;
  margin-top: 7px;
}
.aia-flickr-gallery .gallery-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
.aia-flickr-gallery .gallery-container .prev, .aia-flickr-gallery .gallery-container .next {
  flex-shrink: 0;
}
.aia-flickr-gallery .gallery-container .prev i, .aia-flickr-gallery .gallery-container .next i {
  font-size: 50px;
  color: #58595b;
  transition: 250ms all ease-out;
  cursor: pointer;
}
.aia-flickr-gallery .gallery-container .prev i:hover, .aia-flickr-gallery .gallery-container .next i:hover {
  color: #ce1443;
}
.aia-flickr-gallery .gallery-container .prev i:before, .aia-flickr-gallery .gallery-container .next i:before {
  margin: 0;
}
.aia-flickr-gallery .gallery {
  width: 92%;
  flex-shrink: 1;
  overflow: hidden;
}
.aia-flickr-gallery .slide {
  display: flex;
  padding: 0;
}
.aia-flickr-gallery .slide .left {
  width: 35%;
  padding: 0 0.25%;
}
.aia-flickr-gallery .slide .center {
  width: 15%;
  padding: 0 0.25%;
}
.aia-flickr-gallery .slide .center .top {
  padding-bottom: 5px;
}
.aia-flickr-gallery .slide .right {
  width: 50%;
  padding: 0 0.25%;
}
@media screen and (max-width: 49.9375em) {
  .aia-flickr-gallery .slide .left, .aia-flickr-gallery .slide .center, .aia-flickr-gallery .slide .right {
    width: 100%;
  }
}
.aia-flickr-gallery .slide-container {
  display: flex;
}

.slider-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 100;
  cursor: pointer;
}
.slider-overlay img {
  display: block;
  max-width: 80%;
  border: 2px solid black;
}
.slider-overlay span {
  color: white;
  font-size: 40px;
  width: 80%;
  text-align: right;
  cursor: pointer;
}

.aia-sidebar > div, .sidebar > div {
  border-left: 1px solid #ebebeb;
}
.aia-sidebar .title h3, .sidebar .title h3 {
  font-size: 16px;
  margin: 0;
  font-weight: normal;
  font-family: arial;
  padding: 1em;
}

.aia-sidebar-share-infographic {
  width: 100%;
}
.aia-sidebar-share-infographic .content {
  background: #005d87;
  padding: 20px;
  text-align: center;
}
.aia-sidebar-share-infographic h2 {
  color: white;
}
.aia-sidebar-share-infographic a {
  color: white;
}
.aia-sidebar-share-infographic i {
  color: white;
}

#sidebar .content-area #atstbx {
  display: flex !important;
  justify-content: space-around;
  padding: 0 0 10px 0;
}

.aia-legislative-block {
  display: flex;
}
.aia-legislative-block .image {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.aia-legislative-block .content {
  width: 100%;
}

.aia-collapsable-tiles .title:after {
  content: "";
  font-family: "fontello";
  position: absolute;
  font-size: 28px;
  top: 7px;
  right: 19px;
  color: rgba(255, 255, 255, 0.75);
  transition: 250ms all ease-out;
  transform: rotate(90deg);
}
.aia-collapsable-tiles .title:hover:after {
  color: rgba(255, 255, 255, 0.9);
}
.aia-collapsable-tiles .title.collapsed:after {
  transform: rotate(270deg);
  top: 4px;
}

.aia-button-links {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.aia-button-links a {
  padding: 15px 50px;
  margin: 0 5px 10px;
  width: 48%;
}
@media screen and (max-width: 49.9375em) {
  .aia-button-links a {
    width: 100%;
  }
}
@media screen and (max-width: 49.9375em) {
  .aia-button-links {
    flex-direction: column;
  }
  .aia-button-links a {
    margin-bottom: 10px;
  }
  .aia-button-links a:last-of-type {
    margin-bottom: 0;
  }
}

.testimonial-carousel-gallery .aia-tile {
  margin-bottom: 0;
}

.aia-member-bottom-tiles {
  position: relative;
  z-index: 0;
}

.aia-dues-calculator-container {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  max-width: 100%;
}
.aia-dues-calculator-container i {
  color: white;
  font-size: 34px;
  transition: 250ms all ease-out;
  flex: 0 0 auto;
}
.aia-dues-calculator-container:focus i {
  color: #005d87;
}
.aia-dues-calculator-container .aia-dues-calc {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex: 1 1 auto;
}
.aia-dues-calculator-container .aia-dues-calc input[type=number] {
  margin: 0 7px 0 0;
  flex: 1 1 auto;
}
.aia-dues-calculator-container .aia-dues-calc input[type=submit] {
  display: block;
  height: 39px;
  flex: 1 0 auto;
}

.aia-archive-header .title {
  cursor: pointer;
}
.aia-archive-header .category-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  max-width: 100%;
}
.aia-archive-header .category-select p {
  margin-right: 10px;
  margin-bottom: 0;
  flex: 0 0 auto;
}
.aia-archive-header .category-select select {
  margin-right: 5px;
  margin-bottom: 0;
  flex: 1 1 auto;
}
.aia-archive-header .category-select input[type=submit] {
  height: 39px;
  flex: 0 0 auto;
}
.aia-archive-header .content {
  display: none;
}
.aia-archive-header .content h2 {
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}
.aia-archive-header .select {
  display: none;
  padding: 10px 5px;
}

.post-type-archive-committee .archive .column, .post-type-archive-committee .archive .columns {
  flex-direction: column;
}
.post-type-archive-committee .archive .column .description, .post-type-archive-committee .archive .columns .description {
  z-index: 2;
  padding: 5px 5px 55px 5px;
}
.post-type-archive-committee .archive .column h3, .post-type-archive-committee .archive .columns h3 {
  font-size: 18px;
  padding-top: 7px;
}
.post-type-archive-committee .archive .column p, .post-type-archive-committee .archive .columns p {
  font-size: 12px;
  text-align: left;
}
.post-type-archive-committee .archive .column p:last-of-type, .post-type-archive-committee .archive .columns p:last-of-type {
  maring: 0;
}
.post-type-archive-committee .archive .column a, .post-type-archive-committee .archive .columns a {
  font-size: 12px;
}
.post-type-archive-committee .archive .column img, .post-type-archive-committee .archive .columns img {
  display: block;
  margin: auto;
}

.aia-pb-image-row {
  display: flex;
}

.aia-pb-tiles-with-title .tile-container {
  display: flex;
  flex-wrap: wrap;
}
.aia-pb-tiles-with-title .tile-container .tile-box {
  flex: 0 1 33.333%;
  min-width: 250px;
  padding: 0 7.5px 7.5px;
}
.medium-3 .aia-pb-tiles-with-title .tile-container .tile-box, .medium-4 .aia-pb-tiles-with-title .tile-container .tile-box {
  flex: 1;
}

.aia-pb-events .event-container {
  display: flex;
  flex-wrap: wrap;
}
.aia-pb-events .event-excerpt {
  flex: 0 1 50%;
  min-width: 200px;
  padding-bottom: 15px;
}
.aia-pb-events .event-excerpt .img {
  height: 180px;
}
.aia-pb-events .aia-event-tile {
  padding: 0;
}

.aia-pb-link-list .body-content-text {
  padding: 33px;
}
.aia-pb-link-list .link-list {
  margin: 0;
}
.aia-pb-link-list .link-list li {
  margin-bottom: 25px;
}
.aia-pb-link-list .link-list li a {
  display: block;
  padding: 25px;
  color: white;
  transition: 250ms all ease-out;
  text-align: center;
  font-size: 17px;
}
.aia-pb-link-list .link-list li:before {
  display: none;
}
.aia-pb-link-list .link-list li:last-of-type {
  margin-bottom: 0;
}
.aia-pb-link-list .link-list.red li a {
  background: #ce1443;
}
.aia-pb-link-list .link-list.red li a:hover {
  background: #a00f34;
}
.aia-pb-link-list .link-list.blue li a {
  background: #005d87;
}
.aia-pb-link-list .link-list.blue li a:hover {
  background: #003a54;
}

.aia-pb-report-block .report-container {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 49.9375em) {
  .aia-pb-report-block .report-container .column, .aia-pb-report-block .report-container .columns {
    width: 100%;
  }
}

.juicer-feed h1.referral {
  display: none !important;
}

.label.social-media {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "roboto";
  margin-bottom: -45px;
  position: relative;
  z-index: 2;
}

.aia-home-news-container.press-releases .label {
  width: auto;
  float: left;
  padding: 0 44px;
}

.aia-social-media-container {
  height: 475px;
  overflow-y: scroll;
}
.aia-social-media-container .label {
  position: absolute;
  z-index: 2;
}

.button {
  font-weight: 500;
  text-transform: uppercase;
  background-color: #cccccc;
  color: #005d87;
  margin: 0;
}
.button.extend {
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px;
  font-weight: 500;
}

h2 {
  font-size: 23px;
  color: #005d87;
  font-weight: 800;
  line-height: 1.5;
  margin: 0 0 10px;
}

h3 {
  color: #005d87;
  font-weight: 500;
  letter-spacing: -1px;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
}

.title > h3 {
  font-size: 34px;
  font-family: arial;
  font-weight: bold;
}

h4 {
  color: #005d87;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -1px;
}

h5 {
  color: #ce1443;
  font-size: 22px;
  font-weight: 500;
}
h5.blue {
  color: #005d87;
}

h6 {
  color: #005d87;
  font-size: 15px;
  font-weight: 500;
}

p {
  font-size: 15px;
  color: #58595b;
  font-weight: 400;
}

li {
  font-size: 15px;
  color: #58595b;
  font-weight: 400;
}

a {
  color: #005d87;
}
a.red {
  color: #ce1443;
}

.body-content-text ul {
  list-style-type: disc;
}
.body-content-text ul li {
  position: relative;
  color: #58595b;
  line-height: 1.3;
  padding-bottom: 18px;
}

.sidebar .content-area {
  margin-bototm: 15px;
}
.sidebar.social-media {
  padding-bottom: 0;
}

.tweets {
  background-color: #d0e9f5;
}
.tweets * {
  word-wrap: break-word;
}

.aia-contact {
  float: left;
  width: 100%;
  background: #005d87;
  margin-bottom: 30px;
}
.aia-contact p {
  color: white;
}
.aia-contact .contact-info {
  float: left;
  width: 65%;
  padding: 10px;
}
.aia-contact img {
  float: right;
  width: 35%;
}
.aia-contact h2 {
  color: white;
  line-height: 1.1em;
}
@media screen and (max-width: 74.9375em) {
  .aia-contact h2 {
    font-size: 19px;
    padding-top: 5px;
  }
}
@media screen and (min-width: 25em) and (max-width: 49.9375em) {
  .aia-contact h2 {
    line-height: 1.4em;
  }
}
.aia-contact h3 {
  color: white;
  padding-bottom: 5px;
}
@media screen and (max-width: 74.9375em) {
  .aia-contact h3 {
    font-size: 15px;
  }
}
.aia-contact .button {
  background: transparent;
  border: 1px solid white;
  text-align: center;
  transition: 250ms all ease-out;
  color: white;
  padding: 10px;
}
.aia-contact .button:hover {
  background: #005d87;
  color: white;
}
@media screen and (max-width: 74.9375em) {
  .aia-contact .button {
    padding: 8px;
  }
}
@media screen and (max-width: 59.375em) {
  .aia-contact .button {
    font-size: 13px;
  }
}
.aia-contact .sidebar-email-phone {
  color: white;
  margin: 0;
}
.aia-contact .sidebar-email-phone a {
  color: white;
}
@media screen and (min-width: 25em) and (max-width: 49.9375em) {
  .aia-contact .sidebar-email-phone {
    font-size: 16px;
    padding-bottom: 132px;
  }
  .aia-contact .sidebar-email-phone a {
    font-size: 16px;
  }
}
@media screen and (max-width: 35.9375em) {
  .aia-contact .sidebar-email-phone {
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 25em) {
  .aia-contact .sidebar-email-phone {
    padding-bottom: 0;
  }
}

.aia-home-banner {
  position: relative;
}
.aia-home-banner .aia-home-slider-bg {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.aia-home-banner .aia-home-slider-bg div:not(.owl-controls) {
  height: 100%;
}
.aia-home-banner .aia-home-slider-bg .slide {
  background-position: top center;
}
@media screen and (min-width: 50em) {
  .aia-home-banner .aia-home-slider-bg {
    position: absolute;
  }
}
.aia-home-banner .jet-area img {
  width: auto !important;
  margin: auto;
  padding-top: 5%;
  max-width: 720px;
}
@media screen and (max-width: 49.9375em) {
  .aia-home-banner .jet-area {
    position: absolute;
    bottom: 20%;
  }
  .aia-home-banner .jet-area img {
    max-width: 90%;
  }
}
.aia-home-banner object {
  width: 1040px;
  max-width: 90%;
  padding: 40px 0 20px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 49.9375em) {
  .aia-home-banner object {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.aia-home-banner h1 {
  color: #ce1443;
  z-index: 2;
  padding-top: 5%;
  margin: 0;
}

@media screen and (max-width: 50em) {
  .aia-home-banner .has-bg-img {
    max-height: 545px;
  }
  .aia-home-banner .has-bg-img .has-bg-img img {
    max-height: 764px;
  }

  .aia-home-banner h1 {
    color: white;
    font-size: 32px;
  }
}
@media screen and (max-width: 42.5em) {
  .aia-home-banner h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 36.5625em) {
  .aia-home-banner h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 31.875em) {
  .aia-home-banner h1 {
    font-size: 21px;
  }
}
@media screen and (max-width: 27.8125em) {
  .aia-home-banner h1 {
    font-size: 18px;
  }
}
.aia-home-page-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0px;
  position: relative;
}
.aia-home-page-bg .aia-tagline {
  margin: 200px 10% 150px;
  max-width: 80%;
}

.aia-hm-news {
  padding-top: 2%;
}
.aia-hm-news .aia-home-news-container {
  padding: 0 15px 30px;
}
@media screen and (max-width: 49.9375em) {
  .aia-hm-news .aia-home-news-container {
    padding: 0 15px;
  }
}
.aia-hm-news .aia-news-excerpt {
  padding: 0 5px;
}
.aia-hm-news .aia-news-excerpt:first-of-type {
  padding-left: 0;
}
.aia-hm-news .aia-news-excerpt:last-of-type {
  padding-right: 0;
}
@media screen and (max-width: 49.9375em) {
  .aia-hm-news .aia-news-excerpt:last-of-type {
    padding-bottom: 0;
  }
}
.aia-hm-news .aia-news-excerpt .image {
  height: 300px;
  position: relative;
  width: 100%;
}
.aia-hm-news .aia-news-excerpt .image .label {
  position: absolute;
  padding: 0 44px;
}
.aia-hm-news .aia-news-excerpt .image .label h3 {
  color: white;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
}
.aia-hm-news .aia-news-excerpt .content {
  padding: 30px 15px;
  position: relative;
}
.aia-hm-news .aia-news-excerpt h2 {
  color: white;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
}
.aia-hm-news .aia-news-excerpt a {
  color: black;
  text-align: center;
  display: block;
  padding-bottom: 24px;
  font-size: 14px;
}
.aia-hm-news .aia-news-excerpt .social-media {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
}
.aia-hm-news .aia-news-excerpt .social-media i {
  color: white;
  cursor: pointer;
}
.aia-hm-news .aia-news-excerpt.red .label,
.aia-hm-news .aia-news-excerpt.red .content {
  background: #ce1443;
}
.aia-hm-news .aia-news-excerpt.blue .label,
.aia-hm-news .aia-news-excerpt.blue .content {
  background: #005d87;
}
@media screen and (max-width: 49.9375em) {
  .aia-hm-news .aia-news-excerpt {
    padding: 0 0 15px;
  }
}
.aia-hm-news .twitter-ticker {
  margin-bottom: 30px;
  overflow: hidden;
}
.aia-hm-news .twitter-ticker .icon-twitter {
  color: white;
  font-size: 24px;
}
.aia-hm-news .twitter-ticker .twitter-handle {
  color: #1398d5;
}
.aia-hm-news .twitter-ticker li {
  color: white;
  font-size: 13px;
  display: inline-block;
  padding-right: 30px;
}
.aia-hm-news .twitter-ticker a {
  color: #1398d5;
}
@media screen and (max-width: 49.9375em) {
  .aia-hm-news .twitter-ticker {
    margin: 20px 0;
  }
}

.aia-hm-news-mobile {
  padding-top: 0;
}
.aia-hm-news-mobile .aia-home-news-container {
  padding: 0;
}
.aia-hm-news-mobile .aia-news-excerpt .image {
  height: auto;
}
.aia-hm-news-mobile .aia-news-excerpt.red .content {
  background: rgba(206, 20, 67, 0.92);
}
.aia-hm-news-mobile .aia-news-excerpt.blue .content {
  background: rgba(0, 93, 135, 0.92);
}
.aia-hm-news-mobile .twitter-ticker {
  margin: 0;
  padding: 15px 15px 25px;
  background: #0a0a0a;
}

.aia-home-events {
  padding-bottom: 80px;
}
.aia-home-events .events-img {
  padding: 0;
}
@media screen and (min-width: 50em) {
  .aia-home-events .events-img {
    height: 300px;
  }
}
@media screen and (max-width: 49.9375em) {
  .aia-home-events {
    padding: 0;
  }
}

@media screen and (max-width: 49.9375em) {
  .aia-event-list {
    padding: 0px;
  }
}

.aia-events-months {
  padding: 15px 80px;
  list-style-type: none;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.aia-events-months li {
  text-align: center;
  font-size: 16px;
}
.aia-events-months li a {
  color: #ce1443;
  font-weight: 900;
  padding: 0;
}
.aia-events-months li a.active, .aia-events-months li a:hover {
  color: #1398d5;
}
@media screen and (max-width: 49.9375em) {
  .aia-events-months {
    padding: 15px;
  }
}
@media screen and (max-width: 28.125em) {
  .aia-events-months {
    flex-wrap: wrap;
  }
  .aia-events-months .item {
    width: 20%;
  }
}

.events {
  width: 80%;
  margin: auto;
  padding: 0;
}
.events ul {
  margin: 0;
}
@media screen and (max-width: 49.9375em) {
  .events ul {
    padding: 0 15px;
  }
}
.events li {
  list-style: none;
  font-weight: 400;
  font-size: 17px;
  color: #8b8d8e;
  padding: 10px 0;
  display: flex;
}
.events li .icon-play {
  color: white;
  background: #1398d5;
  border-radius: 50%;
  padding: 3px 0 3px 3px;
}
.events li span {
  font-weight: 400;
  flex-shrink: 0;
}
.events li .date {
  padding: 0 14px;
  color: #1398d5;
  font-weight: 400;
}
.events li .date-spacer {
  padding: 0 5px;
  color: #1398d5;
  font-weight: 300;
}
.events li a {
  color: #8b8d8e;
}
@media screen and (max-width: 24.9375em) {
  .events li {
    display: flex;
    flex-direction: column;
  }
  .events li .info {
    flex-shrink: 0;
  }
  .events li .meta {
    flex-shrink: 1;
  }
}
@media screen and (max-width: 49.9375em) {
  .events {
    width: 100%;
  }
}

@media screen and (max-width: 49.9375em) {
  .aia-home-events .events-img {
    position: relative;
    height: 300px;
  }
  .aia-home-events .label {
    position: absolute;
    top: 0;
  }
  .aia-home-events .menu:last-of-type {
    padding-right: 10px;
  }
}
.aia-testimonials-jet {
  position: relative;
  z-index: 2;
}
.aia-testimonials-jet img {
  max-width: 487px;
  margin: -59px 0 0 0;
  position: absolute;
  z-index: 2;
  right: 110%;
  transform: scale(0.6);
  top: 20px;
}

.background-testimonials {
  background-color: #005d87;
  padding: 100px 15px;
  position: relative;
}
@media screen and (max-width: 49.9375em) {
  .background-testimonials {
    padding: 0;
  }
}
.background-testimonials .testimonial-meta {
  min-height: 300px;
  cursor: pointer;
}
.background-testimonials .aia-home-testimonials .has-bg-img {
  position: relative;
  z-index: 1;
  margin-left: 0;
}
.background-testimonials .aia-home-testimonials .label {
  width: 200px;
  height: 45px;
  background: #ce1443;
  padding: 0;
  text-align: center;
}
.background-testimonials .aia-home-testimonials .label h3 {
  font-size: 19px;
  line-height: 45px;
  font-weight: 700;
}
.background-testimonials .aia-home-testimonials .info {
  padding: 33px 45px 15px 45px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  width: 100%;
  position: absolute;
}
.background-testimonials .aia-home-testimonials .info * {
  color: white;
  position: relative;
}
.background-testimonials .aia-home-testimonials .info h2 {
  position: relative;
  z-index: 3;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}
.background-testimonials .aia-home-testimonials .info h4 {
  font-weight: 600;
  z-index: 3;
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
  color: #16abc1;
}
.background-testimonials .aia-home-testimonials .info p {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
}
.background-testimonials .aia-home-testimonials .aia-front-join {
  color: white;
  background-color: rgba(19, 152, 213, 0.5);
}
.background-testimonials .aia-home-testimonials .aia-front-join .has-bg-img {
  position: relative;
  z-index: 1;
}
.background-testimonials .aia-home-testimonials .aia-front-join .aia-front-join-left {
  padding-left: 39px;
  padding-top: 35px;
}
.background-testimonials .aia-home-testimonials .aia-front-join .aia-front-join-left h2 {
  font-size: 33px;
  text-transform: uppercase;
  color: white;
  letter-spacing: -1px;
}
.background-testimonials .aia-home-testimonials .aia-front-join .aia-front-join-left .join-text {
  height: calc(100% - 30px);
}
.background-testimonials .aia-home-testimonials .aia-front-join .aia-front-join-left .join-text p {
  color: white;
}
.background-testimonials .aia-home-testimonials .aia-front-join .aia-front-join-left .join-text p:last-of-type {
  margin: 0;
}
@media screen and (min-width: 50em) {
  .background-testimonials .aia-home-testimonials .aia-front-join .aia-front-join-left .join-text {
    border-right: 1px solid #1398d5;
    padding-right: 27px;
  }
}
@media screen and (max-width: 49.9375em) {
  .background-testimonials .aia-home-testimonials .aia-front-join .aia-front-join-left .join-text {
    padding-top: 30px;
  }
}
.background-testimonials .aia-home-testimonials .aia-front-join .aia-front-join-right {
  padding: 30px 30px 35px 25px;
  margin-right: 0;
}
.background-testimonials .aia-home-testimonials .aia-front-join .aia-front-join-right p {
  font-size: 14px;
  font-weight: 700;
  color: white;
}
.background-testimonials .aia-home-testimonials .aia-front-join .aia-front-join-right li {
  padding: 0;
}
.background-testimonials .aia-home-testimonials .aia-front-join .aia-front-join-right input[type=text] {
  font-size: 10px;
  color: #58595b;
}
.background-testimonials .aia-home-testimonials .aia-front-join .aia-front-join-right input[type=submit] {
  color: white;
  background: #1398d5;
  width: 100%;
  font-weight: 600;
  padding: 7px;
  border: 1px solid #58595b;
}
.background-testimonials .aia-home-testimonials .aia-front-join .aia-front-join-right input[type=submit]:hover {
  background-color: #005d87;
}
@media screen and (max-width: 24.9375em) {
  .background-testimonials .aia-home-testimonials .aia-front-join .aia-front-join-left {
    padding: 60px 15px 15px;
  }
  .background-testimonials .aia-home-testimonials .aia-front-join .aia-front-join-right {
    padding: 15px;
  }
  .background-testimonials .aia-home-testimonials .aia-front-join .join-text {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 50em) {
  .background-testimonials .aia-home-testimonials .aia-join-content {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 68.75em) {
  .aia-testimonials-jet img {
    max-width: 475px;
    margin: 0;
  }

  .background-testimonials .aia-home-testimonials .info {
    padding: 27px 35px 5px 35px;
  }
}
@media screen and (max-width: 67.625em) {
  .aia-testimonials-jet img {
    max-width: 435px;
  }
}
@media screen and (max-width: 62.5em) {
  .aia-testimonials-jet img {
    max-width: 418px;
  }
}
@media screen and (max-width: 55.3125em) {
  .aia-testimonials-jet img {
    max-width: 395px;
  }

  .aia-home-testimonials {
    padding: 0;
    width: 100%;
  }
  .aia-home-testimonials .aia-front-join .show-for-small-only .aia-front-join-left {
    position: relative;
    padding-left: 0;
    padding-top: 0;
  }
  .aia-home-testimonials .aia-front-join .show-for-small-only .aia-front-join-left .label {
    position: absolute;
    top: -3px;
    left: 12px;
  }
  .aia-home-testimonials .aia-front-join .aia-front-join-right {
    padding: 30px 89px 35px 89px;
  }
}
@media screen and (max-width: 52.8125em) {
  .aia-testimonials-jet img {
    max-width: 355px;
  }
}
@media screen and (max-width: 63.9375em) {
  .aia-testimonials-jet img {
    display: none;
  }

  .background-testimonials .label {
    position: absolute;
    top: 0;
  }
  .background-testimonials .aia-home-testimonials .info {
    padding: 30px 35px;
  }

  .aia-front-join-left .text-center {
    color: white;
  }
}
.aia-mobile-header {
  background-color: #005d87;
  position: relative;
  z-index: 9999;
}
.aia-mobile-header img {
  width: 100px;
  margin-left: 15px;
  margin-top: 9px;
  margin-bottom: 8px;
}
.aia-mobile-header .icon-area {
  width: 65px;
  height: 65px;
  position: relative;
}
.aia-mobile-header .icon-area .icon-menu {
  color: white;
  font-size: 24px;
  position: absolute;
  bottom: 15px;
  right: 17px;
}

.mobile-dd {
  clear: both;
}
.mobile-dd ul {
  margin: 0;
  list-style-type: none;
  padding-bottom: 15px;
}
.mobile-dd ul ul {
  display: none;
}
.mobile-dd li {
  position: relative;
}
.mobile-dd li.menu-item-has-children:after {
  content: "";
  font-family: "fontello";
  position: absolute;
  top: 9px;
  right: 7px;
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  line-height: 17px;
  color: white;
  border: 1px solid white;
  border-radius: 100%;
  font-size: 15px;
  text-indent: 2px;
}
.mobile-dd a {
  display: block;
  color: white;
  text-align: center;
  padding: 7px 0;
}

.aia-mobile-hero .has-bg-img {
  height: 325px;
}
.aia-mobile-hero .has-bg-img .has-bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 50em) {
  .aia-mobile-hero .has-bg-img {
    height: 24px;
  }
}
.aia-pagination .wp-pagenavi {
  font-size: 12px;
  line-height: 20px;
}
.aia-pagination .wp-pagenavi span, .aia-pagination .wp-pagenavi a {
  border: none;
}
.aia-pagination .wp-pagenavi span.current {
  color: #16abc1;
  font-weight: 600;
  display: inline-block;
}
.aia-pagination .wp-pagenavi a {
  color: #58595b;
}
.aia-pagination .wp-pagenavi .previouspostslink,
.aia-pagination .wp-pagenavi .nextpostslink {
  color: #005d87;
}

.aia-event-date-selector-container {
  padding: 40px 0;
}

.aia-event-grid {
  position: relative;
  width: 100%;
}
.aia-event-grid .full-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 5px;
  background: #ebebeb;
  z-index: 2;
  display: none;
}
.aia-event-grid .full-content .close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  background: #ce1443;
  color: white;
  z-index: 1;
  padding: 10px;
}
.aia-event-grid .full-content .header {
  max-width: none !important;
  background: #005d87;
  margin: 0;
  position: relative;
}
.aia-event-grid .full-content .header .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 75%;
  padding-left: 30px;
}
.aia-event-grid .full-content .header h2, .aia-event-grid .full-content .header p {
  color: white;
}
.aia-event-grid .full-content .content {
  padding: 30px;
}

ul.aia-event-selector {
  width: 100%;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0 0 20px 0;
}
ul.aia-event-selector li {
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
}
ul.aia-event-selector li.prev, ul.aia-event-selector li.next {
  width: 30px;
  font-size: 30px;
}
ul.aia-event-selector li.prev i, ul.aia-event-selector li.next i {
  color: #ce1443;
}
ul.aia-event-selector li.prev i:before, ul.aia-event-selector li.next i:before {
  margin: 0;
}

ul.aia-event-selector-carousel li {
  padding: 0 15px;
}

ul.aia-event-secondary-selector {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  flex-direction: column;
  margin: auto;
  flex-wrap: wrap;
}
ul.aia-event-secondary-selector a {
  color: #8b8d8e;
}
@media screen and (min-width: 50em) {
  ul.aia-event-secondary-selector {
    width: 60%;
    flex-direction: row;
  }
}

.aia-event-tile {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  position: relative;
}
.aia-event-tile .img {
  height: 260px;
  position: relative;
}
.aia-event-tile .img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(5, 33, 61, 0.74);
  transition: 250ms all ease-out;
}
.aia-event-tile .img:hover:before {
  background: rgba(5, 33, 61, 0);
}
.aia-event-tile .meta {
  height: 125px;
  padding: 0 15px;
  background: #005d87;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.aia-event-tile * {
  max-width: 100%;
}
.aia-event-tile p {
  margin: 0;
  color: white;
  font-size: 15px;
  line-height: 1.3;
}
.aia-event-tile a {
  color: #54edff;
  font-size: 15px;
  line-height: 1.3;
}

.aia-event-selector {
  background: #005d87;
  margin-bottom: 60px;
}
.aia-event-selector li {
  color: white;
}
.aia-event-selector .aia-event-navigation {
  text-align: center;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
}
.aia-event-selector .aia-event-navigation .previous, .aia-event-selector .aia-event-navigation .next, .aia-event-selector .aia-event-navigation .expand {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
}
.aia-event-selector .aia-event-navigation .previous i, .aia-event-selector .aia-event-navigation .next i, .aia-event-selector .aia-event-navigation .expand i {
  color: white;
}
.aia-event-selector .aia-event-navigation .previous, .aia-event-selector .aia-event-navigation .next {
  border-left: 1px solid white;
}
.aia-event-selector .aia-event-navigation .expand {
  border-right: 1px solid white;
}
.aia-event-selector .aia-event-navigation .expand i:before {
  transition: 250ms all ease-out;
}
.aia-event-selector .aia-event-navigation .expand.open i:before {
  transform: rotate(180deg);
}
.aia-event-selector .aia-event-navigation .aia-event-date-label {
  background: #1398d5;
  display: inline-block;
  padding: 10px;
  width: 33%;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.aia-event-selector .aia-event-navigation .aia-event-date-label span {
  color: white;
}
.aia-event-selector .aia-event-navigation .aia-event-date-label span.month {
  font-weight: 600;
}
.aia-event-selector .aia-event-navigation .aia-event-date-label span.year {
  font-weight: 400;
}
.aia-event-selector .aia-event-dates {
  padding: 10px 0 0;
  display: none;
}
.aia-event-selector .aia-event-dates .year-container {
  text-align: right;
}
.aia-event-selector .aia-event-dates ul {
  margin: 0;
}
.aia-event-selector .aia-event-dates li {
  list-style-type: none;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
}
.aia-event-selector .aia-event-dates li.active {
  opacity: 1;
  font-weight: 600;
}
.aia-event-selector .aia-event-dates .category-container .types {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 30px;
}
@media screen and (min-width: 50em) {
  .aia-event-selector .aia-event-dates .year-container, .aia-event-selector .aia-event-dates .month-container {
    width: 50%;
    display: inline-block;
    padding-bottom: 30px;
  }
}
.aia-event-selector .aia-event-button-holder {
  text-align: center;
}
.aia-event-selector .aia-event-button-holder a {
  background: #1398d5;
  color: white;
  display: inline-block;
  border: 1px solid white;
  border-bottom: none;
  padding: 10px 20px;
}
.aia-event-selector .aia-event-button-holder a.disabled {
  background: #58595b;
  cursor: default;
}

.aia-event-date-selector,
.aia-event-category-selector {
  list-style: none;
}
.aia-event-date-selector .listing,
.aia-event-category-selector .listing {
  list-style: none;
  text-align: center;
}
.aia-event-date-selector .listing li,
.aia-event-category-selector .listing li {
  padding: 0 15px;
  display: inline-block;
}
@media screen and (max-width: 49.9375em) {
  .aia-event-date-selector .listing li,
.aia-event-category-selector .listing li {
    display: block;
  }
}
.aia-event-date-selector .listing li.active a,
.aia-event-category-selector .listing li.active a {
  font-weight: 600;
  color: #ce1443;
}
.aia-event-date-selector .listing a,
.aia-event-category-selector .listing a {
  font-size: 13px;
  text-transform: uppercase;
  transition: 250ms all ease-out;
}
.aia-event-date-selector .listing a:hover,
.aia-event-category-selector .listing a:hover {
  color: #ce1443;
}

.date-selector-container {
  padding: 30px 10px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.date-selector-container .prev, .date-selector-container .next {
  width: 5%;
  flex-shrink: 0;
  flex-grow: 0;
  margin: 0;
  font-size: 32px;
  color: #005d87;
  transition: 250ms all ease-out;
  cursor: pointer;
}
.date-selector-container .prev:hover, .date-selector-container .next:hover {
  color: #ce1443;
}
.date-selector-container .next {
  text-align: right;
}

.aia-event-date-selector {
  text-align: center;
  flex-grow: 1;
  flex-shrink: 1;
  width: 90%;
  margin: 0;
}
.aia-event-date-selector .year-label {
  font-weight: 600;
  font-size: 16px;
}
.aia-event-date-selector .listing {
  margin-left: 0;
}

.aia-event-category-selector {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 30px;
  margin: 0 auto;
  max-width: 660px;
}
.aia-event-category-selector a {
  color: #8b8d8e;
}
@media screen and (max-width: 49.9375em) {
  .aia-event-category-selector {
    flex-direction: column;
  }
}

.single-event-container .header {
  display: flex;
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
}
.single-event-container .header .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 20px;
  min-height: 150px;
  max-width: 100%;
  width: 100%;
}
.single-event-container .header .title * {
  color: white;
  max-width: 100%;
  display: block;
}
.single-event-container .header .title h2 {
  padding-bottom: 10px;
}
.single-event-container .header .title p {
  margin-bottom: 7px;
}
.single-event-container .header .title p:last-of-type {
  margin: 0;
}
@media screen and (max-width: 49.9375em) {
  .single-event-container .header {
    flex-direction: column;
  }
  .single-event-container .header .img {
    width: 100%;
  }
  .single-event-container .header .img img {
    display: block;
    margin: auto;
  }
}
.single-event-container .header #atstbx {
  display: flex !important;
  justify-content: space-between;
  flex-direction: column;
  padding: 3px;
  background-color: #005d87;
  height: 100%;
}
.single-event-container .header #atstbx a {
  margin: 0 !important;
}

.aia-research-slider .item {
  height: 415px;
}
.aia-research-slider .owl-dots {
  position: absolute;
  top: 14px;
  right: 19px;
}
.aia-research-slider .owl-dot {
  width: 14px;
  height: 14px;
  background: #ebebeb;
  display: inline-block;
  margin: 0 7px 0 0;
  border-radius: 100%;
}
.aia-research-slider .owl-dot.active {
  background: white;
}
.aia-research-slider .owl-dot:last-of-type {
  margin: 0;
}

@media screen and (max-width: 89.9375em) {
  .aia-media-container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 49.9375em) {
  .aia-media-container {
    padding: 0;
  }
}

.aia-research-data .content {
  height: 300px;
}
@media screen and (max-width: 49.9375em) {
  .aia-research-data:first-of-type {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 50em) {
  .aia-research-data:first-of-type {
    padding-right: 5px !important;
  }
  .aia-research-data:last-of-type {
    padding-left: 5px !important;
  }
}

.aia-report-media {
  margin: 30px 0;
}
.aia-report-media .social-media {
  background: #d0e9f5;
}
@media screen and (max-width: 49.9375em) {
  .aia-report-media .pulse {
    padding-bottom: 15px;
  }
}

.aia-research-reports .report {
  position: relative;
  margin-bottom: 30px;
}
.aia-research-reports .report .meta {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  background: rgba(206, 20, 67, 0.5);
  z-index: 2;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-direction: column;
}
.aia-research-reports .report i {
  position: absolute;
  bottom: 8px;
  right: 15px;
  color: white;
  font-size: 22px;
}
.aia-research-reports .report i:before {
  margin: 0;
}
.aia-research-reports .report img {
  position: relative;
  z-index: 1;
}
.aia-research-reports .report h3 {
  padding: 0 0 30px;
  margin: 0;
  letter-spacing: 0;
  font-size: 15px;
}
.aia-research-reports .report a {
  color: white;
  margin: 0;
  font-size: 15px;
  font-weight: 800;
}

.single-personnel .aia-top-menu,
.archive .aia-top-menu {
  background: black;
}

.aia-main-menu-container form {
  margin-left: 30px;
}
.aia-main-menu-container .aia-site-menu {
  padding: 0;
  margin: 0 155px 0 0;
  margin: auto;
  list-style-type: none;
  vertical-align: top;
  padding-bottom: 10px;
  max-width: 75rem;
}
.aia-main-menu-container .aia-site-menu li {
  display: inline-block;
  padding-left: 20px;
}
.aia-main-menu-container .aia-site-menu a {
  padding: 70px 0 10px 0;
  margin-bottom: 20px;
  color: #fff;
  border-bottom: 2px solid transparent;
  font-size: 14px;
}
.aia-main-menu-container .aia-site-menu a:hover {
  color: #fbac38;
  border-color: #fbac38;
}
@media screen and (min-width: 75em) {
  .aia-main-menu-container .aia-site-menu {
    padding-bottom: 0;
  }
}
.aia-interior-menu {
  display: none;
  padding: 0;
  background: #005d87;
  margin-bottom: 30px;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 75em) {
  .aia-interior-menu {
    padding-left: 0;
    padding-right: 0;
  }
}
.aia-interior-menu > .row > ul {
  list-style-type: none;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.aia-interior-menu > .row > ul > li {
  position: relative;
  background: #005d87;
  border-right: 1px solid white;
  display: flex;
  align-items: center;
  transition: 250ms all ease-out;
}
.aia-interior-menu > .row > ul > li.menu-item-has-children:before {
  content: "";
  font-family: "fontello";
  position: absolute;
  right: 11px;
  top: 15px;
  transform: rotate(90deg);
  color: white;
  border: 1px solid white;
  border-radius: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 9px;
  text-indent: 2px;
  font-size: 11px;
}
.aia-interior-menu > .row > ul > li.menu-item-has-children > a {
  padding-right: 30px;
}
.aia-interior-menu > .row > ul > li:last-child {
  border-right: none;
}
.aia-interior-menu > .row > ul > li > a {
  color: white;
  font-size: 14px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 15px;
  display: block;
  text-align: center;
  transition: 250ms all ease-out;
}
.aia-interior-menu > .row > ul > li li:hover {
  background: #005d87;
}
.aia-interior-menu > .row > ul > li a:hover {
  background: #16abc1;
}
.aia-interior-menu > .row > ul > li > ul.sub-menu {
  visibility: hidden;
  background: #005d87;
  position: absolute;
  top: 100%;
  margin: 0;
  z-index: 1;
  list-style: none;
  left: 0;
  width: 150px;
}
.aia-interior-menu > .row > ul > li > ul.sub-menu a {
  padding: 5px;
  display: block;
  color: white;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid white;
}
.aia-interior-menu > .row > ul > li > ul.sub-menu > li:last-of-type a {
  border-bottom: none;
}
.aia-interior-menu > .row > ul > li > ul.sub-menu ul {
  list-style: none;
  margin: 0;
}
.aia-interior-menu > .row > ul > li > ul.sub-menu ul li a {
  padding-left: 10px;
}
.aia-interior-menu > .row > ul .current-menu-item,
.aia-interior-menu > .row > ul .current_page_item,
.aia-interior-menu > .row > ul .active a {
  font-weight: 600;
  background: #16abc1;
}
@media screen and (max-width: 49.9375em) {
  .aia-interior-menu li {
    display: block;
    text-align: center;
    padding: 0;
  }
  .aia-interior-menu li a {
    line-height: 2.5;
    padding: 0;
  }
}

.aia-mobile-interior-menu {
  padding: 25px 20px;
}
.aia-mobile-interior-menu i {
  color: #ce1443;
  cursor: pointer;
}
.aia-mobile-interior-menu i:before {
  transition: all 250ms ease-in-out;
}
.aia-mobile-interior-menu .text {
  padding: 0 7px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.3px;
  color: #005d87;
}
.aia-mobile-interior-menu .dual-triangles {
  display: inline-block;
}
.aia-mobile-interior-menu .dual-triangles i {
  color: #e2e2e2;
  transition: 250ms all ease-out;
  position: relative;
}
.aia-mobile-interior-menu .dual-triangles i:first-of-type {
  left: 0;
}
.aia-mobile-interior-menu .dual-triangles i:last-of-type {
  left: -10px;
  z-index: -1;
}
.aia-mobile-interior-menu .mobile-interior-menu-dd {
  display: none;
}
.aia-mobile-interior-menu .mobile-interior-menu-dd ul {
  list-style-type: none;
}
.aia-mobile-interior-menu .mobile-interior-menu-dd ul ul a {
  font-weight: 400;
}
.aia-mobile-interior-menu .top-level.active i.red:before {
  transform: rotate(90deg);
}
.aia-mobile-interior-menu .top-level.active i.grey:first-of-type {
  transform: rotate(180deg);
  left: 7px;
}
.aia-mobile-interior-menu .top-level.active i.grey:last-of-type {
  left: 9px;
}

#search {
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  height: 2em;
  max-width: 75rem;
  margin: auto;
}
#search form {
  float: right;
  width: 200px;
}

.aia-interior-submenu {
  margin: 0;
  padding: 20px 0 10px;
  list-style-type: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.aia-interior-submenu li {
  padding-right: 10px;
  padding-bottom: 10px;
}

.mobile-dd {
  display: none;
}

.aia-mm-dd {
  visibility: hidden;
  background: rgba(10, 10, 10, 0.9);
  z-index: 3;
}
.aia-mm-dd .content {
  max-width: 75rem;
  margin: auto;
  padding: 0 15px;
}
.aia-mm-dd * {
  color: white;
}
.aia-mm-dd .submenu {
  list-style-type: none;
  padding-right: 20px;
  margin-right: 20px;
  margin-left: 0;
  width: 312px;
  display: inline-block;
}
.aia-mm-dd .submenu ul {
  display: none;
}
.aia-mm-dd .submenu a {
  color: #ebebeb;
}
.aia-mm-dd .submenu a:hover, .aia-mm-dd .submenu a.current {
  color: #fbac38;
}
.aia-mm-dd li {
  text-transform: none;
  font-size: 14px;
  line-height: 1.9;
  padding: 16px 0;
  border-bottom: 1px solid #8b8d8e;
}
.aia-mm-dd li:last-child {
  border: 0;
}
.aia-mm-dd .description {
  padding-right: 20px;
  flex: 1 1 100%;
}
.aia-mm-dd .description p {
  display: none;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 400;
  color: #ebebeb;
  max-width: 100%;
}
.aia-mm-dd .image {
  display: inline-block;
  height: 300px;
  max-width: 830px;
  vertical-align: top;
  padding: 20px;
}
.aia-mm-dd .image img {
  border: 1px solid #8b8d8e;
  height: 100%;
}

.aia-reports {
  margin-bottom: 30px;
}
.aia-reports:last-of-type {
  margin-bottom: 0;
}

.aia-space-councils .aia-council-container {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 3px;
}
@media screen and (max-width: 49.9375em) {
  .aia-space-councils .aia-council-container {
    margin: 15px -15px 0;
  }
}
.aia-space-councils .aia-council {
  padding: 5px;
}
.aia-space-councils .aia-council .meta a {
  bottom: 5px;
  right: 0;
}
@media screen and (max-width: 49.9375em) {
  .aia-space-councils .aia-council {
    padding: 0;
  }
}

@media screen and (max-width: 63.9375em) {
  .aia-council > .column, .aia-council > .columns {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.sidebar .issue h4 {
  margin: 0 !important;
  letter-spacing: 0;
  text-transform: none;
}

.home .aia-interior-banner {
  position: absolute;
  left: 0;
  right: 0;
}
.home #carousel {
  height: 100vh;
}
@media only screen and (max-width: 800px) {
  .home #carousel img.rsImg {
    position: relative;
    left: 135px;
  }
}
.home footer, .home footer .footer-bottom {
  background: #577191;
}

.single-event .header .img {
  width: 30%;
  background-size: cover;
}
.single-event .title {
  background: #577191;
}

.single-personnel .title {
  display: none;
}

.page-id-1575 .sector-content-container, .page-id-2539 .sector-content-container {
  max-width: 75rem;
  margin: 20px auto;
}

.page-id-133 .sector-content-container, .page-id-122 .sector-content-container, .page-id-143 .sector-content-container, .single-career .sector-content-container {
  max-width: 75rem;
  margin: auto;
  padding-top: 30px;
}

.page-id-17 #gform_fields_7 > li {
  padding: 0 80px;
}
.page-id-17 #gform_fields_7 > li#field_7_2, .page-id-17 #gform_fields_7 > li#field_7_3 {
  padding: 0;
}
.page-id-17 .gform {
  position: relative;
}
.page-id-17 .gform .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 38px;
  border: 1px solid #000;
  border-radius: 20px;
  height: 40px;
  width: 40px;
}
.page-id-17 .gform h3 {
  color: #577191;
  font-size: 24px;
}
.page-id-17 .gform h4 {
  color: #577191;
  font-size: 16px;
  padding: 2px 0;
  font-weight: normal;
}
.page-id-17 .content p {
  color: #fff;
}
.page-id-17 .council .body-content-text {
  margin: 0 40px;
}
.page-id-17 .our-members {
  padding: 40px 0;
  color: #fff;
}
.page-id-17 .our-members h3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
}
.page-id-17 .our-members span {
  font-weight: normal;
  padding-left: 80px;
}
.page-id-17 .join-now .column .column > div, .page-id-17 .join-now .columns .column > div, .page-id-17 .join-now .column .columns > div, .page-id-17 .join-now .columns .columns > div {
  border: 3px solid #000;
  border-bottom-width: 17px;
}
.page-id-17 .join-now .column .column > div:hover, .page-id-17 .join-now .columns .column > div:hover, .page-id-17 .join-now .column .columns > div:hover, .page-id-17 .join-now .columns .columns > div:hover {
  border-color: #fbac38;
}
.page-id-17 .join-now > div > div > div {
  position: relative;
}
.page-id-17 .join-now h3 {
  text-align: center;
  font-size: 1.25em;
  padding: 12px 0;
}
.page-id-17 .join-now .btn {
  padding: 24px 0 48px;
  text-align: center;
}
.page-id-17 .join-now .btn.bottom {
  position: absolute;
  bottom: 13px;
  left: 0;
  right: 0;
}
.page-id-17 .join-now .btn a {
  text-transform: uppercase;
  padding: 12px;
  display: inline-block;
  width: 50%;
  background-color: #fbac38;
  color: #fff;
  font-size: 1.2em;
}
.page-id-17 cite {
  font-size: 1.45em;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  display: inline;
}
.page-id-17 cite:before {
  content: "";
}

.single-personnel .aia-content-container {
  padding-top: 80px;
}
@media screen and (max-width: 49.9375em) {
  .single-personnel .aia-content-container {
    padding-top: 40px;
  }
}

.single figure {
  max-width: 100%;
  width: 100% !important;
}
.single figcaption {
  font-size: 12px;
  font-style: italic;
  padding-top: 10px;
}

.single-career .aia-top-menu,
.single-committee .aia-top-menu,
.single-attachment .aia-top-menu,
.single-post .aia-top-menu {
  background: black;
}

.tax-industry-issue .aia-top-menu,
.post-type-archive-report .aia-top-menu,
.post-type-archive-event .aia-top-menu {
  background: transparent;
}

@media screen and (min-width: 50em) and (max-width: 63.9375em) {
  .postid-43 .aia-bottom-content {
    padding: 25px;
  }
  .postid-43 .aia-bottom-content .aia-report-module > .column, .postid-43 .aia-bottom-content .aia-report-module > .columns {
    width: 100%;
  }
  .postid-43 .aia-bottom-content .aia-report-module img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 68.75em) {
  .postid-43 .aia-tow-committee-switcher .archive_links {
    clear: both;
  }
}

@media screen and (max-width: 49.9375em) {
  #gform_2 #field_2_1 .ginput_container_radio ul {
    display: flex;
    flex-direction: column;
  }
  #gform_2 #field_2_1 .ginput_container_radio ul li {
    flex: 1 1 100%;
    width: auto;
    display: flex;
    align-items: center;
  }
}

.page-id-122 .aia-interior-banner {
  margin-bottom: 30px;
}
.page-id-122 .aia-mobile-interior-menu {
  display: none;
}

@media screen and (max-width: 49.9375em) {
  .page-id-714 .aia-banner-title h2.large,
.page-id-715 .aia-banner-title h2.large {
    font-size: 40px;
  }
}

.pb_builder_output .aia-tile-block {
  display: flex;
  flex-wrap: wrap;
}
.pb_builder_output .aia-tile-block > .column, .pb_builder_output .aia-tile-block > .columns {
  flex: 1 1 33%;
}
@media screen and (max-width: 49.9375em) {
  .pb_builder_output .aia-tile-block > .column, .pb_builder_output .aia-tile-block > .columns {
    flex: 0 0 100%;
    padding: 0 0 15px;
  }
}
.pb_builder_output .main .aia-tile-block > .column, .pb_builder_output .main .aia-tile-block > .columns {
  flex: 0 0 50%;
  width: 50%;
}
@media screen and (max-width: 49.9375em) {
  .pb_builder_output .main .aia-tile-block > .column, .pb_builder_output .main .aia-tile-block > .columns {
    flex: 0 0 100%;
    padding: 0 0 15px;
  }
}
.pb_builder_output .side .aia-tile-block > .column, .pb_builder_output .side .aia-tile-block > .columns {
  flex: 0 0 100%;
  width: 100%;
}
.aia-image_row-layout .image_container {
  display: flex;
  flex-wrap: nowrap;
}
.medium-3 .aia-image_row-layout .image_container .image, .medium-4 .aia-image_row-layout .image_container .image {
  width: 100%;
}
.aia-image_row-layout .image_container .image {
  max-width: 100%;
  flex: 1 1 auto;
  padding-right: 7px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.aia-image_row-layout .image_container .image:last-of-type {
  padding: 0;
}
.aia-image_row-layout .image_container .image img {
  max-width: none;
  display: block;
  width: 100%;
}
@media screen and (max-width: 49.9375em) {
  .aia-image_row-layout .image_container {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .aia-image_row-layout .image_container .image {
    flex: 1 1 100%;
    margin-bottom: 15px;
  }
}

.aia-pb-tiles-with-title .tile-container {
  display: block;
}
.aia-pb-tiles-with-title .tile-container .tile-box {
  float: left;
  width: 33.3333333333%;
  padding: 0;
}
.aia-pb-tiles-with-title .tile-container .tile-box .aia-tile {
  margin: 0 7.5px 7px;
}
.medium-6 .aia-pb-tiles-with-title .tile-container .tile-box {
  width: 50%;
}
.medium-3 .aia-pb-tiles-with-title .tile-container .tile-box, .medium-4 .aia-pb-tiles-with-title .tile-container .tile-box {
  width: 100%;
}

.aia-pb-events .event-container {
  display: flex;
  flex-wrap: wrap;
}
.aia-pb-events .event-container.posts-per-row-2 .event-excerpt {
  width: 50%;
  flex: 0 1 50%;
}
.aia-pb-events .event-container.posts-per-row-3 .event-excerpt {
  width: 33%;
  flex: 0 1 33%;
}
.aia-pb-events .event-container.posts-per-row-4 .event-excerpt {
  width: 25%;
  flex: 0 1 25%;
}
.aia-pb-events .event-container.posts-per-row-5 .event-excerpt {
  width: 20%;
  flex: 0 1 20%;
}
.aia-pb-events .event-excerpt {
  width: 50%;
  padding: 0;
}
.aia-pb-events .event-excerpt .aia-event-tile {
  padding: 0 7.5px 7.5px;
}
.aia-pb-events .event-excerpt .img {
  height: 180px;
}
@media screen and (max-width: 49.9375em) {
  .aia-pb-events .event-excerpt {
    width: 100%;
  }
}
.aia-pb-events .aia-event-tile {
  padding: 0;
}

.aia-pb-link-list .body-content-text {
  padding: 33px;
}
.aia-pb-link-list .link-list {
  margin: 0;
}
.aia-pb-link-list .link-list li {
  margin-bottom: 25px;
}
.aia-pb-link-list .link-list li a {
  display: block;
  padding: 25px;
  color: white;
  transition: 250ms all ease-out;
  font-size: 18px;
  font-weight: 600;
}
.aia-pb-link-list .link-list li:before {
  display: none;
}
.aia-pb-link-list .link-list li:last-of-type {
  margin-bottom: 0;
}
.aia-pb-link-list .link-list.red li a {
  background: #ce1443;
}
.aia-pb-link-list .link-list.red li a:hover {
  background: #a00f34;
}
.aia-pb-link-list .link-list.blue li a {
  background: #005d87;
}
.aia-pb-link-list .link-list.blue li a:hover {
  background: #003a54;
}

.medium-12 > .aia-pb-report-block {
  margin: auto;
}
@media screen and (max-width: 49.9375em) {
  .medium-12 > .aia-pb-report-block {
    width: 100%;
  }
}
.aia-pb-report-block.full-width {
  width: 100% !important;
}
.aia-pb-report-block .report-container {
  display: flex;
  flex-wrap: wrap;
}
.aia-pb-report-block .report-container.posts-per-row-2 .report-block {
  flex: 0 0 48%;
}
.aia-pb-report-block .report-container.posts-per-row-3 .report-block {
  flex: 0 0 32%;
}
.aia-pb-report-block .report-container.posts-per-row-4 .report-block {
  flex: 0 0 24%;
}
.aia-pb-report-block .report-container.posts-per-row-5 .report-block {
  flex: 0 0 19%;
}
.aia-pb-report-block .report-container .report-block {
  flex: 0 0 48%;
}
@media screen and (max-width: 49.9375em) {
  .aia-pb-report-block .report-container .report-block {
    flex: 0 0 100%;
  }
  .aia-pb-report-block .report-container .report-block .content {
    height: auto !important;
  }
}
.aia-pb-report-block .report-container .more-info {
  display: flex;
}
.aia-pb-report-block .report-container .more-info a {
  margin: 0;
  padding: 3px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aia-pb-report-block .report-container .more-info .button {
  flex: 0 1 150px;
}
.aia-pb-report-block .report-container .more-info .download {
  flex: 0 0 auto;
}

.aia-pb-file .file-container {
  display: flex;
  flex-wrap: wrap;
}
.aia-pb-file .file-block {
  flex: 0 0 48%;
  padding: 0 1% 15px;
}
@media screen and (max-width: 49.9375em) {
  .aia-pb-file .file-block {
    flex: 0 0 100%;
    padding: 0 0 15px;
  }
}

.aia-pb-image-with-text .content-holder {
  display: flex;
  align-items: center;
}
.aia-pb-image-with-text .text {
  padding: 15px !important;
}

.aia-pb-volunteer-opportunities .accordion .accordion-title {
  font-size: 16px;
  font-weight: bold;
  transition: 250ms all ease-out;
}
.aia-pb-volunteer-opportunities .accordion .accordion-title .opportunity-date {
  font-size: 15px;
  padding-top: 10px;
  display: block;
  font-weight: lighter;
}
.aia-pb-volunteer-opportunities .accordion .accordion-title:focus, .aia-pb-volunteer-opportunities .accordion .accordion-title:hover {
  color: white;
}

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