.socialMediaBar-icon.socialMediaBar-icon--twitter:before, .socialMediaBar-icon.socialMediaBar-icon--facebook:before, .socialMediaBar-icon.socialMediaBar-icon--googleplus:before, .socialMediaBar-icon.socialMediaBar-icon--tumblr:before, .socialMediaBar-icon.socialMediaBar-icon--dribbble:before, .socialMediaBar-icon.socialMediaBar-icon--youtube:before, .pageFooter .pageFooter-logo, .pageHeader .pageHeader-logo, .pageHeader .pageHeader-logo.pageHeader-logo--white, .pageHeader .searchFormIcon, .pageHeader .searchFormIcon.searchFormIcon--active, .pageHeader .searchFormIcon.searchFormIcon--white, .searchForm .searchForm-button, .cephFeed-list li:before, .socialShare .socialShare-share.socialShare-share--fb, .socialShare .socialShare-share.socialShare-share--twitter, .socialShare .socialShare-share.socialShare-share--googlePlus, .socialShare .socialShare-share.socialShare-share--pinterest, .sideBar.sideBar--twitterFeeds .widget_display-latest-tweets .widget-title, .listBlock .listBlock-list li:before {
  background-image: url('../Sprites/main.1484746225.png'); }

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (min-resolution: 144dppx) {

  .socialMediaBar-icon.socialMediaBar-icon--twitter:before, .socialMediaBar-icon.socialMediaBar-icon--facebook:before, .socialMediaBar-icon.socialMediaBar-icon--googleplus:before, .socialMediaBar-icon.socialMediaBar-icon--tumblr:before, .socialMediaBar-icon.socialMediaBar-icon--dribbble:before, .socialMediaBar-icon.socialMediaBar-icon--youtube:before, .pageFooter .pageFooter-logo, .pageHeader .pageHeader-logo, .pageHeader .pageHeader-logo.pageHeader-logo--white, .pageHeader .searchFormIcon, .pageHeader .searchFormIcon.searchFormIcon--active, .pageHeader .searchFormIcon.searchFormIcon--white, .searchForm .searchForm-button, .cephFeed-list li:before, .socialShare .socialShare-share.socialShare-share--fb, .socialShare .socialShare-share.socialShare-share--twitter, .socialShare .socialShare-share.socialShare-share--googlePlus, .socialShare .socialShare-share.socialShare-share--pinterest, .sideBar.sideBar--twitterFeeds .widget_display-latest-tweets .widget-title, .listBlock .listBlock-list li:before {
    background-image: url('../Sprites/main@2x.1484746225.png');
    background-size: 256px 231px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 31.25em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:31.3125em)/";
  width: 31.3125em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:31.3125em) and (max-width:46.875em)/";
  width: 31.3125em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:46.9375em)/";
  width: 46.9375em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:46.9375em) and (max-width:60em)/";
  width: 46.9375em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:60.0625em)/";
  width: 60.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:60.0625em) and (max-width:120em)/";
  width: 60.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

body {
  background: #fff;
  color: #6c6f7d;
  cursor: auto;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

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

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

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

.column,
.columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .small-1 {
    width: 8.3333333333%; }
  .small-2 {
    width: 16.6666666667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.3333333333%; }
  .small-5 {
    width: 41.6666666667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.3333333333%; }
  .small-8 {
    width: 66.6666666667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.3333333333%; }
  .small-11 {
    width: 91.6666666667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.3333333333% !important; }
  .small-offset-2 {
    margin-left: 16.6666666667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.3333333333% !important; }
  .small-offset-5 {
    margin-left: 41.6666666667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.3333333333% !important; }
  .small-offset-8 {
    margin-left: 66.6666666667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.3333333333% !important; }
  .small-offset-11 {
    margin-left: 91.6666666667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; } }

@media only screen and (min-width: 31.3125em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .medium-1 {
    width: 8.3333333333%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important; }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important; }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important; }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important; }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

@media only screen and (min-width: 46.9375em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .large-1 {
    width: 8.3333333333%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.3333333333% !important; }
  .large-offset-2 {
    margin-left: 16.6666666667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.3333333333% !important; }
  .large-offset-5 {
    margin-left: 41.6666666667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.3333333333% !important; }
  .large-offset-8 {
    margin-left: 66.6666666667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.3333333333% !important; }
  .large-offset-11 {
    margin-left: 91.6666666667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

@media only screen and (min-width: 60.0625em) {
  .xlarge-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .xlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .xlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .xlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .xlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .xlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .xlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .xlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .xlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .xlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .xlarge-1 {
    width: 8.3333333333%; }
  .xlarge-2 {
    width: 16.6666666667%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-4 {
    width: 33.3333333333%; }
  .xlarge-5 {
    width: 41.6666666667%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-7 {
    width: 58.3333333333%; }
  .xlarge-8 {
    width: 66.6666666667%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-10 {
    width: 83.3333333333%; }
  .xlarge-11 {
    width: 91.6666666667%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-0 {
    margin-left: 0 !important; }
  .xlarge-offset-1 {
    margin-left: 8.3333333333% !important; }
  .xlarge-offset-2 {
    margin-left: 16.6666666667% !important; }
  .xlarge-offset-3 {
    margin-left: 25% !important; }
  .xlarge-offset-4 {
    margin-left: 33.3333333333% !important; }
  .xlarge-offset-5 {
    margin-left: 41.6666666667% !important; }
  .xlarge-offset-6 {
    margin-left: 50% !important; }
  .xlarge-offset-7 {
    margin-left: 58.3333333333% !important; }
  .xlarge-offset-8 {
    margin-left: 66.6666666667% !important; }
  .xlarge-offset-9 {
    margin-left: 75% !important; }
  .xlarge-offset-10 {
    margin-left: 83.3333333333% !important; }
  .xlarge-offset-11 {
    margin-left: 91.6666666667% !important; }
  .xlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.xlarge-centered,
  .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.xlarge-centered:last-child,
  .columns.xlarge-centered:last-child {
    float: none; }
  .column.xlarge-uncentered:last-child,
  .columns.xlarge-uncentered:last-child {
    float: left; }
  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right; }
  .row.xlarge-collapse > .column,
  .row.xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.xlarge-uncollapse > .column,
  .row.xlarge-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; } }

@media only screen and (min-width: 120.0625em) {
  .xxlarge-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .xxlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .xxlarge-1 {
    width: 8.3333333333%; }
  .xxlarge-2 {
    width: 16.6666666667%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-4 {
    width: 33.3333333333%; }
  .xxlarge-5 {
    width: 41.6666666667%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-7 {
    width: 58.3333333333%; }
  .xxlarge-8 {
    width: 66.6666666667%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-10 {
    width: 83.3333333333%; }
  .xxlarge-11 {
    width: 91.6666666667%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-0 {
    margin-left: 0 !important; }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333% !important; }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667% !important; }
  .xxlarge-offset-3 {
    margin-left: 25% !important; }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333% !important; }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667% !important; }
  .xxlarge-offset-6 {
    margin-left: 50% !important; }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333% !important; }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667% !important; }
  .xxlarge-offset-9 {
    margin-left: 75% !important; }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333% !important; }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667% !important; }
  .xxlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.xxlarge-centered:last-child,
  .columns.xxlarge-centered:last-child {
    float: none; }
  .column.xxlarge-uncentered:last-child,
  .columns.xxlarge-uncentered:last-child {
    float: left; }
  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right; }
  .row.xxlarge-collapse > .column,
  .row.xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.xxlarge-uncollapse > .column,
  .row.xxlarge-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; } }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 31.3125em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 46.9375em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #007095; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #008CBA;
    border-color: #007095;
    color: #FFFFFF;
    box-shadow: none;
    cursor: default;
    opacity: 0.7; }
    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: #007095; }
    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: #FFFFFF; }
    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: #008CBA; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      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: #b9b9b9; }
      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: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      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: #368a55; }
      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: #FFFFFF; }
      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: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      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: #cf2a0e; }
      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: #FFFFFF; }
      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: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 31.3125em) {
  button, .button {
    display: inline-block; } }

.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group.even-2 li {
    float: left;
    display: inline-block;
    margin: 0 -2px;
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    float: left;
    display: inline-block;
    margin: 0 -2px;
    width: 33.3333333333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    float: left;
    display: inline-block;
    margin: 0 -2px;
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    float: left;
    display: inline-block;
    margin: 0 -2px;
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    float: left;
    display: inline-block;
    margin: 0 -2px;
    width: 16.6666666667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    float: left;
    display: inline-block;
    margin: 0 -2px;
    width: 14.2857142857%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    float: left;
    display: inline-block;
    margin: 0 -2px;
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }
  .button-group > li {
    float: left;
    display: inline-block;
    margin: 0 -2px; }
    .button-group > li > button, .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }
  .button-group.stack > li {
    float: left;
    display: block;
    margin: 0;
    float: none; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-left: 0; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.stack > li > button {
      width: 100%; }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-top: 0; }
  .button-group.stack-for-small > li {
    float: left;
    display: inline-block;
    margin: 0 -2px; }
    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
      border-left: 0; }
    @media only screen and (max-width: 31.25em) {
      .button-group.stack-for-small > li {
        float: left;
        display: block;
        margin: 0;
        width: 100%; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-left: 1px solid;
          border-color: rgba(255, 255, 255, 0.5); }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-left: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-color: rgba(255, 255, 255, 0.5);
          border-left-width: 0;
          border-top: 1px solid;
          display: block;
          margin: 0; }
        .button-group.stack-for-small > li > button {
          width: 100%; }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-top: 0; } }
  .button-group.radius > * {
    float: left;
    display: inline-block;
    margin: 0 -2px; }
    .button-group.radius > * > button, .button-group.radius > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
      border-left: 0; }
    .button-group.radius > *,
    .button-group.radius > * > a,
    .button-group.radius > * > button,
    .button-group.radius > * > .button {
      border-radius: 0; }
    .button-group.radius > *:first-child,
    .button-group.radius > *:first-child > a,
    .button-group.radius > *:first-child > button,
    .button-group.radius > *:first-child > .button {
      -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 {
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .button-group.radius.stack > * {
    float: left;
    display: block;
    margin: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-left: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.radius.stack > * > button {
      width: 100%; }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-top: 0; }
    .button-group.radius.stack > *,
    .button-group.radius.stack > * > a,
    .button-group.radius.stack > * > button,
    .button-group.radius.stack > * > .button {
      border-radius: 0; }
    .button-group.radius.stack > *:first-child,
    .button-group.radius.stack > *:first-child > a,
    .button-group.radius.stack > *:first-child > button,
    .button-group.radius.stack > *:first-child > .button {
      -webkit-top-left-radius: 3px;
      -webkit-top-right-radius: 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .button-group.radius.stack > *:last-child,
    .button-group.radius.stack > *:last-child > a,
    .button-group.radius.stack > *:last-child > button,
    .button-group.radius.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 3px;
      -webkit-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
  @media only screen and (min-width: 31.3125em) {
    .button-group.radius.stack-for-small > * {
      float: left;
      display: inline-block;
      margin: 0 -2px; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child,
      .button-group.radius.stack-for-small > *:first-child > a,
      .button-group.radius.stack-for-small > *:first-child > button,
      .button-group.radius.stack-for-small > *:first-child > .button {
        -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.stack-for-small > *:last-child,
      .button-group.radius.stack-for-small > *:last-child > a,
      .button-group.radius.stack-for-small > *:last-child > button,
      .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px; } }
  @media only screen and (max-width: 31.25em) {
    .button-group.radius.stack-for-small > * {
      float: left;
      display: block;
      margin: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0; }
      .button-group.radius.stack-for-small > * > button {
        width: 100%; }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child,
      .button-group.radius.stack-for-small > *:first-child > a,
      .button-group.radius.stack-for-small > *:first-child > button,
      .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child,
      .button-group.radius.stack-for-small > *:last-child > a,
      .button-group.radius.stack-for-small > *:last-child > button,
      .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; } }
  .button-group.round > * {
    float: left;
    display: inline-block;
    margin: 0 -2px; }
    .button-group.round > * > button, .button-group.round > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
      border-left: 0; }
    .button-group.round > *,
    .button-group.round > * > a,
    .button-group.round > * > button,
    .button-group.round > * > .button {
      border-radius: 0; }
    .button-group.round > *:first-child,
    .button-group.round > *:first-child > a,
    .button-group.round > *:first-child > button,
    .button-group.round > *:first-child > .button {
      -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 {
      -webkit-border-bottom-right-radius: 1000px;
      -webkit-border-top-right-radius: 1000px;
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
  .button-group.round.stack > * {
    float: left;
    display: block;
    margin: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-left: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.round.stack > * > button {
      width: 100%; }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-top: 0; }
    .button-group.round.stack > *,
    .button-group.round.stack > * > a,
    .button-group.round.stack > * > button,
    .button-group.round.stack > * > .button {
      border-radius: 0; }
    .button-group.round.stack > *:first-child,
    .button-group.round.stack > *:first-child > a,
    .button-group.round.stack > *:first-child > button,
    .button-group.round.stack > *:first-child > .button {
      -webkit-top-left-radius: 1rem;
      -webkit-top-right-radius: 1rem;
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem; }
    .button-group.round.stack > *:last-child,
    .button-group.round.stack > *:last-child > a,
    .button-group.round.stack > *:last-child > button,
    .button-group.round.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 1rem;
      -webkit-bottom-right-radius: 1rem;
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem; }
  @media only screen and (min-width: 31.3125em) {
    .button-group.round.stack-for-small > * {
      float: left;
      display: inline-block;
      margin: 0 -2px; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child,
      .button-group.round.stack-for-small > *:first-child > a,
      .button-group.round.stack-for-small > *:first-child > button,
      .button-group.round.stack-for-small > *:first-child > .button {
        -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.stack-for-small > *:last-child,
      .button-group.round.stack-for-small > *:last-child > a,
      .button-group.round.stack-for-small > *:last-child > button,
      .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; } }
  @media only screen and (max-width: 31.25em) {
    .button-group.round.stack-for-small > * {
      float: left;
      display: block;
      margin: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0; }
      .button-group.round.stack-for-small > * > button {
        width: 100%; }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child,
      .button-group.round.stack-for-small > *:first-child > a,
      .button-group.round.stack-for-small > *:first-child > button,
      .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 1rem;
        -webkit-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem; }
      .button-group.round.stack-for-small > *:last-child,
      .button-group.round.stack-for-small > *:last-child > a,
      .button-group.round.stack-for-small > *:last-child > button,
      .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 1rem;
        -webkit-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem; } }

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }

.button-bar:after {
  clear: both; }

.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }
  .button-bar .button-group div {
    overflow: hidden; }

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0; }
  .dropdown.button::after, button.dropdown::after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:after, button.dropdown.tiny:after {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny::after, button.dropdown.tiny::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.secondary:after, button.dropdown.secondary:after {
    border-color: #333333 transparent transparent transparent; }

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

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    line-height: 2.375rem; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button.radius {
  border-radius: 0;
  -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 {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -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 {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-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-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input:not([type]), 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"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #444444;
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear; }
  input:not([type]):focus, 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, input[type="color"]:focus, textarea:focus {
    background-color: #fafafa;
    border-color: #999999;
    outline: none; }
  input:not([type]):disabled, 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, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input:not([type])[disabled], input:not([type])[readonly],
  fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly],
  fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
  fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
  fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
  fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
  fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
  fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
  fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
  fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
  fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
  fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
  fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
  fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
  fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
  fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
  fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

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

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

::-webkit-input-placeholder {
  color: #AAAAAA; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #AAAAAA; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #AAAAAA; }

:-ms-input-placeholder {
  color: #AAAAAA; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: #444444;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:focus {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  select[multiple] {
    height: auto; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

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

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem; }
  fieldset legend {
    font-weight: bold;
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }

.error label,
.error label.error {
  color: #f04124; }

.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333; }
  .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, .panel li, .panel dl {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .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: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ecfaff;
    color: #333333; }
    .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, .panel.callout li, .panel.callout dl {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .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:not(.button) {
      color: #008CBA; }
      .panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
        color: #0078a0; }
  .panel.radius {
    border-radius: 3px; }

/* Progress Bar */
.progress {
  background-color: #F6F6F6;
  border: 1px solid white;
  height: 1.5625rem;
  margin-bottom: 0.625rem;
  padding: 0.125rem; }
  .progress .meter {
    background: #008CBA;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
    .progress .meter.secondary {
      background: #e7e7e7;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
    .progress .meter.success {
      background: #43AC6A;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
    .progress .meter.alert {
      background: #f04124;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
  .progress.secondary .meter {
    background: #e7e7e7;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.success .meter {
    background: #43AC6A;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.alert .meter {
    background: #f04124;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.radius {
    border-radius: 3px; }
    .progress.radius .meter {
      border-radius: 2px; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

.split.button {
  position: relative;
  padding-right: 5.0625rem; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button span {
    width: 3.09375rem; }
    .split.button span:after {
      border-top-style: solid;
      border-width: 0.375rem;
      margin-left: -0.375rem;
      top: 48%; }
  .split.button span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.tiny {
    padding-right: 3.75rem; }
    .split.button.tiny span {
      width: 2.25rem; }
      .split.button.tiny span:after {
        border-top-style: solid;
        border-width: 0.375rem;
        margin-left: -0.375rem;
        top: 48%; }
  .split.button.small {
    padding-right: 4.375rem; }
    .split.button.small span {
      width: 2.625rem; }
      .split.button.small span:after {
        border-top-style: solid;
        border-width: 0.4375rem;
        margin-left: -0.375rem;
        top: 48%; }
  .split.button.large {
    padding-right: 5.5rem; }
    .split.button.large span {
      width: 3.4375rem; }
      .split.button.large span:after {
        border-top-style: solid;
        border-width: 0.3125rem;
        margin-left: -0.375rem;
        top: 48%; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:after {
    border-color: #333333 transparent transparent transparent; }
  .split.button.radius span {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .split.button.round span {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }
  .split.button.no-pip span:before {
    border-style: none; }
  .split.button.no-pip span:after {
    border-style: none; }
  .split.button.no-pip span > i {
    display: block;
    left: 50%;
    margin-left: -0.28889em;
    margin-top: -0.48889em;
    position: absolute;
    top: 50%; }

.switch {
  border: none;
  margin-bottom: 1.5rem;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .switch label {
    background: #DDDDDD;
    color: transparent;
    cursor: pointer;
    display: block;
    margin-bottom: 1rem;
    position: relative;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    -webkit-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out; }
  .switch input {
    left: 10px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 9px; }
    .switch input + label {
      margin-left: 0;
      margin-right: 0; }
  .switch label:after {
    background: #FFFFFF;
    content: "";
    display: block;
    height: 1.5rem;
    left: .25rem;
    position: absolute;
    top: .25rem;
    width: 1.5rem;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: translate3d(0, 0, 0);
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .switch input:checked + label {
    background: #008CBA; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    height: 2rem;
    width: 4rem; }
  .switch label:after {
    height: 1.5rem;
    width: 1.5rem; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    color: transparent;
    background: #DDDDDD; }
  .switch label:after {
    background: #FFFFFF; }
  .switch input:checked + label {
    background: #008CBA; }
  .switch.large label {
    height: 2.5rem;
    width: 5rem; }
  .switch.large label:after {
    height: 2rem;
    width: 2rem; }
  .switch.large input:checked + label:after {
    left: 2.75rem; }
  .switch.small label {
    height: 1.75rem;
    width: 3.5rem; }
  .switch.small label:after {
    height: 1.25rem;
    width: 1.25rem; }
  .switch.small input:checked + label:after {
    left: 2rem; }
  .switch.tiny label {
    height: 1.5rem;
    width: 3rem; }
  .switch.tiny label:after {
    height: 1rem;
    width: 1rem; }
  .switch.tiny input:checked + label:after {
    left: 1.75rem; }
  .switch.radius label {
    border-radius: 4px; }
  .switch.radius label:after {
    border-radius: 3px; }
  .switch.round {
    border-radius: 1000px; }
    .switch.round label {
      border-radius: 2rem; }
    .switch.round label:after {
      border-radius: 2rem; }

table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  margin-bottom: 1.25rem;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #222222;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: #F5F5F5; }
    table thead tr th,
    table thead tr td {
      color: #222222;
      font-size: 0.875rem;
      font-weight: bold;
      padding: 0.5rem 0.625rem 0.625rem; }
  table tfoot {
    background: #F5F5F5; }
    table tfoot tr th,
    table tfoot tr td {
      color: #222222;
      font-size: 0.875rem;
      font-weight: bold;
      padding: 0.5rem 0.625rem 0.625rem; }
  table tr th,
  table tr td {
    color: #222222;
    font-size: 0.875rem;
    padding: 0.5625rem 0.625rem;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #F9F9F9; }
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.125rem; }

/* Image Thumbnails */
.th {
  border: solid 4px #FFFFFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); }
  .th.radius {
    border-radius: 3px; }

.text-left {
  text-align: left !important; }

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

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

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 31.25em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 31.3125em) and (max-width: 46.875em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 31.3125em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 46.9375em) and (max-width: 60em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 46.9375em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 60.0625em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 60.0625em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) and (max-width: 999999999999) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* 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; }

/* Default Link Styles */
a {
  color: #008CBA;
  line-height: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0078a0; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: "apex_sansbold", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #6f6f6f;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

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

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem; }

/* 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 {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem; }

ul {
  margin-left: 1.1rem; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

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

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

.no-bullet {
  list-style-type: none;
  margin-left: 0; }
  .no-bullet li ul,
  .no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #6c6f7d;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    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.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 31.3125em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.75rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

/*
       * 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)
      */
@media print {
  * {
    background: transparent !important;
    color: #000000 !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.34in; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 31.3125em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 46.9375em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 60.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-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 visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

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 visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  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 visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  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 visibility for tables */
table.hide-for-touch {
  display: table !important; }

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

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

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important; }

@media print {
  .print-only,
  .show-for-print {
    display: block !important; }
  .hide-on-print,
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

body.development:before {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000000000000000000000000000000000000;
  color: red;
  background-color: #fff;
  font-size: 0.625em; }
  @media only screen and (max-width: 31.25em) {
    body.development:before {
      content: 'small grid'; } }
  @media only screen and (min-width: 31.3125em) and (max-width: 46.875em) {
    body.development:before {
      content: 'medium grid'; } }
  @media only screen and (min-width: 46.9375em) and (max-width: 60em) {
    body.development:before {
      content: 'large grid'; } }
  @media only screen and (min-width: 60.0625em) and (max-width: 120em) {
    body.development:before {
      content: 'xlarge-up grid'; } }
  @media only screen and (min-width: 120.0625em) {
    body.development:before {
      content: 'xxlarge grid'; } }

body.development.liveEdit-active:before {
  color: #8cc641;
  right: auto;
  left: 0; }

body.development.liveEdit-active.hide-typo-debug .Extbase-Utility-Debugger-VarDump {
  display: none !important; }

[class*="columns"] + [class*="columns"]:last-child {
  float: left; }

.columns {
  min-height: 1px; }

.column {
  background-color: red !important; }

html.ltIE9 img {
  display: block; }

/*

This file defines a set of reusable selectors. For more information about SASS Placeholder Selector, see:
http://sass-lang.com/documentation/file.SASS_REFERENCE.html#placeholder_selectors_

*/
.has-color-bg,
.dynamic-margin-bottom,
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image, .pageFooter .pageFooter-logo, .blogPost.blogPost--overview, .blogPost.blogPost--overview .blogPost-item, .blogDetail, .blogDetail .blogDetail-heading, .breadCrumbs, .cephFeed .cephFeed-title, .contentBlock .contentBlock-title, .sideBar .widget_recent_entries, .socialShare, .tags {
  margin-bottom: 1.25rem; }
  @media only screen and (min-width: 60.0625em) {
    .has-color-bg,
    .dynamic-margin-bottom,
    div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image, .pageFooter .pageFooter-logo, .blogPost.blogPost--overview, .blogPost.blogPost--overview .blogPost-item, .blogDetail, .blogDetail .blogDetail-heading, .breadCrumbs, .cephFeed .cephFeed-title, .contentBlock .contentBlock-title, .sideBar .widget_recent_entries, .socialShare, .tags {
      margin-bottom: 1.875rem; } }

.pageHeader .pageHeader-navigation .pageHeader-navigation-list > .menu-item > .sub-menu, .sideBar .widget_recent_entries, .sideBar .widget_archive {
  padding: 1.25rem; }
  @media only screen and (min-width: 60.0625em) {
    .pageHeader .pageHeader-navigation .pageHeader-navigation-list > .menu-item > .sub-menu, .sideBar .widget_recent_entries, .sideBar .widget_archive {
      padding: 1.875rem; } }

.has-color-bg {
  padding: 0.625rem; }
  @media only screen and (min-width: 60.0625em) {
    .has-color-bg {
      padding: 0.9375rem; } }

@media only screen {
  .row .row,
  form .row .row,
  [class*="block-grid-"] {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
  .dynamic-column-gutter,
  .columns,
  form .row .row .columns,
  [class*="block-grid-"] > li {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  [class*="block-grid-"] > li {
    padding-bottom: 1.25rem; }
  .panel {
    padding: 0.625rem; } }

@media only screen and (min-width: 60.0625em) {
  .row .row,
  form .row .row,
  [class*="block-grid-"] {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
  .dynamic-column-gutter,
  .columns,
  form .row .row .columns,
  [class*="block-grid-"] > li {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  [class*="block-grid-"] > li {
    padding-bottom: 1.875rem; }
  .panel {
    padding: 0.9375rem; } }

.mg-image-beside-left.has-text .mg-image-wrap {
  margin-right: 0; }

.mg-image-beside-left.has-text .mg-text-container {
  padding-left: 0.625rem; }
  @media only screen and (min-width: 60.0625em) {
    .mg-image-beside-left.has-text .mg-text-container {
      padding-left: 0.9375rem; } }

.mg-image-beside-right.has-text .mg-image-wrap {
  margin-left: 0; }

.mg-image-beside-right.has-text .mg-text-container {
  padding-right: 0.625rem; }
  @media only screen and (min-width: 60.0625em) {
    .mg-image-beside-right.has-text .mg-text-container {
      padding-right: 0.9375rem; } }

.mg-image-intext-left .mg-image-wrap[class*="-block-grid-"] {
  margin-right: 0.625rem; }
  @media only screen and (min-width: 60.0625em) {
    .mg-image-intext-left .mg-image-wrap[class*="-block-grid-"] {
      margin-right: 0.9375rem; } }

.mg-image-intext-right .mg-image-wrap[class*="-block-grid-"] {
  margin-left: 0.625rem; }
  @media only screen and (min-width: 60.0625em) {
    .mg-image-intext-right .mg-image-wrap[class*="-block-grid-"] {
      margin-left: 0.9375rem; } }

.has-color-bg .is-single-image .mg-image-container {
  padding: 0; }

.has-color-text blockquote,
.has-color-text p {
  color: inherit; }

.button.button--large {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem; }

.mg-heading {
  font-family: "apex_sansbold", sans-serif;
  font-weight: normal;
  font-size: 2.25rem;
  text-transform: uppercase; }

.customSelect {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  border-radius: 1.875rem;
  margin-bottom: 1rem;
  background-color: #fff; }
  .customSelect:after {
    position: absolute;
    top: 50%;
    right: -1.25rem;
    display: block;
    color: #374249;
    margin-top: -0.5rem;
    line-height: 1rem;
    font-size: 1rem;
    text-indent: 0;
    content: "\25BE"; }
  html.csstransforms .customSelect:after {
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    border-style: solid;
    border-width: 0.125rem 0.125rem 0 0;
    border-color: #374249;
    margin-top: -5px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: -1.25rem; }
  html.csstransforms .customSelect:after,
  html.no-csstransforms .customSelect:after {
    right: 1.5rem;
    margin-top: -7px; }
  .customSelect select {
    position: relative;
    z-index: 2;
    line-height: 1;
    padding-top: 0;
    padding-right: 1.875rem;
    padding-bottom: 0;
    padding-left: 1.25rem;
    border: 0;
    border-radius: 3px;
    margin-bottom: 0 !important;
    background-image: none;
    background-color: transparent;
    color: #6c6f7d;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: ""; }
    .customSelect select:focus {
      outline: 0; }

.socialMediaBar-icon.socialMediaBar-icon--twitter:before {
  width: 33px;
  height: 33px;
  background-position: -221px 0px; }

.socialMediaBar-icon.socialMediaBar-icon--facebook:before {
  width: 33px;
  height: 33px;
  background-position: -221px -105px; }

.socialMediaBar-icon.socialMediaBar-icon--googleplus:before {
  width: 33px;
  height: 33px;
  background-position: -221px -70px; }

.socialMediaBar-icon.socialMediaBar-icon--tumblr:before {
  width: 33px;
  height: 33px;
  background-position: -221px -35px; }

.socialMediaBar-icon.socialMediaBar-icon--dribbble:before {
  width: 33px;
  height: 33px;
  background-position: -172px -62px; }

.socialMediaBar-icon.socialMediaBar-icon--youtube:before {
  width: 33px;
  height: 33px;
  background-position: -172px -160px; }

.button.button-blueBorder, .button, .pageHeader .pageHeader-topMenu-menu li.is-active a, .pageHeader-mobileMenu .mobile-topMenu .menu-item.is-active > a, .gform_wrapper .gform_button, .tags li:first-child ~ li a {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  background-color: transparent;
  font-family: "apex_sansbold", sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  text-transform: uppercase; }
  @media only screen and (min-width: 60.0625em) {
    .button.button-blueBorder, .button, .pageHeader .pageHeader-topMenu-menu li.is-active a, .pageHeader-mobileMenu .mobile-topMenu .menu-item.is-active > a, .gform_wrapper .gform_button, .tags li:first-child ~ li a {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }

.button.button-blueBorder, .button, .pageHeader .pageHeader-topMenu-menu li.is-active a, .pageHeader-mobileMenu .mobile-topMenu .menu-item.is-active > a, .gform_wrapper .gform_button, .tags li:first-child ~ li a {
  border-radius: 1.875rem; }

.button.button-blueBorder {
  border: 2px solid #2b99a8;
  color: #374249;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem; }
  .button.button-blueBorder:hover, .button.button-blueBorder:focus {
    background-color: #2b99a8;
    color: #fff; }

.button, .pageHeader .pageHeader-topMenu-menu li.is-active a, .pageHeader-mobileMenu .mobile-topMenu .menu-item.is-active > a, .gform_wrapper .gform_button, .tags li:first-child ~ li a {
  background-color: #ef5c55;
  font-weight: normal;
  font-size: 0.75rem;
  color: #fff;
  -webkit-transition: background-color ease 0.5s;
  transition: background-color ease 0.5s; }
  .button:hover, .pageHeader .pageHeader-topMenu-menu li.is-active a:hover, .pageHeader-mobileMenu .mobile-topMenu .menu-item.is-active > a:hover, .gform_wrapper .gform_button:hover, .tags li:first-child ~ li a:hover, .button:focus, .pageHeader .pageHeader-topMenu-menu li.is-active a:focus, .pageHeader-mobileMenu .mobile-topMenu .menu-item.is-active > a:focus, .gform_wrapper .gform_button:focus, .tags li:first-child ~ li a:focus {
    background-color: #f1726c; }

.pageFooter .pageFooter-topBar, .backgroundContainer, .cephFeed .cephFeed-inner, .coloredContainer, .getCephCareer .getCephCareer-inner, .textWithIconBlock {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  @media only screen and (min-width: 46.9375em) {
    .pageFooter .pageFooter-topBar, .backgroundContainer, .cephFeed .cephFeed-inner, .coloredContainer, .getCephCareer .getCephCareer-inner, .textWithIconBlock {
      padding-top: 2.5rem;
      padding-bottom: 1.875rem; } }
  @media only screen and (min-width: 60.0625em) {
    .pageFooter .pageFooter-topBar, .backgroundContainer, .cephFeed .cephFeed-inner, .coloredContainer, .getCephCareer .getCephCareer-inner, .textWithIconBlock {
      padding-top: 5rem;
      padding-bottom: 4.6875rem; } }

.sideBar .widget_sub_categories > span, .sideBar .widget_recent_entries > span, .sideBar .widget_archive > span, .sideBar .widget_text .widget_text-container > span {
  margin-bottom: 0.625rem;
  display: block;
  font-family: "apex_sansbold", sans-serif;
  font-weight: normal;
  font-size: 1.625rem;
  text-transform: uppercase; }
  @media only screen and (min-width: 60.0625em) {
    .sideBar .widget_sub_categories > span, .sideBar .widget_recent_entries > span, .sideBar .widget_archive > span, .sideBar .widget_text .widget_text-container > span {
      margin-bottom: 0.9375rem; } }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.backToTop {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: block;
  overflow: hidden;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #ef5c55;
  cursor: pointer;
  text-indent: 200%; }
  .backToTop:after {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    display: block;
    color: #fff;
    margin-top: -0.5rem;
    line-height: 1rem;
    font-size: 1rem;
    text-indent: 0;
    content: "\25B4"; }
  html.csstransforms .backToTop:after {
    content: "";
    width: 1rem;
    height: 1rem;
    border-style: solid;
    border-width: 0.1875rem 0.1875rem 0 0;
    border-color: #fff;
    margin-top: -8px;
    top: auto;
    bottom: 50%;
    margin-bottom: -0.75rem;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    right: -2rem; }
  html.csstransforms .backToTop:after {
    top: 0.625rem;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  .pageFooter-topBar .backToTop {
    position: absolute;
    bottom: 100%;
    left: 50%;
    display: none;
    margin-bottom: -2.1875rem;
    margin-left: -2.1875rem; }
    @media only screen and (min-width: 46.9375em) {
      .pageFooter-topBar .backToTop {
        display: block; } }

.pageFooter .pageFooter-topBar {
  position: relative; }

.pageFooter .pageFooter-logo {
  width: 170px;
  height: 47px;
  background-position: 0px -160px; }

.pageFooter .pageFooter-bottomBar {
  background-color: #374249; }
  .pageFooter .pageFooter-bottomBar .pageFooter-bottomBar-menu {
    font-family: "apex_sansbold", sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase; }
    .pageFooter .pageFooter-bottomBar .pageFooter-bottomBar-menu,
    .pageFooter .pageFooter-bottomBar .pageFooter-bottomBar-menu > li {
      margin-left: 0;
      list-style: none; }
    @media only screen and (min-width: 46.9375em) {
      .pageFooter .pageFooter-bottomBar .pageFooter-bottomBar-menu {
        text-align: right; } }
    .pageFooter .pageFooter-bottomBar .pageFooter-bottomBar-menu li {
      margin-right: 0.625rem;
      display: inline-block; }
      @media only screen and (min-width: 60.0625em) {
        .pageFooter .pageFooter-bottomBar .pageFooter-bottomBar-menu li {
          margin-right: 0.9375rem; } }
      .pageFooter .pageFooter-bottomBar .pageFooter-bottomBar-menu li:last-child {
        margin-right: 0; }
    .pageFooter .pageFooter-bottomBar .pageFooter-bottomBar-menu a {
      color: #FFFFFF; }
      .pageFooter .pageFooter-bottomBar .pageFooter-bottomBar-menu a:hover {
        text-decoration: underline; }

.pageFooter .pageFooter-bottomBar-copyright {
  font-size: 0.875rem;
  color: #9ba0a4; }

.pageFooter-menu a {
  font-family: "apex_sansbold", sans-serif;
  font-weight: normal;
  color: #6c6f7d; }

.pageFooter-menu ul,
.pageFooter-menu ul > li {
  margin-left: 0;
  list-style: none; }

.pageFooter-menu li {
  display: block;
  line-height: 2.125rem; }
  .pageFooter-menu li > a {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    color: #374249; }
    .pageFooter-menu li > a:hover {
      text-decoration: underline; }

.pageFooter-menu strong a {
  color: #374249;
  text-transform: uppercase; }

@media only screen and (min-width: 46.9375em) {
  .pageHeader.pageHeader--sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    background-color: #FFFFFF; } }

@media only screen and (min-width: 46.9375em) {
  .pageHeader.pageHeader--sticky .pageHeader-top {
    display: none; } }

.pageHeader.pageHeader--sticky .pageHeader-navigation {
  border-bottom: 1px solid #f4f5f8; }
  .pageHeader.pageHeader--sticky .pageHeader-navigation .only-show-on-fixed {
    display: block; }
  .pageHeader.pageHeader--sticky .pageHeader-navigation .fullwidth-if-no-fixed {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 75%;
    float: left; }

.pageHeader .pageHeader-top {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  position: relative; }
  @media only screen and (min-width: 60.0625em) {
    .pageHeader .pageHeader-top {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }

.pageHeader .pageHeader-menu {
  position: relative; }
  .pageHeader .pageHeader-menu:before, .pageHeader .pageHeader-menu:after {
    content: " ";
    display: table; }
  .pageHeader .pageHeader-menu:after {
    clear: both; }

.pageHeader .pageHeader-logo {
  display: block;
  float: left;
  width: 170px;
  height: 47px;
  background-position: 0px -160px; }
  @media only screen and (min-width: 46.9375em) {
    .pageHeader .pageHeader-logo {
      width: 219px;
      height: 60px;
      background-position: 0px 0px; } }
  .pageHeader .pageHeader-logo.pageHeader-logo--white {
    margin: 6px 0;
    width: 170px;
    height: 47px;
    background-position: 0px -111px; }

@media only screen and (min-width: 46.9375em) {
  .pageHeader .pageHeader-topMenu {
    position: relative;
    height: 3.75rem; } }

.pageHeader .pageHeader-topMenu-menu {
  display: none;
  float: right;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto; }
  .pageHeader .pageHeader-topMenu-menu,
  .pageHeader .pageHeader-topMenu-menu > li {
    margin-left: 0;
    list-style: none; }
  @media only screen and (min-width: 46.9375em) {
    .pageHeader .pageHeader-topMenu-menu {
      position: absolute;
      top: 50%;
      right: 3.125rem;
      display: block;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); } }
  .pageHeader .pageHeader-topMenu-menu li {
    display: inline-block; }
    .pageHeader .pageHeader-topMenu-menu li.is-active a:hover {
      text-decoration: none; }
  .pageHeader .pageHeader-topMenu-menu a {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-family: "apex_sansbold", sans-serif;
    font-weight: normal;
    font-size: 0.6875rem;
    color: #6c6f7d;
    text-transform: uppercase; }
    .pageHeader .pageHeader-topMenu-menu a:hover {
      text-decoration: underline; }

.pageHeader .searchFormIcon {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -0.625rem;
  width: 20px;
  height: 20px;
  background-position: 0px -209px; }
  .pageHeader .searchFormIcon.searchFormIcon--active {
    width: 20px;
    height: 20px;
    background-position: -22px -209px; }
  .pageHeader .searchFormIcon.searchFormIcon--white {
    position: static;
    top: 0;
    margin: 20px 0;
    text-align: right;
    width: 20px;
    height: 20px;
    background-position: -221px -167px; }

.pageHeader .pageHeaderOverlay {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
  pointer-events: none;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6); }
  @media only screen and (min-width: 46.9375em) {
    .pageHeader .pageHeaderOverlay.pageHeaderOverlay--active {
      visibility: visible;
      opacity: 1;
      pointer-events: initial; } }

.pageHeader .pageHeader-navigation {
  display: none;
  background-color: #374249; }
  @media only screen and (min-width: 46.9375em) {
    .pageHeader .pageHeader-navigation {
      position: relative;
      display: block; } }
  .pageHeader .pageHeader-navigation .pageHeader-navigation-list {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    table-layout: fixed; }
    .pageHeader .pageHeader-navigation .pageHeader-navigation-list,
    .pageHeader .pageHeader-navigation .pageHeader-navigation-list > li {
      margin-left: 0;
      list-style: none; }
    .pageHeader .pageHeader-navigation .pageHeader-navigation-list > .menu-item {
      display: table-cell;
      text-align: justify; }
      .pageHeader .pageHeader-navigation .pageHeader-navigation-list > .menu-item.menu-item-has-children:hover > .sub-menu {
        visibility: visible;
        opacity: 1;
        pointer-events: initial; }
      .pageHeader .pageHeader-navigation .pageHeader-navigation-list > .menu-item:hover > a,
      .pageHeader .pageHeader-navigation .pageHeader-navigation-list > .menu-item.current-menu-item > a {
        background-color: #2b99a8; }
      .pageHeader .pageHeader-navigation .pageHeader-navigation-list > .menu-item > .sub-menu {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 2;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        -webkit-transition-delay: 500ms;
        transition-delay: 500ms;
        background-color: #FFFFFF; }
        .pageHeader .pageHeader-navigation .pageHeader-navigation-list > .menu-item > .sub-menu:before, .pageHeader .pageHeader-navigation .pageHeader-navigation-list > .menu-item > .sub-menu:after {
          content: " ";
          display: table; }
        .pageHeader .pageHeader-navigation .pageHeader-navigation-list > .menu-item > .sub-menu:after {
          clear: both; }
        .pageHeader .pageHeader-navigation .pageHeader-navigation-list > .menu-item > .sub-menu,
        .pageHeader .pageHeader-navigation .pageHeader-navigation-list > .menu-item > .sub-menu > li {
          margin-left: 0;
          list-style: none; }
        .pageHeader .pageHeader-navigation .pageHeader-navigation-list > .menu-item > .sub-menu > li {
          float: left;
          width: 25%; }
        .pageHeader .pageHeader-navigation .pageHeader-navigation-list > .menu-item > .sub-menu .sub-menu,
        .pageHeader .pageHeader-navigation .pageHeader-navigation-list > .menu-item > .sub-menu .sub-menu > li {
          margin-left: 0;
          list-style: none; }
        .pageHeader .pageHeader-navigation .pageHeader-navigation-list > .menu-item > .sub-menu .menu-item a {
          line-height: 1.625rem;
          font-family: "Arial", "raleway", sans-serif;
          font-weight: normal;
          font-size: 0.8125rem;
          color: #6c6f7d;
          text-transform: none;
          text-align: left; }
          .pageHeader .pageHeader-navigation .pageHeader-navigation-list > .menu-item > .sub-menu .menu-item a:hover {
            text-decoration: underline; }
        .pageHeader .pageHeader-navigation .pageHeader-navigation-list > .menu-item > .sub-menu .menu-item strong {
          line-height: 1rem;
          font-family: "apex_sansbold", sans-serif;
          font-size: 1rem;
          color: #222222;
          text-transform: uppercase; }
    .pageHeader .pageHeader-navigation .pageHeader-navigation-list a {
      display: block;
      line-height: 3;
      font-family: "apex_sansbold", sans-serif;
      font-weight: normal;
      font-size: 1.25rem;
      color: #fff;
      text-transform: uppercase;
      text-align: center; }
  .pageHeader .pageHeader-navigation .only-show-on-fixed {
    display: none; }
  .pageHeader .pageHeader-navigation .fullwidth-if-no-fixed {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left; }

.pageHeader .pageHeader-cta {
  padding: 1.25rem;
  margin-right: -1.25rem;
  margin-bottom: -1.25rem;
  margin-left: -1.25rem;
  clear: both;
  background-color: #f8f8f8;
  -webkit-transform: translateY(1.25rem);
  transform: translateY(1.25rem); }
  @media only screen and (min-width: 60.0625em) {
    .pageHeader .pageHeader-cta {
      padding: 1.875rem; } }
  @media only screen and (min-width: 60.0625em) {
    .pageHeader .pageHeader-cta {
      margin-right: -1.875rem;
      margin-bottom: -1.875rem;
      margin-left: -1.875rem; } }
  .pageHeader .pageHeader-cta .pageHeaderCta-heading {
    font-size: 2.25rem;
    color: #374249;
    text-transform: uppercase; }
  .pageHeader .pageHeader-cta .pageHeaderCta-content {
    font-family: "apex_sansbold", sans-serif;
    font-weight: normal;
    font-size: 1.125rem; }
  .pageHeader .pageHeader-cta .pageHeaderCta-button {
    text-align: right; }
    .pageHeader .pageHeader-cta .pageHeaderCta-button .button {
      display: inline-block;
      line-height: 1.875rem !important;
      margin-bottom: 0;
      font-weight: normal;
      font-size: 0.75rem !important; }

.pageHeader-mobileIcon {
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  position: absolute;
  display: block;
  overflow: hidden;
  float: right;
  width: 4.375rem;
  text-align: center; }
  @media only screen and (min-width: 60.0625em) {
    .pageHeader-mobileIcon {
      top: -0.9375rem;
      right: -0.9375rem;
      bottom: -0.9375rem; } }
  @media only screen and (min-width: 46.9375em) {
    .pageHeader-mobileIcon {
      display: none; } }
  .pageHeader-mobileIcon .pageHeader-mobileIcon-lines {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    float: left;
    width: 1.5625rem;
    height: 0.1875rem;
    border-radius: 3px;
    margin: auto;
    background-color: #6c6f7d;
    white-space: nowrap;
    text-indent: 200%; }
    .pageHeader-mobileIcon .pageHeader-mobileIcon-lines:before, .pageHeader-mobileIcon .pageHeader-mobileIcon-lines:after {
      content: "";
      position: absolute;
      left: 0;
      display: block;
      width: 1.5625rem;
      height: 0.1875rem;
      border-radius: 3px;
      background-color: #6c6f7d;
      -webkit-transform-origin: center center;
      transform-origin: center center;
      -webkit-transition: top 0.3s ease, -webkit-transform 0.2s 0.2s ease;
      transition: top 0.3s ease, transform 0.2s 0.2s ease; }
    .pageHeader-mobileIcon .pageHeader-mobileIcon-lines:before {
      top: -8px; }
    .pageHeader-mobileIcon .pageHeader-mobileIcon-lines:after {
      top: 8px; }
  .pageHeader-mobileIcon.is-active {
    background-color: #374249; }
    .pageHeader-mobileIcon.is-active .pageHeader-mobileIcon-lines {
      background-color: transparent !important; }
      .pageHeader-mobileIcon.is-active .pageHeader-mobileIcon-lines:before, .pageHeader-mobileIcon.is-active .pageHeader-mobileIcon-lines:after {
        width: 1.375rem;
        height: 0.3125rem;
        background-color: #fff;
        -webkit-transition: top 0.3s ease, -webkit-transform 0.2s 0.2s ease;
        transition: top 0.3s ease, transform 0.2s 0.2s ease; }
      .pageHeader-mobileIcon.is-active .pageHeader-mobileIcon-lines:before {
        top: 0;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg); }
      .pageHeader-mobileIcon.is-active .pageHeader-mobileIcon-lines:after {
        top: 0;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg); }

.pageHeader-mobileMenu {
  padding: 1.25rem;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1;
  display: none;
  background-color: #374249; }
  @media only screen and (min-width: 60.0625em) {
    .pageHeader-mobileMenu {
      padding: 1.875rem; } }
  .pageHeader-mobileMenu.is-active {
    display: block; }
    @media only screen and (min-width: 46.9375em) {
      .pageHeader-mobileMenu.is-active {
        display: none; } }
  .pageHeader-mobileMenu .mobile-navigation-list {
    padding-bottom: 1.25rem;
    overflow: hidden;
    border-bottom: 1px solid #6c6f7d; }
    .pageHeader-mobileMenu .mobile-navigation-list,
    .pageHeader-mobileMenu .mobile-navigation-list > li {
      margin-left: 0;
      list-style: none; }
    @media only screen and (min-width: 60.0625em) {
      .pageHeader-mobileMenu .mobile-navigation-list {
        padding-bottom: 1.875rem; } }
    .pageHeader-mobileMenu .mobile-navigation-list > .menu-item {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
      display: block;
      float: left;
      width: 100%; }
      @media only screen and (min-width: 60.0625em) {
        .pageHeader-mobileMenu .mobile-navigation-list > .menu-item {
          padding-top: 0.9375rem;
          padding-bottom: 0.9375rem; } }
      .pageHeader-mobileMenu .mobile-navigation-list > .menu-item a {
        font-family: "apex_sansbold", sans-serif;
        font-weight: normal;
        font-size: 1.125rem;
        color: #fff;
        text-transform: uppercase; }
        .pageHeader-mobileMenu .mobile-navigation-list > .menu-item a:hover {
          text-decoration: underline; }
      .pageHeader-mobileMenu .mobile-navigation-list > .menu-item > .sub-menu > li {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem; }
      .pageHeader-mobileMenu .mobile-navigation-list > .menu-item > .sub-menu .sub-menu a {
        font-weight: normal;
        font-size: 0.8125rem;
        text-transform: none; }
  .pageHeader-mobileMenu .mobile-topMenu {
    width: auto; }
    .pageHeader-mobileMenu .mobile-topMenu,
    .pageHeader-mobileMenu .mobile-topMenu > li {
      margin-left: 0;
      list-style: none; }
    .pageHeader-mobileMenu .mobile-topMenu .menu-item {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
      display: block; }
      @media only screen and (min-width: 60.0625em) {
        .pageHeader-mobileMenu .mobile-topMenu .menu-item {
          padding-top: 0.9375rem;
          padding-bottom: 0.9375rem; } }
      .pageHeader-mobileMenu .mobile-topMenu .menu-item > a {
        font-family: "apex_sansbold", sans-serif;
        font-weight: normal;
        font-size: 0.75rem;
        color: #fff;
        text-transform: uppercase; }
        .pageHeader-mobileMenu .mobile-topMenu .menu-item > a:hover {
          text-decoration: underline; }
      .pageHeader-mobileMenu .mobile-topMenu .menu-item.is-active > a:hover {
        text-decoration: none; }

.searchForm {
  display: block;
  overflow: hidden;
  float: right;
  width: 0;
  max-width: 0;
  padding-right: 3.125rem;
  -webkit-transition: width 0.5s ease, max-width 0.5s ease;
  transition: width 0.5s ease, max-width 0.5s ease; }
  .pageHeader-mobileMenu .searchForm {
    margin-bottom: 1.25rem;
    float: none;
    width: 100%;
    max-width: none;
    padding: 0; }
    @media only screen and (min-width: 60.0625em) {
      .pageHeader-mobileMenu .searchForm {
        margin-bottom: 1.875rem; } }
  .searchForm.searchForm--active {
    width: 100%;
    max-width: 35.625rem; }
  .searchForm .searchForm-container {
    position: relative; }
  .searchForm .searchForm-input {
    height: 3.75rem;
    border: 0;
    margin-bottom: 0;
    background-color: #fff;
    box-shadow: 0 0 0 transparent;
    font-size: 1.875rem; }
  .searchForm .searchForm-button {
    margin-right: 0.625rem;
    position: absolute;
    top: 50%;
    right: 0;
    overflow: hidden;
    padding: 0;
    margin-top: -0.625rem;
    margin-bottom: 0;
    background-color: transparent;
    text-indent: 200%;
    width: 20px;
    height: 20px;
    background-position: 0px -209px; }
    @media only screen and (min-width: 60.0625em) {
      .searchForm .searchForm-button {
        margin-right: 0.9375rem; } }

.socialMediaBar {
  background-color: #f4f5f8; }
  .socialMediaBar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .socialMediaBar li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding-bottom: 0;
    border-right: 1px solid #a8acb9; }
    @media screen and (min-width: 73.125rem) {
      .socialMediaBar li:first-child {
        border-left: 1px solid #a8acb9; } }
    .socialMediaBar li:last-child {
      border-right: 0; }
      @media screen and (min-width: 73.125rem) {
        .socialMediaBar li:last-child {
          border-right: 1px solid #a8acb9; } }
  .socialMediaBar .socialMediaBar-icon {
    position: relative;
    display: block;
    min-height: 5rem;
    text-align: center; }
    .socialMediaBar .socialMediaBar-icon:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: inline-block;
      margin: auto; }
    .socialMediaBar .socialMediaBar-icon.socialMediaBar-icon--none {
      cursor: default;
      pointer-events: none; }
    @media only screen and (min-width: 46.9375em) {
      .socialMediaBar .socialMediaBar-icon {
        min-height: 10rem; } }

figure.code {
  margin: 0; }
  figure.code table {
    width: 100%; }

.blogDetail code {
  line-height: 1.5em; }

.backgroundContainer {
  position: relative;
  background-size: cover;
  background-position: right;
  background-repeat: none; }
  .backgroundContainer .backgroundContainer-spacer {
    background-image: url("../Images/elipse-white.png");
    position: absolute;
    right: 100%;
    overflow: hidden;
    width: 100%;
    padding-top: 27%;
    background-position: 100% 0;
    background-repeat: repeat; }
  .backgroundContainer .backgroundContainer-title {
    line-height: 1.2;
    font-family: "apex_sansbold", sans-serif;
    font-weight: normal;
    font-size: 2.875rem;
    color: #fff;
    text-transform: uppercase; }
  .backgroundContainer .backgroundContainer-tekst {
    color: #fff; }
    .backgroundContainer .backgroundContainer-tekst > p {
      font-size: 1.125rem; }

.blogPost {
  margin-left: -0.625rem;
  display: block;
  float: left; }
  .blogPost,
  .blogPost > li {
    margin-left: 0;
    list-style: none; }
  @media only screen and (min-width: 60.0625em) {
    .blogPost {
      margin-left: -0.9375rem; } }
  .blogPost.blogPost--blogDetail {
    margin-left: 0; }
  .blogPost.blogPost--overview {
    width: 100%;
    margin-left: 0; }
    .blogPost.blogPost--overview .blogPost-item-headingLink:hover,
    .blogPost.blogPost--overview .read-more:hover {
      text-decoration: underline; }
    @media only screen and (min-width: 46.9375em) {
      .blogPost.blogPost--overview .mg-heading {
        line-height: 2.6875rem;
        margin-bottom: 1.25rem;
        font-size: 2.25rem; } }
    .blogPost.blogPost--overview .blogPost-item {
      padding: 1.25rem;
      border: 0;
      background-color: #FFFFFF; }
      @media only screen and (min-width: 60.0625em) {
        .blogPost.blogPost--overview .blogPost-item {
          padding: 1.875rem; } }
      .blogPost.blogPost--overview .blogPost-item:last-child {
        margin-bottom: 0; }
    .blogPost.blogPost--overview .blogPost-item-content p {
      font-size: 1rem; }
  .blogPost .blogPost-item {
    padding-right: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0.625rem;
    width: 100%;
    border-bottom: 1px solid #ebebeb; }
    .blogPost .blogPost-item:before, .blogPost .blogPost-item:after {
      content: " ";
      display: table; }
    .blogPost .blogPost-item:after {
      clear: both; }
    @media only screen and (min-width: 60.0625em) {
      .blogPost .blogPost-item {
        padding-right: 0.9375rem;
        padding-bottom: 0.9375rem;
        padding-left: 0.9375rem; } }
    .blogPost .blogPost-item.blogPost-item--half {
      padding: 0.625rem;
      float: left;
      width: 50%;
      border-bottom: 0; }
      @media only screen and (min-width: 60.0625em) {
        .blogPost .blogPost-item.blogPost-item--half {
          padding: 0.9375rem; } }
      .blogPost .blogPost-item.blogPost-item--half .mg-heading {
        font-size: 1.125rem; }
  .blogPost .blogPost-item-content p {
    font-size: 0.875rem; }
  .blogPost .blogPost-item-date {
    font-family: "apex_sansbold", sans-serif;
    font-weight: normal;
    font-size: 0.75rem;
    color: #a8acb9;
    text-transform: uppercase; }
  .blogPost .mg-heading--blog a:hover {
    text-decoration: underline; }
  .blogPost .mg-heading {
    font-size: 1.5rem;
    color: #53abb7;
    text-transform: none; }
    .blogPost .mg-heading a {
      color: inherit; }
  .blogPost .blogPost-item-image-imageWrap {
    margin-right: 0.625rem;
    display: block;
    overflow: hidden;
    float: left;
    border-radius: 50%; }
    @media only screen and (min-width: 60.0625em) {
      .blogPost .blogPost-item-image-imageWrap {
        margin-right: 0.9375rem; } }
  .blogPost .blogPost-item-image-writer {
    display: block;
    float: left;
    line-height: 4.16;
    font-family: "apex_sansbold", sans-serif;
    font-weight: normal;
    font-size: 0.75rem;
    color: #222328;
    text-transform: uppercase; }

.blogDetail {
  border-bottom: 1px solid #ebebeb; }
  .blogDetail:before, .blogDetail:after {
    content: " ";
    display: table; }
  .blogDetail:after {
    clear: both; }
  .blogDetail .blogDetail-date {
    font-size: 0.75rem;
    color: #a8acb9;
    text-transform: uppercase; }
  .blogDetail .blogDetail-heading {
    line-height: 2.6875rem;
    font-size: 2.25rem;
    color: #374249; }

.breadCrumbs {
  display: inline-block;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  background-color: #FFFFFF; }
  .breadCrumbs,
  .breadCrumbs > li {
    margin-left: 0;
    list-style: none; }
  .breadCrumbs li {
    position: relative;
    display: inline-block;
    padding: 1.25rem;
    font-family: "apex_sansbold", sans-serif;
    font-size: 0.8125rem;
    text-transform: uppercase; }
    .breadCrumbs li:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 0.0625rem;
      height: 1.625rem;
      background-color: #d2d4da;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .breadCrumbs li:first-child {
      padding-left: 0; }
    .breadCrumbs li:last-child {
      padding-right: 0;
      color: #53abb7; }
      .breadCrumbs li:last-child:after {
        display: none; }
      .breadCrumbs li:last-child a {
        color: #53abb7;
        cursor: default; }
    .breadCrumbs li a {
      color: #374249; }
    .breadCrumbs li .post-categories {
      margin-left: 0; }
      .breadCrumbs li .post-categories li {
        padding-top: 0;
        padding-bottom: 0; }

.textwidget.cephdays {
  color: #FFFFFF; }
  .textwidget.cephdays h3, .textwidget.cephdays h4 {
    color: #FFFFFF; }

.cephdays h1, .cephdays h2, .cephdays h3, .cephdays h4, .cephdays h5, .cephdays h6 {
  text-transform: uppercase; }

.cephdays--archive .row .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .cephdays--archive .row .wrap .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.875rem; }
    .cephdays--archive .row .wrap .columns .sideBar {
      background: #374249;
      width: 100%;
      position: relative;
      padding-bottom: 1.875rem; }
      .cephdays--archive .row .wrap .columns .sideBar .button {
        position: absolute;
        bottom: 1.25rem;
        left: 1.25rem;
        right: 1.25rem; }
      .cephdays--archive .row .wrap .columns .sideBar p {
        font-size: 1rem; }
      .cephdays--archive .row .wrap .columns .sideBar h4 {
        font-size: 1.125rem; }

.cephdays--sponsors {
  background: #374249;
  padding: 1.875rem 1.875rem 0;
  margin-bottom: 1.25rem; }
  .cephdays--sponsors .row .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .cephdays--sponsors .row .wrap .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 1.875rem; }
      .cephdays--sponsors .row .wrap .columns .image {
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #fff;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        /* align horizontal */ }

.cephdays--timetable {
  background: transparent;
  border: 0; }
  .cephdays--timetable th {
    white-space: nowrap;
    position: relative;
    background: transparent;
    width: 1px;
    text-align: center;
    font-weight: normal; }
    .cephdays--timetable th:after {
      content: ' ';
      bottom: 0;
      left: 0;
      right: 0;
      background: #bcbec6;
      height: 1px;
      position: absolute; }
  .cephdays--timetable tr {
    background: transparent !important; }
    .cephdays--timetable tr.free td {
      background: #e0e1e4; }
    .cephdays--timetable tr.even td {
      background: #f38984; }
    .cephdays--timetable tr.odd td {
      background: #9bced5; }
  .cephdays--timetable td {
    text-align: center; }

.cephFeed .row {
  display: block; }
  @media only screen and (min-width: 60.0625em) {
    html.flexbox .cephFeed .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    html.flexbox .cephFeed .row .columns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .cephFeed .row > .columns:first-child {
    background-color: #374249; }
    .cephFeed .row > .columns:first-child:before {
      content: "";
      position: absolute;
      top: 0;
      right: 100%;
      bottom: 0;
      width: 100%;
      background-color: #374249; }
    .cephFeed .row > .columns:first-child .mg-heading {
      color: #fff; }
  @media only screen and (min-width: 60.0625em) {
    .cephFeed .row > .columns:last-child .cephFeed-inner {
      padding-left: 1.875rem; } }

.cephFeed .cephFeed-inner {
  overflow: hidden; }

.cephFeed .cephFeed-title {
  min-height: 3.125rem; }
  .cephFeed .cephFeed-title:before, .cephFeed .cephFeed-title:after {
    content: " ";
    display: table; }
  .cephFeed .cephFeed-title:after {
    clear: both; }
  .cephFeed .cephFeed-title .mg-heading {
    padding-right: 1.25rem;
    display: block;
    float: left;
    margin-bottom: 0; }
    @media only screen and (min-width: 60.0625em) {
      .cephFeed .cephFeed-title .mg-heading {
        padding-right: 1.875rem; } }
  .cephFeed .cephFeed-title .cephFeed-buttons {
    position: relative;
    display: block;
    float: left;
    min-height: 3.125rem; }
    @media only screen and (min-width: 31.3125em) {
      .cephFeed .cephFeed-title .cephFeed-buttons {
        float: right; } }
    .cephFeed .cephFeed-title .cephFeed-buttons .button {
      margin-top: 1.5625rem;
      margin-bottom: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

.cephFeed-list {
  display: block;
  margin-bottom: 0;
  margin-left: 0; }
  .cephFeed-list,
  .cephFeed-list > li {
    margin-left: 0;
    list-style: none; }
  .cephFeed-list li {
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
    display: block;
    border-bottom: 1px solid #a8acb9; }
    @media only screen and (min-width: 60.0625em) {
      .cephFeed-list li {
        padding-bottom: 0.9375rem;
        margin-bottom: 0.9375rem; } }
    .cephFeed-list li:last-child {
      border-bottom: 0; }
    .cephFeed-list li:before {
      margin-right: 0.625rem;
      content: "";
      display: block;
      float: left;
      width: 25px;
      height: 25px;
      background-position: -221px -140px; }
      @media only screen and (min-width: 60.0625em) {
        .cephFeed-list li:before {
          margin-right: 0.9375rem; } }
  .cephFeed-list .cephFeed-list-item-contentWrap {
    overflow: hidden; }
  .cephFeed-list .cephFeed-list-item-date {
    display: block;
    line-height: 1;
    font-family: "apex_sansbold", sans-serif;
    font-weight: normal;
    font-size: 0.75rem;
    color: #a8acb9;
    text-transform: uppercase; }
  .cephFeed-list .mg-heading--feed {
    font-size: 1.5rem;
    text-transform: none; }
    .cephFeed-list .mg-heading--feed > a {
      color: #fff; }

.contentBlock .contentBlock-title {
  font-size: 2.25rem;
  color: #222328;
  text-transform: uppercase; }

.contentBlock--light {
  color: #FFFFFF; }
  .contentBlock--light .contentBlock-title {
    color: inherit; }

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

@media only screen and (min-width: 46.9375em) {
  html.flexbox .coloredContainer.coloredContainer--flex .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    html.flexbox .coloredContainer.coloredContainer--flex .row > .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 0;
      flex: 1 0; } }

.coloredContainer.coloredContainer--noPadding {
  padding-top: 0;
  padding-bottom: 0; }

.coloredContainer.coloredContainer--small {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
  @media only screen and (min-width: 60.0625em) {
    .coloredContainer.coloredContainer--small {
      padding-top: 1.875rem;
      padding-bottom: 1.875rem; } }

.coloredContainer.coloredContainer--grey {
  background-color: #f4f5f8; }

.coloredContainer.coloredContainer--darkgrey {
  background-color: #374249; }

.defaultSlider-slider-slide:not(.slick-slide) {
  display: none; }
  .defaultSlider-slider-slide:not(.slick-slide):first-child {
    display: block; }

.defaultSlider.defaultSlider--low {
  position: relative;
  max-height: 20rem; }
  .defaultSlider.defaultSlider--low .defaultSlider-slider-overlayBg {
    max-height: 20rem;
    padding-top: 32%; }
    @media only screen and (min-width: 31.3125em) {
      .defaultSlider.defaultSlider--low .defaultSlider-slider-overlayBg {
        padding-top: 23%; } }
    @media only screen and (min-width: 46.9375em) {
      .defaultSlider.defaultSlider--low .defaultSlider-slider-overlayBg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 50%;
        padding-top: 0; } }
  .defaultSlider.defaultSlider--low .defaultSlider-slider-box {
    padding-top: 3.125rem; }
    @media only screen and (min-width: 46.9375em) {
      .defaultSlider.defaultSlider--low .defaultSlider-slider-box {
        float: right; } }
  .defaultSlider.defaultSlider--low .defaultSlider-slider-box-spacer {
    padding-top: 30%; }

.defaultSlider .defaultSlider-slider-overlayBg {
  float: left;
  width: 100%;
  padding-top: 52%;
  background-size: cover;
  background-position: center center; }
  @media only screen and (min-width: 46.9375em) {
    .defaultSlider .defaultSlider-slider-overlayBg {
      width: 50%;
      padding-top: 50%; } }
  @media only screen and (min-width: 60.0625em) {
    .defaultSlider .defaultSlider-slider-overlayBg {
      max-height: 35.3125rem;
      padding-top: 40%; } }
  @media (min-width: 77.5em) {
    .defaultSlider .defaultSlider-slider-overlayBg {
      height: 30.3125rem;
      padding-top: 0; } }

.defaultSlider .defaultSlider-slider-box {
  padding: 1.25rem;
  float: left;
  width: 100%; }
  @media only screen and (min-width: 60.0625em) {
    .defaultSlider .defaultSlider-slider-box {
      padding: 1.875rem; } }
  @media only screen and (min-width: 46.9375em) {
    .defaultSlider .defaultSlider-slider-box {
      width: 50%;
      padding: 5rem 1.25rem 1.875rem 3.125rem; } }

.defaultSlider .defaultSlider-slider-box-content {
  padding-right: 1.25rem;
  float: left;
  width: 100%;
  max-width: 37.5rem; }
  @media only screen and (min-width: 60.0625em) {
    .defaultSlider .defaultSlider-slider-box-content {
      padding-right: 1.875rem; } }

.defaultSlider .defaultSlider-slider-heading {
  margin-bottom: 1.25rem;
  line-height: 1;
  font-family: "apex_sansbold", sans-serif;
  font-weight: normal;
  font-size: 1.5625rem;
  color: #374249;
  text-transform: uppercase; }
  @media only screen and (min-width: 60.0625em) {
    .defaultSlider .defaultSlider-slider-heading {
      margin-bottom: 1.875rem; } }
  @media only screen and (min-width: 46.9375em) {
    .defaultSlider .defaultSlider-slider-heading {
      font-size: 2.5rem; } }
  @media screen and (min-width: 73.125rem) {
    .defaultSlider .defaultSlider-slider-heading {
      font-size: 4.375rem; } }

.defaultSlider .defaultSlider-slider-box-spacer {
  background-image: url("../Images/elipse.png");
  display: none;
  overflow: hidden;
  background-repeat: repeat; }
  @media only screen and (min-width: 46.9375em) {
    .defaultSlider .defaultSlider-slider-box-spacer {
      display: block;
      padding-top: 38%; } }

.defaultSlider .slick-dots {
  bottom: 0.625rem;
  display: block;
  list-style: none; }
  @media only screen and (min-width: 60.0625em) {
    .defaultSlider .slick-dots {
      bottom: 0.9375rem; } }
  @media only screen and (min-width: 46.9375em) {
    .defaultSlider .slick-dots {
      position: absolute;
      left: 50%;
      margin-left: 3.125rem; } }
  .defaultSlider .slick-dots li {
    display: inline-block;
    margin-right: 0.3125rem; }
    .defaultSlider .slick-dots li.slick-active button {
      background-color: #ef5c55; }
    .defaultSlider .slick-dots li > button {
      width: 5rem;
      height: 0.5rem;
      padding: 0;
      background-color: #ebebeb;
      font-size: 0; }

.getCephCareer {
  position: relative;
  background-color: #374249; }
  .getCephCareer:before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;
    background-color: #FFFFFF; }
  @media only screen and (min-width: 60.0625em) {
    html.flexbox .getCephCareer .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    html.flexbox .getCephCareer .row .columns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .getCephCareer .row > .columns:first-child {
    background-color: #FFFFFF; }
    @media only screen and (min-width: 60.0625em) {
      .getCephCareer .row > .columns:first-child .getCephCareer-inner {
        padding-left: 0; } }
  .getCephCareer .row > .columns:last-child {
    background-color: #374249; }
    .getCephCareer .row > .columns:last-child .mg-heading {
      color: #fff; }
  .getCephCareer .getCephCareer-inner {
    overflow: hidden; }
    @media only screen and (min-width: 60.0625em) {
      .getCephCareer .getCephCareer-inner {
        padding-left: 1.875rem; } }
  .getCephCareer .getCephCareer-list {
    border-top: 1px solid #ebebeb; }
    .getCephCareer .getCephCareer-list,
    .getCephCareer .getCephCareer-list > li {
      margin-left: 0;
      list-style: none; }
    .getCephCareer .getCephCareer-list li {
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      line-height: 3.75rem;
      border-bottom: 1px solid #ebebeb; }
      @media only screen and (min-width: 60.0625em) {
        .getCephCareer .getCephCareer-list li {
          padding-right: 0.9375rem;
          padding-left: 0.9375rem; } }
    .getCephCareer .getCephCareer-list .getCephCareer-list-title {
      position: relative;
      display: block;
      float: left;
      width: 100%; }
      @media only screen and (min-width: 60.0625em) {
        .getCephCareer .getCephCareer-list .getCephCareer-list-title {
          max-width: 10.625rem; } }
      .getCephCareer .getCephCareer-list .getCephCareer-list-title:after {
        right: 1.25rem;
        content: "-";
        position: absolute;
        top: 0.0625rem;
        display: none; }
        @media only screen and (min-width: 60.0625em) {
          .getCephCareer .getCephCareer-list .getCephCareer-list-title:after {
            right: 1.875rem; } }
        @media only screen and (min-width: 60.0625em) {
          .getCephCareer .getCephCareer-list .getCephCareer-list-title:after {
            display: block; } }
    .getCephCareer .getCephCareer-list .getCephCareer-list-link {
      overflow: hidden;
      color: #ef5c55; }
  .getCephCareer .getCephCareer-title {
    margin-bottom: 0.625rem;
    min-height: 3.125rem; }
    .getCephCareer .getCephCareer-title:before, .getCephCareer .getCephCareer-title:after {
      content: " ";
      display: table; }
    .getCephCareer .getCephCareer-title:after {
      clear: both; }
    @media only screen and (min-width: 60.0625em) {
      .getCephCareer .getCephCareer-title {
        margin-bottom: 0.9375rem; } }
    .getCephCareer .getCephCareer-title .mg-heading {
      padding-right: 1.25rem;
      display: block;
      float: left;
      margin-bottom: 0; }
      @media only screen and (min-width: 60.0625em) {
        .getCephCareer .getCephCareer-title .mg-heading {
          padding-right: 1.875rem; } }
    .getCephCareer .getCephCareer-title .getCephCareer-buttons {
      position: relative;
      display: block;
      float: left;
      min-height: 3.125rem; }
      @media only screen and (min-width: 31.3125em) {
        .getCephCareer .getCephCareer-title .getCephCareer-buttons {
          float: right; } }
      .getCephCareer .getCephCareer-title .getCephCareer-buttons .button {
        margin-top: 1.5625rem;
        margin-bottom: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
  .getCephCareer div.job_listings {
    overflow: hidden;
    margin-bottom: 0; }
    .getCephCareer div.job_listings .job_filters,
    .getCephCareer div.job_listings .load_more_jobs {
      display: none !important; }
    .getCephCareer div.job_listings ul.job_listings {
      margin-bottom: 1.25rem;
      float: left;
      width: 100%;
      border: 0; }
      .getCephCareer div.job_listings ul.job_listings,
      .getCephCareer div.job_listings ul.job_listings > li {
        margin-left: 0;
        list-style: none; }
      @media only screen and (min-width: 60.0625em) {
        .getCephCareer div.job_listings ul.job_listings {
          margin-bottom: 1.875rem; } }
    .getCephCareer div.job_listings .job_listing {
      position: relative;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      border-bottom: 1px solid #6b7378; }
      .getCephCareer div.job_listings .job_listing:after {
        position: absolute;
        top: 50%;
        left: 0;
        text-align: center;
        display: block;
        color: #fff;
        margin-top: -0.5rem;
        line-height: 1rem;
        font-size: 1rem;
        text-indent: 0;
        content: '\25B8'; }
      html.csstransforms .getCephCareer div.job_listings .job_listing:after {
        content: "";
        width: 0.5rem;
        height: 0.5rem;
        border-style: solid;
        border-width: 0.125rem 0.125rem 0 0;
        border-color: #fff;
        margin-top: -4px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 0; }
      .getCephCareer div.job_listings .job_listing:last-child {
        border-bottom: 0; }
      .getCephCareer div.job_listings .job_listing:after {
        top: 1.25rem; }
        @media only screen and (min-width: 60.0625em) {
          .getCephCareer div.job_listings .job_listing:after {
            top: 1.875rem; } }
        @media only screen and (min-width: 60.0625em) {
          .getCephCareer div.job_listings .job_listing:after {
            top: 1.625rem; } }
      .getCephCareer div.job_listings .job_listing img,
      .getCephCareer div.job_listings .job_listing .meta,
      .getCephCareer div.job_listings .job_listing .location {
        display: none; }
      .getCephCareer div.job_listings .job_listing > a {
        padding-top: 0.625rem;
        padding-right: 0.625rem;
        padding-bottom: 0.625rem;
        padding-left: 1.25rem;
        background: #374249 !important; }
        @media only screen and (min-width: 60.0625em) {
          .getCephCareer div.job_listings .job_listing > a {
            padding-top: 0.9375rem;
            padding-right: 0.9375rem;
            padding-bottom: 0.9375rem; } }
        .getCephCareer div.job_listings .job_listing > a:hover {
          background-color: transparent; }
    .getCephCareer div.job_listings .position {
      width: 100% !important;
      padding: 0 !important; }
      .getCephCareer div.job_listings .position h3 {
        font-family: "apex_sansbold", sans-serif;
        font-weight: normal;
        font-size: 1.5rem;
        color: #fff; }
      .getCephCareer div.job_listings .position .tagline {
        margin-left: 0 !important; }

.gform_wrapper input,
.gform_wrapper textarea {
  border: 0.0625rem solid rgba(55, 66, 73, 0.3);
  box-shadow: none; }
  .gform_wrapper input::-webkit-input-placeholder,
  .gform_wrapper textarea::-webkit-input-placeholder {
    color: #6c6f7d; }
  .gform_wrapper input::-moz-placeholder,
  .gform_wrapper textarea::-moz-placeholder {
    color: #6c6f7d; }
  .gform_wrapper input:-ms-input-placeholder,
  .gform_wrapper textarea:-ms-input-placeholder {
    color: #6c6f7d; }
  .gform_wrapper input::placeholder,
  .gform_wrapper textarea::placeholder {
    color: #6c6f7d; }

.gform_wrapper a {
  text-decoration: underline; }

.gform_wrapper .textarea {
  max-height: 6.875rem;
  resize: none; }

.gform_wrapper .validation_error {
  margin-bottom: 0.625rem;
  color: red; }
  @media only screen and (min-width: 60.0625em) {
    .gform_wrapper .validation_error {
      margin-bottom: 0.9375rem; } }

.gform_wrapper .validation_message {
  display: none; }

.gform_wrapper .gform_description {
  margin-bottom: 0.625rem;
  display: block;
  font-size: 1rem; }
  @media only screen and (min-width: 60.0625em) {
    .gform_wrapper .gform_description {
      margin-bottom: 0.9375rem; } }

.gform_wrapper .gfield_label {
  display: none; }

.gform_wrapper .gform_fields:before, .gform_wrapper .gform_fields:after {
  content: " ";
  display: table; }

.gform_wrapper .gform_fields:after {
  clear: both; }

.gform_wrapper .gform_fields,
.gform_wrapper .gform_fields > li {
  margin-left: 0;
  list-style: none; }

@media only screen and (min-width: 31.3125em) {
  .gform_wrapper .gfield.gfield--inline {
    display: inline-block;
    float: left; } }

.gform_wrapper .gfield.gfield--oneThird {
  padding-right: 0; }
  @media only screen and (min-width: 31.3125em) {
    .gform_wrapper .gfield.gfield--oneThird {
      width: 33.33%;
      padding-right: 1.25rem; } }

.gform_wrapper .gfield.gfield--last {
  padding-right: 0; }

.gform_wrapper .gfield_radio {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0; }
  .gform_wrapper .gfield_radio li {
    position: relative;
    display: inline-block;
    margin-bottom: 0.5rem; }
  .gform_wrapper .gfield_radio label {
    display: inline-block;
    min-width: 3.125rem;
    line-height: 20px;
    padding-left: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .gform_wrapper .gfield_radio input[type="radio"] {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
    margin-bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .gform_wrapper .gfield_radio input[type="radio"] + label:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #eee6e1;
      cursor: pointer; }
  .gform_wrapper .gfield_radio input[type="radio"]:focus + label:before {
    background-color: #eee6e1; }
  .gform_wrapper .gfield_radio input[type="radio"]:checked + label:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #222328; }

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error input[type="checkbox"] + label:before {
  border: 0.0625rem solid red; }

.gform_wrapper .gform_footer:before, .gform_wrapper .gform_footer:after {
  content: " ";
  display: table; }

.gform_wrapper .gform_footer:after {
  clear: both; }

.gform_wrapper .gform_button {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border: 0;
  font-size: 0.875rem; }

.gform_wrapper .customSelect {
  padding-top: 0;
  padding-bottom: 0; }

.gform_confirmation_message {
  font-size: 1rem; }

.iconBar {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
  @media only screen and (min-width: 60.0625em) {
    .iconBar {
      padding-top: 1.875rem;
      padding-bottom: 1.875rem; } }
  @media only screen and (min-width: 46.9375em) {
    .iconBar {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }
  @media only screen and (min-width: 60.0625em) {
    .iconBar {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }
  .iconBar .iconBar-title {
    float: left; }
    .iconBar .iconBar-title .mg-heading {
      line-height: 2.5;
      font-family: "apex_sansbold", sans-serif;
      font-weight: normal;
      font-size: 0.875rem;
      color: #878e92;
      text-transform: uppercase; }
  .iconBar .iconBar-buttons {
    overflow: hidden; }
    .iconBar .iconBar-buttons .iconBar-button {
      float: right; }
  .iconBar li {
    text-align: center; }
    @media only screen and (max-width: 31.25em) {
      .iconBar li {
        display: block;
        width: 100%; } }
    @media only screen and (min-width: 46.9375em) {
      .iconBar li {
        padding-bottom: 0; } }
  .iconBar .flex-box-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    .iconBar .flex-box-grid li {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
      @media only screen and (min-width: 46.9375em) {
        .iconBar .flex-box-grid li {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%; } }

.job_listings .job_filters {
  background: transparent; }

.job_listings .job_listings .type-job_listing a {
  padding-right: 0;
  padding-left: 0;
  background: #374249 !important; }
  .job_listings .job_listings .type-job_listing a:hover {
    background-color: transparent !important; }
    .job_listings .job_listings .type-job_listing a:hover h3 {
      text-decoration: underline; }

.job_listings .search_jobs {
  padding: 0;
  background: transparent; }
  .job_listings .search_jobs input[type="text"] {
    box-shadow: none; }

.job_listings .tagline {
  margin-left: 0 !important; }

.job_listings .company_logo {
  display: none; }

.job_listings .position {
  padding-left: 0 !important; }

.job_listings .job_types li {
  border-right: 0; }
  .job_listings .job_types li input[type="checkbox"] {
    margin-bottom: 0; }

.job_listings .job-type {
  color: #6c6f7d; }

.pagination {
  margin-bottom: 0.625rem; }
  @media only screen and (min-width: 60.0625em) {
    .pagination {
      margin-bottom: 0.9375rem; } }
  .pagination .pagination-list {
    display: inline-block; }
    .pagination .pagination-list:before, .pagination .pagination-list:after {
      content: " ";
      display: table; }
    .pagination .pagination-list:after {
      clear: both; }
  .pagination .page-numbers {
    display: block;
    float: left;
    min-width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    border-right: 1px solid rgba(210, 212, 218, 0.5);
    background-color: #FFFFFF;
    font-size: 0.875rem;
    color: #6c6f7d;
    text-align: center; }
    .pagination .page-numbers.current {
      background-color: #ef5c55;
      color: #FFFFFF; }
    .pagination .page-numbers:first-child {
      border-radius: 50% 0 0 50%; }
    .pagination .page-numbers:last-child {
      border-right: 0;
      border-radius: 0 50% 50% 0; }
    .pagination .page-numbers.prev, .pagination .page-numbers.next {
      font-size: 0; }
    .pagination .page-numbers.prev {
      position: relative;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      .pagination .page-numbers.prev:after {
        position: absolute;
        top: 50%;
        left: 0;
        text-align: center;
        display: block;
        color: #6c6f7d;
        margin-top: -0.5rem;
        line-height: 1rem;
        font-size: 1rem;
        text-indent: 0;
        content: "\25C2"; }
      html.csstransforms .pagination .page-numbers.prev:after {
        content: "";
        width: 0.5rem;
        height: 0.5rem;
        border-style: solid;
        border-width: 0.0625rem 0.0625rem 0 0;
        border-color: #6c6f7d;
        margin-top: -4px;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
        left: 0; }
      html.csstransforms .pagination .page-numbers.prev:after,
      html.no-csstransforms .pagination .page-numbers.prev:after {
        left: 50%;
        margin-left: -0.1875rem; }
    .pagination .page-numbers.next {
      position: relative;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      .pagination .page-numbers.next:after {
        position: absolute;
        top: 50%;
        left: 0;
        text-align: center;
        display: block;
        color: #6c6f7d;
        margin-top: -0.5rem;
        line-height: 1rem;
        font-size: 1rem;
        text-indent: 0;
        content: '\25B8'; }
      html.csstransforms .pagination .page-numbers.next:after {
        content: "";
        width: 0.5rem;
        height: 0.5rem;
        border-style: solid;
        border-width: 0.0625rem 0.0625rem 0 0;
        border-color: #6c6f7d;
        margin-top: -4px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 0; }
      html.csstransforms .pagination .page-numbers.next:after,
      html.no-csstransforms .pagination .page-numbers.next:after {
        left: 50%;
        margin-left: -0.4375rem; }

.sideBar .widget_sub_categories > span {
  color: #374249; }

.sideBar .widget_sub_categories ul,
.sideBar .widget_sub_categories ul > li {
  margin-left: 0;
  list-style: none; }

.sideBar .widget_sub_categories .cat-item {
  line-height: 2.375rem; }
  .sideBar .widget_sub_categories .cat-item a {
    color: #374249; }
    .sideBar .widget_sub_categories .cat-item a:hover {
      color: #53abb7; }

.sideBar .widget_recent_entries {
  background-color: #FFFFFF; }
  .sideBar .widget_recent_entries > span {
    color: #374249; }
  .sideBar .widget_recent_entries ul {
    margin-bottom: 0; }
    .sideBar .widget_recent_entries ul,
    .sideBar .widget_recent_entries ul > li {
      margin-left: 0;
      list-style: none; }
  .sideBar .widget_recent_entries li {
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
    position: relative;
    padding-top: 1.25rem;
    border-bottom: 1px solid #ebebeb; }
    @media only screen and (min-width: 60.0625em) {
      .sideBar .widget_recent_entries li {
        padding-bottom: 0.9375rem; } }
    @media only screen and (min-width: 60.0625em) {
      .sideBar .widget_recent_entries li {
        margin-bottom: 0.9375rem; } }
    .sideBar .widget_recent_entries li:last-child {
      padding-bottom: 0;
      border: 0;
      margin-bottom: 0; }
    .sideBar .widget_recent_entries li > a {
      line-height: 1.75rem;
      font-family: "apex_sansbold", sans-serif;
      font-weight: 700;
      font-size: 1.125rem;
      color: #53abb7; }
      .sideBar .widget_recent_entries li > a:hover {
        text-decoration: underline; }
  .sideBar .widget_recent_entries .post-date {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.75rem;
    color: #a8acb9;
    text-transform: uppercase; }

.sideBar .widget_archive {
  margin-bottom: 1.25rem;
  background-color: #d2d4da; }
  @media only screen and (min-width: 60.0625em) {
    .sideBar .widget_archive {
      margin-bottom: 1.875rem; } }
  .sideBar .widget_archive > span {
    color: #FFFFFF; }
  .sideBar .widget_archive .screen-reader-text {
    display: none; }

.sideBar .widget_text {
  margin-bottom: 1.25rem; }
  @media only screen and (min-width: 60.0625em) {
    .sideBar .widget_text {
      margin-bottom: 1.875rem; } }
  .sideBar .widget_text .widget_text-container {
    padding: 1.25rem;
    line-height: 2rem;
    background-color: #53abb7;
    color: #FFFFFF; }
    @media only screen and (min-width: 60.0625em) {
      .sideBar .widget_text .widget_text-container {
        padding: 1.875rem; } }
    .sideBar .widget_text .widget_text-container.widget_text-container--darkGrey {
      background-color: #374249; }
    .sideBar .widget_text .widget_text-container p {
      font-size: 1.5rem; }
    .sideBar .widget_text .widget_text-container .button {
      margin-bottom: 0; }
      @media only screen and (min-width: 46.9375em) {
        .sideBar .widget_text .widget_text-container .button {
          display: block; } }

.single_job_listing .application_details {
  background-color: #FFFFFF; }

.single_job_listing .meta .job-type {
  background-color: #ef5c55; }

.socialShare:before, .socialShare:after {
  content: " ";
  display: table; }

.socialShare:after {
  clear: both; }

.socialShare,
.socialShare > li {
  margin-left: 0;
  list-style: none; }

.socialShare li {
  display: block;
  float: left;
  margin-right: 0.625rem;
  text-transform: uppercase; }
  .socialShare li:first-child {
    font-family: "apex_sansbold", sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    color: #222328; }

.socialShare .socialShare-share {
  display: block;
  float: left;
  margin-top: 0.1875rem;
  font-size: 0; }
  .socialShare .socialShare-share.socialShare-share--fb {
    width: 16px;
    height: 16px;
    background-position: -80px -209px; }
  .socialShare .socialShare-share.socialShare-share--twitter {
    width: 16px;
    height: 16px;
    background-position: -221px -189px; }
  .socialShare .socialShare-share.socialShare-share--googlePlus {
    width: 16px;
    height: 16px;
    background-position: -62px -209px; }
  .socialShare .socialShare-share.socialShare-share--pinterest {
    width: 16px;
    height: 16px;
    background-position: -44px -209px; }

.sideBar.sideBar--search {
  padding: 1.25rem;
  background-color: #fff; }

@media only screen and (min-width: 60.0625em) {
  .sideBar.sideBar--search {
    padding: 1.875rem; } }

.sideBar.sideBar--twitterFeeds .widget_display-latest-tweets .widget-title {
  text-indent: -999999px;
  display: block;
  margin: 0 auto;
  width: 33px;
  height: 33px;
  background-position: -172px -111px; }

.sideBar.sideBar--twitterFeeds .widget_display-latest-tweets li {
  border-top: 0;
  text-align: center;
  color: #fff;
  padding: 50px 0;
  font-family: apex_sansbold, sans-serif;
  font-size: 24px; }

.sideBar.sideBar--twitterFeeds .widget_display-latest-tweets li a {
  display: inline;
  color: #2c9aa9; }

.sideBar.sideBar--twitterFeeds .widget_display-latest-tweets li .author {
  margin-top: 15px;
  display: block;
  font-size: 18px; }

.sideBar.sideBar--twitterFeeds .widget_display-latest-tweets li .author span {
  margin-left: 10px;
  display: inline-block;
  font-family: Raleway, sans-serif; }

.sideBar.sideBar--twitterFeeds .widget_display-latest-tweets li .author span a {
  color: inherit; }

.sideBar.sideBar--twitterFeeds .widget_display-latest-tweets .slick-dots {
  text-align: center; }

.sideBar.sideBar--twitterFeeds .widget_display-latest-tweets .slick-dots li {
  display: inline-block;
  padding: 0 10px; }

.sideBar.sideBar--twitterFeeds .widget_display-latest-tweets .slick-dots li button {
  text-indent: -99999px;
  padding: 0;
  margin: 0;
  border-radius: 6px;
  height: 12px;
  width: 12px;
  background: rgba(255, 255, 255, 0.5);
  outline: none; }

.sideBar.sideBar--twitterFeeds .widget_display-latest-tweets .slick-dots li.slick-active button {
  background: white; }

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }
  .slick-slider.slick-initialized .slick-slide {
    display: block; }
  .slick-slider.slick-loading {
    visibility: hidden; }
  .slick-slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0; }
    .slick-slider .slick-list:focus {
      outline: none; }
    .slick-slider .slick-list.dragging {
      cursor: pointer; }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .slick-slider .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block; }
    .slick-slider .slick-track:before, .slick-slider .slick-track:after {
      content: "";
      display: table; }
    .slick-slider .slick-track:after {
      clear: both; }
    .slick-loading .slick-slider .slick-track {
      visibility: hidden; }
  .slick-slider .slick-slide {
    position: relative;
    display: none;
    float: left; }
    .slick-slider .slick-slide img {
      display: block; }
    .slick-slider .slick-slide.slick-loading img {
      display: none; }
    .slick-slider .slick-slide.dragging img {
      pointer-events: none; }

.tags,
.tags > li {
  margin-left: 0;
  list-style: none; }

.tags li {
  display: inline-block;
  margin-right: 0.625rem;
  text-transform: uppercase; }
  .tags li:first-child {
    font-family: "apex_sansbold", sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    color: #222328; }

.textWithIconBlock {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: -0.625rem;
  margin-left: -0.625rem;
  position: relative;
  display: block;
  background-color: transparent;
  color: #6c6f7d;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear; }
  @media only screen and (min-width: 60.0625em) {
    .textWithIconBlock {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media only screen and (min-width: 60.0625em) {
    .textWithIconBlock {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
  @media only screen and (min-width: 46.9375em) {
    .textWithIconBlock {
      padding-bottom: 5.75rem; }
      .textWithIconBlock .button {
        position: absolute;
        bottom: 2.5rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); } }
  @media only screen and (min-width: 60.0625em) {
    .textWithIconBlock {
      padding-bottom: 7rem; }
      .textWithIconBlock .button {
        bottom: 3.75rem; } }
  .textWithIconBlock:hover {
    background-color: #374249;
    color: #FFFFFF; }
    .textWithIconBlock:hover .button,
    .textWithIconBlock:hover .textWithIconBlock-title {
      color: #FFFFFF; }
    .textWithIconBlock:hover .textWithIconBlock-icon-img {
      display: none; }
    .textWithIconBlock:hover .textWithIconBlock-icon-img-hover {
      display: block; }
  .textWithIconBlock h2 {
    margin-bottom: 1rem; }
  .textWithIconBlock .textWithIconBlock-icon,
  .textWithIconBlock .textWithIconBlock-icon-img-hover {
    margin: 0 auto; }
  .textWithIconBlock .textWithIconBlock-icon {
    margin-bottom: 0.625rem; }
    @media only screen and (min-width: 60.0625em) {
      .textWithIconBlock .textWithIconBlock-icon {
        margin-bottom: 0.9375rem; } }
  .textWithIconBlock .textWithIconBlock-icon-img-hover {
    display: none; }
  @media only screen and (min-width: 46.9375em) {
    .textWithIconBlock .button {
      margin-bottom: 0; } }
  .textWithIconBlock .textWithIconBlock-title {
    font-family: "apex_sansbold", sans-serif;
    font-weight: normal;
    font-size: 1.625rem;
    text-transform: uppercase; }

.listBlock {
  padding: 1.25rem 0; }
  .listBlock .listBlock-title {
    text-transform: uppercase; }
  .listBlock .listBlock-list li {
    padding: 0.3125rem 0;
    list-style: none;
    position: relative; }
    .listBlock .listBlock-list li:before {
      content: " ";
      position: absolute;
      left: -17px;
      top: 13px;
      width: 10px;
      height: 10px;
      background-position: -239px -189px; }
  .listBlock--light {
    color: #FFFFFF; }
    .listBlock--light .listBlock-title {
      color: inherit; }

.mailingListTable {
  width: 100%;
  border: 0; }
  .mailingListTable thead {
    background: #55aeba; }
    .mailingListTable thead th {
      color: #FFFFFF;
      text-transform: uppercase;
      font-family: apex_sansbold, sans-serif;
      font-size: 1rem; }
  .mailingListTable td, .mailingListTable th {
    padding: 1.25rem; }
  .mailingListTable .button {
    margin-bottom: 0; }
  @media only screen and (max-width: 31.25em) {
    .mailingListTable thead th:last-child {
      display: none; }
    .mailingListTable td, .mailingListTable th {
      display: table-cell;
      width: 50%;
      float: left; } }

.horizontal-line--color__light_grey {
  background-color: #d2d4da; }

.horizontal-line--color__medium_grey {
  background-color: #a8acb9; }

.horizontal-line--color__grey {
  background-color: #6c6f7d; }

.horizontal-line--color__light_blue {
  background-color: #53abb7; }

.horizontal-line--color__turquoise {
  background-color: #2b99a8; }

.horizontal-line--color__red {
  background-color: #ef5c55; }

.horizontal-line--height__1 {
  height: 1px; }

.horizontal-line--height__2 {
  height: 2px; }

.horizontal-line--height__3 {
  height: 3px; }

.horizontal-line--height__4 {
  height: 4px; }

.horizontal-line--height__5 {
  height: 5px; }

.horizontal-line--height__6 {
  height: 6px; }

.horizontal-line--height__7 {
  height: 7px; }

.horizontal-line--height__8 {
  height: 8px; }

.horizontal-line--height__9 {
  height: 9px; }

.horizontal-line--height__10 {
  height: 10px; }

.horizontal-line--height__11 {
  height: 11px; }

.horizontal-line--height__12 {
  height: 12px; }

.horizontal-line--height__13 {
  height: 13px; }

.horizontal-line--height__14 {
  height: 14px; }

.horizontal-line--height__15 {
  height: 15px; }

.horizontal-line--height__16 {
  height: 16px; }

.horizontal-line--height__17 {
  height: 17px; }

.horizontal-line--height__18 {
  height: 18px; }

.horizontal-line--height__19 {
  height: 19px; }

.horizontal-line--height__20 {
  height: 20px; }

.horizontal-line--height__21 {
  height: 21px; }

.horizontal-line--height__22 {
  height: 22px; }

.horizontal-line--height__23 {
  height: 23px; }

.horizontal-line--height__24 {
  height: 24px; }

.horizontal-line--height__25 {
  height: 25px; }

.horizontal-line--height__26 {
  height: 26px; }

.horizontal-line--height__27 {
  height: 27px; }

.horizontal-line--height__28 {
  height: 28px; }

.horizontal-line--height__29 {
  height: 29px; }

.horizontal-line--height__30 {
  height: 30px; }

.horizontal-line--height__31 {
  height: 31px; }

.horizontal-line--height__32 {
  height: 32px; }

.horizontal-line--height__33 {
  height: 33px; }

.horizontal-line--height__34 {
  height: 34px; }

.horizontal-line--height__35 {
  height: 35px; }

.horizontal-line--height__36 {
  height: 36px; }

.horizontal-line--height__37 {
  height: 37px; }

.horizontal-line--height__38 {
  height: 38px; }

.horizontal-line--height__39 {
  height: 39px; }

.horizontal-line--height__40 {
  height: 40px; }

.horizontal-line--height__41 {
  height: 41px; }

.horizontal-line--height__42 {
  height: 42px; }

.horizontal-line--height__43 {
  height: 43px; }

.horizontal-line--height__44 {
  height: 44px; }

.horizontal-line--height__45 {
  height: 45px; }

.horizontal-line--height__46 {
  height: 46px; }

.horizontal-line--height__47 {
  height: 47px; }

.horizontal-line--height__48 {
  height: 48px; }

.horizontal-line--height__49 {
  height: 49px; }

.horizontal-line--height__50 {
  height: 50px; }
/*# sourceMappingURL=style.min.css.map */