/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

script {
  display: none !important;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

*{
    -moz-font-feature-settings: "lnum" !important;
    -ms-font-feature-settings: "lnum" !important;
    -webkit-font-feature-settings: "lnum" !important;
    -o-font-feature-settings: "lnum" !important;
    font-feature-settings: "lnum" !important; 
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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"], /* 1 */
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 769px)";
  width: 768px; }

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:1280px)";
  width: 1280px; }

meta.foundation-mq-large {
  font-family: "only screen and (min-width:1440px)";
  width: 1440px; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.rowBody {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .small-1 {
    position: relative;
    width: 8.33333%; }

  .small-2 {
    position: relative;
    width: 16.66667%; }

  .small-3 {
    position: relative;
    width: 25%; }

  .small-4 {
    position: relative;
    width: 33.33333%; }

  .small-5 {
    position: relative;
    width: 41.66667%; }

  .small-6 {
    position: relative;
    width: 50%; }

  .small-7 {
    position: relative;
    width: 58.33333%; }

  .small-8 {
    position: relative;
    width: 66.66667%; }

  .small-9 {
    position: relative;
    width: 75%; }

  .small-10 {
    position: relative;
    width: 83.33333%; }

  .small-11 {
    position: relative;
    width: 91.66667%; }

  .small-12 {
    position: relative;
    width: 100%; }

  .small-offset-0 {
    position: relative;
    margin-left: 0%; }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .small-offset-3 {
    position: relative;
    margin-left: 25%; }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .small-offset-6 {
    position: relative;
    margin-left: 50%; }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .small-offset-9 {
    position: relative;
    margin-left: 75%; }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 769px) {
  .large-1 {
    position: relative;
    width: 8.33333%; }

  .large-2 {
    position: relative;
    width: 16.66667%; }

  .large-3 {
    position: relative;
    width: 25%; }

  .large-4 {
    position: relative;
    width: 33.33333%; }

  .large-5 {
    position: relative;
    width: 41.66667%; }

  .large-6 {
    position: relative;
    width: 50%; }

  .large-7 {
    position: relative;
    width: 58.33333%; }

  .large-8 {
    position: relative;
    width: 66.66667%; }

  .large-9 {
    position: relative;
    width: 75%; }

  .large-10 {
    position: relative;
    width: 83.33333%; }

  .large-11 {
    position: relative;
    width: 91.66667%; }

  .large-12 {
    position: relative;
    width: 100%; }

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%; }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important; } }
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important; }

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important; }

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important; }

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important; }

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table; }

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important; }

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important; }

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important; }

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important; }

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 769px) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important; }

  .show-for-small {
    display: none !important; }

  .hide-for-small {
    display: inherit !important; }

  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table; }

  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important; }

  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important; }

  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important; }

  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important; } }
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1280px) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important; }

  .show-for-medium,
  .show-for-medium-down {
    display: none !important; }

  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important; }

  .hide-for-large,
  .hide-for-large-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table; }

  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important; }

  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important; }

  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important; }

  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important; } }
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
  .show-for-xlarge {
    display: inherit !important; }

  .show-for-large,
  .show-for-large-down {
    display: none !important; }

  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important; }

  .hide-for-xlarge {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table; }

  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important; }

  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important; }

  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important; }

  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *zoom: 1; }
    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
      content: " ";
      display: table; }
    [class*="block-grid-"]:after {
      clear: both; }
    [class*="block-grid-"] > li {
      display: inline;
      height: auto;
      float: left;
      padding: 0 0.625em 1.25em; }

  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 769px) {
  /* Remove small grid clearing */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none; }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none; }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none; }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none; }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none; }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none; }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none; }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none; }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none; }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none; }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none; }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none; }

  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
p.lead {
  font-size: 1.21875em;
  line-height: 1.6; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em; }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr; }

/* Default Link Styles */
a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #2795b6; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility; }
  p aside {
    font-size: 0.875em;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125em; }

h2 {
  font-size: 1.6875em; }

h3 {
  font-size: 1.375em; }

h4 {
  font-size: 1.125em; }

h5 {
  font-size: 1.125em; }

h6 {
  font-size: 1em; }

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c; }

/* Lists */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit; }

ul, ol {
  margin-left: 0; }
  ul.no-bullet, ol.no-bullet {
    margin-left: 0; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */ }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square; }
ul.circle {
  list-style-type: circle; }
ul.disc {
  list-style-type: disc; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75em; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #dddddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125em;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #dddddd;
  padding: 0.625em 0.75em; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375em; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em; }

@media only screen and (min-width: 769px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.75em; }

  h2 {
    font-size: 2.3125em; }

  h3 {
    font-size: 1.6875em; }

  h4 {
    font-size: 1.4375em; } }
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  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; }

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  .show-for-print {
    display: inherit !important; } }
button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #2ba6cb;
  border-color: #2284a1;
  color: white; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #2284a1; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
  button.secondary, .button.secondary {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #d0d0d0; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #5da423;
    border-color: #457a1a;
    color: white; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #457a1a; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
  button.alert, .button.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: white; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #970b0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: white; }
  button.large, .button.large {
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1.0625em;
    padding-left: 2em;
    font-size: 1.25em; }
  button.small, .button.small {
    padding-top: 0.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 1.125em;
    font-size: 0.8125em; }
  button.tiny, .button.tiny {
    padding-top: 0.4375em;
    padding-right: 0.875em;
    padding-bottom: 0.5em;
    padding-left: 0.875em;
    font-size: 0.6875em; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75em; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75em; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #2ba6cb;
    border-color: #2284a1;
    color: white;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2284a1; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: white; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2ba6cb; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e9e9e9;
      border-color: #d0d0d0;
      color: #333333;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #d0d0d0; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e9e9e9; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #5da423;
      border-color: #457a1a;
      color: white;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #457a1a; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: white; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #5da423; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #c60f13;
      border-color: #970b0e;
      color: white;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #970b0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: white; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #c60f13; }

button, .button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
  -webkit-appearance: none; }
  button.tiny, .button.tiny {
    padding-top: 0.5em;
    padding-bottom: 0.4375em;
    -webkit-appearance: none; }
  button.small, .button.small {
    padding-top: 0.625em;
    padding-bottom: 0.5625em;
    -webkit-appearance: none; }
  button.large, .button.large {
    padding-top: 1.03125em;
    padding-bottom: 1.03125em;
    -webkit-appearance: none; }

@media only screen {
  button, .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
    button:active, .button:active {
      -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; }
    button.radius, .button.radius {
      -webkit-border-radius: 3px;
      border-radius: 3px; }
    button.round, .button.round {
      -webkit-border-radius: 1000px;
      border-radius: 1000px; } }
@media only screen and (min-width: 769px) {
  button, .button {
    display: inline-block; } }
/* Standard Forms */
form {
  margin: 0 0 1em; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5em; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5em; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-topright: 0;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5em; }

/* Label Styles */
label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em;
  /* Styles for required inputs */ }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1em 0;
    padding: 0.625em 0; }
  label small {
    text-transform: capitalize;
    color: #666666; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.3125em;
  line-height: 2.3125em; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333; }
  span.prefix.radius, label.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333; }
  span.postfix.radius, label.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    -webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #dddddd; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1em 0; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25em;
  margin: 1.125em 0; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875em;
    margin: 0;
    margin-left: -0.1875em; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white; }

.error input,
.error textarea,
.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0; }
  .error input:focus,
  .error textarea:focus,
  .error select:focus {
    background: #fafafa;
    border-color: #999999; }
.error label,
.error label.error {
  color: #c60f13; }
.error > small,
.error small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white; }
.error span.error-message {
  display: block; }

input.error,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0; }
  input.error:focus,
  textarea.error:focus {
    background: #fafafa;
    border-color: #999999; }

.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1); }
  .error select:focus {
    background: #fafafa;
    border-color: #999999; }

label.error {
  color: #c60f13; }

/* Button Groups */
.button-group {
  list-style: none;
  margin: 0;
  *zoom: 1; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group > * {
    margin: 0 0 0 -1px;
    float: left; }
    .button-group > *:first-child {
      margin-left: 0; }
  .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }
  .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px; }
  .button-group.even-2 li {
    width: 50%; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    width: 33.33333%; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    width: 25%; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    width: 20%; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    width: 16.66667%; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    width: 14.28571%; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    width: 12.5%; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }

.button-bar {
  *zoom: 1; }
  .button-bar:before, .button-bar:after {
    content: " ";
    display: table; }
  .button-bar:after {
    clear: both; }
  .button-bar .button-group {
    float: left;
    margin-right: 0.625em; }
    .button-bar .button-group div {
      overflow: hidden; }

/* Dropdown Button */
.dropdown.button {
  position: relative;
  padding-right: 3.1875em; }
  .dropdown.button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: white transparent transparent transparent;
    top: 50%; }
  .dropdown.button:before {
    border-width: 0.5625em;
    right: 1.5em;
    margin-top: -0.25em; }
  .dropdown.button:before {
    border-color: white transparent transparent transparent; }
  .dropdown.button.tiny {
    padding-right: 2.1875em; }
    .dropdown.button.tiny:before {
      border-width: 0.4375em;
      right: 0.875em;
      margin-top: -0.15625em; }
    .dropdown.button.tiny:before {
      border-color: white transparent transparent transparent; }
  .dropdown.button.small {
    padding-right: 2.8125em; }
    .dropdown.button.small:before {
      border-width: 0.5625em;
      right: 1.125em;
      margin-top: -0.21875em; }
    .dropdown.button.small:before {
      border-color: white transparent transparent transparent; }
  .dropdown.button.large {
    padding-right: 4em; }
    .dropdown.button.large:before {
      border-width: 0.625em;
      right: 1.75em;
      margin-top: -0.3125em; }
    .dropdown.button.large:before {
      border-color: white transparent transparent transparent; }
  .dropdown.button.secondary:before {
    border-color: #333333 transparent transparent transparent; }

/* Split Buttons */
.split.button {
  position: relative;
  padding-right: 4.8em; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      left: 50%; }
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span {
    border-left-color: #1e728c; }
  .split.button span {
    width: 3em; }
    .split.button span:before {
      border-top-style: solid;
      border-width: 0.5625em;
      top: 1.125em;
      margin-left: -0.5625em; }
  .split.button span:before {
    border-color: white transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: #c3c3c3; }
  .split.button.secondary span:before {
    border-color: white transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: #7f0a0c; }
  .split.button.success span {
    border-left-color: #396516; }
  .split.button.tiny {
    padding-right: 3.9375em; }
    .split.button.tiny span {
      width: 2.84375em; }
      .split.button.tiny span:before {
        border-top-style: solid;
        border-width: 0.4375em;
        top: 0.875em;
        margin-left: -0.3125em; }
  .split.button.small {
    padding-right: 3.9375em; }
    .split.button.small span {
      width: 2.8125em; }
      .split.button.small span:before {
        border-top-style: solid;
        border-width: 0.5625em;
        top: 0.84375em;
        margin-left: -0.5625em; }
  .split.button.large {
    padding-right: 6em; }
    .split.button.large span {
      width: 3.75em; }
      .split.button.large span:before {
        border-top-style: solid;
        border-width: 0.625em;
        top: 1.3125em;
        margin-left: -0.5625em; }
  .split.button.expand {
    padding-left: 2em; }
  .split.button.secondary span:before {
    border-color: #333333 transparent transparent transparent; }
  .split.button.radius span {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .split.button.round span {
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px; }

/* Flex Video */
.flex-video {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 57.25%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Sections */
[data-section=''], [data-section='auto'], .section-container.auto,
[data-section='vertical-tabs'], .section-container.vertical-tabs,
[data-section='vertical-nav'], .section-container.vertical-nav,
[data-section='horizontal-nav'], .section-container.horizontal-nav,
[data-section='accordion'], .section-container.accordion {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em; }
  [data-section=''][data-section-small-style], [data-section='auto'][data-section-small-style], .section-container.auto[data-section-small-style],
  [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style],
  [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style],
  [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style],
  [data-section='accordion'][data-section-small-style], .section-container.accordion[data-section-small-style] {
    width: 100% !important; }
    [data-section=''][data-section-small-style] > [data-section-region], [data-section=''][data-section-small-style] > section, [data-section=''][data-section-small-style] > .section, [data-section='auto'][data-section-small-style] > [data-section-region], [data-section='auto'][data-section-small-style] > section, [data-section='auto'][data-section-small-style] > .section, .section-container.auto[data-section-small-style] > [data-section-region], .section-container.auto[data-section-small-style] > section, .section-container.auto[data-section-small-style] > .section,
    [data-section='vertical-tabs'][data-section-small-style] > [data-section-region],
    [data-section='vertical-tabs'][data-section-small-style] > section,
    [data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section,
    [data-section='vertical-nav'][data-section-small-style] > [data-section-region],
    [data-section='vertical-nav'][data-section-small-style] > section,
    [data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section,
    [data-section='horizontal-nav'][data-section-small-style] > [data-section-region],
    [data-section='horizontal-nav'][data-section-small-style] > section,
    [data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section,
    [data-section='accordion'][data-section-small-style] > [data-section-region],
    [data-section='accordion'][data-section-small-style] > section,
    [data-section='accordion'][data-section-small-style] > .section, .section-container.accordion[data-section-small-style] > [data-section-region], .section-container.accordion[data-section-small-style] > section, .section-container.accordion[data-section-small-style] > .section {
      padding: 0 !important;
      margin: 0 !important; }
      [data-section=''][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=''][data-section-small-style] > [data-section-region] > .title, [data-section=''][data-section-small-style] > section > [data-section-title], [data-section=''][data-section-small-style] > section > .title, [data-section=''][data-section-small-style] > .section > [data-section-title], [data-section=''][data-section-small-style] > .section > .title, [data-section='auto'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='auto'][data-section-small-style] > [data-section-region] > .title, [data-section='auto'][data-section-small-style] > section > [data-section-title], [data-section='auto'][data-section-small-style] > section > .title, [data-section='auto'][data-section-small-style] > .section > [data-section-title], [data-section='auto'][data-section-small-style] > .section > .title, .section-container.auto[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.auto[data-section-small-style] > [data-section-region] > .title, .section-container.auto[data-section-small-style] > section > [data-section-title], .section-container.auto[data-section-small-style] > section > .title, .section-container.auto[data-section-small-style] > .section > [data-section-title], .section-container.auto[data-section-small-style] > .section > .title,
      [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title],
      [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title,
      [data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title],
      [data-section='vertical-tabs'][data-section-small-style] > section > .title,
      [data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title],
      [data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title,
      [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
      [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title,
      [data-section='vertical-nav'][data-section-small-style] > section > [data-section-title],
      [data-section='vertical-nav'][data-section-small-style] > section > .title,
      [data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title],
      [data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title,
      [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
      [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title,
      [data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title],
      [data-section='horizontal-nav'][data-section-small-style] > section > .title,
      [data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title],
      [data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title,
      [data-section='accordion'][data-section-small-style] > [data-section-region] > [data-section-title],
      [data-section='accordion'][data-section-small-style] > [data-section-region] > .title,
      [data-section='accordion'][data-section-small-style] > section > [data-section-title],
      [data-section='accordion'][data-section-small-style] > section > .title,
      [data-section='accordion'][data-section-small-style] > .section > [data-section-title],
      [data-section='accordion'][data-section-small-style] > .section > .title, .section-container.accordion[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.accordion[data-section-small-style] > [data-section-region] > .title, .section-container.accordion[data-section-small-style] > section > [data-section-title], .section-container.accordion[data-section-small-style] > section > .title, .section-container.accordion[data-section-small-style] > .section > [data-section-title], .section-container.accordion[data-section-small-style] > .section > .title {
        width: 100% !important; }
  [data-section=''] > section, [data-section=''] > .section, [data-section=''] > [data-section-region], [data-section='auto'] > section, [data-section='auto'] > .section, [data-section='auto'] > [data-section-region], .section-container.auto > section, .section-container.auto > .section, .section-container.auto > [data-section-region],
  [data-section='vertical-tabs'] > section,
  [data-section='vertical-tabs'] > .section,
  [data-section='vertical-tabs'] > [data-section-region], .section-container.vertical-tabs > section, .section-container.vertical-tabs > .section, .section-container.vertical-tabs > [data-section-region],
  [data-section='vertical-nav'] > section,
  [data-section='vertical-nav'] > .section,
  [data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region],
  [data-section='horizontal-nav'] > section,
  [data-section='horizontal-nav'] > .section,
  [data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region],
  [data-section='accordion'] > section,
  [data-section='accordion'] > .section,
  [data-section='accordion'] > [data-section-region], .section-container.accordion > section, .section-container.accordion > .section, .section-container.accordion > [data-section-region] {
    margin: 0; }
    [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
    [data-section='vertical-tabs'] > section > [data-section-title],
    [data-section='vertical-tabs'] > section > .title,
    [data-section='vertical-tabs'] > .section > [data-section-title],
    [data-section='vertical-tabs'] > .section > .title,
    [data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
    [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
    [data-section='vertical-nav'] > section > [data-section-title],
    [data-section='vertical-nav'] > section > .title,
    [data-section='vertical-nav'] > .section > [data-section-title],
    [data-section='vertical-nav'] > .section > .title,
    [data-section='vertical-nav'] > [data-section-region] > [data-section-title],
    [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
    [data-section='horizontal-nav'] > section > [data-section-title],
    [data-section='horizontal-nav'] > section > .title,
    [data-section='horizontal-nav'] > .section > [data-section-title],
    [data-section='horizontal-nav'] > .section > .title,
    [data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
    [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
    [data-section='accordion'] > section > [data-section-title],
    [data-section='accordion'] > section > .title,
    [data-section='accordion'] > .section > [data-section-title],
    [data-section='accordion'] > .section > .title,
    [data-section='accordion'] > [data-section-region] > [data-section-title],
    [data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
      margin-bottom: 0; }
      [data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a,
      [data-section='vertical-tabs'] > section > [data-section-title] a,
      [data-section='vertical-tabs'] > section > .title a,
      [data-section='vertical-tabs'] > .section > [data-section-title] a,
      [data-section='vertical-tabs'] > .section > .title a,
      [data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a,
      [data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a,
      [data-section='vertical-nav'] > section > [data-section-title] a,
      [data-section='vertical-nav'] > section > .title a,
      [data-section='vertical-nav'] > .section > [data-section-title] a,
      [data-section='vertical-nav'] > .section > .title a,
      [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a,
      [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a,
      [data-section='horizontal-nav'] > section > [data-section-title] a,
      [data-section='horizontal-nav'] > section > .title a,
      [data-section='horizontal-nav'] > .section > [data-section-title] a,
      [data-section='horizontal-nav'] > .section > .title a,
      [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a,
      [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a,
      [data-section='accordion'] > section > [data-section-title] a,
      [data-section='accordion'] > section > .title a,
      [data-section='accordion'] > .section > [data-section-title] a,
      [data-section='accordion'] > .section > .title a,
      [data-section='accordion'] > [data-section-region] > [data-section-title] a,
      [data-section='accordion'] > [data-section-region] > .title a, .section-container.accordion > section > [data-section-title] a, .section-container.accordion > section > .title a, .section-container.accordion > .section > [data-section-title] a, .section-container.accordion > .section > .title a, .section-container.accordion > [data-section-region] > [data-section-title] a, .section-container.accordion > [data-section-region] > .title a {
        width: 100%;
        display: inline-block;
        white-space: nowrap; }
    [data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content,
    [data-section='vertical-tabs'] > section > [data-section-content],
    [data-section='vertical-tabs'] > section > .content,
    [data-section='vertical-tabs'] > .section > [data-section-content],
    [data-section='vertical-tabs'] > .section > .content,
    [data-section='vertical-tabs'] > [data-section-region] > [data-section-content],
    [data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content,
    [data-section='vertical-nav'] > section > [data-section-content],
    [data-section='vertical-nav'] > section > .content,
    [data-section='vertical-nav'] > .section > [data-section-content],
    [data-section='vertical-nav'] > .section > .content,
    [data-section='vertical-nav'] > [data-section-region] > [data-section-content],
    [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content,
    [data-section='horizontal-nav'] > section > [data-section-content],
    [data-section='horizontal-nav'] > section > .content,
    [data-section='horizontal-nav'] > .section > [data-section-content],
    [data-section='horizontal-nav'] > .section > .content,
    [data-section='horizontal-nav'] > [data-section-region] > [data-section-content],
    [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content,
    [data-section='accordion'] > section > [data-section-content],
    [data-section='accordion'] > section > .content,
    [data-section='accordion'] > .section > [data-section-content],
    [data-section='accordion'] > .section > .content,
    [data-section='accordion'] > [data-section-region] > [data-section-content],
    [data-section='accordion'] > [data-section-region] > .content, .section-container.accordion > section > [data-section-content], .section-container.accordion > section > .content, .section-container.accordion > .section > [data-section-content], .section-container.accordion > .section > .content, .section-container.accordion > [data-section-region] > [data-section-content], .section-container.accordion > [data-section-region] > .content {
      display: none; }
    [data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content,
    [data-section='vertical-tabs'] > section.active > [data-section-content],
    [data-section='vertical-tabs'] > section.active > .content,
    [data-section='vertical-tabs'] > .section.active > [data-section-content],
    [data-section='vertical-tabs'] > .section.active > .content,
    [data-section='vertical-tabs'] > [data-section-region].active > [data-section-content],
    [data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content,
    [data-section='vertical-nav'] > section.active > [data-section-content],
    [data-section='vertical-nav'] > section.active > .content,
    [data-section='vertical-nav'] > .section.active > [data-section-content],
    [data-section='vertical-nav'] > .section.active > .content,
    [data-section='vertical-nav'] > [data-section-region].active > [data-section-content],
    [data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content,
    [data-section='horizontal-nav'] > section.active > [data-section-content],
    [data-section='horizontal-nav'] > section.active > .content,
    [data-section='horizontal-nav'] > .section.active > [data-section-content],
    [data-section='horizontal-nav'] > .section.active > .content,
    [data-section='horizontal-nav'] > [data-section-region].active > [data-section-content],
    [data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content,
    [data-section='accordion'] > section.active > [data-section-content],
    [data-section='accordion'] > section.active > .content,
    [data-section='accordion'] > .section.active > [data-section-content],
    [data-section='accordion'] > .section.active > .content,
    [data-section='accordion'] > [data-section-region].active > [data-section-content],
    [data-section='accordion'] > [data-section-region].active > .content, .section-container.accordion > section.active > [data-section-content], .section-container.accordion > section.active > .content, .section-container.accordion > .section.active > [data-section-content], .section-container.accordion > .section.active > .content, .section-container.accordion > [data-section-region].active > [data-section-content], .section-container.accordion > [data-section-region].active > .content {
      display: block; }
    [data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active),
    [data-section='vertical-tabs'] > section:not(.active),
    [data-section='vertical-tabs'] > .section:not(.active),
    [data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active),
    [data-section='vertical-nav'] > section:not(.active),
    [data-section='vertical-nav'] > .section:not(.active),
    [data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active),
    [data-section='horizontal-nav'] > section:not(.active),
    [data-section='horizontal-nav'] > .section:not(.active),
    [data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active),
    [data-section='accordion'] > section:not(.active),
    [data-section='accordion'] > .section:not(.active),
    [data-section='accordion'] > [data-section-region]:not(.active), .section-container.accordion > section:not(.active), .section-container.accordion > .section:not(.active), .section-container.accordion > [data-section-region]:not(.active) {
      padding: 0 !important; }
    [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
    [data-section='vertical-tabs'] > section > [data-section-title],
    [data-section='vertical-tabs'] > section > .title,
    [data-section='vertical-tabs'] > .section > [data-section-title],
    [data-section='vertical-tabs'] > .section > .title,
    [data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
    [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
    [data-section='vertical-nav'] > section > [data-section-title],
    [data-section='vertical-nav'] > section > .title,
    [data-section='vertical-nav'] > .section > [data-section-title],
    [data-section='vertical-nav'] > .section > .title,
    [data-section='vertical-nav'] > [data-section-region] > [data-section-title],
    [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
    [data-section='horizontal-nav'] > section > [data-section-title],
    [data-section='horizontal-nav'] > section > .title,
    [data-section='horizontal-nav'] > .section > [data-section-title],
    [data-section='horizontal-nav'] > .section > .title,
    [data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
    [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
    [data-section='accordion'] > section > [data-section-title],
    [data-section='accordion'] > section > .title,
    [data-section='accordion'] > .section > [data-section-title],
    [data-section='accordion'] > .section > .title,
    [data-section='accordion'] > [data-section-region] > [data-section-title],
    [data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
      width: 100%; }

.section-container.auto,
.section-container.vertical-tabs,
.section-container.vertical-nav,
.section-container.horizontal-nav,
.section-container.accordion {
  border-top: 1px solid #cccccc; }
  .section-container.auto > section > .title, .section-container.auto > .section > .title,
  .section-container.vertical-tabs > section > .title,
  .section-container.vertical-tabs > .section > .title,
  .section-container.vertical-nav > section > .title,
  .section-container.vertical-nav > .section > .title,
  .section-container.horizontal-nav > section > .title,
  .section-container.horizontal-nav > .section > .title,
  .section-container.accordion > section > .title,
  .section-container.accordion > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc; }
    .section-container.auto > section > .title a, .section-container.auto > .section > .title a,
    .section-container.vertical-tabs > section > .title a,
    .section-container.vertical-tabs > .section > .title a,
    .section-container.vertical-nav > section > .title a,
    .section-container.vertical-nav > .section > .title a,
    .section-container.horizontal-nav > section > .title a,
    .section-container.horizontal-nav > .section > .title a,
    .section-container.accordion > section > .title a,
    .section-container.accordion > .section > .title a {
      padding: 0.9375em;
      color: #333333;
      font-size: 0.875em;
      background: none; }
    .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover,
    .section-container.vertical-tabs > section > .title:hover,
    .section-container.vertical-tabs > .section > .title:hover,
    .section-container.vertical-nav > section > .title:hover,
    .section-container.vertical-nav > .section > .title:hover,
    .section-container.horizontal-nav > section > .title:hover,
    .section-container.horizontal-nav > .section > .title:hover,
    .section-container.accordion > section > .title:hover,
    .section-container.accordion > .section > .title:hover {
      background-color: #e2e2e2; }
  .section-container.auto > section > .content, .section-container.auto > .section > .content,
  .section-container.vertical-tabs > section > .content,
  .section-container.vertical-tabs > .section > .content,
  .section-container.vertical-nav > section > .content,
  .section-container.vertical-nav > .section > .content,
  .section-container.horizontal-nav > section > .content,
  .section-container.horizontal-nav > .section > .content,
  .section-container.accordion > section > .content,
  .section-container.accordion > .section > .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc; }
    .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child,
    .section-container.vertical-tabs > section > .content > *:last-child,
    .section-container.vertical-tabs > .section > .content > *:last-child,
    .section-container.vertical-nav > section > .content > *:last-child,
    .section-container.vertical-nav > .section > .content > *:last-child,
    .section-container.horizontal-nav > section > .content > *:last-child,
    .section-container.horizontal-nav > .section > .content > *:last-child,
    .section-container.accordion > section > .content > *:last-child,
    .section-container.accordion > .section > .content > *:last-child {
      margin-bottom: 0; }
    .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child,
    .section-container.vertical-tabs > section > .content > *:first-child,
    .section-container.vertical-tabs > .section > .content > *:first-child,
    .section-container.vertical-nav > section > .content > *:first-child,
    .section-container.vertical-nav > .section > .content > *:first-child,
    .section-container.horizontal-nav > section > .content > *:first-child,
    .section-container.horizontal-nav > .section > .content > *:first-child,
    .section-container.accordion > section > .content > *:first-child,
    .section-container.accordion > .section > .content > *:first-child {
      padding-top: 0; }
    .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video),
    .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video),
    .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video),
    .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video),
    .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video),
    .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video),
    .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video),
    .section-container.accordion > section > .content > *:last-child:not(.flex-video),
    .section-container.accordion > .section > .content > *:last-child:not(.flex-video) {
      padding-bottom: 0; }
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title,
  .section-container.vertical-tabs > section.active > .title,
  .section-container.vertical-tabs > .section.active > .title,
  .section-container.vertical-nav > section.active > .title,
  .section-container.vertical-nav > .section.active > .title,
  .section-container.horizontal-nav > section.active > .title,
  .section-container.horizontal-nav > .section.active > .title,
  .section-container.accordion > section.active > .title,
  .section-container.accordion > .section.active > .title {
    background: #d5d5d5; }
    .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a,
    .section-container.vertical-tabs > section.active > .title a,
    .section-container.vertical-tabs > .section.active > .title a,
    .section-container.vertical-nav > section.active > .title a,
    .section-container.vertical-nav > .section.active > .title a,
    .section-container.horizontal-nav > section.active > .title a,
    .section-container.horizontal-nav > .section.active > .title a,
    .section-container.accordion > section.active > .title a,
    .section-container.accordion > .section.active > .title a {
      color: #333333; }
  .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active),
  .section-container.vertical-tabs > section:not(.active),
  .section-container.vertical-tabs > .section:not(.active),
  .section-container.vertical-nav > section:not(.active),
  .section-container.vertical-nav > .section:not(.active),
  .section-container.horizontal-nav > section:not(.active),
  .section-container.horizontal-nav > .section:not(.active),
  .section-container.accordion > section:not(.active),
  .section-container.accordion > .section:not(.active) {
    padding: 0 !important; }
  .section-container.auto > section > .title, .section-container.auto > .section > .title,
  .section-container.vertical-tabs > section > .title,
  .section-container.vertical-tabs > .section > .title,
  .section-container.vertical-nav > section > .title,
  .section-container.vertical-nav > .section > .title,
  .section-container.horizontal-nav > section > .title,
  .section-container.horizontal-nav > .section > .title,
  .section-container.accordion > section > .title,
  .section-container.accordion > .section > .title {
    border-top: none; }

[data-section='tabs'], .section-container.tabs {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em; }
  [data-section='tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.tabs:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden; }
  [data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
    margin-bottom: 0; }
    [data-section='tabs'] > section > [data-section-title] a, [data-section='tabs'] > section > .title a, [data-section='tabs'] > .section > [data-section-title] a, [data-section='tabs'] > .section > .title a, [data-section='tabs'] > [data-section-region] > [data-section-title] a, [data-section='tabs'] > [data-section-region] > .title a, .section-container.tabs > section > [data-section-title] a, .section-container.tabs > section > .title a, .section-container.tabs > .section > [data-section-title] a, .section-container.tabs > .section > .title a, .section-container.tabs > [data-section-region] > [data-section-title] a, .section-container.tabs > [data-section-region] > .title a {
      width: 100%;
      display: inline-block;
      white-space: nowrap; }
  [data-section='tabs'] > section > [data-section-content], [data-section='tabs'] > section > .content, [data-section='tabs'] > .section > [data-section-content], [data-section='tabs'] > .section > .content, [data-section='tabs'] > [data-section-region] > [data-section-content], [data-section='tabs'] > [data-section-region] > .content, .section-container.tabs > section > [data-section-content], .section-container.tabs > section > .content, .section-container.tabs > .section > [data-section-content], .section-container.tabs > .section > .content, .section-container.tabs > [data-section-region] > [data-section-content], .section-container.tabs > [data-section-region] > .content {
    display: none; }
  [data-section='tabs'] > section.active > [data-section-content], [data-section='tabs'] > section.active > .content, [data-section='tabs'] > .section.active > [data-section-content], [data-section='tabs'] > .section.active > .content, [data-section='tabs'] > [data-section-region].active > [data-section-content], [data-section='tabs'] > [data-section-region].active > .content, .section-container.tabs > section.active > [data-section-content], .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > [data-section-content], .section-container.tabs > .section.active > .content, .section-container.tabs > [data-section-region].active > [data-section-content], .section-container.tabs > [data-section-region].active > .content {
    display: block; }
  [data-section='tabs'] > section:not(.active), [data-section='tabs'] > .section:not(.active), [data-section='tabs'] > [data-section-region]:not(.active), .section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active), .section-container.tabs > [data-section-region]:not(.active) {
    padding: 0 !important; }
  [data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
    width: auto;
    position: absolute;
    top: 0;
    left: 0; }

.section-container.tabs {
  border: none; }
  .section-container.tabs > section > .title, .section-container.tabs > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc; }
    .section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
      padding: 0.9375em;
      color: #333333;
      font-size: 0.875em;
      background: none; }
    .section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
      background-color: #e2e2e2; }
  .section-container.tabs > section > .content, .section-container.tabs > .section > .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc; }
    .section-container.tabs > section > .content > *:last-child, .section-container.tabs > .section > .content > *:last-child {
      margin-bottom: 0; }
    .section-container.tabs > section > .content > *:first-child, .section-container.tabs > .section > .content > *:first-child {
      padding-top: 0; }
    .section-container.tabs > section > .content > *:last-child:not(.flex-video), .section-container.tabs > .section > .content > *:last-child:not(.flex-video) {
      padding-bottom: 0; }
  .section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
    background: white; }
    .section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
      color: #333333; }
  .section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active) {
    padding: 0 !important; }
  .section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
    border-bottom: 0; }

@media only screen and (min-width: 769px) {
  [data-section=''], [data-section='auto'], .section-container.auto {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em; }
    [data-section='']:not([data-section-resized]):not([data-section-small-style]), [data-section='auto']:not([data-section-resized]):not([data-section-small-style]), .section-container.auto:not([data-section-resized]):not([data-section-small-style]) {
      visibility: hidden; }
    [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
      margin-bottom: 0; }
      [data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a {
        width: 100%;
        display: inline-block;
        white-space: nowrap; }
    [data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content {
      display: none; }
    [data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content {
      display: block; }
    [data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active) {
      padding: 0 !important; }
    [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
      width: auto;
      position: absolute;
      top: 0;
      left: 0; }

  .section-container.auto {
    border: none; }
    .section-container.auto > section > .title, .section-container.auto > .section > .title {
      background-color: #efefef;
      cursor: pointer;
      border: solid 1px #cccccc; }
      .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
        padding: 0.9375em;
        color: #333333;
        font-size: 0.875em;
        background: none; }
      .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
        background-color: #e2e2e2; }
    .section-container.auto > section > .content, .section-container.auto > .section > .content {
      padding: 0.9375em;
      background-color: white;
      border: solid 1px #cccccc; }
      .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child {
        margin-bottom: 0; }
      .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child {
        padding-top: 0; }
      .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video) {
        padding-bottom: 0; }
    .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
      background: white; }
      .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
        color: #333333; }
    .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active) {
      padding: 0 !important; }
    .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
      border-bottom: 0; }

  [data-section='vertical-tabs'], .section-container.vertical-tabs {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em; }
    [data-section='vertical-tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-tabs:not([data-section-resized]):not([data-section-small-style]) {
      visibility: hidden; }
    [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style] {
      width: 100% !important; }
      [data-section='vertical-tabs'][data-section-small-style] > [data-section-region], [data-section='vertical-tabs'][data-section-small-style] > section, [data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section {
        padding: 0 !important;
        margin: 0 !important; }
        [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > section > .title, [data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title {
          width: 100% !important; }
    [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
      margin-bottom: 0; }
      [data-section='vertical-tabs'] > section > [data-section-title] a, [data-section='vertical-tabs'] > section > .title a, [data-section='vertical-tabs'] > .section > [data-section-title] a, [data-section='vertical-tabs'] > .section > .title a, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a, [data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a {
        width: 100%;
        display: inline-block;
        white-space: nowrap; }
    [data-section='vertical-tabs'] > section > [data-section-content], [data-section='vertical-tabs'] > section > .content, [data-section='vertical-tabs'] > .section > [data-section-content], [data-section='vertical-tabs'] > .section > .content, [data-section='vertical-tabs'] > [data-section-region] > [data-section-content], [data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content {
      display: none; }
    [data-section='vertical-tabs'] > section.active > [data-section-content], [data-section='vertical-tabs'] > section.active > .content, [data-section='vertical-tabs'] > .section.active > [data-section-content], [data-section='vertical-tabs'] > .section.active > .content, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-content], [data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content {
      display: block; }
    [data-section='vertical-tabs'] > section:not(.active), [data-section='vertical-tabs'] > .section:not(.active), [data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active) {
      padding: 0 !important; }
    [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
      position: absolute;
      top: 0;
      left: 0;
      width: 12.5em; }
    [data-section='vertical-tabs'] > section.active, [data-section='vertical-tabs'] > .section.active, [data-section='vertical-tabs'] > [data-section-region].active, .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active, .section-container.vertical-tabs > [data-section-region].active {
      padding-left: 12.5em; }
      [data-section='vertical-tabs'] > section.active > [data-section-title], [data-section='vertical-tabs'] > section.active > .title, [data-section='vertical-tabs'] > .section.active > [data-section-title], [data-section='vertical-tabs'] > .section.active > .title, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-title], [data-section='vertical-tabs'] > [data-section-region].active > .title, .section-container.vertical-tabs > section.active > [data-section-title], .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > [data-section-title], .section-container.vertical-tabs > .section.active > .title, .section-container.vertical-tabs > [data-section-region].active > [data-section-title], .section-container.vertical-tabs > [data-section-region].active > .title {
        width: 12.5em; }

  .section-container.vertical-tabs {
    border: none; }
    .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title {
      background-color: #efefef;
      cursor: pointer;
      border: solid 1px #cccccc; }
      .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a {
        padding: 0.9375em;
        color: #333333;
        font-size: 0.875em;
        background: none; }
      .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
        background-color: #e2e2e2; }
    .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content {
      padding: 0.9375em;
      background-color: white;
      border: solid 1px #cccccc; }
      .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child {
        margin-bottom: 0; }
      .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child {
        padding-top: 0; }
      .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video) {
        padding-bottom: 0; }
    .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
      background: #d5d5d5; }
      .section-container.vertical-tabs > section.active > .title a, .section-container.vertical-tabs > .section.active > .title a {
        color: #333333; }
    .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active) {
      padding: 0 !important; }
    .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active {
      padding-left: 12.4375em; }
      .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
        background-color: #d5d5d5; }

  [data-section='vertical-nav'], .section-container.vertical-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em; }
    [data-section='vertical-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-nav:not([data-section-resized]):not([data-section-small-style]) {
      visibility: hidden; }
    [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style] {
      width: 100% !important; }
      [data-section='vertical-nav'][data-section-small-style] > [data-section-region], [data-section='vertical-nav'][data-section-small-style] > section, [data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section {
        padding: 0 !important;
        margin: 0 !important; }
        [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-nav'][data-section-small-style] > section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > section > .title, [data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title {
          width: 100% !important; }
    [data-section='vertical-nav'] > section, [data-section='vertical-nav'] > .section, [data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region] {
      position: relative;
      display: inline-block; }
      [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
        margin-bottom: 0; }
        [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
          width: 100%;
          display: inline-block;
          white-space: nowrap; }
      [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
        display: none; }
      [data-section='vertical-nav'] > section.active > [data-section-content], [data-section='vertical-nav'] > section.active > .content, [data-section='vertical-nav'] > .section.active > [data-section-content], [data-section='vertical-nav'] > .section.active > .content, [data-section='vertical-nav'] > [data-section-region].active > [data-section-content], [data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content {
        display: block; }
      [data-section='vertical-nav'] > section:not(.active), [data-section='vertical-nav'] > .section:not(.active), [data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active) {
        padding: 0 !important; }
      [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
        position: static;
        width: auto; }
        [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
          display: block; }
      [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        min-width: 12.5em; }

  .section-container.vertical-nav {
    border: none; }
    .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
      background-color: #efefef;
      cursor: pointer;
      border: solid 1px #cccccc; }
      .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
        padding: 0.9375em;
        color: #333333;
        font-size: 0.875em;
        background: none; }
      .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
        background-color: #e2e2e2; }
    .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content {
      padding: 0.9375em;
      background-color: white;
      border: solid 1px #cccccc; }
      .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child {
        margin-bottom: 0; }
      .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child {
        padding-top: 0; }
      .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video) {
        padding-bottom: 0; }
    .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
      background: #d5d5d5; }
      .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
        color: #333333; }
    .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active) {
      padding: 0 !important; }

  [data-section='horizontal-nav'], .section-container.horizontal-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em; }
    [data-section='horizontal-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.horizontal-nav:not([data-section-resized]):not([data-section-small-style]) {
      visibility: hidden; }
    [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style] {
      width: 100% !important; }
      [data-section='horizontal-nav'][data-section-small-style] > [data-section-region], [data-section='horizontal-nav'][data-section-small-style] > section, [data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section {
        padding: 0 !important;
        margin: 0 !important; }
        [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > section > .title, [data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title {
          width: 100% !important; }
    [data-section='horizontal-nav'] > section, [data-section='horizontal-nav'] > .section, [data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region] {
      position: relative;
      float: left; }
      [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
        margin-bottom: 0; }
        [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
          width: 100%;
          display: inline-block;
          white-space: nowrap; }
      [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
        display: none; }
      [data-section='horizontal-nav'] > section.active > [data-section-content], [data-section='horizontal-nav'] > section.active > .content, [data-section='horizontal-nav'] > .section.active > [data-section-content], [data-section='horizontal-nav'] > .section.active > .content, [data-section='horizontal-nav'] > [data-section-region].active > [data-section-content], [data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content {
        display: block; }
      [data-section='horizontal-nav'] > section:not(.active), [data-section='horizontal-nav'] > .section:not(.active), [data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active) {
        padding: 0 !important; }
      [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
        position: static;
        width: auto; }
        [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
          display: block; }
      [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        min-width: 12.5em; }

  .section-container.horizontal-nav {
    background: #efefef;
    border: 1px solid #cccccc; }
    .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
      background-color: #efefef;
      cursor: pointer;
      border: solid 1px #cccccc; }
      .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
        padding: 0.9375em;
        color: #333333;
        font-size: 0.875em;
        background: none; }
      .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
        background-color: #e2e2e2; }
    .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content {
      padding: 0.9375em;
      background-color: white;
      border: solid 1px #cccccc; }
      .section-container.horizontal-nav > section > .content > *:last-child, .section-container.horizontal-nav > .section > .content > *:last-child {
        margin-bottom: 0; }
      .section-container.horizontal-nav > section > .content > *:first-child, .section-container.horizontal-nav > .section > .content > *:first-child {
        padding-top: 0; }
      .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video) {
        padding-bottom: 0; }
    .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
      background: #d5d5d5; }
      .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
        color: #333333; }
    .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active) {
      padding: 0 !important; } }
.no-js [data-section], .no-js .section-container {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em; }
  .no-js [data-section][data-section-small-style], .no-js .section-container[data-section-small-style] {
    width: 100% !important; }
    .no-js [data-section][data-section-small-style] > [data-section-region], .no-js [data-section][data-section-small-style] > section, .no-js [data-section][data-section-small-style] > .section, .no-js .section-container[data-section-small-style] > [data-section-region], .no-js .section-container[data-section-small-style] > section, .no-js .section-container[data-section-small-style] > .section {
      padding: 0 !important;
      margin: 0 !important; }
      .no-js [data-section][data-section-small-style] > [data-section-region] > [data-section-title], .no-js [data-section][data-section-small-style] > [data-section-region] > .title, .no-js [data-section][data-section-small-style] > section > [data-section-title], .no-js [data-section][data-section-small-style] > section > .title, .no-js [data-section][data-section-small-style] > .section > [data-section-title], .no-js [data-section][data-section-small-style] > .section > .title, .no-js .section-container[data-section-small-style] > [data-section-region] > [data-section-title], .no-js .section-container[data-section-small-style] > [data-section-region] > .title, .no-js .section-container[data-section-small-style] > section > [data-section-title], .no-js .section-container[data-section-small-style] > section > .title, .no-js .section-container[data-section-small-style] > .section > [data-section-title], .no-js .section-container[data-section-small-style] > .section > .title {
        width: 100% !important; }
  .no-js [data-section] > section, .no-js [data-section] > .section, .no-js [data-section] > [data-section-region], .no-js .section-container > section, .no-js .section-container > .section, .no-js .section-container > [data-section-region] {
    margin: 0; }
    .no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
      margin-bottom: 0; }
      .no-js [data-section] > section > [data-section-title] a, .no-js [data-section] > section > .title a, .no-js [data-section] > .section > [data-section-title] a, .no-js [data-section] > .section > .title a, .no-js [data-section] > [data-section-region] > [data-section-title] a, .no-js [data-section] > [data-section-region] > .title a, .no-js .section-container > section > [data-section-title] a, .no-js .section-container > section > .title a, .no-js .section-container > .section > [data-section-title] a, .no-js .section-container > .section > .title a, .no-js .section-container > [data-section-region] > [data-section-title] a, .no-js .section-container > [data-section-region] > .title a {
        width: 100%;
        display: inline-block;
        white-space: nowrap; }
    .no-js [data-section] > section > [data-section-content], .no-js [data-section] > section > .content, .no-js [data-section] > .section > [data-section-content], .no-js [data-section] > .section > .content, .no-js [data-section] > [data-section-region] > [data-section-content], .no-js [data-section] > [data-section-region] > .content, .no-js .section-container > section > [data-section-content], .no-js .section-container > section > .content, .no-js .section-container > .section > [data-section-content], .no-js .section-container > .section > .content, .no-js .section-container > [data-section-region] > [data-section-content], .no-js .section-container > [data-section-region] > .content {
      display: none; }
    .no-js [data-section] > section.active > [data-section-content], .no-js [data-section] > section.active > .content, .no-js [data-section] > .section.active > [data-section-content], .no-js [data-section] > .section.active > .content, .no-js [data-section] > [data-section-region].active > [data-section-content], .no-js [data-section] > [data-section-region].active > .content, .no-js .section-container > section.active > [data-section-content], .no-js .section-container > section.active > .content, .no-js .section-container > .section.active > [data-section-content], .no-js .section-container > .section.active > .content, .no-js .section-container > [data-section-region].active > [data-section-content], .no-js .section-container > [data-section-region].active > .content {
      display: block; }
    .no-js [data-section] > section:not(.active), .no-js [data-section] > .section:not(.active), .no-js [data-section] > [data-section-region]:not(.active), .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active), .no-js .section-container > [data-section-region]:not(.active) {
      padding: 0 !important; }
    .no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
      width: 100%; }
.no-js .section-container {
  border-top: 1px solid #cccccc; }
  .no-js .section-container > section > .title, .no-js .section-container > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #cccccc; }
    .no-js .section-container > section > .title a, .no-js .section-container > .section > .title a {
      padding: 0.9375em;
      color: #333333;
      font-size: 0.875em;
      background: none; }
    .no-js .section-container > section > .title:hover, .no-js .section-container > .section > .title:hover {
      background-color: #e2e2e2; }
  .no-js .section-container > section > .content, .no-js .section-container > .section > .content {
    padding: 0.9375em;
    background-color: white;
    border: solid 1px #cccccc; }
    .no-js .section-container > section > .content > *:last-child, .no-js .section-container > .section > .content > *:last-child {
      margin-bottom: 0; }
    .no-js .section-container > section > .content > *:first-child, .no-js .section-container > .section > .content > *:first-child {
      padding-top: 0; }
    .no-js .section-container > section > .content > *:last-child:not(.flex-video), .no-js .section-container > .section > .content > *:last-child:not(.flex-video) {
      padding-bottom: 0; }
  .no-js .section-container > section.active > .title, .no-js .section-container > .section.active > .title {
    background: #d5d5d5; }
    .no-js .section-container > section.active > .title a, .no-js .section-container > .section.active > .title a {
      color: #333333; }
  .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active) {
    padding: 0 !important; }
  .no-js .section-container > section > .title, .no-js .section-container > .section > .title {
    border-top: none; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #111111; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 45px; }

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #111111;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: 2.45em; }
  .top-bar .button {
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 0; }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1 {
      line-height: 45px;
      font-size: 1.0625em;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: bold;
        color: white;
        width: 50%;
        display: block;
        padding: 0 15px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: white;
      text-transform: uppercase;
      font-size: 0.8125em;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 15px;
      height: 45px;
      line-height: 45px; }
    .top-bar .toggle-topbar.menu-icon {
      right: 15px;
      top: 50%;
      margin-top: -16px;
      padding-left: 40px; }
      .top-bar .toggle-topbar.menu-icon a {
        text-indent: -48px;
        width: 34px;
        height: 34px;
        line-height: 33px;
        padding: 0;
        color: white; }
        .top-bar .toggle-topbar.menu-icon a span {
          position: absolute;
          right: 0;
          display: block;
          width: 16px;
          height: 0;
          -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
          box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #111111; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a span {
        -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
        box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #222222;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-bottom: solid 1px #2b2b2b;
    border-top: solid 1px black;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: white;
    padding: 12px 0 12px 0;
    padding-left: 15px;
    font-size: 0.8125em;
    font-weight: bold;
    background: #222222; }
    .top-bar-section ul li > a.button {
      background: #2ba6cb;
      font-size: 0.8125em;
      padding-right: 15px;
      padding-left: 15px; }
      .top-bar-section ul li > a.button:hover {
        background: #2284a1; }
    .top-bar-section ul li > a.button.secondary {
      background: #e9e9e9; }
      .top-bar-section ul li > a.button.secondary:hover {
        background: #d0d0d0; }
    .top-bar-section ul li > a.button.success {
      background: #5da423; }
      .top-bar-section ul li > a.button.success:hover {
        background: #457a1a; }
    .top-bar-section ul li > a.button.alert {
      background: #c60f13; }
      .top-bar-section ul li > a.button.alert:hover {
        background: #970b0e; }
  .top-bar-section ul li:hover > a {
    background: black;
    color: white; }
  .top-bar-section ul li.active > a {
    background: #090909;
    color: white; }
  .top-bar-section .has-form {
    padding: 15px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
      border-left-style: solid;
      margin-right: 15px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block; }
  .top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    z-index: 99; }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 15px; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: bold; }
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0; }
        .top-bar-section .dropdown li.title h5 a {
          color: white;
          line-height: 22.5px;
          display: block; }
    .top-bar-section .dropdown label {
      padding: 8px 15px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #555555;
      font-weight: bold;
      font-size: 0.625em; }

.top-bar-js-breakpoint {
  width: 940px !important;
  visibility: hidden; }

.js-generated {
  display: block; }

@media only screen and (min-width: 940px) {
  .top-bar {
    background: #111111;
    *zoom: 1;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input,
    .top-bar .button {
      line-height: 2em;
      font-size: 0.875em;
      height: 2em;
      padding: 0 10px;
      position: relative;
      top: 8px; }
    .top-bar.expanded {
      background: #111111; }

  .contain-to-grid .top-bar {
    max-width: 62.5em;
    margin: 0 auto;
    margin-bottom: 0; }

  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background: black;
      color: white; }
    .top-bar-section li a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      background: #111111; }
      .top-bar-section li a:not(.button):hover {
        background: black; }
    .top-bar-section .has-dropdown > a {
      padding-right: 35px !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 22.5px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: none; }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1em;
      margin-top: -7px;
      right: 5px; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: white;
        line-height: 1;
        white-space: nowrap;
        padding: 7px 15px;
        background: #1e1e1e; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #1e1e1e; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #2b2b2b;
      border-left: solid 1px black;
      clear: none;
      height: 45px;
      width: 0; }
    .top-bar-section .has-form {
      background: #111111;
      padding: 0 15px;
      height: 45px; }
    .top-bar-section ul.right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section ul.right li .dropdown li .dropdown {
        right: 100%; }

  .no-js .top-bar-section ul li:hover > a {
    background: black;
    color: white; }
  .no-js .top-bar-section ul li:active > a {
    background: #090909;
    color: white; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block; } }
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg); }

  to {
    -moz-transform: rotate(360deg); } }

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg); }

  to {
    -o-transform: rotate(360deg); } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(360deg); } }

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }

.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555555 white;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: whitesmoke; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0%; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
        color: white;
        width: 100%;
        padding: 10px 14px;
        font-size: 0.875em; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: white;
    background: rgba(0, 0, 0, 0);
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125em; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      display: block;
      width: 0%; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 10px;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px black;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -6px;
      top: 9px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-right-style: solid;
      border-color: transparent transparent transparent black; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 60px;
    line-height: 50px;
    color: white;
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.6); }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -16px;
      display: block;
      width: 0;
      height: 0;
      border: inset 16px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: white; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #cccccc; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: white;
      left: 50%;
      margin-left: -8px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #cccccc; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px; }
  .orbit-bullets li {
    display: block;
    width: 0.75em;
    height: 0.75em;
    background: #999999;
    float: left;
    margin-right: 6px;
    border: solid 1px #555555;
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #555555; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }
.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 769px) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }
@media only screen and (max-width: 768px) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important; }
  .orbit-stack-on-small .orbit-timer,
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev,
  .orbit-stack-on-small .orbit-bullets {
    display: none; } }
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: url('') repeat; /* The Fallback */
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: white;
  padding: 1.25em;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px; }
  .reveal-modal .column,
  .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  .reveal-modal .close-reveal-modal {
    font-size: 1.375em;
    line-height: 1;
    position: absolute;
    top: 0.5em;
    right: 0.6875em;
    color: #aaaaaa;
    font-weight: bold;
    cursor: pointer; }

@media only screen and (min-width: 769px) {
  .reveal-modal {
    padding: 1.875em;
    top: 6.25em; }
    .reveal-modal.tiny {
      margin-left: -15%;
      width: 30%; }
    .reveal-modal.small {
      margin-left: -20%;
      width: 40%; }
    .reveal-modal.medium {
      margin-left: -30%;
      width: 60%; }
    .reveal-modal.large {
      margin-left: -35%;
      width: 70%; }
    .reveal-modal.xlarge {
      margin-left: -47.5%;
      width: 95%; } }
@media print {
  .reveal-modal {
    background: white !important; } }
/* Foundation Joyride */
.joyride-list {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: black;
  color: white;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%; }

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px; }

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125em 1.25em 1.5em; }
  .joyride-content-wrapper .button {
    margin-bottom: 0 !important; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: inset 14px; }
  .joyride-tip-guide .joyride-nub.top {
    border-top-style: solid;
    border-color: black;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -28px; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-bottom-style: solid;
    border-color: black !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -28px; }
  .joyride-tip-guide .joyride-nub.right {
    right: -28px; }
  .joyride-tip-guide .joyride-nub.left {
    left: -28px; }

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: white; }

.joyride-tip-guide p {
  margin: 0 0 1.125em 0;
  font-size: 0.875em;
  line-height: 1.3; }

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625em;
  bottom: 1em; }

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666; }

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 30px;
  font-weight: normal;
  line-height: 0.5 !important; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #eeeeee !important; }

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer; }

.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  -moz-box-shadow: 0 0 30px white;
  -webkit-box-shadow: 0 0 15px white;
  box-shadow: 0 0 15px white; }

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0; }

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 769px) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: black !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -28px; }
    .joyride-tip-guide .joyride-nub.right {
      border-color: black !important;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: auto;
      right: -28px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: black !important;
      border-top-color: transparent !important;
      border-left-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: -28px;
      right: auto; } }
/* Clearing Styles */
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  [data-clearing]:after {
    clear: both; }
  [data-clearing] li {
    float: left;
    margin-right: 10px; }

.clearing-blackout {
  background: #111111;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  color: white;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #111111;
  width: 100%;
  padding: 10px 30px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1;
  color: white;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #ccc; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 769px) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 16px; }

  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: white; }

  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: white; }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.5; }

  .clearing-assembled .clearing-container .carousel {
    background: #111111;
    height: 150px;
    margin-top: 5px; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: block;
      z-index: 999;
      width: 200%;
      height: 100%;
      margin-left: 0;
      position: relative;
      left: 0; }
      .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 175px;
        height: inherit;
        padding: 0;
        float: left;
        overflow: hidden;
        margin-right: 1px;
        position: relative;
        cursor: pointer;
        opacity: 0.4; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          min-height: 100%;
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          min-width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
  .clearing-assembled .clearing-container .visible-img {
    background: #111111;
    overflow: hidden;
    height: 75%; }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }
/* Foundation Alerts */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: bold;
  margin-bottom: 1.25em;
  position: relative;
  padding: 0.6875em 1.3125em 0.75em 0.6875em;
  font-size: 0.875em;
  background-color: #2ba6cb;
  border-color: #2284a1;
  color: white; }
  .alert-box .close {
    font-size: 1.375em;
    padding: 5px 4px 4px;
    line-height: 0;
    position: absolute;
    top: 0.4375em;
    right: 0.3125em;
    color: #333333;
    opacity: 0.3; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .alert-box.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #5da423;
    border-color: #457a1a;
    color: white; }
  .alert-box.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: white; }
  .alert-box.secondary {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #505050; }

/* Breadcrumbs */
.breadcrumbs {
  display: block;
  padding: 0.5625em 0.875em 0.5625em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f6f6f6;
  border-color: gainsboro;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875em;
    text-transform: uppercase; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a,
    .breadcrumbs > * span {
      text-transform: uppercase;
      color: #2ba6cb; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "/";
      color: #aaaaaa;
      margin: 0 0.75em;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Custom Checkbox and Radio Inputs */
form.custom .hidden-field {
  margin-left: -99999px;
  position: absolute;
  visibility: hidden; }
form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  /* fix centering issue */
  vertical-align: middle;
  border: solid 1px #cccccc;
  background: white; }
  form.custom .custom.checkbox {
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0; }
  form.custom .custom.radio {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    padding: 3px; }
  form.custom .custom.checkbox:before {
    content: "";
    display: block;
    font-size: 16px;
    color: white; }
  form.custom .custom.radio.checked:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    background: #222222;
    position: relative; }
  form.custom .custom.checkbox.checked:before {
    content: "\00d7";
    color: #222222;
    position: absolute;
    top: -50%;
    left: 50%;
    margin-top: 4px;
    margin-left: -5px; }

/* Custom Select Options and Dropdowns */
form.custom {
  /* Custom input, disabled */ }
  form.custom .custom.dropdown {
    display: block;
    position: relative;
    top: 0;
    height: 2.3125em;
    margin-bottom: 1.25em;
    margin-top: 0;
    padding: 0;
    width: 100%;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
    -webkit-box-shadow: none;
    background: linear-gradient(to bottom, white 0%, #f3f3f3 100%);
    box-shadow: none;
    font-size: 0.875em;
    vertical-align: top; }
    form.custom .custom.dropdown ul {
      overflow-y: auto;
      max-height: 200px; }
    form.custom .custom.dropdown .current {
      cursor: default;
      white-space: nowrap;
      line-height: 2.25em;
      color: rgba(0, 0, 0, 0.75);
      text-decoration: none;
      overflow: hidden;
      display: block;
      margin-left: 0.5em;
      margin-right: 2.3125em; }
    form.custom .custom.dropdown .selector {
      cursor: default;
      position: absolute;
      width: 2.5em;
      height: 2.3125em;
      display: block;
      right: 0;
      top: 0; }
      form.custom .custom.dropdown .selector:after {
        content: "";
        display: block;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: #aaaaaa transparent transparent transparent;
        border-top-style: solid;
        position: absolute;
        left: 0.9375em;
        top: 50%;
        margin-top: -3px; }
    form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: #222222 transparent transparent transparent;
      border-top-style: solid; }
    form.custom .custom.dropdown .disabled {
      color: #888888; }
      form.custom .custom.dropdown .disabled:hover {
        background: transparent;
        color: #888888; }
        form.custom .custom.dropdown .disabled:hover:after {
          display: none; }
    form.custom .custom.dropdown.open ul {
      display: block;
      z-index: 10;
      min-width: 100%;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box; }
    form.custom .custom.dropdown.small {
      max-width: 134px; }
    form.custom .custom.dropdown.medium {
      max-width: 254px; }
    form.custom .custom.dropdown.large {
      max-width: 434px; }
    form.custom .custom.dropdown.expand {
      width: 100% !important; }
    form.custom .custom.dropdown.open.small ul {
      min-width: 134px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    form.custom .custom.dropdown.open.medium ul {
      min-width: 254px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    form.custom .custom.dropdown.open.large ul {
      min-width: 434px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  form.custom .error .custom.dropdown {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, 0.1);
    background: rgba(198, 15, 19, 0.1);
    margin-bottom: 0; }
    form.custom .error .custom.dropdown:focus {
      background: #fafafa;
      border-color: #999999; }
  form.custom .error .custom.dropdown + small.error {
    margin-top: 0; }
  form.custom .custom.dropdown ul {
    position: absolute;
    width: auto;
    display: none;
    margin: 0;
    left: -1px;
    top: auto;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    background: white;
    border: solid 1px #cccccc;
    font-size: 16px; }
    form.custom .custom.dropdown ul li {
      color: #555555;
      font-size: 0.875em;
      cursor: default;
      padding-top: 0.25em;
      padding-bottom: 0.25em;
      padding-left: 0.375em;
      padding-right: 2.375em;
      min-height: 1.5em;
      line-height: 1.5em;
      margin: 0;
      white-space: nowrap;
      list-style: none; }
      form.custom .custom.dropdown ul li.selected {
        background: #eeeeee;
        color: black; }
      form.custom .custom.dropdown ul li:hover {
        background-color: #e4e4e4;
        color: black; }
      form.custom .custom.dropdown ul li.selected:hover {
        background: #eeeeee;
        cursor: default;
        color: black; }
    form.custom .custom.dropdown ul.show {
      display: block; }
  form.custom .custom.disabled {
    background: #dddddd; }

/* Keystroke Characters */
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dbdbdb;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 0.875em;
  padding: 0.125em 0.25em 0;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

/* Labels */
.label {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  padding: 0.1875em 0.625em 0.25em;
  font-size: 0.875em;
  background-color: #2ba6cb;
  color: white; }
  .label.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .label.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  .label.alert {
    background-color: #c60f13;
    color: white; }
  .label.success {
    background-color: #5da423;
    color: white; }
  .label.secondary {
    background-color: #e9e9e9;
    color: #333333; }

/* Inline Lists */
.inline-list {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375em;
    display: block; }
    .inline-list > li > * {
      display: block; }

/* Default Pagination */
ul.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em; }
  ul.pagination li {
    height: 1.5em;
    color: #222222;
    font-size: 0.875em;
    margin-left: 0.3125em; }
    ul.pagination li a {
      display: block;
      padding: 0.0625em 0.4375em 0.0625em;
      color: #999999; }
    ul.pagination li:hover a,
    ul.pagination li a:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a {
      cursor: default;
      color: #999999; }
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
      background: transparent; }
    ul.pagination li.current a {
      background: #2ba6cb;
      color: white;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus {
        background: #2ba6cb; }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #f2f2f2; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625em; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #2284a1;
    margin-bottom: 1.25em;
    padding: 1.25em;
    background: #2ba6cb;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
      color: white; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625em; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a {
      color: white; }
  .panel.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #dddddd;
  margin-left: 0;
  margin-bottom: 1.25em; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #dddddd;
    padding: 0.9375em 1.25em;
    text-align: center;
    color: #333333;
    font-weight: bold;
    font-size: 1em; }
  .pricing-table .price {
    background-color: #eeeeee;
    padding: 0.9375em 1.25em;
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-size: 1.25em; }
  .pricing-table .description {
    background-color: white;
    padding: 0.9375em;
    text-align: center;
    color: #777777;
    font-size: 0.75em;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px #dddddd; }
  .pricing-table .bullet-item {
    background-color: white;
    padding: 0.9375em;
    text-align: center;
    color: #333333;
    font-size: 0.875em;
    font-weight: normal;
    border-bottom: dotted 1px #dddddd; }
  .pricing-table .cta-button {
    background-color: whitesmoke;
    text-align: center;
    padding: 1.25em 1.25em 0; }

/* Progress Bar */
.progress {
  background-color: transparent;
  height: 1.5625em;
  border: 1px solid #cccccc;
  padding: 0.125em;
  margin-bottom: 0.625em; }
  .progress .meter {
    background: #2ba6cb;
    height: 100%;
    display: block; }
  .progress.secondary .meter {
    background: #e9e9e9;
    height: 100%;
    display: block; }
  .progress.success .meter {
    background: #5da423;
    height: 100%;
    display: block; }
  .progress.alert .meter {
    background: #c60f13;
    height: 100%;
    display: block; }
  .progress.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    .progress.radius .meter {
      -webkit-border-radius: 2px;
      border-radius: 2px; }
  .progress.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    .progress.round .meter {
      -webkit-border-radius: 999px;
      border-radius: 999px; }

/* Side Nav */
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875em 0;
  list-style-type: none;
  list-style-position: inside; }
  .side-nav li {
    margin: 0 0 0.4375em 0;
    font-size: 0.875em; }
    .side-nav li a {
      display: block;
      color: #2ba6cb; }
    .side-nav li.active > a:first-child {
      color: #4d4d4d;
      font-weight: bold; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: #e6e6e6; }

/* Side Nav */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25em 0 1.125em;
  padding-top: 0.25em;
  margin-right: 0;
  margin-left: -0.5625em; }
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    float: left;
    display: inline;
    margin-left: 0.5625em;
    margin-bottom: 0.625em;
    font-weight: normal;
    font-size: 0.875em; }
    .sub-nav dt a,
    .sub-nav dd a,
    .sub-nav li a {
      color: #999999;
      text-decoration: none; }
    .sub-nav dt.active a,
    .sub-nav dd.active a,
    .sub-nav li.active a {
      -webkit-border-radius: 1000px;
      border-radius: 1000px;
      font-weight: bold;
      background: #2ba6cb;
      padding: 0.1875em 0.5625em;
      cursor: default;
      color: white; }

/* Foundation Switches */
@media only screen {
  div.switch {
    position: relative;
    padding: 0;
    display: block;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1.25em;
    height: 2.25em;
    background: white;
    border-color: #cccccc; }
    div.switch label {
      position: relative;
      left: 0;
      z-index: 2;
      float: left;
      width: 50%;
      height: 100%;
      margin: 0;
      font-weight: bold;
      text-align: left;
      -webkit-transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out; }
    div.switch input {
      position: absolute;
      z-index: 3;
      opacity: 0;
      width: 100%;
      height: 100%;
      -moz-appearance: none; }
      div.switch input:hover, div.switch input:focus {
        cursor: pointer; }
    div.switch span:last-child {
      position: absolute;
      top: -1px;
      left: -1px;
      z-index: 1;
      display: block;
      padding: 0;
      border-width: 1px;
      border-style: solid;
      -webkit-transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out; }
    div.switch input:not(:checked) + label {
      opacity: 0; }
    div.switch input:checked {
      display: none !important; }
    div.switch input {
      left: 0;
      display: block !important; }
    div.switch input:first-of-type + label,
    div.switch input:first-of-type + span + label {
      left: -50%; }
    div.switch input:first-of-type:checked + label,
    div.switch input:first-of-type:checked + span + label {
      left: 0%; }
    div.switch input:last-of-type + label,
    div.switch input:last-of-type + span + label {
      right: -50%;
      left: auto;
      text-align: right; }
    div.switch input:last-of-type:checked + label,
    div.switch input:last-of-type:checked + span + label {
      right: 0%;
      left: auto; }
    div.switch span.custom {
      display: none !important; }
    form.custom div.switch .hidden-field {
      margin-left: auto;
      position: absolute;
      visibility: visible; }
    div.switch label {
      padding: 0;
      line-height: 2.3em;
      font-size: 0.875em; }
    div.switch input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -2.1875em; }
    div.switch span:last-child {
      width: 2.25em;
      height: 2.25em; }
    div.switch span:last-child {
      border-color: #b3b3b3;
      background: white;
      background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%);
      background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
      background: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
      -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #e1f5d1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
      box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #e1f5d1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke; }
    div.switch:hover span:last-child, div.switch:focus span:last-child {
      background: white;
      background: -moz-linear-gradient(top, white 0%, #e6e6e6 100%);
      background: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
      background: linear-gradient(to bottom, white 0%, #e6e6e6 100%); }
    div.switch:active {
      background: transparent; }
    div.switch.large {
      height: 2.75em; }
      div.switch.large label {
        padding: 0;
        line-height: 2.3em;
        font-size: 1.0625em; }
      div.switch.large input:first-of-type:checked ~ span:last-child {
        left: 100%;
        margin-left: -2.6875em; }
      div.switch.large span:last-child {
        width: 2.75em;
        height: 2.75em; }
    div.switch.small {
      height: 1.75em; }
      div.switch.small label {
        padding: 0;
        line-height: 2.1em;
        font-size: 0.75em; }
      div.switch.small input:first-of-type:checked ~ span:last-child {
        left: 100%;
        margin-left: -1.6875em; }
      div.switch.small span:last-child {
        width: 1.75em;
        height: 1.75em; }
    div.switch.tiny {
      height: 1.375em; }
      div.switch.tiny label {
        padding: 0;
        line-height: 1.9em;
        font-size: 0.6875em; }
      div.switch.tiny input:first-of-type:checked ~ span:last-child {
        left: 100%;
        margin-left: -1.3125em; }
      div.switch.tiny span:last-child {
        width: 1.375em;
        height: 1.375em; }
    div.switch.radius {
      -webkit-border-radius: 4px;
      border-radius: 4px; }
      div.switch.radius span:last-child {
        -webkit-border-radius: 3px;
        border-radius: 3px; }
    div.switch.round {
      -webkit-border-radius: 1000px;
      border-radius: 1000px; }
      div.switch.round span:last-child {
        -webkit-border-radius: 999px;
        border-radius: 999px; }
      div.switch.round label {
        padding: 0 0.5625em; }

  @-webkit-keyframes webkitSiblingBugfix {
    from {
      position: relative; }

    to {
      position: relative; } } }
  @media only screen and (-webkit-min-device-pixel-ratio: 0) and (max-device-width: 480px) {
    div.switch {
      -webkit-animation: webkitSiblingBugfix infinite 1s; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    div.switch {
      -webkit-animation: none 0; } }
[data-magellan-expedition] {
  background: white;
  z-index: 50;
  min-width: 100%;
  padding: 10px; }
  [data-magellan-expedition] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd {
      margin-bottom: 0; }

/* Tables */
table {
  background: white;
  margin-bottom: 1.25em;
  border: solid 1px #dddddd; }
  table thead,
  table tfoot {
    background: whitesmoke;
    font-weight: bold; }
    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5em 0.625em 0.625em;
      font-size: 0.875em;
      color: #222222;
      text-align: left; }
  table tr th,
  table tr td {
    padding: 0.5625em 0.625em;
    font-size: 0.875em;
    color: #222222; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    line-height: 1.125em; }

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
    box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); }
  .th.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }

a.th {
  display: inline-block;
  max-width: 100%; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #196177;
    color: #2ba6cb; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: bold;
  font-size: 0.9375em;
  line-height: 1.3;
  padding: 0.5em;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: white;
  background: black;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent black transparent;
    top: -10px; }
  .tooltip.opened {
    color: #2ba6cb !important;
    border-bottom: dotted 1px #196177 !important; }

.tap-to-close {
  display: block;
  font-size: 0.625em;
  color: #888888;
  font-weight: normal; }

@media only screen and (min-width: 769px) {
  .tooltip > .nub {
    border-color: transparent transparent black transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: black transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent black;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent black transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }
@media only screen and (max-width: 768px) {
  .f-dropdown {
    max-width: 100%;
    left: 0; } }
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent white transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown li {
    font-size: 0.875em;
    cursor: pointer;
    line-height: 1.125em;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #eeeeee; }
    .f-dropdown li a {
      display: block;
      padding: 0.5em;
      color: #555555; }
  .f-dropdown.content {
    position: absolute;
    top: -9999px;
    list-style: none;
    margin-left: 0;
    padding: 1.25em;
    width: 100%;
    height: auto;
    max-height: none;
    background: white;
    border: solid 1px #cccccc;
    font-size: 16px;
    z-index: 99;
    max-width: 200px; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {-webkit-backface-visibility: hidden; margin:0!important; overflow: hidden;}
.flexslider .slides > li {display: none; position: relative; margin-left: 0; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative;}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; margin-left: 0;}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, 
.flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  {display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; top: 10px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { display: inline-block; content: url('../../images/General/pause-btn-white.png'); }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: url('../../images/General/play-btn-white.png'); }

/* Control Nav */
.flex-control-nav {width: 100%; height: 15px; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin-right: 12px; display: inline-block; margin-left: 0; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 12px; height: 12px; display: block; background: #FFFFFF; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #F2A900; }
.flex-control-paging li a.flex-active { background: #F2A900; cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.flexnav {
  display: block;
  width: 100%;
  max-height: 0;
  float: left;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
}
.flexnav.flexnav-show {
  max-height: 2000px;
  opacity: 1;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.flexnav li {
  margin-left: 0;
  font-size: 100%;
  position: relative;
  overflow: hidden; 
}
.flexnav li span.nolink {
  background: #E4E4E4;
  position: relative;
  display: block;
  vertical-align: middle;
  padding: 10px;
  overflow: hidden;
  text-transform: uppercase;
  color: #5C5C5C;
}
.flexnav li a {
  background: #E4E4E4;
  position: relative;
  display: block;
  vertical-align: middle;
  padding: 10px;
  overflow: hidden;
  color: #222222;
}
.flexnav li a:hover,
.flexnav li a:focus,
.flexnav li a:active {
  background: #FFFFFF;
  border: none;
  text-decoration: none;
  font-size: inherit;
  color: #2F0070;
  cursor: pointer; 
}
.flexnav > li > a {
  text-transform: uppercase;
}
.flexnav li ul {
  width: 100%;
  margin-left: 0; 
}
.flexnav li ul li {
  margin-left: 0;
  font-size: 100%;
  position: relative;
  overflow: hidden; 
}
.flexnav li ul.flexnav-show li {
  margin-left: 0;
  overflow: visible; 
}
.flexnav li ul li a {
  display: block; 
}
.flexnav .touch-button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 50px;
  padding: 10px;
  display: none;
  background: #acaca1;
  background: rgba(0, 0, 0, 0.075);
  text-align: center; 
}
.flexnav .touch-button:hover {
  cursor: pointer; 
}
.touch-button.icon.icon-toggleright:before {
  line-height: 1em;
  vertical-align: middle;
}
.touch-button.icon.icon-toggleright.active:before{
  content: 'k';
}

.btn {
    display: inline-block;
    padding: 12px 40px;
    margin-bottom: 0;
    font-size: 100%;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    text-decoration: none!important;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.btn.cta-button{ 
    margin-top: 30px; 
} 

.btn:focus {
    outline: none;
}
.btn:hover, 
.btn:focus {
    text-decoration: none!important;
}
.btn.disabled, 
.btn[disabled], 
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
}
.btn.purple {
    background: transparent;
    border-color: #330072;
    color: #330072;
}
.btn.purple:hover {
    background: #330072;
    color: #FFFFFF;
}
.btn.white {
    background: transparent;
    border-color: #FFFFFF;
    color: #FFFFFF;
}
.btn.white:hover {
    background: #FFFFFF;
    color: #330072;
}
.btn.gray {
    background: transparent;
    border-color: #444444;
    color: #444444;
}
.btn.gray:hover {
    background: #444444;
    color: #FFFFFF;
}
.btn.green {
    background: transparent;
    border-color: #6B7036;
    color: #6B7036;
}
.btn.green:hover {
    background: #6B7036;
    color: #FFFFFF;
}
.btn.black { 
    background: transparent; 
    border-color: rgb(68,68,68); 
    color: rgb(68,68,68); 
} 
.btn.black:hover { 
    background: rgb(68,68,68); 
    color: #FFFFFF; 
}        
.btn.red {
    background: transparent;
    border-color: #DB2C39;
    color: #DB2C39;
}
.btn.red:hover {
    background: #DB2C39;
    color: #FFFFFF;
}
.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    white-space: normal;
}
.btn-block {
    margin: 10px 0;
}

.leftCol-cta .btn.cta-button {
    margin: 0;
}

/*Fonts*/
/*Fonts*/

@font-face {
    font-family: 'callunaregular';
    src: url('../font/calluna_regular_tabular.eot');
    src: url('../font/calluna_regular_tabular.eot?#iefix') format('embedded-opentype'),
         url('../font/calluna_regular_tabular.woff2') format('woff2'),
         url('../font/calluna_regular_tabular.woff') format('woff'),
         url('../font/calluna_regular_tabular.ttf') format('truetype'),
         url('../font/calluna_regular_tabular.svg#callunaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.serif,
.calluna-regular{ font-family: 'callunaregular'; }

@font-face {
  font-family: 'Calluna Sans';
  src:     url('../font/CallunaSansRegular.eot');
  src:  url('../font/CallunaSansRegular.eot?#iefix') format('embedded-opentype'),
        url('../font/CallunaSansRegular.woff2') format('woff2'),
            url('../font/CallunaSansRegular.woff') format('woff'),
             url('') format('truetype');
  font-style: normal;
  -moz-font-feature-settings: "lnum"; 
  -ms-font-feature-settings: "lnum"; 
  -webkit-font-feature-settings: "lnum"; 
  -o-font-feature-settings: "lnum"; 
  font-feature-settings: "lnum";
}

.calluna-sans{ font-family: 'Calluna Sans'; }

@font-face {
  font-family: "laurier_icons";
  src:url("../font/laurier_icons.eot");
  src:url("../font/laurier_icons.eot?#iefix") format("embedded-opentype"),
    url("../font/laurier_icons.woff") format("woff"),
    url("../font/laurier_icons.ttf") format("truetype"),
    url("../font/laurier_icons.svg#laurier_icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*


@font-face {
  font-family: "laurier_icons";
  src:url("font/laurier_icons.eot");
  src:url("font/laurier_icons.eot?#iefix") format("embedded-opentype"),
    url("font/laurier_icons.woff") format("woff"),
    url("font/laurier_icons.ttf") format("truetype"),
    url("font/laurier_icons.svg#laurier_icons") format("svg");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Calluna Sans';
  src:     url('../../font/CallunaSansRegular.eot');
  src:  url('../../font/CallunaSansRegular.eot?#iefix') format('embedded-opentype'),
            url('../../font/CallunaSansRegular.woff') format('woff'),
             url('../../font/CallunaSansRegular.ttf') format('truetype');
  font-style: normal;
  -moz-font-feature-settings: "lnum"; 
  -ms-font-feature-settings: "lnum"; 
  -webkit-font-feature-settings: "lnum"; 
  -o-font-feature-settings: "lnum"; 
  font-feature-settings: "lnum";
}
@font-face {
  font-family: 'Calluna Sans Two';
  src:     url('../../font/CallunaSansRegular2.eot');
  src:  url('../../font/CallunaSansRegular2.eot?#iefix') format('embedded-opentype'),
            url('../../font/CallunaSansRegular2.woff') format('woff'),
       	  url('../../font/CallunaSansRegular2.ttf') format('truetype');
  font-style: normal;
  -moz-font-feature-settings: "lnum"; 
  -ms-font-feature-settings: "lnum"; 
  -webkit-font-feature-settings: "lnum"; 
  -o-font-feature-settings: "lnum"; 
  font-feature-settings: "lnum";
}
@font-face {
  font-family: 'Calluna Sans Three';
  src: 	url('../../font/CallunaSansRegular3.eot');
  src:  url('../../font/CallunaSansRegular3.eot?#iefix') format('embedded-opentype'),
  		  url('../../font/CallunaSansRegular3.woff') format('woff'),
	 	    url('../../font/CallunaSansRegular3.ttf') format('truetype');
  font-style: normal;
  -moz-font-feature-settings: "lnum"; 
  -ms-font-feature-settings: "lnum"; 
  -webkit-font-feature-settings: "lnum"; 
  -o-font-feature-settings: "lnum"; 
  font-feature-settings: "lnum";
}


@charset "UTF-8";



@font-face {
  font-family: "laurier_icons";
  src:url("../../font/laurier_icons.eot");
  src:url("../../font/laurier_icons.eot?#iefix") format("embedded-opentype"),
    url("../../font/laurier_icons.woff") format("woff"),
    url("../../font/laurier_icons.ttf") format("truetype"),
    url("../../font/laurier_icons.svg#laurier_icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/


[data-icon]:before {
  font-family: "laurier_icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "laurier_icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-calendar:before {
  content: "a";
}
.icon-close:before {
  content: "b";
}
.icon-email:before {
  content: "c";
}
.icon-facebook:before {
  content: "d";
}
.icon-instagram:before {
  content: "e";
}
.icon-leaf:before {
  content: "f";
}
.icon-linkedin:before {
  content: "g";
}
.icon-menu:before {
  content: "h";
}
.icon-search:before {
  content: "i";
}
.icon-share:before {
  content: "j";
}
.icon-toggledown:before {
  content: "k";
}
.icon-toggleleft:before {
  content: "l";
}
.icon-toggleright:before {
  content: "m";
}
.icon-toggleup:before {
  content: "n";
}
.icon-twitter:before {
  content: "o";
}
.icon-video:before {
  content: "p";
}

.icon-vimeo:before {
    content: "\56";
}

.icon-wordpress:before {
    content: "\57";
}

.icon-youtube:before {
	content: "\59";
}

.icon-file-word:before {
    content: "\71";
}

.icon-box-add:before {
	content: "\72";
}

.icon-checkbox-checked:before {
	content: "\73";
}

.icon-checkbox-unchecked:before {
	content: "\74";
}

.icon-connection:before {
	content: "\75";
}

.icon-display:before {
	content: "\76";
}

.icon-download:before {
	content: "\77";
}

.icon-download2:before {
	content: "\78";
}

.icon-earth:before {
	content: "\79";
}

.icon-envelop:before {
	content: "\7a";
}

.icon-feed2:before {
	content: "\41";
}

.icon-file-music:before {
	content: "\42";
}

.icon-file-pdf:before {
	content: "\43";
}

.icon-google:before {
	content: "\44";
}

.icon-google-plus:before {
	content: "\45";
}

.icon-headphones:before {
	content: "\46";
}

.icon-home3:before {
	content: "\47";
}

.icon-location:before {
	content: "\48";
}

.icon-map2:before {
	content: "\49";
}

.icon-music:before {
	content: "\4a";
}

.icon-pinterest:before {
	content: "\4b";
}

.icon-play:before {
	content: "\4c";
}

.icon-podcast:before {
	content: "\4d";
}

.icon-printer:before {
	content: "\4e";
}

.icon-quotes-left:before {
	content: "\4f";
}

.icon-quotes-right:before {
	content: "\50";
}

.icon-radio-unchecked:before {
	content: "\51";
}

.icon-reddit:before {
	content: "\52";
}

.icon-soundcloud:before {
	content: "\53";
}

.icon-tumblr:before {
	content: "\54";
}

.icon-twitch:before {
	content: "\55";
}

.icon-flickr:before {
  content: "\2dc";
}

.icon-snapchat:before {
  content: "\2122";
}

.icon-checkmark:before {
  content: "\e900";
}



.icon-flickr:before,
.icon-snapchat:before,
.icon-youtube:before,
.icon-pinterest:before{
    font-size: 88%;
    top: -1px;
    position: relative;
}


html {
	height: 100%;
}
body {
	font-family: "Calluna Sans", "Calluna Sans Two", "Calluna Sans Three";
	font-size: 18px;
	color: #444444;
	padding: 0;
	margin: 0;
}
ul,
ol,
dl {
  font-size: 100%;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit; 
}
ul > li 
{
	list-style-type: disc;
	list-style-position: outside;
    margin-left: 40px;
}
ol > li
{
	list-style-type: decimal;
	list-style-position: outside;
    margin-left: 40px;
}
.nowrap {
	/*white-space: nowrap;*/
}
a,
a:visited {
	outline: 0;
	color: #330072;
	text-decoration: underline;
	-webkit-transition: all 0.2s ease-out 0s;
  	transition: all 0.2s ease-out 0s;
}
a:hover,
a:focus {
  	outline: 0;
  	text-decoration: underline;
  	color: #330072;
}
a:focus {
    outline: 2px dotted !important;
}
a.phone,
a.phone:visited,
a.phone:hover,
a.phone:focus {
	text-decoration: none!important;
	color: #FFFFFF;
}
.reveal-modal a {
	text-decoration: none;
}
p {
	white-space: normal;
}
strong, 
b {
  font-weight: bold;
}

em {
  font-style: italic;
}
hr {
	padding: 0;
	margin: 0;
	border-color: #E1E1E1;
}
hr.top {
	margin: 0 20px;
	border-width: 1px 0 0;
	border-color: #6B7036;
}
hr.divider {
	margin: 0 20px 40px 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Calluna Sans", "Calluna Sans Two", "Calluna Sans Three";
	font-style: normal;
	color: inherit;
}
h1 {
	font-weight: normal;
	font-size: 277.8%;
}
h2 
{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 133.3%;
	color: #330072;
}
h3 
{
	font-weight: bold;
	font-size: 122.2%;
}
h4 {
	font-weight: normal;
	font-size: 111.1%;
}
h5 {
	font-weight: bold;
	font-size: 100%;
}
h6 {
	font-weight: normal;
	font-size: 100%;
}
nav {
	display: inline-block;
	overflow: hidden;
}
#tabs .columns:last-child {
	float: left;
}
.additional.paragraphs {
	display: none;
}
.paragraphs.view {
	float: right;
}
.sel-box {
	width: 100%;
	float: left;
}
.row {
	max-width: 1280px;
}
.row .row {
	margin: 0 0 40px 0;
	clear: both;
}
.row.page > .row:last-child {
	margin-bottom: 0;
}
.row .row-title {
	width: 100%;
	float: left;
	border-bottom: solid #E1E1E1;
	border-width: 0 0 1px 0;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 100%;
}
.row .row-link {
	float: right;
	text-decoration: none;
	text-transform: none;
	color: #444444;
}
.row .row-link:hover {
	text-decoration: none;
	color: #330072;
}
.row .row-link span.icon.icon-toggleright {
	vertical-align: middle;
}
.row .red.title {
	color: #DB2C39;
}
.column,
.columns {
	padding: 0 20px;
}
.contentColumn {
	float: left;
	padding-right: 20px;
}
.page-title {
	width: 100%;
	margin-bottom: 40px;
	color: #272525;
}
.page-title h1 {
	margin: 0 0 20px 0;
}
.page-title hr {
	border-color: #414141 !important;
	border-width: 1px !important;
    
      
}
.date,
.location {
	text-transform: uppercase;
	font-size: 80%;
	margin-bottom: 0;
}
.title,
.optional {
	text-transform: uppercase;
}

/* Breadcrumbs */
	.row.row-breadcrumbs {
		margin-bottom: 0;
	}
	.breadcrumbs {
		display: block;
		background: none;
		padding: 20px 0;
		overflow: hidden;
		margin: 0;
		border: none;
		border-radius: none;
	}
	.breadcrumbs li 
	{
		list-style: none;
		margin-left: 0;
	}
	.breadcrumbs > * {
		font-size: 80%;
	}
	.breadcrumbs > * a, .breadcrumbs > * span {
		text-decoration: none;
		text-transform: none;
		color: #292929;
	}
	.breadcrumbs > .current, .breadcrumbs > .current a {
		color: #6B7036;
	}

/* Breadcrumbs */

/* Overlay */

	.overlay {
		position: absolute;
		bottom: 0;
		z-index: 10;
	}
	.overlay.horizontal {
		width: 100%;
		height: 45%;
	}
	.overlay.vertical {
		width: 320px;
		height: 90%;
		top: 5%;
		right: 0;
	}
	.overlay_caption {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 20;
	}
	.overlay.vertical .overlay_caption {
		padding: 40px;
	}
	.overlay_caption p {
		font-size: 80%;
	}
	.overlay_caption p.title {
		margin: 0;
	}
	.overlay.purple {
		background: url('') repeat; /* The Fallback */
		background: rgba(51, 0, 114, .7);
		color: #FFFFFF;
	} 
	.overlay.purple h2 {
		margin: 0 0 15px 0;
		line-height: 1em;
		text-transform: none;
		font-size: 2.3125em;
		color: #FFFFFF;
	}
	.overlay_white {
		background: url('') repeat; /* The Fallback */
		background: rgba(255, 255, 255, .8);
		position: absolute;
		width: 100%;
		height: 101%;
		z-index: 1;
	}

/* Overlay */

/* Accordion */

	.accordion {
		display: inline-block;
		width: 100%;
		position: relative;
		margin-bottom: 40px;
	}

	.accordion .s_panel h3
	{
		background: #330072;
		position: relative;
		padding: 20px;
		border-bottom: 1px solid #FFFFFF;
		margin: 0;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: normal;
		font-size: 100%;
		color: #FFFFFF;
		outline: 0;
		cursor: pointer;
	}
	.accordion .s_panel h3:hover,
	.accordion .s_panel h3:focus,
	.accordion .s_panel h3:active {
		background: #330072;
		border-bottom: 1px solid #FFFFFF;
		text-decoration: none;
		text-transform: uppercase;
		color: #FFFFFF;
		outline: 0;
		cursor: pointer;	
	}
	.accordion .s_panel h3:before {
		float: right;
		margin-right: 20px;
	}
	.accordion .s_panel .ui-accordion-header-icon {
		float: right;
	}
	.accordion .s_panel .ui-accordion-content {
		display: inline-block;
		background: #F6F6F6;
		width: 100%;
		padding: 30px 20px;
		border: none;
	}
    
    .accordion .s_panel .ui-accordion-content > h3, 
    .accordion .s_panel .ui-accordion-content > h3:hover, 
    .accordion .s_panel .ui-accordion-content > h3:focus, 
    .accordion .s_panel .ui-accordion-content > h3:active 
    { 
        background: transparent; 
        padding: 0px; 
        color: #FFFFFF; 
        outline: 0; 
        cursor: default; 
        border-bottom: none; 
        font-weight: bold; 
        font-size: 122.2%; 
        color: rgb(68, 68, 68); 
    }  
    

/* Accordion */


/* Header */

	/* Look into Laurier */

		header .look_into_laurier {
			position: relative;
			margin-top: -41%;
			padding: 0;
		}
		header .look_into_laurier .overlay_caption {
			display: none;
		}
		header .look_into_laurier .overlay_caption h1 {
			position: relative;
			margin: 0;
			line-height: 1em;
			font-weight: normal;
			text-align: center;
			font-size: 670%;
			color: #F2A900;
		}
		header .look_into_laurier .overlay_caption h2 {
			position: relative;
			margin: 0;
			padding: 30px 0 0;
			text-align: center;
			text-transform: uppercase;
			font-weight: normal;
			font-size: 100%;
			letter-spacing: 2px;
			color: #FFFFFF;
		}

		header .look_into_laurier .slide_button.btn {
			width: 200px;
			position: absolute;
			left: 20px;
			right: 0;
			bottom: 3%;
			padding: 5px 20px;



		}

		header .look_into_laurier .toggleUp {
			position: absolute;
			right: 60px;
			bottom: 10px;
			cursor: pointer;
			z-index: 20;
		}
		header .look_into_laurier a.previous,
		header .look_into_laurier a.next {
			display: none;
			position: absolute;
			bottom: 20px;
			line-height: 32px;
			vertical-align: top;
			text-decoration: none;	
			font-size: 80%;
			color: #FFFFFF;
			z-index: 100;
		}
		header .look_into_laurier a.previous:hover,
		header .look_into_laurier a.next:hover {
			text-decoration: none;
			color: #FFFFFF;
		}
		header .look_into_laurier a.previous {
			left: 30px;
		}
		header .look_into_laurier a.next {
			right: 30px;
		}

		header .look_into_laurier a.close {
			/*display: none;*/
			width: 75px;
			position: absolute;
			bottom: 20px;
			left: 0;
			right: 0;
			text-align: center;
			text-decoration: none;
			color: #FFFFFF;
			cursor: pointer;
			z-index: 20;
             background-color: transparent;
            border: 2px solid transparent;
            
		}
        
        header .look_into_laurier a.close,
        header .look_into_laurier a.close:active,
		header .look_into_laurier a.close:hover {
			text-decoration: none;
			
            color:     #ffffff !important;
            background-color: transparent !important;
            border: 2px solid transparent;
		}
        
		header .look_into_laurier .flex-control-nav {
			position: absolute;
			margin-left: auto;
			margin-right: auto;
			left: 0;
			right: 0;
			top: 10px;
			z-index: 100;
		}
		header .look_into_laurier .look_laurier {
 			display: block;
 			position: absolute;
 			width: 100%;
 			top: 0;
 			bottom: 0;

 			left: 0;
			right: 0;
			margin: auto;

 			color: #FFFFFF;
 			z-index: 100;

 		}

 		header .look_into_laurier .look_laurier .row {
 			margin: 0;
 		}

 		header .look_into_laurier .look_laurier .upcoming_deadlines.desktop .large-8 {
			padding-top: 40px;
		}
 		header .look_into_laurier .look_laurier h1 {
 			margin: 35px 0 0 0;
 		}

 		header .look_into_laurier .look_laurier .description {
 			font-size: 80%;
 		}

 		header .look_into_laurier .look_laurier .toolkit-header.mobile {
 			display: none;
 		}

 		header .look_into_laurier .look_laurier .toolkit-header {
 			margin-bottom: 10px;
 			text-transform: uppercase;
 		}

		header .upcoming_deadlines.mobile {
			display: none;
		}

		header ul.toolkit-boxes {
			display: table;
			position: relative;
    		width: 66.66667%;
    		margin: 40px 0 0 0;
    		padding: 0 10px;

		}

		header ul.toolkit-boxes > li {
			display: table-cell;
			width: 30%;
			min-height: 220px;
			max-height: 220px;
			background: #FFFFFF;
			border: 1px solid transparent;
			float: left;
			padding: 30px;
			margin: 0 10px;
			list-style: none;
			vertical-align: middle;
			font-size: 80%;
			color: #444444;
			overflow: hidden;
		}

		header ul.toolkit-boxes > li > p.title {
			margin-bottom: 0;
			text-transform: none;
			font-size: 100%;
			font-weight: bold;
		}
		
		header .utility_menu {
			position: absolute;
			right: 0px;
			bottom: 5%;
			z-index: 200;




		}











		






		header .utility_menu a {
			margin-right: 30px;
			color: #fff;
			text-decoration: none;
		}

	/* Look into Laurier */

	/* Menu */

		header .header {
		 	display: inline-block;
			width: 100%;
			margin-bottom: 20px;
		}
		header .header .logo {
			float: left;
			width: 50%;
			min-width: 140px;
			height: auto;
		}
		header .header .logo img.mobile_logo {
			display: none;
		}
        header .searchbar {
            position: absolute;
            right: 210px;
            top: 35%;
            width: 270px;
            height: 50px;
            border: 2px solid #ccc;
            overflow: hidden;
        }
        header .search.form p {
    		margin: 0;
		}
		header .menu_wrapper .menu .collapse input[type="text"],
    	header .search.form .search {
			margin: 0;
			vertical-align: middle;
			/*font-size: 160%;*/
		}
        header .search.form input[type="text"] {
            height: 46px;
            border: 0;
            font-size: 18px;
            width: 216px;
            float: left;
        }
		header .search.form button.search {
			background: #F2A900;
			border: none;
			padding: 0 10px;
			color: #222222;
			cursor: pointer;
            height: 46px;
            width: 50px;
		}
		header .search.form button.search:hover {
			background: #330072;
			text-decoration: none;
			color: #FFFFFF;
		}
		header .search.form button.search.icon.icon-search:before {
			vertical-align: middle;
		}
		header .header .menu_button {
			position: absolute;
            top: 35%;
            right: 20px;
            width: 160px;
			height: 50px;
			line-height: 50px;
			text-transform: uppercase;
			font-weight: normal;
			font-size: 140%;
			color: #222222;
		}
		header .header .menu_button:hover {
			cursor: pointer;
			color: #fff;
		}
		header .header .menu_button.open {
			display: none;
		}
		header .header .menu_button:hover .touch-button,
		header .header .menu_button:hover .title {
			background: #330072;
		}

		header .header .menu_button .title {
			display: inline-block;
			position: relative;
			float: left;
			height: 100%;
			color: #fff;
			background: #6B7036;
			width: 110px;
			border-right: 1px solid #FFFFFF;
			text-align: center;
			font-size: 18px;
		}
		header .header .menu_button .touch-button {
			float: left;
		}
		header .header .menu_button .touch-button:before {
			content: 'h';
		}
		header .header .menu_button .touch-button.active:before {
			content: 'b';
		}
		header .header .menu_button .touch-button,
		header .header .menu_button .toggle {
			background: #F2A900;
			width: 50px;
			text-align: center;
		}
		header .header .menu_button .title:before {
			content: 'Menu';
		}
		header .header .menu_button.active .title:before {
			content: 'Close';
		}
		header .menu_wrapper {
			display: none;
			width: 100%;
			position: relative;
		}
		header .menu_wrapper .menu {
			display: block;
			width: 100%;
			float: left;
		}
		header .menu_wrapper .menu.top {
			padding: 40px 0 0 0;
		}
		header .menu_wrapper .menu.bottom {
			padding: 40px 0;
			margin-bottom: 40px;
		}
		header .menu_wrapper .menu.top {
			background: #E4E4E4;
		}
		header .menu_wrapper .menu.bottom {
			background: #330072;
			color: #FFFFFF;
		}
		header .menu_wrapper .menu .toolkit-header {
			margin-bottom: 10px;
			text-transform: uppercase;
		}
		header nav a {
			text-decoration: none;
			color: #2D2D2D;
		}
		header nav a:hover,
		header nav a:active {
			background: #FFFFFF;
			text-decoration: none;
			color: #330072;
		}
        /*

		header .menu.top nav ul > li:last-child > ul > li:first-child > a:before {
			content: 'f'
			font-family: "laurier_icons" !important;
		  	font-style: normal !important;
		  	font-weight: normal !important;
		  	font-variant: normal !important;
		  	text-transform: none !important;
		 	speak: none;
		  	line-height: inherit;
		  	-webkit-font-smoothing: antialiased;
		  	-moz-osx-font-smoothing: grayscale;
			text-decoration: none;
			color: #F2A900;
			-webkit-transition: all 0.2s ease-out 0s;
  			transition: all 0.2s ease-out 0s;
		}*/



		header .menu.top nav ul > li:last-child > ul > li:first-child > a:hover:before {
			color: #330072;
		}
		header .menu_wrapper .menu.top ul.inline-list {
			margin: 25px 0 0 0;
			text-transform: uppercase;
			border-top: 1px solid #FFFFFF;
			border-bottom: 1px solid #FFFFFF;
		}
		header .menu_wrapper .menu.top ul.inline-list > li {
			display:inline-block;
			float: left;
			margin: 0;
			list-style: none;
		}
		header .menu_wrapper .menu.top ul.inline-list  > li > a {
			text-decoration: none;
		}
		header .menu_wrapper .menu.top ul.inline-list  > li > a {
			display:block;
			padding: 20px 30px;
			text-decoration: none;
			color: #2D2D2D;
		}
		header .menu_wrapper .menu.top ul.inline-list > li > a:hover,
		header .menu_wrapper .menu.top ul.inline-list > li > a:active {
			background: #FFFFFF;
			text-decoration: none;
			color: #330072;
		}

	/* Menu */

/* Header */

/* Navbar */

	ul.nav-bar {
		display: inline-block;
		width: 100%;
		background: #E4E4E4;
	}
	ul.nav-bar > li {
		display:inline-block;
		float: left;
		margin-left: 0;
		list-style: none;
	}
	ul.nav-bar > li.ui-tabs-active > a,
	ul.nav-bar > li > a:hover,
	ul.nav-bar > li > a.current,
	ul.nav-bar > li > a:focus {
		background: #330072;
		text-decoration: none;
		color: #FFFFFF;
	}
	ul.nav-bar > li > a {
		display:block;
		padding: 30px 40px;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 80%;
		color: #2D2D2D;
	}

/* Navbar */

/* Side Bar */
	
	.sidebar {
		margin-top: 60px;
	}
	.sidebar .select_dropdown {
		display: none;
		background: #330072;
		width: 100%;
		height: 50px;
		float: left;
		text-indent: 20px;
		line-height: 50px;
		text-transform: uppercase;
		color: #FFFFFF;
		cursor: pointer;
	}
	.sidebar .select_dropdown:before {
		float: right;
		margin-right: 20px;
	}
	.sidebar ul.sidenav {
	    list-style-type:none;
	    margin:0px;
	    padding:0px;
	    text-indent:0px;
	}
	.sidebar ul.sidenav > li,
	.sidebar ul.sidenav > li.category > ul > li
	{
		padding-bottom: 15px;
		list-style: none;
		margin-left: 0;
	}
	.sidebar ul.sidenav > li:last-child {
		padding-bottom: 0;
	}
	.sidebar ul.sidenav > li.category {
	    height:auto;
	    padding-bottom: 0;
	}
	.sidebar ul.sidenav > li > a,
	.sidebar ul.sidenav > li.category > ul > li > a {
	    font-weight:normal;
	    text-decoration:none;
	    text-transform: none;
	    display:block;
	    height:100%;
	    width:100%;
	    color: #292929;
	}
	.sidebar ul.sidenav > li.category > ul {
		margin-left: 30px;
		padding-top: 15px;
	}
	.sidebar ul > li.active > a,
	.sidebar ul > li.active {
		text-transform: uppercase;
		color: #6B7036;
	}
	.sidebar ul.sidenav > li.category > ul > li > a {
		text-transform: none;
		color: #292929;
	}
	.sidebar ul.sidenav > li > a:hover,
	.sidebar ul.sidenav > li.category > ul > li > a:hover,
	.sidebar ul.sidenav > li.active.category > ul > li > a:hover
	{
		text-decoration: underline;
		color: #330072;
	}

/* Side Bar */

/* Left Menu */

#leftMenu a {
    font-weight: normal;
    text-decoration: none;
    display: block;
    width: 100%;
    color: #292929;
    outline: 0;
    font-size: 18px;
    line-height:28.8px;
}

#leftMenu a:hover, a:focus {
    outline: 0;
      text-decoration: underline;
  	color: #330072;
}

#leftMenu > a {
    border-bottom: 5px solid #330072;
    padding-bottom: 2px;
    color: #330072;
}

#leftMenu #activeFolder > a  {
    text-transform: uppercase;
    color: #6B7036;    
}

#leftMenu #activePage {
    text-transform: uppercase;
    color: #6B7036;    
}

#leftMenu > ul > li > ul {
    display: none;    
}

#leftMenu > ul > li > ul > li {
    display: none;    
}

#leftMenu > ul > li > ul > li > ul > li {
    display: none;    
}

#activeFolder > ul > li > ul  {
    display: none;
}

#leftMenu #activePage {
    display: block;    
}

#leftMenu #activeFolder > ul > li {
    display: block;  
    padding-left: 30px;
}

#leftMenu #activeFolder > ul > li > ul > li {
    display: block;    
}

#leftMenu #activeFolder > ul   {
    display: block;    
}

#leftMenu > ul > #hasActivePage > ul {
    display: block;
    margin-top: 5px;
    margin-left: 0px;
}

#leftMenu > ul > #hasActivePage > ul > li {
    display: block;
    padding-left: 30px;
}

#leftMenu  #hasActivePage #activeLink {
	text-transform: uppercase;
    color: #6B7036;
}

#leftMenu #activePage a {
    text-transform: uppercase;
    color: #6B7036; 
}

#leftMenu > #activeLink {
    border-bottom: 5px solid #330072;
    padding-bottom: 2px;
    color: #330072;
	text-transform: uppercase;
}

#leftMenu #activeFolder li.indexPage {
    display: none;    
}

#leftMenu li{
    list-style-type: none;
    list-style: none;
    margin-left: 0;
    padding: 0;
    margin-top: 15px;
}

#leftMenu ul {
    padding-left: 0;
}

#leftMenu > a:hover,
#leftMenu > a:focus {
    outline: 0;
    color: #330072;
}

/* Left Menu */

/* Content */

	.block {
		display: inline-block;
		width: 100%;
		position: relative;
		padding: 25px;
		color: #FFFFFF;
	}
    
    
	.block {
		margin: 40px 0 0 0;
	}
    
    .universal .large-9.columns .row .large-4.left > .block:first-child{
        margin-top: 0px;
    }


    
	.image_block {
        margin: 0px;
		width: 100%;
		max-width: 307px;
	}
	.image_block img {
		width: 100%;
	}
	.image_block .block {
		margin: 0 0 20px 0;
	}
    
    .image_block.no-image{
        max-width: 100%;
    }
    
	.block p {
		font-size: 90%;
	}
	.side_block {
		position: absolute;
		width: 33.33333%;
        padding: 25px; 
		/*padding: 20px 40px;*/
		right: 0;
		text-align: left;
		z-index: 100;
	}
	.side_block p {
	 	padding: 0;
	 	margin-top: 0!important;
	 	font-size: 100%;
	}
	.side_block .trangle {
	 	width: 0;
		height: 0;
		position: absolute;
		/*margin-top: -20px;
		margin-left: -80px;*/
        margin-top: -25px; 
     	margin-left: -65px; 
		border-style: solid;
		border-width: 0 0 40px 40px;
		border-color: transparent transparent #6f5714 transparent;
		-webkit-transform:rotate(360deg);
	}
	.side_block .quote {
	 	font-size: 1000%;
	 	color: #FFFFFF;
	}
	.side_block .quote {
	  display: block;
	  background-image: url('');
	  background-position: top left;
  	  background-repeat: no-repeat;
  	  width: 80px;
	  height: 70px;
  	  margin: 0 0 20px 20px;
  	}
	.block.purple {
		background: #330072;
		color: #FFFFFF;
	}
	.block.green {
		background: #6B7036;
		color: #FFFFFF;
	}
	.block.purple a,
	.block.green a,
	.block.red a,
	.block.purple a:visited,
	.block.green a:visited,
	.block.red a:visited,
	.block.purple a:visited,
	.block.green a:hover,
	.block.red a:hover,
	.block.purple a:focus,
	.block.green a:focus,
	.block.red a:focus  {
		text-decoration: underline;
		color: #FFFFFF;
	}
	.block.gold,
	.side_block.gold {
		background: #F2A900;
		color: #000000;
	}
	.block.red {
		background: #DB2C39;
		color: #FFFFFF;
	}

/* Content */

/* Featured */

	.row.featured,
	.row.featured .image,
	.row.featured .image img {
		position: relative;
		width: 100%;
	}
	.row.featured.page_header .page-title {
		margin-bottom: 0;
	}
	.row.featured.sub_header {
		display: inline-block;
		width: 100%;
		margin: 0;
		padding: 20px 0;
		font-size: 100%;
		color: #444444;
	}
	.row.featured.sub_header .block {
		margin: 0;
		padding: 20px;
	}
	.row.featured.sub_header .block p {
		font-size: 160%;
	}
	.row.featured .side_block {
		margin-top: -40px;
	}
	.row.featured.with_side_block .overlay.vertical {
		height: 75%;
	}
	.row.featured .flex-control-nav {
		bottom: 10px;
		z-index: 1;
	}

/* Featured */
	
/* Section */

	/* Degrees and Programs */

		.row.degree_program_columns h3 {
			border-bottom: 10px solid #444444;
			font-weight: normal;
			font-size: 120%;
		}
		.row.degree_program_columns h3.green {
			border-color: #6B7036;
		}
		.row.degree_program_columns h3.red {
			border-color: #DB2C39;
		}
		.row.degree_program_columns h3.gold {
			border-color: #F2A900;
		}
		.row.degree_program_columns h3.purple {
			border-color: #330072;
		}
		.row.degree_program_columns .optional {
			text-decoration: none;
			font-size: 80%;
		}
		.row.degree_program_columns ul > li 
		{
			margin-bottom: 10px;
		}

	/* Degrees and Programs */

	/* Events */

		.row.events a {
			text-decoration: none;
			text-transform: none;
			color: #444444;
		}
		.row.events a:hover,
		.row.events a:focus {
			text-decoration: none;
			color: #330072;
		}
		.row.events .slider_container {
			display: inline-block;
			width: 100%;
			position: relative;
			float: left;
		}
		.row.events .flexslider.events .slides > li {
			min-height: 200px!important;
			width: 320px!important;
			padding: 20px;
			margin-left: 0;
			list-style: none;
		}
		.row.events  .flexslider.events .slides > li:hover {
			background: #E1E1E1;
			color: #330072;
			cursor: pointer;
		}
		.row.events .flexslider.events .slides > li > p.more_events {
			line-height: 70px;
		}
		.row.events .flexslider.events .slides > li .icon-calendar {
			vertical-align: middle;
			font-size: 160%;
			color: #DB2C39;
		}
		.row.events .flexslider.events .slides > li .title {
			text-transform: none;
			font-weight: bold;
		}
		.row.events .flexslider.events .slides > li:hover .title,
		.row.events .flexslider.events .slides > li:hover .icon-calendar {
			color: #330072;
		}
		.row.events hr.divider {
			margin-bottom: 0;
		}

	/* Events */

	/* Instagram */

		.row.instagram a {
    		text-decoration: none;
			color: #444444;
		}
		.row.instagram a:hover,
		.row.instagram a:focus {
			text-decoration: none;
			color: #330072;
		}
		.row.instagram .slider_container {
			display: inline-block;
			width: 100%;
			position: relative;
			float: left;
		}
		.row.instagram .flexslider.instagram .slides > li div {
			display: none;
			height: 280px;
			padding: 15px;
			line-height: 24px;
			background: #330072;
			color: #fff;
            overflow-x: auto;
		}
		.row.instagram .flexslider.instagram .slides > li {
			width: 320px!important;
			padding: 20px;
			margin-left: 0;
		}
		.row.instagram .flexslider.instagram .slides > li:hover {
			background: #E1E1E1;
			cursor: pointer;
		}
		.row.instagram .flexslider.instagram .slides > li:hover img {	
			display: none;
		}
		.row.instagram .flexslider.instagram .slides > li:hover div {
			display: block;
		}
		.emoji {
			display: inline-block !important;
			width: 18px !important;
		}

	/* Instagram */

	/* Laurier By The Numbers */

		.row.ratio_percentages a {
    		text-decoration: none;
			text-transform: none;
			color: #444444;
		}
		.row.ratio_percentages a:hover,
		.row.ratio_percentages a:focus {
			text-decoration: none;
			color: #330072;
		}
	    .row.ratio_percentages .row-title {
			border: none;
		}
		.row.ratio_percentages .slider_container {
			display: inline-block;
			width: 100%;
			position: relative;
			float: left;
			padding: 0 20px;
		}
		.row.ratio_percentages {
			display: block;
			position: relative;
		}
		.row.ratio_percentages img {
			width: 100%;
		}
		.row.ratio_percentages .rp {
			display: block;
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			text-align: center;
			z-index: 2;
		}
		.row.ratio_percentages .rp .title {
			display: inline-block;
			line-height: normal;
			vertical-align: middle;
			font-size: 1240%;
			color: #330072;
		}
		.row.ratio_percentages .rp .title .list {
			display: inline-block;
			max-width: 270px;
			line-height: 1em;
			text-align: left;
			text-transform: none;
			font-size: 23%;
			font-weight: normal;
			color: #292929;
		}
		.row.ratio_percentages .view_stats {
			width: 200px;
			position: absolute;
			left: 0;
			right: 0;
			bottom: 40px;
			margin: auto;
			text-align: center;
			z-index: 10;
		}

	/* Laurier By The Numbers */

	/* Spotlights */

		.row.spotlights a {
    		text-decoration: none;
			text-transform: none;
			color: #444444;
		}
		.row.spotlights a:hover,
		.row.spotlights a:focus {
			text-decoration: none;
			color: #330072;
		}
		.row.spotlights .slider_container {
			display: inline-block;
			width: 100%;
			position: relative;
			float: left;
		}
		.row.spotlights .flexslider.spotlights .slides > li {
			min-height: 500px!important;
			width: 320px!important;
			padding: 20px;
			margin-left: 0;
			list-style: none;
			text-decoration: none;
			color: #444444;
		}
		.row.spotlights .flexslider.spotlights .slides > li:hover {
			background: #E1E1E1;
			color: #330072;
			cursor: pointer;
		}
		.row.spotlights .flexslider.spotlights .slides > li > a {
			display: inline-block;
			width: 320px!important;
			height: 500px!important;
			margin: -20px -20px;
			padding: 20px;
			text-decoration: none;
			color: #444444;
		}
		.row.spotlights .flexslider.spotlights .slides > li > a:hover
		{
			color: #330072;
			cursor: pointer;
		}
		.row.spotlights .flexslider.spotlights .slides > li .title {
			text-transform: none;
			font-weight: bold;
		}
		.row.spotlights .flexslider.spotlights .slides > li .optional {
			font-size: 80%;
		}
		.row.spotlights hr.divider {
			margin-bottom: 0;
		}

.contentColumn {
	float: left;
	padding-right: 20px;
}
	/* Spotlights */

/* Section */

/* Modal */

	.reveal-modal {
		top: 50px;
	}
	.reveal-modal .close-reveal-modal {
		top: 0;
		right: 10px;
		font-size: 140%;
		color: #444444;
	}
	.reveal-modal .close-reveal-modal:hover {
		text-decoration: none;
		color: #330072;
	}

	.reveal-modal .flex-video {
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 50%;
	}

/* Modal */

/* Videos */

	a.video_play {
		width: 300px;
        
        
		position: absolute;
		top: 50%;
       
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
        margin-top: -100px;
        
		text-align: center;
		text-decoration: none;
		font-size: 1000%;
		color: #FFFFFF;
		opacity: 0.75;
	}
    
    .large-4.columns  a.video_play.icon.icon-video{
        overflow: hidden;
        height: 187px;
         top: 53px;
         margin-top: 0px;
         width: 100%;
         max-width: 270px;
    }
    
    
	a.video_play.mobile,
	a.video_play_btn.mobile {
		/*display: none;*/
	}
	a.video_play:hover {
		text-decoration: none;
		color: #F2A900;
		cursor: pointer;
	}
	a.video_play.icon:hover {
		color: #F2A900;
	}

	.flexslider.videos a.previous.icon.icon-toggleleft,
	.flexslider.videos a.next.icon.icon-toggleright {
		position: absolute;
		background: url('') repeat; /* The Fallback */
  		background: rgba(0, 0, 0, 0.4);
		top: 48%;
		padding: 7px 0;
		color: #FFFFFF;
		text-decoration: none;
		font-size: 200%;
		z-index: 100;
	}
	.flexslider.videos a.previous.icon.icon-toggleleft:before,
	.flexslider.videos a.next.icon.icon-toggleright:before {
		vertical-align: top;
	}
	.flexslider.videos a.previous.icon.icon-toggleleft {
		left: -40px;
	}

	.flexslider.videos a.next.icon.icon-toggleright {
		right: -40px;
	}

	.flexslider.videos:hover a.previous.icon.icon-toggleleft {
		left: -4px;
	}

	.flexslider.videos:hover a.next.icon.icon-toggleright {
		right: -4px;
	}
	.flexslider.videos:hover  a.previous.icon.icon-toggleleft:hover,
	.flexslider.videos:hover  a.next.icon.icon-toggleright:hover {
		text-decoration: none;
		color: #F2A900;
		opacity: 1;
	}

/* Videos */

/* Pages */
		
	/* Faculty Profile */

		.row.faculty .row.featured 
		{
			margin: 0;
		}
		.row.faculty .faculty_picture {
			text-align: center;
		}
		.row.faculty .faculty_description {
			display: block;
			margin: 0;
			margin-right: 33.33333%;
			margin-bottom: 40px;
			padding-right: 40px;
		}
		.row.faculty .row.featured .side_block {
			margin-right: 20px;
		}
		.row.faculty .row.mobile_quote {
			display: none;
		}
		.row.faculty .row.mobile_quote .block.gold.mobile {
			display: inline-block;
			width: 100%;
			position: relative;
		}
		.row.faculty #pre_accordion {
			display: inline-block;
			width: 66.66667%;
			position: relative;
			margin: 20px 0;
			padding-right: 40px;
		}
		.row.faculty .accordion {
			display: inline-block;
			/*width: 66.66667%;*/
			position: relative;
			margin-bottom: 0;
			/*padding-right: 40px;*/
		}
	

	/* Faculty Profile */

	/* Gateway */
		.row.gateway .page-title {
			margin-bottom: 0;
		}
		.row.gateway .gateway_info h4 {
			color: #6B7036;
		}
		.row.gateway .row.top .block {
			margin: 0;
		}
		.row.gateway .gateway_info .btn-block + .btn-block {
			margin-top: 10px;
		}
		.row.gateway .row.campus p.left,
		.row.gateway .row.campus img {
			padding-top: 20px;
		}

		.row.gateway .visit_us a {
			color: #FFFFFF;
		}

		.row.gateway .visit_us a:hover {
			color: #FFFFFF;
		}


	/* Gateway */


	/* Listing and Filtering */

		.row.listing_filtering  .page-title {
			margin: 0;
		}
		.row.listing_filtering form {
			width: 100%;
		}
		.row.listing_filtering .collapse {
			width: 275px;
			margin-top: 12px;
			padding: 0;
			clear: none;
		}
		.row.listing_filtering .collapse input[type="text"] {
			margin: 0;
			vertical-align: middle;
			font-size: 100%;
		} 
		
		.row.listing_filtering .row.filter {
			position: relative;
			margin: 0;
			padding: 0;
		}
		.row.listing_filtering .item {
			display: none;
		}
		.row.listing_filtering .item.showItem {
			display: block;
		}
		.row.listing_filtering .loadmore.visible.false {
			display: none!important;
		}
		.row.listing_filtering .row.filter .select_dropdown {
			display: none;
			width: 100%;
			height: 50px;
			float: left;
			text-indent: 20px;
			border: 1px solid #330072;
			line-height: 50px;
    		color: #330072;
			cursor: pointer;
		}
		.row.listing_filtering .row.filter .select_dropdown.icon-toggleup {
			border-top: 1px solid #330072;
			border-left: 1px solid #330072;
			border-right: 1px solid #330072;
			border-bottom: none;
		}
		.row.listing_filtering .row.filter .select_dropdown:hover,
		.row.listing_filtering .row.filter .select_dropdown:active {
		    background: #330072;
		    color: #FFFFFF;
		}
		.row.listing_filtering .row.filter .select_dropdown:before {
			float: right;
			margin-right: 20px;
		}
		.row.listing_filtering .row.filter p.filter_by {
			margin: 0;
		}
		.row.listing_filtering .row.filter ul.nav-bar {
			margin: 0;
		}
		.row.listing_filtering .row.filter ul.nav-bar > li > a {
			display:block;
			padding: 20px 30px;
			text-decoration: none;
			font-weight: bold;
		}
		.row.listing_filtering hr.divider {
			margin: 10px 0 0 0;
		}
		.row.listing_filtering .row.container .block {
			float: left;
			margin-bottom: 0;
			padding: 5px 0 40px;
			border-bottom: 1px solid #FFFFFF;
		}
		.row.listing_filtering .row.container .columns {
			padding: 0 40px 0 0;
		}
		.row.listing_filtering .block + .block {
			margin: 0;
		}
		.row.listing_filtering .row.container .filter-video {
			position: relative;
		}
		.row.listing_filtering .row.container .filter-video a.video_play {
			display: inline-block;
			width: 100%;
			top: 10%;
			margin: auto;
			text-decoration: none;
			color: #FFFFFF;
		}
		.row.listing_filtering .row.container .filter-video a.video_play:hover {
			color: #F2A900;
		}
		.row.listing_filtering .row.container .block p {
			padding: 40px;
		}
		.row.listing_filtering .row.container .block p span.title,
		.row.listing_filtering .row.container .block p span.authors {
			float: left;
			text-transform: uppercase;
			text-align: left;
			font-weight: normal;
			font-size: 80%;
			clear: both;
		}
		.row.listing_filtering .row.container .block p span.description {
			float: left;
			text-align: left;
			font-size: 120%;
			clear: both;
		}
		.row.listing_filtering .row.container .block.social {
			width: 100%;
			margin-bottom: 0;
			padding: 15px 0;
			border: none;
			line-height: 0;
			text-align: center;
		}
		.row.listing_filtering .row.container .block.social a {
			display: inline-block;
			padding: 10px;
			line-height: 0;
			text-decoration: none;
			font-size: 140%;
			color: #FFFFFF;
			-moz-opacity: 0.40;
			opacity: .40;
			filter: alpha(opacity=40);
		}
		.row.listing_filtering .row.container .block.social a:hover {
			text-decoration: none;
			-moz-opacity: 1;
			opacity: 1;
			filter: alpha(opacity=100);
		} 

    	.row.listing_filtering span.at16nc.at300bs.at15nc.at15t_compact.at16t_compact {
			background: none;
			width: 0;
			height: 0;
		}
        
	/* Listing and Filtering */

	/* Schools and Faculties */

		.row.schools_faculties .page-title {
			margin-bottom: 0;
		}
		.row.schools_faculties p.filter_by {
			margin: 0;
		}
		.row.schools_faculties .select_dropdown {
			display: none;
			width: 100%;
			height: 50px;
			float: left;
			text-indent: 20px;
			border: 1px solid #330072;
			line-height: 50px;
    		color: #330072;
			cursor: pointer;
		}
		.row.schools_faculties .select_dropdown.icon-toggleup {
			border-top: 1px solid #330072;
			border-left: 1px solid #330072;
			border-right: 1px solid #330072;
			border-bottom: none;
		}
		.row.schools_faculties .select_dropdown:hover,
		.row.schools_faculties .select_dropdown:active {
		    background: #330072;
		    color: #FFFFFF;
		}
		.row.schools_faculties .select_dropdown:before {
			float: right;
			margin-right: 20px;
		}
		.row.schools_faculties ul.program_boxes {
			display: inline-block;
			width: 100%;
		}
		.row.schools_faculties ul.program_boxes > li.program_box { 
			display: table; 
			width: 25%; 
			height: 270px; 
			position: relative; 
			float: left; 
			padding: 10px; 
			margin-left: 0px; 
		}
		.row.schools_faculties ul.program_boxes > li.program_box > a {
			display: table-cell;
			border: 1px solid transparent;
			padding: 25px;
			vertical-align: middle;
			text-decoration: none;
			font-size: 110%;
			/*-webkit-transition: none;
  			transition: none;*/
              transition: all;
              transition-duration: 0.2s;
              transition-timing-function: ease-out;
		}
		.row.schools_faculties ul.program_boxes > li.program_box > a > p {
			line-height: 1.2em;
		}
		.row.schools_faculties ul.program_boxes > li.program_box > a > p.program_name,
		.row.schools_faculties ul.program_boxes > li.program_box > a:hover > p.program_description {
			display: block;
		}
		.row.schools_faculties ul.program_boxes > li.program_box > a:hover > p.program_name,
		.row.schools_faculties ul.program_boxes > li.program_box > a > p.program_description {
			display: none;
		}
		.row.schools_faculties ul.program_boxes > li.program_box > a:hover > p.program_description > span.information {
			font-size: 80%;
		}
		.row.schools_faculties ul.program_boxes > li.program_box.purple > a {
			background: #330072;
		}
		.row.schools_faculties ul.program_boxes > li.program_box.gold > a {
			background: #F2A900;
		}
		.row.schools_faculties ul.program_boxes > li.program_box.pink > a {
			background: #995DA7;
		}
		.row.schools_faculties ul.program_boxes > li.program_box.green > a {
			background: #6B7036;
		}
		.row.schools_faculties ul.program_boxes > li.program_box.purple > a,
		.row.schools_faculties ul.program_boxes > li.program_box.pink > a,
		.row.schools_faculties ul.program_boxes > li.program_box.green > a {
			color: #FFFFFF;
		}
		.row.schools_faculties ul.program_boxes > li.program_box.gold > a {
			color: #292929;
		}
		.row.schools_faculties ul.program_boxes > li.program_box.purple > a:hover,
		.row.schools_faculties ul.program_boxes > li.program_box.pink > a:hover,
		.row.schools_faculties ul.program_boxes > li.program_box.green > a:hover,
		.row.schools_faculties ul.program_boxes > li.program_box.gold > a:hover {
			background: #FFFFFF;
			text-decoration: none;
		}
		.row.schools_faculties ul.program_boxes > li.program_box.purple > a:hover {
			border: 1px solid #330072;
			color: #330072;
		}
		.row.schools_faculties ul.program_boxes > li.program_box.gold > a:hover {
			border: 1px solid #F2A900;
			text-decoration: none;
			color: #292929;
		}
		.row.schools_faculties ul.program_boxes > li.program_box.pink > a:hover{
			border: 1px solid #995DA7;
			color: #995DA7;
		}
		.row.schools_faculties ul.program_boxes > li.program_box.green > a:hover {
			border: 1px solid #6B7036;
			color: #6B7036;
		}


	/* Schools and Faculties */

/*  IE Warning  */

	#iewarningModal {
		margin-left: -20%;
	    width: 40%;
	}
	#iewarningModal .list-of-modern-browsers {
	  display: block;
	  width: 148px;
	  margin: 15px auto 0 auto;
	  list-style: none;
	  font-size: 80%;
	}
	#iewarningModal .list-of-modern-browsers li {
	  float: left;
	  list-style: none;
	}
	#iewarningModal .list-of-modern-browsers li.first {
	  margin-left: 0;
	}

/*  IE Warning  */

/* Footer */

    .visuallyHidden { overflow: hidden; position: relative; height: 1px !important; width: 1px !important; margin: -1px; visibility: hidden; display: block; border: 0;}

	footer {
		display: inline-block;
		position: relative;
		width: 100%;
		background: #F6F6F6;
		padding: 30px 30px 40px;
	}
	footer .row {
		margin: 0!important;
	}
	footer .logo {
		display: block;
		max-width: 300px;
		float: left;
	}
	footer .name {
		width: 300px;
		float: left;
		margin-top: 5px;
		margin-bottom: 0;
		text-transform: uppercase;
		font-weight: bold;
		color: #000000;
	}
	footer .logo img.mobile_logo {
		display: none;
	}
	footer ul.cities {
		display: block;
		float: left;
		margin: 0 0 0 20px;
		font-size: 80%;
	}
	footer  ul.cities > li {
		display: block;
		float: left;
		margin-left: 0;
		list-style: none;
	}
	footer  ul.cities > li > * {
      	display: block; 
  	}
	
    footer ul.cities > li  {
    	padding: 10px;
		text-decoration: none;
		color: #000000;
		cursor: default;
	}
    
    footer  ul.cities > li > a {
		padding: 10px;
		text-decoration: none;
		color: #000000;
        cursor: default;
	}
	footer  ul.cities > li > a:hover {
		/*background: #330072;
		text-decoration: none;
		color: #FFFFFF;*/
	}
	footer ul.footer-links {
		display: block;
		width: 70%;
		position: absolute;
		left: 330px;
		margin: 25px 0 0 10px;
		list-style: none;
		font-size: 100%;
	}
	footer ul.footer-links > li {
		display: block;
		float: left;
		margin-left: 0;
		list-style: none;
	}
    footer ul.footer-links > li > * {
      	display: block; 
  	}
	footer ul.footer-links > li > a {
		padding: 20px;
		line-height: 0;
		text-decoration: none;
		white-space: nowrap;
	}
	footer ul.footer-links > li > a:hover {
		background: #330072;
		text-decoration: none;
		color: #FFFFFF;
	}
	footer ul.social-links {
		display: block;
		float: left;
		margin: 0 0 0 320px;
		list-style: none;
		line-height: 1.3em;
		font-size: 100%;
	}
	footer ul.social-links > li {
		display: block;
		float: left;
		margin-left: 0;
		list-style: none;
		color: #330072;
	}
	footer ul.social-links > li > * {
      display: block;
      color: #330072;
  	}
	footer ul.social-links > li > a.social {
		padding: 10px;
		text-decoration: none;
		font-size: 160%;
    	color: #330072;
	}
	footer ul.social-links > li > a.social:hover {
		background: #330072;
		text-decoration: none;
		color: #FFFFFF;
	}
	footer .copyright {
		float: right;
		margin: 10px 0 0 0;
		text-align: center;
		font-size: 80%;
		color: #000000;
         -moz-font-feature-settings: "lnum" !important;
    -ms-font-feature-settings: "lnum" !important;
	-webkit-font-feature-settings: "lnum" !important;
    -o-font-feature-settings: "lnum" !important;
	font-feature-settings: "lnum" !important; 
	}

/* Footer */
@media (max-width: 1280px) {

	.row.faculty .row.faculty_main .accordion {
		/*margin-top: -20px;*/
        /*margin-top: -85px; */
	}
}/*  Less than or equal to 1280px width  */
@media (max-width: 1220px) {
    .look_laurier .row.desktop > .large-4.columns{
		display: none;
	}
	
	.look_laurier .row.desktop{
		margin-top: 20px;
	}
	
	header ul.toolkit-boxes > li{
		margin: 5px;
		min-height: 275px;
		max-height: 275px;
	}
	
	
}/*  Less than or equal to 1220px width  */
@media (max-width: 1200px) {
	
	.row.ratio_percentages .rp .title {
		font-size: 750%;
	}

	.row.ratio_percentages .rp .title .list {
		font-size: 25%;
	}
	
}/*  Less than or equal to 1200px width  */
@media (max-width: 1150px) {

	/* Header */

		header .look_into_laurier .overlay_caption h1 {
			font-size: 570%;
		}
		header .look_into_laurier .look_laurier .row.desktop {
			display: none;
		}
		header .look_into_laurier .look_laurier .row {
			padding-top: 25px;
		}
		header .look_into_laurier .look_laurier .upcoming_deadlines.desktop .large-4.columns {
			padding: 0;
		}
		footer .logo {
			margin-bottom: 20px;
		}
		footer ul.footer-links {
			width: 60%;
		}
		footer ul.social-links {
			margin-left: 0;
		}

	/* Header */

}/*  Less than or equal to 1150px width  */
@media (max-width: 1100px) {
	/* Header */

		header .look_into_laurier .overlay_caption h1 {
			font-size: 500%;
		}
		header ul.toolkit-boxes > li {
			border-right: 1px solid #2F0070;
			padding: 30px 20px;
			margin: 0;
		}
	/* Header */
	.row.degree_program_columns .large-3 {
		width: 50%;
	}
	.row.degree_program_columns .columns {
		padding-bottom: 40px;
	}
	.overlay.vertical {
		height: 100%!important;
		top: 0;
	}
	.featured .video_play {
		/*display: none;*/
	}
	.row.schools_faculties ul.program_boxes > li.program_box {
		width: 50%;
	}
}/*  Less than or equal to 1100px width  */
@media (max-width: 1023px) {
	/* Header */

		header .look_into_laurier .slide_button.btn {
			bottom: 2%			
		}
		header .utility_menu {
			bottom: 4%;
		}
		header .logo .header_logo {
			max-width: 30%;
			width: 100%;
			min-width: 270px;
		}
		header .header .menu_button {
			width: 50px;
		}
		header .header .menu_button  .title {
			display: none;
		}
		header .header .menu_button .touch-button {
    	    background: #6B7036;
		}
		header .searchbar {
			right: 85px;
			width: 250px;
		}
		header .search.form input[type="text"] {
            width: 196px;
        }

	/* Header */

}/*  Less than or equal to 1023px width  */
@media (max-width: 1000px) {

	/* Header */

		header .look_into_laurier .overlay_caption h1 {
			font-size: 470%;
		}
		header ul.toolkit-boxes > li {
			padding: 30px 20px;
		}

	/* Header */

	.overlay.vertical h2 {
		font-size: 120%;
	}
	.row.featured.sub_header .block p {
		font-size: 100%;
	}
	.row.featured .side_block {
		display: inline-block;
		width: 100%;
		position: relative;
		margin-top: 0;
		padding: 20px;
	}
	.columns .side_block .trangle {
		display: none;
	}
	.row.faculty hr.top {
		margin: 0 20px 20px;
	}
	.row.faculty .columns {
		width: 100%;
	}
	.row.faculty .breadcrumbs {
		display: none;
	}
	.row.faculty .sidebar {
		margin: 0;
	}
	.row.faculty .row.featured .large-9.columns.right {
		width: 65%;
	}
	.row.faculty .row.featured .large-9.columns.right hr {
		display: none;
	}
	.row.faculty .row.featured .large-9.columns.right .faculty_description {
		margin: 0 0 20px 0;
		padding-right: 0;
	}
	.row.faculty .row.featured .large-3.sidebar.columns.left {
		width: 35%;
	}
	.row.faculty .row.faculty_main #pre_accordion,
	.row.faculty .row.faculty_main .accordion {
		width: 100%;
		margin-top: 0;
		padding: 0;
	}
	.row.faculty .row.featured .side_block {
		display: none;
	}
	.row.faculty .row.mobile_quote {
		display: block;
	}
	.row.listing_filtering .row.container .columns {
		padding: 0;
	}
	.row.listing_filtering .row.container .large-4 {
		width: 100%;
	}
	.row.listing_filtering .row.container .block {
		text-align: center;
	}
	.row.schools_faculties  ul.nav-bar > li.filter_by,
	.row.schools_faculties  ul.nav-bar > li > a {
		padding: 20px;
	}
	.row.universal .columns {
		width: 100%;
	}

.spotlight-image  {
		width: 50%;
	}

}/*  Less than or equal to 1000px width  */
@media (max-width: 950px) {

	.row.schools_faculties  ul.nav-bar > li.filter_by,
	.row.schools_faculties  ul.nav-bar > li > a {
		padding: 10px;
	}
}/*  Less than or equal to 950px width  */
@media (max-width: 900px) {

	/* Header */

		header .look_into_laurier .overlay_caption h1 {
			font-size: 370%;
		}
		header .look_into_laurier .overlay_caption h2 {
			padding: 25px 0 0;
		}
		header ul.toolkit-boxes > li {
			padding: 30px 7.5px;
		}

	/* Header */

	.overlay.vertical {
		height: 100%;
		top: 0;
	}
	.overlay.vertical .overlay_caption {
		padding: 10px;
	}
	.row.gateway .row.top .large-3.columns.gateway_info.right {
		width: 50%;
	}
	.row.gateway .large-6.columns.right {
		float: left!important;
	}
	.row.gateway .large-3.columns.left {
		width: 100%;
	}
	.row.listing_filtering .collapse {
		width: 100%;
		margin-top: 0;
		padding: 0 0 20px 0;
	}
	.row.listing_filtering .row.filter ul.nav-bar > li.filter_by,
	.row.listing_filtering .row.filter ul.nav-bar > li > a {
		padding: 10px;
	}
	.row.ratio_percentages .rp .title {
		font-size: 500%;
	}
	.row.ratio_percentages .rp .title .list {
		font-size: 30%;
	}
}/*  Less than or equal to 900px width  */
@media (max-width: 877px) {
	/* Footer */

	footer .copyright {
		float: left;
	}

	/* Footer */

}/*  Less than or equal to 877px width  */
@media (max-width: 850px) {
	
	header .look_into_laurier .look_laurier .large-4 {
		width: 100%;
	}
	
	.upcoming_deadlines{ display: none; }
	
}/*  Less than or equal to 850px width  */
@media (min-width: 801px) {
	.flexnav {
    	overflow: visible; 
	}
	.flexnav li {
		position: relative;
		list-style: none;
		float: left;
		display: block;
		overflow: visible;
		width: 20%; 
	}
	.flexnav li a {
		border-bottom: none; 
	}
	.flexnav li > ul {
		display: block!important;
		position: relative!important;
		margin: 0!important;
	}
	.flexnav li > ul li {
		width: 100%; 
		/*margin-bottom: 20px!important;*/
	}
	.flexnav li ul li > ul {
		margin-left: 100%;
		top: 0; 
	}
	.flexnav li ul li a {
		border-bottom: none; 
	}
}/*  Greater than or equal to 801px width  */
@media (max-width: 800px) {
	.flexnav .touch-button {
		display: inline-block;
	}
	.flexnav > li > a {
      text-transform: uppercase;
      border-bottom: 1px solid #CCCCCC;
    }
    .flexnav li ul li a {
	    display: block;
	    background: #F2F2F2;
	    border-bottom: 1px solid #CCCCCC;
  	}
  	.flexnav li a:hover,
    .flexnav li a:focus,
    .flexnav li a:active {
    	border-bottom: 1px solid #CCCCCC;
    }
}/*  Less than or equal to 800px width  */
@media (min-width: 769px) {
	.sidebar #sidenav-sel-option,
	.row.schools_faculties #sel-option,
	.row.listing_filtering .row.filter #sel-option {
		display: inline-block!important;
	}
}/*  Less than or equal to 769px width  */
@media (max-width: 768px) {

	/* Header */

		header .look_into_laurier .slide_button.btn  {
			padding: 0px 20px;
		}
		header .look_into_laurier .overlay_caption h1 {
			font-size: 270%;
		}
		header .look_into_laurier .overlay_caption h2 {
			padding: 15px 0 0;
		}
		header .look_into_laurier a.previous,
		header .look_into_laurier a.next,
		header .look_into_laurier a.close {
			bottom: 0;
		}
		header .menu_wrapper .menu {
			padding: 10px 0 40px 0;
		}
		header .look_into_laurier .look_laurier .row {
			margin: 0 0 40px 0;
		}
		header .look_into_laurier .look_laurier .columns .btn {
			padding: 4px 10px;
		}
		header .look_into_laurier .look_laurier .columns .btn-block+.btn-block {
			margin-top: 5px;
		}
		header .look_into_laurier .look_laurier .large-4 {
			width: 100%;
		}
		header .menu_wrapper .menu.top ul.inline-list > li {
			width: 100%;
		}
		header .menu_wrapper .menu.top ul.inline-list > li > a {
			padding: 10px;
		}
		header .menu_wrapper .menu.top .search.form {
			margin-top: 20px;
		}
		header .menu_wrapper .menu.top .collapse .large-2.columns {
			width: 16.66667%!important;
		}
		header .menu_wrapper .menu.top .collapse .large-10.columns {
			width: 83.33333%!important;
		}
		header .menu_wrapper .menu .collapse .postfix.search, 
		header .menu_wrapper .menu .collapse input[type=text] {
			font-size: 120%;
		}
		header .menu_wrapper .menu .collapse input[type=text] {
			height: inherit;
		}
		header .menu_wrapper .menu.bottom .large-4 {
			width: 100%;
		}
		header .upcoming_deadlines.desktop {
			display: none!important;
		}
		header .upcoming_deadlines.mobile{
			display: block!important;
			width: 100%!important;
		}

	/* Header */

	.overlay.vertical,
	.overlay_caption {
		display: inline-block;
		width: 100%;
		position: relative;
		top: 0;
		right: 0;
		margin: 0;
	}
	.overlay.vertical h2 {
		font-size: 240%;
	}
	.overlay.vertical.purple {
		background: rgba(47,0,112,1);
	}
	.breadcrumbs {
		display: none;
	}
	.flexslider.videos a.next.icon.icon-toggleright, 
	.flexslider.videos a.previous.icon.icon-toggleleft {
		top: 24%;
	}
	.flexslider.videos a.previous.icon.icon-toggleleft {
		left: -4px;
	}
	.flexslider.videos a.next.icon.icon-toggleright {
		right: -4px;
	}
	.row.featured .flex-control-nav {
		top: 10px;
		bottom: 0;
	}

	.block, 
	.side_block {
		padding: 20px;
	}
	.column .columns,
	.columns .columns {
		padding: 0;
	}
	.row.faculty_main .columns {
		padding: 0 20px;
	}
	hr.top {
		margin: 0 20px 20px 20px;
	}
	.page-title {
		padding-top: 20px;
	}
	.row.featured .flex-control-nav {
		display: none!important;
	}
	.overlay.vertical .overlay_caption {
		padding: 20px;
	}
	.sidebar {
		margin: 0;
	}
	.sidebar ul.sidenav {
		padding-left: 20px;
	}
	.row.gateway .columns,
	.row.campus .columns {
		padding-bottom: 40px;
	}
	.row.campus .large-6.columns > .large-6.columns {
		width: 50%;
	}
	.row.campus .columns .columns {
		padding-bottom: 0;
	}
	.row.campus .columns:last-child ,
	.row.degree_program_columns .columns:last-child {
		padding-bottom: 0;
	}
	.row.degree_program_columns .large-3,
	.row.gateway .row.top .large-3.columns.gateway_info.right {
		width: 100%;
	}
	.sidebar .select_dropdown, 
	.row.schools_faculties .select_dropdown,
	.row.listing_filtering .row.filter .select_dropdown {
		display: block;
	}
	.sidebar #sidenav-sel-option,
	.row.schools_faculties #sel-option,
	.row.listing_filtering .row.filter #sel-option,
	.row.schools_faculties  ul.nav-bar > li.filter_by,
	.row.listing_filtering .row.filter ul.nav-bar > li.filter_by {
		display: none;
	}
	.sidebar #sidenav-sel-option {
		background: #F6F6F6;
		width: 100%;
		float: left;
		margin: 0;
		padding-top: 20px;
	}
	.row.schools_faculties ul.nav-bar,
	.row.listing_filtering .row.filter ul.nav-bar {
		background: transparent;
		float: left;
		margin: 0;
		border-bottom: 1px solid #2F0070;
		border-left: 1px solid #2F0070;
		border-right: 1px solid #2F0070;
	}
	.row.schools_faculties ul.nav-bar > li,
	.row.listing_filtering .row.filter ul.nav-bar > li {
		width: 100%;
		text-align: center;
	}
	.row.schools_faculties ul.nav-bar > li > a,
	.row.listing_filtering .row.filter ul.nav-bar > li > a {
		background: #FFFFFF;
		border-top: 1px solid #FFFFFF;
	}
	.row.schools_faculties ul.nav-bar > li > a:hover,
	.row.schools_faculties ul.nav-bar > li.ui-state-active > a,
	.row.listing_filtering .row.filter ul.nav-bar > li > a:hover,
	.row.listing_filtering .row.filter ul.nav-bar > li > a.current {
		background: #2F0070;
		color: #FFFFFF;
	}
	.row.schools_faculties ul.program_boxes > li.program_box {
		width: 100%;
	}
	.row.listing_filtering .collapse .large-2.columns {
		width: 16.66667%!important;
	}
	.row.listing_filtering .collapse .large-10.columns {
		width: 83.33333%!important;
	}
	.row.ratio_percentages {
		display: none;
	}
	.row.universal .row.featured.page_header .side_block {
		display: none;
	}
}/*  Less than or equal to 768px width  */
@media (max-width: 767px) {
	footer  ul.cities,
	footer  ul.cities > li,
	footer  ul.cities > li > a,
	footer ul.footer-links > li,
	footer ul.footer-links li > a {
		width: 100%;
		margin: 0;
	}

	footer ul.footer-links {
		width: 100%;
		position: relative;
		left: 0;
		margin: 20px 0 0 0;
	}
	footer ul.social-links {
		margin-top: 20px;
	}
	footer  ul.cities {
		margin-bottom: 40px;
	}

	a.video_play {
        font-size:800%;
        margin-top:-90px;
    }

}/*  Less than or equal to 767px width  */
@media (max-width: 640px) {

	/* Header */

		header .look_into_laurier {
			display: none;
		}
		header .header .logo img.header_logo {
			display: none;
		}
		header .header .logo img.mobile_logo {
			display: block;
		}
		header .searchbar {
			right: 95px;
			width: 50px;
			top: 12%;
		}
		header .search.form input[type="text"] {
			display: none;
		}
		header .header .menu_button {
			top: 12%;
		}

	/* Header */

	.row.campus .large-6.columns > .large-6.columns {
		width: 100%;
	}

     a.video_play {
        font-size:600%;
        margin-top:-75px;
    }
    
}/*  Less than or equal to 640px width  */
@media (max-width: 600px) {
	.flexslider.videos a.next.icon.icon-toggleright, 
	.flexslider.videos a.previous.icon.icon-toggleleft {
		top: 20%;
	}
	.row.faculty .row.featured .large-9.columns.right,
	.row.faculty .row.featured .large-3.sidebar.columns.left {
		width: 100%;
	}
	.row.faculty .row.featured .large-9.columns.right .page-title {
		margin-bottom: 0;
		text-align: center;
	}
	.row.faculty .row.featured .large-9.columns.right .faculty_description {	
		margin-bottom: 20px;
		text-align: center;
	}
	.row.faculty_main h3
	{
		font-size: 80%;
	}
}
@media (max-width: 520px) {
	.row .row-link {
		padding-top: 20px;
	}
}/*  Less than or equal to 520px width  */	
@media (max-width: 480px) {	
	.flexslider.videos a.next.icon.icon-toggleright, 
	.flexslider.videos a.previous.icon.icon-toggleleft {
		top: 18%;
	}
}/*  Less than or equal to 480px width  */
@media (max-width: 400px) {

	.flexslider.videos a.next.icon.icon-toggleright, 
	.flexslider.videos a.previous.icon.icon-toggleleft {
		top: 14%;
	}
	.accordion .s_panel h3 {
		font-size: 80%;
	}
    
    a.video_play {
        font-size:400%;
        margin-top:-50px;
    }

}/*  Less than or equal to 400px width  */
@media (max-width: 340px) {

	.flexslider.videos a.next.icon.icon-toggleright, 
	.flexslider.videos a.previous.icon.icon-toggleleft {
		top: 10%;
	}
	.accordion .s_panel h3 {
		padding: 10px;
	}
	.flexslider.videos a.next.icon.icon-toggleright, 
	.flexslider.videos a.previous.icon.icon-toggleleft {
		top: 7%;
	}
	/* Footer */

	footer .social-links > li > a.social {
		font-size: 120%;
	}

	/* Footer */

}/*  Less than or equal to 340px width  */
@media (max-width: 320px) {

	/* Footer */

	footer ul.footer-links li > a {
		font-size: 90%;
	}

	/* Footer */

}/*  Less than or equal to 320px width  */
@media (max-width: 300px) {
	header .menu_wrapper,
	.sel-box,
	footer ul.footer-links li > a {
		font-size: 80%!important;
	}
	.flexslider.videos a.next.icon.icon-toggleright, 
	.flexslider.videos a.previous.icon.icon-toggleleft {
		top: 4%;
	}
}/*  Less than or equal to 297px width  */
.lt-ie9 .off-canvas {
	overflow-x: auto;
}
.lt-ie9 .row { width: 1280px; max-width: 100%; min-width: 1280px; margin: 0 auto; }
.lt-ie9 .row .row { width: auto; max-width: none; min-width: 0;}
.lt-ie9 .row.large-collapse .column, 
.lt-ie9 .row.large-collapse .columns { padding: 0; }
.lt-ie9 .row .row { width: auto; max-width: none; min-width: 0; margin: 0 0 40px 0;}
.lt-ie9 .row .row.large-collapse { margin: 0; }
 
.lt-ie9 .column, .lt-ie9 .columns { float: left; min-height: 1px; padding: 0 20px; position: relative; }
.lt-ie9 .column.large-centered, .columns.large-centered { float: none; margin: 0 auto; }
 
.lt-ie9 [class*="column"] + [class*="column"]:last-child { float: right; }
.lt-ie9 [class*="column"] + [class*="column"].end { float: left; }
 
.lt-ie9 .large-1, 
.lt-ie9 .row .large-1 { width: 8.33333%; }
 
.lt-ie9 .large-2, 
.lt-ie9 .row .large-2 { width: 16.66667%; }
 
.lt-ie9 .large-3, 
.lt-ie9 .row .large-3 { width: 25%; }
 
.lt-ie9 .large-4, 
.lt-ie9 .row .large-4 { width: 33.33333%; }
 
.lt-ie9 .large-5, 
.lt-ie9 .row .large-5 { width: 41.66667%; }
 
.lt-ie9 .large-6, 
.lt-ie9 .row .large-6 { width: 50%; }
 
.lt-ie9 .large-7, 
.lt-ie9 .row .large-7 { width: 58.33333%; }
 
.lt-ie9 .large-8, 
.lt-ie9 .row .large-8 { width: 66.66667%; }
 
.lt-ie9 .large-9, 
.lt-ie9 .row .large-9 { width: 75%; }
 
.lt-ie9 .large-10, 
.lt-ie9 .row .large-10 { width: 83.33333%; }
 
.lt-ie9 .large-11, 
.lt-ie9 .row .large-11 { width: 91.66667%; }
 
.lt-ie9 .large-12,
.lt-ie9 .row .large-12 { width: 100%; }
 
.lt-ie9 .row .large-offset-1 { margin-left: 8.33333%; }
.lt-ie9 .row .large-offset-2 { margin-left: 16.66667%; }
.lt-ie9 .row .large-offset-3 { margin-left: 25%; }
.lt-ie9 .row .large-offset-4 { margin-left: 33.33333%; }
.lt-ie9 .row .large-offset-5 { margin-left: 41.66667%; }
.lt-ie9 .row .large-offset-6 { margin-left: 50%; }
.lt-ie9 .row .large-offset-7 { margin-left: 58.33333%; }
.lt-ie9 .row .large-offset-8 { margin-left: 66.66667%; }
.lt-ie9 .row .large-offset-9 { margin-left: 75%; }
.lt-ie9 .row .large-offset-10 { margin-left: 83.33333%; }
 
.lt-ie9 .pull-2 { right: 16.66667%; }
.lt-ie9 .pull-3 { right: 25%; }
.lt-ie9 .pull-4 { right: 33.33333%; }
.lt-ie9 .pull-5 { right: 41.66667%; }
.lt-ie9 .pull-6 { right: 50%; }
.lt-ie9 .pull-7 { right: 58.33333%; }
.lt-ie9 .pull-8 { right: 66.66667%; }
.lt-ie9 .pull-9 { right: 75%; }
.lt-ie9 .pull-10 { right: 83.33333%; }
 
.lt-ie9 .push-2 { left: 16.66667%; }
.lt-ie9 .push-3 { left: 25%; }
.lt-ie9 .push-4 { left: 33.33333%; }
.lt-ie9 .push-5 { left: 41.66667%; }
.lt-ie9 .push-6 { left: 50%; }
.lt-ie9 .push-7 { left: 58.33333%; }
.lt-ie9 .push-8 { left: 66.66667%; }
.lt-ie9 .push-9 { left: 75%; }
.lt-ie9 .push-10 { left: 83.33333%; }
 
.lt-ie9 .row { *zoom: 1; }
.lt-ie9 .row:before, .row:after { content: " "; display: table; }
.lt-ie9 .row:after { clear: both; }

.lt-ie9 header .header .logo {
	max-width: 330px;
}

.lt-ie9 .flexnav li {
	display: inline-block;
	width: 20%;
	float: left;
}

.lt-ie9 .flexnav li ul {
	display: block!important;
}

.lt-ie9 .flexnav li ul li {
	display: inline-block;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.lt-ie9 .sidebar .select_dropdown,
.lt-ie9 .row.schools_faculties .select_dropdown,
.lt-ie9 .row.listing_filtering .row.filter .select_dropdown  {
	display: none!important;
}

.lt-ie9 .sidebar #sel-option,
.lt-ie9 .row.schools_faculties #sel-option,
.lt-ie9 .row.listing_filtering .row.filter #sel-option {
	display: inline-block!important;
}

.lt-ie9 footer ul.footer-links > li > a {
	padding: 20px 15px;
}


/*Skip Navigation*/
#skipNav{
    height: 20px;
    top: -20px;
    position: absolute;
    width: 100%;
    text-align: center;
    display: inline-block;
    z-index: 1000;
    overflow: hidden;
}
/*
header .menu_wrapper .menu.top ::-webkit-input-placeholder{ font-size: 12px; line-height: 33px; }
header .menu_wrapper .menu.top ::-moz-placeholder{ font-size: 12px; line-height: 33px; }
header .menu_wrapper .menu.top   :-ms-input-placeholder{ font-size: 12px; line-height: 33px; }
header .menu_wrapper .menu.top   input:-moz-placeholder{     font-size: 12px; line-height: 33px;	}
*/
/*Special rules*/
@media (max-width: 801px) {
    .row a.prev{ display: none; }
}

@media (min-width: 801px) {
    
	.row .menu_wrapper div.row{ margin-bottom: 20px; }
    
	.flexnav li > ul li{
		margin-bottom: 10px;
	}
	.flexnav li a{
		padding: 10px 15px 5px;
	}
    
    .row .menu.top .row:first-child{
        margin-bottom: 0px;
    }
}


.icon.icon-toggleleft{
    padding-right: 5px;
}

header .menu_wrapper .menu .collapse input[type="text"]{
    /*font-size: 18px;    /*160%*/ 
    font-size: 100%;
    height: 67px;
    /*line-height: 67px;*/
    line-height: 100%;
}


@media only screen and (max-width: 768px) {
    header .menu_wrapper .menu .collapse input[type="text"]{
        /*font-size: 18px;    /*160%*/
        font-size: 100%;
        height: 49.59375px;
        /*line-height: 49.59375px;*/
        line-height: 100%;
    }  
}

 @media (max-width: 1000px) {
    .large-9 .row .large-4.left{
		width: 100%;
	}
}

.row.mobile_quote .side_block{
    margin-top: 40px;
    display: inline-block;
    width: 100%;
    position: relative;
} 
   
   
.row.faculty .accordion {	
    /*New Margin Hack*/
    /*margin-top: -110px;*/
}

.large-4.columns  a.video_play.icon.icon-video{
    overflow: hidden;
	height: 187px;
}





@media only screen and (max-width: 1018px) {
    .large-4.columns  a.video_play.icon.icon-video{
        top: 29px;
    }
}


@media only screen and (max-width: 1018px) {
    .large-4.columns  a.video_play.icon.icon-video{
        top: 0px;
    }
}

@media only screen and (max-width: 877px) {
    .large-4.columns  a.video_play.icon.icon-video{
        width: 100%;
        max-width: 270px;
        margin: 0px;
        top: 0px;
    }
}

@media only screen and (max-width: 750px) {
    .large-4.columns  a.video_play.icon.icon-video{
        top: 50px;
    }
}

@media only screen and (max-width: 750px) {
    .large-4.columns  a.video_play.icon.icon-video{
        top: 50px;
    }
}

.row .row .text.redtext{ color: #DB2C39; }
.row .row .text.purpletext{ color: #330072;}
.row .row .text.greentext{ color: #6B7036; }
.row .row .text.goldtext{ color: #F2A900;}

.block.white{
    background-color: #fff;
    color: #000;
}

.no-padding-spif{
    padding: 0px;
}

.spif-video{
    position: relative;
    overflow: hidden;
    /*height: 270px;*/
    max-width: 307px;
    margin: 0 auto;
    float: left;
    width: 100%;
}

.universal.page .large-3.columns.left .spif-video,
.gateway.page .columns .spif-video{
    margin-bottom: 18px !important;
}

div.clear{ clear: both !important; }


.spif-video a.video_play{
    /*width: 270px;*/
    width: 100%;
}

.spif-video img{ width: 100%; }



.contact-info-field {}
.contact-info-field p{line-height: 1.2;}
.contact-info-field p.subHead{ font-weight: bold; }
.contact-info-field p.subHead-i{ font-style: italic; }

.socialMediaSpif p{
    margin-bottom: 0px;   
}

.socialMediaSpif p.YASM{
    padding-left: 25px;
}

.socialMediaSpif .icon{
    margin-right: 10px;
}

div.socialMediaSpif{
    margin-bottom: 1.25em;
}

.row > .columns.large-3 > p{ width: 100%; }

/*Hot Fix for First Image Spif with Gap*/
.row .large-3.gateway_info .block .image_block:nth-child(1),
.row .large-4.left .image_block:nth-child(1){
    margin-top: 0px;
}

@media only screen and (max-width: 500px){

    .large-9.columns.right .large-4.columns  .video_play.icon.icon-video{
		margin: 0 auto;
	}

	.large-9.columns.right .large-4.columns > img:nth-of-type(1){
		width:	270px;
		margin: 0 auto;
		display: inherit;
		float: none;
	}
	
}

@media only screen and (min-width: 1300px){
    .row-items .row-link{ display: block; }
    /*Any more than 4 items show Next arrow*/
    .row-items.row-items-0 > .row-link,
    .row-items.row-items-1 > .row-link,
    .row-items.row-items-2 > .row-link,
    .row-items.row-items-3 > .row-link,
    .row-items.row-items-4 > .row-link{
        display: none;
    }

}

/*Tablet - big*/
@media only screen and (max-width: 1299px){
    .row-items .row-link{ display: block; }
    /*Any more than 3 items show Next arrow*/
    .row-items.row-items-0 > .row-link,
    .row-items.row-items-1 > .row-link,
    .row-items.row-items-2 > .row-link,
    .row-items.row-items-3 > .row-link{
        display: none;
    }
}



/*Tablet - small*/
@media only screen and (max-width: 768px){
    .row-items .row-link{ display: block; }
    /*Any more than 2 items show Next arrow*/
    .row-items.row-items-0 > .row-link,
    .row-items.row-items-1 > .row-link,
    .row-items.row-items-2 > .row-link{
        display: none;
    }
}

/*Phone */
@media only screen and (max-width: 600px){
    
    /*Any more than 1 items show Next arrow*/
    .row-items.row-items-0 > .row-link,
    .row-items.row-items-1 > .row-link{
        display: none;
    }
     .row-items .row-link.next{ display: block; }
}

/*Desktop more than four
@media only screen and (min-width: 1024px){
    .row-items .row-link{ display: block; }
    /*Any more than 4 items show Next arrow
    .row-items.row-items-0 > .row-link,
    .row-items.row-items-1 > .row-link,
    .row-items.row-items-2 > .row-link,
    .row-items.row-items-3 > .row-link,
    .row-items.row-items-4 > .row-link{
        display: none;
    }
}
*/


@media only screen and (max-width: 995px){
    .tabs .row.spotlights .large-12 .row-title{
        color: white;
        padding-top: 1em;
    }
}

/*

#tabs > .row.spotlights{ clear: both;  }
#tabs > .row.spotlights .row-title{ padding-top: 10px; }
*/

span.program-location{ white-space: nowrap; margin-left: 3px; }
p.campus-designation > a{ white-space: nowrap; /*margin-left: 3px;*/ }


/*Line up elements in spotlight columns of multiple types*/

.spotlightColumns .large-3.columns .image_block{
    /*margin-top: 55px !important;*/
    clear: both;
}

img.donorImage{
    max-width: 100%;
    width: 100%;
}
@media (max-width: 768px) {
    a.donorhref{ text-align: left; }
    img.donorImage{ max-width: 90%; }
}

.spotlightColumns .large-3.columns > .image_block.no-image{
    margin-top: 75px;
}

.spotlightColumns .spotlightColumns .large-6 .image_block{
    margin-top: 20px;
    clear: both;
}

.large-6.columns.spotlightColumns .large-12.columns > .large-6:first-child > .image_block.standard-spif{
    margin-top: 20px; /*Fix Erin test 6*/
}


.spotlightColumns .block.white.wysiwyg{
    padding-top: 0px;
}


.spotlightColumns .firstColumn .wysiwyg{ padding-left: 0px; padding-right: 0px; }

.spotlightColumns.threeColumn .spotlightColumns .wysiwyg,
.spotlightColumns.threeColumn .thirdColumn .wysiwyg,
.spotlightColumns .fourthColumn .wysiwyg{ padding-left: 0px; padding-right: 0px; }

/*Middle column*/
.spotlightColumns.fourColumn .secondColumn .wysiwyg,
.spotlightColumns.fourColumn .thirdColumn .wysiwyg,
.spotlightColumns.threeColumn .spotlightColumns .large-12{
    padding:0px;
} 

.spotlightColumns.threeColumn .spotlightColumns .large-12 .large-6:first-child{
    padding-left:0px;
} 
.spotlightColumns.threeColumn .spotlightColumns .large-12 .large-6:last-child{
    padding-right:0px;
} 

.spotlightColumns .wysiwyg,
.spotlightColumns .wysiwyg p{
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
  color: #444444;
}

.spotlightColumns .block.no-padding-spif .image_block{
    margin-top: -20px;
}

@media (max-width: 1100px){
    .spotlightColumns.threeColumn .large-3.columns,
    .spotlightColumns.threeColumn .large-6.columns{
        width: 100%;
    }
    .spotlightColumns.threeColumn .large-6 > .large-12 > .large-6{
         width: 50%;
    }
    
    .spotlightColumns.fourColumn .large-3.columns{
        width: 50%;
    }
   
}

@media (max-width: 768px){
    .spotlightColumns.threeColumn .large-6 > .large-12 > .large-6{
         width: 100%;
    }
    .spotlightColumns.fourColumn .large-3.columns{
        width: 100%;
    }
}

.spotlightColumns .columns  > .ctaSpif{ margin-top: 0px; }
.spotlightColumns .columns  > .image_block.standard-spif{ margin-top: 52px; }

.gateway.page .block.ctaSpif{ padding: 30px 0px; } /*Erin Fix test # 4 */

a#InstagramDisclaimer{ font-size: 12px; text-decoration: none; text-transform: capitalize; }
a#InstagramDisclaimer > span{ color: #444; }

a > span.iconText,
button.icon > span,
span.icon > span,
i.icon > span{
        font-size: 0;
        height: 0px;
    width:1px;
        overflow: hidden;
        display: block;
        speak: normal;
    }

/*Fix for purple box. */
.featured.with_side_block.sub_header{
    padding-top: 0px;
    padding-bottom: 40px;
    
}

.row .large-12.column.universal-Slider{
    padding: 0px;
}
/*
.row .large-12.column.universal-Slider .overlay.vertical{
    right: 2px;
}

    .universal-Slider .flexslider.videos:hover a.next.icon.icon-toggleright {
		margin-right: 6px !important;
	}
*/

@media (min-width: 1280px) {
    /*
    .row.faculty #accordion.faculty_information{
        margin-top: -70px;
    }*/
}


.page div.block.white.ctaSpif:not(:first-child){
    margin-top: 0px;
}        
	
    
    .page div.block.white.ctaSpif{
        padding: 0px !important;
    }
    
    
 .page div.block.white.ctaSpif h4{    
    color: #6B7036;

}

.contact-spif{
    margin-bottom: 1.5em;

}


img.donorImage{
    max-width: 100%;
    width: 100%;
}

@media (max-width: 768px) {
    a.donorhref{ text-align: left; }
    img.donorImage{ max-width: 60%; }
}



@media (max-width: 500px) {
    a.donorhref{ text-align: left; }
    img.donorImage{ max-width: 90%; }
}


body .row.campus.spotlightColumns > .columns > .block,
body .row.campus.spotlightColumns > .columns > .image_block,
body .row.campus.spotlightColumns > .columns > .no-image,
body .row.campus.spotlightColumns > .columns > .image_block.standard-spif,
/*1-2-1 configuration*/
body .row.campus.spotlightColumns  .columns  .columns > .block,
body .row.campus.spotlightColumns   .columns  .columns > .image_block,
body .row.campus.spotlightColumns   .columns  .columns > .no-image,
body .row.campus.spotlightColumns   .columns  .columns > .image_block.standard-spif,

{
    /*:first-child*/
    margin-top: 0px !important;
    top: 20px;
    position: relative;
}

body .row.campus.spotlightColumns > .columns > .ctaSpif{
    top: 30px;
    position: relative;
}

/*
.spotlightColumns.threeColumn .columns .image_block.standard-spif{
    margin-top: 40px;
}

.spotlightColumns.fourColumn  .columns  .image_block.standard-spif{
    margin-top: 56px;
}
*/

.spotlightColumns .columns > .image_block.standard-spif{
    margin-top: 0px !important;
    top: 40px;
    position: relative;
}

.row.gateway .row.campus.spotlightColumns .columns img{ 
    padding-top: 0px;
}


@media (max-width: 1100px) {
    body .row.campus.spotlightColumns > .thirdColumn,
    body .row.campus.spotlightColumns > .fourthColumn{
        padding-top: 20px;
    }
      
    body .row.campus.spotlightColumns > .thirdColumn{
        clear: left;
    }
}

/*image_block.no-image{ margin-top: 57px;*/

body .row.campus.spotlightColumns > .columns > .image_block.no-image .block{
    margin: 0;
}

@media (max-width: 770px) {
    body .row.campus.spotlightColumns > .columns > .image_block.standard-spif{
        width: 100%;
    }
}

/*
.large-3 > .standard-spif,
.large-3 > .image_block.no-image,
.large-3 > .image_block
{
    margin-top: 40px;
}
*/


.spotlightColumns .large-6.spotlightColumns  .ctaSpif,
.spotlightColumns .large-6.spotlightColumns .standard-spif,
.spotlightColumns .large-6.spotlightColumns .image_block.no-image,
.spotlightColumns .large-6.spotlightColumns .image_block,

.spotlightColumns .large-3 > .ctaSpif,
.spotlightColumns .large-3 > .standard-spif,
.spotlightColumns .large-3 > .image_block.no-image,
.spotlightColumns .large-3 > .image_block
{
    margin-top: 40px;
}


 .socialMediaSpif > p > a {
    top: -3px;
    position: relative;
}

@media (max-width: 1100px) {
    .spotlightColumns .columns > .image_block.standard-spif{
        margin-top: 55px !important;
        top: 0px;
        position: relative;
    }
    
}

#at4-share, #at4-share-label, .addthis-smartlayers,
.social .at-icon-wrapper{
    display: none !important;
}

/*
.block.green.contact-spif > ul > li > a {
    font-size: 16px;
}
*/

.spiff_block > ul > li > a {
    font-size: 16px;
}

.spiff_block > ul > li {
    font-size: 16px;
}

.spiff_block > ol > li > a {
    font-size: 16px;
}

.spiff_block > ol > li {
    font-size: 16px;
}

.reveal-modal.open{
    z-index:10000 !important;
}

@media (max-width: 1000px) {
    .large-9 .large-4.sidebarSpiff{
        margin-top: 20px;
        padding-left: 0px;
    }
    
    .large-9 .large-4.columns.right.sidebarSpiff{
        float: left !important;
    }
     
    .large-9 .large-8.columns.left{
         float: right !important;     
    }
}

@media (max-width: 600px) {
    #_pre_accordion{
        padding-top: 20px !important;
    }
}

/* Magnific - added here by Tim Didier - Jan 12, 2017 because I do not yet know all of the pages including this file */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out; 
    -moz-transition: all 0.15s ease-out; 
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}


/* matching from students 9_tabs.css */

/*JQUERY UI Overrides*/
    /*Tab Overrides*/
    .ui-tabs{ border-radius: 0; border: none; padding: 0;}
    
    .ui-tabs .ui-tabs-panel { background-color: #f6f6f6; padding: 0; }
    
    .ui-tabs .ui-tabs-nav{ padding: 0px; background: none; background-color: transparent; border-radius: 0; border: none; font-weight: normal;}
        .ui-tabs .ui-tabs-nav li{ margin: 0; }
    
         .ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-active{ background-color: #eee; border: none; border-radius: 0;}
             .ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-active a{color: #330072;}
             
        .ui-tabs .ui-tabs-nav li.ui-state-default{ background-color:#330072; border: none; border-right: 1px solid #eee; border-radius: 0;}
              .ui-tabs .ui-tabs-nav li.ui-state-default a{  color: #fff; }
    
    .searchtab .ui-tabs-nav {display: inline-block; color: black; text-align: center; /* padding: 14px 16px; */ text-decoration: none; transition: 0.3s; font-size: 17px;}
    
    .ui-tabs .ui-tabs-nav li { list-style: none; float: left;}
    
    .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {text-decoration: none; }
    
    /*End Tabs*/
    
 hr.gradient { border: 0; height: 1px; 
background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
margin: 10px 0px;
}
   
/* The search overlay (background) */
.searchoverlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

/* Position the content inside the overlay */
.searchoverlay-content {
    position: relative;
    top: 50%;
    width: 80%;
    /*text-align: center;*/
    margin-top: 30px;
    margin-left: 10px;
}

/* The navigation links inside the overlay */
.searchoverlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #fff;
    /*display: block;*/
    transition: 0.3s;
    padding-right: 140px;
}
.check {
    float: right;
    font-size:30px;
    color: #fff;
}

/* When you mouse over the navigation links, change their color */
.searchoverlay a:hover, .overlay a:focus {
    color: #818181;
}

/* Position the close button (top right corner) */
.searchoverlay .closebtn {
    /*position: absolute;*/
    /*top: 80%;*/
    /*right: 45px;*/
    font-size: 60px;
    text-align: center;
    display: block;
    margin-top: 30px;
    padding:0;
}

.ui-corner-all{
    border-radius: 0;
}

.row-title .custom-navigation{ float: right; }

.ui-tabs-anchor span{ width: 100%; }

.tab-title-abbrev{ display: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-active:hover,
.ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-active{
    background-color: #f6f6f6;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-active a{
    color: #330072;
    width: 100%;
}

/*.ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-active:hover,*/
.ui-tabs .ui-tabs-nav li.ui-state-default:hover{
    background-color: #d3d3d3;
    
}

.ui-tabs .ui-tabs-nav li.ui-state-default:hover a{
    color: #330072;
}

.ui-tabs .ui-tabs-nav li{
    min-width: 120px;
    height: 40px;
    background-color: #330072;
   /* making whole tab clickable
    padding-left: 23px;
    padding-right: 23px;*/
    background: none;
}

.ui-tabs .ui-tabs-nav li > a, .ui-tabs .ui-tabs-nav li > span{ 
    display: inline-block; 
    padding-left: 23px;
    padding-right: 23px;
}

.ui-tabs .ui-tabs-nav li:hover{
    background: none;
}

.ui-tabs .ui-tabs-nav li *{
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    font-family: 'Calluna Sans';
}


.ui-tabs .ui-tabs-nav li.ui-state-default a,
.ui-tabs .ui-tabs-nav li.ui-state-default span{
    color: #fff;
    width: 100%;
}

.ui-tabs .ui-tabs-nav li.searchtabMobile{
    visibility:hidden;
    position:absolute;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
    padding: 0;
    font-size: 14px;
}


.module-Tabs .ui-tabs{
    width: 100%;
}

.ui-tabs-panel{
   border-radius: 0; 
}

.module-Tabs .ui-tabs-panel{
    min-height: 200px;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    
    margin-right: 70px;
    border-radius: 0;
    /*inherit styling of p */
    
}

.module-Tabs  .text-module{
    padding: 0;
}

/*Home page Events Tab box*/
#links-home .ui-tabs-panel{
    padding: 15px 20px;

    height: 170px;
    overflow: hidden;
}

#links-home .ui-tabs-panel .row-title .custom-navigation{
    line-height: 21px;
}

#links-home .ui-tabs-panel .events-feed .red.title{
    margin-bottom: 8px;
    line-height: 22px;
}

#tabs-home-events .ui-tabs-panel .events-feed{
    padding: 0;
}

#tabs-home-carousel .flex-viewport{
 /*   max-height: 425px; */
}

.module-Tabs .ui-tabs{
        margin-right: 70px;
}


@media (max-width: 1024px) {
    
    .module-Tabs .tabs{
        margin-left: 0;
    }
    
    .module-Tabs .ui-tabs-panel{
        margin-right: 50px;
    }
    
}

@media (max-width: 800px) {
    .ui-tabs .ui-tabs-nav li.searchtab {
        visibility:hidden;
        display:none;
    }
    
    .ui-tabs .ui-tabs-nav li.searchtabMobile {
        visibility:visible;
        position: relative;
    }
}

@media (max-width: 700px) {
    .ui-tabs .ui-tabs-nav li,
    #tabs-home-events .ui-tabs-nav li{
        padding-left: 10px;
        padding-right: 10px;
        min-width: 100px;
    }
    

        .ui-tabs .ui-tabs-nav li.searchtab {
        visibility:hidden;
        display:none;
    }
    
    .ui-tabs .ui-tabs-nav li.searchtabMobile {
        visibility:visible;
    }
}

@media (max-width: 600px) {
    .tab-title{ display: none; }
    .tab-title-abbrev{ display: block; }
    
    .module-Tabs .ui-tabs-panel{
        margin-right: 0;
    }
    
    .ui-tabs .ui-tabs-nav li{
        min-width: 70px; /*75 px, reduced for iPhone 5 */
    }
    
    .ui-tabs .ui-tabs-nav li > a{
        padding-left: 10px;
        padding-right: 10px;
    }
    
}

@media (max-height: 600px) {
    .searchoverlay-content {
        top:30%;
    }
}

@media (max-height: 450px) {
    .searchoverlay-content {
        top:0%;
    }
}

@media (max-width: 400px) {
    
}


/*Search*/

#search{
    position: absolute;
    right: 0px;
    top: 32%; /*42px;*/
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(153,153,153,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(153,153,153,1);
    box-shadow: 0px 0px 5px 0px rgba(153,153,153,1);*/
    height: 50px;
    width: 270px;
    border: 2px solid #ccc;
    overflow: hidden;
}

#searchBox > form,
#search > form{
    /*float: right;*/
    
    height: 50px;
}

#searchBox > form .search-input,
#search > form .search-input{
    width: 270px;
}


#searchBox > form  #searchBtnSubmit,
#search > form #searchBtnSubmit{
    width: 50px;
    height: 50px;
    background-color: #F2A900;
    line-height: 50px;
    font-size: 18px;
    transition: background-color 0.5s ease;
    color: #444;
    right: 4px;
}

#searchBox > form  #searchBtnSubmit:hover,
#search > form #searchBtnSubmit:hover{
    background-color: #330072;
    color: #fff;
    cursor: pointer;
}

#searchBox > form input[type="text"],
#search > form input[type="text"]{
    font-size: 18px;
    border: none;
    padding-left: 10px;
    height: 50px;
    line-height: 50px;
    width: 216px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    font-family: 'Calluna Sans';
}


#searchBox .search-input,
#search .search-input{
 width: 210px;
 position: relative;

}

.search-input #searchBtnSubmit{
    background-color: #F2A900;
    border: none;
   
    display: block;
   
    right: 0px;
    top: 0px;
    position: absolute;
}

.search-input input[type="text"]{
    padding: 5px 0;
    padding-left: 10px;
    left: 0px;
    top: 0px;
    width: 180px;
    position: absolute;
}

li.searchResult{
    max-width: 75%;
    list-style: none;
    margin-left: 0;
}


@media (max-width: 1024px) {
    #search{ top: 16%; right: 20px; }
    
    li.searchResult{
     max-width: 100%;
    }
    
}

@media (max-width: 600px) {
    #search{ top: 10%; width: 50px; right: 18px; }
    #search > form .search-input{ width: 48px; }
    #search > form input[type="text"]{ display: none; }
    #search > form #searchBtnSubmit{ right: 0px; }
    
}

.col {
    float: left;
    position: relative;
    display: block;
}

.col-75 {
    width: 100%;
    max-width: 75%;
}

