﻿.clearfix {
  display: block;
}

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

.clearfix:after {
  clear: both;
}

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

body.noscroll {
  overflow: hidden;
}

.mw-container-narrow {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 450px) {
  .mw-container-narrow {
    padding-right: 15px;
    padding-left: 15px;
  }
}


.mw-container {
  margin-left: auto;
  margin-right: auto;
  padding-right: 25px;
  padding-left: 25px;
  max-width: 1170px;
}
@media (max-width: 450px) {
  .mw-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

section#page {
  max-width: 73.125em;
  margin-left: auto;
  margin-right: auto;
}

section#page:after {
  content: " ";
  display: block;
  clear: both;
}

section#page aside {
  top: auto;
  position: static;
}

section#page aside a {
  display: block;
}

article a:link,
article a:visited {
  text-decoration: underline;
  font-weight: bold;
}
article a:hover,
article a:active {
  text-decoration: none;
  font-weight: bold;
}

section#page > article {
  padding-left: 1.563em;
  padding-right: 1.563em;
}
@media (min-width: 813px) {
  section#page > article.sidebar header {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  section#page > article.sidebar aside nav {
    width: 23.66083%;
    float: left;
    margin-right: 1.78556%;
  }

  section#page > article.sidebar > .content {
    width: 74.55361%;
    float: right;
    margin-right: 0;
  }
}


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

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * 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 */
  font-size: 100%;
}

/**
 * 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.
 */
[hidden] {
  display: none;
}

/**
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 154, ../sass/base/normalize/_normalize-mixin.scss */
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 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: 1.5em 40px;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 464, ../sass/base/normalize/_normalize-mixin.scss */
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.
 */
/* line 479, ../sass/base/normalize/_normalize-mixin.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 488, ../sass/base/normalize/_normalize-mixin.scss */
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.
 */
/* line 499, ../sass/base/normalize/_normalize-mixin.scss */
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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 514, ../sass/base/normalize/_normalize-mixin.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  margin-top:6px;
  margin-right:10px;
  float:left;
  /* 2 */
}

.sys_boxclearer label {
  line-height: 1.5;
}

/**
 * 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`.
 */
/* line 531, ../sass/base/normalize/_normalize-mixin.scss */
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.
 */
/* line 541, ../sass/base/normalize/_normalize-mixin.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
}
/* line 554, ../sass/base/normalize/_normalize-mixin.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 564, ../sass/base/normalize/_normalize-mixin.scss */
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.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 576, ../sass/base/normalize/_normalize-mixin.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 590, ../sass/base/normalize/_normalize-mixin.scss */
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.
 */
/* line 599, ../sass/base/normalize/_normalize-mixin.scss */
optgroup {
  font-weight: bold;
}

.sys_cms-form-control ul {
  list-style-type: none !important;
}

.sys_cms-form-body {
  margin-left:0px !important;
}

.sys_sectionbreak-header {
  margin-top:1em !important;
  display: block;
  font-size: 1.5em;
  font-weight: bold;  
}

.sys_legend {
  margin-top:10px;
  margin-bottom:10px;
}

.sys_checkbox {
  margin-bottom:20px;
}

.wpcf7 {
  width:100%;
}

.sys_cms-form-validationsummary {
  display: none; 
  }

.sys_required {
  color:#ff0000;
  margin-left:5px; 
  }

.sys_cms-form-item label.sys_cms-form-error {
  float: left;
  color: #b94a48;
  margin: 5px 0px 15px 0px;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  border-radius: 4px;
  padding: 7px 12px 5px 34px;
  background-image:url(/site-elements/images/warning-triangle.jpg);
  background-repeat:no-repeat;
  background-position:9px 50%;
  font-weight:bold; 
  }

.sys_cms-form-item.sys_multiline label.sys_cms-form-error {
  margin-left: 0;
  }

.sys_cms-form-item input.sys_cms-form-error,
.sys_cms-form-item select.sys_cms-form-error,
.sys_cms-form-item textarea.sys_cms-form-error {
  border-color: #B00404;
  border-width: 2px; 
  }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 612, ../sass/base/normalize/_normalize-mixin.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 617, ../sass/base/normalize/_normalize-mixin.scss */
td,
th {
  padding: 0;
}

/* line 93, ../sass/layout/_layout.scss */
.container {
  max-width: 73.125em;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../.rvm/gems/ruby-2.0.0-p648/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.container:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 76, ../sass/grid/_mixins.scss */
.button-group, .form-radio-group .form-item.form-type-radio,
.form-radio-group .form-item.form-type-checkbox,
.form-checkboxes-group .form-item.form-type-radio,
.form-checkboxes-group .form-item.form-type-checkbox, #video-container .inner-container, .card-wrapper, .card-wrapper .card,
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 89, ../sass/grid/_mixins.scss */
.form-radio-group,
.form-checkboxes-group,
.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 129, ../sass/grid/_mixins.scss */
.flex-direction-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 132, ../sass/grid/_mixins.scss */
.flex-direction-row-reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 135, ../sass/grid/_mixins.scss */
.card-wrapper .card,
.flex-direction-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 138, ../sass/grid/_mixins.scss */
.flex-direction-column-reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 166, ../sass/grid/_mixins.scss */
.card-wrapper {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 167, ../sass/grid/_mixins.scss */
.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 170, ../sass/grid/_mixins.scss */
.nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

/* line 343, ../sass/grid/_mixins.scss */
.justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

/* line 344, ../sass/grid/_mixins.scss */
.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

/* line 345, ../sass/grid/_mixins.scss */
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

/* line 346, ../sass/grid/_mixins.scss */
.justify-content-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

/* line 347, ../sass/grid/_mixins.scss */
.justify-content-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

/* line 382, ../sass/grid/_mixins.scss */
.align-items-flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

/* line 383, ../sass/grid/_mixins.scss */
.align-items-flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

/* line 384, ../sass/grid/_mixins.scss */
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

/* line 385, ../sass/grid/_mixins.scss */
.align-items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
}

/* line 386, ../sass/grid/_mixins.scss */
.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}

/* line 409, ../sass/grid/_mixins.scss */
.align-self-flex-start {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/* line 410, ../sass/grid/_mixins.scss */
.align-self-flex-end {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/* line 411, ../sass/grid/_mixins.scss */
.align-self-center {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

/* line 412, ../sass/grid/_mixins.scss */
.align-self-baseline {
  -webkit-align-self: baseline;
  -moz-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

/* line 413, ../sass/grid/_mixins.scss */
.align-self-stretch {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

/* line 443, ../sass/grid/_mixins.scss */
.align-content-flex-start {
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

/* line 444, ../sass/grid/_mixins.scss */
.align-content-flex-end {
  -webkit-align-content: flex-end;
  -moz-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

/* line 445, ../sass/grid/_mixins.scss */
.align-content-center {
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

/* line 446, ../sass/grid/_mixins.scss */
.align-content-space-between {
  -webkit-align-content: space-between;
  -moz-align-content: space-between;
  -ms-flex-line-pack: space-between;
  align-content: space-between;
}

/* line 447, ../sass/grid/_mixins.scss */
.align-content-space-around {
  -webkit-align-content: space-around;
  -moz-align-content: space-around;
  -ms-flex-line-pack: space-around;
  align-content: space-around;
}

/* line 448, ../sass/grid/_mixins.scss */
.align-content-stretch {
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

/* line 18, ../sass/grid/_variables.scss */
.flex-support .fluid-grid {
  margin-top: 2em;
}
/* line 20, ../sass/grid/_variables.scss */
.flex-support .fluid-grid .view-content,
.flex-support .fluid-grid .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.625em auto 0.625em -0.625em;
  margin: -1.250em auto 1.250em -1.250em;
}
/* line 27, ../sass/grid/_variables.scss */
.flex-support .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.625em auto 0.625em -0.625em;
}
/* line 30, ../sass/grid/_variables.scss */
.flex-support .no-pad {
  padding: 0 !important;
}
/* line 34, ../sass/grid/_variables.scss */
.flex-support .row.expanded {
  max-width: none;
}
/* line 38, ../sass/grid/_variables.scss */
.flex-support .small-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
  padding: 0.625em 0.625em;
}
/* line 42, ../sass/grid/_variables.scss */
.flex-support .small-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  padding: 0.625em 0.625em;
}
/* line 46, ../sass/grid/_variables.scss */
.flex-support .small-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0.625em 0.625em;
}
/* line 50, ../sass/grid/_variables.scss */
.flex-support .small-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 0.625em 0.625em;
}
/* line 54, ../sass/grid/_variables.scss */
.flex-support .small-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  padding: 0.625em 0.625em;
}
/* line 58, ../sass/grid/_variables.scss */
.flex-support .small-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0.625em 0.625em;
}
/* line 62, ../sass/grid/_variables.scss */
.flex-support .small-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  padding: 0.625em 0.625em;
}
/* line 66, ../sass/grid/_variables.scss */
.flex-support .small-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding: 0.625em 0.625em;
}
/* line 70, ../sass/grid/_variables.scss */
.flex-support .small-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0.625em 0.625em;
}
/* line 74, ../sass/grid/_variables.scss */
.flex-support .small-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  padding: 0.625em 0.625em;
}
/* line 78, ../sass/grid/_variables.scss */
.flex-support .small-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
  padding: 0.625em 0.625em;
}
/* line 82, ../sass/grid/_variables.scss */
.flex-support .small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0.625em 0.625em;
}
/* line 87, ../sass/grid/_variables.scss */
.flex-support .small-offset-0 {
  margin-left: 0%;
}
/* line 90, ../sass/grid/_variables.scss */
.flex-support .small-offset-1 {
  margin-left: 8.33333%;
}
/* line 93, ../sass/grid/_variables.scss */
.flex-support .small-offset-2 {
  margin-left: 16.66667%;
}
/* line 96, ../sass/grid/_variables.scss */
.flex-support .small-offset-3 {
  margin-left: 25%;
}
/* line 99, ../sass/grid/_variables.scss */
.flex-support .small-offset-4 {
  margin-left: 33.33333%;
}
/* line 102, ../sass/grid/_variables.scss */
.flex-support .small-offset-5 {
  margin-left: 41.66667%;
}
/* line 105, ../sass/grid/_variables.scss */
.flex-support .small-offset-6 {
  margin-left: 50%;
}
/* line 108, ../sass/grid/_variables.scss */
.flex-support .small-offset-7 {
  margin-left: 58.33333%;
}
/* line 111, ../sass/grid/_variables.scss */
.flex-support .small-offset-8 {
  margin-left: 66.66667%;
}
/* line 114, ../sass/grid/_variables.scss */
.flex-support .small-offset-9 {
  margin-left: 75%;
}
/* line 117, ../sass/grid/_variables.scss */
.flex-support .small-offset-10 {
  margin-left: 83.33333%;
}
/* line 120, ../sass/grid/_variables.scss */
.flex-support .small-offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 640px) {
  /* line 125, ../sass/grid/_variables.scss */
  .flex-support .medium-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding: 0.625em 0.625em;
  }
  /* line 129, ../sass/grid/_variables.scss */
  .flex-support .medium-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding: 0.625em 0.625em;
  }
  /* line 133, ../sass/grid/_variables.scss */
  .flex-support .medium-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0.625em 0.625em;
  }
  /* line 137, ../sass/grid/_variables.scss */
  .flex-support .medium-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0.625em 0.625em;
  }
  /* line 141, ../sass/grid/_variables.scss */
  .flex-support .medium-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding: 0.625em 0.625em;
  }
  /* line 145, ../sass/grid/_variables.scss */
  .flex-support .medium-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0.625em 0.625em;
  }
  /* line 149, ../sass/grid/_variables.scss */
  .flex-support .medium-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding: 0.625em 0.625em;
  }
  /* line 153, ../sass/grid/_variables.scss */
  .flex-support .medium-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding: 0.625em 0.625em;
  }
  /* line 157, ../sass/grid/_variables.scss */
  .flex-support .medium-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0.625em 0.625em;
  }
  /* line 161, ../sass/grid/_variables.scss */
  .flex-support .medium-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding: 0.625em 0.625em;
  }
  /* line 165, ../sass/grid/_variables.scss */
  .flex-support .medium-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding: 0.625em 0.625em;
  }
  /* line 169, ../sass/grid/_variables.scss */
  .flex-support .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0.625em 0.625em;
  }
  /* line 174, ../sass/grid/_variables.scss */
  .flex-support .medium-offset-0 {
    margin-left: 0%;
  }
  /* line 177, ../sass/grid/_variables.scss */
  .flex-support .medium-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 180, ../sass/grid/_variables.scss */
  .flex-support .medium-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 183, ../sass/grid/_variables.scss */
  .flex-support .medium-offset-3 {
    margin-left: 25%;
  }
  /* line 186, ../sass/grid/_variables.scss */
  .flex-support .medium-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 189, ../sass/grid/_variables.scss */
  .flex-support .medium-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 192, ../sass/grid/_variables.scss */
  .flex-support .medium-offset-6 {
    margin-left: 50%;
  }
  /* line 195, ../sass/grid/_variables.scss */
  .flex-support .medium-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 198, ../sass/grid/_variables.scss */
  .flex-support .medium-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 201, ../sass/grid/_variables.scss */
  .flex-support .medium-offset-9 {
    margin-left: 75%;
  }
  /* line 204, ../sass/grid/_variables.scss */
  .flex-support .medium-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 207, ../sass/grid/_variables.scss */
  .flex-support .medium-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 813px) {
  /* line 212, ../sass/grid/_variables.scss */
  .flex-support .large-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding: 0.625em 0.625em;
  }
  /* line 216, ../sass/grid/_variables.scss */
  .flex-support .large-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding: 0.625em 0.625em;
  }
  /* line 220, ../sass/grid/_variables.scss */
  .flex-support .large-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0.625em 0.625em;
  }
  /* line 224, ../sass/grid/_variables.scss */
  .flex-support .large-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0.625em 0.625em;
  }
  /* line 228, ../sass/grid/_variables.scss */
  .flex-support .large-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding: 0.625em 0.625em;
  }
  /* line 232, ../sass/grid/_variables.scss */
  .flex-support .large-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0.625em 0.625em;
  }
  /* line 236, ../sass/grid/_variables.scss */
  .flex-support .large-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding: 0.625em 0.625em;
  }
  /* line 240, ../sass/grid/_variables.scss */
  .flex-support .large-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding: 0.625em 0.625em;
  }
  /* line 244, ../sass/grid/_variables.scss */
  .flex-support .large-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0.625em 0.625em;
  }
  /* line 248, ../sass/grid/_variables.scss */
  .flex-support .large-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding: 0.625em 0.625em;
  }
  /* line 252, ../sass/grid/_variables.scss */
  .flex-support .large-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding: 0.625em 0.625em;
  }
  /* line 256, ../sass/grid/_variables.scss */
  .flex-support .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0.625em 0.625em;
  }
  /* line 261, ../sass/grid/_variables.scss */
  .flex-support .large-offset-0 {
    margin-left: 0%;
  }
  /* line 264, ../sass/grid/_variables.scss */
  .flex-support .large-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 267, ../sass/grid/_variables.scss */
  .flex-support .large-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 270, ../sass/grid/_variables.scss */
  .flex-support .large-offset-3 {
    margin-left: 25%;
  }
  /* line 273, ../sass/grid/_variables.scss */
  .flex-support .large-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 276, ../sass/grid/_variables.scss */
  .flex-support .large-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 279, ../sass/grid/_variables.scss */
  .flex-support .large-offset-6 {
    margin-left: 50%;
  }
  /* line 282, ../sass/grid/_variables.scss */
  .flex-support .large-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 285, ../sass/grid/_variables.scss */
  .flex-support .large-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 288, ../sass/grid/_variables.scss */
  .flex-support .large-offset-9 {
    margin-left: 75%;
  }
  /* line 291, ../sass/grid/_variables.scss */
  .flex-support .large-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 294, ../sass/grid/_variables.scss */
  .flex-support .large-offset-11 {
    margin-left: 91.66667%;
  }
}

/* line 302, ../sass/grid/_variables.scss */
.no-flex-support .row {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
}
/* line 307, ../sass/grid/_variables.scss */
.no-flex-support .row div {
  display: inline-block;
  vertical-align: top;
}
/* line 312, ../sass/grid/_variables.scss */
.no-flex-support .large-1 {
  width: 8.33333%;
  padding: 10px 10px;
}
/* line 316, ../sass/grid/_variables.scss */
.no-flex-support .large-2 {
  width: 16.66667%;
  padding: 10px 10px;
}
/* line 320, ../sass/grid/_variables.scss */
.no-flex-support .large-3 {
  width: 25%;
  padding: 10px 10px;
}
/* line 324, ../sass/grid/_variables.scss */
.no-flex-support .large-4 {
  width: 33.33333%;
  padding: 10px 10px;
}
/* line 328, ../sass/grid/_variables.scss */
.no-flex-support .large-5 {
  width: 41.66667%;
  padding: 10px 10px;
}
/* line 332, ../sass/grid/_variables.scss */
.no-flex-support .large-6 {
  width: 50%;
  padding: 10px 10px;
}
/* line 336, ../sass/grid/_variables.scss */
.no-flex-support .large-7 {
  width: 58.33333%;
  padding: 10px 10px;
}
/* line 340, ../sass/grid/_variables.scss */
.no-flex-support .large-8 {
  width: 66.66667%;
  padding: 10px 10px;
}
/* line 344, ../sass/grid/_variables.scss */
.no-flex-support .large-9 {
  width: 75%;
  padding: 10px 10px;
}
/* line 348, ../sass/grid/_variables.scss */
.no-flex-support .large-10 {
  width: 83.33333%;
  padding: 10px 10px;
}
/* line 352, ../sass/grid/_variables.scss */
.no-flex-support .large-11 {
  width: 91.66667%;
  padding: 10px 10px;
}
/* line 356, ../sass/grid/_variables.scss */
.no-flex-support .large-12 {
  width: 100%;
  padding: 10px 10px;
}
/* line 360, ../sass/grid/_variables.scss */
.no-flex-support .large-offset-0 {
  margin-left: 0%;
}
/* line 363, ../sass/grid/_variables.scss */
.no-flex-support .large-offset-1 {
  margin-left: 8.33333%;
}
/* line 366, ../sass/grid/_variables.scss */
.no-flex-support .large-offset-2 {
  margin-left: 16.66667%;
}
/* line 369, ../sass/grid/_variables.scss */
.no-flex-support .large-offset-3 {
  margin-left: 25%;
}
/* line 372, ../sass/grid/_variables.scss */
.no-flex-support .large-offset-4 {
  margin-left: 33.33333%;
}
/* line 375, ../sass/grid/_variables.scss */
.no-flex-support .large-offset-5 {
  margin-left: 41.66667%;
}
/* line 378, ../sass/grid/_variables.scss */
.no-flex-support .large-offset-6 {
  margin-left: 50%;
}
/* line 381, ../sass/grid/_variables.scss */
.no-flex-support .large-offset-7 {
  margin-left: 58.33333%;
}
/* line 384, ../sass/grid/_variables.scss */
.no-flex-support .large-offset-8 {
  margin-left: 66.66667%;
}
/* line 387, ../sass/grid/_variables.scss */
.no-flex-support .large-offset-9 {
  margin-left: 75%;
}
/* line 390, ../sass/grid/_variables.scss */
.no-flex-support .large-offset-10 {
  margin-left: 83.33333%;
}
/* line 393, ../sass/grid/_variables.scss */
.no-flex-support .large-offset-11 {
  margin-left: 91.66667%;
}

/* line 59, ../sass/styletile/_colors.scss */
::-moz-selection {
  /* FF */
  color: #FFFFFF;
  background: #675198;
}

/* line 64, ../sass/styletile/_colors.scss */
::selection {
  color: #FFFFFF;
  background: #675198;
}

/* line 5, ../sass/styletile/_icons.scss */
svg {
  fill: #675198;
  line-height: 1;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* line 9, ../sass/styletile/_icons.scss */
svg.svg-icon-8 {
  width: 8px;
  height: 8px;
}
/* line 13, ../sass/styletile/_icons.scss */
svg.svg-icon-16 {
  width: 16px;
  height: 16px;
}
/* line 17, ../sass/styletile/_icons.scss */
svg.svg-icon-20 {
  width: 20px;
  height: 20px;
}
/* line 21, ../sass/styletile/_icons.scss */
svg.svg-icon-24 {
  width: 24px;
  height: 24px;
}
/* line 25, ../sass/styletile/_icons.scss */
svg.svg-icon-32 {
  width: 32px;
  height: 32px;
}
/* line 29, ../sass/styletile/_icons.scss */
svg.svg-icon-48 {
  width: 48px;
  height: 48px;
}
/* line 33, ../sass/styletile/_icons.scss */
svg.svg-icon-64 {
  width: 64px;
  height: 64px;
}
/* line 37, ../sass/styletile/_icons.scss */
svg.svg-icon-96 {
  width: 96px;
  height: 96px;
}
/* line 41, ../sass/styletile/_icons.scss */
svg.svg-icon-128 {
  width: 128px;
  height: 128px;
}
/* line 45, ../sass/styletile/_icons.scss */
svg.svg-icon-256 {
  width: 256px;
  height: 256px;
}
/* line 49, ../sass/styletile/_icons.scss */
svg.svg-icon-512 {
  width: 512px;
  height: 512px;
}
/* line 53, ../sass/styletile/_icons.scss */
svg.svg-icon:target {
  display: inline;
}

@font-face {
  font-family: 'MikadoBold';
  src: url("/site-elements/fonts/35060D-0-0.eot");
  src: url("/site-elements/fonts/35060D-0-0.eot?#iefix") format("embedded-opentype"), url("/site-elements/fonts/35060D-0-0.woff2") format("woff2"), url("/site-elements/fonts/35060D-0-0.woff") format("woff"), url("/site-elements/fonts/35060D-0-0.ttf") format("truetype"), url("/site-elements/fonts/35060D-0-0.svg#wf") format("svg");
}
/* line 31, ../sass/styletile/_typography.scss */
.light, h3, h4, h5, h6 {
  font-weight: 300;
}

/* line 32, ../sass/styletile/_typography.scss */
.regular {
  font-weight: 400;
}

/* line 33, ../sass/styletile/_typography.scss */
.bold, b,
strong {
  font-weight: 700;
}

/* line 88, ../sass/styletile/_typography.scss */
html {
  color: #565963;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
}

/* line 94, ../sass/styletile/_typography.scss */
p,
pre {
  font-size: 16px;
  font-size: 1rem;
  margin: 16px 0;
  margin: 1rem 0;
  font-weight: 400;
  color: #565963;
  line-height: 1.6;
}
/* line 97, ../sass/styletile/_typography.scss */
p.large, .large-text,
pre.large {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 16px 0;
  margin: 1rem 0;
  line-height: 1.8;
}
/* line 102, ../sass/styletile/_typography.scss */
p.small, .small-text,
pre.small {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 20px 0;
  margin: 1.25rem 0;
  line-height: 1.8;
}

/* line 110, ../sass/styletile/_typography.scss */
a.large {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0;
  line-height: 1.8;
}

/* line 117, ../sass/styletile/_typography.scss */
blockquote {
  font-size: 16px;
  font-size: 1rem;
  margin: 16px 0;
  margin: 1rem 0;
  font-weight: 400;
  color: #565963;
  line-height: 1.6;
}

/* line 121, ../sass/styletile/_typography.scss */
b,
strong {
  font-size: inherit;
}

/* line 127, ../sass/styletile/_typography.scss */
h1 {
  font-size: 2.25rem;
  margin: 1rem 0;
  font-weight: 700;
  /*font-family: "MikadoBold";*/
  color: #565963;
  line-height: 1.4;
}
@media (max-width: 640px) {
  /* line 127, ../sass/styletile/_typography.scss */
  h1 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
/* line 137, ../sass/styletile/_typography.scss */
h1 a:link,
h1 a:visited {
  color: #565963;
}

/* line 143, ../sass/styletile/_typography.scss */
h2, table caption, .sys_sectionbreak-header {
  /*
  font-weight: normal;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "MikadoBold";*/
  color: #565963;
  line-height: 1.4;
  margin: 0 0 1em 0;
}
/* line 150, ../sass/styletile/_typography.scss */
h2 a:link, table caption a:link,
h2 a:visited,
table caption a:visited {
  color: #565963;
}

h2.homepage-heading {
  color: #ffffff;
  font-weight: normal;
  margin-bottom:8px;
}

/* line 156, ../sass/styletile/_typography.scss */
h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #565963;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.4;
  font-weight: bold;
}
/* line 162, ../sass/styletile/_typography.scss */
h3 a:link,
h3 a:visited {
  color: #565963;
}

/* line 168, ../sass/styletile/_typography.scss */
h4 {
  font-size: 16px;
  font-size: 1rem;
  color: #675198;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.4;
}
/* line 174, ../sass/styletile/_typography.scss */
h4 a:link,
h4 a:visited {
  color: #675198;
}

/* line 180, ../sass/styletile/_typography.scss */
h5 {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #675198;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.4;
}
/* line 186, ../sass/styletile/_typography.scss */
h5 a:link,
h5 a:visited {
  color: #675198;
}

/* line 192, ../sass/styletile/_typography.scss */
h6 {
  font-size: 10px;
  font-size: 0.625rem;
  color: #675198;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.4;
}
/* line 198, ../sass/styletile/_typography.scss */
h6 a:link,
h6 a:visited {
  color: #675198;
}

/* line 209, ../sass/styletile/_typography.scss */
a:link {
  color: #595959;
  text-decoration: none;
}

/* line 214, ../sass/styletile/_typography.scss */
a:visited {
  color: #595959;
  text-decoration: none;
}

/* line 219, ../sass/styletile/_typography.scss */
a:hover,
a:focus {
  color: #595959;
  text-decoration: none;
}

/* line 225, ../sass/styletile/_typography.scss */
a:active {
  color: #595959;
  text-decoration: none;
}

/* line 54, ../sass/styletile/_buttons.scss */
.primary-button, .search-form input[type=submit] {
  background-clip: border-box;
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
  padding: 1em 1.5em;
  position: relative;
  white-space: normal;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transition: all, 350ms, linear, 0s;
  -o-transition: all, 350ms, linear, 0s;
  -webkit-transition: all, 350ms, linear, 0s;
  transition: all, 350ms, linear, 0s;
  background-color: #675198;
  color: #FFFFFF;
}
/* line 16, ../sass/styletile/_buttons.scss */
.primary-button:hover, .search-form input[type=submit]:hover {
  cursor: pointer;
}
/* line 17, ../sass/styletile/_buttons.scss */
.primary-button:focus, .search-form input[type=submit]:focus {
  outline: 0;
}
/* line 18, ../sass/styletile/_buttons.scss */
.primary-button.button-sm, .primary-button.small-button, .search-form input.small-button[type=submit], .search-form input.button-sm[type=submit] {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 1em;
}
/* line 22, ../sass/styletile/_buttons.scss */
.primary-button.button-rg, .primary-button.regular-button, .search-form input.regular-button[type=submit], .search-form input.button-rg[type=submit] {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 1em;
}
/* line 26, ../sass/styletile/_buttons.scss */
.primary-button.button-lg, .primary-button.large-button, .search-form input.large-button[type=submit], .search-form input.button-lg[type=submit] {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0.7em 2em;
}
/* line 36, ../sass/styletile/_buttons.scss */
.primary-button:hover, .search-form input[type=submit]:hover {
  background-color: #007A8F;
  border-color: #007A8F;
  color: #FFFFFF;
}
/* line 56, ../sass/styletile/_buttons.scss */
.primary-button.white, .search-form input.white[type=submit] {
  background-color: #FFFFFF;
}
/* line 59, ../sass/styletile/_buttons.scss */
.primary-button.blue, .search-form input.blue[type=submit] {
  background-color: #23B9C7;
  color: #ffffff;
}

.sys_search-query-control .sys_search-label {
  display: none;
}

.sys_search-query-control #SearchQueryControlSubmit {
    width:150px;
    background-color:#ffffff;
    border: 0;
    padding: 1em 1.5em;
    margin-top: 0px;
    background-image: url(/site-elements/images/search.svg), url(/site-elements/images/search.svg);
    background-position: center right 12px;
    background-repeat: no-repeat;
    background-size: 30px auto;
}

img.download {
  width: 18px !important;
  margin-right: 10px;
}
.search-results-title {
  font-weight: normal;
  font-size: 24px;
  font-size: 1.5rem;
  color: #565963;
  font-family: "MikadoBold";
  line-height: 1.4;
  margin: 0 0 10px 0;
} 
.search-results-row {
  padding-top:20px;
  padding-bottom:10px;
  border-bottom:1px solid #cccccc;
}

/* line 67, ../sass/styletile/_buttons.scss */
.blue-hover:hover,
.blue-hover a:focus {
  background-color: #23B9C7 !important;
}

/* line 72, ../sass/styletile/_buttons.scss */
.secondary-button, input[type="submit"],
.sys_form-submit {
  background-clip: border-box;
  border: 0px;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 1em 1.5em;
  margin-top:20px;
  position: relative;
  white-space: normal;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transition: all, 350ms, linear, 0s;
  -o-transition: all, 350ms, linear, 0s;
  -webkit-transition: all, 350ms, linear, 0s;
  transition: all, 350ms, linear, 0s;
  background-color: #007A8F;
  color: #FFFFFF !important;
}

.secondary-button a:link,
.secondary-button a:visited {
  color:#ffffff;
}
/* line 16, ../sass/styletile/_buttons.scss */
.secondary-button:hover, input[type="submit"]:hover {
  cursor: pointer;
}
/* line 17, ../sass/styletile/_buttons.scss */
.secondary-button:focus, input[type="submit"]:focus {
  outline: 0;
}
/* line 18, ../sass/styletile/_buttons.scss */
.secondary-button.button-sm, .secondary-button.small-button, input.small-button[type="submit"], input.button-sm[type="submit"] {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 1em;
}
/* line 22, ../sass/styletile/_buttons.scss */
.secondary-button.button-rg, .secondary-button.regular-button, input.regular-button[type="submit"], input.button-rg[type="submit"] {
  font-size: 1rem;
  padding: 0 1em;
}
/* line 26, ../sass/styletile/_buttons.scss */
.secondary-button.button-lg, .secondary-button.large-button, input.large-button[type="submit"], input.button-lg[type="submit"] {
  font-size: 1.3rem;
  padding: 0.7em 2em;
}
/* line 47, ../sass/styletile/_buttons.scss */
.secondary-button:hover, 
input[type="submit"]:hover,
.sys_form-submit:hover,
.secondary-button:focus, 
input[type="submit"]:focus,
.sys_form-submit:focus  {
  background-color: #675198;
  border-color: #675198;
  color: #FFFFFF !important;
}

/* line 79, ../sass/styletile/_buttons.scss */
input[type="button"].button-primary,
.button.button-primary {
  background-clip: border-box;
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
  padding: 1em 1.5em;
  position: relative;
  white-space: normal;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transition: all, 350ms, linear, 0s;
  -o-transition: all, 350ms, linear, 0s;
  -webkit-transition: all, 350ms, linear, 0s;
  transition: all, 350ms, linear, 0s;
  background-color: #675198;
  color: #FFFFFF;
}
/* line 16, ../sass/styletile/_buttons.scss */
input[type="button"].button-primary:hover,
.button.button-primary:hover {
  cursor: pointer;
}
/* line 17, ../sass/styletile/_buttons.scss */
input[type="button"].button-primary:focus,
.button.button-primary:focus {
  outline: 0;
}
/* line 18, ../sass/styletile/_buttons.scss */
input[type="button"].button-primary.button-sm, input[type="button"].button-primary.small-button,
.button.button-primary.button-sm,
.button.button-primary.small-button {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 1em;
}
/* line 22, ../sass/styletile/_buttons.scss */
input[type="button"].button-primary.button-rg, input[type="button"].button-primary.regular-button,
.button.button-primary.button-rg,
.button.button-primary.regular-button {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 1em;
}
/* line 26, ../sass/styletile/_buttons.scss */
input[type="button"].button-primary.button-lg, input[type="button"].button-primary.large-button,
.button.button-primary.button-lg,
.button.button-primary.large-button {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0.7em 2em;
}
/* line 36, ../sass/styletile/_buttons.scss */
input[type="button"].button-primary:hover,
.button.button-primary:hover {
  background-color: #007A8F;
  border-color: #007A8F;
  color: #FFFFFF;
}
/* line 80, ../sass/styletile/_buttons.scss */
input[type="button"].button-secondary,
.button.button-secondary {
  background-clip: border-box;
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
  padding: 1em 1.5em;
  position: relative;
  white-space: normal;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transition: all, 350ms, linear, 0s;
  -o-transition: all, 350ms, linear, 0s;
  -webkit-transition: all, 350ms, linear, 0s;
  transition: all, 350ms, linear, 0s;
  background-color: #007A8F;
  color: #FFFFFF !important;
}
/* line 16, ../sass/styletile/_buttons.scss */
input[type="button"].button-secondary:hover,
.button.button-secondary:hover {
  cursor: pointer;
}
/* line 17, ../sass/styletile/_buttons.scss */
input[type="button"].button-secondary:focus,
.button.button-secondary:focus {
  outline: 0;
}
/* line 18, ../sass/styletile/_buttons.scss */
input[type="button"].button-secondary.button-sm, input[type="button"].button-secondary.small-button,
.button.button-secondary.button-sm,
.button.button-secondary.small-button {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 1em;
}
/* line 22, ../sass/styletile/_buttons.scss */
input[type="button"].button-secondary.button-rg, input[type="button"].button-secondary.regular-button,
.button.button-secondary.button-rg,
.button.button-secondary.regular-button {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 1em;
}
/* line 26, ../sass/styletile/_buttons.scss */
input[type="button"].button-secondary.button-lg, input[type="button"].button-secondary.large-button,
.button.button-secondary.button-lg,
.button.button-secondary.large-button {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0.7em 2em;
}
/* line 47, ../sass/styletile/_buttons.scss */
input[type="button"].button-secondary:hover,
.button.button-secondary:hover {
  background-color: #675198;
  border-color: #675198;
  color: #FFFFFF !important;
}
/* line 81, ../sass/styletile/_buttons.scss */
input[type="button"].button-ic,
.button.button-ic {
  padding-left: 0 !important;
}
/* line 83, ../sass/styletile/_buttons.scss */
input[type="button"].button-ic.button-sm span, input[type="button"].button-ic.small-button span,
.button.button-ic.button-sm span,
.button.button-ic.small-button span {
  margin-right: 0.5em;
  width: 40px;
  height: 40px;
}
/* line 88, ../sass/styletile/_buttons.scss */
input[type="button"].button-ic.button-rg span, input[type="button"].button-ic.regular-button span,
.button.button-ic.button-rg span,
.button.button-ic.regular-button span {
  margin-right: 0.5em;
  width: 44px;
  height: 44px;
}
/* line 93, ../sass/styletile/_buttons.scss */
input[type="button"].button-ic.button-lg span, input[type="button"].button-ic.large-button span,
.button.button-ic.button-lg span,
.button.button-ic.large-button span {
  margin-right: 0.5em;
  width: 50px;
  height: 50px;
}
/* line 98, ../sass/styletile/_buttons.scss */
input[type="button"].button-ic svg, input[type="button"].button-ic span,
.button.button-ic svg,
.button.button-ic span {
  display: inline-block;
  vertical-align: middle;
}

/* line 108, ../sass/styletile/_buttons.scss */
.button-group .button {
  border-radius: 0;
  margin-left: -1px;
}
/* line 111, ../sass/styletile/_buttons.scss */
.button-group .button:first-child {
  border-radius: 6px 0 0 6px;
  margin-left: 0;
}
/* line 115, ../sass/styletile/_buttons.scss */
.button-group .button:last-child {
  border-radius: 0 6px 6px 0;
}
/* line 116, ../sass/styletile/_buttons.scss */
.button-group .button.button-ic {
  padding: 0;
}
/* line 118, ../sass/styletile/_buttons.scss */
.button-group .button.button-ic span {
  margin-right: 0;
}

/* line 127, ../sass/styletile/_buttons.scss */
.small-button {
  background-clip: border-box;
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
  padding: 1em 1.5em;
  position: relative;
  white-space: normal;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transition: all, 350ms, linear, 0s;
  -o-transition: all, 350ms, linear, 0s;
  -webkit-transition: all, 350ms, linear, 0s;
  transition: all, 350ms, linear, 0s;
  background-color: #675198;
  color: #FFFFFF;
}
/* line 16, ../sass/styletile/_buttons.scss */
.small-button:hover {
  cursor: pointer;
}
/* line 17, ../sass/styletile/_buttons.scss */
.small-button:focus {
  outline: 0;
}
/* line 18, ../sass/styletile/_buttons.scss */
.small-button.button-sm, .small-button {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 1em;
}
/* line 22, ../sass/styletile/_buttons.scss */
.small-button.button-rg, .small-button.regular-button {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 1em;
}
/* line 26, ../sass/styletile/_buttons.scss */
.small-button.button-lg, .small-button.large-button {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0.7em 2em;
}
/* line 36, ../sass/styletile/_buttons.scss */
.small-button:hover {
  background-color: #007A8F;
  border-color: #007A8F;
  color: #FFFFFF;
}

/* line 132, ../sass/styletile/_buttons.scss */
.regular-button {
  background-clip: border-box;
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
  padding: 1em 1.5em;
  position: relative;
  white-space: normal;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transition: all, 350ms, linear, 0s;
  -o-transition: all, 350ms, linear, 0s;
  -webkit-transition: all, 350ms, linear, 0s;
  transition: all, 350ms, linear, 0s;
  background-color: #675198;
  color: #FFFFFF;
}
/* line 16, ../sass/styletile/_buttons.scss */
.regular-button:hover {
  cursor: pointer;
}
/* line 17, ../sass/styletile/_buttons.scss */
.regular-button:focus {
  outline: 0;
}
/* line 18, ../sass/styletile/_buttons.scss */
.regular-button.button-sm, .regular-button.small-button {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 1em;
}
/* line 22, ../sass/styletile/_buttons.scss */
.regular-button.button-rg, .regular-button {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 1em;
}
/* line 26, ../sass/styletile/_buttons.scss */
.regular-button.button-lg, .regular-button.large-button {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0.7em 2em;
}
/* line 36, ../sass/styletile/_buttons.scss */
.regular-button:hover {
  background-color: #007A8F;
  border-color: #007A8F;
  color: #FFFFFF;
}

/* line 137, ../sass/styletile/_buttons.scss */
.large-button {
  background-clip: border-box;
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
  padding: 1em 1.5em;
  position: relative;
  white-space: normal;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transition: all, 350ms, linear, 0s;
  -o-transition: all, 350ms, linear, 0s;
  -webkit-transition: all, 350ms, linear, 0s;
  transition: all, 350ms, linear, 0s;
  background-color: #675198;
  color: #FFFFFF;
}
/* line 16, ../sass/styletile/_buttons.scss */
.large-button:hover {
  cursor: pointer;
}
/* line 17, ../sass/styletile/_buttons.scss */
.large-button:focus {
  outline: 0;
}
/* line 18, ../sass/styletile/_buttons.scss */
.large-button.button-sm, .large-button.small-button {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 1em;
}
/* line 22, ../sass/styletile/_buttons.scss */
.large-button.button-rg, .large-button.regular-button {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 1em;
}
/* line 26, ../sass/styletile/_buttons.scss */
.large-button.button-lg, .large-button {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0.7em 2em;
}
/* line 36, ../sass/styletile/_buttons.scss */
.large-button:hover {
  background-color: #007A8F;
  border-color: #007A8F;
  color: #FFFFFF;
}

/**
 * Set global appearance properties for select boxes
 */
/* line 11, ../sass/styletile/_forms.scss */
select {
  background-color: #FFFFFF;
  background-image: none, url("/site-elements/images/arrow-down.svg"), url("/site-elements/images/arrow-down.svg");
  background-position: center right 25px;
  background-repeat: no-repeat;
  background-size: 30px auto;
  border: 1px solid #d9d9d9;
  color: #565963;
  cursor: pointer;
  display: block;
  padding: 15px 45px 15px 25px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transition: all, 500ms, ease, 0s;
  -o-transition: all, 500ms, ease, 0s;
  -webkit-transition: all, 500ms, ease, 0s;
  transition: all, 500ms, ease, 0s;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  height: 100px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  border: 0;
  /*font-family: "MikadoBold";*/
  font-weight: 700;
  font-size: 1.5625rem;
}

.sys_dropdown select {
    height: 60px;
    border: 2px solid #D9D9D9;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #565963;
}

/* line 34, ../sass/styletile/_forms.scss */
select::-ms-expand {
  display: none;
}

/**
 * Set global appearance properties for input fields
 */
/* line 43, ../sass/styletile/_forms.scss */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
  font-size: 16px;
  font-size: 1rem;
  background-color: #FFFFFF;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 2px solid #d9d9d9;
  color: #565963;
  line-height: 1;
  padding: 15px 0.85em;
  width: 100%;
  -moz-transition: all, 500ms, ease, 0s;
  -o-transition: all, 500ms, ease, 0s;
  -webkit-transition: all, 500ms, ease, 0s;
  transition: all, 500ms, ease, 0s;
}
/* line 57, ../sass/styletile/_forms.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus {
  background-color: #FFFFFF;
  border-color: #675198;
  outline: 0;
}

/* line 64, ../sass/styletile/_forms.scss */
input[type="submit"] {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 1em 2em;
  font-weight: 700;
  border: 0;
}

/* line 72, ../sass/styletile/_forms.scss */
label {
  color: #565963;
  display: block;
  font-weight: 400;
  line-height: 2.4;
}

/* line 79, ../sass/styletile/_forms.scss */
.form-required {
  color: #f00;
  font-weight: 400;
}

/* line 85, ../sass/styletile/_forms.scss */
form {
  /*max-width: 600px;*/
}

/* line 91, ../sass/styletile/_forms.scss */
.form-item.form-type-radio, .form-item.form-type-checkbox,
.form-actions.form-type-radio,
.form-actions.form-type-checkbox {
  display: block;
  margin: 0;
}
/* line 95, ../sass/styletile/_forms.scss */
.form-item.form-type-radio input, .form-item.form-type-checkbox input,
.form-actions.form-type-radio input,
.form-actions.form-type-checkbox input {
  display: inline-block;
  line-height: 2.4;
  margin-right: 7px;
}
/* line 100, ../sass/styletile/_forms.scss */
.form-item.form-type-radio label, .form-item.form-type-checkbox label,
.form-actions.form-type-radio label,
.form-actions.form-type-checkbox label {
  display: inline;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* line 105, ../sass/styletile/_forms.scss */
.form-item .description,
.form-actions .description {
  margin: 0.75em 0 0;
}

/* line 109, ../sass/styletile/_forms.scss */
.form-radio-group,
.form-checkboxes-group {
  border-radius: 0.3em;
  border: 1px solid #d9d9d9;
}
/* line 114, ../sass/styletile/_forms.scss */
.form-radio-group .form-item.form-type-radio,
.form-radio-group .form-item.form-type-checkbox,
.form-checkboxes-group .form-item.form-type-radio,
.form-checkboxes-group .form-item.form-type-checkbox {
  background-clip: padding-box;
  border-radius: 0.3em;
  margin: 0;
}
/* line 120, ../sass/styletile/_forms.scss */
.form-radio-group .form-item.form-type-radio input[type=radio],
.form-radio-group .form-item.form-type-radio input[type=checkbox],
.form-radio-group .form-item.form-type-checkbox input[type=radio],
.form-radio-group .form-item.form-type-checkbox input[type=checkbox],
.form-checkboxes-group .form-item.form-type-radio input[type=radio],
.form-checkboxes-group .form-item.form-type-radio input[type=checkbox],
.form-checkboxes-group .form-item.form-type-checkbox input[type=radio],
.form-checkboxes-group .form-item.form-type-checkbox input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 130, ../sass/styletile/_forms.scss */
.form-radio-group .form-item.form-type-radio input[type=radio]:checked + label,
.form-radio-group .form-item.form-type-radio input[type=checkbox]:checked + label,
.form-radio-group .form-item.form-type-checkbox input[type=radio]:checked + label,
.form-radio-group .form-item.form-type-checkbox input[type=checkbox]:checked + label,
.form-checkboxes-group .form-item.form-type-radio input[type=radio]:checked + label,
.form-checkboxes-group .form-item.form-type-radio input[type=checkbox]:checked + label,
.form-checkboxes-group .form-item.form-type-checkbox input[type=radio]:checked + label,
.form-checkboxes-group .form-item.form-type-checkbox input[type=checkbox]:checked + label {
  background-color: #675198;
  color: #FFFFFF;
}
/* line 135, ../sass/styletile/_forms.scss */
.form-radio-group .form-item.form-type-radio label,
.form-radio-group .form-item.form-type-checkbox label,
.form-checkboxes-group .form-item.form-type-radio label,
.form-checkboxes-group .form-item.form-type-checkbox label {
  background-color: transparent;
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  text-align: center;
  transition: border .1s linear, background-color .1s linear;
  -webkit-transition: border .1s linear, background-color .1s linear;
  vertical-align: middle;
}
/* line 146, ../sass/styletile/_forms.scss */
.form-radio-group .form-item.form-type-radio:first-child > label,
.form-radio-group .form-item.form-type-checkbox:first-child > label,
.form-checkboxes-group .form-item.form-type-radio:first-child > label,
.form-checkboxes-group .form-item.form-type-checkbox:first-child > label {
  border-radius: 0.3em 0 0 0.3em;
}
/* line 147, ../sass/styletile/_forms.scss */
.form-radio-group .form-item.form-type-radio:last-child > label,
.form-radio-group .form-item.form-type-checkbox:last-child > label,
.form-checkboxes-group .form-item.form-type-radio:last-child > label,
.form-checkboxes-group .form-item.form-type-checkbox:last-child > label {
  border-radius: 0 0.3em 0.3em 0;
}

/* line 151, ../sass/styletile/_forms.scss */
.search-form {
  clear: both;
  position: relative;
}
/* line 154, ../sass/styletile/_forms.scss */
.search-form #edit-actions {
  margin: 0;
}
/* line 155, ../sass/styletile/_forms.scss */
.search-form input[type=text],
.search-form input[type=search] {
  padding-right: 6em;
  position: relative;
  top: 0;
}
/* line 161, ../sass/styletile/_forms.scss */
.search-form input[type=submit] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  bottom: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border: 0;
}

/* line 5, ../sass/styletile/_modals.scss */
#video-container {
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50000;
}
@media (max-width: 640px) {
  /* line 5, ../sass/styletile/_modals.scss */
  #video-container {
    background-color: #000000;
  }
}
@media (min-width: 641px) {
  /* line 5, ../sass/styletile/_modals.scss */
  #video-container {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
  }
  /* line 20, ../sass/styletile/_modals.scss */
  #video-container iframe {
    border: 2px solid;
    max-width: 100%;
    width: 640px;
  }
}
/* line 26, ../sass/styletile/_modals.scss */
#video-container .inner-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
  position: relative;
  width: 100%;
}
/* line 33, ../sass/styletile/_modals.scss */
#video-container .inner-container .close-btn {
  color: #FFFFFF;
  cursor: pointer;
  font-size: 0;
  margin: 0;
  position: absolute;
  right: 40px;
  top: 40px;
}

/* line 5, ../sass/styletile/_lists.scss */
dl, menu, ol, ul {
  font-size: 16px;
  font-size: 1rem;
  margin: 16px 0;
  margin: 1rem 0;
  font-weight: 400;
  color: #565963;
  line-height: 1.6;
  margin: 0;
  padding: 0 20px 0 0;
}
/* line 9, ../sass/styletile/_lists.scss */
dl li, menu li, ol li, ul li {
  color: #565963;
  margin: 0;
}
/* line 13, ../sass/styletile/_lists.scss */
dl.inline, menu.inline, ol.inline, ul.inline {
  padding-left: 0;
}
/* line 15, ../sass/styletile/_lists.scss */
dl.inline li, menu.inline li, ol.inline li, ul.inline li {
  display: inline-block;
  margin-right: 10px;
}
/* line 18, ../sass/styletile/_lists.scss */
dl.inline li:last-of-type, menu.inline li:last-of-type, ol.inline li:last-of-type, ul.inline li:last-of-type {
  margin-right: 0;
}

/* line 23, ../sass/styletile/_lists.scss */
ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 29, ../sass/styletile/_lists.scss */
ul.social-media {
  font-size: 0;
}
/* line 32, ../sass/styletile/_lists.scss */
ul.social-media li a {
  border-radius: 50%;
  display: inline-block;
  height: 32px;
  position: relative;
  vertical-align: middle;
  width: 32px;
  -moz-transition: background-color, 200ms, ease-in-out, 0s;
  -o-transition: background-color, 200ms, ease-in-out, 0s;
  -webkit-transition: background-color, 200ms, ease-in-out, 0s;
  transition: background-color, 200ms, ease-in-out, 0s;
}
/* line 40, ../sass/styletile/_lists.scss */
ul.social-media li a svg {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
/* line 50, ../sass/styletile/_lists.scss */
ul.social-media li.twitter a {
  background-color: #55ACEE;
}
/* line 52, ../sass/styletile/_lists.scss */
ul.social-media li.twitter a:hover {
  background-color: #2795e9;
}
/* line 54, ../sass/styletile/_lists.scss */
ul.social-media li.facebook a {
  background-color: #3B5998;
}
/* line 56, ../sass/styletile/_lists.scss */
ul.social-media li.facebook a:hover {
  background-color: #2d4373;
}
/* line 58, ../sass/styletile/_lists.scss */
ul.social-media li.googleplus a {
  background-color: #dd4b39;
}
/* line 60, ../sass/styletile/_lists.scss */
ul.social-media li.googleplus a:hover {
  background-color: #c23321;
}
/* line 62, ../sass/styletile/_lists.scss */
ul.social-media li.linkedin a {
  background-color: #0976B4;
}
/* line 64, ../sass/styletile/_lists.scss */
ul.social-media li.linkedin a:hover {
  background-color: #075683;
}
/* line 66, ../sass/styletile/_lists.scss */
ul.social-media li.mailto a {
  background-color: #7B7B7B;
}
/* line 68, ../sass/styletile/_lists.scss */
ul.social-media li.mailto a:hover {
  background-color: #626262;
}

/* line 9, ../sass/styletile/components/_cards.scss */
.card-wrapper {
  margin: -1.250em auto 1.250em -1.250em;
  padding: 0 !important;
}
/* line 14, ../sass/styletile/components/_cards.scss */
.card-wrapper .card {
  border: none;
  margin: 0;
  min-height: 0;
  padding: 1.250em 0 0 1.250em;
  position: relative;
}
/* line 22, ../sass/styletile/components/_cards.scss */
.card-wrapper .card .image-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  padding: 0;
  position: relative;
}
/* line 27, ../sass/styletile/components/_cards.scss */
.card-wrapper .card .image-wrapper img {
  display: block;
  height: auto;
  width: 100%;
}
/* line 33, ../sass/styletile/components/_cards.scss */
.card-wrapper .card .content-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 0;
  border: 1px solid white;
  padding: 1.5em;
}
/* line 38, ../sass/styletile/components/_cards.scss */
.card-wrapper .card .content-wrapper p {
  margin: 0;
}
/* line 42, ../sass/styletile/components/_cards.scss */
.card-wrapper .card.card-row {
  border-bottom: 1px solid white;
  padding: 2.5em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
@media (min-width: 641px) {
  /* line 42, ../sass/styletile/components/_cards.scss */
  .card-wrapper .card.card-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 50, ../sass/styletile/components/_cards.scss */
  .card-wrapper .card.card-row .image-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
  /* line 53, ../sass/styletile/components/_cards.scss */
  .card-wrapper .card.card-row .content-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media (max-width: 640px) {
  /* line 42, ../sass/styletile/components/_cards.scss */
  .card-wrapper .card.card-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* line 61, ../sass/styletile/components/_cards.scss */
.card-wrapper .card.card-row > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  text-decoration: none;
}
/* line 68, ../sass/styletile/components/_cards.scss */
.card-wrapper .card.card-row .image-wrapper,
.card-wrapper .card.card-row .content-wrapper {
  border: 0;
  padding: 0;
}
/* line 73, ../sass/styletile/components/_cards.scss */
.card-wrapper .card.card-row .content-wrapper h2, .card-wrapper .card.card-row .content-wrapper table caption, table .card-wrapper .card.card-row .content-wrapper caption {
  margin-top: 0;
}

@media (min-width: 641px) {
  /* line 7, ../sass/pages/_setup.scss */
  .blog .basic-page-head {
    padding: 40px 0 20px 0;
  }
}
@media (max-width: 640px) {
  /* line 7, ../sass/pages/_setup.scss */
  .blog .basic-page-head {
    padding: 40px 0 1px 0;
  }
}
/* line 11, ../sass/pages/_setup.scss */
.blog .search-bar-Blog {
  padding: 70px 0 30px;
}

/* line 14, ../sass/pages/_setup.scss */
table {
  width: 100%;
  border: 0px;
  margin-bottom:20px;
}
/* line 17, ../sass/pages/_setup.scss */
table thead {
  background-color: #675198;
}
/* line 19, ../sass/pages/_setup.scss */
table thead a {
  color: #FFFFFF;
  padding: 0.8em 1.2em;
  border-bottom: 0;
  font-weight: 500;
  text-align: left;
}
/* line 26, ../sass/pages/_setup.scss */
table thead a {
  padding: 0;
}
/* line 30, ../sass/pages/_setup.scss */
table tbody tr {
  border-bottom: 0 !important;
}
/* line 32, ../sass/pages/_setup.scss */
table tbody tr:nth-child(odd) {
  background-color: #FFFFFF;
}
/* line 33, ../sass/pages/_setup.scss */
table tbody tr:nth-child(even) {
  background-color: #F2F2F2;
}
/* line 34, ../sass/pages/_setup.scss */
table tbody tr td {
  padding: 0.8em 1.2em;
  font-weight: 500;
}
/* line 37, ../sass/pages/_setup.scss */
table tbody tr td a:hover {
  color: #675198;
}
table tbody th {
  padding: 0.8em 1.2em;
  text-align: left;
  font-weight: 700;
}

/* line 42, ../sass/pages/_setup.scss */
table th.views-field-view-node, table td.views-field-view-node {
  width: 70px;
}
/* line 44, ../sass/pages/_setup.scss */
table caption {
  text-align: left;
  margin-bottom: 0.75em;
}

@media (max-width: 450px) {
  table {
    word-break:break-word;
    }
}

/* line 51, ../sass/pages/_setup.scss */
.breadcrumb {
  margin-bottom: 1.5em;
}

/* line 57, ../sass/pages/_setup.scss */
.page-guides .view .views-table,
.page-problems .view .views-table {
  margin-top: 2em;
}

/* line 9, ../sass/layout/_header.scss */
header#header {
  /*
  position: fixed;
  top: 0;
  */
  z-index: 10;
  width: 100%;
  background-color: #FFFFFF;
}
/* line 15, ../sass/layout/_header.scss */
header#header .mw-container {
  position: relative;
}
/* line 18, ../sass/layout/_header.scss */
header#header ul {
  margin: 0;
  padding: 0;
}
/* line 21, ../sass/layout/_header.scss */
header#header ul li {
  display: inline-block;
  list-style: none;
}
/* line 25, ../sass/layout/_header.scss */
header#header ul li:hover a {
  background-color: #FFFFFF;
  color: #565963;
}
/* line 30, ../sass/layout/_header.scss */
header#header ul li a {
  font-size: 18px;
  font-size: 1.125rem;
  cursor: pointer;
  display: block;
  font-weight: 300;
  padding-left: 20px;
}
/* line 37, ../sass/layout/_header.scss */
header#header ul li.search-desk {
  opacity: 0.6;
  position: relative;
  padding-right: 20px;
}
/* line 41, ../sass/layout/_header.scss */
header#header ul li.search-desk:before {
  pointer-events: none;
  content: '';
  height: 20px;
  width: 20px;
  background-image: url(../images/search.svg);
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media all and (min-width: 814px) {
  /* line 59, ../sass/layout/_header.scss */
  header#header .mobile-menu-results {
    display: none !important;
  }
  /* line 62, ../sass/layout/_header.scss */
  header#header .mobile-nav {
    display: none;
  }
  /* line 65, ../sass/layout/_header.scss */
  header#header button.mobile {
    display: none;
  }
  /* line 68, ../sass/layout/_header.scss */
  header#header .main-menu {
    display: block;
    text-align: right;
  }
  /* line 72, ../sass/layout/_header.scss */
  header#header #logo img {
    /*max-height: 80px;*/
    margin-top: 6px;
    padding-bottom: 6px;
  }
}
@media all and (max-width: 813px) {
  /* line 79, ../sass/layout/_header.scss */
  header#header button.mobile {
    display: block;
  }
  /* line 82, ../sass/layout/_header.scss */
  header#header .main-menu {
    display: none;
  }
  /* line 86, ../sass/layout/_header.scss */
  header#header #logo img {
    max-height: 60px;
  }
}
@media (max-width: 900px) {
  /* line 92, ../sass/layout/_header.scss */
  header#header img.slogan {
    max-width: 220px;
  }
}
@media (max-width: 400px) {
  /* line 98, ../sass/layout/_header.scss */
  header#header img.slogan {
    display: none;
  }
}
/* line 102, ../sass/layout/_header.scss */
header#header .desktop-nav {
  margin-bottom: 10px;
  width:100%;
}
@media (max-width: 900px) and (min-width: 813px) {
  /* line 105, ../sass/layout/_header.scss */
  header#header .desktop-nav li a {
    padding-left: 10px;
  }
}
/* line 110, ../sass/layout/_header.scss */
header#header .fixed-tabs {
  position: absolute;
  top: 0;
  right: 25px;
}
@media (max-width: 813px) {
  /* line 110, ../sass/layout/_header.scss */
  header#header .fixed-tabs {
    display: none;
  }
}
/* line 117, ../sass/layout/_header.scss */
header#header .fixed-tabs img {
  padding-top: 10px;
  padding-right: 1em;
}
/* line 121, ../sass/layout/_header.scss */
header#header .fixed-tabs .nav-button {
  margin-left: 2px;
  margin-top:0px;
  font-weight: 300;
  font-size: 19px;
  width:160px;
  padding: 0.9em 0.5em 0.7em 0.5em;
  color: #565963 !important;
  -webkit-align-self: baseline;
  -moz-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  background-color: #e5e5e5;
}
/* line 127, ../sass/layout/_header.scss */
header#header .fixed-tabs .nav-button:hover,
header#header .fixed-tabs .nav-button:focus {
  background-color: #007A8F;
  color: #FFFFFF !important;
}

@media (max-width: 813px) {
  /* line 136, ../sass/layout/_header.scss */
  .desktop-nav {
    display: none;
  }
}
/* line 142, ../sass/layout/_header.scss */
header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 144, ../sass/layout/_header.scss */
header .container .sublogo {
  text-align: right;
  margin-bottom: 20px;
}

/* line 154, ../sass/layout/_header.scss */
header#header .mobile-menu-results {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #007A8F;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.2s ease 0s;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
/* line 165, ../sass/layout/_header.scss */
header#header .mobile-menu-results ul {
  padding-left: 0;
  max-height: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* line 172, ../sass/layout/_header.scss */
header#header .mobile-menu-results ul li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
}
/* line 179, ../sass/layout/_header.scss */
header#header .mobile-menu-results ul li a {
  width: 100%;
  padding-left: 0;
  padding-top:20px;
  padding-bottom:20px;
  text-align: center;
  font-family: "MikadoBold";
  color: #FFFFFF;
  font-size: 24px;
  font-size: 1.5rem;
}

header#header .mobile-menu-results ul li a:hover,
header#header .mobile-menu-results ul li a:focus {
  color: #007A8F;
}

/* line 191, ../sass/layout/_header.scss */
header#header .mobile-menu-results.active {
  opacity: 1;
  pointer-events: all;
}

/* line 198, ../sass/layout/_header.scss */
.search-container {
  position: fixed;
  top: 143px;
  display: none;
  width: 100%;
}
/* line 203, ../sass/layout/_header.scss */
.search-container .mw-container {
  position: relative;
}
/* line 206, ../sass/layout/_header.scss */
.search-container .search-popup {
  position: absolute;
  right: 0px;
  border: solid;
  padding: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background-color: #FFFFFF;
}
/* line 210, ../sass/layout/_header.scss */
.search-container .search-popup:before {
  content: '';
  position: absolute;
  right: 40px;
  top: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #565963;
}
/* line 221, ../sass/layout/_header.scss */
.search-container .search-popup:after {
  content: '';
  position: absolute;
  right: 40px;
  top: -22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 15px 20px 15px;
  border-color: transparent transparent #fff;
}
/* line 236, ../sass/layout/_header.scss */
.search-container .search-popup input {
  width: 400px;
  border: 0;
  padding-right: 40px;
  /*background-image: none, url("/site-elements/images/search.svg"), url("/site-elements/images/search.svg");*/
  background-position: center right 12px;
  background-repeat: no-repeat;
  background-size: 30px auto;  
}
/* line 241, ../sass/layout/_header.scss */
.search-container .search-popup .search-go {
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: none, url("/site-elements/images/search.svg"), url("/site-elements/images/search.svg");
  cursor: pointer;
  background-size: 27px auto;
  background-repeat: no-repeat;
  background-position: center right 12px;
}

/* line 5, ../sass/layout/_footer.scss */
footer {
  color: #FFFFFF;
  padding-top: 80px;
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: 800px;
  background-position: center;
  background-color: #3c3c3b;
  position: relative;
  background-image: url(../images/yes.svg);
}
/* line 8, ../sass/layout/_footer.scss */
footer a,
footer a:visited, footer li a, footer li a:visited, footer a:link, footer li a:link {
  color: #FFFFFF;
  text-decoration:underline;  
}
/* line 11, ../sass/layout/_footer.scss */
footer a:hover,
footer a:visited:hover, footer li a:hover, footer li a:visited:hover, footer a:link:hover, footer li a:link:hover {
  /*opacity: 0.5;*/
  color: #FFFFFF;
  text-decoration:underline;  
}
/* line 16, ../sass/layout/_footer.scss */
footer a:visited {
  color: #FFFFFF;
  text-decoration:underline;
}
footer a:hover,
footer a:active,
footer a:focus {
  text-decoration:none;
  color: #ffffff;
}
@media (max-width: 813px) {
  /* line 5, ../sass/layout/_footer.scss */
  footer {
    padding-bottom: 170px;
  }
}
/* line 23, ../sass/layout/_footer.scss */
footer .social {
  margin-left: 10px;
  max-width: 40px;
}
/* line 26, ../sass/layout/_footer.scss */
footer .social a:hover {
  opacity: 0.5;
}
/* line 31, ../sass/layout/_footer.scss */
footer .white-logo {
  max-width: 210px;
  width: 100%;
}
/* line 35, ../sass/layout/_footer.scss */
footer .disclaimer {
  margin-top: 50px;
  font-size:1rem;
}
/* line 39, ../sass/layout/_footer.scss */
footer ul {
  display: inline-block;
  float:left;
}
/* line 41, ../sass/layout/_footer.scss */
footer ul:first-of-type {
  padding-left: 0;
}
/* line 45, ../sass/layout/_footer.scss */
footer li {
  list-style: none;
  color: #FFFFFF;
}
/* line 47, ../sass/layout/_footer.scss */
footer li:first-of-type {
  font-weight: bold;
}
/* line 52, ../sass/layout/_footer.scss */
footer .dd-logo {
  width: 600px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 600px) {
  /* line 52, ../sass/layout/_footer.scss */
  footer .dd-logo {
    width: 100%;
  }
}
/* line 61, ../sass/layout/_footer.scss */
footer img {
  width: 100%;
}

/* line 75, ../sass/layout/_footer.scss */
#sliding-popup {
  position: fixed;
  padding: 40px;
  height: auto;
  width: 420px;
  bottom: 0px;
  right: 25px;
  background-color: #675198;
}
/* line 82, ../sass/layout/_footer.scss */
#sliding-popup button {
  border: 0;
  width: 100%;
  margin-top: 10px;
}
/* line 86, ../sass/layout/_footer.scss */
#sliding-popup button:hover,
#sliding-popup button:focus {
  background-color: #23B9C7;
}
@media (max-width: 640px) {
  /* line 75, ../sass/layout/_footer.scss */
  #sliding-popup {
    width: 100%;
    left: 0;
    right: 0;
  }
}
/* line 96, ../sass/layout/_footer.scss */
#sliding-popup p, #sliding-popup h2, #sliding-popup table caption, table #sliding-popup caption {
  color: #FFFFFF;
}

/* line 9, ../sass/layout/_sidebar.scss */
aside nav h2, aside nav table caption, table aside nav caption {
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 10, ../sass/layout/_sidebar.scss */
aside nav ul {
  margin: 0;
  padding: 0;
}
/* line 13, ../sass/layout/_sidebar.scss */
aside nav ul li {
  display: block;
  list-style: none;
}
/* line 16, ../sass/layout/_sidebar.scss */
aside nav ul li a {
  font-size: 18px;
  font-size: 1.125rem;
  cursor: pointer;
  display: block;
  font-weight: 300;
  line-height: 2.4;
}
/* line 22, ../sass/layout/_sidebar.scss */
aside nav ul li a.active {
  color: #675198;
}
/* line 27, ../sass/layout/_sidebar.scss */
aside nav ul li > ul li {
  margin-left: 15px;
}
/* line 29, ../sass/layout/_sidebar.scss */
aside nav ul li > ul li a {
  font-size: 16px;
  font-size: 1rem;
}

/* line 19, ../sass/layout/_mobilemenu.scss */
.lines-button {
  z-index: 10000;
  margin-left: 20px;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: relative;
  text-indent: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transition: all, 0.3s, ease, 0s;
  -o-transition: all, 0.3s, ease, 0s;
  -webkit-transition: all, 0.3s, ease, 0s;
  transition: all, 0.3s, ease, 0s;
}
/* line 35, ../sass/layout/_mobilemenu.scss */
.lines-button:focus {
  outline: 0;
}
/* line 36, ../sass/layout/_mobilemenu.scss */
.lines-button:active {
  -moz-transition: all, 0s, ease, 0s;
  -o-transition: all, 0s, ease, 0s;
  -webkit-transition: all, 0s, ease, 0s;
  transition: all, 0s, ease, 0s;
}
/* line 37, ../sass/layout/_mobilemenu.scss */
.lines-button a.trigger {
  color: #FFFFFF;
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  vertical-align: middle;
}
/* line 43, ../sass/layout/_mobilemenu.scss */
.lines-button .lines {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  background: #000000;
  display: inline-block;
  height: 4px;
  top: 0;
  vertical-align: middle;
  position: relative;
  width: 25px;
  /*create the upper and lower lines as pseudo-elements of the middle line*/
}
/* line 49, ../sass/layout/_mobilemenu.scss */
.lines-button .lines:before, .lines-button .lines:after {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  background: #000000;
  display: inline-block;
  height: 4px;
  top: 0;
  vertical-align: middle;
  -moz-transform-origin: 1.78571px center 50%;
  -ms-transform-origin: 1.78571px center 50%;
  -webkit-transform-origin: 1.78571px center 50%;
  transform-origin: 1.78571px center 50%;
  content: '';
  position: absolute;
  left: 0;
}
/* line 56, ../sass/layout/_mobilemenu.scss */
.lines-button .lines:before {
  top: 8px;
  width: 25px;
}
/* line 60, ../sass/layout/_mobilemenu.scss */
.lines-button .lines:after {
  top: -8px;
  width: 25px;
}

/* line 66, ../sass/layout/_mobilemenu.scss */
.lines-button.x.close .lines {
  /*hide the middle line*/
  background: transparent;
  /*overlay the lines by setting both their top values to 0*/
}
/* line 71, ../sass/layout/_mobilemenu.scss */
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 25px;
  background: #FFFFFF;
}
/* line 79, ../sass/layout/_mobilemenu.scss */
.lines-button.x.close .lines:before {
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
/* line 80, ../sass/layout/_mobilemenu.scss */
.lines-button.x.close .lines:after {
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

/* line 2, ../sass/pages/_front.scss */
.center {
  text-align: center;
}

.before {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}
/*
.before:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 50px 1500px 0 0;
  top: 0;
}
/*
@media (min-width: 1500px) {
  .before:before {
    border-width: 50px 2500px 0 0;
  }
}
/*
.before.before-bg-1:before {
  border-color: #565963 transparent transparent transparent;
}
.before.before-purple:before {
  border-color: #5F509B transparent transparent transparent;
}
.before.before-bg-2:before {
  border-color: #5F509B transparent transparent transparent;
}
.before.before-bg-3:before {
  border-color: #F1F3F2 transparent transparent transparent;
}
.before.before-bg-white:before {
  border-color: #FFFFFF transparent transparent transparent;
}
*/

/* line 39, ../sass/pages/_front.scss */
.after {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}
/* line 43, ../sass/pages/_front.scss */
.after:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 0 0 50px 1500px;
  bottom: 0;
  right: 0;
}
@media (min-width: 1500px) {
  /* line 43, ../sass/pages/_front.scss */
  .after:after {
    border-width: 0 0 50px 2500px;
  }
}
@media (max-width: 640px) {
  /* line 43, ../sass/pages/_front.scss */
  .after:after {
    border-width: 0px;
  }
}
/* line 56, ../sass/pages/_front.scss */
.after.after-bg-1:after {
  border-color: transparent transparent #565963 transparent;
}
/* line 59, ../sass/pages/_front.scss */
.after.after-purple:after {
  border-color: transparent transparent #675198 transparent;
}
/* line 62, ../sass/pages/_front.scss */
.after.after-bg-2:after {
  border-color: transparent transparent #675198 transparent;
}
/* line 65, ../sass/pages/_front.scss */
.after.after-bg-3:after {
  border-color: transparent transparent #F1F3F2 transparent;
}
/* line 68, ../sass/pages/_front.scss */
.after.after-bg-white:after {
  border-color: transparent transparent #FFFFFF transparent;
}
.after.after-bg-lose-weight:after {
  border-color: transparent transparent #D54120 transparent;
}
.after.after-bg-stop-smoking:after {
  border-color: transparent transparent #E1145F transparent;
}
.after.after-bg-get-active:after {
  border-color: transparent transparent #AA559F transparent;
}
.after.after-bg-mental-wellbeing:after {
  border-color: transparent transparent #8A2883 transparent;
}
.after.after-bg-alcohol:after {
  border-color: transparent transparent #5F509B transparent;
}
.after.after-bg-fall-prevention:after {
  border-color: transparent transparent #1C5D89 transparent;
}
.after.after-bg-housing:after {
  border-color: transparent transparent #107EC2 transparent;
}
.after.after-bg-money:after {
  border-color: transparent transparent #0F8287 transparent;
}
.after.after-bg-healthy-workplace:after {
  border-color: transparent transparent #0D775F transparent;
}

/* line 77, ../sass/pages/_front.scss */
.bg-lose-weight {
  background-color: #D54120;
}

/* line 81, ../sass/pages/_front.scss */
.bg-stop-smoking {
  background-color: #E1145F;
}

/* line 85, ../sass/pages/_front.scss */
.bg-get-active {
  background-color: #AA559F;
}

/* line 89, ../sass/pages/_front.scss */
.bg-mental-wellbeing {
  background-color: #8A2883;
}

/* line 93, ../sass/pages/_front.scss */
.bg-alcohol {
  background-color: #5F509B;
}

/* line 97, ../sass/pages/_front.scss */
.bg-fall-prevention {
  background-color: #1C5D89;
}

/* line 101, ../sass/pages/_front.scss */
.bg-housing,
.bg-families {
  background-color: #0B5C8E;
}

/* line 105, ../sass/pages/_front.scss */
.bg-money {
  background-color: #0F8287;
}

/* line 109, ../sass/pages/_front.scss */
.bg-healthy-workplace {
  background-color: #0D775F;
}

/* line 113, ../sass/pages/_front.scss */
.bg-1 {
  background-color: #565963;
}

/* line 117, ../sass/pages/_front.scss */
.bg-2 {
  background-color: #675198;
}

/* line 121, ../sass/pages/_front.scss */
.bg-3 {
  background-color: #F1F3F2;
}

.bg-4 {
  background-color: #E5E5E5;
}

/* line 124, ../sass/pages/_front.scss */
.bg-white {
  background-color: #FFFFFF;
}

.stop-smoking:hover,
.stop-smoking:active {
  background-color: #E1145F !important;
}

.lose-weight:hover,
.lose-weight:active {
  background-color: #DE4826 !important;
}

.get-active:hover,
.get-active:active {
  background-color: #AA559F !important;
}

.mental-wellbeing:hover,
.mental-wellbeing:active {
  background-color: #8A2883 !important;
}

.alcohol:hover,
.alcohol:active {
  background-color: #5F509B !important;
}

.fall-prevention:hover,
.fall-prevention:active {
  background-color: #1C5D89 !important;
}

.housing:hover,
.housing:active {
  background-color: #107EC2 !important;
}

.money:hover,
.money:active {
  background-color: #0F8287 !important;
}

.healthy-workplace:hover,
.healthy-workplace:active {
  background-color: #0D775F !important;
}

/* line 128, ../sass/pages/_front.scss */
.width100 {
  width: 100%;
}

/* line 133, ../sass/pages/_front.scss */
.shaddow, .service-main .social-pod, .multiple-pods .card .inner-card {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.social-pod p {
  margin-top:0px;
}
.social-pod h2 {
  margin-bottom:10px;
}

/* line 141, ../sass/pages/_front.scss */
.leaderboard.purple {
  background-color: #675198;
}
/* line 144, ../sass/pages/_front.scss */
.leaderboard.lose-weight {
  background-color: #DE4826;
}
.leaderboard.stop-smoking {
  background-color: #E1145F;
}
.leaderboard.get-active {
  background-color: #AA559F;
}
.leaderboard.mental-wellbeing {
  background-color: #8A2883;
}
.leaderboard.alcohol {
  background-color: #5F509B;
}
.leaderboard.fall-prevention {
  background-color: #1C5D89;
}
.leaderboard.housing {
  background-color: #107EC2;
}
.leaderboard.money {
  background-color: #0F8287;
}
.leaderboard.healthy-workplace {
  background-color: #0D775F;
}


/* line 150, ../sass/pages/_front.scss */
.leaderboard {
  /*margin-top: 123px;*/
}
/* line 152, ../sass/pages/_front.scss */
.leaderboard .after {
  padding-bottom: 0;
}
/* line 155, ../sass/pages/_front.scss */
.leaderboard .mw-container {
  max-width: 1050px;
}
/* line 158, ../sass/pages/_front.scss */
.leaderboard .sub-leaderboard {
  padding-top: 30px;
  padding-bottom: 40px;
}
/* line 161, ../sass/pages/_front.scss */
.leaderboard .sub-leaderboard h1,
.leaderboard .sub-leaderboard p {
  color: #FFFFFF;
}
/* line 165, ../sass/pages/_front.scss */
.leaderboard .sub-leaderboard h1 {
  margin-top: 0;
}
/* line 168, ../sass/pages/_front.scss */
.leaderboard .sub-leaderboard p {
  margin-top: 0;
  margin-bottom: 1em;
}
/* line 173, ../sass/pages/_front.scss */
.leaderboard .leaderboard-wrapper {
  position: relative;
}
/* line 175, ../sass/pages/_front.scss */
.leaderboard .leaderboard-wrapper > img {
  width: 100%;
}
/* line 179, ../sass/pages/_front.scss */
.leaderboard .leaderboard-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1050px;
  padding: 0 25px;
}

/* line 192, ../sass/pages/_front.scss */
.leaderboard.homepage {
  position: relative;
}
/* line 193, ../sass/pages/_front.scss */
.leaderboard.homepage .leaderboard-mw-container {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* line 196, ../sass/pages/_front.scss */
.leaderboard.homepage .pod {
  border: solid 1px #FFFFFF;
  padding: 1em;
  text-align: center;
}
/* line 200, ../sass/pages/_front.scss */
.leaderboard.homepage .pod h3 {
  color: #FFFFFF;
  margin: 0 0 10px 0;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (max-width: 813px) {
  /* line 192, ../sass/pages/_front.scss */
  .leaderboard.homepage {
    margin-top: 30px;
  }
}

@media (max-width: 640px) {
  .leaderboard .leaderboard-wrapper {
      min-height: 220px;
  }
  .leaderboard-1 {
    display:none;
  }
  .leaderboard .leaderboard-wrapper > img {
    display: none;
  }
}

/* line 210, ../sass/pages/_front.scss */
.leaderboard.homepage .yesto {
  height: 180px;
  margin-right: 20px;
  margin-top: 40px;
}

@media (max-width: 420px) {
  /* line 216, ../sass/pages/_front.scss */
  .leaderboard.homepage select {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* line 221, ../sass/pages/_front.scss */
.leaderboard.homepage .yesto {
  width: 40%;
}
/* line 224, ../sass/pages/_front.scss */
.leaderboard.homepage select {
  width: 60%;
}
.leaderboard.homepage select option {
  font-weight: 700;
}
.leaderboard.homepage .homeage-category-dropdown-label {
  display: none;
}

@media (max-width: 640px) {
  /* line 228, ../sass/pages/_front.scss */
  .leaderboard.homepage .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 231, ../sass/pages/_front.scss */
  .leaderboard.homepage .yesto {
    width: 100%;
    max-width: 250px;
    display: inline-block;
    height: 60px;
    margin-bottom:30px;
  }
  /* line 237, ../sass/pages/_front.scss */
  .leaderboard.homepage select {
    width: 100%;
  }
}

/* line 246, ../sass/pages/_front.scss */
.leaderboard.service h1 {
  text-align: center;
  margin: 0 auto;
}
/* line 250, ../sass/pages/_front.scss */
.leaderboard.service .leaderboard-wrapper {
  position: relative;
}
@media (max-width: 813px) {
  /* line 252, ../sass/pages/_front.scss */
  .leaderboard.service .leaderboard-wrapper .leaderboard-menu {
    position: relative;
    padding: 0;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
  }
}
/* line 260, ../sass/pages/_front.scss */
.leaderboard.service .leaderboard-wrapper .lozange {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 280px;
  height: 280px;
  padding: 40px;
  text-align: center;
  background-color: #675198;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.2s ease 0s;
}
/* line 278, ../sass/pages/_front.scss */
.leaderboard.service .leaderboard-wrapper .lozange p {
  color: #FFFFFF;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
}
@media (max-width: 640px) {
  /* line 278, ../sass/pages/_front.scss */
  .leaderboard.service .leaderboard-wrapper .lozange p {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (max-width: 813px) {
  /* line 260, ../sass/pages/_front.scss */
  .leaderboard.service .leaderboard-wrapper .lozange {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: auto;
    width: 100%;
  }
}

/* line 296, ../sass/pages/_front.scss */
.basic-page-head {
  margin-top: 123px;
  padding: 40px 0 70px 0;
}
/* line 300, ../sass/pages/_front.scss */
.basic-page-head h1 {
  color: #FFFFFF;
}

/* line 306, ../sass/pages/_front.scss */
.downloads {
  padding: 50px 0;
}
/* line 308, ../sass/pages/_front.scss */
.downloads .intro {
  margin-bottom: 30px;
}
/* line 311, ../sass/pages/_front.scss */
.downloads .download-row {
  margin-top: 1em;
  border: solid 2px #565963;
  background-color: #FFFFFF;
  cursor: pointer;
}
@media (max-width: 813px) {
  /* line 311, ../sass/pages/_front.scss */
  .downloads .download-row {
    text-align: center;
    padding: 40px;
  }
}
/* line 320, ../sass/pages/_front.scss */
.downloads .download-row .desc,
.downloads .download-row .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
@media (max-width: 813px) {
  /* line 320, ../sass/pages/_front.scss */
  .downloads .download-row .desc,
  .downloads .download-row .button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 813px) {
  /* line 329, ../sass/pages/_front.scss */
  .downloads .download-row .button {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}
/* line 334, ../sass/pages/_front.scss */
.downloads .download-row p {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0;
}
/* line 339, ../sass/pages/_front.scss */
.downloads .download-row:hover {
  background-color: #565963;
}
/* line 341, ../sass/pages/_front.scss */
.downloads .download-row:hover p {
  color: #FFFFFF;
}

/* line 349, ../sass/pages/_front.scss */
.self-assessment-tool {
  background-color: #675198;
  background-repeat: no-repeat;
  background-size: 800px;
  background-position: center;
  background-image: url(../images/yes.svg);
  padding-top: 100px;
  padding-bottom: 70px;
  color: #FFFFFF;
}
/* line 359, ../sass/pages/_front.scss */
.self-assessment-tool .secondary-button:hover, .self-assessment-tool input[type="submit"]:hover {
  background-color: #23B9C7;
}
/* line 362, ../sass/pages/_front.scss */
.self-assessment-tool h2, .self-assessment-tool table caption, table .self-assessment-tool caption,
.self-assessment-tool p {
  color: #FFFFFF;
  margin: 0;
}
/* line 367, ../sass/pages/_front.scss */
.self-assessment-tool h2, .self-assessment-tool table caption, table .self-assessment-tool caption {
  margin-bottom: 1rem;
}
/* line 370, ../sass/pages/_front.scss */
.self-assessment-tool .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
@media (min-width: 813px) {
  /* line 370, ../sass/pages/_front.scss */
  .self-assessment-tool .button {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}

/* line 381, ../sass/pages/_front.scss */
.search-bar-Blog {
  padding: 30px 0;
  background-color: #F1F3F2;
}
/* line 384, ../sass/pages/_front.scss */
.search-bar-Blog select {
  border: solid 2px #d9d9d9;
  height: 80px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  background-image: none, url("../images/arrow-down-grey.svg"), url("../images/arrow-down-grey.svg");
}
/* line 392, ../sass/pages/_front.scss */
.search-bar-Blog input {
  height: 80px;
  border: solid 2px #d9d9d9;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #FFFFFF;
  padding-right: 40px;
  padding: 15px 45px 15px 25px;
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  background-image: none, url("../images/search.svg"), url("../images/search.svg");
  background-position: center right 12px;
  background-repeat: no-repeat;
  background-size: 30px auto;
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 416, ../sass/pages/_front.scss */
.sub-nav ul {
  list-style: none;
  padding-left: 0;
  cursor: pointer;
  padding-right: 0;
}
/* line 421, ../sass/pages/_front.scss */
.sub-nav ul li {
  padding-left: 0;
  background-color: #F1F3F2;
  margin-bottom: 0.7em;
}
/* line 425, ../sass/pages/_front.scss */
.sub-nav ul li a {
  display: inline-block;
  width: 100%;
  padding: 0.7em 1em;
  font-weight: 700;
}
/* line 429, ../sass/pages/_front.scss */
.sub-nav ul li a:hover, .sub-nav ul li a.active {
  background-color: #5F509B;
  color: #FFFFFF;
}
/* line 434, ../sass/pages/_front.scss */
.sub-nav ul li a:focus, .sub-nav ul li a:active {
  color: #565963;
}

/* line 446, ../sass/pages/_front.scss */
ul {
  padding-right: 20px;
}

/* line 450, ../sass/pages/_front.scss */
.service-main {
  padding: 50px 0;
  word-break: break-word;
}
/* line 452, ../sass/pages/_front.scss */
.service-main h2, .service-main table caption, table .service-main caption {
  margin-top: 0;
}

.service-main article ul,
.basic-page-main article ul {
  margin:0px 0px 20px 15px;
  list-style: inside;
  background: #ffffff;
}
.service-main article ol,
.basic-page-main article ol {
  margin:0px 0px 20px 35px;
}

/* line 456, ../sass/pages/_front.scss */
.service-main .social-pod {
  padding: 1.4em;
  text-align: center;
  width: 100%;
}
@media (max-width: 1024px -1) and (min-width: 813px -1) {
  /* line 456, ../sass/pages/_front.scss */
  .service-main .social-pod {
    margin-top: 2em;
  }
}
/* line 463, ../sass/pages/_front.scss */
.service-main .social-pod h2, .service-main .social-pod table caption, table .service-main .social-pod caption {
  color: #007A8F;
}
/* line 467, ../sass/pages/_front.scss */
.service-main .social-pod .icons div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  cursor: pointer;
}
.icons {
  margin-top:25px;
}
/* line 469, ../sass/pages/_front.scss */
.service-main .social-pod .icons div:hover {
  opacity: 0.5;
}

/* line 479, ../sass/pages/_front.scss */
.basic-page-main {
  padding: 50px 0;
}
/* line 481, ../sass/pages/_front.scss */
.basic-page-main img {
  width: 100%;
}
.blog-feature-image {
  margin-bottom: 45px;
}
/* line 484, ../sass/pages/_front.scss */
.basic-page-main .shaddow, .basic-page-main .service-main .social-pod, .service-main .basic-page-main .social-pod, .basic-page-main .multiple-pods .card .inner-card, .multiple-pods .card .basic-page-main .inner-card {
  width: 100%;
}
/* line 487, ../sass/pages/_front.scss */
.basic-page-main .social {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
/* line 493, ../sass/pages/_front.scss */
.basic-page-main .social h2, .basic-page-main .social table caption, table .basic-page-main .social caption {
  margin: 0;
  margin-right: 20px;
  color: #5F509B;
}
/* line 498, ../sass/pages/_front.scss */
.basic-page-main .social .icons {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
/* line 501, ../sass/pages/_front.scss */
.basic-page-main .social .icons > div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
/* line 503, ../sass/pages/_front.scss */
.basic-page-main .social .icons > div:hover {
  opacity: 0.5;
}
/* line 507, ../sass/pages/_front.scss */
.basic-page-main .social .icons > div img {
  max-width: 30px;
}
/* line 516, ../sass/pages/_front.scss */
.basic-page-main .cta {
  text-align: center;
  padding: 1.4em;
}
.cta .icons {
  margin-top:10px;
}
/* line 519, ../sass/pages/_front.scss */
.basic-page-main .cta h2, .basic-page-main .cta table caption, table .basic-page-main .cta caption, .sys_sectionbreak-header {
  font-weight: 700;
}

/* line 526, ../sass/pages/_front.scss */
.yes-to {
  background-color: #F1F3F2;
  padding: 30px 0;
}
/* line 529, ../sass/pages/_front.scss */
.yes-to .yes-to-title {
  text-align: center;
  margin-bottom: 20px;
}
/* line 532, ../sass/pages/_front.scss */
.yes-to .yes-to-title img {
  width: 160px;
}
/* line 536, ../sass/pages/_front.scss */
.yes-to .lozanges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.yes-to-image {
  width:100px;
}

/* line 540, ../sass/pages/_front.scss */
.yes-to .lozanges .lozange {
  margin-bottom: 1em;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 546, ../sass/pages/_front.scss */
.yes-to .lozanges .lozange > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 554, ../sass/pages/_front.scss */
.yes-to .lozanges .lozange > a p {
  line-height: 1;
  color: #FFFFFF;
}
/* line 558, ../sass/pages/_front.scss */
.yes-to .lozanges .lozange > a.bg-lose-weight:hover {
  background-color: #b5381c;
}
/* line 559, ../sass/pages/_front.scss */
.yes-to .lozanges .lozange > a.bg-stop-smoking:hover {
  background-color: #E1145F;
}
/* line 560, ../sass/pages/_front.scss */
.yes-to .lozanges .lozange > a.bg-get-active:hover {
  background-color: #88447f;
}
/* line 561, ../sass/pages/_front.scss */
.yes-to .lozanges .lozange > a.bg-mental-wellbeing:hover {
  background-color: #621d5d;
}
/* line 562, ../sass/pages/_front.scss */
.yes-to .lozanges .lozange > a.bg-alcohol:hover {
  background-color: #4a3f79;
}
/* line 563, ../sass/pages/_front.scss */
.yes-to .lozanges .lozange > a.bg-fall-prevention:hover {
  background-color: #13405f;
}
/* line 564, ../sass/pages/_front.scss */
.yes-to .lozanges .lozange > a.bg-housing:hover {
  background-color: #0c5f93;
}
/* line 565, ../sass/pages/_front.scss */
.yes-to .lozanges .lozange > a.bg-money:hover {
  background-color: #0a5659;
}
/* line 566, ../sass/pages/_front.scss */
.yes-to .lozanges .lozange > a.bg-healthy-workplace:hover {
  background-color: #0a5c49;
}

/* line 573, ../sass/pages/_front.scss */
.contact-page-content {
  padding: 50px 0;
}
.contact-page-content a:link,
.contact-page-content a:visited {
  text-decoration:underline;
  color:#007A8F;
}
.contact-page-content a:hover {
  text-decoration:none;
  color:#007A8F;
}
/* line 575, ../sass/pages/_front.scss */
.contact-page-content .shaddow, .contact-page-content .service-main .social-pod, .service-main .contact-page-content .social-pod, .contact-page-content .multiple-pods .card .inner-card, .multiple-pods .card .contact-page-content .inner-card {
  padding: 30px;
}
/* line 577, ../sass/pages/_front.scss */
.contact-page-content .shaddow h2, .contact-page-content .service-main .social-pod h2, .service-main .contact-page-content .social-pod h2, .contact-page-content .multiple-pods .card .inner-card h2, .multiple-pods .card .contact-page-content .inner-card h2, .contact-page-content .shaddow table caption, table .contact-page-content .shaddow caption, .contact-page-content .service-main .social-pod table caption, table .contact-page-content .service-main .social-pod caption, .service-main .contact-page-content .social-pod table caption, table .service-main .contact-page-content .social-pod caption, .contact-page-content .multiple-pods .card .inner-card table caption, table .contact-page-content .multiple-pods .card .inner-card caption, .multiple-pods .card .contact-page-content .inner-card table caption, table .multiple-pods .card .contact-page-content .inner-card caption {
  margin: 0;
}
/* line 582, ../sass/pages/_front.scss */
.contact-page-content .address p {
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 587, ../sass/pages/_front.scss */
.contact-page-content .address p:nth-child(odd) {
  color: rgba(86, 89, 99, 0.6);
}
/* line 590, ../sass/pages/_front.scss */
.contact-page-content .address p:nth-child(even) {
  margin-bottom: 1em;
}

/* line 597, ../sass/pages/_front.scss */
.multiple-pods {
  padding: 50px 0;
}
/* line 599, ../sass/pages/_front.scss */
.multiple-pods .card {
  cursor: pointer;
}
/* line 601, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px;
  text-align: center;
  display:block;
}
/* line 602, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card h2, .multiple-pods .card .inner-card table caption, table .multiple-pods .card .inner-card caption {
  max-width: 250px;
  margin: 1em auto 0 auto;
}
/* line 610, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card .text {
  position: relative;
}
.multiple-pods .card .inner-card .text a:link,
.multiple-pods .card .inner-card .text a:visited {
  text-decoration:underline;
  color:#007A8F;
}
.multiple-pods .card .inner-card .text a:hover {
  text-decoration:none;
  color:#007A8F;
}
/* line 612, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card .text .button-float {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 622, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card .lozange {
  margin: 0 auto;
  padding-left:5px;
  padding-right:5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: "MikadoBold";
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.2s ease 0s;
}
/* line 637, ../sass/pages/_front.scss */

.multiple-pods .card .inner-card.lose-weight .lozange {
  background-color: #D54120;
}
/*
.multiple-pods .card .inner-card.lose-weight .lozange .primary-button, .multiple-pods .card .inner-card.lose-weight .lozange .search-form input[type=submit], .search-form .multiple-pods .card .inner-card.lose-weight .lozange input[type=submit] {
  background-color: #D54120;
}
*/
/* line 643, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.stop-smoking .lozange {
  background-color: #E1145F;
}
/* line 645, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.stop-smoking .lozange .primary-button, .multiple-pods .card .inner-card.stop-smoking .lozange .search-form input[type=submit], .search-form .multiple-pods .card .inner-card.stop-smoking .lozange input[type=submit] {
  background-color: #E1145F;
}
/* line 649, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.get-active .lozange {
  background-color: #AA559F;
}
/* line 651, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.get-active .lozange .primary-button, .multiple-pods .card .inner-card.get-active .lozange .search-form input[type=submit], .search-form .multiple-pods .card .inner-card.get-active .lozange input[type=submit] {
  background-color: #AA559F;
}
/* line 655, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.mental-wellbeing .lozange {
  background-color: #8A2883;
}
/* line 657, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.mental-wellbeing .lozange .primary-button, .multiple-pods .card .inner-card.mental-wellbeing .lozange .search-form input[type=submit], .search-form .multiple-pods .card .inner-card.mental-wellbeing .lozange input[type=submit] {
  background-color: #8A2883;
}
/* line 661, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.alcohol .lozange {
  background-color: #5F509B;
}
/* line 663, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.alcohol .lozange .primary-button, .multiple-pods .card .inner-card.alcohol .lozange .search-form input[type=submit], .search-form .multiple-pods .card .inner-card.alcohol .lozange input[type=submit] {
  background-color: #5F509B;
}
/* line 667, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.fall-prevention .lozange {
  background-color: #1C5D89;
}
/* line 669, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.fall-prevention .lozange .primary-button, .multiple-pods .card .inner-card.fall-prevention .lozange .search-form input[type=submit], .search-form .multiple-pods .card .inner-card.fall-prevention .lozange input[type=submit] {
  background-color: #1C5D89;
}
/* line 673, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.housing .lozange {
  background-color: #0B5C8E;
}
/* line 675, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.housing .lozange .primary-button, .multiple-pods .card .inner-card.housing .lozange .search-form input[type=submit], .search-form .multiple-pods .card .inner-card.housing .lozange input[type=submit] {
  background-color: #0B5C8E;
}
/* line 679, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.money .lozange {
  background-color: #0F8287;
}
/* line 681, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.money .lozange .primary-button, .multiple-pods .card .inner-card.money .lozange .search-form input[type=submit], .search-form .multiple-pods .card .inner-card.money .lozange input[type=submit] {
  background-color: #0F8287;
}
/* line 685, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.healthy-workplace .lozange {
  background-color: #0D775F;
}
/* line 687, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.healthy-workplace .lozange .primary-button, .multiple-pods .card .inner-card.healthy-workplace .lozange .search-form input[type=submit], .search-form .multiple-pods .card .inner-card.healthy-workplace .lozange input[type=submit] {
  background-color: #0D775F;
}
/* line 691, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.get-in-touch .lozange {
  background-color: #675198;
}

.multiple-pods .card .inner-card.get-in-touch-orange .lozange {
  background-color: #D54120;
}

.multiple-pods .card .inner-card.get-in-touch-orange .lozange .primary-button, .multiple-pods .card .inner-card.get-in-touch-orange .lozange .search-form input[type=submit], .search-form .multiple-pods .card .inner-card.get-in-touch-orange .lozange input[type=submit] {
  background-color: #D54120;
}
/* line 693, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.get-in-touch .lozange .primary-button, .multiple-pods .card .inner-card.get-in-touch .lozange .search-form input[type=submit], .search-form .multiple-pods .card .inner-card.get-in-touch .lozange input[type=submit] {
  background-color: #D54120;
}
/* line 698, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.hover .button-float {
  display: block;
}
/* line 701, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.hover .lozange {
  background-color: #FFFFFF;
}
/* line 704, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.hover.lose-weight,
.multiple-pods .card .inner-card.hover.get-in-touch-orange {
  background-color: #D54120;
}
/* line 705, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.hover.lose-weight .lozange,
.multiple-pods .card .inner-card.hover.get-in-touch-orange .lozange,
.multiple-pods .card .inner-card.hover.lose-weight .text h2,
.multiple-pods .card .inner-card.hover.lose-weight .text table caption,
table .multiple-pods .card .inner-card.hover.lose-weight .text caption,
.multiple-pods .card .inner-card.hover.lose-weight .text p,
.multiple-pods .card .inner-card.hover.lose-weight .white {
  color: #D54120;
}
/* line 713, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.hover.stop-smoking {
  background-color: #E1145F;
}
/* line 714, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.hover.stop-smoking .lozange,
.multiple-pods .card .inner-card.hover.stop-smoking .text h2,
.multiple-pods .card .inner-card.hover.stop-smoking .text table caption,
table .multiple-pods .card .inner-card.hover.stop-smoking .text caption,
.multiple-pods .card .inner-card.hover.stop-smoking .text p,
.multiple-pods .card .inner-card.hover.stop-smoking .white {
  color: #E1145F;
}
/* line 722, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.hover.get-active {
  background-color: #AA559F;
}
/* line 723, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.hover.get-active .lozange,
.multiple-pods .card .inner-card.hover.get-active .text h2,
.multiple-pods .card .inner-card.hover.get-active .text table caption,
table .multiple-pods .card .inner-card.hover.get-active .text caption,
.multiple-pods .card .inner-card.hover.get-active .text p,
.multiple-pods .card .inner-card.hover.get-active .white {
  color: #AA559F;
}
/* line 731, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.hover.mental-wellbeing {
  background-color: #8A2883;
}
/* line 732, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.hover.mental-wellbeing .lozange,
.multiple-pods .card .inner-card.hover.mental-wellbeing .text h2,
.multiple-pods .card .inner-card.hover.mental-wellbeing .text table caption,
table .multiple-pods .card .inner-card.hover.mental-wellbeing .text caption,
.multiple-pods .card .inner-card.hover.mental-wellbeing .text p,
.multiple-pods .card .inner-card.hover.mental-wellbeing .white {
  color: #8A2883;
}
/* line 740, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.hover.alcohol {
  background-color: #5F509B;
}
/* line 741, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.hover.alcohol .lozange,
.multiple-pods .card .inner-card.hover.alcohol .text h2,
.multiple-pods .card .inner-card.hover.alcohol .text table caption,
table .multiple-pods .card .inner-card.hover.alcohol .text caption,
.multiple-pods .card .inner-card.hover.alcohol .text p,
.multiple-pods .card .inner-card.hover.alcohol .white {
  color: #5F509B;
}
/* line 749, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.hover.fall-prevention {
  background-color: #0B5C8E;
}
/* line 750, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.hover.fall-prevention .lozange,
.multiple-pods .card .inner-card.hover.fall-prevention .text h2,
.multiple-pods .card .inner-card.hover.fall-prevention .text table caption,
table .multiple-pods .card .inner-card.hover.fall-prevention .text caption,
.multiple-pods .card .inner-card.hover.fall-prevention .text p,
.multiple-pods .card .inner-card.hover.fall-prevention .white {
  color: #0B5C8E;
}
/* line 758, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.hover.housing {
  background-color: #0B5C8E;
}
/* line 759, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.hover.housing .lozange,
.multiple-pods .card .inner-card.hover.housing .text h2,
.multiple-pods .card .inner-card.hover.housing .text table caption,
table .multiple-pods .card .inner-card.hover.housing .text caption,
.multiple-pods .card .inner-card.hover.housing .text p,
.multiple-pods .card .inner-card.hover.housing .white {
  color: #0B5C8E;
}
/* line 767, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.hover.money {
  background-color: #0F8287;
}
/* line 768, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.hover.money .lozange,
.multiple-pods .card .inner-card.hover.money .text h2,
.multiple-pods .card .inner-card.hover.money .text table caption,
table .multiple-pods .card .inner-card.hover.money .text caption,
.multiple-pods .card .inner-card.hover.money .text p,
.multiple-pods .card .inner-card.hover.money .white {
  color: #0F8287;
}
/* line 776, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.hover.healthy-workplace {
  background-color: #0D775F;
}
/* line 777, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.hover.healthy-workplace .lozange,
.multiple-pods .card .inner-card.hover.healthy-workplace .text h2,
.multiple-pods .card .inner-card.hover.healthy-workplace .text table caption,
table .multiple-pods .card .inner-card.hover.healthy-workplace .text caption,
.multiple-pods .card .inner-card.hover.healthy-workplace .text p,
.multiple-pods .card .inner-card.hover.healthy-workplace .white {
  color: #0D775F;
}
/* line 785, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.hover.get-in-touch {
  background-color: #675198;
}
/* line 786, ../sass/pages/_front.scss */
.multiple-pods .card .inner-card.hover.get-in-touch .lozange,
.multiple-pods .card .inner-card.hover.get-in-touch .text h2,
.multiple-pods .card .inner-card.hover.get-in-touch .text table caption,
table .multiple-pods .card .inner-card.hover.get-in-touch .text caption,
.multiple-pods .card .inner-card.hover.get-in-touch .text p,
.multiple-pods .card .inner-card.hover.get-in-touch .white {
  color: #675198;
}

/* line 800, ../sass/pages/_front.scss */
.card-section {
  background-color: #F1F3F2;
  padding: 3em 0;
}
/* line 803, ../sass/pages/_front.scss */
.card-section.bg-white {
  background-color: #FFFFFF !important;
}
/* line 807, ../sass/pages/_front.scss */
.card-section .image img {
  width: 100%;
}
/* line 811, ../sass/pages/_front.scss */
.card-section .text {
  margin-bottom: 0.6em;
}
/* line 813, ../sass/pages/_front.scss */
.card-section .text h2, .card-section .text table caption, table .card-section .text caption {
  margin-top: 0.8em;
  margin-bottom: 0;
}
/* line 817, ../sass/pages/_front.scss */
.card-section .text p {
  margin-top: 10px;
}

.tool-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tool-pagination a.prev,
.tool-pagination a.next {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.pages {
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.pages li {
  list-style: none;
}

ul.pages li .current,
ul.pages li a {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 450px) {
  ul.pages {
    overflow:scroll;
  }
}

.Video {
  width:628px;
  height:353px;
  border:none;
}

@media (max-width: 980px) {
  .Video {
    width:100%;
    max-height:100%;
    }
  }

.banner-message {
  width:100%;
  padding:5px 2%;
  background-color:#3c3c3b;
  text-align:center;
}
.banner-message p {
  color:#ffffff;
  font-size:1.3em;
}
.banner-message a:link,
.banner-message a:visited {
  color:#ffffff;
  text-decoration:underline;
}
.banner-message a:active,
.banner-message a:hover {
  color:#ffffff;
  text-decoration:none;
}

a.skip-to-content {
  left:-999px;
  position:absolute;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
  z-index:-999;
}
a.skip-to-content:focus, 
a.skip-to-content:active {
  color: #ffffff;
  background-color:#404041;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow:auto;
  margin: 10px 35%;
  padding:10px;
  text-align:center;
  font-size:18px;
  font-weight: 400;
  font-family: 'Bariol';
  z-index:999;
}

.float-image-right {
  float: right;
  margin: 10px;
}