@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! 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: not-allowed; }

/**
   * 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: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  line-height: 1.875;
  color: #313131;
  background: white;
  -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: 3px; }

select {
  width: 100%;
  border-radius: 3px; }

#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: 3px;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

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

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

.row {
  max-width: 62.5rem;
  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.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .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.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .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; }

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

.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.33333%;
  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.66667%;
  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.28571%;
  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; }

.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

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

.small-centered {
  margin-left: auto;
  margin-right: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

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

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%;
    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.66667%;
    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.28571%;
    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; }
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    margin-left: auto;
    margin-right: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .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.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%;
    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.66667%;
    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.28571%;
    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; }
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    margin-left: auto;
    margin-right: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-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.875;
  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: "proxima-nova", sans-serif;
  font-weight: bold;
  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: #b3b3b3;
    line-height: 0; }

h1 {
  font-size: 1rem; }

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: 40em) {
  h1 {
    font-size: 1rem; }
  h2 {
    font-size: 1.3125rem; }
  h3 {
    font-size: 1.25rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #ad0f26;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #950d21; }
  a img {
    border: 0; }

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

ul,
ol,
dl {
  line-height: 1.875;
  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, ol ul, ul ol, 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 #1c1c1c; }
  blockquote, blockquote p {
    line-height: 1.875;
    color: #111111; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #111111; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #313131;
  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 #1c1c1c;
  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;
  border-radius: 3px; }

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

.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; }

.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: 40em) {
  .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; } }

.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 #111111;
    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: 3px;
  padding: 1.12em 3em;
  margin: 0 0 1rem 0;
  font-size: 1rem;
  background-color: #ad0f26;
  color: #ffffff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #930d20;
    color: #ffffff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.125rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #ad0f26;
    color: #ffffff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #8a0c1e;
      color: #ffffff; }
  .button.secondary {
    background-color: #104173;
    color: #ffffff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #0d345c;
      color: #ffffff; }
  .button.success {
    background-color: #3adb76;
    color: #ffffff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #ffffff; }
  .button.warning {
    background-color: #ffae00;
    color: #ffffff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #ffffff; }
  .button.alert {
    background-color: #ec5840;
    color: #ffffff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #ffffff; }
  .button.hollow {
    border: 1px solid #ad0f26;
    color: #ad0f26; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #570813;
      color: #570813; }
    .button.hollow.primary {
      border: 1px solid #ad0f26;
      color: #ad0f26; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #570813;
        color: #570813; }
    .button.hollow.secondary {
      border: 1px solid #104173;
      color: #104173; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #08213a;
        color: #08213a; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #ad0f26;
      color: #ffffff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #ad0f26;
        color: #ffffff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #104173;
        color: #ffffff; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #ffffff; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #ffffff; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #ffffff; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #ffffff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 3em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

[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 #d7d7d7;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #f8f8f8;
  box-shadow: none;
  border-radius: 3px;
  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 #cacaca;
    background-color: #f8f8f8;
    outline: none;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #1c1c1c; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #1c1c1c; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #1c1c1c; }

input::placeholder,
textarea::placeholder {
  color: #1c1c1c; }

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

[type='submit'],
[type='button'] {
  border-radius: 3px;
  -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; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  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: #1c1c1c; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

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

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

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

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #1c1c1c;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .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 {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

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

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

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

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #d7d7d7;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #f8f8f8;
  border-radius: 3px;
  -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%2817, 17, 17%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @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;
    background-image: none; }

.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: #ffffff;
  margin-left: 0; }

.accordion-item:first-child > :first-child {
  border-radius: 3px 3px 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 3px 3px; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #ad0f26;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0; }
  :last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 3px 3px;
    border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .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: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #ffffff;
  color: #ad0f26; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.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: #104173 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 {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          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: #ad0f26;
  color: #ffffff; }
  .badge.secondary {
    background: #104173;
    color: #ffffff; }
  .badge.success {
    background: #3adb76;
    color: #ffffff; }
  .badge.warning {
    background: #ffae00;
    color: #ffffff; }
  .badge.alert {
    background: #ec5840;
    color: #ffffff; }

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

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 1rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.125rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #ad0f26;
    color: #ffffff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #8a0c1e;
      color: #ffffff; }
  .button-group.secondary .button {
    background-color: #104173;
    color: #ffffff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #0d345c;
      color: #ffffff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #ffffff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #ffffff; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #ffffff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #ffffff; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #ffffff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #ffffff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 3px;
  position: relative;
  color: #313131;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #fbd3d8; }
  .callout.secondary {
    background-color: #cde2f8; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .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: #111111;
  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,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .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; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .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,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #0a0a0a;
    background: white; }

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

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

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

.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: #ffffff;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff; }
  .menu-icon:hover::after {
    background: #1c1c1c;
    box-shadow: 0 7px 0 #1c1c1c, 0 14px 0 #1c1c1c; }

.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: #111111;
    box-shadow: 0 7px 0 #111111, 0 14px 0 #111111; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            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 #ad0f26;
    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 #ad0f26 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: white;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  visibility: hidden;
  width: 970px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

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

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

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

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #313131 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #313131 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #313131;
  border-left-style: solid;
  border-right-width: 0; }

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #313131 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #313131 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #313131;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #313131 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #313131 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #313131;
    border-left-style: solid;
    border-right-width: 0; } }

.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-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 250px;
  z-index: 1;
  background: #fafafa;
  border: 1px solid #e6e6e6; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #313131 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #313131;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .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.66rem 1rem;
  font-size: 1.125rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 3px;
  background: #ad0f26;
  color: #ffffff; }
  .label.secondary {
    background: #104173;
    color: #ffffff; }
  .label.success {
    background: #3adb76;
    color: #ffffff; }
  .label.warning {
    background: #ffae00;
    color: #ffffff; }
  .label.alert {
    background: #ec5840;
    color: #ffffff; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .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 > :last-child {
    margin-bottom: 0; }
  .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;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-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: white;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  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(255, 255, 255, 0.45);
  cursor: pointer;
  transition: background 0.5s ease; }

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

@media screen and (min-width: 40em) {
  .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; } }

.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: #ffffff;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #ffffff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next: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: #e6e6e6;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #ad0f26; }
    .orbit-bullets button.is-active {
      background-color: #ad0f26; }

.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: 3px;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.8125rem;
    border-radius: 3px; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.8125rem;
    background: #104173;
    color: #ffffff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.8125rem;
    color: #1c1c1c;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.8125rem;
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #1c1c1c;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 3px; }
  .progress.primary .progress-meter {
    background-color: #ad0f26; }
  .progress.secondary .progress-meter {
    background-color: #104173; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #ad0f26;
  border-radius: 3px; }

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

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

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

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #ad0f26;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 3px; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #930d20; }
  .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;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          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;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 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; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.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: 0;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 62.5rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 62.5rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 62.5rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 62.5rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.875rem; }

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

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

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-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 {
  height: 1.5rem; }
  .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 {
  height: 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 {
  height: 2.5rem; }
  .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: 3px; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f2f2f2;
    background-color: #ffffff; }
  table caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  table thead {
    background: #f9f9f9;
    color: #313131; }
  table tfoot {
    background: #f2f2f2;
    color: #313131; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  table tbody tr:nth-child(even) {
    background-color: #f2f2f2; }
  table tbody th,
  table 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 thead tr:hover {
  background-color: #f4f4f4; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

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

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #ffffff;
  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: #ad0f26; }
  .tabs.primary > li > a {
    color: #ffffff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #bc1029; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem; }
    .tabs-title > a:hover {
      background: #ffffff; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #ffffff; }

.tabs-content {
  background: #ffffff;
  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 #ffffff;
  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 0 1px rgba(10, 10, 10, 0.2); }

.title-bar {
  background: #0a0a0a;
  color: #ffffff;
  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.25rem; }

.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; }

.has-tip {
  border-bottom: 0;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #ffffff;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 3px; }
  .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%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-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%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-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%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-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: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      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; }

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

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

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

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

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

@media screen and (max-width: 39.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; } }

.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 {
  transition-duration: 500ms;
  transition-timing-function: ease;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

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

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: ease;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

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

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: ease;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

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

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: ease;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

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

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: ease;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

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

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: ease;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

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

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: ease;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

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

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: ease;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

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

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: ease;
  opacity: 0;
  transition-property: opacity; }

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

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: ease;
  opacity: 1;
  transition-property: opacity; }

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

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: ease;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

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

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: ease;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

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

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: ease;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

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

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: ease;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

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

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

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

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

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

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: ease;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

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

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: ease;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

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

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: ease;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

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

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: ease;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

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

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

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

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

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

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: ease;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

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

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: ease;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

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

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

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

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

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

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: ease;
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

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

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: ease;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

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

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: ease;
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

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

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: ease;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          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 {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

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

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

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

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

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

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

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

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

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

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

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

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

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

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

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

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

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

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

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

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

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

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

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

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

[type='text'], [type='email'], textarea, select {
  height: 3.125rem;
  padding-left: 22px; }

[type='text'].input-group-field {
  height: 2.5rem; }

*:focus {
  outline: none !important; }

input::-webkit-input-placeholder {
  color: #3b3b3b; }

input:-moz-placeholder {
  /* Firefox 18- */
  color: #3b3b3b; }

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #3b3b3b; }

input:-ms-input-placeholder {
  color: #3b3b3b; }

textarea::-webkit-input-placeholder {
  color: #3b3b3b; }

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #3b3b3b; }

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #3b3b3b; }

textarea:-ms-input-placeholder {
  color: #3b3b3b; }

.button-arrow {
  background-image: url(../img/arrow-right.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 35px;
  font-size: 18px;
  background-size: 16px;
  color: #104173;
  transition: all 0.1s ease; }
  .button-arrow:hover, .button-arrow:focus {
    color: #104173;
    background-size: 18px;
    background-position: right center; }

.button-arrow-3 {
  padding-right: 1.5rem;
  background-image: url(../img/arrow-right3.png);
  background-repeat: no-repeat;
  background-position: center right;
  color: #104173; }
  .button-arrow-3:hover, .button-arrow-3:focus {
    color: #104173; }

.button-arrow4 {
  font-weight: bold;
  color: #0096ff;
  background-image: url(../img/arrow-right4.png);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 12px; }
  .button-arrow4:hover, .button-arrow4:focus {
    color: #0096ff; }

.button-arrow5 {
  color: #ad0f26;
  background-image: url(../img/arrow-right5.png);
  background-repeat: no-repeat;
  background-position: center left;
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 26px; }
  .button-arrow5:hover, .button-arrow5:focus {
    color: #ad0f26; }

.button-arrow6 {
  color: #ffffff;
  background-image: url(../img/arrow-right6.png);
  background-repeat: no-repeat;
  background-position: center left;
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 26px; }
  .button-arrow6:hover, .button-arrow6:focus {
    color: #ad0f26; }

.quote-p {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 1rem;
  color: #4a4a4a; }
  .quote-p.quote-single {
    margin-bottom: 5rem; }
  .quote-p.quote-p-2 {
    margin-top: 5rem; }
  .quote-p.quote-p-3 {
    margin-top: 4rem; }
  .quote-p .button {
    margin-top: 1rem;
    margin-bottom: 5rem; }

.quote-owner {
  font-weight: bold;
  font-size: 24px; }

.first-section {
  margin-bottom: 4rem; }

.approve-p {
  margin-bottom: 0; }
  .approve-p input {
    margin-bottom: 0; }

.grey-bg {
  background-color: #f8f8f8; }
  .grey-bg input, .grey-bg select {
    background-color: white; }
  .grey-bg.grey-bg-2 {
    padding-bottom: 5rem; }

.grey-bg-3 {
  background-color: #f0f3f5;
  padding-top: 4.375rem;
  margin-bottom: 6rem;
  padding-bottom: 3rem; }

.inner-events-search {
  padding-top: 2.23438rem;
  padding-bottom: 2.23438rem;
  float: left;
  width: 100%; }
  .inner-events-search:not(.button-withicon-3).button {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    padding: 1.12em 1em; }
  .inner-events-search input, .inner-events-search select {
    margin-bottom: 0;
    height: 3.01562rem;
    padding-left: 22px; }
  .inner-events-search.inner-events-search-2 {
    max-width: none; }
  .inner-events-search .button {
    margin-bottom: 0;
    padding: 0.94em 0.8em; }
  .inner-events-search p {
    margin-bottom: 0;
    margin-top: 0.5rem; }
  .inner-events-search .collapse .column, .inner-events-search .collapse .columns {
    padding-right: 0.5rem; }
  .inner-events-search .collapse .link-col a {
    color: #0a0a0a;
    font-size: 0.95rem; }
  .inner-events-search .collapse .link-col.column, .inner-events-search .collapse .link-col.columns {
    padding-top: 7px; }

.event-info p {
  line-height: 1.2; }

.column-arrow-blue .blue-box {
  position: relative;
  display: table;
  width: 100%; }
  .column-arrow-blue .blue-box p {
    color: white;
    font-weight: bold;
    padding-bottom: .5rem;
    padding-top: .5rem;
    display: table-cell;
    vertical-align: middle; }
  .column-arrow-blue .blue-box:after {
    left: 50%;
    bottom: -26px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 13px;
    margin-top: -26px;
    margin-left: -13px; }

.column-arrow-blue .blue-box-1 {
  background-color: #427bb5; }
  .column-arrow-blue .blue-box-1:after {
    border-top-color: #427bb5; }

.column-arrow-blue .blue-box-2 {
  background-color: #295e94; }
  .column-arrow-blue .blue-box-2:after {
    border-top-color: #295e94; }

.column-arrow-blue .blue-box-3 {
  background-color: #104173; }
  .column-arrow-blue .blue-box-3:after {
    border-top-color: #104173; }

.column-arrow-blue .summary-p {
  padding: 1.5rem; }
  .column-arrow-blue .summary-p p {
    margin-bottom: 0; }

.column-arrow-blue .img-p {
  margin-bottom: 2rem; }

.reveal .search-box-container {
  display: table;
  width: 100%;
  height: 100%; }
  .reveal .search-box-container .search-box-div {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center; }
  .reveal .search-box-container p {
    font-size: 18px; }
  .reveal .search-box-container .search-box-input {
    height: 3.01562rem;
    max-width: 700px;
    margin: 0 auto;
    background-color: transparent;
    background-image: url(../img/search-3.png);
    background-repeat: no-repeat;
    background-position: center right;
    border: 0;
    text-align: center;
    color: white;
    font-size: 20px;
    border-radius: 0;
    border-bottom: 3px solid #676767; }

.reveal .close-button, .reveal p, .reveal h2 {
  color: white; }

.reveal .close-button {
  transition: -webkit-transform ease-out .2s;
  transition: transform ease-out .2s;
  transition: transform ease-out .2s, -webkit-transform ease-out .2s;
  transition: transform ease-out .2s,-webkit-transform ease-out .2s;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0); }
  .reveal .close-button:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.reveal h2 {
  font-size: 20px; }

.reveal.our-partners p:not(.lead) {
  font-size: 14px;
  margin-bottom: 0.5rem; }

.reveal.our-partners .row {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.reveal.our-partners h2 {
  font-size: 18px; }

.reveal.our-partners .close-button, .reveal.our-partners p, .reveal.our-partners h2 {
  color: black; }

.blue-title {
  color: #104173;
  margin-bottom: 1.5rem; }
  .blue-title.blue-title-2 {
    font-weight: bold;
    font-size: 25px; }

.secondary-title-2 {
  color: #104173; }

.centered-link {
  display: table;
  position: relative;
  margin-bottom: 2rem;
  width: 100%; }
  .centered-link img {
    width: 100%; }
  .centered-link .centered-link-title {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: white;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center; }
    .centered-link .centered-link-title > span {
      padding: 1rem 2rem;
      background-color: rgba(16, 65, 115, 0.7);
      border: 2px solid white;
      transition: all 0.3s; }
  .centered-link.centered-link-small .centered-link-title {
    font-size: 1rem;
    margin-top: -4px; }
  .centered-link .centered-link-info {
    display: none; }
    .centered-link .centered-link-info > div {
      display: table;
      width: 100%;
      height: 100%; }
    .centered-link .centered-link-info p {
      display: table-cell;
      width: 100%;
      vertical-align: middle;
      color: white; }
  .centered-link:hover .centered-link-info {
    display: table-cell;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 3rem;
    background-color: rgba(16, 65, 115, 0.7); }
  .centered-link:hover .centered-link-title > span {
    padding: 1.1rem 2.2rem;
    background-color: rgba(16, 65, 115, 0.7);
    border: 3px solid #104173;
    transition: all 0.3s; }
  .centered-link div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s; }
  .centered-link:hover div {
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s; }
  .centered-link .centered-link-title.centered-link-title-2 {
    opacity: 0;
    margin-top: -6px;
    transition: all 0.3s; }
  .centered-link:hover .centered-link-title.centered-link-title-2 {
    opacity: 1; }
    .centered-link:hover .centered-link-title.centered-link-title-2 > span {
      padding: 1rem 2rem;
      background-color: rgba(16, 65, 115, 0.7);
      border: 2px solid white;
      transition: all 0.3s; }

.category-frame {
  margin-top: 80px; }

.category-accordion {
  margin-bottom: 2rem; }
  .category-accordion .is-accordion-submenu-parent > a::after {
    border-color: #1c1c1c transparent transparent; }
  .category-accordion > li {
    border-top: 1px solid #e8e8e8; }
  .category-accordion > li:last-child {
    border-bottom: 1px solid #e8e8e8; }
  .category-accordion.menu > li > a {
    padding: 0.9rem 1rem; }

.inner-solution {
  margin-bottom: 5rem; }
  .inner-solution .lined-title-2 {
    margin-top: 4.375rem; }
  .inner-solution .p-solution {
    margin-bottom: 2rem; }

.inner-solution-arrow {
  background-image: url(../img/arrow-down.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 70px;
  height: 70px;
  margin-top: -35px; }
  .inner-solution-arrow.arrow-margin {
    margin-bottom: 5rem; }

.quote-text-3 {
  font-size: 1rem; }

.primary-color {
  color: #ad0f26; }

.title-style-1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: .5rem;
  line-height: 1; }
  .title-style-1.secondary-title {
    color: #104173; }

.link-to-pages {
  margin: 0 auto;
  margin-bottom: 5rem;
  max-width: 55rem; }
  .link-to-pages.link-to-pages-2 {
    margin-bottom: 3rem; }
  .link-to-pages.link-to-pages-3 {
    margin-top: 2rem; }
  .link-to-pages.link-to-pages-4 {
    margin-bottom: 1rem; }

.category-box a {
  color: inherit; }

.category-box p {
  font-weight: bold; }

.sidebar-div > div {
  margin-bottom: 2.5rem; }

.sidebar-div .sticky {
  width: 100%;
  max-width: 300px !important; }

.sidebar-div .sticky.is-stuck.is-at-top {
  top: 80px !important;
  width: 100%;
  max-width: 300px !important;
  z-index: 3; }

.inner-container-events {
  padding-bottom: 3rem; }
  .inner-container-events.inner-container-events-sidebar {
    padding-bottom: 0; }
    .inner-container-events.inner-container-events-sidebar .news-small {
      padding-top: 2rem; }
    .inner-container-events.inner-container-events-sidebar .news-small:first-child {
      padding-top: 1rem; }
    .inner-container-events.inner-container-events-sidebar .news-small .media-object-section {
      padding-bottom: 0; }
    .inner-container-events.inner-container-events-sidebar .row:last-child .media-object {
      border-bottom: 0; }

.grey-bg-5 {
  background-color: #f5f5f5;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  .grey-bg-5 h1 {
    font-size: 25px;
    margin-bottom: 1.5rem; }
  .grey-bg-5.grey-bg-single h1 {
    margin-bottom: 0; }
  .grey-bg-5 .menu li p {
    font-size: 20px;
    margin-bottom: 0; }
  .grey-bg-5 .menu li {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    .grey-bg-5 .menu li img {
      padding-right: 0.3rem;
      margin-top: -3px; }
  .grey-bg-5 .grey-bg-5 h1 {
    margin-bottom: 0; }
  .grey-bg-5.grey-bg-pd {
    padding-top: 0; }

.grey-bg-6 {
  background-color: #f5f5f5;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  .grey-bg-6 .blue-text {
    margin-bottom: 0; }

.grey-bg-7 {
  background-color: #f8f8f8;
  border-top: 1px solid #e8e8e8;
  padding-top: 4rem;
  margin-bottom: 4rem; }

.header-image {
  margin-top: 1rem;
  margin-bottom: 2rem; }

.row-last-section {
  margin-bottom: 2rem; }
  .row-last-section .tagline {
    margin-top: 1.5rem; }
    .row-last-section .tagline.tagline-5 {
      margin-top: 0;
      margin-bottom: 0.5rem; }
  .row-last-section.row-last-section-2 {
    margin-top: 2rem; }

.banner-3 {
  border-bottom: 0; }
  .banner-3 h3 {
    color: #104173;
    font-size: 55px;
    font-weight: bold;
    line-height: 2; }
    .banner-3 h3 span {
      border-top: 1px solid #104173;
      border-bottom: 1px solid #104173;
      padding-top: 25px;
      padding-bottom: 25px; }
  .banner-3 .p-text {
    line-height: 30px;
    font-size: 20px;
    max-width: 550px;
    margin: 0 auto;
    font-weight: normal;
    margin-top: 20px;
    color: #104173; }
  .banner-3 .button.hollow {
    margin-top: 2rem; }
  .banner-3.banner-4 {
    margin-bottom: 3.5rem; }

.button-group-2 a {
  margin-right: 1rem;
  margin-left: 1rem;
  margin-top: 1rem; }

.button-group-2 .style-width {
  min-width: 225px; }

.button-group-2.button-group-3 {
  margin-bottom: 5rem; }

.button-group-2.button-group-4 {
  margin-bottom: 2rem; }

.reveal.reveal-white.reveal-signup {
  background-color: white;
  padding: 0;
  padding-top: 2rem;
  max-width: 650px;
  width: 100%; }
  .reveal.reveal-white.reveal-signup *:not(.button) {
    color: #0a0a0a; }
  .reveal.reveal-white.reveal-signup .callout {
    margin-bottom: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .reveal.reveal-white.reveal-signup p {
    margin-bottom: 1.5rem; }
  .reveal.reveal-white.reveal-signup .row img {
    margin-top: 1rem; }
  .reveal.reveal-white.reveal-signup > .row, .reveal.reveal-white.reveal-signup .callout {
    padding-left: 1rem;
    padding-right: 1rem; }
  .reveal.reveal-white.reveal-signup h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 1rem; }
  .reveal.reveal-white.reveal-signup input {
    margin-bottom: 0; }
  .reveal.reveal-white.reveal-signup .button {
    padding: 1em 0.4em; }

.button.hollow:not(.button-withicon-3):hover {
  background-color: #ad0f26;
  color: white;
  border: 1px solid #ad0f26; }

.button.hollow.secondary:hover {
  background-color: #104173;
  color: white;
  border: 1px solid #104173; }

.label.date-cal-icon-2 {
  border-radius: 0;
  padding: 0.5rem 0.7rem;
  margin-top: 5px;
  cursor: inherit; }
  .label.date-cal-icon-2 span {
    display: block; }
  .label.date-cal-icon-2 .month-span {
    font-size: 12px; }
  .label.date-cal-icon-2 .day-span {
    font-size: 20px;
    margin-bottom: 0.1rem;
    font-weight: bold; }

.form-row input[type='text'] {
  font-size: 18px;
  height: 60px;
  padding-left: 1rem; }

.form-row textarea {
  padding-left: 1rem;
  font-size: 18px;
  padding-top: .7rem;
  height: 162px; }

.form-row select {
  height: 60px;
  font-size: 18px;
  padding-left: 1rem;
  max-width: 200px; }
  .form-row select:first-child {
    color: #888888; }

.form-row .select-state {
  max-width: none; }

.form-row p {
  font-size: 18px; }

.form-row .donation-info {
  margin-bottom: 1rem; }

.form-row hr {
  border-bottom-color: #e6e6e6;
  padding-top: 1.875rem;
  margin-bottom: 3.4375rem; }

.sidebar-box {
  margin-bottom: 1.875rem; }
  .sidebar-box a {
    color: inherit; }

.sticky, .sticky.is-stuck {
  z-index: 300; }

.off-canvas .vva-logo img {
  margin-bottom: 4px;
  margin-top: 1rem; }

.off-canvas .vva-logo p {
  line-height: 1.2; }

.off-canvas .menu {
  padding-bottom: 1rem;
  background-color: #f9f9f9; }

.off-canvas .menu > li > a:not(.button) {
  color: inherit; }

.menu .mobile-button {
  border-radius: 0;
  margin-bottom: 0.5rem; }

.dropdownmenu.dropdown-pane {
  left: 15px !important;
  background-color: #fafafa;
  border-top: 2px solid #ad0f26; }
  .dropdownmenu.dropdown-pane h2 {
    font-size: 14px;
    margin-bottom: .3rem;
    font-weight: bold;
    padding-left: 1rem;
    padding-top: 1rem; }
  .dropdownmenu.dropdown-pane .row .column, .dropdownmenu.dropdown-pane .row .columns {
    margin-bottom: 2rem;
    border-right: 1px solid #e6e6e6; }
  .dropdownmenu.dropdown-pane .menu.vertical {
    padding-bottom: 0.5rem; }
  .dropdownmenu.dropdown-pane .menu > li > a {
    color: inherit;
    font-size: 14px; }
    .dropdownmenu.dropdown-pane .menu > li > a:hover {
      color: #ad0f26; }

.dropdown-pane.dropdown-pane-2 {
  width: 350px; }

.dropdown-pane.whowearemenu {
  width: 646.66px; }

.menu.menu-contain-ul .submenu.menu {
  border-top: 2px solid #ad0f26; }

.menu.menu-contain-ul > li:not(.search-icon) > a {
  border-top: 2px solid transparent; }
  .menu.menu-contain-ul > li:not(.search-icon) > a:hover {
    border-top: 2px solid #ad0f26;
    background-color: white;
    color: #ad0f26;
    box-shadow: inset 0px 0px 3px -1px #c2c2c2;
    background-color: #f8f8f8; }

.menu.menu-contain-ul > li.is-active > a, .menu.menu-contain-ul > li > a.hover {
  border-top: 2px solid #ad0f26;
  background-color: white;
  color: #ad0f26;
  box-shadow: inset 0px 0px 3px -1px #c2c2c2;
  background-color: #f8f8f8; }

.menu-contain-ul.menu > li > a {
  font-size: 15px;
  text-transform: uppercase;
  padding: 0.7rem; }

.menu-contain-ul > li:not(.search-icon) > a {
  color: inherit;
  padding-top: 1.78125rem;
  padding-bottom: 1.84375rem; }

.menu_holder .menu > li > a, .submenu.menu > li > a {
  color: inherit;
  font-weight: normal;
  font-size: 14px; }
  .menu_holder .menu > li > a:hover, .submenu.menu > li > a:hover {
    background-color: white;
    color: #ad0f26;
    box-shadow: inset 0px 0px 3px -1px #c2c2c2; }

.menu_holder {
  width: 100%;
  display: table; }
  .menu_holder > div {
    display: table-cell;
    border-right: 1px solid #e6e6e6; }
  .menu_holder a {
    padding: 1rem; }
  .menu_holder > div:last-child {
    border-right: 1px solid transparent; }

.header-sticky {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #d7d7d7;
  max-height: 75.6px; }
  .header-sticky.is-anchored {
    min-height: 75.6px; }
  .header-sticky.is-stuck .header {
    transition: all .5s; }
  .header-sticky.is-stuck .logo .logo-img {
    width: 60px;
    transition: all 0.3s; }

.button-renew span {
  background-image: url(../img/line.png);
  background-repeat: no-repeat;
  background-position: center center; }

.header > .row {
  position: relative; }

.menu li.search-icon a {
  padding: 0 0 0 19px;
  width: 40px; }

.logo {
  margin-right: 1rem;
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem; }
  .logo div:first-child {
    float: left; }
  .logo .logo-img {
    width: 100px; }

.logo-img-mobile {
  width: 50px; }

.search-group {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 1rem;
  margin-bottom: 1.5rem; }
  .search-group .button {
    background-image: url(../img/search-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px; }
  .search-group input.input-group-field {
    border: 1px solid #a7a7a7; }

.menu-icon {
  width: 26px;
  height: 22px; }
  .menu-icon span {
    margin-left: 41px;
    font-size: 24px;
    font-weight: bold;
    line-height: .8;
    position: relative; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #313131;
    top: 0;
    left: 0;
    box-shadow: 0 9px 0 #313131; }
  .menu-icon::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    box-shadow: 0 18px 0 #313131;
    background: transparent; }
  .menu-icon:hover::after {
    box-shadow: 0 9px 0 #313131; }

.is-stuck .header-mobile {
  background-color: #FFF;
  border-bottom: 1px solid #d7d7d7; }

.header-mobile {
  padding-bottom: 10px;
  padding-top: 10px; }

.header-buttons {
  padding-top: 1.21875rem;
  padding-bottom: 1.21875rem; }
  .header-buttons .button-renew {
    margin-left: .5rem; }

.like-fb-div > div {
  top: -4px;
  right: 10px; }

.banner {
  background-image: url(../img/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 564px;
  border-bottom: 10px solid #104173; }
  .banner h1 {
    color: white;
    font-weight: bold;
    font-size: 48px;
    line-height: 1;
    max-width: 830px;
    padding-top: 265px;
    text-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
    text-transform: uppercase; }
  .banner hr {
    height: 4px;
    width: 80px;
    background-color: white;
    margin: 25px 0 0 0; }

.banner-inner {
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 10px solid #104173;
  display: table;
  width: 100%;
  background-color: #1c1c1c; }
  .banner-inner > div {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%; }
  .banner-inner.about-banner {
    background-image: url(../img/banner-leadership.jpg); }
    .banner-inner.about-banner h1 {
      padding-top: 11rem;
      padding-bottom: 11rem; }
  .banner-inner.about2-banner {
    background-image: url(../img/banner-about.jpg);
    padding-top: 8.78125rem;
    padding-bottom: 8.78125rem; }
    .banner-inner.about2-banner h1 {
      margin-bottom: 30px; }
    .banner-inner.about2-banner h2 {
      font-size: 24px;
      font-weight: bold;
      color: white; }
  .banner-inner.program-banner {
    background-image: url(../img/banner-program.jpg); }
  .banner-inner.history-banner {
    background-image: url(../img/banner-history.jpg); }
    .banner-inner.history-banner h1 {
      margin-bottom: 2.5rem; }
  .banner-inner.donation-banner {
    background-image: url(../img/banner-donation.jpg); }
    .banner-inner.donation-banner a {
      padding-top: 9rem;
      padding-bottom: 9rem;
      transition: background-color 0.2s linear;
      -moz-transition: background-color 0.2s linear;
      -webkit-transition: background-color 0.2s linear;
      display: block; }
    .banner-inner.donation-banner a:hover {
      background: rgba(16, 65, 115, 0.5);
      transition: background-color 0.2s linear;
      -moz-transition: background-color 0.2s linear;
      -webkit-transition: background-color 0.2s linear; }
    .banner-inner.donation-banner h1 {
      margin-bottom: 1.625rem;
      font-size: 40px; }
    .banner-inner.donation-banner p {
      margin-bottom: 1.625rem;
      font-size: 18px;
      font-weight: normal; }
  .banner-inner.donation2-banner {
    background-image: url(../img/banner-donation-2.jpg);
    margin-bottom: 10px; }
    .banner-inner.donation2-banner a {
      padding-top: 9rem;
      padding-bottom: 9rem;
      transition: background-color 0.2s linear;
      -moz-transition: background-color 0.2s linear;
      -webkit-transition: background-color 0.2s linear;
      display: block; }
    .banner-inner.donation2-banner a:hover {
      background: rgba(16, 65, 115, 0.5);
      transition: background-color 0.2s linear;
      -moz-transition: background-color 0.2s linear;
      -webkit-transition: background-color 0.2s linear; }
    .banner-inner.donation2-banner h1 {
      margin-bottom: 1.625rem;
      font-size: 40px; }
    .banner-inner.donation2-banner p {
      margin-bottom: 1.625rem;
      font-size: 18px;
      font-weight: normal; }
  .banner-inner.donation3-banner {
    background-image: url(../img/banner-donation-3.jpg);
    margin-bottom: 10px; }
    .banner-inner.donation3-banner a {
      padding-top: 9rem;
      padding-bottom: 9rem;
      transition: background-color 0.2s linear;
      -moz-transition: background-color 0.2s linear;
      -webkit-transition: background-color 0.2s linear;
      display: block; }
    .banner-inner.donation3-banner a:hover {
      background: rgba(16, 65, 115, 0.5);
      transition: background-color 0.2s linear;
      -moz-transition: background-color 0.2s linear;
      -webkit-transition: background-color 0.2s linear; }
    .banner-inner.donation3-banner h1 {
      margin-bottom: 1.625rem;
      font-size: 40px; }
    .banner-inner.donation3-banner p {
      margin-bottom: 1.625rem;
      font-size: 18px;
      font-weight: normal; }
  .banner-inner.leadership-banner {
    background-image: url(../img/banner-leadership.jpg); }
  .banner-inner.associates-banner {
    background-image: url(../img/banner-whatwedo2.jpg); }
  .banner-inner.donate-clothing-banner {
    background-image: url(../img/banner-donate-clothing.jpg); }
    .banner-inner.donate-clothing-banner h1 {
      padding-top: 7.5rem;
      padding-bottom: 1.125rem;
      text-transform: uppercase; }
    .banner-inner.donate-clothing-banner .tagline {
      font-size: 25px;
      font-weight: normal; }
  .banner-inner.donate-clothing-single-banner {
    background-image: url(../img/banner-donate-clothing.jpg); }
  .banner-inner.donate-money-banner {
    background-image: url(../img/banner-donate.jpg); }
    .banner-inner.donate-money-banner > div {
      background: rgba(0, 0, 0, 0.2); }
    .banner-inner.donate-money-banner h1 {
      font-size: 40px; }
  .banner-inner.our-members-banner {
    background-image: url(../img/banner-contact.jpg); }
    .banner-inner.our-members-banner .input-container {
      margin-bottom: 0; }
    .banner-inner.our-members-banner h1 {
      padding-bottom: 1.125rem;
      text-transform: uppercase; }
  .banner-inner.claim-assistance-banner {
    background-image: url(../img/banner-claim-assistance.jpg); }
  .banner-inner.annual-reports-banner {
    background-image: url(../img/banner-impact.jpg); }
  .banner-inner.annual-reports-3-banner {
    background-image: url(../img/banner-annual-reports-3.jpg);
    border-bottom: 0; }
    .banner-inner.annual-reports-3-banner h1 {
      padding-top: 12.25rem;
      padding-bottom: 12.25rem; }
    .banner-inner.annual-reports-3-banner h2 {
      color: white; }
  .banner-inner.events-banner {
    background-image: url(../img/banner-events.jpg); }
    .banner-inner.events-banner > div {
      vertical-align: bottom; }
    .banner-inner.events-banner h1 {
      padding-top: 5.21875rem;
      padding-bottom: 5.21875rem; }
    .banner-inner.events-banner h2 {
      font-size: 28px;
      text-transform: uppercase;
      color: white;
      font-weight: bold; }
    .banner-inner.events-banner .date-info, .banner-inner.events-banner .location-info {
      padding-left: 35px;
      font-size: 16px;
      font-weight: bold;
      background-repeat: no-repeat;
      background-position: top 5px left; }
    .banner-inner.events-banner .date-info {
      background-image: url(../img/icon-date.png); }
    .banner-inner.events-banner .location-info {
      background-image: url(../img/icon-location.png);
      max-width: 450px; }
    .banner-inner.events-banner .button.shiny {
      padding-left: inherit;
      padding-right: inherit;
      width: 222px; }
  .banner-inner.vetjobs-banner {
    background-image: url(../img/banner-vetjobs.jpg);
    background-position: 20% 30%; }
  .banner-inner.financial-banner {
    background-image: url(../img/banner-financial-3.jpg); }
  .banner-inner.financial-banner2 {
    background-image: url(../img/banner-financial-2.jpg); }
  .banner-inner.category-banner {
    background-image: url(../img/banner-news.jpg);
    border-bottom: 0; }
    .banner-inner.category-banner.category-chaplains-corner {
      background-image: url(../img/banner-chaplains-corner.jpg); }
    .banner-inner.category-banner.category-press-releases {
      background-image: url(../img/banner-press-releases.jpg); }
    .banner-inner.category-banner.category-inside-vva-chapters {
      background-image: url(../img/banner-inside-vva-chapters.jpg); }
    .banner-inner.category-banner > div {
      vertical-align: bottom; }
    .banner-inner.category-banner h1 {
      padding-top: 9.125rem;
      padding-bottom: 9.125rem; }
  .banner-inner.banner-blank {
    min-height: 300px; }
  .banner-inner.banner-with-sectionbar {
    border-bottom: 0;
    min-height: 300px; }
    .banner-inner.banner-with-sectionbar > div {
      vertical-align: bottom; }
    .banner-inner.banner-with-sectionbar h1 {
      padding-top: 6rem;
      padding-bottom: 6rem; }
  .banner-inner.single-banner {
    background-image: url(../img/banner-category.jpg); }
  .banner-inner.pub-banner {
    border-bottom: 0; }
    .banner-inner.pub-banner.vvaveteran-banner {
      background-image: url(../img/banner-vva-veteran.jpg); }
    .banner-inner.pub-banner.artsofwar-banner {
      background-image: url(../img/banner-artsofwar.jpg); }
      .banner-inner.pub-banner.artsofwar-banner > div {
        background: rgba(0, 0, 0, 0.3); }
    .banner-inner.pub-banner > div {
      vertical-align: bottom; }
    .banner-inner.pub-banner h1 {
      padding-top: 9.125rem;
      padding-bottom: 9.125rem; }
  .banner-inner.whoweare-banner {
    background-image: url(../img/banner-whoweare.jpg);
    background-position: center bottom; }
    .banner-inner.whoweare-banner > div {
      background: rgba(0, 0, 0, 0.2); }
    .banner-inner.whoweare-banner img {
      max-width: 52px;
      float: left;
      margin-right: 1rem;
      margin-top: 12px; }
    .banner-inner.whoweare-banner h2 {
      font-size: 22px;
      margin-top: 1rem;
      font-weight: bold;
      color: white;
      line-height: 1;
      margin-bottom: 1rem;
      display: inline-block;
      text-align: left; }
      .banner-inner.whoweare-banner h2 span {
        font-size: 18px; }
    .banner-inner.whoweare-banner .banner-below-grey {
      background-color: rgba(17, 17, 17, 0.62);
      border-bottom: 4px solid #c3c3c3; }
      .banner-inner.whoweare-banner .banner-below-grey .column > div, .banner-inner.whoweare-banner .banner-below-grey .columns > div {
        display: inline-block; }
      .banner-inner.whoweare-banner .banner-below-grey .column, .banner-inner.whoweare-banner .banner-below-grey .columns {
        margin-bottom: -4px; }
      .banner-inner.whoweare-banner .banner-below-grey .column:nth-child(1), .banner-inner.whoweare-banner .banner-below-grey .columns:nth-child(1) {
        border-bottom: 4px solid #ffe01a; }
      .banner-inner.whoweare-banner .banner-below-grey .column:nth-child(2), .banner-inner.whoweare-banner .banner-below-grey .columns:nth-child(2) {
        border-bottom: 4px solid #1e772d; }
      .banner-inner.whoweare-banner .banner-below-grey .column:nth-child(3), .banner-inner.whoweare-banner .banner-below-grey .columns:nth-child(3) {
        border-bottom: 4px solid #ee262b; }
  .banner-inner.whoweare-2-banner {
    background-image: url(../img/banner-whoweare2.jpg);
    background-position: center center;
    border-bottom: 0;
    min-height: 300px;
    margin-top: 5rem; }
  .banner-inner.whatwedo-banner {
    background-image: url(../img/banner-whatwedo2.jpg); }
  .banner-inner.contact-banner {
    background-image: url(../img/banner-contact.jpg); }
  .banner-inner.news-banner {
    background-image: url(../img/banner-news.jpg); }
  .banner-inner.ourflag-banner {
    background-image: url(../img/banner-ourflag.jpg); }
  .banner-inner.store-banner {
    background-image: url(../img/banner-store.jpg); }
  .banner-inner.government-banner {
    background-image: url(../img/banner-government.jpg);
    background-position: center top; }
  .banner-inner.membership-banner {
    background-image: url(../img/banner-membership.jpg); }
    .banner-inner.membership-banner h1 {
      margin-bottom: 1.5rem;
      margin-top: 3.75rem; }
  .banner-inner .bg-transparent {
    background-color: rgba(0, 0, 0, 0.5); }
    .banner-inner .bg-transparent.event-info {
      padding-top: 1.875rem;
      padding-bottom: 1.875rem; }
    .banner-inner .bg-transparent.number-info {
      padding-top: 3.125rem;
      padding-bottom: 3.125rem;
      margin-top: 1rem;
      margin-bottom: 2rem;
      font-weight: bold;
      border-radius: 3px; }
    .banner-inner .bg-transparent p {
      margin-bottom: 0;
      line-height: 1.2; }
    .banner-inner .bg-transparent.number-info p:first-child {
      font-size: 25px;
      color: #ffe01b; }
    .banner-inner .bg-transparent.number-info p:last-child {
      font-size: 18px; }
  .banner-inner h1 {
    font-size: 44px;
    color: white;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 48px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    text-shadow: 0 3px 7px rgba(0, 0, 0, 0.35); }
  .banner-inner p {
    color: white; }
  .banner-inner:not(.membership-banner) p {
    font-weight: bold;
    color: white;
    margin-bottom: 0;
    line-height: 30px; }
  .banner-inner .button {
    margin-bottom: 0; }
  .banner-inner .shadow-p {
    background-image: url(../img/transparent-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 75%; }
  .banner-inner small {
    color: #e6e6e6; }

.section-bar {
  background-color: #f4f4f4;
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 0;
  font-size: 0px;
  letter-spacing: 0px;
  word-spacing: 0px; }
  .section-bar .row > div > ul:not(.vertical) > li:first-child {
    padding-right: 0.5rem; }
  .section-bar .row > div > ul:not(.vertical) > li:last-child {
    padding-left: 0.5rem; }
  .section-bar .button {
    padding: 12px 18px;
    font-size: 16px;
    line-height: 1.8; }

.menu-accordion-new.menu > li[aria-expanded='true'] > a {
  background: #0d345d;
  color: white;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.menu-accordion-new .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  border-color: white transparent transparent; }

.menu-accordion-new.menu > li > a {
  font-size: 1rem;
  padding: 18px 18px;
  text-transform: uppercase;
  color: #104173;
  background-color: white;
  border: 1px solid #104173;
  transition: background 0.2s, border-color 0.2s;
  border-radius: 3px;
  font-weight: 600; }

.menu-accordion-new .menu.nested {
  margin-left: 0;
  box-shadow: 0 -1px 4px 0 #0b2d4f;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .menu-accordion-new .menu.nested li {
    background-color: #104173; }
  .menu-accordion-new .menu.nested a {
    font-size: 1rem;
    padding: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: white; }
  .menu-accordion-new .menu.nested li:last-child, .menu-accordion-new .menu.nested li:last-child a {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.menu-accordion-new .menu.nested[aria-hidden='false'] a:hover {
  background-color: white;
  color: #104173; }

.menu-accordion-new .submenu.menu > li > a:hover {
  background-color: inherit;
  color: #104173;
  box-shadow: none; }

.menu .active > a {
  color: #ad0f26 !important; }

.box-container {
  margin-top: 62px;
  margin-bottom: 50px; }

.box {
  position: relative;
  margin-bottom: 45px; }
  .box span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(16, 65, 115, 0.85);
    font-size: 24px;
    height: 70px;
    padding-top: 23px;
    line-height: 1; }
  .box a, .box a:hover, .box a:focus {
    color: white; }
  .box img {
    width: 100%; }

.join-vva {
  background-color: #eeeeee;
  padding-top: 3rem; }
  .join-vva h2 {
    font-size: 25px;
    font-weight: normal; }
  .join-vva h3 {
    font-size: 18px;
    font-weight: normal; }
  .join-vva p {
    line-height: 30px; }
  .join-vva a:not(.button) {
    color: inherit;
    text-decoration: underline; }
  .join-vva .button {
    margin-top: 10px;
    padding: 1.12em 1.2rem;
    margin-left: 10px; }
  .join-vva .button:first-child {
    margin-left: 0; }

.blue-section {
  background-color: #104173;
  padding-top: 3rem; }
  .blue-section h3, .blue-section p {
    color: white; }
  .blue-section h3 {
    font-size: 25px;
    font-weight: normal; }
  .blue-section .button {
    margin-top: 10px;
    padding: 1.12em 1.2rem;
    margin-left: 10px; }
  .blue-section .button:first-child {
    margin-left: 0; }
  .blue-section .button.hollow.shiny:hover {
    color: #104173;
    background-color: white;
    border: 1px solid white; }

.tagline {
  font-size: 26px;
  color: #104173;
  margin-bottom: 3rem;
  font-weight: normal; }
  .tagline.tagline-2 {
    margin-top: 5rem;
    margin-bottom: 5rem; }
  .tagline.tagline-4 {
    margin-bottom: 5rem; }
  .tagline.tagline-5 {
    margin-bottom: 1rem; }

span.required {
  color: #ad0f26; }

.icons {
  margin-top: 50px;
  margin-bottom: 7.1875rem; }
  .icons a {
    color: inherit;
    display: block;
    height: 100%; }
  .icons p {
    margin-bottom: 1.65rem; }
  .icons .column, .icons .columns {
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8; }
  .icons .column:nth-child(5), .icons .columns:nth-child(5), .icons .column:nth-child(10), .icons .columns:nth-child(10) {
    border-right: 1px solid transparent; }
  .icons .column:nth-child(6), .icons .columns:nth-child(6), .icons .column:nth-child(7), .icons .columns:nth-child(7), .icons .column:nth-child(8), .icons .columns:nth-child(8), .icons .column:nth-child(9), .icons .columns:nth-child(9), .icons .column:nth-child(10), .icons .columns:nth-child(10) {
    border-bottom: 1px solid #e8e8e8; }
  .icons a:hover .div-icon-program {
    -webkit-animation-name: slide-in-bottom-2;
            animation-name: slide-in-bottom-2;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s; }

@-webkit-keyframes slide-in-bottom-2 {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slide-in-bottom-2 {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
  .icons a:hover p {
    color: #104173; }

.tabs-inner {
  border: 0; }
  .tabs-inner li:hover {
    cursor: pointer; }
  .tabs-inner .is-active {
    border-bottom: 3px solid #ad0f26; }
  .tabs-inner .tabs-title > a {
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    padding-left: 50px;
    color: #1c1c1c;
    background-position: 0 50%;
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
    padding-right: 0; }
  .tabs-inner .tabs-title.is-active > a {
    color: #ad0f26; }

.tabs-content {
  border: 0; }

.tabs-panel {
  padding: 0; }

.tabs-content-2 {
  padding: 80px 0 40px 0; }

.tabs-title-line {
  border-bottom: 1px solid #d7d7d7; }

.post-column {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  margin-bottom: 25px; }
  .post-column > div {
    position: relative;
    height: 100%;
    padding-bottom: 60px; }
  .post-column:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition: all 0.1s;
    -webkit-transition: all 0.1s; }
  .post-column a {
    color: inherit; }
  .post-column a:hover, .post-column a:focus {
    color: inherit; }
  .post-column h3 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 1.25rem;
    margin-bottom: 0.8125rem; }

.post-info {
  position: absolute;
  width: 100%;
  bottom: 0; }
  .post-info p {
    margin-bottom: 0;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7; }
  .post-info a span {
    color: #104173; }

.box-hollow {
  position: relative;
  margin-bottom: 45px; }
  .box-hollow span {
    position: absolute;
    top: 42%;
    left: 0;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    line-height: 1; }
  .box-hollow a, .box-hollow a:hover, .box-hollow a:focus {
    color: white; }
  .box-hollow img {
    width: 100%; }

.inner-grey {
  background-color: #f8f8f8;
  border-top: 1px solid #e8e8e8;
  margin-top: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .inner-grey .tagline {
    margin-bottom: 1rem; }
  .inner-grey .row-icon-list h3 {
    color: #104173; }
  .inner-grey .row-icon-list .column:first-child, .inner-grey .row-icon-list .columns:first-child, .inner-grey .row-icon-list .column:nth-child(2), .inner-grey .row-icon-list .columns:nth-child(2) {
    margin-bottom: 3rem;
    margin-top: 1rem; }

.row-icon-list h3 {
  font-size: 18px; }

.div-icon-list {
  width: 40px;
  display: inline-block;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 2rem; }
  .div-icon-list.div-icon-gov-1 {
    background-image: url(../img/icon-gov-1.png); }
  .div-icon-list.div-icon-gov-2 {
    background-image: url(../img/icon-gov-2.png); }
  .div-icon-list.div-icon-gov-3 {
    background-image: url(../img/icon-gov-3.png); }
  .div-icon-list.div-icon-gov-4 {
    background-image: url(../img/icon-gov-4.png); }

.div-icon-list-2 {
  width: 109px;
  height: 109px;
  background-size: contain;
  background-repeat: no-repeat; }
  .div-icon-list-2.div-icon-flag-1 {
    background-image: url(../img/image-flag-1.png); }
  .div-icon-list-2.div-icon-flag-2 {
    background-image: url(../img/image-flag-2.png); }
  .div-icon-list-2.div-icon-flag-3 {
    background-image: url(../img/image-flag-3.png); }
  .div-icon-list-2.div-icon-flag-4 {
    background-image: url(../img/image-flag-4.png); }

.div-icon-program {
  width: 59px;
  display: inline-block;
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: 1.65rem; }
  .div-icon-program.div-icon-pro-1 {
    background-image: url(../img/icon-1.png); }
  .div-icon-program.div-icon-pro-2 {
    background-image: url(../img/icon-2.png); }
  .div-icon-program.div-icon-pro-3 {
    background-image: url(../img/icon-3.png); }
  .div-icon-program.div-icon-pro-4 {
    background-image: url(../img/icon-4.png); }
  .div-icon-program.div-icon-pro-5 {
    background-image: url(../img/icon-5.png); }
  .div-icon-program.div-icon-pro-6 {
    background-image: url(../img/icon-6.png); }
  .div-icon-program.div-icon-pro-7 {
    background-image: url(../img/icon-7.png); }
  .div-icon-program.div-icon-pro-8 {
    background-image: url(../img/icon-8.png); }
  .div-icon-program.div-icon-pro-9 {
    background-image: url(../img/icon-9.png); }
  .div-icon-program.div-icon-pro-10 {
    background-image: url(../img/icon-10.png); }

.div-icon-event {
  width: 16px;
  display: inline-block;
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  float: left;
  margin-top: 4px;
  margin-right: 6px; }
  .div-icon-event.div-icon-loc {
    background-image: url(../img/icon-location2.png); }
  .div-icon-event.div-icon-time {
    background-image: url(../img/icon-hour.png);
    background-position: top 2px center; }
  .div-icon-event.div-icon-date {
    background-image: url(../img/icon-date2.png); }

.lined-title-2 {
  font-size: 22px;
  color: #104173;
  font-weight: normal;
  border-bottom: 1px solid #104173;
  line-height: .1;
  margin-bottom: 4.375rem;
  margin-top: 5.625rem; }
  .lined-title-2 span {
    background-color: #f8f8f8;
    padding-left: 30px;
    padding-right: 30px; }

.hollow.shiny {
  border: 1px solid white;
  color: white; }
  .hollow.shiny:hover, .hollow.shiny:focus {
    border-color: white;
    color: white; }

.profile-title {
  font-size: 18px;
  padding-left: 40px; }

.profile-title-2 {
  font-size: 24px; }

.profile-box {
  display: block;
  background-color: #f3f3f3;
  margin-bottom: 20px; }
  .profile-box > div:first-child {
    position: relative; }
  .profile-box .mail-link {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 41px;
    height: 30px;
    background-image: url(../img/icon-mail.png);
    background-repeat: no-repeat;
    display: none; }
  .profile-box h3, .profile-box p {
    padding-left: 18px;
    padding-right: 18px;
    color: #1c1c1c;
    margin-bottom: 0; }
  .profile-box h3 {
    font-weight: bold;
    font-size: 20px;
    padding-top: 12px;
    padding-bottom: 4px; }
  .profile-box p {
    font-size: 16px;
    padding-bottom: 4px;
    padding-top: 4px; }
  .profile-box:hover h3, .profile-box:hover p {
    color: white; }
  .profile-box:hover {
    background-color: #ad0f26;
    cursor: pointer; }
  .profile-box:hover .mail-link {
    display: block; }

.row.column.profile-extended, .row.profile-extended.columns, .row.column.pd_default, .row.pd_default.columns {
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important; }

.reveal.reveal-profile {
  background-color: white; }
  .reveal.reveal-profile p, .reveal.reveal-profile .close-button {
    color: #0a0a0a; }

.profile-extended .callout {
  padding: 2.3125rem 3.5625rem;
  display: none; }

.profile-extended .callout.show {
  display: block !important; }

.profile-extended h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5rem; }

.profile-extended .profile-title {
  font-size: 24px; }

.profile-extended .button {
  font-weight: bold;
  padding: 0.875rem 2.9375rem;
  line-height: 1;
  margin-top: 1.40625rem;
  margin-bottom: 1.40625rem; }

.inner-single-container {
  padding-top: 5rem; }
  .inner-single-container.inner-single-container-3 {
    padding-bottom: 5rem; }
  .inner-single-container.inner-single-state .sidebar-div {
    border-left: 1px solid #e6e6e6; }

.inner-single-container-2 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.inner-grey-container {
  padding-top: 5rem;
  background-color: #f9f9f9; }

.banner-box {
  max-width: 720px;
  margin: 0 auto;
  padding-top: 3.125rem; }
  .banner-box .button {
    font-size: 20px;
    font-weight: bold;
    padding: 1.2rem .4rem;
    letter-spacing: 1px;
    border: 2px solid transparent; }
    .banner-box .button.active {
      border: 2px solid white; }

.input-container {
  background-color: white;
  border-radius: 3px;
  padding: 4px;
  float: left;
  width: 100%;
  margin-bottom: 5rem;
  position: relative;
  margin-top: 1.25rem; }
  .input-container .input-container-find {
    display: none; }
  .input-container.show-toggle .input-container-find {
    display: block; }
  .input-container.show-toggle .input-container-schedule {
    display: none; }
  .input-container .input-container-1 {
    width: 80%;
    float: left; }
    .input-container .input-container-1 input {
      height: 42px;
      margin-bottom: 0;
      border: 0;
      box-shadow: none;
      font-size: 14px;
      padding-left: 20px;
      background-color: white; }
  .input-container .input-container-2 {
    width: 20%;
    float: left; }
  .input-container .button {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1;
    margin-bottom: 0; }
  .input-container:before {
    left: 22.5%;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 13px;
    margin-top: -26px;
    transition: all .5s; }
  .input-container.arrow-right:before {
    left: 73.5%;
    transition: all .5s; }

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

.reveal-overlay {
  overflow-y: hidden; }

.donatepopup.reveal {
  background-color: #104173; }
  .donatepopup.reveal .clearsearch-button, .donatepopup.reveal h3, .donatepopup.reveal ul li {
    color: white; }
  .donatepopup.reveal a:not(.clearsearch-button) {
    color: #e6e6e6;
    text-decoration: underline; }
  .donatepopup.reveal iframe {
    width: 100%;
    height: 400px; }

.blue-container {
  background-color: #104173;
  margin-top: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .blue-container input, .blue-container select, .blue-container .button {
    margin-bottom: 0; }
  .blue-container.blue-container-claims.is_stuck {
    z-index: 10000;
    margin-top: 75px;
    padding-top: 1rem;
    padding-bottom: 1rem; }

.button-withicon-2 {
  background-position: left 12px center;
  background-repeat: no-repeat;
  padding-top: 0.9375rem;
  cursor: pointer;
  padding-bottom: 0.9375rem;
  padding-right: 0;
  font-size: 16px;
  display: block;
  padding-left: 1.5rem; }
  .button-withicon-2.active, .button-withicon-2.active:hover {
    background-color: white;
    color: #104173; }

.menu > li > a.button-withicon-3 {
  padding-right: 1.25rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  min-width: 50px; }
  .menu > li > a.button-withicon-3 span {
    color: #104173; }
  .menu > li > a.button-withicon-3.active span {
    color: white; }

.button-withicon-3 {
  color: #104173;
  display: inline-block;
  padding-right: 1.5rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  background-color: white;
  background-position: center center;
  margin-left: 1rem;
  background-repeat: no-repeat;
  font-size: 16px;
  display: block;
  padding-left: 1.5rem; }
  .button-withicon-3.button.hollow {
    border: 1px solid #104173; }
  .button-withicon-3.active, .button-withicon-3.active:hover {
    color: white;
    background-color: #104173;
    border: 1px solid #104173;
    color: #104173;
    box-shadow: inset 0 0 3px #888; }
  .button-withicon-3:hover {
    background-color: #104173;
    border: 1px solid #104173;
    color: white; }

.list-view-button-2 {
  background-image: url(../img/i-list-selected.png);
  background-size: 18px; }
  .list-view-button-2.active, .list-view-button-2.active:hover {
    background-image: url(../img/i-list.png); }

.list-view-button {
  background-image: url(../img/i-list.png);
  background-size: 18px; }
  .list-view-button.active, .list-view-button.active:hover {
    background-image: url(../img/i-list-selected.png); }
  .list-view-button.list-view-button-21 {
    background-image: url(../img/i-list-selected.png); }
    .list-view-button.list-view-button-21.active, .list-view-button.list-view-button-21.active:hover {
      background-image: url(../img/i-list.png); }

.map-view-button {
  background-image: url(../img/i-map2.png); }
  .map-view-button.active, .map-view-button.active:hover {
    background-image: url(../img/i-map2-selected.png); }
  .map-view-button.map-view-button-21 {
    background-image: url(../img/i-map2-selected.png); }
    .map-view-button.map-view-button-21.active, .map-view-button.map-view-button-21.active:hover {
      background-image: url(../img/i-map2.png); }

.cal-view-button {
  background-image: url(../img/icon-calendar.png); }
  .cal-view-button.active, .cal-view-button.active:hover {
    background-image: url(../img/icon-calendar-w.png); }

.map-view {
  display: none; }
  .map-view iframe {
    width: 100%;
    margin-bottom: -10px;
    pointer-events: none; }

.calendar-view {
  display: none; }

.list-view {
  display: none; }
  .list-view.list-view-2 {
    display: block; }
  .list-view .title-style-1 {
    margin-bottom: 1rem; }
  .list-view:not(.list-view-2) > .row > .column > div, .list-view:not(.list-view-2) > .row > .columns > div {
    border-bottom: 1px solid #e6e6e6;
    padding-top: 2rem;
    padding-bottom: 2rem; }

.div-icon-list-3 {
  max-width: 13px;
  height: 13px;
  width: 100%;
  margin-right: 0.3rem;
  margin-top: 7px;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain; }
  .div-icon-list-3.div-icon-location {
    background-image: url(../img/icon-location-3.png); }
  .div-icon-list-3.div-icon-tel {
    background-image: url(../img/icon-tel-3.png); }

.claim-results {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 50px; }
  .claim-results h2 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 60px; }
  .claim-results .column, .claim-results .columns {
    margin-bottom: 30px; }

.form-gradient-bg {
  background-image: url(../img/form-bg-gradient.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 3px;
  box-shadow: 0px 28px 32px 0px rgba(0, 0, 0, 0.29); }
  .form-gradient-bg .tabs-content, .form-gradient-bg .tabs {
    background: none; }
  .form-gradient-bg .tabs {
    border: 0; }
    .form-gradient-bg .tabs .tabs-title {
      width: 50%; }
    .form-gradient-bg .tabs .tabs-title a {
      font-size: 18px;
      font-weight: bold;
      background-color: #0a294a;
      color: #6383a5;
      padding: 1.25rem 0.5rem; }
    .form-gradient-bg .tabs .tabs-title.is-active a {
      color: white;
      background: none; }
    .form-gradient-bg .tabs .tabs-title:first-child a {
      border-radius: 3px 0 0 0; }
    .form-gradient-bg .tabs .tabs-title:last-child a {
      border-radius: 0 3px 0 0; }
  .form-gradient-bg .tabs-panel {
    padding: 2rem; }

.form-membership {
  position: relative; }
  .form-membership > div {
    position: absolute;
    margin-top: 4.6875rem;
    left: 0;
    top: 0;
    width: 100%; }
  .form-membership hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #0e3358;
    box-shadow: 0 1px 0 0 #366493; }
  .form-membership label {
    color: white; }
  .form-membership .checkbox-p {
    margin-bottom: .4rem; }
    .form-membership .checkbox-p label {
      font-size: 16px; }
    .form-membership .checkbox-p input {
      margin-bottom: 0; }
  .form-membership .small-text {
    color: #b8c6d1;
    line-height: 1.2; }
  .form-membership [type='text'], .form-membership textarea, .form-membership select {
    height: 3.125rem;
    padding-left: 1rem;
    margin-bottom: 1.125rem; }
  .form-membership textarea {
    height: 8.75rem; }
  .form-membership .button {
    font-weight: bold;
    margin-top: 1rem; }

.input-div-row div {
  margin-bottom: 1rem;
  float: left;
  text-align: center; }
  .input-div-row div label {
    float: left;
    clear: left;
    margin: 0 auto;
    width: 100%;
    font-size: 18px; }

.input-div-row div:nth-child(1), .input-div-row div:nth-child(2) {
  width: 28%;
  border-right: 1px solid #0e3358;
  box-shadow: 1px 0 0 0 #366493; }

.input-div-row div:nth-child(3) {
  width: 44%; }

.text-large-1 {
  font-size: 25px; }
  .text-large-1.text-large-2 {
    line-height: 1; }

.text-large-3 {
  font-size: 20px; }

.membership-icons-row {
  margin-top: 3rem; }
  .membership-icons-row .title-style-1 {
    margin-top: 12px; }
  .membership-icons-row p {
    margin-bottom: 0; }
  .membership-icons-row .column, .membership-icons-row .columns {
    margin-bottom: 3rem; }

.div-icon-membership {
  max-width: 60px;
  height: 60px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem; }
  .div-icon-membership.div-icon-membership-1 {
    background-image: url(../img/icon-membership-1.png); }
  .div-icon-membership.div-icon-membership-2 {
    background-image: url(../img/icon-membership-2.png); }
  .div-icon-membership.div-icon-membership-3 {
    background-image: url(../img/icon-membership-3.png); }
  .div-icon-membership.div-icon-membership-4 {
    background-image: url(../img/icon-membership-4.png); }
  .div-icon-membership.div-icon-membership-5 {
    background-image: url(../img/icon-membership-5.png); }

.membership-faqs-row {
  margin-top: 3.125rem; }
  .membership-faqs-row h3 {
    color: #104173;
    border-bottom: 1px solid #f3f3f3;
    font-size: 16px;
    padding-bottom: .9rem; }
  .membership-faqs-row .column, .membership-faqs-row .columns {
    margin-bottom: 3.4375rem; }

.footer {
  background-color: #101410; }
  .footer input::-webkit-input-placeholder {
    color: #bcbcbc; }
  .footer input:-moz-placeholder {
    /* Firefox 18- */
    color: #bcbcbc; }
  .footer input::-moz-placeholder {
    /* Firefox 19+ */
    color: #bcbcbc; }
  .footer input:-ms-input-placeholder {
    color: #bcbcbc; }

.footer__top {
  background-image: url(../img/footer-bg.jpg); }
  .footer__top > .row {
    background-image: url(../img/footer-img.png);
    background-position: bottom right;
    background-size: 160px;
    background-repeat: no-repeat;
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .footer__top h3 {
    color: white;
    font-size: 36px;
    line-height: 34px;
    padding-top: 1.34375rem;
    text-shadow: 0 3px 7px rgba(0, 0, 0, 0.35); }

.footer__center {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .footer__center h3 {
    color: white;
    font-size: 20px;
    display: inline-block;
    position: relative;
    margin-bottom: 2.5rem; }
  .footer__center h3:after {
    width: 30px;
    height: 4px;
    border-radius: 3px;
    background-color: #104173;
    content: "";
    margin: .4rem auto;
    display: block;
    position: absolute;
    left: 0; }
  .footer__center .contact-info {
    border-bottom: 1px dashed #222222; }
  .footer__center p {
    color: #bcbcbc; }
  .footer__center img {
    margin-top: 8px;
    margin-right: 10px;
    margin-bottom: 2rem; }
  .footer__center .menu:not(.vertical) > li > a {
    padding: 0.7rem 0;
    margin-right: 0.5rem; }
  .footer__center .menu.vertical > li > a {
    padding: 0.7rem 0;
    color: #bcbcbc;
    border-bottom: 1px dashed #222222;
    line-height: 1.45; }
  .footer__center .info-p {
    color: #bcbcbc;
    border-bottom: 1px dashed #222222;
    padding-bottom: 0.7rem;
    padding-top: 0.7rem;
    line-height: 1.45;
    display: block; }
  .footer__center .info-p.info-p-2 {
    font-weight: bold;
    color: white; }

.footer__input, .footer__input:focus {
  background-color: #101410;
  border: 1px solid #3d3d3d;
  color: white; }

.footer__bottom {
  background-color: #0e0e0e;
  padding-top: 1rem; }
  .footer__bottom p {
    color: #818181;
    font-size: 14px; }

.footer-logo {
  width: 120px;
  height: auto; }

.inner-category-select {
  width: 300px;
  margin: 0 auto; }
  .inner-category-select select {
    margin-bottom: 0; }
  .inner-category-select.inner-category-select-resources {
    width: 600px; }

.tabs-content-program .tabs-panel:not(#panel1) {
  padding: 3.125rem 0; }

.tabs-content-program #panel1 {
  padding: 3.125rem 0 0 0; }
  .tabs-content-program #panel1 .inner-container-grey {
    margin-top: 3rem; }

.tabs-program li {
  width: 25%;
  border-bottom: 3px solid transparent; }

.tabs-program .tab-1.tabs-title > a {
  background-image: url(../img/icon-program-1.png); }

.tabs-program .tabs-title > a:focus, .tabs-program .tabs-title > a[aria-selected='true'] {
  color: #ad0f26; }

.tabs-program .tab-1.tabs-title > a:focus, .tabs-program .tab-1.tabs-title > a[aria-selected='true'] {
  background-image: url(../img/icon-program-1-active.png); }

.tabs-program .tab-2.tabs-title > a {
  background-image: url(../img/icon-program-2.png); }

.tabs-program .tab-2.tabs-title > a:focus, .tabs-program .tab-2.tabs-title > a[aria-selected='true'] {
  background-image: url(../img/icon-program-2-active.png); }

.tabs-program .tab-3.tabs-title > a {
  background-image: url(../img/icon-program-3.png); }

.tabs-program .tab-3.tabs-title > a:focus, .tabs-program .tab-3.tabs-title > a[aria-selected='true'] {
  background-image: url(../img/icon-program-3-active.png); }

.tabs-program .tab-4.tabs-title > a {
  background-image: url(../img/icon-program-4.png); }

.tabs-program .tab-4.tabs-title > a:focus, .tabs-program .tab-4.tabs-title > a[aria-selected='true'] {
  background-image: url(../img/icon-program-4-active.png); }

.resources-row .column > div, .resources-row .columns > div {
  max-width: 550px; }

.resources-row h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8; }

.button-withicon {
  background-image: url(../img/icon-download.png);
  background-position: left top 27px;
  background-repeat: no-repeat;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  line-height: 24px;
  height: 100%;
  display: block;
  padding-left: 2.8125rem;
  color: #104173;
  border-bottom: 1px solid #e8e8e8; }
  .button-withicon:hover {
    color: #104173; }

.button-download {
  background-image: url(../img/icon-download.png); }

.button-links {
  background-image: url(../img/icon-link.png); }

.video-link {
  display: block;
  position: relative; }
  .video-link .video-text {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
    padding-left: 20px;
    color: white; }
  .video-link .video-icon {
    background-image: url(../img/video-play.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-gallery {
  padding-top: 3rem;
  padding-bottom: 4rem; }

.leadership-profile {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-bottom: 5rem; }
  .leadership-profile h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1.25rem;
    padding-left: 40px; }
  .leadership-profile .button {
    font-weight: bold;
    padding: 0.875rem 2.9375rem;
    line-height: 1;
    margin-bottom: 0; }
  .leadership-profile .bio {
    line-height: 30px;
    margin-bottom: 27px;
    padding-left: 40px; }

.tabs-content-leadership {
  padding: 70px 0 50px 0; }

.tabs-leadership li {
  width: 33.33%;
  border-bottom: 3px solid transparent; }

.tabs-leadership .tab-1.tabs-title > a {
  background-image: url(../img/icon-leadership-1.png); }

.tabs-leadership .tabs-title > a:focus, .tabs-leadership .tabs-title > a[aria-selected='true'] {
  color: #ad0f26; }

.tabs-leadership .tab-1.tabs-title > a:focus, .tabs-leadership .tab-1.tabs-title > a[aria-selected='true'] {
  background-image: url(../img/icon-leadership-1-active.png); }

.tabs-leadership .tab-2.tabs-title > a {
  background-image: url(../img/icon-leadership-2.png); }

.tabs-leadership .tab-2.tabs-title > a:focus, .tabs-leadership .tab-2.tabs-title > a[aria-selected='true'] {
  background-image: url(../img/icon-leadership-2-active.png); }

.tabs-leadership .tab-3.tabs-title > a {
  background-image: url(../img/icon-leadership-3.png); }

.tabs-leadership .tab-3.tabs-title > a:focus, .tabs-leadership .tab-3.tabs-title > a[aria-selected='true'] {
  background-image: url(../img/icon-leadership-3-active.png); }

.state-council.callout {
  background-color: #f8f8f8;
  padding: 20px;
  border: none;
  border-radius: 0;
  overflow: auto; }
  .state-council.callout img {
    margin-right: 20px; }
  .state-council.callout h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 18px; }
  .state-council.callout h3 {
    font-size: 16px; }

.tabs-donate-clothing li {
  width: 50%;
  border-bottom: 3px solid transparent; }

.tabs-donate-clothing .tab-1.tabs-title > a {
  background-image: url(../img/icon-donate-clothing-1.png); }

.tabs-donate-clothing .tabs-title > a:focus, .tabs-donate-clothing .tabs-title > a[aria-selected='true'] {
  color: #ad0f26; }

.tabs-donate-clothing .tab-1.tabs-title > a:focus, .tabs-donate-clothing .tab-1.tabs-title > a[aria-selected='true'] {
  background-image: url(../img/icon-donate-clothing-1-active.png); }

.tabs-donate-clothing .tab-2.tabs-title > a {
  background-image: url(../img/icon-donate-clothing-2.png); }

.tabs-donate-clothing .tab-2.tabs-title > a:focus, .tabs-donate-clothing .tab-2.tabs-title > a[aria-selected='true'] {
  background-image: url(../img/icon-donate-clothing-2-active.png); }

.row .row.column.icons-items-row, .row .row.icons-items-row.columns {
  padding-left: 15px;
  padding-right: 15px; }

.icons-items a {
  color: inherit;
  font-weight: bold;
  display: block;
  height: 100%; }

.icons-items img {
  float: left;
  margin-right: 40px; }

.icons-items .column, .icons-items .columns {
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8; }

.icons-items .column:nth-child(3), .icons-items .columns:nth-child(3), .icons-items .column:nth-child(6), .icons-items .columns:nth-child(6) {
  border-right: 1px solid transparent; }

.icons-items .column:nth-child(4), .icons-items .columns:nth-child(4), .icons-items .column:nth-child(5), .icons-items .columns:nth-child(5), .icons-items .column:nth-child(6), .icons-items .columns:nth-child(6) {
  border-bottom: 1px solid #e8e8e8; }

.icon-item {
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: bold;
  color: #1c1c1c;
  padding: 2.625rem 1rem;
  text-align: center; }
  .icon-item p {
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    margin-bottom: 0; }
  .icon-item span {
    margin-top: 16px;
    display: block;
    float: left; }

.zip-code-box {
  width: 720px;
  padding: 50px 90px;
  background-color: #FFF; }
  .zip-code-box .zip-title {
    font-size: 25px;
    color: #ad0f26;
    font-weight: bold;
    text-align: center; }
  .zip-code-box .zip-message {
    line-height: 30px;
    color: inherit; }
  .zip-code-box .zip-buttons {
    margin-top: 45px; }
  .zip-code-box .row.zip-buttons .columns:first-child {
    padding-left: 0; }
  .zip-code-box .row.zip-buttons .columns:last-child {
    padding-right: 0; }
  .zip-code-box .button, .zip-code-box .button.hollow {
    border-width: 2px;
    font-weight: bold;
    font-size: 1rem;
    padding: 1rem; }
  .zip-code-box.reveal .close-button {
    color: black; }

.result-row {
  display: table;
  width: 100%; }

.donate-by-state .button {
  border-radius: 0 0 10px 10px; }

.donate-clothing-results {
  padding: 4.375rem 0; }
  .donate-clothing-results .title-results {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 4.375rem; }

.result-item-location {
  border: 1px solid #e8e8e8;
  padding-top: 25px;
  padding-bottom: 25px;
  display: table-cell;
  vertical-align: middle;
  width: 10%; }
  .result-item-location p {
    color: #ad0f26;
    font-weight: bold;
    font-size: 24px;
    line-height: 1; }

.result-item-info {
  padding-top: 25px;
  padding-bottom: 25px;
  display: table-cell;
  width: 40%;
  border: 1px solid #e8e8e8;
  vertical-align: middle; }
  .result-item-info .result-title {
    font-size: 24px;
    margin-bottom: 0.8rem;
    line-height: 1;
    padding-left: 20px;
    padding-right: 10px; }
  .result-item-info .result-address {
    font-weight: bold;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 10px; }
  .result-item-info a {
    color: #104173;
    padding-left: 20px; }

.donate-by-state-links {
  background-color: #104173;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: none; }
  .donate-by-state-links h3, .donate-by-state-links a {
    color: white; }
  .donate-by-state-links h3 {
    margin-bottom: 1rem; }
  .donate-by-state-links a:hover, .donate-by-state-links a:focus {
    color: #e6e6e6; }

.donate-money-row {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 6.25rem; }

.ul-select-amount {
  width: 100%;
  display: table;
  margin: 0 auto;
  margin-bottom: 60px; }
  .ul-select-amount.ul-select-amount-2 {
    width: 70%; }
  .ul-select-amount li {
    padding-right: 10px;
    padding-left: 10px;
    width: 20%; }
  .ul-select-amount li:first-child {
    padding-left: 0; }
  .ul-select-amount li:last-child {
    padding-right: 0; }
  .ul-select-amount .button {
    font-size: 18px;
    padding: 16px 4px;
    background-color: white;
    border: 1px solid #ccc;
    color: #222; }
    .ul-select-amount .button.active {
      color: white;
      background-color: #ad0f26;
      border: 1px solid #ad0f26; }

.make-recurring-p {
  margin-bottom: 0;
  padding-top: 13px; }
  .make-recurring-p label {
    padding-left: .5rem;
    font-size: 18px;
    color: #1c1c1c; }

.dedicate-donation {
  display: none;
  margin: 25px 0;
  border-top: 1px solid #d7d7d7;
  padding-top: 50px; }
  .dedicate-donation label {
    font-size: 18px;
    font-weight: bold;
    padding-left: 16px; }
  .dedicate-donation .input-second {
    margin-left: 20px; }
  .dedicate-donation .dedicate-name {
    margin-top: 50px;
    margin-bottom: 30px; }
  .dedicate-donation .dedicate-notify {
    margin-bottom: 1rem; }
    .dedicate-donation .dedicate-notify label {
      font-weight: normal; }
  .dedicate-donation .notify-div {
    display: none; }

.donation-amount label {
  font-size: 18px;
  font-weight: bold;
  margin: 7px 0; }

.input-container-donation {
  background-color: #f8f8f8;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  padding: 4px;
  float: left;
  width: 100%;
  position: relative; }
  .input-container-donation .input-container-1 {
    width: 80%;
    float: left; }
    .input-container-donation .input-container-1 input[type='text'] {
      height: 54px;
      margin-bottom: 0;
      border: 0;
      box-shadow: none;
      padding: 12px 4px 12px 30px;
      background-image: url(../img/dollar-sign.png);
      background-repeat: no-repeat;
      background-position: 8px center; }
  .input-container-donation .input-container-2 {
    width: 20%;
    float: left; }
    .input-container-donation .input-container-2 label {
      font-weight: normal;
      font-size: 18px;
      line-height: 1;
      margin-top: 18px;
      padding-right: 1rem; }

.input-container-3 {
  padding: 1.5rem;
  margin-top: 3.75rem;
  margin-bottom: 80px; }
  .input-container-3 label {
    font-size: 18px;
    padding-left: .5rem; }

.donation-info2 label {
  padding-left: .5rem;
  font-size: 18px;
  color: #1c1c1c; }

.donation-info2 a {
  display: inline-block; }

.donation-info2 img {
  vertical-align: text-bottom; }

.tagline-3 {
  margin-top: 80px; }

.donate-input-row {
  margin-bottom: 1.5rem; }
  .donate-input-row .security-input input {
    max-width: 200px;
    float: left; }
  .donate-input-row .security-input img {
    margin-left: 14px;
    margin-top: 16px; }

.expiration-date-p {
  margin-top: 14px; }

.donate-amount-row p {
  margin-bottom: 0; }

.donate-amount-row .amount-p {
  font-weight: 600;
  font-size: 28px;
  line-height: 1; }

.ul-bullet {
  list-style-type: none;
  margin-left: 0; }
  .ul-bullet li:before {
    content: "•";
    color: #104173;
    position: absolute;
    margin-left: -20px; }
  .ul-bullet li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 20px; }

.inner-learnmore {
  background-color: #f8f8f8;
  border-top: 1px solid #e8e8e8;
  padding-bottom: 35px; }
  .inner-learnmore .icons {
    margin-top: 50px;
    margin-bottom: 5rem; }

.inner-white {
  padding-top: 3rem;
  margin-bottom: 4rem; }
  .inner-white .blue-title.blue-title-2 {
    margin-bottom: 4rem; }
  .inner-white .button-style2.button {
    margin-top: 2rem; }

.button-watch-video {
  background-image: url(../img/button-watch-video.png);
  background-repeat: no-repeat;
  width: 229px;
  height: 36px;
  display: block;
  margin: 0 auto; }

.history-frame.history-frame2 {
  background-color: #ebebeb;
  padding-bottom: 3rem; }
  .history-frame.history-frame2.history-frame-about {
    margin-bottom: 4rem;
    margin-top: 3rem; }
  .history-frame.history-frame2 .history-left {
    background-color: #ebebeb; }

.history-frame .row:not(:last-child) {
  background-image: url(../img/history-line.png);
  background-repeat: repeat-y;
  background-position: 8.33333% 0; }

.history-frame .row.row-bg-dot:last-child {
  background-image: url(../img/history-dot.png); }

.history-frame .row:first-child {
  padding-top: 119px; }

.history-frame .row:last-child .history-desc {
  padding-bottom: 2.5rem; }

.history-left {
  background-color: white; }

.history-year {
  font-size: 30px;
  color: #104173;
  font-weight: normal;
  margin-top: 2rem; }

.history-today {
  font-weight: bold;
  color: #ad0f26;
  font-size: 36px;
  margin-top: 2rem;
  line-height: 1.2; }

.history-subtitle {
  font-size: 18px;
  color: #104173;
  margin-bottom: 2rem; }

.history-desc {
  padding-bottom: 6.25rem;
  margin-top: 2rem; }
  .history-desc p {
    line-height: 30px;
    padding-bottom: 0.625rem; }

.associate-box.callout {
  border: 1px solid #d7d7d7;
  border-radius: 0;
  padding: 0;
  margin-bottom: 80px; }

.associate-box-row {
  display: table; }

.associate-box-left {
  background-color: #f8f8f8;
  display: table-cell;
  width: 33.3333%;
  vertical-align: middle;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  .associate-box-left img {
    margin-top: 20%;
    margin-bottom: 20%; }

.associate-box-right {
  position: relative;
  background: #ffffff;
  border-left: 1px solid #d7d7d7;
  display: table-cell;
  vertical-align: middle;
  width: 66.6666%;
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem; }
  .associate-box-right a {
    color: #104173;
    text-decoration: underline;
    font-weight: bold; }
  .associate-box-right p {
    margin-bottom: 2rem; }
  .associate-box-right > div {
    overflow: auto;
    padding-right: 50px;
    padding-left: 50px; }
    .associate-box-right > div p:last-child {
      margin-bottom: 0; }

.associate-box-right:after, .associate-box-right:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.associate-box-right:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 15px;
  margin-top: -15px; }

.associate-box-right:before {
  border-color: rgba(215, 215, 215, 0);
  border-right-color: #d7d7d7;
  border-width: 16px;
  margin-top: -16px; }

.input-container-4 {
  padding: 1.5rem;
  margin-bottom: 1.5rem; }
  .input-container-4 label {
    font-size: 18px;
    padding-left: .5rem; }
  .input-container-4 .receipt-donation {
    margin: 17px 0;
    padding-top: 27px; }
    .input-container-4 .receipt-donation textarea {
      margin-bottom: 0; }

.badge-form {
  min-width: 2.45em;
  font-size: 0.8rem;
  margin-top: 0.8rem; }

.contact-info-div p {
  margin-bottom: 0;
  padding-left: 2rem; }

.contact-info-div h3 {
  margin-top: 3rem;
  padding-left: 2rem; }

.contact-info-div .button {
  margin-top: 3rem; }

.donate-extra-clothing, .receipt-donation {
  display: none; }

.contact-zip-row {
  display: none; }

.contact-input-row {
  margin-bottom: 0.5rem; }

.annual-quote {
  padding-bottom: 5rem;
  padding-top: 3.125rem; }
  .annual-quote h3 {
    font-size: 16px; }
  .annual-quote .button {
    font-weight: bold;
    margin-top: 1.4rem;
    margin-bottom: 0; }

.quote-stats {
  padding-top: 100px;
  padding-bottom: 20px; }
  .quote-stats.quote-stats-claims {
    padding-top: 1rem;
    padding-bottom: 2rem; }
  .quote-stats p {
    color: #104173; }
  .quote-stats .number-stats {
    font-size: 40px;
    border-top: 1px solid #104173;
    border-bottom: 1px solid #104173;
    font-weight: bold; }
  .quote-stats .stats-inner-row {
    margin-left: 3rem;
    margin-right: 3rem; }

.grey-bg-news {
  background-color: #f3f3f3;
  padding-top: 2rem; }

.parallel {
  background-image: url(../img/shape-parallel.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 55px;
  width: 100%;
  max-width: 70px;
  margin: 10px auto 0 auto; }
  .parallel > div {
    display: inline-block;
    float: right; }
  .parallel p {
    font-weight: bold;
    color: white;
    font-size: 20px;
    line-height: 24px;
    margin-top: 45px;
    margin-right: 25px; }

.button-2 {
  margin-bottom: 5rem; }

.dark-bg {
  background-color: #282828;
  width: 100%;
  z-index: 299;
  transition: all 0.3s;
  position: fixed;
  bottom: 0; }
  .dark-bg .close-button {
    color: white; }
  .dark-bg .view-all-button-col {
    padding-top: 1.2rem; }
    .dark-bg .view-all-button-col a {
      color: white;
      transition: all 0.3s; }
    .dark-bg .view-all-button-col a:hover, .dark-bg .view-all-button-col a:focus {
      color: #e6e6e6;
      transition: all 0.3s; }

.button-style1.button {
  font-weight: bold;
  font-size: 20px;
  min-width: 300px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 15px; }

.dark-bg.sticky.is-anchored {
  top: 0 !important; }

.dark-bg.sticky.is-stuck {
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.3s; }

.job-result-row {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #f3f3f3; }
  .job-result-row .logo-box {
    width: 100%;
    height: 150px;
    background-color: #f3f3f3;
    display: table; }
    .job-result-row .logo-box > div {
      display: table-cell;
      vertical-align: middle; }
  .job-result-row .job-result-title {
    font-size: 18px;
    font-weight: bold;
    padding-left: 1rem; }
  .job-result-row .job-location {
    color: #878787;
    font-size: 16px;
    padding-left: 1rem; }
  .job-result-row .job-time {
    margin-bottom: 0; }

.row-link-style {
  color: inherit;
  display: block;
  transition: all 0.3s; }
  .row-link-style:hover, .row-link-style:focus {
    color: inherit;
    transition: all 0.3s;
    background-color: #f3f3f3; }

.financial-usaa-row {
  margin-bottom: 4rem; }
  .financial-usaa-row p:first-child {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: .5rem; }

.column-financial-post {
  margin-bottom: 2rem; }
  .column-financial-post .blue-box {
    position: relative; }
    .column-financial-post .blue-box p {
      color: white;
      font-weight: bold;
      padding-bottom: .5rem;
      padding-top: .5rem; }
    .column-financial-post .blue-box:after {
      left: 50%;
      bottom: -26px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-width: 13px;
      margin-top: -26px;
      margin-left: -13px; }
  .column-financial-post .blue-box-1 {
    background-color: #427bb5; }
    .column-financial-post .blue-box-1:after {
      border-top-color: #427bb5; }
  .column-financial-post .blue-box-2 {
    background-color: #295e94; }
    .column-financial-post .blue-box-2:after {
      border-top-color: #295e94; }
  .column-financial-post .blue-box-3 {
    background-color: #104173; }
    .column-financial-post .blue-box-3:after {
      border-top-color: #104173; }
  .column-financial-post .summary-p {
    padding: 1.5rem; }
    .column-financial-post .summary-p p:first-child {
      min-height: 150px; }
  .column-financial-post .img-p {
    margin-top: 2rem;
    margin-bottom: 3rem; }

.featured-articles {
  margin-bottom: 4rem; }
  .featured-articles a, .featured-articles a:hover, .featured-articles a:focus {
    color: inherit; }
  .featured-articles h3 {
    font-size: 20px;
    font-weight: bold; }

.row-whoweare-leadership {
  padding-top: 1rem;
  margin-bottom: 5rem; }
  .row-whoweare-leadership .quote-p {
    margin-bottom: 2rem; }
  .row-whoweare-leadership .button.button-style2 {
    margin-top: 2rem; }

.history-frame.history-frame-about {
  margin-bottom: 6rem; }
  .history-frame.history-frame-about .row:first-child {
    padding-top: 50px;
    padding-bottom: 50px; }
    .history-frame.history-frame-about .row:first-child .blue-title {
      margin-bottom: 0; }
  .history-frame.history-frame-about .row:last-child {
    background-image: url(../img/history-dot.png);
    background-repeat: repeat-y;
    background-position: 8.33333% 0; }
  .history-frame.history-frame-about .history-desc-2.history-desc {
    padding-bottom: 2rem; }
  .history-frame.history-frame-about .row:nth-child(3) .history-desc-2.history-desc {
    padding-bottom: 0; }
    .history-frame.history-frame-about .row:nth-child(3) .history-desc-2.history-desc p {
      margin-bottom: 0; }
  .history-frame.history-frame-about .button-style2.button {
    margin-bottom: 0;
    margin-top: 2rem; }
  .history-frame.history-frame-about .button-history-p {
    margin-bottom: 0;
    margin-top: 1rem; }

.row-ourcommunity {
  padding-top: 4rem; }

.row-whoweare-profiles.row {
  margin-bottom: 2rem; }

.single-title {
  font-size: 26px;
  font-weight: bold; }

.single-frame {
  margin-top: 3.125rem; }
  .single-frame.single-frame-2 .blue-container-box, .single-frame.single-frame-2 .callout {
    margin-top: 2.75rem; }
  .single-frame.single-frame-2 .callout.callout-2 {
    margin-top: 0; }
  .single-frame.single-frame-3 {
    margin-bottom: 5rem; }

.row-single-job {
  margin-bottom: 3rem; }

.single-date {
  margin-bottom: 1.25rem; }
  .single-date a {
    padding-left: 2rem;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    font-size: 14px;
    background-image: url(../img/icon-calendar.png);
    background-position: left center;
    background-repeat: no-repeat; }
  .single-date a, .single-date a:focus, .single-date a:hover {
    color: inherit; }

.text-style-2 {
  font-weight: 700;
  margin-bottom: 0; }

.single-post-div {
  margin-bottom: 3.75rem; }
  .single-post-div .post-thumb-p {
    margin-bottom: 1.2rem; }
    .single-post-div .post-thumb-p img {
      border: 5px solid #e8e8e8;
      border-radius: 3px; }
    .single-post-div .post-thumb-p iframe {
      width: 100%;
      height: 300px; }
  .single-post-div .post-social-share {
    margin-top: 3.125rem; }
    .single-post-div .post-social-share a {
      margin-right: 1rem; }
    .single-post-div .post-social-share a img {
      vertical-align: top;
      width: 41px;
      height: 41px; }
  .single-post-div.single-state-div p:not(.alt-title) {
    margin-bottom: 1rem; }
  .single-post-div.single-state-div .phone {
    font-weight: bold; }
  .single-post-div.single-state-div .alt-title {
    margin-bottom: 0; }
  .single-post-div hr {
    margin-bottom: 2rem;
    margin-top: 1rem; }
  .single-post-div .text-style-3 {
    margin-bottom: 0; }

.button.white-button {
  color: white;
  border: 1px solid white;
  transition: border-color 0.25s ease-out, color 0.25s ease-out; }
  .button.white-button:hover, .button.white-button:focus {
    color: #dbdbdb;
    border-color: #dbdbdb;
    transition: border-color 0.25s ease-out, color 0.25s ease-out; }

.blue-container-box {
  background-color: #104173;
  border-radius: 3px;
  padding: 1.875rem 1.375rem;
  margin-top: 5.875rem; }
  .blue-container-box p {
    color: white;
    font-size: 18px;
    font-weight: bold; }
  .blue-container-box input:not([type='checkbox']) {
    background-color: #FFF;
    height: 3.125rem;
    padding-left: 20px; }
  .blue-container-box button {
    margin-bottom: 0;
    margin-top: 30px; }
  .blue-container-box textarea {
    height: 140px;
    padding-left: 20px; }
  .blue-container-box label {
    color: white; }

.sidebar-inner-container-blue {
  padding-bottom: 3.75rem; }

.callout-details {
  background-color: #f5f5f5;
  border: 0; }
  .callout-details p {
    font-weight: 600;
    margin-bottom: 0; }
  .callout-details ul li span {
    min-width: 100px;
    display: block;
    float: left; }

.row-related-single .media-object-section img:not(.icon) {
  max-width: 80px;
  border: 3px solid #e8e8e8; }

.row-related-single .column:first-child .news-small, .row-related-single .columns:first-child .news-small, .row-related-single .column:nth-child(2) .news-small, .row-related-single .columns:nth-child(2) .news-small {
  padding-top: 0.5rem; }

.row-related-single .news-small h3 {
  font-size: 1rem; }

.row-related-single h2 {
  margin-top: 1rem; }

.row-whoweare-goals2 {
  padding-top: 1rem;
  margin-bottom: 2rem; }
  .row-whoweare-goals2 .column, .row-whoweare-goals2 .columns {
    margin-bottom: 3rem; }
  .row-whoweare-goals2 h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 2; }
  .row-whoweare-goals2 .row:not(:last-child) {
    background-repeat: repeat-y;
    background-position: 8.33333% 0;
    background-image: url(../img/history-line.png); }

.circle-div {
  background-position: center center;
  background-image: url(../img/circle.png);
  background-repeat: no-repeat;
  height: 40px; }

.row-donate-tabs {
  position: relative; }
  .row-donate-tabs .donate-tabs {
    position: absolute; }
    .row-donate-tabs .donate-tabs ul.tabs {
      border: 0; }
    .row-donate-tabs .donate-tabs ul li {
      border: 1px solid #e6e6e6; }
    .row-donate-tabs .donate-tabs ul li a {
      background-image: url(../img/icon-radio.png);
      background-repeat: no-repeat;
      background-position: left 10px center;
      background-size: 18px;
      padding-left: 40px;
      font-size: 0.9rem;
      color: #0a0a0a;
      background-color: #f8f8f8; }
    .row-donate-tabs .donate-tabs ul li.is-active {
      position: relative; }
    .row-donate-tabs .donate-tabs ul li.is-active:after {
      right: -24px;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-left-color: white;
      border-width: 12px;
      margin-top: -12px; }
    .row-donate-tabs .donate-tabs ul li.is-active:before {
      right: -28px;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-left-color: #e6e6e6;
      border-width: 14px;
      margin-top: -14px; }
    .row-donate-tabs .donate-tabs ul li.is-active a {
      background-image: url(../img/icon-radio-checked.png);
      background-color: white;
      color: #ad0f26; }

.donate-tab-content.tabs-content.vertical {
  border: 0;
  margin-bottom: 4rem; }
  .donate-tab-content.tabs-content.vertical .donate-tab-content-left {
    padding-top: 200px; }
    .donate-tab-content.tabs-content.vertical .donate-tab-content-left input::-webkit-input-placeholder {
      color: #ccc; }
    .donate-tab-content.tabs-content.vertical .donate-tab-content-left input:-moz-placeholder {
      /* Firefox 18- */
      color: #ccc; }
    .donate-tab-content.tabs-content.vertical .donate-tab-content-left input::-moz-placeholder {
      /* Firefox 19+ */
      color: #ccc; }
    .donate-tab-content.tabs-content.vertical .donate-tab-content-left input:-ms-input-placeholder {
      color: #ccc; }
    .donate-tab-content.tabs-content.vertical .donate-tab-content-left h3 {
      font-size: 18px;
      margin-bottom: 2rem; }
    .donate-tab-content.tabs-content.vertical .donate-tab-content-left .ul-select-amount {
      margin-bottom: 20px; }
    .donate-tab-content.tabs-content.vertical .donate-tab-content-left .ul-select-amount li:last-child {
      padding-right: 0; }
    .donate-tab-content.tabs-content.vertical .donate-tab-content-left .ul-select-amount li:first-child {
      padding-left: 0; }
    .donate-tab-content.tabs-content.vertical .donate-tab-content-left .ul-select-amount li {
      padding-right: 4px;
      padding-left: 4px; }
    .donate-tab-content.tabs-content.vertical .donate-tab-content-left .ul-select-amount .button {
      font-size: 16px; }
    .donate-tab-content.tabs-content.vertical .donate-tab-content-left .ul-select-amount .button.active {
      color: white;
      background-color: #ad0f26;
      border: 1px solid #ad0f26; }
    .donate-tab-content.tabs-content.vertical .donate-tab-content-left .make-recurring-p {
      margin-bottom: 1rem; }
    .donate-tab-content.tabs-content.vertical .donate-tab-content-left .make-recurring-p label {
      font-size: 18px; }
    .donate-tab-content.tabs-content.vertical .donate-tab-content-left .callout {
      border-radius: 0;
      border: 1px solid #e6e6e6;
      background-color: #f8f8f8;
      padding: 2rem; }
    .donate-tab-content.tabs-content.vertical .donate-tab-content-left .input-container-donation .input-container-1 input[type='text'], .donate-tab-content.tabs-content.vertical .donate-tab-content-left .input-container-donation {
      background-color: #FFF; }
    .donate-tab-content.tabs-content.vertical .donate-tab-content-left .input-container-donation .input-container-1 input[type='text'] {
      background-image: none;
      padding-left: 12px; }
    .donate-tab-content.tabs-content.vertical .donate-tab-content-left .input-container-donation .input-container-2 label {
      color: #1c1c1c;
      margin-top: 17px;
      padding-right: 0; }
    .donate-tab-content.tabs-content.vertical .donate-tab-content-left .input-container .input-container-2 {
      width: 46.3%; }
    .donate-tab-content.tabs-content.vertical .donate-tab-content-left .input-container .input-container-1 {
      width: 53.7%; }
    .donate-tab-content.tabs-content.vertical .donate-tab-content-left .input-container .input-container-1 input {
      height: 50px;
      border: 1px solid #d7d7d7;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .donate-tab-content.tabs-content.vertical .donate-tab-content-left .banner-box .button {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      font-weight: normal;
      padding-top: 16px;
      padding-bottom: 16px; }
    .donate-tab-content.tabs-content.vertical .donate-tab-content-left .banner-box {
      padding-top: 0; }
    .donate-tab-content.tabs-content.vertical .donate-tab-content-left .input-container {
      padding: 0;
      margin-bottom: 1rem; }
    .donate-tab-content.tabs-content.vertical .donate-tab-content-left .input-container:before {
      border-bottom-color: #ad0f26;
      left: 20%;
      display: none; }
    .donate-tab-content.tabs-content.vertical .donate-tab-content-left .input-container.arrow-right:before {
      border-bottom-color: #104173;
      left: 73.2%;
      display: none; }
  .donate-tab-content.tabs-content.vertical .donate-tab-content-right {
    padding-left: 2rem; }
    .donate-tab-content.tabs-content.vertical .donate-tab-content-right h3 {
      font-size: 22px; }
    .donate-tab-content.tabs-content.vertical .donate-tab-content-right .help-text-p {
      margin-bottom: 2rem; }
    .donate-tab-content.tabs-content.vertical .donate-tab-content-right .donate-howitworks h3 {
      color: #104173;
      font-weight: bold; }

.inner-donate-container .row {
  max-width: 62rem; }

.row-publications {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  .row-publications .button {
    font-weight: bold;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-right: 2rem;
    margin-top: 1rem; }
  .row-publications p:last-child {
    margin-bottom: 0; }

.quote-text-2 {
  font-weight: bold; }

.pub-award-row {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .pub-award-row .tagline {
    margin-bottom: 1rem; }
  .pub-award-row img {
    margin-left: 2rem;
    margin-right: 2rem; }

.pub-issue-list .media-object-section img {
  max-width: 180px; }

.div-donate-whatwedo {
  max-width: 50rem;
  width: 100%;
  margin: 4rem auto 4rem auto; }
  .div-donate-whatwedo hr {
    margin-top: 3rem;
    margin-bottom: 2.5rem; }
  .div-donate-whatwedo .donate-button {
    font-size: 24px;
    font-weight: bold; }
  .div-donate-whatwedo .blue-link {
    text-decoration: underline;
    color: #104173; }
    .div-donate-whatwedo .blue-link:focus, .div-donate-whatwedo .blue-link:hover {
      color: #104173; }

.quote-title {
  font-size: 20px;
  text-transform: none;
  font-weight: bold;
  color: #104173;
  margin-bottom: 1.5rem; }

.row-bottom-donate {
  margin-top: 5rem; }

.small-text {
  font-size: 13px; }

.inner-container-grey {
  background-color: #f1f1f1;
  padding-bottom: 3rem; }
  .inner-container-grey.inner-container-grey-2 {
    margin-top: 5rem; }
  .inner-container-grey .news-section-title {
    color: #104173;
    margin-top: 0;
    padding-top: 3rem;
    margin-bottom: 1rem; }
  .inner-container-grey .p-read-more a {
    color: #ad0f26; }
  .inner-container-grey .news-small img:not(.icon) {
    border: 5px solid #e8e8e8; }
  .inner-container-grey .news-small.news-small-2 img {
    border: 0; }
  .inner-container-grey .news-date-info {
    color: #888; }
  .inner-container-grey .news-small h3 {
    color: #2e2e2e; }
  .inner-container-grey .media-object {
    border-bottom: 1px solid #d7d7d7; }

.inner-container-white .news-section-title {
  color: #104173; }

.inner-container-white .news-large h3 {
  color: #2e2e2e; }

.inner-container-white .news-large img {
  border: 5px solid #e8e8e8; }

.inner-container-white .news-small img:not(.icon) {
  border: 5px solid #e8e8e8; }

.inner-container-white .news-small.news-small-2 img {
  border: 0; }

.inner-container-white .news-small h3 {
  color: #2e2e2e; }

.inner-container-white .media-object {
  border-bottom: 1px solid #f3f3f3; }

.inner-container-blue {
  background-color: #104173; }
  .inner-container-blue p {
    color: #ffffff; }
  .inner-container-blue .news-section-title {
    color: #ffffff; }
  .inner-container-blue .news-large h3 {
    color: #ffffff; }
  .inner-container-blue .news-large img {
    border: 5px solid #2a5682; }
  .inner-container-blue .news-small img {
    border: 5px solid #2a5682; }
  .inner-container-blue .news-date-info {
    color: #888; }
  .inner-container-blue .news-small h3 {
    color: #ffffff; }
  .inner-container-blue .news-small a:hover, .inner-container-blue .news-small a:focus {
    color: #e6e6e6; }
  .inner-container-blue .news-large a:hover, .inner-container-blue .news-large a:focus {
    color: #e6e6e6; }
  .inner-container-blue .media-object {
    border-bottom: 1px solid #285481; }
  .inner-container-blue hr {
    border-bottom: 1px solid #285481; }
  .inner-container-blue .post-format-video .video-format-div {
    background-color: gray; }

.news-section-title {
  font-size: 24px;
  font-weight: normal;
  margin-top: 3.75rem;
  margin-bottom: 3.25rem; }
  .news-section-title.news-section-title-2 {
    margin-bottom: 1.25rem; }

.news-date-info {
  color: #888;
  margin-bottom: 0.4rem;
  font-size: 14px; }

.news-large {
  padding-bottom: 2.8125rem; }
  .news-large img {
    margin-top: 8px;
    border-radius: 3px; }
  .news-large h3 {
    font-size: 24px;
    font-weight: bold; }
  .news-large a {
    color: inherit; }
  .news-large a:hover, .news-large a:focus {
    color: #104173; }
  .news-large p a:hover, .news-large p a:focus {
    color: #ad0f26; }

.news-small {
  padding-top: 2.625rem; }
  .news-small img:not(.icon) {
    margin-top: 3px;
    border-radius: 3px; }
  .news-small .icon {
    margin-right: 0.5rem; }
  .news-small h3 {
    font-size: 18px;
    font-weight: bold; }
  .news-small .media-object {
    margin-bottom: 0;
    padding-bottom: 1rem; }
  .news-small .media-object-section {
    position: relative;
    padding-bottom: 2rem; }
  .news-small .p-read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0.5rem; }
  .news-small p a {
    font-size: 14px;
    color: inherit; }
  .news-small a {
    color: inherit; }
  .news-small a:hover, .news-small a:focus {
    color: #104173; }

.no-featured-image .media-object-section:first-child {
  padding-right: 0; }

.post-format-video .video-format-div {
  position: relative;
  margin-top: 3px;
  width: 146px;
  height: 108px;
  background-color: #e6e6e6;
  border-radius: 4px; }
  .post-format-video .video-format-div img {
    margin-top: 0; }
  .post-format-video .video-format-div a:hover .after {
    background-color: rgba(50, 47, 49, 0.5);
    transition: all 0.3s; }

.post-format-video .after {
  transition: all 0.3s;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 47, 49, 0.1);
  background-image: url(../img/play-button.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block; }

.news-featured-hr {
  margin-bottom: 2.625rem; }

.equal-hr {
  margin-bottom: 2rem;
  margin-top: 2rem; }

.row-news-button {
  margin-top: 2.8125rem;
  margin-bottom: 2.8125rem; }

.news-bottom-row {
  margin-top: 3.625rem;
  margin-bottom: 5.625rem; }
  .news-bottom-row .title-column {
    font-size: 18px;
    font-weight: normal;
    color: #2e2e2e;
    margin-bottom: 1.875rem; }
  .news-bottom-row ul li h3 {
    font-size: 16px;
    color: #104173;
    margin-bottom: 1rem; }
  .news-bottom-row .news-date-info {
    position: absolute;
    bottom: 10px;
    left: 0; }
  .news-bottom-row li {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 1.5625rem;
    padding-top: 1.5625rem;
    position: relative; }
  .news-bottom-row li:first-child {
    padding-top: 0; }
  .news-bottom-row li:last-child {
    border-bottom: 0; }
  .news-bottom-row .column, .news-bottom-row .columns {
    margin-bottom: 3rem; }
  .news-bottom-row.news-home-row {
    margin-top: 1rem;
    margin-bottom: 0; }
    .news-bottom-row.news-home-row .column, .news-bottom-row.news-home-row .columns {
      margin-bottom: 0; }
    .news-bottom-row.news-home-row .blue-box {
      margin-bottom: 1rem; }

.pagination-row {
  margin-top: 2rem;
  margin-bottom: 4rem; }

.pagination a, .pagination button {
  background-color: #eeeeee; }

.home-news-bottom {
  margin-bottom: 6rem; }
  .home-news-bottom .tagline {
    margin-bottom: 1rem; }

.callout.store-item {
  border: 1px solid #eaeaea;
  margin-bottom: 1.875rem;
  border-radius: 0;
  position: relative;
  padding-bottom: 2.5rem; }
  .callout.store-item a {
    color: inherit; }
  .callout.store-item p img {
    border: 1px solid #eee;
    padding: 1rem;
    width: 100%; }
  .callout.store-item .product-title {
    margin-bottom: 0.5rem;
    min-height: 60px; }
  .callout.store-item .product-code {
    color: #878787; }
  .callout.store-item .product-price {
    color: #104173;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    margin-bottom: 0.5rem; }

.inner-white-div {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.loading-anim {
  top: 190px;
  position: absolute;
  left: 50%;
  margin-left: -38px; }

.slider-div {
  position: relative; }
  .slider-div img {
    opacity: 0; }
  .slider-div a {
    color: white;
    opacity: 0; }
  .slider-div h2 {
    position: absolute;
    font-size: 1.1rem;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    max-width: 960px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 100%;
    padding: 1rem 2rem;
    background-color: rgba(16, 65, 115, 0.7);
    border-top: 2px solid white;
    transition: all 0.3s; }
  .slider-div:hover h2 {
    padding: 1.1rem 2.2rem;
    background-color: rgba(16, 65, 115, 0.7);
    border-top: 3px solid #104173;
    transition: all 0.3s;
    color: #e6e6e6; }

.slider-featured {
  margin-top: 1.875rem;
  margin-bottom: 3rem;
  background-color: #104173;
  position: relative; }
  .slider-featured.slider-featured-newspage {
    margin-top: 0;
    margin-bottom: 1rem;
    border-bottom: 5px solid #104173; }

.slick-slide[aria-hidden='true'] {
  opacity: 0.8;
  transition: all 0.3s; }

/* Default custom select styles */
div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: #104173;
  z-index: 100;
  width: 100%;
  max-width: 500px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

div.cs-select:focus {
  outline: none;
  /* For better accessibility add a style for this in your skin */ }

.cs-select select {
  display: none; }

.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 12px 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-weight: 600; }

/* Placeholder and selected option */
.cs-select > span {
  padding-right: 3em; }

.cs-select > span::after,
.cs-select .cs-selected span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cs-select > span::after {
  content: '\25BE';
  right: 1em; }

.cs-select .cs-selected span::after {
  content: '\2713';
  margin-left: 1em; }

.cs-select.cs-active > span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg); }

div.cs-active {
  z-index: 200; }

/* Options */
.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #134e89;
  visibility: hidden;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0 -1px 4px 0 #0b2d4f;
  font-weight: bold; }

.cs-select.cs-active .cs-options {
  visibility: visible; }

.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.cs-select ul span {
  padding: 1em; }

.cs-select ul li.cs-focus span {
  background-color: #ddd; }

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
  padding-left: 1em; }

.cs-select li.cs-optgroup > span {
  cursor: default; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?-rdnm34");
  src: url("../fonts/icomoon/icomoon.eot?#iefix-rdnm34") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff?-rdnm34") format("woff"), url("../fonts/icomoon/icomoon.ttf?-rdnm34") format("truetype"), url("../fonts/icomoon/icomoon.svg?-rdnm34#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

div.cs-skin-border {
  background: #fff;
  font-size: 16px;
  max-width: 600px;
  color: #104173;
  border-radius: 3px; }

@media screen and (max-width: 30em) {
  div.cs-skin-border {
    font-size: 1em; } }

.cs-skin-border > span {
  border: 1px solid #104173;
  transition: background 0.2s, border-color 0.2s;
  border-radius: 3px;
  font-weight: 600; }

.cs-skin-border > span::after,
.cs-skin-border .cs-selected span::after {
  font-family: 'icomoon';
  content: '\e901'; }

.cs-skin-border ul span::after {
  content: '';
  opacity: 0; }

.cs-skin-border .cs-selected span::after {
  content: '\e900';
  color: #ddd9c9;
  font-size: 1.5em;
  opacity: 1;
  transition: opacity 0.2s; }

.cs-skin-border.cs-active > span {
  background: #0d345d;
  color: white;
  border-radius: 3px; }

.cs-skin-border .cs-options {
  color: white;
  margin-top: -2px;
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.2s, visibility 0s 0.2s; }

.cs-skin-border.cs-active .cs-options {
  opacity: 1;
  transition: opacity 0.2s; }

.cs-skin-border ul span {
  padding: 12px 18px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.cs-skin-border .cs-options li span:hover,
.cs-skin-border li.cs-focus span {
  background: white;
  color: #104173; }

.cs-active .cs-selected span::after {
  display: none; }

.form-style-row h2 {
  border-bottom: 1px solid #e6e6e6;
  margin-top: 2rem;
  margin-bottom: 1.4rem;
  line-height: 2; }

.form-style-row [type='checkbox'] {
  margin-top: 14px;
  margin-bottom: 0; }

.form-style-row .description {
  height: 140px; }

.form-style-row .submit-button {
  margin-top: 2rem;
  margin-bottom: 3rem; }

.news-bottom-row .column-arrow-blue .blue-box:after {
  display: none; }

.row-list-resource {
  margin-bottom: 3rem; }

.callout-grey {
  background-color: #f3f3f3;
  border: 0;
  border-top: 1px solid #d4d4d4; }
  .callout-grey input[type="text"] {
    background-color: white; }

.spinner {
  margin: 40px auto 0;
  width: 70px;
  text-align: center; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #e6e6e6;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
  display: block;
  transition: all 0.3s; }
  .owl-theme .owl-nav .owl-prev img {
    width: 40px;
    height: 60px; }
  .owl-theme .owl-nav .owl-prev:hover {
    padding-left: 4px;
    transition: all 0.3s; }

.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -30px;
  display: block;
  transition: all 0.3s; }
  .owl-theme .owl-nav .owl-next img {
    width: 40px;
    height: 60px; }
  .owl-theme .owl-nav .owl-next:hover {
    padding-right: 4px;
    transition: all 0.3s; }

.read-more-p {
  position: absolute;
  bottom: 0;
  left: 0; }

.home-list-news {
  margin-bottom: 4rem; }

.banner-x {
  background-image: url(../img/bg2.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  min-height: 664px;
  border-bottom: 0; }
  .banner-x .header {
    padding-top: 30px;
    transition: none; }
  .banner-x .header-sticky {
    background-color: transparent;
    border-bottom: 0; }
  .banner-x .sticky.is-stuck {
    background-color: white;
    transition: none; }
    .banner-x .sticky.is-stuck .header {
      padding-top: 0; }
    .banner-x .sticky.is-stuck .menu > li > a {
      color: black; }
    .banner-x .sticky.is-stuck .logo a {
      color: black; }
  .banner-x .logo a {
    color: white;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.3; }
  .banner-x .logo span {
    max-width: 170px;
    margin-left: 10px;
    padding-top: 10px; }
  .banner-x .logo span, .banner-x .logo-img {
    float: left; }
  .banner-x .menu > li > a {
    font-family: 'Roboto Condensed', sans-serif;
    color: white;
    opacity: 0.6; }
  .banner-x .menu > li:hover > a {
    opacity: 1; }
  .banner-x .banner-title {
    margin: 0 auto;
    max-width: 600px;
    padding-top: 150px; }
    .banner-x .banner-title h2 {
      color: white;
      font-family: 'Playfair Display', serif;
      font-weight: bold;
      font-size: 2.875rem;
      margin-bottom: 1.5rem; }
    .banner-x .banner-title hr {
      max-width: 3rem;
      border-bottom: 2px solid white;
      margin-bottom: 1rem; }
    .banner-x .banner-title .since-text {
      color: white;
      font-family: 'Playfair Display', serif;
      font-weight: 700;
      font-size: 1.125rem;
      margin-bottom: 2.5rem; }
    .banner-x .banner-title .button {
      min-width: 160px;
      color: white;
      font-family: 'Playfair Display', serif;
      font-weight: bold;
      font-size: 0.8125rem;
      margin-left: 0.5rem;
      margin-right: 0.5rem; }

.banner-xx {
  background-image: url(../img/bg2.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  min-height: 664px;
  border-bottom: 0; }
  .banner-xx .banner-title {
    margin: 0 auto;
    max-width: 600px;
    padding-top: 150px; }
    .banner-xx .banner-title h2 {
      color: white;
      font-weight: bold;
      font-size: 2.875rem;
      margin-bottom: 1.5rem; }
    .banner-xx .banner-title hr {
      max-width: 3rem;
      border-bottom: 2px solid white;
      margin-bottom: 1rem; }
    .banner-xx .banner-title .since-text {
      color: white;
      font-weight: 700;
      font-size: 1.125rem;
      margin-bottom: 2.5rem; }
    .banner-xx .banner-title .button {
      min-width: 160px;
      color: white;
      font-weight: bold;
      font-size: 0.8125rem;
      margin-left: 0.5rem;
      margin-right: 0.5rem; }

.title-x {
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  font-size: 1.625rem;
  color: #104173;
  margin-bottom: 2.5rem; }

.paragraph-x {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  color: #738495; }

.title-xx {
  font-weight: bold;
  font-size: 1.625rem;
  color: #104173;
  margin-bottom: 2.5rem; }

.paragraph-xx {
  font-weight: normal;
  font-size: 1.125rem;
  color: #738495; }

.inner-1-x {
  max-width: 732px;
  margin: 0 auto;
  padding-top: 3.4375rem; }
  .inner-1-x hr {
    max-width: 100px;
    border-bottom: 1px solid #D8D8D8;
    margin-top: 3.125rem;
    margin-bottom: 3.125rem; }

.callout.callout-x-box1 {
  background-color: #EEEEEE;
  border-radius: 0;
  border: 0;
  padding: 25px; }
  .callout.callout-x-box1 .callout-x-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #ad0f26; }
  .callout.callout-x-box1 .callout-x-title2 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #104173;
    line-height: 1.3;
    min-height: 99px; }
  .callout.callout-x-box1 .callout-x-date {
    font-family: 'Roboto Condensed', sans-serif;
    color: #738495;
    font-size: 13px; }

.callout.callout-x-box2 {
  background-image: url(../img/callout-x-bg.png);
  background-repeat: no-repeat;
  border-radius: 0;
  border: 0;
  padding: 25px; }
  .callout.callout-x-box2 .callout-x-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: white; }
  .callout.callout-x-box2 .callout-x-title2 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: white;
    line-height: 1.3;
    min-height: 99px; }
  .callout.callout-x-box2 .callout-x-date {
    font-family: 'Roboto Condensed', sans-serif;
    color: #738495;
    font-size: 13px; }

.callout.callout-x {
  border-radius: 0;
  border: 0;
  padding: 25px;
  margin: 1rem 0; }
  .callout.callout-x .callout-x-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #ad0f26; }
  .callout.callout-x .callout-x-title2 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #104173;
    line-height: 1.3;
    min-height: 99px; }
  .callout.callout-x .callout-x-date {
    font-family: 'Roboto Condensed', sans-serif;
    color: #738495;
    font-size: 13px; }

.row.row-x {
  background-image: url(../img/row-x-bg.png);
  background-repeat: no-repeat;
  background-position: center center; }
  .row.row-x .columns:last-child .line-x {
    float: right; }
  .row.row-x .line-x {
    max-width: 450px;
    width: 100%;
    height: 1px;
    display: block;
    background-image: url(../img/row-x-bg.png); }

.slider-x {
  position: relative; }
  .slider-x .owl-controls {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 20px; }
  .slider-x.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 3px;
    border-radius: 0;
    background: #b0b8c1;
    margin: 5px 3px; }
  .slider-x.owl-theme .owl-dots .owl-dot.active span, .slider-x.owl-theme .owl-dots .owl-dot:hover span {
    background: #104173; }

.slider-xx {
  position: relative; }
  .slider-xx .owl-controls {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 20px; }
  .slider-xx.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 3px;
    border-radius: 0;
    background: #b0b8c1;
    margin: 5px 3px; }
  .slider-xx.owl-theme .owl-dots .owl-dot.active span, .slider-xx.owl-theme .owl-dots .owl-dot:hover span {
    background: white; }

.callout.callout-xx-box1 {
  background-color: #EEEEEE;
  border-radius: 0;
  border: 0;
  padding: 25px; }
  .callout.callout-xx-box1 .callout-x-title {
    font-weight: bold;
    font-size: 13px;
    color: #ad0f26; }
  .callout.callout-xx-box1 .callout-x-title2 {
    font-size: 26px;
    color: #104173;
    line-height: 1.3;
    min-height: 99px; }
  .callout.callout-xx-box1 .callout-x-date {
    color: #738495;
    font-size: 13px;
    margin-bottom: 0; }

.callout.callout-xx-box2 {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  border: 0;
  padding: 0;
  display: table;
  width: 100%; }
  .callout.callout-xx-box2 > div {
    background: rgba(16, 65, 115, 0.75);
    padding: 25px;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%; }
  .callout.callout-xx-box2 img {
    position: absolute;
    top: 0;
    right: 0; }
  .callout.callout-xx-box2 .callout-x-title {
    font-weight: bold;
    font-size: 13px;
    color: white; }
  .callout.callout-xx-box2 .callout-x-title2 {
    font-size: 26px;
    color: white;
    line-height: 1.3;
    min-height: 99px; }
  .callout.callout-xx-box2 .callout-x-date {
    color: #738495;
    font-size: 13px;
    margin-bottom: 0; }

.callout.callout-xx {
  border-radius: 0;
  border: 0;
  padding: 25px;
  margin: 1rem 0; }
  .callout.callout-xx .callout-x-title {
    font-weight: bold;
    font-size: 13px;
    color: #ad0f26; }
  .callout.callout-xx .callout-x-title2 {
    font-size: 26px;
    color: #104173;
    line-height: 1.3;
    min-height: 99px; }
  .callout.callout-xx .callout-x-date {
    color: #738495;
    font-size: 13px; }

.callout-x-title2 a {
  color: inherit; }

.bodyfont-div p {
  font-family: "proxima-nova", sans-serif !important; }

.menu.menu-contain-ul > li.current-menu-item > a, .menu.menu-contain-ul > li > a.hover {
  border-top: 2px solid #ad0f26;
  background-color: white;
  color: #ad0f26;
  box-shadow: inset 0px 0px 3px -1px #c2c2c2;
  background-color: #f8f8f8; }

.mobile-menu-primary-color {
  background-color: #ad0f26;
  color: white; }
  .mobile-menu-primary-color li {
    background-color: #ad0f26;
    color: white; }
  .mobile-menu-primary-color a, .mobile-menu-primary-color a:hover {
    color: white; }

.vvaevents-menu-desktop {
  margin-right: 1rem; }

.banner-vvaevents {
  min-height: 520px;
  background-image: url(../img/banner-vvaevents-home.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  border-bottom: 5px solid #444; }
  .banner-vvaevents__title {
    font-size: 2.875rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    padding-top: 8.75rem; }
    @media screen and (max-width: 39.9375em) {
      .banner-vvaevents__title {
        padding-top: 5.625rem;
        font-size: 2.125rem; } }
  .banner-vvaevents__info {
    color: white;
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 2.25rem; }
    .banner-vvaevents__info--margin {
      margin-bottom: 0; }
  .banner-vvaevents__icon-location {
    background-image: url(../img/icon_location.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-top: -4px;
    display: inline-block; }
  .banner-vvaevents__container-location {
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; }
    @media screen and (max-width: 39.9375em) {
      .banner-vvaevents__container-location {
        padding-right: 0; } }
  .banner-vvaevents__container-date {
    padding-left: 1rem;
    border-left: 1px solid white;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; }
    @media screen and (max-width: 39.9375em) {
      .banner-vvaevents__container-date {
        display: block;
        border-left: 0; } }
  .banner-vvaevents__button {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
    padding: 1.0625rem 1.875rem;
    min-width: 23.125rem;
    margin-bottom: 5.5625rem; }
    @media screen and (max-width: 39.9375em) {
      .banner-vvaevents__button {
        min-width: 0;
        margin-bottom: 3.125rem; } }
  .banner-vvaevents__dropdown-register {
    width: 23.125rem;
    background: none;
    border: 0; }
    @media screen and (max-width: 39.9375em) {
      .banner-vvaevents__dropdown-register {
        width: 100% !important; } }
  .banner-vvaevents__dropdown-register-innerdiv {
    margin-top: 1.875rem;
    background-color: white;
    box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.78);
    border-radius: 3px; }
    @media screen and (max-width: 39.9375em) {
      .banner-vvaevents__dropdown-register-innerdiv {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto; } }
    .banner-vvaevents__dropdown-register-innerdiv::before {
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid white;
      position: absolute;
      top: 22px;
      right: 22px;
      display: block;
      content: ''; }
      @media screen and (max-width: 39.9375em) {
        .banner-vvaevents__dropdown-register-innerdiv::before {
          right: 50%;
          margin-right: -8px; } }

.menu-dropdown-links__link {
  color: #313131;
  padding: 1.1875rem 1.25rem !important;
  font-size: 0.875rem;
  font-weight: bold; }
  .menu-dropdown-links__link--iconlink {
    background-image: url(../img/icon-link.svg);
    background-repeat: no-repeat;
    background-position: right 20px center; }
  .menu-dropdown-links__link--icondownload {
    background-image: url(../img/icon-download.svg);
    background-repeat: no-repeat;
    background-position: right 23px center; }
  .menu-dropdown-links__link:hover, .menu-dropdown-links__link:focus {
    color: black; }

.menu-dropdown-links__listitem:not(:first-child) {
  border-top: 1px solid #E5E5E5; }

.banner-counter {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.53); }
  .banner-counter__number {
    color: white;
    font-size: 2.875rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1.5625rem;
    margin-top: 1.5625rem; }
    @media screen and (max-width: 39.9375em) {
      .banner-counter__number {
        font-size: 1.875rem; } }
  .banner-counter__text {
    color: white;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1; }
    @media screen and (max-width: 39.9375em) {
      .banner-counter__text {
        display: block; } }
  .banner-counter__item {
    border-right: 1px dashed #adadad; }

.expanded-table {
  display: table;
  width: 100%;
  background-color: #006A9B; }
  @media screen and (max-width: 39.9375em) {
    .expanded-table {
      display: block;
      width: 100%; } }
  .expanded-table--last {
    margin-bottom: 3.75rem; }

.expanded-inner-left {
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 30.25rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  padding-right: 3.75rem; }
  @media screen and (max-width: 63.9375em) {
    .expanded-inner-left {
      padding: 1.25rem;
      margin: 0 auto;
      max-width: none; } }

.expanded-inner-right {
  margin: 0 auto 0 0;
  width: 100%;
  max-width: 30.25rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  padding-left: 3.75rem; }
  @media screen and (max-width: 63.9375em) {
    .expanded-inner-right {
      padding: 1.25rem;
      margin: 0 auto;
      max-width: none; } }

.expanded-background-right {
  background-image: url(../img/speaker.jpg);
  display: table-cell;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .expanded-background-right {
      background-position: center center; } }
  @media screen and (max-width: 39.9375em) {
    .expanded-background-right {
      display: block;
      width: 100%;
      height: 300px; } }

.expanded-background-left {
  background-image: url(../img/awwards-img.jpg);
  display: table-cell;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .expanded-background-left {
      background-position: center center; } }
  @media screen and (max-width: 39.9375em) {
    .expanded-background-left {
      display: block;
      width: 100%;
      height: 300px; } }

.expanded-background-right-hotels {
  background-image: url(../img/banner-right-hotel.jpg);
  display: table-cell;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .expanded-background-right-hotels {
      background-position: center center; } }
  @media screen and (max-width: 39.9375em) {
    .expanded-background-right-hotels {
      display: block;
      width: 100%;
      height: 300px; } }

.expanded-background-left-hotels {
  background-image: url(../img/banner-left-hotel.jpg);
  display: table-cell;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .expanded-background-left-hotels {
      background-position: center center; } }
  @media screen and (max-width: 39.9375em) {
    .expanded-background-left-hotels {
      display: block;
      width: 100%;
      height: 300px; } }

.blue-banner-section {
  display: table-cell;
  width: 50%;
  color: white; }
  @media screen and (min-width: 40em) {
    .blue-banner-section {
      height: 620px; } }
  @media screen and (max-width: 39.9375em) {
    .blue-banner-section {
      width: 100%;
      display: block; } }
  .blue-banner-section__title {
    color: white;
    font-size: 3.75rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1.875rem; }
  .blue-banner-section__title-2 {
    color: white;
    font-size: 1.25rem;
    font-weight: bold; }
    .blue-banner-section__title-2--margin {
      margin-bottom: 1.875rem; }
  .blue-banner-section__title-3 {
    font-size: 1.25rem;
    color: white;
    line-height: 1.4;
    margin-bottom: 1.3125rem; }
  .blue-banner-section__text {
    color: white;
    margin-bottom: 1.625rem;
    line-height: 1.6; }
  .blue-banner-section__button {
    margin-bottom: 0; }
  .blue-banner-section a:not(.button) {
    color: inherit;
    text-decoration: underline; }

.banner-vvaevents-2 {
  min-height: 408px;
  background-repeat: no-repeat;
  display: table;
  width: 100%;
  background-size: cover;
  background-position: center center;
  border-bottom: 10px solid #104173; }
  .banner-vvaevents-2__inner {
    vertical-align: middle;
    display: table-cell; }
  .banner-vvaevents-2__title {
    font-size: 2.875rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    margin-bottom: 0;
    line-height: 1.7;
    background-color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    @media screen and (max-width: 39.9375em) {
      .banner-vvaevents-2__title {
        font-size: 2.125rem; } }
    .banner-vvaevents-2__title--margin {
      margin-bottom: 1.25rem; }
    .banner-vvaevents-2__title--margin-2 {
      margin-bottom: 0.625rem; }

.inner-container-vvaevents {
  padding-top: 2.625rem; }
  .inner-container-vvaevents--pdb {
    padding-bottom: 2.625rem; }

.title-event-day {
  color: #303030;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0; }
  .title-event-day__uppercase {
    text-transform: uppercase; }

.title-event-location {
  padding-top: 0.1875rem;
  margin-bottom: 0; }

.schedule-list {
  padding-top: 2.5rem; }
  .schedule-list__item {
    background-image: url(../img/line-3.png);
    background-repeat: repeat-y;
    background-position: 20.8% 0;
    padding-bottom: 1.875rem; }
    @media screen and (max-width: 39.9375em) {
      .schedule-list__item {
        background-position: center center;
        margin-bottom: 1rem; } }
    .schedule-list__item:last-child {
      padding-bottom: 8.5rem; }
  .schedule-list__label {
    background-color: #FAFAFA;
    font-size: 0.875rem;
    font-weight: bold;
    color: #303030;
    border-radius: 36px; }
    .schedule-list__label--whitespace {
      white-space: normal; }
    @media screen and (max-width: 63.9375em) {
      .schedule-list__label {
        white-space: normal;
        text-align: center; } }
    @media screen and (max-width: 39.9375em) {
      .schedule-list__label {
        margin: 0 auto;
        display: block; } }
  .schedule-list__circle {
    background-image: url(../img/circle.svg);
    background-repeat: no-repeat;
    background-position: top 9px center; }
  .schedule-list__text p {
    margin-bottom: 0;
    line-height: 1.4;
    padding-top: 5px; }
    @media screen and (max-width: 39.9375em) {
      .schedule-list__text p {
        background-color: white;
        padding-bottom: 0.5rem; } }
  .schedule-list__activity-title p {
    margin-bottom: 8px;
    line-height: 1.4;
    padding-top: 5px; }
    @media screen and (max-width: 39.9375em) {
      .schedule-list__activity-title p {
        background-color: white;
        padding-bottom: 0.5rem; } }

.tabs-panel-vvaevents.tabs-panel.is-active {
  display: block; }

.button-group-vvaevents {
  margin-bottom: 3.75rem; }
  .button-group-vvaevents__iconsvg {
    vertical-align: middle;
    margin-left: 1rem; }
  .button-group-vvaevents__button {
    font-size: 0.875rem;
    font-weight: bold;
    margin-bottom: 0; }
    @media screen and (max-width: 63.9375em) {
      .button-group-vvaevents__button {
        margin-bottom: 0.625rem; } }
    .button-group-vvaevents__button--first {
      border-radius: 3px 0 0 3px; }
    .button-group-vvaevents__button--last {
      border-radius: 0 3px 3px 0;
      background-color: #006A9B !important; }
      .button-group-vvaevents__button--last:hover, .button-group-vvaevents__button--last:focus {
        background-color: #104173 !important; }
    .button-group-vvaevents__button--lightblue {
      background-color: #006A9B !important; }
      .button-group-vvaevents__button--lightblue:hover, .button-group-vvaevents__button--lightblue:focus {
        background-color: #104173 !important; }

.vvaevents-section-title {
  margin-bottom: 2.5rem; }
  .vvaevents-section-title__title {
    font-size: 1.25rem;
    font-weight: bold; }
  .vvaevents-section-title__text {
    font-size: 1.5625rem;
    color: #8D8D8D;
    max-width: 49.0625rem;
    display: inline-block;
    line-height: 1.4; }

.vvaevents-list {
  margin-bottom: 3.75rem; }
  .vvaevents-list__item {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    line-height: 1;
    border-bottom: 1px solid #D9D9D9; }

.vvaevents-button--bold {
  font-weight: bold; }

.vvaevents-button--viewmore {
  margin-bottom: 0; }

.vvaevents-callout {
  margin-bottom: 2.5rem;
  background-color: #F8F8F8;
  border: 0; }
  .vvaevents-callout--hotels {
    margin-bottom: 3.75rem;
    font-weight: bold; }

.vvaevents-callout-speaker {
  padding: 3.75rem;
  margin-bottom: 3.125rem; }
  @media screen and (max-width: 39.9375em) {
    .vvaevents-callout-speaker {
      padding: 1rem; } }

.vvaevents-mediaobject {
  margin-bottom: 1.875rem; }
  .vvaevents-mediaobject__image {
    border-radius: 50%;
    max-width: 10rem !important;
    width: 100%;
    margin-right: 1.5rem; }
  .vvaevents-mediaobject__speaker {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 0.625rem;
    line-height: 1; }
    @media screen and (max-width: 39.9375em) {
      .vvaevents-mediaobject__speaker {
        font-size: 2.125rem; } }
  .vvaevents-mediaobject__title {
    font-size: 1.5rem;
    font-weight: normal; }

.vvaevents-infobar {
  color: white;
  font-weight: bold;
  border-radius: 3px; }
  .vvaevents-infobar__first {
    background-color: #104173;
    padding: 1.125rem 0.9375rem;
    line-height: 1;
    border-radius: 3px 0 0 3px; }
    @media screen and (max-width: 39.9375em) {
      .vvaevents-infobar__first {
        width: 100%;
        display: block !important;
        border-radius: 0; } }
  .vvaevents-infobar__second {
    background-color: #006A9B;
    padding: 1.125rem 0.9375rem;
    line-height: 1;
    border-radius: 0 3px 3px 0; }
    @media screen and (max-width: 39.9375em) {
      .vvaevents-infobar__second {
        width: 100%;
        display: block !important;
        border-radius: 0; } }
  .vvaevents-infobar__iconsvg {
    vertical-align: bottom;
    margin-right: 0.875rem; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .vvaevents-infobar__iconsvg {
        float: left; } }

.media-object--last {
  margin-bottom: 3.4375rem; }

.vvaevents-footer-button {
  color: white !important;
  margin-bottom: 1.25rem;
  font-size: 0.75rem !important;
  padding: 0; }
  @media screen and (min-width: 64em) {
    .vvaevents-footer-button {
      min-width: 14.0625rem; } }
  .vvaevents-footer-button--backbutton {
    background-image: url(../img/backbutton.svg);
    background-repeat: no-repeat;
    background-position: left 14px center; }
  .vvaevents-footer-button a {
    color: white;
    display: block;
    padding: 1.12em 3em; }

.button-register-trigger {
  display: block; }

.menu-register-button {
  width: 18rem;
  background: none;
  border: 0; }
  .menu-register-button__innerdiv {
    margin-top: 0;
    background-color: white;
    box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.78);
    border-radius: 3px; }
    .menu-register-button__innerdiv::before {
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid white;
      position: absolute;
      top: -8px;
      right: 18px;
      display: block;
      content: ''; }

.view-more-container {
  overflow: hidden;
  height: 37.5rem;
  position: relative; }

.view-more-gradient {
  background-image: url(../img/bg-viewmore.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  width: 100%;
  height: 150px;
  margin-top: -150px;
  position: absolute;
  display: block; }

.vva-tab-content__title {
  font-size: 1.5625rem;
  font-weight: normal; }

.vva-tab-content__text-large {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2; }

.vva-tab-content__label {
  background-color: #F4F4F4;
  font-weight: bold;
  font-size: 1rem;
  color: #303030;
  vertical-align: bottom;
  margin-left: 1rem; }

.vvaevents-home-list__item {
  color: white;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #0779AE; }

.vvaevents-home-list__item-link {
  text-decoration: none !important; }

.tabs-vvaevents li {
  width: 33.33%;
  border-bottom: 3px solid transparent; }

.tabs-vvaevents .tab-1.tabs-title > a {
  background-image: url(../img/tabs-vvaevents-home-1.png); }

.tabs-vvaevents .tabs-title > a:focus, .tabs-vvaevents .tabs-title > a[aria-selected='true'] {
  color: #ad0f26; }

.tabs-vvaevents .tab-1.tabs-title > a:focus, .tabs-vvaevents .tab-1.tabs-title > a[aria-selected='true'] {
  background-image: url(../img/tabs-vvaevents-home-1-selected.png); }

.tabs-vvaevents .tab-2.tabs-title > a {
  background-image: url(../img/tabs-vvaevents-home-2.png); }

.tabs-vvaevents .tab-2.tabs-title > a:focus, .tabs-vvaevents .tab-2.tabs-title > a[aria-selected='true'] {
  background-image: url(../img/tabs-vvaevents-home-2-selected.png); }

.tabs-vvaevents .tab-3.tabs-title > a {
  background-image: url(../img/tabs-vvaevents-home-3.png); }

.tabs-vvaevents .tab-3.tabs-title > a:focus, .tabs-vvaevents .tab-3.tabs-title > a[aria-selected='true'] {
  background-image: url(../img/tabs-vvaevents-home-3-selected.png); }

.tabs-content-events {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }
  .tabs-content-events--pdb {
    padding-bottom: 0; }

.expanded-hr {
  max-width: none;
  border-bottom-color: #F1F1F1;
  margin-bottom: 0;
  margin-top: 0; }

.view-more-p-events {
  margin-bottom: 0;
  margin-top: 4px; }

.vvaevents-title-red {
  font-size: 0.8125rem;
  font-weight: bold;
  color: #ad0f26;
  text-transform: uppercase;
  margin-bottom: 1.25rem; }

.row-vvaevents-single {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem; }
  .row-vvaevents-single__title {
    font-size: 1.5625rem;
    font-weight: normal; }
  .row-vvaevents-single__text-large {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 2.5rem; }
  .row-vvaevents-single__label {
    background-color: #F4F4F4;
    font-weight: bold;
    font-size: 1rem;
    color: #303030;
    vertical-align: bottom;
    margin-left: 1rem; }

.vvaevents-linkbox__link {
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  display: table;
  position: relative;
  width: 100%;
  transition: all 0.3s; }
  .vvaevents-linkbox__link:hover, .vvaevents-linkbox__link:focus {
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.3s; }
  .vvaevents-linkbox__link:hover img, .vvaevents-linkbox__link:focus img {
    opacity: 0.13;
    transition: all 0.3s; }
  .vvaevents-linkbox__link:hover .vvaevents-linkbox__hover, .vvaevents-linkbox__link:focus .vvaevents-linkbox__hover {
    opacity: 1;
    transition: all 0.3s; }

.vvaevents-linkbox__hover {
  opacity: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  transition: all 0.3s; }

.vvaevents-linkbox__text {
  border-radius: 3px;
  padding: 0.8125rem 1.0625rem;
  background-color: #ad0f26;
  color: white;
  font-size: 0.75rem;
  transition: all 0.3s; }

.header-icon-link {
  margin-top: 1.625rem;
  margin-left: 1rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  right: 9px;
  margin-top: -3px; }

.tabs-inner-noicon {
  border: 0;
  display: table;
  width: 100%; }
  .tabs-inner-noicon li {
    border-bottom: 3px solid transparent;
    display: table-cell; }
  .tabs-inner-noicon li:hover {
    cursor: pointer; }
  .tabs-inner-noicon .is-active {
    border-bottom: 3px solid #ad0f26; }
  .tabs-inner-noicon .tabs-title {
    float: none; }
  .tabs-inner-noicon .tabs-title > a {
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    color: #1c1c1c;
    padding-top: 2.625rem;
    padding-bottom: 2.625rem; }
  .tabs-inner-noicon .tabs-title.is-active > a {
    color: #ad0f26; }

.vvaevents-callout-img {
  width: 100%; }

.mobile-text-link {
  margin-top: 1rem; }

.header-text-link {
  color: #104173;
  padding-top: 1.40625rem;
  padding-bottom: 1.40625rem;
  padding-left: 0.625rem; }

.footer__center--link {
  color: inherit; }
  .footer__center--link:hover, .footer__center--link:focus {
    color: white; }

.agenda-button-container {
  position: fixed;
  top: calc(50% - 25px);
  left: 0;
  z-index: 99; }
  @media screen and (max-width: 39.9375em) {
    .agenda-button-container {
      top: 70px; } }

.button_agenda {
  background-color: #ad0f26;
  padding: 10px;
  display: block;
  color: white;
  width: 150px;
  font-size: 13px;
  text-align: center; }
  .button_agenda:hover, .button_agenda:focus {
    color: white; }
  .button_agenda svg {
    vertical-align: middle;
    margin-right: 4px; }

.dropdown-agenda.dropdown-pane {
  width: 150px;
  border: 0;
  box-shadow: 1px 1px 10px -5px #000; }

.vertical.menu.magellan_menu {
  background-color: white; }
  .vertical.menu.magellan_menu a {
    color: #0a0a0a; }
  .vertical.menu.magellan_menu li {
    font-size: 13px; }
  .vertical.menu.magellan_menu a.active {
    background-color: #ad0f26;
    color: white; }

.sections__title {
  text-align: center;
  font-size: 1.5625rem;
  padding-top: 4.0625rem; }

.vvaevents-callout-speaker.vvaevents-callout-speaker--nopaddingtop {
  padding-top: 0; }

.sticky-container.magellan_sticky_container .is-stuck {
  top: 40% !important; }
  .sticky-container.magellan_sticky_container .is-stuck .magellan_menu {
    display: block; }

.sticky-container.magellan_sticky_container .sticky:not(.is-stuck) .magellan_menu {
  display: none; }

.print-button-style {
  padding-top: 1.5rem; }

.activity_desc_onlyprint {
  display: none; }

.activity_description p {
  margin-bottom: 0.3rem;
  line-height: 1.4; }

@media screen {
  .banner-vvaevents-2__title.banner-vvaevents-2__title--only-print {
    display: none; } }

@media print {
  a[href]:after {
    content: " "; }
  a {
    text-decoration: none !important; }
  .callout {
    border: 0; }
  .activity_desc_onlyprint {
    display: block; }
  .sections__title {
    padding-top: 16px; }
  .inner-container-vvaevents {
    padding-top: 0; }
  .print-button-agenda, .agenda-button-container {
    display: none; }
  .tabs-panel {
    margin-bottom: 16px;
    border-bottom: 1px solid #ccc; }
  .hide-for-medium.accordion-mobile {
    display: none; }
  .medium-text-right.small-text-left.title-event-location {
    display: none; }
  .sticky-container, .footer, .tabs-title-line {
    display: none; }
  .banner-vvaevents-2__title.banner-vvaevents-2__title--only-print {
    display: block !important;
    text-align: left !important;
    font-size: 1.125rem;
    font-weight: normal; }
  .hide-for-medium.accordion-mobile {
    font-size: 1.25rem; }
  .schedule-list {
    padding-top: 0; }
  .schedule-list__item:last-child {
    padding-bottom: 3rem; }
  .banner-vvaevents-2, .banner-vvaevents {
    min-height: 0;
    border-bottom: 0; }
  .banner-vvaevents-2 {
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 20px;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .banner-vvaevents__title {
    padding-top: 2rem; }
  .banner-vvaevents-2__title {
    font-size: 1.375rem;
    text-align: left !important;
    padding-left: 0;
    padding-right: 0; }
  .tabs-panel {
    display: block !important; }
  .text-center {
    text-align: left; }
  .banner-vvaevents-2 .text-center:not(.banner-vvaevents-2__inner), .banner-vvaevents .text-center:not(.banner-vvaevents-2__inner) {
    text-align: center !important; }
  .banner-vvaevents-2__title {
    font-size: 1.375rem; }
  .banner-vvaevents__title {
    font-size: 1.375rem; }
  .medium-1, .small-1, .large-1 {
    width: 8.33333%; }
  .medium-2, .small-2, .large-2 {
    width: 16.66667%; }
  .medium-3, .small-3, .large-3 {
    width: 25%; }
  .medium-4, .small-4, .large-4, .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%; }
  .medium-5, .small-5, .large-5 {
    width: 41.66667%; }
  .medium-6, .small-6, .large-6 {
    width: 50%; }
  .medium-7, .small-7, .large-7 {
    width: 58.33333%; }
  .medium-8, .small-8, .large-8 {
    width: 66.66667%; }
  .medium-9, .small-9, .large-9 {
    width: 75%; }
  .medium-10, .small-10, .large-10 {
    width: 83.33333%; }
  .medium-11, .small-11, .large-11 {
    width: 91.66667%; }
  .medium-12, .small-12, .large-12, .blue-banner-section {
    width: 100%; }
  .expanded-inner-right, .expanded-inner-left {
    margin: 0 auto;
    max-width: none;
    padding: 2rem; }
  div[class^="expanded-background"] {
    display: none; }
  .blue-banner-section__title, .vvaevents-mediaobject__speaker {
    font-size: 1.875rem; }
  br {
    display: block;
    content: "";
    margin-top: 10px; }
  .medium-4.text-center.medium-text-right .schedule-list__text br:first-child {
    margin-top: 34px; }
  .medium-4.text-center.medium-text-right .schedule-list__text br:last-child {
    margin-top: 10px; }
  .schedule-list__circle.columns {
    display: none !important; }
  .schedule-list__item.row {
    display: table;
    padding-bottom: 0; }
    .schedule-list__item.row > .columns {
      display: table-cell;
      height: 100%;
      float: none !important;
      vertical-align: top; }
    .schedule-list__item.row .medium-2.columns {
      min-width: 168px;
      text-align: left !important; } }

.banner-vvaevents__button--noarrow {
  text-align: center; }
  .banner-vvaevents__button--noarrow::after {
    display: none; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .logo {
    width: 100%;
    text-align: center; }
  .logo div:first-child {
    float: none; }
  .logo h1 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .menu-icon {
    float: right;
    margin-top: 15px; }
  .menu-icon span {
    margin-left: -110px; }
  .banner {
    min-height: 0;
    padding-bottom: 45px; }
  .banner h1 {
    font-size: 30px;
    padding-top: 100px; }
  .lined-title-2 {
    line-height: 1.5;
    margin-bottom: 30px;
    margin-top: 30px;
    border-bottom: 0; }
    .lined-title-2 span {
      padding-left: 0;
      padding-right: 0; }
  .box-container {
    margin-top: 20px;
    margin-bottom: 30px; }
  .join-vva, .blue-section {
    padding-bottom: 2rem; }
  .join-vva h2 {
    margin-top: 0; }
  .join-vva .button {
    min-width: 100%; }
  .icons {
    margin-top: 10px;
    margin-bottom: 2rem; }
  .icons a {
    padding: 4px; }
  .icons p {
    margin-top: .5rem;
    margin-bottom: .5rem;
    line-height: 1;
    min-height: 32px; }
  .icons img {
    margin-top: 1.5rem; }
  .icons .column, .icons .columns {
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    min-height: 132px; }
  .icons .column:nth-of-type(1n), .icons .columns:nth-of-type(1n) {
    border-right: 1px solid transparent; }
  .icons .column:nth-of-type(2n+1), .icons .columns:nth-of-type(2n+1) {
    border-right: 1px solid #e8e8e8; }
  .icons .column:nth-child(9), .icons .columns:nth-child(9), .icons .column:nth-child(10), .icons .columns:nth-child(10) {
    border-bottom: 1px solid transparent; }
  .blue-section .learn-usaa-button {
    min-width: 0;
    width: 100%; }
  .blue-section {
    margin-bottom: 3rem; }
  .banner-inner {
    min-height: 200px; }
    .banner-inner.our-members-banner {
      padding-top: 1rem;
      padding-bottom: 1rem; }
    .banner-inner.category-banner h1 {
      padding-top: 2.875rem;
      padding-bottom: 2.875rem; }
    .banner-inner.pub-banner h1 {
      padding-top: 3.84375rem;
      padding-bottom: 3.84375rem; }
    .banner-inner.banner-with-sectionbar {
      min-height: 0; }
      .banner-inner.banner-with-sectionbar h1 {
        padding-top: 3.84375rem;
        padding-bottom: 3.84375rem; }
    .banner-inner.donate-money-banner h1 {
      font-size: 26px; }
    .banner-inner.events-banner h1 {
      padding-top: 2.875rem;
      padding-bottom: 2.875rem; }
    .banner-inner.events-banner h2 {
      font-size: 20px; }
    .banner-inner.events-banner .date-info {
      margin-bottom: 0.5rem; }
    .banner-inner.events-banner .button {
      float: none !important;
      margin-top: 1rem; }
    .banner-inner h1 {
      font-size: 24px;
      line-height: 36px; }
  .banner-box {
    padding-top: 1.25rem; }
    .banner-box .donate-select .button {
      font-size: 14px;
      font-weight: bold;
      padding: 1.2rem .4rem;
      letter-spacing: 0;
      border: 1px solid transparent; }
      .banner-box .donate-select .button.active {
        border: 1px solid white; }
  .input-container {
    margin-bottom: 3rem; }
  .input-container .input-container-1 {
    width: 65%; }
  .input-container .input-container-2 {
    width: 35%; }
  .history-frame .row:first-child {
    padding-top: 70px; }
  .history-frame .row:not(:last-child) {
    background-position: center center; }
  .history-desc p {
    background-color: white;
    padding-top: 0.625rem;
    text-align: center; }
  .history-desc {
    padding-bottom: 3.25rem; }
  .profile-box:hover .mail-link {
    display: none; }
  .profile-box img {
    width: 100%; }
  .profile-box h3 {
    font-size: 17px;
    padding: 10px 6px 0 6px;
    line-height: 1; }
  .profile-box p {
    font-size: 16px;
    padding: 0 6px 6px 6px; }
  .tabs-leadership li, .tabs-program li {
    width: 100%; }
  .tabs-inner .tabs-title > a {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem; }
  .callout.state-council {
    text-align: center; }
    .callout.state-council img {
      float: none;
      margin-right: 10px; }
    .callout.state-council h2 {
      font-size: 20px;
      margin-top: 8px; }
  .external-link-title {
    margin-top: 16px; }
  .video-link {
    margin-bottom: 1rem; }
  .leadership-profile {
    padding-left: 0.9375rem;
    margin-bottom: 2rem; }
    .leadership-profile img {
      width: 100%;
      margin-bottom: 1rem; }
    .leadership-profile .button {
      padding: 0.875rem; }
  .associate-box-row, .associate-box-left, .associate-box-right {
    display: block;
    width: 100%; }
  .associate-box-right {
    border-top: 1px solid #d7d7d7;
    border-left: 0;
    padding-top: 1.4375rem;
    padding-bottom: 1.4375rem; }
    .associate-box-right > div {
      padding-left: 1.4375rem;
      padding-right: 1.4375rem; }
  .associate-box-right:before {
    border-color: rgba(215, 215, 215, 0);
    border-bottom-color: #d7d7d7;
    border-width: 16px;
    margin-top: -32px;
    left: 50%;
    margin-left: -17px;
    top: 0; }
  .associate-box-right:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 15px;
    margin-top: -30px;
    left: 50%;
    margin-left: -16px;
    top: 0; }
  .icon-item {
    padding: 16px 0; }
  .icons-items img {
    float: none;
    margin-right: 0; }
  .icons-items span {
    float: none; }
  .icons-items .column:nth-child(2), .icons-items .columns:nth-child(2), .icons-items .column:nth-child(4), .icons-items .columns:nth-child(4), .icons-items .column:nth-child(6), .icons-items .columns:nth-child(6) {
    border-right: 1px solid transparent; }
  .icons-items .column:nth-child(5), .icons-items .columns:nth-child(5), .icons-items .column:nth-child(6), .icons-items .columns:nth-child(6) {
    border-bottom: 1px solid #e8e8e8; }
  .icons-items .column:nth-child(4), .icons-items .columns:nth-child(4) {
    border-bottom: 1px solid transparent; }
  .icons-items .column:nth-child(3), .icons-items .columns:nth-child(3) {
    border-right: 1px solid #e8e8e8; }
  .tabs-panel.is-active {
    display: none; }
  .tabs-panel {
    padding: 10px;
    border: 1px solid #e2e2e2;
    clear: left; }
  .tabs-title-line {
    display: none; }
  .accordion-mobile {
    width: 100%;
    float: left;
    background-image: url(../img/plus.png);
    background-repeat: no-repeat !important;
    background-position: 8px center !important;
    padding-left: 30px !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
    margin-top: 10px;
    box-shadow: 0 0 10px 0 #CCCCCC;
    -webkit-box-shadow: 0 0 10px 0 #CCCCCC;
    font-weight: bold;
    transition: all 0.3s; }
    .accordion-mobile.active {
      background-image: url(../img/minus.png);
      transition: all 0.3s;
      box-shadow: 0 0 1px 0 #CCCCCC, inset 0 0 6px 0 #CCCCCC;
      -webkit-box-shadow: 0 0 1px 0 #CCCCCC, inset 0 0 6px 0 #CCCCCC;
      background-color: #efefef; }
  .row.about-bottom.collapse > .column, .row.about-bottom.collapse > .columns, .row.about-bottom.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .tabs-content {
    border: 0;
    display: inline-block;
    width: 100%;
    padding: 30px 0; }
  .date-input-mobile.donate-input-row {
    margin-bottom: 1rem; }
    .date-input-mobile.donate-input-row select {
      float: left !important; }
  .donate-input-row {
    margin-bottom: 0; }
  .donate-money-row hr {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    padding-top: 0; }
  .donate-amount-row .amount-div-left, .donate-amount-row .amount-div-right {
    width: 100%;
    text-align: center; }
    .donate-amount-row .amount-div-left .amount-p, .donate-amount-row .amount-div-right .amount-p {
      margin-bottom: 2rem; }
  .donate-amount-row .amount-div-right {
    width: 100%; }
  .input-container-3 {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0.75rem; }
  .input-container-3 .approve-p input {
    width: 10%;
    float: left;
    margin-top: 21px; }
  .input-container-3 .approve-p label {
    width: 90%;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    line-height: 1.5; }
  .dedicate-donation {
    padding-top: 20px; }
  .dedicate-donation .input-second {
    margin-left: 0; }
  .dedicate-donation .dedicate-name {
    margin-top: 20px;
    margin-bottom: 20px; }
  .donate-money-row .lined-title {
    margin-bottom: 2rem; }
  .ul-select-amount {
    margin-bottom: 30px; }
    .ul-select-amount li {
      padding-right: 5px;
      padding-left: 5px; }
    .ul-select-amount .button {
      font-size: 18px; }
  .inner-single-container {
    padding-top: 40px; }
  .parallel {
    width: 150px;
    margin: 20px auto 36px auto; }
    .parallel p {
      margin-right: 20px; }
  .quote-stats {
    padding-top: 75px;
    padding-bottom: 50px; }
  .quote-stats .number-stats {
    font-size: 45px; }
  .video-link img {
    width: 100%; }
  .profile-title {
    margin-bottom: 0; }
  .profile-title, .leadership-profile .bio, .leadership-profile h3 {
    padding-left: 0; }
  .profile-title-2 {
    margin-bottom: 0;
    font-size: 22px; }
  .profile-extended .callout {
    padding: 1.5rem 1rem; }
  .row.leadership-profile .columns:first-child {
    padding-bottom: 20px; }
  .profile-extended .button {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .row.column.profile-extended, .row.profile-extended.columns, .row.profile-extended.columns {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .profile-extended h3 {
    font-size: 28px; }
  .event-results hr {
    margin-bottom: 30px; }
  .inner-events-search input, .inner-events-search select {
    margin-bottom: 1rem; }
  .inner-events-search .menu.menu-with-icon {
    padding-top: 1.5rem; }
  .job-result-row {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
    .job-result-row .job-result-title {
      font-size: 18px; }
    .job-result-row .job-location {
      font-size: 18px;
      margin-bottom: 12px; }
    .job-result-row .logo-box {
      padding: 5px;
      height: 100px;
      margin-bottom: 10px; }
    .job-result-row .medium-2.columns {
      height: auto !important; }
  .column-financial-post .summary-p p:first-child {
    min-height: 0; }
  .column-financial-post .img-p {
    margin-bottom: 1rem;
    margin-top: 1rem; }
  .column-financial-post .summary-p {
    padding: 0.5rem; }
  .column-financial-post {
    margin-bottom: 1rem; }
  .featured-articles {
    margin-top: 0; }
    .featured-articles .column, .featured-articles .columns {
      margin-bottom: 1.5rem; }
  .column-arrow-blue {
    margin-bottom: 2rem; }
  .history-frame.history-frame-about {
    margin-bottom: 6rem; }
    .history-frame.history-frame-about .row:first-child {
      padding-top: 50px;
      padding-bottom: 0;
      background-image: none; }
      .history-frame.history-frame-about .row:first-child .blue-title {
        font-size: 26px; }
    .history-frame.history-frame-about .row:last-child {
      background-image: url(../img/history-dot.png);
      background-position: center center; }
    .history-frame.history-frame-about .button-style2.button {
      margin-bottom: 0;
      margin-top: 0; }
    .history-frame.history-frame-about .button-history-p {
      margin-bottom: 0;
      margin-top: 2.5rem;
      padding-top: 1rem;
      background-color: white; }
  .form-membership {
    position: relative;
    margin-top: .5rem; }
    .form-membership > div {
      position: relative;
      margin-top: 0;
      margin-bottom: 1rem; }
  .banner-inner .bg-transparent.number-info p:first-child {
    font-size: 22px; }
  .banner-inner .bg-transparent.number-info p:last-child {
    font-size: 18px; }
  .banner-inner .bg-transparent.number-info {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem; }
  .banner-inner.membership-banner .row.medium-up-3.small-up-2 .column:last-child, .banner-inner.membership-banner .row.medium-up-3.small-up-2 .columns:last-child {
    width: 100%; }
  .form-membership .tabs-panel.is-active {
    display: block; }
  .form-membership .tabs-panel {
    border: 0; }
  .form-membership .tabs-content {
    padding: 0; }
  .form-membership .button {
    margin-top: 1rem; }
  .membership-faqs-row .column, .membership-faqs-row .columns {
    margin-bottom: 1rem; }
  .text-large-1 {
    font-size: 22px; }
  .join-vva .button, .blue-section .button {
    margin-left: 0;
    min-width: 100%; }
  .tagline {
    margin-bottom: 1rem; }
  .slider-div {
    position: relative; }
    .slider-div h2 {
      position: relative;
      font-size: 1rem;
      background-color: #104173; }
    .slider-div:hover h2 {
      padding: 1rem 2rem;
      background-color: #104173;
      border-top: 2px solid white;
      color: white; }
  .footer__top h3 {
    font-size: 20px; }
  .footer__center .menu {
    margin-bottom: 2rem; }
  .footer__center h3 {
    margin-bottom: 1rem; }
  .footer__center img {
    margin-bottom: 0; }
  .footer__center .button {
    max-width: 100%;
    width: 100%; }
  .quote-p.quote-p-2 {
    margin-top: 3rem; }
  .quote-p {
    font-size: 22px; }
  .row-whoweare-goals2 h3 {
    font-size: 18px; }
  .history-year {
    margin-top: 1rem; }
  .history-subtitle {
    margin-bottom: 1rem; }
  .history-desc {
    margin-top: 0; }
  .banner-box .row .columns:first-child a {
    line-height: 1; }
  .banner-3 h3 {
    font-size: 30px; }
    .banner-3 h3 span {
      border-top: 0;
      border-bottom: 0;
      padding-top: 0.625rem;
      padding-bottom: 0.625rem; }
  .first-section {
    margin-bottom: 1rem; }
  .menu-centered .menu > li {
    display: block; }
  .section-bar .row > div > ul:not(.vertical) > li:first-child {
    padding-right: 0;
    margin-bottom: 0.5rem; }
  .section-bar .row > div > ul:not(.vertical) > li:last-child {
    padding-left: 0; }
  .cs-skin-border > span {
    font-size: 1rem; }
  .reveal.reveal-white.reveal-signup .callout input:not(.button) {
    margin-bottom: 0.5rem; }
  .category-frame {
    margin-top: 2.5rem; }
  .news-large {
    padding-bottom: 1rem; }
  .news-large img {
    margin-bottom: 8px; }
  .news-featured-hr {
    display: none; }
  .category-frame .row .column:first-child .news-small, .category-frame .row .columns:first-child .news-small {
    padding-top: 0; }
  .dark-bg .view-all-button-col {
    padding-top: 0;
    padding-bottom: 0.5rem; }
  .menu > li > a.list-view-button-2 {
    background-position: center left 10px;
    padding-left: 2rem; }
  .menu > li > a.cal-view-button {
    background-position: center left 10px;
    padding-left: 2rem; }
  .slider-featured {
    overflow: hidden;
    max-height: 400px;
    margin-bottom: 2rem; }
  .news-bottom-row {
    margin-bottom: 0; }
  .job-result-row .job-time {
    text-align: left;
    padding-left: 1rem; }
  .div-icon-list {
    margin-left: 0; }
  .button-group-2 a {
    margin-left: 0;
    margin-right: 0; }
  .input-div-row div label {
    line-height: 1; }
  .row-publications img {
    margin-bottom: 1rem; }
  .row-publications .blue-title {
    margin-bottom: 0.5rem; }
  .pub-issue-list .media-object-section img {
    max-width: 100px; }
  .banner-inner small {
    font-size: 60%; }
  .news-small .media-object img {
    max-width: 110px; }
  .contact-info-div {
    margin-bottom: 3rem; }
    .contact-info-div h3, .contact-info-div p {
      padding-left: 0; }
  .contact-zip-row .small-11 {
    padding-right: 1.5rem; }
  .tooltip::before {
    display: none !important; }
  .input-container-4 {
    padding: 1rem; }
    .input-container-4 label {
      margin-right: 0;
      margin-left: 0;
      max-width: 270px; }
    .input-container-4 input {
      vertical-align: top;
      margin-top: 10px; }
  .inner-grey-container {
    padding-top: 2.5rem; }
  .sidebar-div.sticky-container .sticky {
    z-index: 299; }
  div.cs-skin-border {
    max-width: none; }
  .inner-category-select.inner-category-select-resources {
    width: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .donate-tab-content.tabs-content.vertical {
    margin-bottom: 2.5rem; }
  .donate-tab-content.tabs-content.vertical .donate-tab-content-left {
    padding-top: 1rem; }
  .donate-tab-content.tabs-content.vertical .donate-tab-content-right {
    padding-left: 0; }
  .donate-tab-content.tabs-content.vertical .donate-tab-content-left .callout {
    padding: 1rem; }
  .donate-tab-content.tabs-content {
    padding: 15px 0; }
  .col-pdr.columns {
    padding-right: 0.625rem; }
  .row.row-x {
    background-image: none; }
  .row.row-x .line-x {
    display: none; }
  .callout.callout-xx {
    padding: 0; }
  .callout.callout-xx .callout-x-title2 {
    min-height: 0; }
  .callout.callout-xx .callout-x-title {
    margin-bottom: 0; }
  .banner-xx {
    min-height: 0;
    background-position: left bottom; }
  .banner-xx .banner-title {
    padding-top: 40px;
    padding-bottom: 30px; }
  .banner-xx .banner-title h2 {
    font-size: 1.5rem; } }

/* Medium and up */
@media screen and (min-width: 40em) {
  .reveal.reveal-white.reveal-signup > .row, .reveal.reveal-white.reveal-signup .callout {
    padding-left: 3rem;
    padding-right: 3rem; }
  .reveal.reveal-white.reveal-signup .row .columns:first-child input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .reveal.reveal-white.reveal-signup .row .columns:nth-child(2) input {
    border-radius: 0;
    border-left: 0; }
  .reveal.reveal-white.reveal-signup .row .columns:last-child input.button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; } }

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .banner-inner {
    min-height: 350px; }
    .banner-inner.our-members-banner {
      padding-top: 1rem;
      padding-bottom: 1rem; }
    .banner-inner.category-banner h1 {
      padding-top: 6rem;
      padding-bottom: 6rem; }
    .banner-inner.pub-banner h1 {
      padding-top: 6.96875rem;
      padding-bottom: 6.96875rem; }
    .banner-inner.banner-with-sectionbar {
      min-height: 0; }
      .banner-inner.banner-with-sectionbar h1 {
        padding-top: 6.96875rem;
        padding-bottom: 6.96875rem; }
    .banner-inner.donate-money-banner h1 {
      font-size: 26px; }
    .banner-inner.events-banner h1 {
      padding-top: 6rem;
      padding-bottom: 6rem; }
    .banner-inner.events-banner h2 {
      font-size: 20px; }
    .banner-inner.events-banner .date-info {
      margin-bottom: 0.5rem; }
    .banner-inner.events-banner .button {
      float: none !important;
      margin-top: 1rem; }
    .banner-inner h1 {
      font-size: 36px;
      line-height: 40px; }
  .banner {
    min-height: 300px;
    padding-bottom: 45px; }
  .banner h1 {
    font-size: 30px;
    padding-top: 140px; }
  .lined-title-2 {
    margin-bottom: 40px; }
  .box-container {
    margin-top: 42px;
    margin-bottom: 30px; }
  .box span {
    font-size: 18px; }
  .join-vva, .blue-section {
    padding-bottom: 2rem; }
  .join-vva h2 {
    margin-top: 0; }
  .icons {
    margin-top: 20px;
    margin-bottom: 75px; }
    .icons .column, .icons .columns {
      min-height: 176px; }
    .icons a {
      padding: 6px; }
    .icons p {
      line-height: 1; }
  .blue-section .family-image {
    max-width: 368px; }
  .blue-section {
    margin-bottom: 30px; }
  .social-links a:not(:last-child) {
    margin-right: 4px; }
  .new-content-menu.vertical.dropdown.menu .dropdown-pane {
    width: 350px; }
  .donation-row {
    margin-top: 40px;
    margin-bottom: 40px; }
  .profile-box img {
    width: 100%; }
  .resources-row .column > div, .resources-row .columns > div, .resources-row .columns > div {
    max-width: none; }
  .external-link-title {
    margin-top: 16px; }
  .inner-learnmore .icons, .inner-learnmore .lined-title-2 {
    margin-top: 50px; }
  .video-link {
    margin-bottom: 2rem; }
  .leadership-profile {
    padding-left: 0.9375rem; }
  .icons-items img {
    float: left;
    margin-right: 20px; }
  .icons-items .column:nth-child(2), .icons-items .columns:nth-child(2), .icons-items .column:nth-child(4), .icons-items .columns:nth-child(4), .icons-items .column:nth-child(6), .icons-items .columns:nth-child(6) {
    border-right: 1px solid transparent; }
  .icons-items .column:nth-child(5), .icons-items .columns:nth-child(5), .icons-items .column:nth-child(6), .icons-items .columns:nth-child(6) {
    border-bottom: 1px solid #e8e8e8; }
  .icons-items .column:nth-child(4), .icons-items .columns:nth-child(4) {
    border-bottom: 1px solid transparent; }
  .icons-items .column:nth-child(3), .icons-items .columns:nth-child(3) {
    border-right: 1px solid #e8e8e8; }
  .how-row {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important; }
  .input-container-donation {
    max-width: 400px;
    margin: 0 auto;
    overflow: auto;
    float: none; }
  .ul-select-amount {
    margin-bottom: 30px; }
  .row.donation-amount {
    margin-bottom: 30px; }
  .input-container-3 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  .parallel {
    width: 150px; }
    .parallel p {
      margin-right: 18px; }
  .expiration-date-p {
    margin-top: 12px;
    line-height: 1; }
  .video-link img {
    width: 100%; }
  .events-banner .location-info {
    max-width: none; }
  .events-banner .button.shiny.float-right {
    padding-left: inherit;
    padding-right: inherit;
    float: left !important;
    margin-top: 1rem; }
  .job-result-row {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
    .job-result-row .job-result-title {
      font-size: 18px; }
    .job-result-row .job-location {
      font-size: 18px; }
    .job-result-row .logo-box {
      padding: 5px; }
  .column-financial-post .blue-box {
    height: 76px;
    padding-left: 1rem;
    padding-right: 1rem; }
  .menu-icon {
    float: right;
    margin-top: 15px; }
  .menu-icon span {
    margin-left: -110px; }
  .form-membership {
    position: relative; }
    .form-membership > div {
      position: relative;
      margin-top: 0;
      margin-bottom: 1rem; }
  .slider-featured {
    overflow: hidden;
    max-height: 400px; }
  .footer__top h3 {
    font-size: 30px;
    padding-top: 1rem; }
  .footer__center img  {
    margin-right: 6px; }
  .category-frame {
    margin-top: 3.75rem; }
  .news-large {
    padding-bottom: 1rem; }
  .news-large img {
    margin-bottom: 8px; }
  .news-featured-hr {
    display: none; }
  .category-frame .row .column:first-child .news-small, .category-frame .row .columns:first-child .news-small, .category-frame .row .column:nth-child(2) .news-small, .category-frame .row .columns:nth-child(2) .news-small {
    padding-top: 0; }
  .inner-events-search:not(.inner-events-search-2) input, .inner-events-search:not(.inner-events-search-2) select {
    margin-bottom: 1rem; }
  .inner-events-search:not(.inner-events-search-2) .menu.menu-with-icon {
    padding-top: 1.5rem; }
  .news-small .media-object {
    padding-bottom: 0; }
  .row-donate-tabs .donate-tabs ul li.is-active:before, .row-donate-tabs .donate-tabs ul li.is-active:after {
    display: none; }
  .profile-box:hover .mail-link {
    display: none; } }

/* Large and up */
@media screen and (min-width: 64em) {
  .post-column img {
    width: 100%; }
  .slider-div img {
    max-width: 800px;
    width: 100%;
    margin: 0 auto; }
  .slider-featured {
    max-height: 400px;
    min-height: 400px;
    height: 400px;
    overflow: hidden; }
  .category-frame .row.large-up-2 .column:first-child .news-small, .category-frame .row.large-up-2 .columns:first-child .news-small, .category-frame .row.large-up-2 .column:nth-child(2) .news-small, .category-frame .row.large-up-2 .columns:nth-child(2) .news-small {
    padding-top: 0; }
  .claim-text {
    max-width: 470px; } }

/* Large only */
@media screen and (max-width: 320px) {
  .footer .footer-logo {
    margin-top: 30px;
    width: 80px; }
  .footer .menu > li > a {
    font-size: 14px; } }

/*! jQuery UI - v1.12.0 - 2016-08-13
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

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

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

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

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

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333; }

.ui-widget-content a {
  color: #333; }

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff; }

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("../img/ui/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("../img/ui/ui-icons_444444_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("../img/ui/ui-icons_777777_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon, .ui-state-default .ui-icon {
  background-image: url("../img/ui/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("../img/ui/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("../img/ui/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("../img/ui/ui-icons_cc0000_256x240.png"); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px; }

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  box-shadow: 0 0 5px #666; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

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

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

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

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

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

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

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

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

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

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

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

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

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

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    padding: 0;
    background: rgba(16, 65, 115, 0.1);
    display: inline-block;
    cursor: pointer; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

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

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
