@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 27, 2015, 1:59:59 PM
    Author     : April
*/
@font-face {
  font-family: 'Oswald Light';
  src: url("fonts/oswald-light-webfont.eot");
  src: url("fonts/oswald-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/oswald-light-webfont.woff") format("woff"), url("fonts/oswald-light-webfont.ttf") format("truetype"), url("fonts/oswald-light-webfont.svg#oswaldlight") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Oswald Light Italic';
  src: url("fonts/oswald-lightitalic-webfont.eot");
  src: url("fonts/oswald-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/oswald-lightitalic-webfont.woff") format("woff"), url("fonts/oswald-lightitalic-webfont.ttf") format("truetype"), url("fonts/oswald-lightitalic-webfont.svg#oswaldlight") format("svg");
  font-weight: 300;
  font-style: italic; }

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

@font-face {
  font-family: 'Oswald Regular Italic';
  src: url("fonts/oswald-regularitalic-webfont.eot");
  src: url("fonts/oswald-regularitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/oswald-regularitalic-webfont.woff") format("woff"), url("fonts/oswald-regularitalic-webfont.ttf") format("truetype"), url("fonts/oswald-regularitalic-webfont.svg#oswaldregular") format("svg");
  font-weight: normal;
  font-style: italic; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

.row {
  max-width: 74rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto; }
  .row .row,
  .column-row .row {
    margin-left: -0.4625rem;
    margin-right: -0.4625rem; }

.column, .lt-ie10 .columns,
.columns {
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-left: 0.4625rem;
  padding-right: 0.4625rem; }

.small-1 {
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-2 {
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-3 {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.small-4 {
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-5 {
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-6 {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.small-7 {
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-8 {
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-9 {
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.small-10 {
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-11 {
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-12 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

@media screen and (min-width: 44.5em) {
  .medium-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .medium-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .medium-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .medium-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

@media screen and (min-width: 64em) {
  .large-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .large-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .large-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .large-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

@media screen and (min-width: 44.5em) {
  .medium-expand {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

@media screen and (min-width: 64em) {
  .large-expand {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

.shrink {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.row.medium-unstack .column, .row.medium-unstack .lt-ie10 .columns, .lt-ie10 .row.medium-unstack .columns {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media screen and (min-width: 44.5em) {
    .row.medium-unstack .column, .row.medium-unstack .lt-ie10 .columns, .lt-ie10 .row.medium-unstack .columns {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

.row.large-unstack .column, .row.large-unstack .lt-ie10 .columns, .lt-ie10 .row.large-unstack .columns {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media screen and (min-width: 64em) {
    .row.large-unstack .column, .row.large-unstack .lt-ie10 .columns, .lt-ie10 .row.large-unstack .columns {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

.small-order-1 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

@media screen and (min-width: 44.5em) {
  .medium-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

.row.align-right {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.row.align-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.row.align-justify {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.row.align-spaced {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.row.align-top {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.column.align-top, .lt-ie10 .align-top.columns {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.row.align-bottom {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.column.align-bottom, .lt-ie10 .align-bottom.columns {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.row.align-middle {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.column.align-middle, .lt-ie10 .align-middle.columns {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.row.align-stretch {
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.column.align-stretch, .lt-ie10 .align-stretch.columns {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch; }

.foundation-mq {
  font-family: "small=0em&medium=44.5em&large=64em&xlarge=75em&xxlarge=90em"; }

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "Droid Serif", Times New Roman, serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

.lt-ie10 .row {
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto; }
  .lt-ie10 .row::before, .lt-ie10 .row::after {
    content: ' ';
    display: table; }
  .lt-ie10 .row::after {
    clear: both; }
  .lt-ie10 .row.collapse > .column, .lt-ie10 .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .lt-ie10 .row .lt-ie10 .row {
    margin-left: -0.4625rem;
    margin-right: -0.4625rem; }
    .lt-ie10 .row .lt-ie10 .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .lt-ie10 .row.small-collapse > .column, .lt-ie10 .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .lt-ie10 .row.small-uncollapse > .column, .lt-ie10 .row.small-uncollapse > .columns {
    padding-left: 0.925rem;
    padding-right: 0.925rem; }
  @media screen and (min-width: 44.5em) {
    .lt-ie10 .row.medium-collapse > .column, .lt-ie10 .row.medium-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .lt-ie10 .row.medium-uncollapse > .column, .lt-ie10 .row.medium-uncollapse > .columns {
      padding-left: 0.925rem;
      padding-right: 0.925rem; } }
  @media screen and (min-width: 64em) {
    .lt-ie10 .row.large-collapse > .column, .lt-ie10 .row.large-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .lt-ie10 .row.large-uncollapse > .column, .lt-ie10 .row.large-uncollapse > .columns {
      padding-left: 0.925rem;
      padding-right: 0.925rem; } }
  .lt-ie10 .row.expanded {
    max-width: none; }

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

.lt-ie10 .column.row.row, .lt-ie10 .row.row.columns {
  float: none; }

.lt-ie10 .small-1 {
  width: 8.33333%; }

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

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

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

.lt-ie10 .small-2 {
  width: 16.66667%; }

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

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

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

.lt-ie10 .small-3 {
  width: 25%; }

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

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

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

.lt-ie10 .small-4 {
  width: 33.33333%; }

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

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

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

.lt-ie10 .small-5 {
  width: 41.66667%; }

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

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

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

.lt-ie10 .small-6 {
  width: 50%; }

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

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

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

.lt-ie10 .small-7 {
  width: 58.33333%; }

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

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

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

.lt-ie10 .small-8 {
  width: 66.66667%; }

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

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

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

.lt-ie10 .small-9 {
  width: 75%; }

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

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

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

.lt-ie10 .small-10 {
  width: 83.33333%; }

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

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

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

.lt-ie10 .small-11 {
  width: 91.66667%; }

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

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

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

.lt-ie10 .small-12 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

.lt-ie10 .column.small-centered, .lt-ie10 .small-centered.columns {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.lt-ie10 .small-uncenter,
.lt-ie10 .small-push-0,
.lt-ie10 .small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0; }

@media screen and (min-width: 44.5em) {
  .lt-ie10 .medium-1 {
    width: 8.33333%; }
  .lt-ie10 .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .lt-ie10 .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .lt-ie10 .medium-offset-0 {
    margin-left: 0%; }
  .lt-ie10 .medium-2 {
    width: 16.66667%; }
  .lt-ie10 .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .lt-ie10 .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .lt-ie10 .medium-offset-1 {
    margin-left: 8.33333%; }
  .lt-ie10 .medium-3 {
    width: 25%; }
  .lt-ie10 .medium-push-3 {
    position: relative;
    left: 25%; }
  .lt-ie10 .medium-pull-3 {
    position: relative;
    left: -25%; }
  .lt-ie10 .medium-offset-2 {
    margin-left: 16.66667%; }
  .lt-ie10 .medium-4 {
    width: 33.33333%; }
  .lt-ie10 .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .lt-ie10 .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .lt-ie10 .medium-offset-3 {
    margin-left: 25%; }
  .lt-ie10 .medium-5 {
    width: 41.66667%; }
  .lt-ie10 .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .lt-ie10 .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .lt-ie10 .medium-offset-4 {
    margin-left: 33.33333%; }
  .lt-ie10 .medium-6 {
    width: 50%; }
  .lt-ie10 .medium-push-6 {
    position: relative;
    left: 50%; }
  .lt-ie10 .medium-pull-6 {
    position: relative;
    left: -50%; }
  .lt-ie10 .medium-offset-5 {
    margin-left: 41.66667%; }
  .lt-ie10 .medium-7 {
    width: 58.33333%; }
  .lt-ie10 .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .lt-ie10 .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .lt-ie10 .medium-offset-6 {
    margin-left: 50%; }
  .lt-ie10 .medium-8 {
    width: 66.66667%; }
  .lt-ie10 .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .lt-ie10 .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .lt-ie10 .medium-offset-7 {
    margin-left: 58.33333%; }
  .lt-ie10 .medium-9 {
    width: 75%; }
  .lt-ie10 .medium-push-9 {
    position: relative;
    left: 75%; }
  .lt-ie10 .medium-pull-9 {
    position: relative;
    left: -75%; }
  .lt-ie10 .medium-offset-8 {
    margin-left: 66.66667%; }
  .lt-ie10 .medium-10 {
    width: 83.33333%; }
  .lt-ie10 .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .lt-ie10 .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .lt-ie10 .medium-offset-9 {
    margin-left: 75%; }
  .lt-ie10 .medium-11 {
    width: 91.66667%; }
  .lt-ie10 .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .lt-ie10 .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .lt-ie10 .medium-offset-10 {
    margin-left: 83.33333%; }
  .lt-ie10 .medium-12 {
    width: 100%; }
  .lt-ie10 .medium-offset-11 {
    margin-left: 91.66667%; }
  .lt-ie10 .medium-up-1 > .column, .lt-ie10 .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .lt-ie10 .medium-up-1 > .column:nth-of-type(1n), .lt-ie10 .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .lt-ie10 .medium-up-1 > .column:nth-of-type(1n+1), .lt-ie10 .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .lt-ie10 .medium-up-1 > .column:last-child, .lt-ie10 .medium-up-1 > .columns:last-child {
      float: left; }
  .lt-ie10 .medium-up-2 > .column, .lt-ie10 .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .lt-ie10 .medium-up-2 > .column:nth-of-type(1n), .lt-ie10 .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .lt-ie10 .medium-up-2 > .column:nth-of-type(2n+1), .lt-ie10 .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .lt-ie10 .medium-up-2 > .column:last-child, .lt-ie10 .medium-up-2 > .columns:last-child {
      float: left; }
  .lt-ie10 .medium-up-3 > .column, .lt-ie10 .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .lt-ie10 .medium-up-3 > .column:nth-of-type(1n), .lt-ie10 .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .lt-ie10 .medium-up-3 > .column:nth-of-type(3n+1), .lt-ie10 .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .lt-ie10 .medium-up-3 > .column:last-child, .lt-ie10 .medium-up-3 > .columns:last-child {
      float: left; }
  .lt-ie10 .medium-up-4 > .column, .lt-ie10 .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .lt-ie10 .medium-up-4 > .column:nth-of-type(1n), .lt-ie10 .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .lt-ie10 .medium-up-4 > .column:nth-of-type(4n+1), .lt-ie10 .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .lt-ie10 .medium-up-4 > .column:last-child, .lt-ie10 .medium-up-4 > .columns:last-child {
      float: left; }
  .lt-ie10 .medium-up-5 > .column, .lt-ie10 .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .lt-ie10 .medium-up-5 > .column:nth-of-type(1n), .lt-ie10 .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .lt-ie10 .medium-up-5 > .column:nth-of-type(5n+1), .lt-ie10 .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .lt-ie10 .medium-up-5 > .column:last-child, .lt-ie10 .medium-up-5 > .columns:last-child {
      float: left; }
  .lt-ie10 .medium-up-6 > .column, .lt-ie10 .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .lt-ie10 .medium-up-6 > .column:nth-of-type(1n), .lt-ie10 .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .lt-ie10 .medium-up-6 > .column:nth-of-type(6n+1), .lt-ie10 .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .lt-ie10 .medium-up-6 > .column:last-child, .lt-ie10 .medium-up-6 > .columns:last-child {
      float: left; }
  .lt-ie10 .medium-up-7 > .column, .lt-ie10 .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .lt-ie10 .medium-up-7 > .column:nth-of-type(1n), .lt-ie10 .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .lt-ie10 .medium-up-7 > .column:nth-of-type(7n+1), .lt-ie10 .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .lt-ie10 .medium-up-7 > .column:last-child, .lt-ie10 .medium-up-7 > .columns:last-child {
      float: left; }
  .lt-ie10 .medium-up-8 > .column, .lt-ie10 .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .lt-ie10 .medium-up-8 > .column:nth-of-type(1n), .lt-ie10 .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .lt-ie10 .medium-up-8 > .column:nth-of-type(8n+1), .lt-ie10 .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .lt-ie10 .medium-up-8 > .column:last-child, .lt-ie10 .medium-up-8 > .columns:last-child {
      float: left; }
  .lt-ie10 .column.medium-centered, .lt-ie10 .medium-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .lt-ie10 .medium-uncenter,
  .lt-ie10 .medium-push-0,
  .lt-ie10 .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 64em) {
  .lt-ie10 .large-1 {
    width: 8.33333%; }
  .lt-ie10 .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .lt-ie10 .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .lt-ie10 .large-offset-0 {
    margin-left: 0%; }
  .lt-ie10 .large-2 {
    width: 16.66667%; }
  .lt-ie10 .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .lt-ie10 .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .lt-ie10 .large-offset-1 {
    margin-left: 8.33333%; }
  .lt-ie10 .large-3 {
    width: 25%; }
  .lt-ie10 .large-push-3 {
    position: relative;
    left: 25%; }
  .lt-ie10 .large-pull-3 {
    position: relative;
    left: -25%; }
  .lt-ie10 .large-offset-2 {
    margin-left: 16.66667%; }
  .lt-ie10 .large-4 {
    width: 33.33333%; }
  .lt-ie10 .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .lt-ie10 .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .lt-ie10 .large-offset-3 {
    margin-left: 25%; }
  .lt-ie10 .large-5 {
    width: 41.66667%; }
  .lt-ie10 .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .lt-ie10 .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .lt-ie10 .large-offset-4 {
    margin-left: 33.33333%; }
  .lt-ie10 .large-6 {
    width: 50%; }
  .lt-ie10 .large-push-6 {
    position: relative;
    left: 50%; }
  .lt-ie10 .large-pull-6 {
    position: relative;
    left: -50%; }
  .lt-ie10 .large-offset-5 {
    margin-left: 41.66667%; }
  .lt-ie10 .large-7 {
    width: 58.33333%; }
  .lt-ie10 .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .lt-ie10 .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .lt-ie10 .large-offset-6 {
    margin-left: 50%; }
  .lt-ie10 .large-8 {
    width: 66.66667%; }
  .lt-ie10 .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .lt-ie10 .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .lt-ie10 .large-offset-7 {
    margin-left: 58.33333%; }
  .lt-ie10 .large-9 {
    width: 75%; }
  .lt-ie10 .large-push-9 {
    position: relative;
    left: 75%; }
  .lt-ie10 .large-pull-9 {
    position: relative;
    left: -75%; }
  .lt-ie10 .large-offset-8 {
    margin-left: 66.66667%; }
  .lt-ie10 .large-10 {
    width: 83.33333%; }
  .lt-ie10 .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .lt-ie10 .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .lt-ie10 .large-offset-9 {
    margin-left: 75%; }
  .lt-ie10 .large-11 {
    width: 91.66667%; }
  .lt-ie10 .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .lt-ie10 .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .lt-ie10 .large-offset-10 {
    margin-left: 83.33333%; }
  .lt-ie10 .large-12 {
    width: 100%; }
  .lt-ie10 .large-offset-11 {
    margin-left: 91.66667%; }
  .lt-ie10 .large-up-1 > .column, .lt-ie10 .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .lt-ie10 .large-up-1 > .column:nth-of-type(1n), .lt-ie10 .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .lt-ie10 .large-up-1 > .column:nth-of-type(1n+1), .lt-ie10 .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .lt-ie10 .large-up-1 > .column:last-child, .lt-ie10 .large-up-1 > .columns:last-child {
      float: left; }
  .lt-ie10 .large-up-2 > .column, .lt-ie10 .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .lt-ie10 .large-up-2 > .column:nth-of-type(1n), .lt-ie10 .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .lt-ie10 .large-up-2 > .column:nth-of-type(2n+1), .lt-ie10 .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .lt-ie10 .large-up-2 > .column:last-child, .lt-ie10 .large-up-2 > .columns:last-child {
      float: left; }
  .lt-ie10 .large-up-3 > .column, .lt-ie10 .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .lt-ie10 .large-up-3 > .column:nth-of-type(1n), .lt-ie10 .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .lt-ie10 .large-up-3 > .column:nth-of-type(3n+1), .lt-ie10 .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .lt-ie10 .large-up-3 > .column:last-child, .lt-ie10 .large-up-3 > .columns:last-child {
      float: left; }
  .lt-ie10 .large-up-4 > .column, .lt-ie10 .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .lt-ie10 .large-up-4 > .column:nth-of-type(1n), .lt-ie10 .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .lt-ie10 .large-up-4 > .column:nth-of-type(4n+1), .lt-ie10 .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .lt-ie10 .large-up-4 > .column:last-child, .lt-ie10 .large-up-4 > .columns:last-child {
      float: left; }
  .lt-ie10 .large-up-5 > .column, .lt-ie10 .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .lt-ie10 .large-up-5 > .column:nth-of-type(1n), .lt-ie10 .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .lt-ie10 .large-up-5 > .column:nth-of-type(5n+1), .lt-ie10 .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .lt-ie10 .large-up-5 > .column:last-child, .lt-ie10 .large-up-5 > .columns:last-child {
      float: left; }
  .lt-ie10 .large-up-6 > .column, .lt-ie10 .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .lt-ie10 .large-up-6 > .column:nth-of-type(1n), .lt-ie10 .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .lt-ie10 .large-up-6 > .column:nth-of-type(6n+1), .lt-ie10 .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .lt-ie10 .large-up-6 > .column:last-child, .lt-ie10 .large-up-6 > .columns:last-child {
      float: left; }
  .lt-ie10 .large-up-7 > .column, .lt-ie10 .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .lt-ie10 .large-up-7 > .column:nth-of-type(1n), .lt-ie10 .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .lt-ie10 .large-up-7 > .column:nth-of-type(7n+1), .lt-ie10 .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .lt-ie10 .large-up-7 > .column:last-child, .lt-ie10 .large-up-7 > .columns:last-child {
      float: left; }
  .lt-ie10 .large-up-8 > .column, .lt-ie10 .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .lt-ie10 .large-up-8 > .column:nth-of-type(1n), .lt-ie10 .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .lt-ie10 .large-up-8 > .column:nth-of-type(8n+1), .lt-ie10 .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .lt-ie10 .large-up-8 > .column:last-child, .lt-ie10 .large-up-8 > .columns:last-child {
      float: left; }
  .lt-ie10 .column.large-centered, .lt-ie10 .large-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .lt-ie10 .large-uncenter,
  .lt-ie10 .large-push-0,
  .lt-ie10 .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

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.2;
  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: "Oswald Light", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #ab8c48;
  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: #6d6d6d;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 44.5em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #ab8c48;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #93783e; }
  a img {
    border: 0; }

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

ul,
ol,
dl {
  line-height: 1.2;
  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;
  list-style-type: inherit; }

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 #6d6d6d; }
  blockquote, blockquote p {
    line-height: 1.2;
    color: #8a8a8a; }

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

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

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

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

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

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

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

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

.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: 44.5em) {
  .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 #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #ab8c48;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background: #91773d;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background: #ab8c48;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background: #89703a;
      color: #fff; }
  .button.secondary {
    background: #122f52;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background: #0e2642;
      color: #fff; }
  .button.success {
    background: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background: #22bb5b;
      color: #fff; }
  .button.alert {
    background: #993300;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background: #7a2900;
      color: #fff; }
  .button.warning {
    background: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background: #cc8b00;
      color: #fff; }
  .button.hollow {
    border: 1px solid #ab8c48;
    color: #ab8c48; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #564624;
      color: #564624; }
    .button.hollow.primary {
      border: 1px solid #ab8c48;
      color: #ab8c48; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #564624;
        color: #564624; }
    .button.hollow.secondary {
      border: 1px solid #122f52;
      color: #122f52; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #091729;
        color: #091729; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.alert {
      border: 1px solid #993300;
      color: #993300; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #4d1a00;
        color: #4d1a00; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
  .button.disabled {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: 0.2em; }

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

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

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

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

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

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

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

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

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

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

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

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }

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

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

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

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

legend {
  margin-bottom: 0.5rem; }

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

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

.is-invalid-input:not(:focus) {
  background-color: rgba(153, 51, 0, 0.1);
  border-color: #993300; }

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

@media screen and (max-width: 44.4375em), 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; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #ab8c48;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  :last-child > .accordion-title {
    border-bottom-width: 0; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1.25rem 1rem;
  display: none;
  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: #ab8c48 transparent transparent;
    border-top-style: solid;
    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: #ab8c48;
  color: #fefefe; }
  .badge.secondary {
    background: #122f52;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.alert {
    background: #993300;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }

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

.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    float: left;
    margin: 0;
    font-size: inherit; }
    .button-group .button:not(:last-child) {
      border-right: 1px solid #fefefe; }
  .button-group.tiny {
    font-size: 0.6rem; }
  .button-group.small {
    font-size: 0.75rem; }
  .button-group.large {
    font-size: 1.25rem; }
  .button-group.expanded .button:nth-last-child(2):first-child,
  .button-group.expanded .button:nth-last-child(2):first-child ~ .button {
    width: 50%; }
  .button-group.expanded .button:nth-last-child(3):first-child,
  .button-group.expanded .button:nth-last-child(3):first-child ~ .button {
    width: 33.33333%; }
  .button-group.expanded .button:nth-last-child(4):first-child,
  .button-group.expanded .button:nth-last-child(4):first-child ~ .button {
    width: 25%; }
  .button-group.expanded .button:nth-last-child(5):first-child,
  .button-group.expanded .button:nth-last-child(5):first-child ~ .button {
    width: 20%; }
  .button-group.expanded .button:nth-last-child(6):first-child,
  .button-group.expanded .button:nth-last-child(6):first-child ~ .button {
    width: 16.66667%; }
  .button-group.primary .button {
    background: #ab8c48;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background: #89703a;
      color: #fff; }
  .button-group.secondary .button {
    background: #122f52;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background: #0e2642;
      color: #fff; }
  .button-group.success .button {
    background: #3adb76;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background: #22bb5b;
      color: #fff; }
  .button-group.alert .button {
    background: #993300;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background: #7a2900;
      color: #fff; }
  .button-group.warning .button {
    background: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background: #cc8b00;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button {
    width: 100%;
    border-right: 0; }
  @media screen and (min-width: 44.5em) {
    .button-group.stacked-for-small .button {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child) {
        border-right: 1px solid #fefefe; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #f3eee3; }
    .callout.primary a {
      color: #786232; }
      .callout.primary a:hover {
        color: #42361c; }
  .callout.secondary {
    background-color: #cddef4; }
    .callout.secondary a {
      color: #0d2139; }
      .callout.secondary a:hover {
        color: black; }
  .callout.success {
    background-color: #e1faea; }
    .callout.success a {
      color: #1ea450; }
      .callout.success a:hover {
        color: #126330; }
  .callout.alert {
    background-color: #ffdbc9; }
    .callout.alert a {
      color: #6b2400; }
      .callout.alert a:hover {
        color: #1f0a00; }
  .callout.warning {
    background-color: #fff3d9; }
    .callout.warning a {
      color: #b37a00; }
      .callout.warning a:hover {
        color: #664600; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

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

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

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: -webkit-transform 0.15s linear;
  transition: 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 #ab8c48;
    border-left-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #ab8c48 transparent transparent;
  border-right-style: solid;
  float: left;
  margin-right: 0.75rem;
  margin-left: 0.6rem;
  margin-top: 14px; }

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

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

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

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

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

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

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

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

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

.dropdown.menu.align-right .submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

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

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

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

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

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

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li:not(.menu-text) > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a > img,
  .menu > li > a > i {
    vertical-align: middle; }
  .menu > li > a > span {
    vertical-align: middle; }
  .menu > li > a > img,
  .menu > li > a > i {
    display: inline-block;
    margin-right: 0.25rem; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 44.5em) {
    .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 a {
    padding: 0;
    margin-right: 1rem; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    display: table;
    width: 100%; }
    .menu.expanded > li:nth-last-child(2):first-child,
    .menu.expanded > li:nth-last-child(2):first-child ~ li {
      width: 50%; }
    .menu.expanded > li:nth-last-child(3):first-child,
    .menu.expanded > li:nth-last-child(3):first-child ~ li {
      width: 33.33333%; }
    .menu.expanded > li:nth-last-child(4):first-child,
    .menu.expanded > li:nth-last-child(4):first-child ~ li {
      width: 25%; }
    .menu.expanded > li:nth-last-child(5):first-child,
    .menu.expanded > li:nth-last-child(5):first-child ~ li {
      width: 20%; }
    .menu.expanded > li:nth-last-child(6):first-child,
    .menu.expanded > li:nth-last-child(6):first-child ~ li {
      width: 16.66667%; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a > img,
    .menu.icon-top > li > a > i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }

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

html,
body {
  height: 100%; }

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

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

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

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

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px); }
  [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: 44.5em) {
  .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: #fefefe;
  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: #fefefe; }
  [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: #6d6d6d;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

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

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

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

.progress {
  background-color: #6d6d6d;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #ab8c48; }
  .progress.secondary .progress-meter {
    background-color: #122f52; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.alert .progress-meter {
    background-color: #993300; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #ab8c48;
  border-radius: 0; }
  .progress-meter .progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fefefe;
    white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -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: #6d6d6d;
  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: #ab8c48;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #91773d; }
  .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; }

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

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

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

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

.switch-paddle {
  background: #6d6d6d;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #ab8c48; }
    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 .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem; }

table {
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead,
  tfoot {
    background: #f8f8f8;
    color: #0a0a0a; }
    thead tr,
    tfoot tr {
      background: transparent; }
    thead th,
    thead td,
    tfoot th,
    tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

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

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

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

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

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }
  .tabs.simple > li > a {
    padding: 0; }
    .tabs.simple > li > a:hover {
      background: transparent; }
  .tabs.vertical > li {
    width: auto;
    float: none;
    display: block; }
  .tabs.primary {
    background: #ab8c48; }
    .tabs.primary > li > a {
      color: #fefefe; }
      .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
        background: #a28544; }

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

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

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

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

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

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

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

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

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

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

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    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;
    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;
    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;
    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: #eee; }
    .top-bar li > a, .top-bar ul li > a {
      color: #fff; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }

@media screen and (min-width: 44.5em) {
  .top-bar-left {
    float: left; }
  .top-bar-right {
    float: right; } }

/*
Home Specific Grid
*/
/* 
    Created on : Oct 27, 2015, 1:12:31 PM
    Author     : April at U! Creative
*/
#home .content-box, #Home .content-box {
  background-color: white;
  /* display: flex;
    flex-direction: column;*/
  width: 100%;
  position: relative; }
  @media screen and (max-width: 44.4375em) {
    #home .content-box, #Home .content-box {
      padding-bottom: 0;
      margin-bottom: 20px; } }
  #home .content-box .text, #Home .content-box .text {
    padding: 26px; }
    @media screen and (max-width: 44.4375em) {
      #home .content-box .text, #Home .content-box .text {
        margin-bottom: 10px; } }
    #home .content-box .text.learn-more, #Home .content-box .text.learn-more {
      margin-bottom: 80px; }
  #home .content-box.seal, #Home .content-box.seal {
    background: white url(../images/presidential-seal.png) bottom right no-repeat; }
  #home .content-box .reset, #Home .content-box .reset {
    padding: 0; }

#home p.quote, #Home p.quote {
  color: #ab8c48;
  font-style: italic;
  font-size: 1rem;
  padding: 26px; }

/*
Global Goodies
*/
/* 
    Created on : Oct 27, 2015, 1:12:59 PM
    Author     : April
*/
html, body {
  width: 100%;
  min-height: 100%;
  height: auto; }

body {
  background-image: url("../images/bg-flag.png"), linear-gradient(to bottom, #86a9bd, #cda980);
  background-position: top center, left top;
  background-repeat: no-repeat;
  font-size: .8rem;
  font-style: normal; }
  @media screen and (max-width: 44.4375em) {
    body {
      font-size: 1rem; }
      body p {
        font-size: 1rem; } }

body.mce-content-body {
  background-image: none; }

.grid-margins {
  margin-bottom: 1rem; }
  .grid-margins img {
    margin-bottom: 1rem; }

.grid-layout h3 {
  margin-top: 0; }

.grid-layout img {
  width: 100%; }

.section-content-box {
  background-color: white;
  width: 100%;
  position: relative;
  padding: 26px; }

.page-content-box {
  background-color: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
  padding: 26px; }
  .page-content-box h3 {
    font-size: 1.3rem; }
  @media screen and (max-width: 44.4375em) {
    .page-content-box {
      margin-bottom: 20px; } }
  .page-content-box .text {
    padding: 26px; }
    @media screen and (max-width: 44.4375em) {
      .page-content-box .text {
        margin-bottom: 10px; } }
  .page-content-box blockquote {
    border: none;
    margin: 0;
    color: #122f52; }
    .page-content-box blockquote p {
      font-size: 1rem;
      font-style: italic;
      color: #122f52; }
    .page-content-box blockquote footer {
      text-align: right;
      padding: 1rem 0 0 0;
      color: #122f52;
      font-family: "Droid Serif", serif; }
  .page-content-box.image-content img {
    height: auto !important; }

.single-block .small-12 > div {
  background-color: white;
  padding: 26px; }

.button, h1, h2, h3, h4, h5, h6 {
  font-style: normal; }

:focus {
  border: none;
  outline: none; }

.button {
  text-decoration: none !important; }

.relative-position {
  position: relative; }

.no-padding {
  padding: 0; }

.lt-ie10 .gradient {
  -webkit-filter: none;
          filter: none; }

.lt-ie10 .lt-ie10-hide {
  display: none; }

.lt-ie10 #sub-header {
  display: none !important; }

.lt-ie10 body {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86a9bd', endColorstr='#cda980',GradientType=0 ); }

.lt-ie10 #tablet-nav-access {
  display: block !important; }

.lt-ie10 button.menu-toggle {
  margin-top: 10px; }

.lt-ie10 .content-image {
  min-height: 250px; }
  .lt-ie10 .content-image:after {
    content: "";
    background-color: white; }

.lt-ie10 .column-background {
  min-height: 300px; }

.row.collapse .columns, .row.collapse .column, .row.collapse .lt-ie10 .columns, .lt-ie10 .row.collapse .columns {
  padding: 0; }

@media screen and (min-width: 64em) {
  .row.collapse-large .column, .row.collapse-large .lt-ie10 .columns, .lt-ie10 .row.collapse-large .columns, .row.collapse-large .columns {
    padding: 0; } }

.row-breathe {
  margin-bottom: 1rem;
  width: 120%; }
  .row-breathe.end {
    margin-bottom: 0; }

.row-margin {
  margin-bottom: 1rem; }
  @media screen and (max-width: 44.4375em) {
    .row-margin {
      margin-bottom: auto; } }
  .row-margin .nested-margin {
    margin-bottom: 1rem; }

.column-margin .columns {
  margin-bottom: 1rem; }
  @media screen and (max-width: 44.4375em) {
    .column-margin .columns {
      margin-bottom: auto; } }

@media screen and (min-width: 44.5em) {
  .column-nested-margin {
    margin-bottom: 1rem; } }

@media screen and (min-width: 64em) {
  .column-nested-margin {
    margin-bottom: auto; } }

.column-large-margin {
  margin-bottom: 1rem; }

.column-stretch-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .column-stretch-row .columns {
    padding: 0; }

header .columns.clear-right-padding {
  padding-right: 0; }

header .columns.clear-left-padding {
  padding-left: 0; }

header .columns.clear-padding {
  padding: 0; }

#main {
  position: relative;
  z-index: 50; }
  #main section.row {
    margin-bottom: 1rem; }

#slider {
  margin: 20px 0; }

#plan-your-visit a {
  font-family: "Oswald Light", serif;
  text-decoration: underline;
  color: #6d6d6d; }

#plan-your-visit ul li {
  padding: 10px 0; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.main-content {
  background: transparent;
  box-shadow: none; }

table {
  font-family: "Oswald Light", sans-serif;
  width: 100%; }
  table thead th, table thead td, table tfoot th, table tfoot td {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400; }
  table tbody th, table tbody td {
    font-size: .95rem; }
  table .button {
    margin: 0; }

.bg-blue {
  background-color: #122f52 !important;
  color: #cccccc; }
  .bg-blue.ui-background {
    color: white; }
    .bg-blue.ui-background h1, .bg-blue.ui-background h2, .bg-blue.ui-background label {
      color: white !important; }

.bg-gold {
  background-color: #ab8c48;
  color: white; }

.bg-grey {
  background-color: #e6e6e6;
  color: black; }

.bento .columns {
  position: relative; }
  @media screen and (min-width: 64em) {
    .bento .columns.column-left {
      padding-right: 0; } }
  @media screen and (min-width: 64em) {
    .bento .columns.column-right {
      padding-left: 0; } }
  @media screen and (max-width: 63.9375em) {
    .bento .columns .content-caret, .bento .columns .content-caret-left, .bento .columns .content-caret-right {
      display: none; } }

.floated-right {
  margin: 0 0 1rem 1rem; }
  @media screen and (max-width: 44.4375em) {
    .floated-right {
      margin: 0 0 1rem 0;
      float: none !important; } }
  .floated-right a {
    clear: both;
    display: block; }

@media (max-width: 1210px) {
  .desktop {
    display: none !important; } }

@media (min-width: 1211px) {
  .mobile {
    display: none !important; } }

.off-canvas {
  height: 100%;
  background-color: #F2F2F2; }
  .off-canvas #off-canvas-sub-nav {
    background-color: #091F3A;
    padding: 20px 5px;
    font-family: "Oswald Light", serif;
    text-transform: uppercase;
    color: #ab8c48;
    font-size: .8rem;
    font-style: normal; }

.js-off-canvas-exit {
  z-index: 100; }

.alert.callout {
  background-color: #993300;
  color: white;
  width: 100%; }
  .alert.callout a {
    color: white;
    text-decoration: underline; }

.primary.callout, .secondary.callout {
  width: 100%; }
  .primary.callout .is-countdown, .secondary.callout .is-countdown {
    font-size: 1.8rem; }

.column-stretch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 44.4375em) {
    .column-stretch {
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

@media screen and (min-width: 64em) {
  .column-stretch-large {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
        flex: 1 0 0; } }

.split-background {
  background-color: white; }
  .split-background .text {
    padding: 26px;
    position: relative; }
    @media screen and (max-width: 44.4375em) {
      .split-background .text {
        margin-bottom: 10px; } }
    .split-background .text.learn-more {
      margin-bottom: 80px; }

img.content-featured-image {
  margin-bottom: 1rem; }

.callout-image:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 20px 25px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 40;
  position: relative;
  top: -34px;
  left: 26px; }

.caret-image {
  position: relative; }
  .caret-image:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 20px 25px;
    border-color: transparent transparent #ffffff transparent;
    z-index: 40;
    position: absolute;
    bottom: 20px;
    left: 0; }

@media screen and (min-width: 44.5em) {
  .learn-more {
    padding-top: 3rem; }
    .learn-more button, .learn-more .button {
      position: absolute;
      bottom: 10px; } }

.blocked-grid {
  margin: 0 -0.4625rem; }

.content-caret-right:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 50px 0 50px 50px;
  border-color: transparent transparent transparent #ffffff;
  top: 0;
  right: -20px;
  z-index: 50; }

.content-caret-left:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 50px 0 50px 50px;
  border-color: transparent transparent transparent #ffffff;
  top: 0;
  right: 20px;
  z-index: 50; }

.content-caret:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 25px 25px 25px 0;
  border-color: transparent #ffffff transparent transparent;
  top: 36px;
  right: 0; }

.content-image {
  background-size: cover !important;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 20px; }

hr.gold {
  border-bottom: 1px solid #ab8c48;
  margin: 0; }

.separator {
  border-left: thin solid #cccbcb; }

.gold-border {
  border-bottom: 1px solid #ab8c48;
  margin: 1rem 0;
  overflow: hidden; }

.flex-video {
  background-color: #122f52;
  background-image: url(../images/ronald-reagan-presidential-foundation-institute-logo-white.png);
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 0 !important; }

h1, h2 {
  font-size: 1.8rem;
  text-transform: uppercase; }

h3 {
  margin-top: 1.5rem;
  font-size: 1.3rem;
  text-transform: uppercase; }

p.no-margin {
  margin-bottom: 0; }
  p.no-margin a.button {
    margin-bottom: 0; }

.not-member {
  font-family: "Oswald Regular", sans-serif;
  text-transform: uppercase;
  font-style: italic;
  color: #ab8c48;
  font-size: 1rem;
  position: relative;
  top: 10px; }

.footnote {
  font-family: "Oswald Light Italic", sans-serif;
  color: #6d6d6d;
  font-size: .7rem; }

h2.event-title {
  margin-top: 0 !important; }

.event-title {
  font-family: "Droid Serif", serif;
  font-size: .75rem;
  color: #6d6d6d;
  text-transform: inherit;
  margin-bottom: 0; }
  @media screen and (max-width: 44.4375em) {
    .event-title {
      font-size: 1rem; } }
  .event-title a {
    color: #6d6d6d;
    text-decoration: underline; }

time.event-time {
  text-transform: inherit;
  font-weight: bold;
  color: #6d6d6d; }

.event-reserve {
  font-family: "Oswald Light", sans-serif;
  text-transform: uppercase;
  text-decoration: underline; }

@media screen and (max-width: 44.4375em) {
  .small-text-center {
    text-align: center; } }

.row.event-small {
  margin-bottom: 20px;
  border-bottom: thin solid #ab8c48; }
  .row.event-small img {
    margin-bottom: 5px; }

blockquote {
  padding: 1rem 0; }
  blockquote.quote {
    color: #122f52;
    font-size: 1rem;
    font-style: italic; }
  blockquote footer {
    font-size: 1rem;
    font-style: normal; }

p.quote {
  color: #122f52;
  font-size: 1rem;
  font-style: italic; }

ul.list-link {
  list-style: none;
  margin-left: 0;
  font-family: "Oswald Light", serif;
  text-decoration: underline;
  color: #6d6d6d; }
  ul.list-link li {
    padding: 10px 0; }
    ul.list-link li a {
      color: #6d6d6d; }

ul.two-column-list {
  margin: 0;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 20px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 20px;
  /* Firefox */
  column-gap: 20px;
  -webkit-column-span: all;
  /* Chrome, Safari, Opera */
  -moz-column-span: all;
       column-span: all;
  list-style: none;
  text-align: left;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0; }
  ul.two-column-list li {
    padding-bottom: 20px;
    -moz-break-inside: avoid-column;
    -webkit-break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid-column; }
  ul.two-column-list i {
    margin-right: 6px; }

.button {
  border-radius: 0;
  font-family: "Oswald Light", sans-serif;
  text-transform: uppercase;
  padding: 0.85em 1em .45em 1em; }
  .button.learn-more {
    position: absolute;
    bottom: 10px; }
    @media screen and (max-width: 44.4375em) {
      .button.learn-more {
        position: relative; } }

.button.hollow.primary:hover, .primaryButtonHollow:hover {
  color: #876f39;
  background-color: #ece4d3;
  border-color: #ddcfaf; }

.button.hollow.secondary:hover, .secondaryButtonHollow:hover {
  color: #091728;
  background-color: #d4e3f5;
  border-color: #aac8ec; }

.primaryButton:hover {
  color: white;
  background-color: #876f39;
  border-color: #63512a; }

.secondaryButton:hover {
  color: white;
  background-color: #091728;
  border-color: black; }

.primaryButton {
  background: #ab8c48;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border-radius: 0;
  font-family: "Oswald Light", sans-serif;
  text-transform: uppercase;
  padding: 0.85em 1em .45em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem; }

.primaryButtonHollow {
  background: transparent;
  border: 1px solid #ab8c48;
  color: #ab8c48;
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border-radius: 0;
  font-family: "Oswald Light", sans-serif;
  text-transform: uppercase;
  padding: 0.85em 1em .45em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem; }

.secondaryButton {
  background: #122f52;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border-radius: 0;
  font-family: "Oswald Light", sans-serif;
  text-transform: uppercase;
  padding: 0.85em 1em .45em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem; }

.secondaryButtonHollow {
  background: transparent;
  border: 1px solid #122f52;
  color: #122f52;
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border-radius: 0;
  font-family: "Oswald Light", sans-serif;
  text-transform: uppercase;
  padding: 0.85em 1em .45em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem; }

.button.tertiary {
  color: white;
  border-color: white; }
  .button.tertiary:hover {
    color: #cccccc;
    border-color: #cccccc; }

.button.white {
  color: #8d8d8d;
  border-color: #8d8d8d;
  background-color: white; }
  .button.white:hover {
    color: #5a5a5a;
    border-color: #5a5a5a;
    background-color: #ECECEC; }

.button.grey {
  color: white;
  background-color: #6d6d6d; }
  .button.grey:hover {
    color: #cccccc;
    border-color: #3a3a3a; }

.button.hollow.grey {
  color: #6d6d6d;
  background-color: white;
  border-color: #6d6d6d; }
  .button.hollow.grey:hover {
    color: #3a3a3a;
    border-color: lightgray;
    background-color: #ededed; }

.stacked-buttons {
  margin-bottom: 1rem; }
  .stacked-buttons .button {
    margin: 2px 0; }

span.button-effect {
  border: thin solid white;
  color: white;
  padding: 10px;
  font-size: .75rem;
  font-family: "Oswald Light";
  text-transform: uppercase; }

.bold-caps-link {
  font-family: "Oswald Light", sans-serif;
  text-transform: uppercase;
  text-decoration: underline; }

h2.product-title {
  margin-top: .5rem;
  font-size: .85rem;
  text-transform: none;
  text-decoration: underline;
  color: #6d6d6d;
  font-family: "Droid Serif", serif; }
  h2.product-title a {
    color: #6d6d6d; }

.product-price {
  color: #6d6d6d;
  font-weight: bold;
  font-size: 1.8rem; }

.tabs {
  background: transparent;
  border: none; }

.tabs-content {
  background: transparent;
  border: none; }

.tabs-panel {
  padding: 0; }
  .tabs-panel .content-box {
    padding: 2rem; }

.tabs-title > a:hover, .tabs-title > a:focus, .tabs-title > a[aria-selected="true"] {
  background: #122f52;
  color: white; }

.tabs-title {
  font-family: "Oswald Light", sans-serif;
  background: #f3f3f3; }
  .tabs-title a {
    color: #6d6d6d; }

li.tabs-title.is-active a {
  color: white; }

/*Specific Areas*/
.calendar-search {
  background-color: #122f52;
  color: white;
  text-align: center;
  margin-bottom: 20px;
  width: 100%; }
  .calendar-search h3 {
    color: white;
    font-size: 1rem;
    text-transform: uppercase; }
  .calendar-search .date-picker input {
    margin: 0 0 5px 0;
    border-radius: 0;
    font-size: .8rem;
    font-family: "Oswald Light", sans-serif;
    text-transform: uppercase; }

.button.submit-grey {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #C9C9C9;
  color: #000;
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0; }
  [data-whatinput='mouse'] .button.submit-grey {
    outline: 0; }
  .button.submit-grey:hover, .button.submit-grey:focus {
    background: #dddddd;
    color: #000; }

.pagination {
  font-family: "Oswald Light", sans-serif; }
  .pagination .current {
    background: #122f52;
    padding: 0.3875rem 0.625rem; }
    .pagination .current a {
      background-color: transparent;
      padding: 0;
      color: white; }
  .pagination a {
    background: white;
    padding: 0.3875rem 0.625rem; }

span.label {
  font-family: "Oswald Light", sans-serif;
  text-transform: uppercase;
  padding: 3px 1rem; }

.accordion {
  background: transparent;
  border: none; }

.accordion-content {
  padding: 0;
  border-bottom: none; }
  .accordion-content .content-box {
    margin-bottom: 0 !important; }

.accordion-title {
  font-size: 1.5rem;
  font-family: "Oswald Light", sans-serif;
  text-transform: uppercase;
  background: #ab8c48;
  color: white;
  border-bottom: none; }

li.accordion-item {
  margin: 10px 0.4625rem; }

.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in;
  pointer-events: none; }
  .modalDialog .product-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .modalDialog .product-image {
    width: 20%; }
  .modalDialog .product-description {
    width: 70%;
    text-align: left;
    margin-left: 1rem; }

.modalDialog:target {
  opacity: 1;
  pointer-events: auto; }

.modalDialog > div {
  width: 50%;
  position: absolute;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  border-radius: 0;
  background: #fff;
  background: -o-linear-gradient(#fff, #999);
  top: 25%;
  left: 25%; }
  @media screen and (max-width: 44.4375em) {
    .modalDialog > div {
      width: 80%; } }
  @media screen and (max-width: 44.4375em) {
    .modalDialog > div {
      position: relative;
      top: 50%;
      left: 0; } }

.close {
  background: #ab8c48;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0;
  box-shadow: 1px 1px 3px #000; }

.close:hover {
  background: #cccccc; }

/*
Header-Specific SCSS
*/
/* 
    Created on : Oct 27, 2015, 2:35:38 PM
    Author     : April
*/
header#main-header .reading-size {
  margin-top: -25px; }

a.rrpfi-logo {
  display: block;
  position: relative;
  z-index: 999; }

button.plain {
  float: right; }

header#main-header, header#main-header-mobile {
  background-color: #122f52;
  padding: 20px 0;
  color: #a5a5a5;
  position: relative;
  font-size: .8rem;
  font-family: "Oswald Light";
  font-style: italic; }
  @media screen and (min-width: 44.5em) {
    header#main-header, header#main-header-mobile {
      z-index: 100; } }
  header#main-header #sub-nav, header#main-header-mobile #sub-nav {
    font-family: "Oswald Light", serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #ab8c48;
    font-size: .8rem;
    font-style: normal;
    margin-top: 20px; }
    header#main-header #sub-nav ul, header#main-header-mobile #sub-nav ul {
      list-style: none;
      margin: 0; }
      header#main-header #sub-nav ul li, header#main-header-mobile #sub-nav ul li {
        display: inline;
        padding: 0 40px; }
        header#main-header #sub-nav ul li i, header#main-header-mobile #sub-nav ul li i {
          margin-right: 7px; }
        header#main-header #sub-nav ul li:last-child, header#main-header-mobile #sub-nav ul li:last-child {
          padding-right: 0; }
  header#main-header .site-search i, header#main-header-mobile .site-search i {
    font-size: 15px;
    position: relative;
    float: right;
    width: 10px;
    top: -25px;
    right: 20px;
    color: #cccccc; }

#desktop-subnav {
  display: none; }
  @media only screen and (min-width: 1211px) {
    #desktop-subnav {
      display: block !important; } }

#off-canvas-sub-nav .site-search i {
  right: -18px; }

#sub-header {
  background-color: #f4f4f4;
  color: #686868;
  font-size: .8rem;
  font-family: "Oswald Light", serif;
  font-weight: 300;
  text-transform: uppercase;
  z-index: 99;
  position: relative;
  display: none;
  /* Megamenu */
  /* Actual hover mega menues */
  /* Mixins */ }
  #sub-header .megamenu {
    margin: 0 auto;
    list-style: none;
    position: relative; }
  #sub-header .megamenu > li {
    float: left; }
  #sub-header .megamenu > li.is-active > a:after,
  #sub-header .megamenu > li[data-hover="mega"]:hover > a:after {
    opacity: 1; }
  #sub-header .megamenu > li > a {
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    border-radius: 10px;
    line-height: 2.5em;
    margin: 0 4px 0 0;
    padding: 20px 16px;
    display: inline-block;
    position: relative; }
  #sub-header .megamenu > li.is-active > a:after {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    z-index: 9999;
    top: 54px;
    content: " ";
    height: 19px;
    width: 40px;
    position: absolute;
    pointer-events: none;
    background-image: url(../images/menu-arrow.png);
    left: 50%;
    margin-left: -19px;
    opacity: 0;
    transition: all 0.25s ease-in; }
  #sub-header .mega {
    display: none;
    opacity: 0;
    background-color: white;
    text-align: left;
    min-width: 71.2rem;
    left: .4rem;
    top: 72px;
    border-top: 8px solid #122f52;
    position: absolute;
    box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.23);
    margin-left: 0 !important; }
  #sub-header .mega .inner {
    height: 100%;
    width: 73.2rem;
    position: relative;
    padding: 20px; }
    #sub-header .mega .inner h2 {
      font-family: "Droid Serif", serif;
      color: #6d6d6d;
      border-bottom: 1px solid #ab8c48;
      font-size: .85rem;
      font-weight: normal;
      margin-bottom: 7px;
      word-wrap: break-word;
      white-space: normal;
      margin-top: 10px; }
    #sub-header .mega .inner .columns ul li {
      margin-bottom: 3px; }
    #sub-header .mega .inner .columns ul li a {
      word-wrap: break-word;
      white-space: normal;
      color: #686868; }
      #sub-header .mega .inner .columns ul li a:hover {
        text-decoration: underline; }
  #sub-header .transition-all {
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear; }
  #sub-header .transition-none {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none; }
  #sub-header #main-nav {
    text-align: left; }
    #sub-header #main-nav .shrink {
      margin-right: 32px; }
  #sub-header a[target="_blank"]:after {
    font-family: 'FontAwesome';
    content: " \f14c";
    float: none;
    display: inline;
    margin-left: 2px; }
  #sub-header img {
    height: auto !important; }
  #sub-header .dropdown.menu .has-submenu {
    position: inherit; }
  #sub-header .dropdown.menu .has-submenu.is-down-arrow > a.parent:after {
    display: none; }
  #sub-header li.has-submenu.is-down-arrow.is-active a.parent:before {
    content: "";
    width: 40px;
    height: 19px;
    background-image: url(../images/menu-arrow.png);
    position: absolute;
    left: 25%;
    top: 40px; }
  #sub-header .dropdown.menu .submenu {
    min-width: 73.2rem;
    left: .4rem;
    top: 156%;
    border-top: 8px solid #122f52; }
    #sub-header .dropdown.menu .submenu .row.parent {
      position: relative;
      padding: 20px 20px 0 20px; }
      #sub-header .dropdown.menu .submenu .row.parent h2 {
        font-family: "Droid Serif", serif;
        color: #6d6d6d;
        border-bottom: 1px solid #ab8c48;
        font-size: .85rem;
        font-weight: normal;
        margin-bottom: 7px;
        word-wrap: break-word;
        white-space: normal; }
      #sub-header .dropdown.menu .submenu .row.parent .event-title {
        font-family: "Droid Serif", serif;
        font-size: .75rem;
        color: #6d6d6d;
        text-transform: inherit;
        border-bottom: none;
        margin-bottom: 0; }
        #sub-header .dropdown.menu .submenu .row.parent .event-title a {
          color: #6d6d6d;
          text-decoration: underline; }
      #sub-header .dropdown.menu .submenu .row.parent a.event-reserve {
        color: #ab8c48; }
      #sub-header .dropdown.menu .submenu .row.parent .columns {
        padding: 0 20px; }
        #sub-header .dropdown.menu .submenu .row.parent .columns ul {
          margin-bottom: 20px; }
          #sub-header .dropdown.menu .submenu .row.parent .columns ul li {
            margin-bottom: 5px; }
            #sub-header .dropdown.menu .submenu .row.parent .columns ul li a {
              word-wrap: break-word;
              white-space: normal; }
  #sub-header .menu > li > a {
    color: #686868;
    position: relative; }
  #sub-header a {
    color: #686868; }
    #sub-header a i {
      margin-left: 5px; }
  #sub-header p {
    font-family: "Droid Serif", serif;
    text-transform: none;
    word-wrap: break-word; }
  @media only screen and (min-width: 1211px) {
    #sub-header {
      display: block !important; } }

header .mega-nav {
  position: relative; }
  header .mega-nav ul.submenu a:hover {
    text-decoration: underline; }

.tablet-nav-access.reading-size {
  margin-top: 0 !important; }

@media only screen and (min-width: 1211px) {
  .tablet-nav-access {
    display: none !important; } }

header#mobile-nav-access, header#tablet-nav-access {
  background-color: #F2F2F2;
  padding: 12px 0 10px 0; }
  header#mobile-nav-access #sub-nav, header#tablet-nav-access #sub-nav {
    font-family: "Oswald Light", serif;
    text-transform: uppercase;
    color: #ab8c48;
    font-size: .8rem;
    font-style: normal;
    float: right;
    padding: 15px 0; }
    header#mobile-nav-access #sub-nav ul, header#tablet-nav-access #sub-nav ul {
      list-style: none;
      margin: 0; }
      header#mobile-nav-access #sub-nav ul li, header#tablet-nav-access #sub-nav ul li {
        display: inline;
        float: left; }
        header#mobile-nav-access #sub-nav ul li i, header#tablet-nav-access #sub-nav ul li i {
          margin-right: 7px; }
        header#mobile-nav-access #sub-nav ul li:last-child, header#tablet-nav-access #sub-nav ul li:last-child {
          padding-right: 0; }
    header#mobile-nav-access #sub-nav .menu > li > a, header#tablet-nav-access #sub-nav .menu > li > a {
      padding: 0 2rem; }

header#tablet-nav-access {
  display: none; }
  @media only screen and (min-width: 512px) and (max-width: 1210px) {
    header#tablet-nav-access {
      display: block !important; } }

header#mobile-nav-access {
  display: none; }
  @media screen and (max-width: 44.4375em) {
    header#mobile-nav-access {
      display: block !important; } }

header button.changeFontLarge {
  font-family: "Oswald Regular", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  margin-left: 5px;
  font-style: normal;
  -webkit-transform: scale(1.6, 1);
  /* Safari and Chrome */
  /* Firefox */
  -ms-transform: scale(1.6, 1);
  /* IE 9 */
  /* Opera */
  transform: scale(1.6, 1);
  /* W3C */
  margin-right: 5px; }

header button.changeFontSmall {
  font-size: .75rem;
  font-family: "Oswald Regular", sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-transform: scale(1.6, 1);
  /* Safari and Chrome */
  /* Firefox */
  -ms-transform: scale(1.6, 1);
  /* IE 9 */
  /* Opera */
  transform: scale(1.6, 1);
  /* W3C */ }

button.menu-toggle {
  font-family: "Oswald Light", sans-serif;
  font-weight: 300;
  color: #122f52;
  text-transform: uppercase;
  font-size: 1rem; }
  button.menu-toggle i {
    margin-right: 5px;
    font-size: 1.2rem; }

.title-bar {
  background: #F2F2F2;
  font-family: "Oswald Light", sans-serif;
  font-weight: 300;
  color: #122f52;
  text-transform: uppercase;
  font-size: 1.1rem; }
  .title-bar .menu-icon::after {
    background: #122f52;
    box-shadow: 0 7px 0 #122f52, 0 14px 0 #122f52; }

.title-bar-title {
  font-family: "Oswald Light", sans-serif;
  color: #122f52;
  text-transform: uppercase;
  font-weight: 300; }

.off-canvas .is-drilldown {
  min-height: 38rem; }

ul.menu.vertical.main-offcanvas {
  font-family: "Oswald Regular", sans-serif;
  font-size: .9rem;
  text-transform: uppercase;
  font-weight: normal; }
  ul.menu.vertical.main-offcanvas li a {
    color: #122f52;
    padding: 0.7rem 2rem .7rem 1rem; }
    ul.menu.vertical.main-offcanvas li a:hover {
      color: black; }
    ul.menu.vertical.main-offcanvas li a i {
      margin-left: 5px; }
  ul.menu.vertical.main-offcanvas li.menu-breadcumb {
    border-bottom: 1px solid #ab8c48 !important; }
    ul.menu.vertical.main-offcanvas li.menu-breadcumb a {
      color: #ab8c48; }
  ul.menu.vertical.main-offcanvas li.js-drilldown-back {
    background-color: #122f52; }
    ul.menu.vertical.main-offcanvas li.js-drilldown-back a {
      color: white; }
  ul.menu.vertical.main-offcanvas li {
    border-bottom: thin solid #D8D4D4; }
    ul.menu.vertical.main-offcanvas li.is-drilldown-submenu-item {
      border-bottom: none; }
    ul.menu.vertical.main-offcanvas li:last-child {
      content: "";
      border: none; }

#offCanvasRight {
  padding: 10px; }
  #offCanvasRight h2 {
    font-color: #122f52;
    font-size: 1.2rem; }
  #offCanvasRight ul li a {
    text-decoration: underline;
    color: #6d6d6d; }

.row.breadcrumb-nav {
  margin: 20px auto; }
  .row.breadcrumb-nav .columns nav {
    background-color: white;
    padding: 15px 10px 15px 20px; }
  .row.breadcrumb-nav .breadcrumbs {
    margin: 0;
    font-family: "Oswald Light", serif;
    font-weight: 300;
    text-transform: uppercase; }

.search-container-desktop {
  position: relative;
  right: 190px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto;
  margin-left: -0.4625rem;
  margin-right: -0.4625rem;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 1210px) {
    .search-container-desktop {
      top: -6px;
      visibility: hidden; } }

.store-toggle {
  position: absolute;
  right: .4625rem;
  top: -253px;
  z-index: 1100;
  font-style: normal; }
  .store-toggle h2 {
    font-size: 1.2rem;
    text-transform: none; }
  .store-toggle .panel-container {
    width: 380px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: auto;
    margin-right: auto;
    margin-left: -0.4625rem;
    margin-right: -0.4625rem; }
  .store-toggle .toggle-panel {
    padding: 20px 20px 10px 20px;
    background-color: white;
    border: thin solid #ab8c48;
    margin-bottom: 18px; }
    .store-toggle .toggle-panel ul {
      font-family: "Droid Serif", serif; }
      .store-toggle .toggle-panel ul li {
        padding: 5px 0; }
        .store-toggle .toggle-panel ul li a {
          text-decoration: underline;
          color: #6d6d6d; }
    .store-toggle .toggle-panel .remember-me {
      font-size: 10px; }
    .store-toggle .toggle-panel input[type="text"].standard-form {
      font-size: 15px;
      height: 30px; }
    .store-toggle .toggle-panel input.standard-form#remember-user {
      margin-top: -10px; }
    .store-toggle .toggle-panel .register {
      font-family: "Oswald Light", sans-serif;
      color: #ab8c48;
      font-weight: 300; }
    .store-toggle .toggle-panel .basket p {
      font-family: "Droid Serif", serif;
      color: #6d6d6d;
      font-weight: 300; }
      .store-toggle .toggle-panel .basket p a {
        color: #6d6d6d; }
  .store-toggle .account-action-wrapper {
    font-style: normal;
    font-size: .85rem;
    color: white;
    width: 150px;
    position: absolute;
    right: 0; }
    .store-toggle .account-action-wrapper span {
      background-color: #ab8c48;
      padding: 21px; }
    .store-toggle .account-action-wrapper a {
      color: white; }
  .store-toggle.expanded {
    top: -20px; }
  @media (max-width: 1210px) {
    .store-toggle {
      top: -260px; }
      .store-toggle.expanded {
        top: -25.8px; } }

#top-search label {
  color: white;
  display: inline; }
  #top-search label input[type="radio"] {
    display: inline;
    margin-right: 5px;
    margin-left: 15px;
    text-align: left; }

label.radiob {
  display: inline; }

form#side-search #side-search-textbox {
  margin-bottom: 5px; }

form#side-search label {
  color: white; }
  form#side-search label input {
    margin: 0; }

form#side-search .side-search-radio {
  margin-right: 3px; }

/*
Interior-Global Global SCSS
*/
/* 
    Created on : Oct 27, 2015, 2:35:38 PM
    Author     : April
*/
@media screen and (min-width: 44.5em) {
  .lt-ie10 #interior #reagan-quotes .content-box {
    min-height: 400px; } }

@media screen and (min-width: 44.5em) {
  .lt-ie10 #interior #trustee-block .trustee-single {
    min-height: 420px; } }

@media screen and (min-width: 44.5em) {
  .lt-ie10 #interior #list-3 .content-box {
    min-height: 600px; } }

#interior #curriculum-lesson img.content-featured-image {
  margin-bottom: 1rem;
  border: thin solid #E6E3E3;
  box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.2); }

#interior .content-box {
  background-color: white;
  /* display: flex;
        flex-direction: column;*/
  width: 100%;
  position: relative; }
  @media screen and (max-width: 44.4375em) {
    #interior .content-box {
      padding-bottom: 0;
      margin-bottom: 20px; } }
  #interior .content-box .text {
    padding: 26px; }
    @media screen and (max-width: 44.4375em) {
      #interior .content-box .text {
        margin-bottom: 10px; } }
    #interior .content-box .text.learn-more {
      margin-bottom: 80px; }
  #interior .content-box.seal {
    background: white url(../images/presidential-seal.png) bottom right no-repeat; }
  #interior .content-box .reset {
    padding: 0; }

#interior #reagan blockquote.quote {
  padding: 1rem; }

#interior #life-times .times-header {
  padding: 1rem 1rem .5rem; }
  #interior #life-times .times-header h1 span {
    font-size: 1.2rem;
    position: relative;
    top: -4px; }

#interior #life-times .call-out {
  color: #122f52;
  font-size: 1rem;
  font-style: italic; }
  @media screen and (max-width: 44.4375em) {
    #interior #life-times .call-out {
      padding-bottom: 26px; } }

#interior #life-times .content-box {
  margin-bottom: 1rem; }

#interior #life-times p.date {
  font-family: "Oswald Light", sans-serif;
  font-size: .85rem;
  color: #ab8c48;
  font-weight: 300; }
  @media screen and (max-width: 44.4375em) {
    #interior #life-times p.date {
      font-size: 1rem; } }

#interior #life-times p.title {
  font-weight: bold; }

@media screen and (max-width: 44.4375em) {
  #interior #life-times li.tabs-title {
    width: 100%; } }

@media screen and (min-width: 44.5em) {
  #interior #life-times .reveal {
    position: fixed;
    top: 50% !important;
    /* override inline style injected from JS */
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

#interior #reagan-quotes .quote-title {
  font-size: .9rem;
  text-transform: none; }
  @media screen and (max-width: 44.4375em) {
    #interior #reagan-quotes .quote-title {
      font-size: 1rem; } }

#interior #reagan-quotes .quote-date {
  font-weight: bold; }

@media screen and (min-width: 44.5em) {
  #interior #reagan-quotes .topic {
    padding: 2rem 0; } }

#interior #reagan-quotes .topic .button.topic-title {
  position: absolute;
  bottom: 0px;
  left: 26px;
  padding: 0.35em .6em;
  font-family: "Droid Serif", serif;
  text-transform: capitalize;
  font-size: .75rem;
  font-weight: normal;
  border-radius: 5px; }
  @media screen and (max-width: 44.4375em) {
    #interior #reagan-quotes .topic .button.topic-title {
      font-size: 1rem; } }

#interior #reagan-quotes .topic .learn-more {
  margin: 10px 0;
  padding: .2rem .5rem; }
  @media screen and (min-width: 44.5em) {
    #interior #reagan-quotes .topic .learn-more {
      bottom: 60px;
      padding: .2rem .5rem; } }

#interior #reagan-quotes .topic p {
  font-weight: bold; }
  @media screen and (min-width: 44.5em) {
    #interior #reagan-quotes .topic p {
      position: absolute;
      bottom: 30px; } }

@media screen and (min-width: 44.5em) {
  #interior #diary-date .column-left {
    padding-right: 0px; } }

#interior #diary-date .column-left .left-wrapper {
  background-color: #122f52;
  padding: 20px 40px 5px 40px;
  color: white;
  font-family: "Oswald Light", sans-serif;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase; }
  #interior #diary-date .column-left .left-wrapper p.month {
    font-size: 1.2rem;
    margin-bottom: .25rem;
    font-weight: 300; }
  #interior #diary-date .column-left .left-wrapper p.day {
    font-size: 4.9rem;
    margin-bottom: 0;
    font-weight: bold; }
  #interior #diary-date .column-left .left-wrapper p.year {
    font-family: "Droid Serif", serif;
    font-style: italic;
    font-size: 1.2rem; }

#interior #diary-date .current-date {
  background-color: #122f52;
  padding: 20px 40px 15px 40px;
  color: white;
  font-family: "Oswald Light", sans-serif;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0; }
  #interior #diary-date .current-date span.month {
    font-size: 1.2rem;
    margin-bottom: .25rem;
    font-weight: 300; }
  #interior #diary-date .current-date span.day {
    font-size: 1.2rem;
    margin-bottom: 0;
    font-weight: bold; }
  #interior #diary-date .current-date span.year {
    font-size: 1.2rem;
    font-weight: 300; }

@media screen and (min-width: 44.5em) {
  #interior #diary-date .column-right {
    padding-left: 0; } }

#interior #diary-date .column-right .right-wrapper {
  background-color: white;
  font-family: "Droid Serif", serif;
  font-style: italic; }

#interior #diary-date .column-right .content-box {
  padding: 26px 26px 5px 26px; }

@media (min-width: 1211px) {
  #interior #diary-date #date-chooser .column-to-right {
    padding-left: 0; } }

#interior #diary-date #date-chooser .content-box {
  padding: 26px 26px 5px 26px; }

#interior #diary-date #date-chooser .right-wrapper {
  background-color: white;
  font-family: "Droid Serif", serif;
  font-style: italic; }

#interior #diary-date article.diary {
  background-color: white;
  padding: 26px; }
  #interior #diary-date article.diary h2.diary-date-heading {
    font-family: "Droid Serif", serif;
    text-transform: none;
    font-size: 1.5rem; }

#interior #diary-date aside.facts {
  background-color: #F2F2F2;
  padding: 26px;
  width: 100%;
  font-family: "Oswald Light", sans-serif;
  font-weight: 300;
  font-size: .85rem; }
  #interior #diary-date aside.facts h2 {
    text-align: center;
    color: #122f52;
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom: thin solid #122f52;
    padding-bottom: 1rem; }
  #interior #diary-date aside.facts ul li {
    margin-bottom: 1rem;
    font-size: .95rem;
    color: grey; }
    @media screen and (max-width: 44.4375em) {
      #interior #diary-date aside.facts ul li {
        font-size: 1rem; } }

#interior #events-calendar .alert-wrapper {
  width: 100%;
  padding-left: 0.4625rem;
  padding-right: 0.4625rem;
  color: white; }
  #interior #events-calendar .alert-wrapper .alert {
    background-color: #993300; }
    #interior #events-calendar .alert-wrapper .alert p {
      margin: 0;
      padding: 5px 1rem; }

@media screen and (min-width: 44.5em) {
  #interior #events-calendar .event-image {
    padding-right: 0; } }

@media screen and (min-width: 44.5em) and (max-width: 63.9375em) {
  #interior #events-calendar .event-image img {
    max-height: 580px; } }

#interior #events-calendar .event-image .event-date {
  background-color: #ab8c48;
  padding: 10px 1rem;
  color: white;
  font-size: .9rem;
  font-family: "Oswald Light", sans-serif;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-weight: 300; }
  @media screen and (max-width: 44.4375em) {
    #interior #events-calendar .event-image .event-date {
      font-size: 1rem; } }

#interior #events-calendar .event-image .image-content {
  background-color: #ab8c48; }

#interior #events-calendar .event-information .event-container {
  background-color: white;
  width: 100%; }

#interior #events-calendar .event-information .text-content {
  padding: 0 16px; }

@media screen and (min-width: 44.5em) {
  #interior #events-calendar .event-information {
    padding-left: 0; } }

@media screen and (min-width: 64em) {
  #interior #events-calendar .event-information {
    padding-right: 0; } }

#interior #events-calendar .event-information h1 {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-family: "Oswald Regular", sans-serif;
  text-transform: none;
  font-weight: normal; }

#interior #events-calendar .event-schedule .event-container {
  background-color: #E4E4E4;
  width: 100%; }

#interior #events-calendar .event-schedule .text-content {
  padding: 0 16px; }

@media screen and (min-width: 64em) {
  #interior #events-calendar .event-schedule {
    padding-left: 0; } }

#interior #events-calendar .event-schedule h2 {
  margin-top: 1rem;
  font-size: .85rem;
  font-family: "Oswald Light", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  color: #7A7A71; }
  @media screen and (max-width: 44.4375em) {
    #interior #events-calendar .event-schedule h2 {
      font-size: 1rem; } }

#interior #events-calendar .event-schedule ul {
  font-size: .75rem; }
  @media screen and (max-width: 44.4375em) {
    #interior #events-calendar .event-schedule ul {
      font-size: 1rem; } }

#interior #events-calendar .single-event {
  margin-bottom: 1rem; }

#interior #scholarship .scholar-wrapper {
  background-color: white;
  padding: 26px; }
  #interior #scholarship .scholar-wrapper .scholar-single {
    position: relative; }

#interior #single-event .event-overview {
  margin-bottom: 1rem;
  float: left;
  margin-right: 1rem;
  width: 230px; }
  @media screen and (max-width: 63.9375em) {
    #interior #single-event .event-overview {
      float: none;
      width: 100%; } }
  #interior #single-event .event-overview .alert {
    background-color: #993300;
    font-family: "Oswald Light", sans-serif;
    text-transform: uppercase;
    color: white;
    text-align: center;
    font-weight: 300;
    padding-top: 7px; }
    #interior #single-event .event-overview .alert p {
      margin: 0;
      padding: 5px 1rem; }
  #interior #single-event .event-overview .event-container {
    background-color: #E4E4E4;
    width: 100%; }
    #interior #single-event .event-overview .event-container h2 {
      margin-top: 10px;
      font-size: .85rem;
      font-family: "Oswald Light", sans-serif;
      font-weight: 300;
      text-transform: uppercase;
      color: #7A7A71; }
      @media screen and (max-width: 44.4375em) {
        #interior #single-event .event-overview .event-container h2 {
          font-size: 1rem; } }
    #interior #single-event .event-overview .event-container h2.date {
      background-color: #ab8c48;
      font-size: 1.2rem;
      color: white;
      text-align: center;
      width: 100%;
      margin: 0 0 10px 0;
      padding: 1rem 0 .5rem 0; }
    #interior #single-event .event-overview .event-container ul {
      font-size: .75rem; }
    #interior #single-event .event-overview .event-container .text-content {
      padding: 16px; }

#interior #single-event p.lead {
  font-size: 1rem;
  font-style: italic;
  color: #122f52; }

#interior #single-event ul {
  list-style-position: inside;
  overflow: hidden; }

#interior #people #page-content h1 {
  margin-top: 10px;
  font-size: 1.3rem;
  margin-bottom: 3px; }
  @media screen and (max-width: 44.4375em) {
    #interior #people #page-content h1 {
      font-size: 1.6rem; } }

#interior #people #page-content h2 {
  font-family: "Droid Serif", serif;
  color: #686868;
  font-size: .85rem;
  text-transform: none;
  font-weight: bold; }
  @media screen and (max-width: 44.4375em) {
    #interior #people #page-content h2 {
      font-size: 1rem; } }

#interior #people #page-content p a {
  color: #686868;
  font-weight: bold;
  margin-left: 3px;
  white-space: nowrap; }

#interior #people #page-content .person-wrapper {
  background-color: white;
  padding: 26px; }
  #interior #people #page-content .person-wrapper .person-single {
    position: relative; }

@media screen and (min-width: 44.5em) {
  #interior .columns.clear-right-padding, #interior-landing .columns.clear-right-padding {
    padding-right: 0; } }

@media screen and (min-width: 64em) {
  #interior .columns.clear-right-padding.padding-reset-tablet, #interior-landing .columns.clear-right-padding.padding-reset-tablet {
    padding-right: 0; } }

@media screen and (min-width: 44.5em) {
  #interior .columns.clear-left-padding, #interior-landing .columns.clear-left-padding {
    padding-left: 0; } }

@media screen and (min-width: 64em) {
  #interior .columns.clear-left-padding.padding-reset-tablet, #interior-landing .columns.clear-left-padding.padding-reset-tablet {
    padding-left: 0; } }

@media screen and (min-width: 44.5em) {
  #interior .columns.clear-padding, #interior-landing .columns.clear-padding {
    padding: 0; } }

@media screen and (min-width: 64em) {
  #interior .columns.clear-padding.padding-reset-tablet, #interior-landing .columns.clear-padding.padding-reset-tablet {
    padding: 0; } }

#page-header {
  color: white !important;
  margin-bottom: 20px; }
  #page-header .feature-image {
    margin-top: -8px; }
  #page-header h2 {
    margin-top: -30px !important; }

.page-header {
  background-color: #ab8c48; }
  .page-header h1 {
    font-family: "Oswald Regular", serif;
    text-transform: uppercase;
    font-size: 2rem !important;
    padding: 20px;
    color: white !important;
    font-weight: normal; }
  .page-header h2 {
    font-family: "Oswald Light", serif !important;
    text-transform: uppercase !important;
    font-size: 1.4rem !important;
    font-weight: 300 !important;
    padding: 0 20px 20px 20px;
    margin-top: -20px;
    margin-bottom: 0 !important;
    color: white !important; }

.maps iframe {
  pointer-events: none; }

#page-content h2 {
  margin-top: 1rem; }

#page-content h3 {
  margin-bottom: 10px; }

#page-content h4 {
  font-family: "Droid Serif", serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #696969;
  font-size: 1rem; }
  #page-content h4 span.unbold {
    font-weight: normal; }

#page-content .grid-layout img {
  margin-bottom: 1rem; }

#page-content p.caption {
  color: #6d6d6d;
  font-size: .8rem;
  font-style: italic; }

#page-content .page-content-box {
  background-color: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
  padding: 26px; }
  #page-content .page-content-box h3 {
    font-size: 1.3rem; }
  @media screen and (max-width: 44.4375em) {
    #page-content .page-content-box {
      margin-bottom: 20px; } }
  #page-content .page-content-box .text {
    padding: 26px; }
    @media screen and (max-width: 44.4375em) {
      #page-content .page-content-box .text {
        margin-bottom: 10px; } }
  #page-content .page-content-box blockquote {
    border: none;
    margin: 0;
    color: #122f52; }
    #page-content .page-content-box blockquote p {
      font-size: 1rem;
      font-style: italic;
      color: #122f52; }
    #page-content .page-content-box blockquote footer {
      text-align: right;
      padding: 1rem 0 0 0;
      color: #122f52;
      font-family: "Droid Serif", serif; }

#page-content .page-content-wrapper {
  background-color: white;
  position: relative;
  padding: 26px; }
  #page-content .page-content-wrapper h3 {
    font-size: 1.3rem; }
  @media screen and (max-width: 44.4375em) {
    #page-content .page-content-wrapper {
      margin-bottom: 20px; } }
  #page-content .page-content-wrapper .learn-more {
    margin-top: 40px; }
  #page-content .page-content-wrapper .text {
    padding: 26px; }
    @media screen and (max-width: 44.4375em) {
      #page-content .page-content-wrapper .text {
        margin-bottom: 10px; } }
    #page-content .page-content-wrapper .text.learn-more {
      margin-bottom: 80px; }
  #page-content .page-content-wrapper blockquote {
    border: none;
    margin: 0;
    color: #122f52; }
    #page-content .page-content-wrapper blockquote p {
      font-size: 1rem;
      font-style: italic;
      color: #122f52; }
    #page-content .page-content-wrapper blockquote footer {
      text-align: right;
      padding: 1rem 0 0 0;
      color: #122f52;
      font-family: "Droid Serif", serif; }

#page-content .callout-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
  padding: 26px; }
  #page-content .callout-box h2 {
    color: #cccccc; }
  #page-content .callout-box h3 {
    font-size: 1.3rem;
    color: #cccccc; }
  @media screen and (max-width: 44.4375em) {
    #page-content .callout-box {
      margin-bottom: 20px; } }
  #page-content .callout-box .learn-more {
    margin-top: 40px; }
  #page-content .callout-box .text {
    padding: 26px; }
    @media screen and (max-width: 44.4375em) {
      #page-content .callout-box .text {
        margin-bottom: 10px; } }
    #page-content .callout-box .text.learn-more {
      margin-bottom: 80px; }

#page-content .bg-gold .callout-box h2 {
  color: white; }

#page-content .sorting .pagination {
  margin-bottom: 0;
  margin-top: 5px; }
  @media screen and (max-width: 44.4375em) {
    #page-content .sorting .pagination {
      margin-bottom: 1rem;
      margin-top: 0; } }

#page-content .page-nav {
  font-family: "Oswald Light", sans-serif;
  text-transform: uppercase;
  color: #ab8c48;
  font-weight: 300;
  margin-bottom: 2rem; }
  #page-content .page-nav span.divide {
    margin: 0 10px;
    color: grey; }
  #page-content .page-nav i {
    margin: 0 5px; }

.column-background {
  background-size: cover !important;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.is-active > .accordion-title::before {
  content: "\f0d7"; }

.accordion-title::before {
  content: "\f0da";
  font: normal normal normal 34px/1 FontAwesome;
  top: 26px; }

/*
Footer-Specific SCSS
*/
/* 
    Created on : Oct 27, 2015, 2:35:38 PM
    Author     : April
*/
footer {
  background-color: white;
  padding: 30px 0;
  color: #6d6d6d;
  font-family: "Oswald Regular", sans-serif; }
  footer h2 {
    font-family: "Droid Sans", serif;
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
    line-height: 1rem; }
  footer address {
    margin-bottom: 10px;
    font-style: normal; }
  footer ul.footer-nav {
    text-transform: uppercase; }
    footer ul.footer-nav li {
      padding: 0 0 10px 0; }
    footer ul.footer-nav a {
      color: #6d6d6d;
      text-decoration: none; }
      footer ul.footer-nav a:hover {
        color: black; }
  footer ul.social-nav li {
    display: inline;
    padding: 0 10px 0 0;
    font-size: 2rem; }
    footer ul.social-nav li a {
      color: #b4b4b4; }
  footer p.follow-social {
    color: #ab8c48;
    font-style: italic;
    font-size: .9rem; }

#copyright {
  background-color: #122f52;
  padding: 20px 0;
  color: white;
  font-size: .85rem;
  font-family: "Oswald Regular", sans-serif;
  font-weight: 300; }
  #copyright .footer-link {
    text-decoration: underline; }
  #copyright a {
    color: white; }
    #copyright a:hover {
      color: #b3b3b3; }

/*
Sidebar SCSS
*/
/* 
    Created on : Oct 27, 2015, 2:35:38 PM
    Author     : April
*/
article.sidebar {
  background-color: white; }
  article.sidebar .text {
    padding: 16px; }
    @media screen and (max-width: 44.4375em) {
      article.sidebar .text {
        margin-bottom: 10px; } }
  article.sidebar h2.sidebar-title {
    margin-bottom: 1rem;
    font-size: 1.3rem; }
  article.sidebar h2.sidebar-header {
    margin-bottom: 0;
    font-size: 1.3rem; }
  article.sidebar h3 {
    margin-top: 0; }
  article.sidebar .menu > li > a {
    background-color: #f3f3f3;
    font-size: .9rem;
    font-family: "Oswald Regular", serif;
    color: #6d6d6d;
    font-weight: 400; }
  article.sidebar .menu.nested {
    background-color: white;
    margin-left: 0; }
    article.sidebar .menu.nested .is-submenu-item a {
      background-color: white;
      font-weight: 300; }
    article.sidebar .menu.nested .is-submenu-item.current a {
      background-color: white;
      font-weight: 300;
      color: #ab8c48; }
    article.sidebar .menu.nested i {
      margin-left: 5px; }
    article.sidebar .menu.nested li a {
      padding: 0.5rem 1rem; }
  article.sidebar .menu.vertical > li {
    margin-bottom: 3px; }
  article.sidebar a.current {
    color: #AB8C48 !important; }
  article.sidebar li.current a {
    color: #AB8C48 !important; }
  article.sidebar .is-accordion-submenu-parent > a::after {
    border-color: #8A8A8A transparent transparent;
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
    right: .6rem; }
  article.sidebar .is-accordion-submenu-parent[aria-expanded="true"] > a::after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    right: .8rem; }
  article.sidebar .sidebar-box {
    background-color: white;
    position: relative; }
    @media screen and (max-width: 44.4375em) {
      article.sidebar .sidebar-box {
        padding-bottom: 0;
        margin-bottom: 20px; } }
    article.sidebar .sidebar-box .text {
      padding: 26px; }
      @media screen and (max-width: 44.4375em) {
        article.sidebar .sidebar-box .text {
          margin-bottom: 10px; } }
      article.sidebar .sidebar-box .text.learn-more {
        margin-bottom: 80px; }
    article.sidebar .sidebar-box.seal {
      background: white url(../images/presidential-seal.png) bottom right no-repeat; }
    article.sidebar .sidebar-box .reset {
      padding: 0; }

/*
Form styles SCSS
*/
/* 
    Created on : Oct 27, 2015, 2:35:38 PM
    Author     : April
*/
.validation-summary-errors {
  background-color: #7D0A0A;
  padding: 10px;
  color: white;
  margin-bottom: 5px; }
  .validation-summary-errors ul {
    list-style: none;
    margin: 0;
    padding: 0; }

input.search-input {
  margin: 0;
  border-radius: 0;
  font-size: .9rem; }

input.standard-form {
  margin: 0 0 10px 0;
  border-radius: 0;
  font-size: 1rem;
  font-family: "Oswald Regular", sans-serif; }
  input.standard-form#remember-user {
    margin-top: 16px; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  text-transform: uppercase;
  font-family: "Oswald Light", sans-serif;
  font-weight: 300; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-transform: uppercase;
  font-family: "Oswald Light", sans-serif;
  font-weight: 300; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-transform: uppercase;
  font-family: "Oswald Light", sans-serif;
  font-weight: 300; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-transform: uppercase;
  font-family: "Oswald Light", sans-serif;
  font-weight: 300; }

label.remember-me {
  font-family: "Oswald Light", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  margin-left: .3rem;
  margin-right: 0;
  color: #6d6d6d; }

.site-search i {
  font-size: 15px;
  position: relative;
  float: right;
  width: 75px;
  top: -29px;
  right: -45px;
  color: #cccccc; }

[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, select {
  font-size: .75rem; }

[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 {
  border: 1px solid #E4DEDE !important;
  height: inherit; }

.diary-date-picker label {
  display: inline-block; }

.diary-date-picker input[type="radio"]:checked + label {
  color: #ab8c48; }

.diary-date-picker input[type="radio"] {
  display: none; }

.diary-date-picker hr {
  margin: 0 5px; }

.pick-year label {
  font-size: 1rem;
  padding: 19px 8px; }

.pick-month {
  margin-left: 7px; }
  .pick-month label {
    font-size: .75rem;
    padding: 19px 0;
    margin: 0 7px; }

.pick-day {
  margin-left: 5px; }
  .pick-day label {
    font-size: .75rem;
    padding: 19px 0;
    margin: 0 4px; }

.search-filter label {
  display: inline-block;
  font-family: "Oswald Light", sans-serif;
  text-transform: uppercase;
  padding: 5px 20px;
  border: thin solid #122f52;
  margin: 0 0 4px 0;
  cursor: pointer; }
  .search-filter label:hover {
    color: white;
    border: thin solid #122f52;
    background-color: #122f52; }

.search-filter input[type="radio"]:checked + label {
  color: white;
  border: thin solid #122f52;
  background-color: #122f52; }

.search-filter input[type="radio"] {
  display: none; }

.search-filter hr {
  margin: 0 5px; }

@media screen and (max-width: 44.4375em) {
  [type='file'], [type='checkbox'], [type='radio'] {
    margin: 0; } }

.control-group .required {
  background-color: #EFE6D2; }

span.help-inline {
  background-color: #7D0A0A;
  top: -10px;
  position: relative;
  width: 100%;
  color: white; }

/*
Overview Specific Grid
*/
/* 
    Created on : Oct 27, 2015, 1:12:31 PM
    Author     : April at U! Creative
*/
@media screen and (min-width: 44.5em) {
  .lt-ie10 #overview #person-block .person-single {
    min-height: 420px; } }

#overview #curriculum .curriculum-box {
  background-color: white;
  /* display: flex;
        flex-direction: column;*/
  width: 100%;
  position: relative; }
  @media screen and (max-width: 44.4375em) {
    #overview #curriculum .curriculum-box {
      padding-bottom: 0;
      margin-bottom: 20px; } }
  #overview #curriculum .curriculum-box .text {
    padding: 26px; }
    @media screen and (max-width: 44.4375em) {
      #overview #curriculum .curriculum-box .text {
        margin-bottom: 10px; } }
    #overview #curriculum .curriculum-box .text.learn-more {
      margin-bottom: 80px; }
  #overview #curriculum .curriculum-box .reset {
    padding: 0; }

#overview #board-trustees #page-content h1, #overview #items #page-content h1, #overview #people #page-content h1 {
  margin-top: 10px;
  font-size: 1.3rem;
  margin-bottom: 3px; }
  @media screen and (max-width: 44.4375em) {
    #overview #board-trustees #page-content h1, #overview #items #page-content h1, #overview #people #page-content h1 {
      font-size: 1.6rem; } }

#overview #board-trustees #page-content h2, #overview #items #page-content h2, #overview #people #page-content h2 {
  font-family: "Droid Serif", serif;
  color: #686868;
  font-size: .85rem;
  text-transform: none;
  font-weight: bold; }
  @media screen and (max-width: 44.4375em) {
    #overview #board-trustees #page-content h2, #overview #items #page-content h2, #overview #people #page-content h2 {
      font-size: 1rem; } }

#overview #board-trustees #page-content p a, #overview #items #page-content p a, #overview #people #page-content p a {
  color: #686868;
  font-weight: bold;
  margin-left: 3px;
  white-space: nowrap; }

#overview #board-trustees #page-content .trustee-wrapper, #overview #board-trustees #page-content .person-wrapper, #overview #board-trustees #page-content .item-wrapper, #overview #items #page-content .trustee-wrapper, #overview #items #page-content .person-wrapper, #overview #items #page-content .item-wrapper, #overview #people #page-content .trustee-wrapper, #overview #people #page-content .person-wrapper, #overview #people #page-content .item-wrapper {
  background-color: white;
  padding: 26px; }
  #overview #board-trustees #page-content .trustee-wrapper .trustee-single, #overview #board-trustees #page-content .trustee-wrapper .person-single, #overview #board-trustees #page-content .trustee-wrapper .item-single, #overview #board-trustees #page-content .person-wrapper .trustee-single, #overview #board-trustees #page-content .person-wrapper .person-single, #overview #board-trustees #page-content .person-wrapper .item-single, #overview #board-trustees #page-content .item-wrapper .trustee-single, #overview #board-trustees #page-content .item-wrapper .person-single, #overview #board-trustees #page-content .item-wrapper .item-single, #overview #items #page-content .trustee-wrapper .trustee-single, #overview #items #page-content .trustee-wrapper .person-single, #overview #items #page-content .trustee-wrapper .item-single, #overview #items #page-content .person-wrapper .trustee-single, #overview #items #page-content .person-wrapper .person-single, #overview #items #page-content .person-wrapper .item-single, #overview #items #page-content .item-wrapper .trustee-single, #overview #items #page-content .item-wrapper .person-single, #overview #items #page-content .item-wrapper .item-single, #overview #people #page-content .trustee-wrapper .trustee-single, #overview #people #page-content .trustee-wrapper .person-single, #overview #people #page-content .trustee-wrapper .item-single, #overview #people #page-content .person-wrapper .trustee-single, #overview #people #page-content .person-wrapper .person-single, #overview #people #page-content .person-wrapper .item-single, #overview #people #page-content .item-wrapper .trustee-single, #overview #people #page-content .item-wrapper .person-single, #overview #people #page-content .item-wrapper .item-single {
    position: relative; }

#overview p.quote {
  color: #ab8c48;
  font-style: italic;
  font-size: 1rem;
  padding: 26px; }

#overview .content-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative; }
  #overview .content-box.bg-grey {
    background-color: #e6e6e6; }
  #overview .content-box.bg-blue {
    color: white;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    #overview .content-box.bg-blue h1, #overview .content-box.bg-blue h2, #overview .content-box.bg-blue h3, #overview .content-box.bg-blue a {
      color: white; }
  #overview .content-box.bg-white {
    background-color: white; }
  @media screen and (max-width: 44.4375em) {
    #overview .content-box {
      padding-bottom: 0;
      margin-bottom: 20px;
      background-color: white; } }
  #overview .content-box .text {
    padding: 26px; }
    @media screen and (max-width: 44.4375em) {
      #overview .content-box .text {
        margin-bottom: 10px; }
        #overview .content-box .text.learn-more {
          padding: 10px 26px; } }
    @media screen and (min-width: 64em) {
      #overview .content-box .text.learn-more {
        margin-bottom: 80px; } }
  #overview .content-box .learn-more {
    padding: 10px 26px; }
  #overview .content-box.seal {
    background: white url(../images/presidential-seal.png) bottom right no-repeat; }
  #overview .content-box .reset {
    padding: 0; }

#overview .webcast {
  margin-bottom: 1rem; }
  #overview .webcast h2 {
    font-size: 1.2rem;
    text-transform: none; }
  #overview .webcast p.event-date {
    font-size: .75rem; }
    @media screen and (max-width: 44.4375em) {
      #overview .webcast p.event-date {
        font-size: 1rem; } }

#overview .podcast h2 {
  font-size: 1.2rem;
  text-transform: none; }

#overview .podcast p.event-date {
  font-size: .75rem; }
  @media screen and (max-width: 44.4375em) {
    #overview .podcast p.event-date {
      font-size: 1rem; } }

#overview .freedom-award h2 {
  font-size: 1.2rem;
  text-transform: none; }

#overview .freedom-award p.event-date {
  font-size: .75rem; }
  @media screen and (max-width: 44.4375em) {
    #overview .freedom-award p.event-date {
      font-size: 1rem; } }

#overview #search-results {
  margin-top: -1rem;
  margin-bottom: 1rem; }
  #overview #search-results .text {
    padding: 15px; }
  #overview #search-results p.result-total {
    margin-bottom: 0;
    color: #122f52;
    font-size: 1rem;
    font-style: italic; }
  #overview #search-results .search-filter span {
    margin-top: 4px;
    font-size: 1.3rem;
    font-family: "Oswald Light", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #122f52;
    margin-right: 4px; }
  #overview #search-results-list hr {
    margin: 1rem 0; }
  #overview #search-results-list .button {
    margin-bottom: 3px; }
  #overview #search-results-list img {
    margin-bottom: 1rem; }
  #overview #search-results-list h1 {
    text-transform: none;
    font-size: 1.2rem; }
    @media screen and (max-width: 44.4375em) {
      #overview #search-results-list h1 {
        font-size: 1.5rem; } }
  #overview #search-results-list p.date {
    font-size: .9rem;
    font-family: "Oswald Light", sans-serif;
    color: #ab8c48;
    font-weight: 300; }
    @media screen and (max-width: 44.4375em) {
      #overview #search-results-list p.date {
        font-size: 1.3rem; } }
  #overview #search-results-list p.price {
    font-size: .9rem;
    font-style: italic; }
    @media screen and (max-width: 44.4375em) {
      #overview #search-results-list p.price {
        font-size: 1rem; } }

#overview #programs-events #page-content h2 {
  margin-top: 0; }

/*
LayerSlider and other sliders
*/
/* 
    Created on : Oct 27, 2015, 1:59:59 PM
    Author     : April
*/
/* LayerSlider */
#layerslider p.main {
  color: white;
  font-family: 'Oswald Regular Italic', sans-serif;
  font-style: italic; }

#layerslider h2 {
  color: white;
  font-family: 'Playfair Display', sans-serif;
  text-transform: uppercase;
  font-weight: 900; }

#layerslider-mobile {
  margin-bottom: 20px !important; }
  #layerslider-mobile .ls-bottom-nav-wrapper {
    margin-top: 40px; }
  #layerslider-mobile span.button-effect {
    border: thin solid #ab8c48;
    background-color: #ab8c48;
    color: white;
    padding: 10px;
    font-size: 1rem;
    font-family: "Oswald Light";
    text-transform: uppercase; }
  #layerslider-mobile .ls-bg {
    margin-top: 0 !important; }
  #layerslider-mobile .ls-nav-prev, #layerslider-mobile .ls-nav-next {
    top: 10%; }
  #layerslider-mobile p.main {
    color: #ab8c48;
    font-family: 'Oswald Regular Italic', sans-serif;
    font-style: italic; }
  #layerslider-mobile .ls-inner {
    background-color: white !important; }

#calendar #layerslider, #programs-events #layerslider {
  margin-bottom: 1rem; }
  #calendar #layerslider .ls-bottom-nav-wrapper, #programs-events #layerslider .ls-bottom-nav-wrapper {
    bottom: -40px; }

/* Slider */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px;
  min-height: 400px; }

.slick-dots {
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        color: #6d6d6d;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #6d6d6d;
      opacity: 0.75; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.sp-caption-container {
  text-align: center;
  margin-top: 10px;
  padding: 10px 0;
  background-color: white; }
  @media (min-width: 801px) {
    .sp-caption-container {
      position: relative;
      margin-bottom: -50px;
      width: 100%;
      z-index: 90;
      bottom: 45px; } }

#store-slider .sp-thumbnail-image-container {
  width: 100px;
  height: 80px;
  overflow: hidden;
  float: left; }

#store-slider .sp-thumbnail-image {
  height: 100%; }

#store-slider .sp-selected-thumbnail .sp-thumbnail-text {
  background-color: white; }

#store-slider .sp-selected-thumbnail .sp-thumbnail-description, #store-slider .sp-selected-thumbnail .sp-thumbnail-title {
  color: #122f52; }

#store-slider .sp-caption-container p {
  margin: 0 auto !important; }

#store-slider .sp-thumbnail-text {
  width: 170px;
  float: right;
  padding: 8px;
  background-color: #122f52;
  color: white;
  box-sizing: border-box; }

#store-slider .sp-thumbnail-title {
  margin-bottom: 5px;
  text-transform: uppercase;
  color: white; }

#store-slider .sp-thumbnail-description {
  color: white; }

#store-slider .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  z-index: 100;
  border-left: 5px solid #ab8c48; }

#store-slider .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  z-index: 100;
  border-right: 13px solid #ab8c48; }

#store-slider .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  border-bottom: 13px solid #ab8c48; }

#store-slider .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  border-bottom: 5px solid #ab8c48; }

@media (max-width: 500px) {
  #store-slider .sp-thumbnail {
    text-align: center; }
  #store-slider .sp-thumbnail-image-container {
    display: none; }
  #store-slider .sp-thumbnail-text {
    width: 120px; }
  #store-slider .sp-thumbnail-title {
    font-size: 12px;
    text-transform: uppercase; }
  #store-slider .sp-thumbnail-description {
    display: none; } }

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-datepicker-inline {
  width: 100% !important; }
  .ui-datepicker-inline .ui-datepicker-title {
    margin: 0 1.3em; }
  .ui-datepicker-inline .ui-datepicker-title select {
    font-size: .75rem !important;
    border: 1px solid #F1EFEF; }

/* Layout helpers
----------------------------------*/
.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-clearfix {
  min-height: 0;
  /* support: IE7 */ }

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

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

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */ }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* button sets */
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.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: 300;
  border: 0;
  color: white; }

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

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: center;
  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; }

/* with multiple calendars */
.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-calendar thead, .ui-datepicker-calendar tfoot {
  background: #122F52;
  color: #FFFFFF; }

/* RTL support */
.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-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em; }

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

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

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222; }

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

.ui-widget-header {
  color: #222222;
  font-weight: bold; }

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

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid transparent;
  font-weight: normal;
  color: #555555; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  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 {
  border: 1px solid transparent;
  background: #122f52;
  font-weight: normal;
  color: white; }

.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 {
  color: #212121;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #6d6d6d;
  background: #6d6d6d;
  font-weight: normal;
  color: white; }

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

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #ab8c48;
  background: #ab8c48;
  color: white; }

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

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec;
  color: #cd0a0a; }

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

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

.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);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_primary_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_primary_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_primary_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_primary_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_primary_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-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: -64px -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: -64px -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: 0 -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 is deprecated, use ui-icon-seek-start instead */
.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; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px; }

/*
Museum Store SCSS
*/
/* 
    Created on : Oct 27, 2015, 2:35:38 PM
    Author     : April
*/
#museum-store h2.product-title {
  margin-top: .5rem;
  font-size: .85rem;
  text-transform: none;
  text-decoration: underline;
  color: #6d6d6d;
  font-family: "Droid Serif", serif; }
  #museum-store h2.product-title a {
    color: #6d6d6d; }

#museum-store .product-price {
  color: #6d6d6d;
  font-weight: bold;
  font-size: 1.4rem; }
  #museum-store .product-price span.retail {
    font-size: 1rem;
    margin-right: 5px;
    text-decoration: line-through; }
  #museum-store .product-price span.discounted {
    color: red; }

#museum-store .product-description {
  font-family: "Droid Serif", serif !important;
  white-space: pre-line; }

#museum-store #search-form input {
  padding: 12px 15px 5px 15px;
  font-size: 1rem; }

#museum-store #search-form i {
  font-size: 15px;
  position: relative;
  float: right;
  width: 75px;
  top: -25px;
  right: -45px;
  color: #cccccc; }

#museum-store #page-content .text {
  padding: 1.5rem; }
  #museum-store #page-content .text h2 {
    font-size: 1.5rem; }

#museum-store #page-content .callout-blue {
  background-color: #122f52;
  color: white;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #museum-store #page-content .callout-blue h2 {
    color: white; }

#museum-store #page-content .callout-grey {
  background-color: #e6e6e6;
  color: #6d6d6d;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #museum-store #page-content .callout-grey h2 {
    color: #6d6d6d; }

#museum-store #page-content .callout-gold {
  background-color: #ab8c48;
  color: white;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #museum-store #page-content .callout-gold h2 {
    color: white; }

#museum-store #product-list #list-small img {
  margin-bottom: 1rem; }

#museum-store #product-list article {
  position: relative;
  margin-bottom: 3rem; }

#museum-store #product-list .list-action {
  position: absolute;
  bottom: -2.5rem;
  padding-top: 20px;
  width: 100%;
  padding-right: .5rem; }

#museum-store .header-callout {
  color: #122f52;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-style: italic; }

#museum-store #category-header {
  background-color: white;
  padding: 1rem 3rem;
  margin-top: -2rem; }

#museum-store .category-list {
  margin: 0;
  list-style-type: none; }
  #museum-store .category-list li {
    display: block;
    margin-bottom: 3px;
    padding: .2rem 0; }
    #museum-store .category-list li a {
      font-size: .9rem;
      font-family: "Oswald Regular", serif;
      color: #6d6d6d;
      font-weight: 400;
      padding: 0.5rem 1rem; }
    #museum-store .category-list li:after {
      content: "";
      border-bottom: thin solid #e6e6e6;
      display: block;
      margin-top: .3rem;
      width: 87%;
      margin-left: 1rem; }
    #museum-store .category-list li:last-child:after {
      content: "";
      border-bottom: none; }
    #museum-store .category-list li span.category-count {
      color: #bfbfbf; }

#museum-store #featured-products .page-content-box {
  background-color: #122f52; }
  #museum-store #featured-products .page-content-box h1 {
    color: white; }

#museum-store #featured-products .product-callout {
  background-color: white;
  padding: .5rem; }
  @media screen and (max-width: 44.4375em) {
    #museum-store #featured-products .product-callout {
      margin-bottom: 1rem; } }

#museum-store .content-box {
  padding: 1rem; }

#museum-store .learn-more {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%; }
  #museum-store .learn-more button, #museum-store .learn-more .button {
    position: relative;
    text-align: center;
    top: -.5rem;
    margin: 0; }

#museum-store #product-info {
  margin-top: -1rem; }
  #museum-store #product-info .main-image {
    margin-bottom: 1rem; }
  #museum-store #product-info form.product-selection label {
    font-family: "Oswald Light", serif;
    color: #122f52;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 300; }

#museum-store #store-tabs .tabs-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 300; }

#museum-store .tabs-content {
  background-color: white;
  padding: 1rem; }

#museum-store textarea {
  font-size: 1rem !important;
  padding: 10px; }

#museum-store input {
  font-size: 1rem; }

#store-footer {
  background-color: #F2F2F2;
  color: #868686; }
  #store-footer ul#footer-links {
    list-style: none;
    margin: 0;
    font-family: "Oswald Light", serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1rem; }
    @media screen and (max-width: 44.4375em) {
      #store-footer ul#footer-links {
        margin: 0 0 1rem 0; } }
    #store-footer ul#footer-links li {
      margin-right: 10px;
      display: inline; }
      #store-footer ul#footer-links li + li:before {
        content: "";
        border-left: thin solid #868686;
        margin-right: 10px; }
      #store-footer ul#footer-links li a {
        color: #868686; }
        #store-footer ul#footer-links li a:hover {
          text-decoration: underline; }

/*
Ticketing System Specific Styles
*/
/* 
    Created on : Feb 4, 2016, 10:43:22 AM
    Author     : April at U! Creative
*/
#page-content .ticket-title-box {
  padding: 7px; }
  #page-content .ticket-title-box .columns {
    background-color: white;
    padding: 16px;
    text-transform: uppercase;
    font-family: "Oswald Light", serif;
    font-weight: 300; }
    @media screen and (min-width: 44.5em) {
      #page-content .ticket-title-box .columns {
        font-size: .85rem; } }
    #page-content .ticket-title-box .columns.active {
      background-color: #122f52;
      color: white;
      position: relative; }
      #page-content .ticket-title-box .columns.active a {
        color: white; }
      #page-content .ticket-title-box .columns.active:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 100px 100px 0 100px;
        border-width: 30px 30px 0 30px;
        border-color: #122f52 transparent transparent transparent;
        position: absolute;
        bottom: -15px;
        z-index: 999;
        left: 0; }
    #page-content .ticket-title-box .columns.small-active {
      background-color: #122f52;
      color: white;
      position: relative;
      margin-bottom: 1rem; }
      #page-content .ticket-title-box .columns.small-active a {
        color: white; }

#tickets .validated-member {
  font-weight: bold;
  border-top: thin solid #ab8c48;
  border-bottom: thin solid #ab8c48;
  padding: 1rem 0; }

#tickets .is-member {
  font-weight: bold;
  color: #ab8c48; }
  @media screen and (min-width: 44.5em) {
    #tickets .is-member:before {
      content: "|";
      color: #AFAFAF;
      margin: 0 .25rem; } }

#tickets #page-header {
  margin-bottom: 0; }

#tickets .stacked-radio {
  margin-left: 20px; }
  #tickets .stacked-radio input[type="checkbox"], #tickets .stacked-radio input[type="radio"] {
    margin-left: -20px; }
  #tickets .stacked-radio [type='checkbox'] + label, #tickets .stacked-radio [type='radio'] + label, #tickets .stacked-radio [type='checkbox'] + label, #tickets .stacked-radio [type='radio'] + label {
    display: inline; }

#tickets .ticket-tier-1 {
  margin-left: 1rem; }

#tickets .ticket-tier-2 {
  margin-left: 2rem; }

#tickets hr.ticket-break {
  border-bottom: 3px solid black;
  padding: 1rem 0;
  width: 100%;
  overflow: hidden; }
  #tickets hr.ticket-break:after {
    content: "section break for variable data";
    text-transform: uppercase;
    font-family: "Oswald Light", serif;
    font-weight: 300; }

#tickets .ui-spinner [type="text"], #tickets .ui-spinner [type="password"], #tickets .ui-spinner [type="date"], #tickets .ui-spinner [type="datetime"], #tickets .ui-spinner [type="datetime-local"], #tickets .ui-spinner [type="month"], #tickets .ui-spinner [type="week"], #tickets .ui-spinner [type="email"], #tickets .ui-spinner [type="number"], #tickets .ui-spinner [type="search"], #tickets .ui-spinner [type="tel"], #tickets .ui-spinner [type="time"], #tickets .ui-spinner [type="url"], #tickets .ui-spinner [type="color"], #tickets .ui-spinner textarea {
  border: none !important;
  box-shadow: none !important;
  margin-right: 0;
  margin-left: 0;
  padding-left: 5px; }

#tickets .ui-spinner.ui-widget-content {
  border: 1px solid #E4DEDE;
  background: #ffffff 50% 50% repeat-x;
  color: #222222;
  border-radius: 0 !important; }

#tickets .ui-spinner-input {
  width: 100%; }

#tickets .paginated .button {
  margin-right: 0; }

#tickets tfoot {
  background-color: #ab8c48;
  color: white; }
  #tickets tfoot tr td {
    padding-top: .9rem; }

#tickets tfoot.subtotal {
  background-color: #e5d9c1;
  color: black; }

#tickets tfoot.tax {
  background-color: #c7ae79;
  color: black; }

#tickets .table-footer {
  background-color: #ab8c48;
  color: white;
  padding: 1rem 0; }
  #tickets .table-footer.subtotal {
    background-color: #e5d9c1;
    color: black; }
  #tickets .table-footer.tax {
    background-color: white;
    color: black; }

#tickets thead {
  background-color: #122f52;
  color: white; }
  #tickets thead tr th {
    padding-top: .9rem; }

#tickets h4 {
  text-transform: uppercase;
  font-family: "Oswald Light", serif;
  font-weight: 300;
  color: #122f52; }

#tickets .button i:before {
  top: -1px;
  position: relative; }

#tickets .accordion-title {
  font-size: 1.25rem; }

#tickets li.accordion-item {
  margin: 0; }

#tickets .accordion-title::before {
  top: inherit; }

#tickets #payment span {
  color: #993300; }

#tickets #payment input:required {
  background-color: #EFE8DA; }

#tickets #payment select:required {
  background-color: #EFE8DA; }

@media screen and (max-width: 44.4375em) {
  #tickets .column-margin-small {
    margin-bottom: 1rem; } }

#tickets input[type="radio"]:checked + label {
  font-weight: bold; }

#tickets .first-header {
  margin-top: 0; }

#tickets button.reset {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border-radius: 0;
  padding: 0.85em 1em .55rem;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-family: "Oswald Light", serif;
  font-weight: 300; }
  #tickets button.reset.alert {
    background: #993300;
    color: #fff; }
    #tickets button.reset.alert:hover {
      background-color: #662200; }

#tickets table button.reset {
  margin: 0; }
  #tickets table button.reset.expanded {
    width: 100%; }

.lt-ie10 #tickets :last-child:not(:first-child).column, .lt-ie10 #tickets .columns:last-child:not(:first-child), .lt-ie10 #tickets :last-child:not(:first-child).columns {
  float: left !important; }
