@charset "UTF-8";
/* Scss Document */
/*  -----------------------------
	ICOMOON
	----------------------------- */
@font-face {
  font-family: 'icomoon';
  src: url("icomoon/fonts/icomoon.eot");
  src: url("icomoon/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("icomoon/fonts/icomoon.woff") format("woff"), url("icomoon/fonts/icomoon.ttf") format("truetype"), url("icomoon/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 14, ../scss/screen.scss */
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: -5%;
  font-size: 0.8em;
}

/*  -----------------------------
	FONT FACE
	----------------------------- */
@font-face {
  font-family: 'montserratregular';
  src: url("webfonts/montserrat/montserrat-regular-webfont.eot");
  src: url("webfonts/montserrat/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/montserrat/montserrat-regular-webfont.woff2") format("woff2"), url("webfonts/montserrat/montserrat-regular-webfont.woff") format("woff"), url("webfonts/montserrat/montserrat-regular-webfont.ttf") format("truetype"), url("webfonts/montserrat/montserrat-regular-webfont.svg#montserratregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratlight';
  src: url("webfonts/montserrat/montserrat-light-webfont.eot");
  src: url("webfonts/montserrat/montserrat-light-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/montserrat/montserrat-light-webfont.woff2") format("woff2"), url("webfonts/montserrat/montserrat-light-webfont.woff") format("woff"), url("webfonts/montserrat/montserrat-light-webfont.ttf") format("truetype"), url("webfonts/montserrat/montserrat-light-webfont.svg#montserratlight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratbold';
  src: url("webfonts/montserrat/montserrat-bold-webfont.eot");
  src: url("webfonts/montserrat/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("webfonts/montserrat/montserrat-bold-webfont.woff2") format("woff2"), url("webfonts/montserrat/montserrat-bold-webfont.woff") format("woff"), url("webfonts/montserrat/montserrat-bold-webfont.ttf") format("truetype"), url("webfonts/montserrat/montserrat-bold-webfont.svg#montserratbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ALSO, from https://www.typography.com/ 
gotham rounded, just use weights 300 light 400 book 500 medium 700 bold 
eg font-family: 'Gotham Rounded A', 'Gotham Rounded B'; font-weight: 700; font-style: normal;
*/
/*  -----------------------------
	IMPORTS 1
	----------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../scss/_normalize.scss */
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.
 */
/* line 33, ../scss/_normalize.scss */
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.
 */
/* line 54, ../scss/_normalize.scss */
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.
 */
/* line 67, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, ../scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

/* line 169, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

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

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

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

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

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../scss/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../scss/_normalize.scss */
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.
 */
/* line 252, ../scss/_normalize.scss */
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.
 */
/* line 266, ../scss/_normalize.scss */
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.
 */
/* line 277, ../scss/_normalize.scss */
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.
 */
/* line 290, ../scss/_normalize.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 302, ../scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../scss/_normalize.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 322, ../scss/_normalize.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.
 */
/* line 334, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  margin-left: 1px;
}

/**
 * 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 347, ../scss/_normalize.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
 *    (include `-moz` to future-proof).
 */
/* line 358, ../scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

/**
 * Define consistent border, margin, and padding.
 */
/* line 380, ../scss/_normalize.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.
 */
/* line 391, ../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 420, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 425, ../scss/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 353, ../scss/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/{{VERSION}}/";
}

/* line 357, ../scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

/* line 362, ../scss/foundation/components/_global.scss */
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

/* line 367, ../scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* line 372, ../scss/foundation/components/_global.scss */
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:1000px)/";
  width: 40.063em;
}

/* line 377, ../scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:1001px)/";
  width: 1001px;
}

/* line 382, ../scss/foundation/components/_global.scss */
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:1001px) and (max-width:90em)/";
  width: 1001px;
}

/* line 387, ../scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

/* line 392, ../scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em;
}

/* line 397, ../scss/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

/* line 402, ../scss/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 409, ../scss/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 412, ../scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 418, ../scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 422, ../scss/foundation/components/_global.scss */
body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

/* line 435, ../scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 438, ../scss/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 440, ../scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 444, ../scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 451, ../scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 452, ../scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 172, ../scss/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 173, ../scss/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 456, ../scss/foundation/components/_global.scss */
.hide {
  display: none !important;
  visibility: hidden;
}

/* line 462, ../scss/foundation/components/_global.scss */
.invisible {
  visibility: hidden;
}

/* line 468, ../scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 471, ../scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 481, ../scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 484, ../scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* line 232, ../scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
}
/* line 172, ../scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 173, ../scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 236, ../scss/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 239, ../scss/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 242, ../scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
/* line 172, ../scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 173, ../scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 243, ../scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
/* line 172, ../scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 173, ../scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 247, ../scss/foundation/components/_grid.scss */
.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

/* line 250, ../scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"]:last-child {
  float: right;
}

/* line 251, ../scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  /* line 159, ../scss/foundation/components/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  /* line 167, ../scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .small-1 {
    width: 8.3333333333%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .small-2 {
    width: 16.6666666667%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .small-3 {
    width: 25%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .small-4 {
    width: 33.3333333333%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .small-5 {
    width: 41.6666666667%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .small-6 {
    width: 50%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .small-7 {
    width: 58.3333333333%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .small-8 {
    width: 66.6666666667%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .small-9 {
    width: 75%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .small-10 {
    width: 83.3333333333%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .small-11 {
    width: 91.6666666667%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .small-12 {
    width: 100%;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .small-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .small-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .small-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .small-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  /* line 179, ../scss/foundation/components/_grid.scss */
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 187, ../scss/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 190, ../scss/foundation/components/_grid.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 198, ../scss/foundation/components/_grid.scss */
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  /* line 204, ../scss/foundation/components/_grid.scss */
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  /* line 209, ../scss/foundation/components/_grid.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  /* line 216, ../scss/foundation/components/_grid.scss */
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 219, ../scss/foundation/components/_grid.scss */
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 222, ../scss/foundation/components/_grid.scss */
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 159, ../scss/foundation/components/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  /* line 167, ../scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .medium-1 {
    width: 8.3333333333%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .medium-2 {
    width: 16.6666666667%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .medium-4 {
    width: 33.3333333333%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .medium-5 {
    width: 41.6666666667%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .medium-7 {
    width: 58.3333333333%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .medium-8 {
    width: 66.6666666667%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .medium-10 {
    width: 83.3333333333%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .medium-11 {
    width: 91.6666666667%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .medium-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .medium-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .medium-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .medium-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  /* line 179, ../scss/foundation/components/_grid.scss */
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 187, ../scss/foundation/components/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 190, ../scss/foundation/components/_grid.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 198, ../scss/foundation/components/_grid.scss */
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  /* line 204, ../scss/foundation/components/_grid.scss */
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  /* line 209, ../scss/foundation/components/_grid.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  /* line 216, ../scss/foundation/components/_grid.scss */
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 219, ../scss/foundation/components/_grid.scss */
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 222, ../scss/foundation/components/_grid.scss */
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 261, ../scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 264, ../scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 261, ../scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  /* line 264, ../scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  /* line 261, ../scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  /* line 264, ../scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  /* line 261, ../scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 264, ../scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 261, ../scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  /* line 264, ../scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  /* line 261, ../scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  /* line 264, ../scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  /* line 261, ../scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 264, ../scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 261, ../scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  /* line 264, ../scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  /* line 261, ../scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  /* line 264, ../scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  /* line 261, ../scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 264, ../scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 261, ../scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  /* line 264, ../scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  /* line 261, ../scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  /* line 264, ../scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width: 1001px) {
  /* line 159, ../scss/foundation/components/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  /* line 159, ../scss/foundation/components/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }

  /* line 167, ../scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .large-1 {
    width: 8.3333333333%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .large-2 {
    width: 16.6666666667%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .large-3 {
    width: 25%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .large-4 {
    width: 33.3333333333%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .large-5 {
    width: 41.6666666667%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .large-6 {
    width: 50%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .large-7 {
    width: 58.3333333333%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .large-8 {
    width: 66.6666666667%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .large-9 {
    width: 75%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .large-10 {
    width: 83.3333333333%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .large-11 {
    width: 91.6666666667%;
  }

  /* line 172, ../scss/foundation/components/_grid.scss */
  .large-12 {
    width: 100%;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .large-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .large-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .large-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .large-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  /* line 176, ../scss/foundation/components/_grid.scss */
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }

  /* line 179, ../scss/foundation/components/_grid.scss */
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 187, ../scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 190, ../scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 198, ../scss/foundation/components/_grid.scss */
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  /* line 204, ../scss/foundation/components/_grid.scss */
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  /* line 209, ../scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  /* line 216, ../scss/foundation/components/_grid.scss */
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 219, ../scss/foundation/components/_grid.scss */
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 222, ../scss/foundation/components/_grid.scss */
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 272, ../scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 275, ../scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 272, ../scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  /* line 275, ../scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }

  /* line 272, ../scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  /* line 275, ../scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }

  /* line 272, ../scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 275, ../scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 272, ../scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  /* line 275, ../scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }

  /* line 272, ../scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  /* line 275, ../scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }

  /* line 272, ../scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 275, ../scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 272, ../scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  /* line 275, ../scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }

  /* line 272, ../scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  /* line 275, ../scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }

  /* line 272, ../scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 275, ../scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 272, ../scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  /* line 275, ../scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }

  /* line 272, ../scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  /* line 275, ../scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
/* line 106, ../scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
/* line 172, ../scss/foundation/components/_global.scss */
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
/* line 173, ../scss/foundation/components/_global.scss */
[class*="block-grid-"]:after {
  clear: both;
}
/* line 50, ../scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 1001px) {
  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 61, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  /* line 68, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* line 155, ../scss/foundation/components/_type.scss */
.text-left {
  text-align: left !important;
}

/* line 156, ../scss/foundation/components/_type.scss */
.text-right {
  text-align: right !important;
}

/* line 157, ../scss/foundation/components/_type.scss */
.text-center {
  text-align: center !important;
}

/* line 158, ../scss/foundation/components/_type.scss */
.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  /* line 162, ../scss/foundation/components/_type.scss */
  .small-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../scss/foundation/components/_type.scss */
  .small-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../scss/foundation/components/_type.scss */
  .small-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../scss/foundation/components/_type.scss */
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  /* line 162, ../scss/foundation/components/_type.scss */
  .small-text-left {
    text-align: left !important;
  }

  /* line 163, ../scss/foundation/components/_type.scss */
  .small-text-right {
    text-align: right !important;
  }

  /* line 164, ../scss/foundation/components/_type.scss */
  .small-text-center {
    text-align: center !important;
  }

  /* line 165, ../scss/foundation/components/_type.scss */
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 1000px) {
  /* line 162, ../scss/foundation/components/_type.scss */
  .medium-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../scss/foundation/components/_type.scss */
  .medium-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../scss/foundation/components/_type.scss */
  .medium-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../scss/foundation/components/_type.scss */
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 162, ../scss/foundation/components/_type.scss */
  .medium-text-left {
    text-align: left !important;
  }

  /* line 163, ../scss/foundation/components/_type.scss */
  .medium-text-right {
    text-align: right !important;
  }

  /* line 164, ../scss/foundation/components/_type.scss */
  .medium-text-center {
    text-align: center !important;
  }

  /* line 165, ../scss/foundation/components/_type.scss */
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 90em) {
  /* line 162, ../scss/foundation/components/_type.scss */
  .large-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../scss/foundation/components/_type.scss */
  .large-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../scss/foundation/components/_type.scss */
  .large-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../scss/foundation/components/_type.scss */
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 1001px) {
  /* line 162, ../scss/foundation/components/_type.scss */
  .large-text-left {
    text-align: left !important;
  }

  /* line 163, ../scss/foundation/components/_type.scss */
  .large-text-right {
    text-align: right !important;
  }

  /* line 164, ../scss/foundation/components/_type.scss */
  .large-text-center {
    text-align: center !important;
  }

  /* line 165, ../scss/foundation/components/_type.scss */
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  /* line 162, ../scss/foundation/components/_type.scss */
  .xlarge-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../scss/foundation/components/_type.scss */
  .xlarge-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../scss/foundation/components/_type.scss */
  .xlarge-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../scss/foundation/components/_type.scss */
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 162, ../scss/foundation/components/_type.scss */
  .xlarge-text-left {
    text-align: left !important;
  }

  /* line 163, ../scss/foundation/components/_type.scss */
  .xlarge-text-right {
    text-align: right !important;
  }

  /* line 164, ../scss/foundation/components/_type.scss */
  .xlarge-text-center {
    text-align: center !important;
  }

  /* line 165, ../scss/foundation/components/_type.scss */
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  /* line 162, ../scss/foundation/components/_type.scss */
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../scss/foundation/components/_type.scss */
  .xxlarge-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../scss/foundation/components/_type.scss */
  .xxlarge-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../scss/foundation/components/_type.scss */
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) {
  /* line 162, ../scss/foundation/components/_type.scss */
  .xxlarge-text-left {
    text-align: left !important;
  }

  /* line 163, ../scss/foundation/components/_type.scss */
  .xxlarge-text-right {
    text-align: right !important;
  }

  /* line 164, ../scss/foundation/components/_type.scss */
  .xxlarge-text-center {
    text-align: center !important;
  }

  /* line 165, ../scss/foundation/components/_type.scss */
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
/* line 193, ../scss/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
/* line 217, ../scss/foundation/components/_type.scss */
a {
  color: #008CBA;
  text-decoration: none;
  line-height: inherit;
}
/* line 222, ../scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #0078a0;
}
/* line 230, ../scss/foundation/components/_type.scss */
a img {
  border: none;
}

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

/* Default header styles */
/* line 252, ../scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
/* line 262, ../scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

/* line 269, ../scss/foundation/components/_type.scss */
h1 {
  font-size: 2.125rem;
}

/* line 270, ../scss/foundation/components/_type.scss */
h2 {
  font-size: 1.6875rem;
}

/* line 271, ../scss/foundation/components/_type.scss */
h3 {
  font-size: 1.375rem;
}

/* line 272, ../scss/foundation/components/_type.scss */
h4 {
  font-size: 1.125rem;
}

/* line 273, ../scss/foundation/components/_type.scss */
h5 {
  font-size: 1.125rem;
}

/* line 274, ../scss/foundation/components/_type.scss */
h6 {
  font-size: 1rem;
}

/* line 276, ../scss/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

/* line 278, ../scss/foundation/components/_type.scss */
hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 287, ../scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 293, ../scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 299, ../scss/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 304, ../scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

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

/* line 326, ../scss/foundation/components/_type.scss */
ul {
  margin-left: 1.1rem;
}
/* line 328, ../scss/foundation/components/_type.scss */
ul.no-bullet {
  margin-left: 0;
}
/* line 331, ../scss/foundation/components/_type.scss */
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
/* line 344, ../scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
/* line 353, ../scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 356, ../scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
/* line 357, ../scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
/* line 358, ../scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
/* line 359, ../scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 363, ../scss/foundation/components/_type.scss */
ol {
  margin-left: 1.4rem;
}
/* line 366, ../scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 376, ../scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
/* line 380, ../scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
/* line 384, ../scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help;
}

/* line 391, ../scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}
/* line 393, ../scss/foundation/components/_type.scss */
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
/* line 399, ../scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}
/* line 404, ../scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}
/* line 408, ../scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 412, ../scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

/* line 418, ../scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
/* line 425, ../scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
/* line 431, ../scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 435, ../scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

/* line 442, ../scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 444, ../scss/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 455, ../scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  /* line 456, ../scss/foundation/components/_type.scss */
  h1 {
    font-size: 2.75rem;
  }

  /* line 457, ../scss/foundation/components/_type.scss */
  h2 {
    font-size: 2.3125rem;
  }

  /* line 458, ../scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.6875rem;
  }

  /* line 459, ../scss/foundation/components/_type.scss */
  h4 {
    font-size: 1.4375rem;
  }

  /* line 460, ../scss/foundation/components/_type.scss */
  h5 {
    font-size: 1.125rem;
  }

  /* line 461, ../scss/foundation/components/_type.scss */
  h6 {
    font-size: 1rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 472, ../scss/foundation/components/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 474, ../scss/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 481, ../scss/foundation/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 483, ../scss/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 485, ../scss/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 488, ../scss/foundation/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 492, ../scss/foundation/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  /* line 498, ../scss/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 500, ../scss/foundation/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 503, ../scss/foundation/components/_type.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 507, ../scss/foundation/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 514, ../scss/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 517, ../scss/foundation/components/_type.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 518, ../scss/foundation/components/_type.scss */
  .print-only {
    display: block !important;
  }

  /* line 519, ../scss/foundation/components/_type.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 520, ../scss/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* Scss Document */
/* line 3, ../scss/_wordpress_fixes.scss */
figure {
  margin: 0;
  max-width: 100%;
}

/*  -----------------------------
	COLOURS
	----------------------------- */
/*  -----------------------------
	BREAK POINTS
	----------------------------- */
/*  -----------------------------
	CLEARFIX
	----------------------------- */
/* line 99, ../scss/screen.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 105, ../scss/screen.scss */
.clearfix:after {
  clear: both;
}

/*  -----------------------------
	FONT SMOOTHING see http://maximilianhoffmann.com/posts/better-font-rendering-on-osx
	----------------------------- */
/*  -----------------------------
	TEXT SIZE/LINE HEIGHT COMBOS
	----------------------------- */
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 350, ../scss/screen.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/*  -----------------------------
	UTTER UTTER BASIC CSS
	----------------------------- */
/* line 357, ../scss/screen.scss */
html {
  height: 100%;
}

/* line 360, ../scss/screen.scss */
body {
  margin: 0;
  position: relative;
  height: 100%;
  font-family: 'montserratregular', 'Helvetica Neue', ​Helvetica, ​Roboto, ​Arial, ​sans-serif;
  color: #3b3952;
}

/* line 367, ../scss/screen.scss */
#page {
  clear: both;
  float: left;
  height: 100%;
  width: 100%;
  position: relative;
}

/* line 374, ../scss/screen.scss */
.rows-wrapper {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

/* line 385, ../scss/screen.scss */
.row {
  box-sizing: border-box;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 10000px) {
  /* line 385, ../scss/screen.scss */
  .row {
    box-sizing: border-box;
    max-width: 1400px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1300px) {
  /* line 385, ../scss/screen.scss */
  .row {
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 1000px) {
  /* line 385, ../scss/screen.scss */
  .row {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  /* line 385, ../scss/screen.scss */
  .row {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 10000px) {
  /* line 405, ../scss/screen.scss */
  .row.max-width, .max-width {
    box-sizing: border-box;
    max-width: 1400px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1300px) {
  /* line 405, ../scss/screen.scss */
  .row.max-width, .max-width {
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 1000px) {
  /* line 405, ../scss/screen.scss */
  .row.max-width, .max-width {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  /* line 405, ../scss/screen.scss */
  .row.max-width, .max-width {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 419, ../scss/screen.scss */
.row .columns, .row .column {
  padding-left: 15px;
  /* change the values to anything that you want */
  padding-right: 15px;
}

/* line 424, ../scss/screen.scss */
nav button {
  display: none;
}

/* line 427, ../scss/screen.scss */
.menu li {
  list-style-type: none;
}

/* line 430, ../scss/screen.scss */
#primary-wrapper {
  float: left;
}

/* line 433, ../scss/screen.scss */
#secondary-wrapper {
  float: right;
}

/*  -----------------------------
	IMPORTS
	----------------------------- */
/* line 1, ../scss/_header.scss */
header#masthead {
  padding-bottom: 5px;
  background-color: #fff;
}

/* line 5, ../scss/_header.scss */
.skip-link {
  display: none;
}

/* line 8, ../scss/_header.scss */
#menu-item-263 {
  /* mobi nav */
  display: none;
}

/*  -----------------------------
	TOP BAR
	----------------------------- */
/* line 15, ../scss/_header.scss */
#top-bar {
  display: block;
  background-color: #fff;
}
@media screen and (max-width: 10000px) {
  /* line 18, ../scss/_header.scss */
  #top-bar .row {
    box-sizing: border-box;
    max-width: 1400px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1300px) {
  /* line 18, ../scss/_header.scss */
  #top-bar .row {
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 1000px) {
  /* line 18, ../scss/_header.scss */
  #top-bar .row {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  /* line 18, ../scss/_header.scss */
  #top-bar .row {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 33, ../scss/_header.scss */
#top-bar-content {
  float: right;
  text-align: right;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 39, ../scss/_header.scss */
#top-bar-content .twitter {
  display: none;
  float: left;
  height: 39px;
  width: 39px;
  background-color: #5695fe;
}
/* line 45, ../scss/_header.scss */
#top-bar-content .twitter img {
  margin: 8px;
  width: 100%;
  height: 100%;
}

/* line 52, ../scss/_header.scss */
#secondary-navigation {
  float: left;
}
/* line 54, ../scss/_header.scss */
#secondary-navigation a:link, #secondary-navigation a:visited {
  display: block;
  background-color: #00a19a;
  color: #fff;
  text-transform: uppercase;
  margin-right: 5px;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 8.75px;
  font-size: 0.875rem;
  line-height: 24.375px;
  line-height: 2.4375rem;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 3500ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
/* line 72, ../scss/_header.scss */
#secondary-navigation #menu-item-896 a {
  /* register */
  background-image: url("../cmsimg/register_icon.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 55px;
}
/* line 80, ../scss/_header.scss */
#secondary-navigation .menu-sec-menu-container {
  float: left;
}

/* line 84, ../scss/_header.scss */
#searchform {
  float: left;
}
/* line 86, ../scss/_header.scss */
#searchform #swrap {
  float: left;
}
/* line 89, ../scss/_header.scss */
#searchform #s {
  float: left;
  padding: 0;
  padding-bottom: 0;
  font-size: 8.75px;
  font-size: 0.875rem;
  line-height: 24.375px;
  line-height: 2.4375rem;
  background-color: #eee;
  border: none;
  text-indent: 5px;
  width: 0;
}
/* line 99, ../scss/_header.scss */
#searchform #searchsubmit {
  background-color: #562e91;
  background-image: url("../cmsimg/magnify.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  box-shadow: 0 0 24px -12px rgba(0, 0, 0, 0.1) inset;
  cursor: pointer;
  display: inline-block;
  font-size: 8.75px;
  font-size: 0.875rem;
  line-height: 24.375px;
  line-height: 2.4375rem;
  top: 0;
  width: 45px;
  height: 39px;
  text-indent: -2000px;
}

/*  -----------------------------
	BRANDING
	----------------------------- */
/* line 120, ../scss/_header.scss */
#header-branding .row {
  overflow: visible;
}
/* line 123, ../scss/_header.scss */
#header-branding .site-branding {
  width: 20%;
  float: left;
}

/* line 128, ../scss/_header.scss */
.site-title {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  max-width: 195px;
}
/* line 134, ../scss/_header.scss */
.site-title a {
  width: 195px;
  height: 87px;
  color: #fff;
}
/* line 139, ../scss/_header.scss */
.site-title span {
  display: none;
}
/* line 142, ../scss/_header.scss */
.site-title img {
  width: 100%;
  height: auto;
}

/* line 147, ../scss/_header.scss */
.site-description {
  display: none;
}

/* line 150, ../scss/_header.scss */
#site-navigation {
  display: block;
}
@media screen and (max-width: 1000px) {
  /* line 150, ../scss/_header.scss */
  #site-navigation {
    display: none;
  }
}

/* line 156, ../scss/_header.scss */
#mobile-navigation {
  display: none;
}
@media screen and (max-width: 1000px) {
  /* line 156, ../scss/_header.scss */
  #mobile-navigation {
    display: block;
  }
}

/* line 163, ../scss/_header.scss */
#menu-sec-menu li, #menu-main-menu li {
  float: left;
}

/* line 168, ../scss/_header.scss */
.js .page-template-tpt-home #masthead {
  opacity: 1;
}

/* line 1, ../scss/_mobinav.scss */
#mobi-nav-mask {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  background-color: #3b3952;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 14, ../scss/_mobinav.scss */
#mobi-nav-mask.visible {
  display: block;
}

/* line 19, ../scss/_mobinav.scss */
#mobile-navigation {
  clear: both;
  display: block;
  float: left;
  			/*
              transition: max-height 0.3s ease-in-out;
              -moz-transition: max-height 0.5s ease-in-out;
              -ms-transition: max-height 0.5s ease-in-out;
              -o-transition: max-height 0.5s ease-in-out;
              -webkit-transition: max-height 0.5s ease-in-out;
  			*/
  position: absolute;
  overflow: visible;
  z-index: 1000;
  top: 5px;
  left: 0;
  right: 0;
  top: 5px;
  width: auto;
  z-index: 1000;
  	/*
  margin-left: -35px;
      margin-right: -35px;
  	*/
}
/* line 51, ../scss/_mobinav.scss */
#mobile-navigation .menu-mobile-menu-container {
  margin-left: 0;
  margin-right: 0;
  background-color: #eee;
  border: none;
}
/* line 57, ../scss/_mobinav.scss */
#mobile-navigation ul#menu-mobile-menu {
  margin-right: 30px;
}
/* line 59, ../scss/_mobinav.scss */
#mobile-navigation ul#menu-mobile-menu li.menu-item {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}
/* line 64, ../scss/_mobinav.scss */
#mobile-navigation ul#menu-mobile-menu li.menu-item a {
  border-bottom: 1px solid #ccc;
  color: #3b3952;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 20px 15px 20px 30px;
  text-transform: uppercase;
}
/* line 75, ../scss/_mobinav.scss */
#mobile-navigation ul#menu-mobile-menu li.current_page_item a, #mobile-navigation ul#menu-mobile-menu li.current_page_item a:hover, #mobile-navigation ul#menu-mobile-menu li.current_page_item a:focus {
  color: #00a19a;
}
/* line 79, ../scss/_mobinav.scss */
#mobile-navigation ul#menu-mobile-menu ul.sub-menu li.menu-item {
  font-size: 9.375px;
  font-size: 0.9375rem;
  line-height: 15px;
  line-height: 1.5rem;
}
/* line 81, ../scss/_mobinav.scss */
#mobile-navigation ul#menu-mobile-menu ul.sub-menu li.menu-item a {
  color: #757486;
}
/* line 86, ../scss/_mobinav.scss */
#mobile-navigation ul#menu-mobile-menu ul.sub-menu li.current_page_item a, #mobile-navigation ul#menu-mobile-menu ul.sub-menu li.current_page_item a:hover, #mobile-navigation ul#menu-mobile-menu ul.sub-menu li.current_page_item a:focus {
  color: #00a19a;
}
/* line 93, ../scss/_mobinav.scss */
#mobile-navigation .navtoggler {
  background-image: url("../cmsimg/navtoggle.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  border-bottom: medium none;
  float: left;
  overflow: hidden;
  padding-left: 0;
  text-decoration: none;
  width: 24px;
  padding-top: 16px;
  padding-bottom: 24px;
  opacity: 0.75;
}
/* line 108, ../scss/_mobinav.scss */
#mobile-navigation .navtoggler:hover, #mobile-navigation .navtoggler:focus {
  opacity: 1;
}
/* line 111, ../scss/_mobinav.scss */
#mobile-navigation .navtoggler.minus {
  background-image: url("../cmsimg/navtoggle_minus.png");
}

/* line 121, ../scss/_mobinav.scss */
#mobile-navigation .menu-item-has-children ul.sub-menu {
  max-height: 0;
  overflow: hidden;
       /*
        -webkit-transition: max-height 1s;
        -moz-transition: max-height 1s;
        transition: max-height 1s;
		*/
}
/* line 130, ../scss/_mobinav.scss */
#mobile-navigation .menu-item-has-children ul.sub-menu.showme {
  max-height: 100000px;
}

/* line 137, ../scss/_mobinav.scss */
#mobile-navigation.noheight {
  max-height: 0;
  overflow: hidden;
}

/* line 141, ../scss/_mobinav.scss */
#mobile-navigation.maxheight {
  max-height: 100000px;
  overflow: hidden;
}

/* line 148, ../scss/_mobinav.scss */
#header-branding .row.max-width, #header-branding .max-width {
  		/*
      padding-left: 0;
      padding-right: 0;
  	*/
}
/* line 153, ../scss/_mobinav.scss */
#header-branding .row.max-width .row .columns, #header-branding .row.max-width .row .column, #header-branding .max-width .row .columns, #header-branding .max-width .row .column {
  padding-left: 0;
  padding-right: 0;
}

/* Scss Document */
/* line 2, ../scss/_main_nav.scss */
#site-navigation {
  z-index: 10000;
  margin-top: 48px;
  /* V */
  /* V */
}
/* line 6, ../scss/_main_nav.scss */
#site-navigation ul {
  float: right;
  position: relative;
}
/* line 10, ../scss/_main_nav.scss */
#site-navigation ul ul {
  opacity: 0;
  float: left;
  position: absolute;
  z-index: 99999;
  background-color: #00a19a;
  margin: 0;
  padding-top: 0px;
  background-image: url("../cmsimg/nav_mask.gif");
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-transition: opacity 100ms linear;
  -moz-transition: opacity 100ms linear;
  -o-transition: opacity 100ms linear;
  -ms-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
  height: 0;
  overflow: hidden;
}
/* line 30, ../scss/_main_nav.scss */
#site-navigation ul li:hover ul, #site-navigation ul li:focus ul {
  padding-top: 30px;
  overflow: visible;
  opacity: 1;
}
/* line 34, ../scss/_main_nav.scss */
#site-navigation ul li:hover ul ul, #site-navigation ul li:focus ul ul {
  display: none;
}
/* line 38, ../scss/_main_nav.scss */
#site-navigation ul ul ul {
  top: 0;
}
/* line 41, ../scss/_main_nav.scss */
#site-navigation li {
  margin-right: 0;
  margin-left: 25px;
  margin-bottom: 0;
}
/* line 46, ../scss/_main_nav.scss */
#site-navigation .current_page_ancestor a:link, #site-navigation .current_page_ancestor a:visited, #site-navigation .current-menu-item a:link, #site-navigation .current-menu-item a:visited {
  color: #00a19a;
}
/* line 53, ../scss/_main_nav.scss */
#site-navigation .current_page_ancestor ul .current_page_ancestor a {
  color: #562e91;
}
/* line 58, ../scss/_main_nav.scss */
#site-navigation a:link, #site-navigation a:visited {
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  line-height: 1rem;
  /* same as  menu links */
    /*
    @media screen and (max-width: $break-iport) {
        @include font-size (1.6);
        @include line-height(1.6);
    }
    @media screen and (max-width: $break-small) {
        @include font-size (1.6);
        @include line-height(1.6);
    }
*/
  display: block;
  margin-right: 0;
  margin-left: 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #562e91;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  font-weight: 500;
  font-style: normal;
  margin: 0;
}
/* line 69, ../scss/_main_nav.scss */
#site-navigation a:hover, #site-navigation a:visited:hover, #site-navigation a:focus {
  color: #00a19a;
}
/* line 75, ../scss/_main_nav.scss */
#site-navigation .sub-menu li {
  float: left;
  clear: both;
  margin-left: 0;
  width: 100%;
  min-width: 200px;
  max-width: 300px;
  background-color: #00a19a;
}
/* line 84, ../scss/_main_nav.scss */
#site-navigation .sub-menu a:link, #site-navigation .sub-menu a:visited {
  background-color: #00a19a;
  color: #fff;
  display: block;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  border-bottom: none;
  font-family: 'montserratregular';
  font-weight: 400;
  text-transform: none;
}
/* line 99, ../scss/_main_nav.scss */
#site-navigation .sub-menu a:hover, #site-navigation .sub-menu a:visited:hover, #site-navigation .sub-menu a:focus {
  color: #fff;
}
/* line 102, ../scss/_main_nav.scss */
#site-navigation .sub-menu .current_page_ancestor a:link, #site-navigation .sub-menu .current_page_ancestor a:visited, #site-navigation .sub-menu .current-menu-item a:link, #site-navigation .sub-menu .current-menu-item a:visited {
  color: #fff;
}
/* line 105, ../scss/_main_nav.scss */
#site-navigation .sub-menu a:after {
  background-color: transparent;
  clear: both;
  content: "";
  display: block;
  float: none;
  height: 2px;
  margin-top: 10px;
  width: 25%;
}
/* line 116, ../scss/_main_nav.scss */
#site-navigation .sub-menu a:focus:after, #site-navigation .sub-menu a:hover:after, #site-navigation .sub-menu .current-menu-item a:after {
  background-color: #fff;
  clear: both;
  content: "";
  display: block;
  float: none;
  height: 2px;
  margin-top: 10px;
  width: 50px;
}
/* line 126, ../scss/_main_nav.scss */
#site-navigation .sub-menu .current-menu-item a:after {
  background-color: #7fd3ce;
  clear: both;
  content: "";
  display: block;
  float: none;
  height: 2px;
  margin-top: 10px;
  width: 50px;
}
/* line 136, ../scss/_main_nav.scss */
#site-navigation .sub-menu li:first-of-type a {
  padding-top: 24px;
}
/* line 139, ../scss/_main_nav.scss */
#site-navigation .sub-menu li:last-of-type a {
  padding-bottom: 16px;
}

/* line 1, ../scss/_primary.scss */
#article-entry-header {
  padding-top: 65px;
  padding-bottom: 65px;
  margin-bottom: 30px;
  padding-right: 16.5%;
}
/* line 6, ../scss/_primary.scss */
#article-entry-header h1 {
  margin-top: 0;
  color: #fff;
  font-size: 33.75px;
  font-size: 3.375rem;
  line-height: 35px;
  line-height: 3.5rem;
  text-transform: uppercase;
}
/* line 12, ../scss/_primary.scss */
#article-entry-header p {
  color: #fff;
  margin-bottom: 0;
  font-size: 18.125px;
  font-size: 1.8125rem;
  line-height: 25px;
  line-height: 2.5rem;
}

/* line 18, ../scss/_primary.scss */
#breadcrumb {
  margin-bottom: 75px;
}
/* line 20, ../scss/_primary.scss */
#breadcrumb p#breadcrumbs {
  text-transform: uppercase;
  font-size: 7.5px;
  font-size: 0.75rem;
  line-height: 8.75px;
  line-height: 0.875rem;
}
/* line 24, ../scss/_primary.scss */
#breadcrumb a:link, #breadcrumb a:visited {
  color: #562e91;
  text-decoration: none;
}

/* line 29, ../scss/_primary.scss */
#primary {
  border-right: solid 1px #d1ced6;
  /* $grey-pur */
  padding-right: 100px;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
/* line 35, ../scss/_primary.scss */
#primary .entry-content {
  position: relative;
  padding-bottom: 80px;
}
/* line 38, ../scss/_primary.scss */
#primary .entry-content .lssb_buttons {
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 42, ../scss/_primary.scss */
#primary .entry-content .lssb_buttons a:link, #primary .entry-content .lssb_buttons a:visited {
  margin-right: 10px;
  opacity: 1;
}
/* line 45, ../scss/_primary.scss */
#primary .entry-content .lssb_buttons a:link img, #primary .entry-content .lssb_buttons a:visited img {
  width: 35px;
  height: 35px;
}
/* line 50, ../scss/_primary.scss */
#primary .entry-content .lssb_buttons a:hover, #primary .entry-content .lssb_buttons a:visited:hover, #primary .entry-content .lssb_buttons a:focus {
  opacity: 0.8;
}
/* line 55, ../scss/_primary.scss */
#primary h2 {
  margin-top: 0;
  color: #562e91;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 30px;
  line-height: 3rem;
  margin-bottom: 20px;
  clear: both;
  display: inline-block;
  width: 100%;
}
/* line 64, ../scss/_primary.scss */
#primary h3 {
  margin-top: 1.25em;
  color: #562e91;
  font-size: 18.125px;
  font-size: 1.8125rem;
  line-height: 25px;
  line-height: 2.5rem;
  margin-bottom: 10px;
  clear: both;
  display: inline-block;
  width: 100%;
}
/* line 73, ../scss/_primary.scss */
#primary h4 {
  margin-top: 25px;
  color: #562e91;
  font-size: 15.625px;
  font-size: 1.5625rem;
  line-height: 20.625px;
  line-height: 2.0625rem;
  margin-bottom: 24px;
}
/* line 79, ../scss/_primary.scss */
#primary p {
  font-size: 11.25px;
  font-size: 1.125rem;
  line-height: 16.875px;
  line-height: 1.6875rem;
}
/* line 82, ../scss/_primary.scss */
#primary ul {
  margin-left: 0;
}
/* line 85, ../scss/_primary.scss */
#primary li {
  font-size: 11.25px;
  font-size: 1.125rem;
  line-height: 16.875px;
  line-height: 1.6875rem;
  margin-bottom: 0.5em;
}
/* line 89, ../scss/_primary.scss */
#primary ul li {
  list-style-type: none;
  padding-left: 24px;
  margin-left: 0;
  background-image: url("../cmsimg/bullet_primary.png");
  background-repeat: no-repeat;
  background-size: 7px 11px;
  background-position: left 0.45em;
}
/* line 98, ../scss/_primary.scss */
#primary div.alignnone {
  margin-bottom: 1.25em;
  margin-right: 0;
  margin-left: 0;
}
/* line 103, ../scss/_primary.scss */
#primary img.alignnone {
  padding-top: 1.25em;
  /* do not change below, for caption to show! */
  margin-bottom: 0;
}
/* line 108, ../scss/_primary.scss */
#primary .wp-caption.alignnone img {
  padding-top: 1.25em;
}
/* line 111, ../scss/_primary.scss */
#primary #signup-form-section li {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  background-image: none;
}
/* line 117, ../scss/_primary.scss */
#primary .table-wrap {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #ccc;
  margin-bottom: 2.5em;
}
/* line 123, ../scss/_primary.scss */
#primary .table-wrap-no-border {
  max-width: 100%;
  overflow-x: auto;
  border: none;
  margin-bottom: 2.5em;
}
/* line 129, ../scss/_primary.scss */
#primary table {
  border-collapse: collapse;
  border-spacing: 0;
  height: auto;
  min-width: 100%;
}
/* line 134, ../scss/_primary.scss */
#primary table td {
  padding: 10px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  vertical-align: top;
}
/* line 140, ../scss/_primary.scss */
#primary table td:first-of-type {
  border-left: none;
}
/* line 143, ../scss/_primary.scss */
#primary table tr:first-of-type td {
  border-top: none;
}
/* line 147, ../scss/_primary.scss */
#primary .img-only-left {
  padding-top: 7px;
  float: left;
  margin-right: 30px;
  max-width: 33% !important;
}
/* line 153, ../scss/_primary.scss */
#primary .img-only-left img.size-full {
  margin-bottom: 12px;
}
/* line 156, ../scss/_primary.scss */
#primary .img-only-left .wp-caption-text {
  font-size: 12px;
  text-align: left;
}
/* line 161, ../scss/_primary.scss */
#primary .img-only-right {
  padding-top: 7px;
  float: right;
  margin-left: 30px;
  max-width: 33% !important;
}
/* line 167, ../scss/_primary.scss */
#primary .img-only-right img.size-full {
  margin-bottom: 12px;
}
/* line 170, ../scss/_primary.scss */
#primary .img-only-right .wp-caption-text {
  font-size: 12px;
  text-align: right;
}
/* line 175, ../scss/_primary.scss */
#primary div.alignleft, #primary figure.alignleft {
  padding-top: 7px;
  float: left;
  margin-right: 30px;
  max-width: 33% !important;
}
/* line 181, ../scss/_primary.scss */
#primary div.alignleft .acf-media-credit, #primary figure.alignleft .acf-media-credit {
  margin-top: -30px;
}
/* line 184, ../scss/_primary.scss */
#primary div.alignleft img.size-full, #primary figure.alignleft img.size-full {
  margin-bottom: 12px;
}
/* line 187, ../scss/_primary.scss */
#primary div.alignleft .wp-caption-text, #primary figure.alignleft .wp-caption-text {
  font-size: 12px;
  text-align: left;
}
/* line 192, ../scss/_primary.scss */
#primary div.alignright, #primary figure.alignright {
  padding-top: 7px;
  float: right;
  margin-left: 30px;
  max-width: 33% !important;
}
/* line 198, ../scss/_primary.scss */
#primary div.alignright .acf-media-credit, #primary figure.alignright .acf-media-credit {
  margin-top: -30px;
}
/* line 201, ../scss/_primary.scss */
#primary div.alignright img.size-full, #primary figure.alignright img.size-full {
  margin-bottom: 12px;
}
/* line 204, ../scss/_primary.scss */
#primary div.alignright .wp-caption-text, #primary figure.alignright .wp-caption-text {
  font-size: 12px;
  text-align: right;
}

/* Scss Document */
/* Scss Document */
/*  -----------------------------
	MIXINS
	----------------------------- */
/*  -----------------------------
	CSS
	----------------------------- */
/* line 36, ../scss/_gforms.scss */
.js .gform_wrapper input[type="text"], .js .gform_wrapper input[type="url"], .js .gform_wrapper input[type="email"], .js .gform_wrapper input[type="tel"], .js .gform_wrapper input[type="number"], .js .gform_wrapper input[type="password"] {
  font-size: 11.25px;
  font-size: 1.125rem;
  line-height: 37.5px;
  line-height: 3.75rem;
  color: #a6a5a5;
  padding-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  border: 1px solid #dadada;
  margin-bottom: 20px;
}
/* line 39, ../scss/_gforms.scss */
.js .gform_wrapper input.focus {
  background-color: #e6e0ef;
}
/* line 42, ../scss/_gforms.scss */
.js .gform_wrapper .gform_footer input.button, .js .gform_wrapper .gform_footer input[type="submit"] {
  font-size: 13.75px;
  font-size: 1.375rem;
  line-height: 37.5px;
  line-height: 3.75rem;
  padding-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  border: 1px solid #dadada;
    /*
	background-image: url("../cmsimg/linkbutton_grad.png");
    background-repeat: repeat-x;	
	background-size: contain;
	*/
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  border-radius: 3px;
  background-color: #00a19a;
  width: 100%;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
/* line 52, ../scss/_gforms.scss */
.js .gform_wrapper .gform_footer input.button:hover, .js .gform_wrapper .gform_footer input[type="submit"]:hover, .js .gform_wrapper .gform_footer input.button:focus, .js .gform_wrapper .gform_footer input[type="submit"]:focus {
  background-color: #007f79;
}
/* line 55, ../scss/_gforms.scss */
.js .gform_wrapper .gform_footer {
  margin-top: 0;
  padding-top: 0;
}
/* line 64, ../scss/_gforms.scss */
.js .page-template-tpt-home-php #signup-form-section .gform_confirmation_message, .js .gform_confirmation_message {
  background-color: #f39200;
  color: #fff;
  font-size: 11.25px;
  font-size: 1.125rem;
  line-height: 16.875px;
  line-height: 1.6875rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 66%;
  padding: 2em;
  width: auto;
  text-align: center;
}
/* line 74, ../scss/_gforms.scss */
.js .page-template-tpt-home-php #signup-form-section .gform_confirmation_message p, .js .gform_confirmation_message p {
  margin: 0;
  color: #fff;
}
/* line 79, ../scss/_gforms.scss */
.js .gform_wrapper div.validation_error {
  color: #cf2a0e;
  font-size: 11.25px;
  font-size: 1.125rem;
  line-height: 16.875px;
  line-height: 1.6875rem;
}
/* line 83, ../scss/_gforms.scss */
.js .gform_wrapper li.gfield.gfield_error, .js .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #cf2a0e;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
/* line 88, ../scss/_gforms.scss */
.js .gform_wrapper .top_label .gfield_error {
  width: 100%;
}
/* line 91, ../scss/_gforms.scss */
.js .gform_wrapper .validation_message {
  color: #fff;
  font-size: 11.25px;
  font-size: 1.125rem;
  line-height: 16.875px;
  line-height: 1.6875rem;
}

/* line 98, ../scss/_gforms.scss */
#primary .gform_wrapper ul li {
  margin: 0;
  padding: 0;
  background-image: none;
}

/* line 1, ../scss/_secondary.scss */
#secondary {
  margin-bottom: 40px;
    /*  -----------------------------
	GENERAL
	----------------------------- */
}
/* line 6, ../scss/_secondary.scss */
#secondary h3 {
  color: #562e91;
  font-size: 15.625px;
  font-size: 1.5625rem;
  line-height: 20.625px;
  line-height: 2.0625rem;
}
/* line 9, ../scss/_secondary.scss */
#secondary h3 .icon-arrow-right2 {
  padding-left: 5px;
}
/* line 13, ../scss/_secondary.scss */
#secondary h3 a:link, #secondary h3 a:visited {
  color: #562e91;
}
/* line 16, ../scss/_secondary.scss */
#secondary h3 a:hover, #secondary h3 a:visited:hover, #secondary h3 a:focus {
  color: #00a19a;
  text-decoration: none;
}
/* line 20, ../scss/_secondary.scss */
#secondary .cpt-widget-container:last-of-type {
  margin-bottom: 0;
}
/* line 22, ../scss/_secondary.scss */
#secondary .cpt-widget-container:last-of-type .standard {
  margin-bottom: 1;
}
/* line 26, ../scss/_secondary.scss */
#secondary .menu-mobile-menu-container {
  display: block;
}
/* line 28, ../scss/_secondary.scss */
#secondary .menu-mobile-menu-container li {
  display: none;
}
/* line 31, ../scss/_secondary.scss */
#secondary .menu-mobile-menu-container li.current_page_ancestor {
  display: block;
}
/* line 33, ../scss/_secondary.scss */
#secondary .menu-mobile-menu-container li.current_page_ancestor li {
  display: block;
}
/* line 37, ../scss/_secondary.scss */
#secondary .menu-mobile-menu-container .current_page_item.menu-item-has-children {
  display: block;
}
/* line 39, ../scss/_secondary.scss */
#secondary .menu-mobile-menu-container .current_page_item.menu-item-has-children li {
  display: block;
}
/* line 44, ../scss/_secondary.scss */
#secondary .text-wrap {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  clear: both;
  float: left;
  width: 100%;
}

/* line 53, ../scss/_secondary.scss */
ul#sidebar-cpt-widgets {
  margin: 0;
  padding: 0;
}
/* line 56, ../scss/_secondary.scss */
ul#sidebar-cpt-widgets li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}

/*  -----------------------------
	SIDE NAV
	----------------------------- */
/* line 66, ../scss/_secondary.scss */
#sidebar-nav.parent-page-no-children {
  display: none;
}

/* line 70, ../scss/_secondary.scss */
#sidebar-nav {
  margin-bottom: 40px;
}
/* line 72, ../scss/_secondary.scss */
#sidebar-nav .title {
  display: none;
  width: 100%;
  float: left;
}
/* line 77, ../scss/_secondary.scss */
#sidebar-nav h2 {
  color: #fff;
  background-color: #562e91;
  font-size: 15.625px;
  font-size: 1.5625rem;
  line-height: 16.25px;
  line-height: 1.625rem;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  font-weight: 500;
  font-style: normal;
  padding-left: 30px;
  padding-right: 90px;
  padding-top: 15px;
  padding-bottom: 16px;
  float: left;
  margin: 0;
  background-image: url("../cmsimg/sidebar_title_bg.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}
/* line 93, ../scss/_secondary.scss */
#sidebar-nav h2 a {
  color: #fff;
  text-decoration: none;
}
/* line 98, ../scss/_secondary.scss */
#sidebar-nav .menu-mobile-menu-container {
  background-color: #fff;
  clear: both;
  display: block;
}
/* line 103, ../scss/_secondary.scss */
#sidebar-nav ul {
  margin: 0;
  padding: 0;
}
/* line 107, ../scss/_secondary.scss */
#sidebar-nav li {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  line-height: 1.5rem;
}
/* line 112, ../scss/_secondary.scss */
#sidebar-nav li a {
  display: none;
}
/* line 115, ../scss/_secondary.scss */
#sidebar-nav li li a {
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  line-height: 1.5rem;
  display: block;
  color: #3b3952;
  padding: 20px 15px 20px 30px;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
}
/* line 123, ../scss/_secondary.scss */
#sidebar-nav li li li {
  font-size: 9.375px;
  font-size: 0.9375rem;
  line-height: 15px;
  line-height: 1.5rem;
}
/* line 125, ../scss/_secondary.scss */
#sidebar-nav li li li a {
  font-size: 9.375px;
  font-size: 0.9375rem;
  line-height: 15px;
  line-height: 1.5rem;
  text-transform: none;
  display: block;
}
/* line 132, ../scss/_secondary.scss */
#sidebar-nav li.current_page_item a, #sidebar-nav li.current_page_item a:hover, #sidebar-nav li.current_page_item a:focus {
  color: #00a19a;
}
/* line 135, ../scss/_secondary.scss */
#sidebar-nav li.current_page_item li a, #sidebar-nav li.current_page_item li a:hover, #sidebar-nav li.current_page_item li a:focus {
  color: #3b3952;
}
/* line 140, ../scss/_secondary.scss */
#sidebar-nav .navtoggler {
  background-image: url("../cmsimg/navtoggle.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  border-bottom: medium none;
  float: left;
  overflow: hidden;
  padding-left: 0;
  text-decoration: none;
  width: 24px;
  padding-top: 16px;
  padding-bottom: 24px;
  opacity: 0.75;
}
/* line 155, ../scss/_secondary.scss */
#sidebar-nav .navtoggler:hover, #sidebar-nav .navtoggler:focus {
  opacity: 1;
}
/* line 158, ../scss/_secondary.scss */
#sidebar-nav .navtoggler.minus {
  background-image: url("../cmsimg/navtoggle_minus.png");
}

/* line 162, ../scss/_secondary.scss */
#sidebar-nav.parent-page-has-children .title, #sidebar-nav.child-page .title {
  display: block;
}

/*  -----------------------------
	SIDE NEWS
	----------------------------- */
/* line 168, ../scss/_secondary.scss */
#side-news-link {
  background-color: #ededef;
  float: left;
  margin-bottom: 40px;
}
/* line 172, ../scss/_secondary.scss */
#side-news-link h2 {
  color: #562e91;
  font-size: 11.25px;
  font-size: 1.125rem;
  line-height: 12.5px;
  line-height: 1.25rem;
  text-transform: uppercase;
  margin-top: 20px;
}
/* line 180, ../scss/_secondary.scss */
#side-news-link p {
  color: #3b3952;
}
/* line 182, ../scss/_secondary.scss */
#side-news-link p a {
  font-family: montserratregular;
}

/* line 188, ../scss/_secondary.scss */
#side-news-pic {
  background-color: #ccc;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

/*  -----------------------------
	SIDE TWITTER FEED
	----------------------------- */
/* line 198, ../scss/_secondary.scss */
#sidebar-twitter-feed {
  margin-bottom: 40px;
  float: left;
  width: 100%;
  clear: both;
}
/* line 205, ../scss/_secondary.scss */
#sidebar-twitter-feed h2 {
  color: #fff;
  background-color: #00a19a;
  font-size: 15.625px;
  font-size: 1.5625rem;
  line-height: 16.25px;
  line-height: 1.625rem;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  font-weight: 500;
  font-style: normal;
  padding-left: 30px;
  padding-right: 90px;
  padding-top: 15px;
  padding-bottom: 16px;
  float: left;
  margin: 0;
  background-image: url("../cmsimg/sidebar_title_bg_twitter.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 95px auto;
  min-width: 100%;
}
/* line 221, ../scss/_secondary.scss */
#sidebar-twitter-feed h2 a {
  text-decoration: none;
  color: #fff;
}
/* line 226, ../scss/_secondary.scss */
#sidebar-twitter-feed .fetch-tweets-profile-image {
  display: none;
}
/* line 229, ../scss/_secondary.scss */
#sidebar-twitter-feed .fetch-tweets-heading {
  margin-left: -18px;
}
/* line 232, ../scss/_secondary.scss */
#sidebar-twitter-feed .fetch-tweets-heading > .fetch-tweets-user-name {
  display: none;
}
/* line 235, ../scss/_secondary.scss */
#sidebar-twitter-feed .fetch-tweets-heading > .fetch-tweets-tweet-created-at {
  clear: both;
  display: block;
  float: right;
  font-size: smaller;
  margin-left: 0;
  width: 100%;
}
/* line 243, ../scss/_secondary.scss */
#sidebar-twitter-feed .fetch-tweets > .fetch-tweets-item {
  background-color: #ededef;
  display: inline-block;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
}
/* line 250, ../scss/_secondary.scss */
#sidebar-twitter-feed .fetch-tweets-body {
  margin-left: -18px;
  padding-right: 30px;
}
/* line 254, ../scss/_secondary.scss */
#sidebar-twitter-feed .fetch-tweets-body > .fetch-tweets-intent-buttons {
  border-bottom: 1px solid #ccc;
  float: right;
  font-size: smaller;
  margin: 0;
  padding: 0 0 8px;
  text-align: right;
  width: 100%;
}
/* line 263, ../scss/_secondary.scss */
#sidebar-twitter-feed .fetch-tweets-item:last-of-type .fetch-tweets-body > .fetch-tweets-intent-buttons {
  border-bottom: none;
}

/* line 268, ../scss/_secondary.scss */
.js .fetch-tweets-item > .fetch-tweets-main {
  padding: 0;
}

/*  -----------------------------
	RELATED CONTENT
	----------------------------- */
/* line 275, ../scss/_secondary.scss */
#secondary #related-content.standard .text-wrap p {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: solid 1px #cac8d1;
}
/* line 280, ../scss/_secondary.scss */
#secondary #related-content.standard .text-wrap p:last-of-type {
  border-bottom: none;
}

/*  -----------------------------
	SIDE STANDARD
	----------------------------- */
/* line 287, ../scss/_secondary.scss */
#secondary .standard#sidebar-287 h2 {
  background-image: url("../cmsimg/sidebar_title_bg_register.png");
  background-size: 95px;
  background-color: #00a19a;
}

/* line 292, ../scss/_secondary.scss */
#secondary .standard {
  margin-bottom: 40px;
  float: left;
  width: 100%;
}
/* line 296, ../scss/_secondary.scss */
#secondary .standard h2 {
  color: #fff;
  background-color: #562e91;
  font-size: 15.625px;
  font-size: 1.5625rem;
  line-height: 16.25px;
  line-height: 1.625rem;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  font-weight: 500;
  font-style: normal;
  padding-left: 30px;
  padding-right: 90px;
  padding-top: 15px;
  padding-bottom: 16px;
  float: left;
  margin: 0;
  background-image: url("../cmsimg/sidebar_title_bg.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 100%;
}
/* line 313, ../scss/_secondary.scss */
#secondary .standard .text-wrap {
  background-color: #ededef;
  padding-top: 25px;
}
/* line 316, ../scss/_secondary.scss */
#secondary .standard .text-wrap h3 {
  font-size: 15.625px;
  font-size: 1.5625rem;
  line-height: 20.625px;
  line-height: 2.0625rem;
}
/* line 319, ../scss/_secondary.scss */
#secondary .standard .text-wrap p {
  margin-bottom: 25px;
}
/* line 321, ../scss/_secondary.scss */
#secondary .standard .text-wrap p a {
  font-family: montserratregular;
}

/* line 328, ../scss/_secondary.scss */
.js #secondary #sidebar-nav .menu-item-has-children ul.sub-menu ul {
  max-height: 0;
  overflow: hidden;
  background-color: #000;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  transition: max-height 1s;
}
/* line 336, ../scss/_secondary.scss */
.js #secondary #sidebar-nav .menu-item-has-children ul.sub-menu ul.showme {
  max-height: 1000px;
  background-color: #eee;
}

/*  -----------------------------
	RECENT POSTS (NEWS SECTION)
	----------------------------- */
/* line 345, ../scss/_secondary.scss */
#secondary #recent-posts.standard img {
  border: none;
  width: 100%;
  margin-bottom: 10px;
}
/* line 350, ../scss/_secondary.scss */
#secondary #recent-posts.standard .story {
  border-bottom: 1px solid #d1ced6;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
/* line 355, ../scss/_secondary.scss */
#secondary #recent-posts.standard p {
  margin-bottom: 0;
}
/* line 358, ../scss/_secondary.scss */
#secondary #recent-posts.standard a:link, #secondary #recent-posts.standard a:visited {
  text-decoration: none;
}
/* line 361, ../scss/_secondary.scss */
#secondary #recent-posts.standard a:hover h3, #secondary #recent-posts.standard a:visited:hover h3, #secondary #recent-posts.standard a:focus h3 {
  text-decoration: none;
  color: #00a19a;
}

/* line 2, ../scss/_landing.scss */
.page-template-landing-php .lssb_buttons {
  display: none;
}
/* line 5, ../scss/_landing.scss */
.page-template-landing-php #intro-splash-section .row-full-width {
  max-height: 460px;
}
/* line 7, ../scss/_landing.scss */
.page-template-landing-php #intro-splash-section .row-full-width .text-wrap-in {
  overflow: hidden;
}
/* line 9, ../scss/_landing.scss */
.page-template-landing-php #intro-splash-section .row-full-width .text-wrap-in .row {
  overflow: hidden;
  background-image: url("../cmsimg/landing_splash_purple.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
/* line 15, ../scss/_landing.scss */
.page-template-landing-php #intro-splash-section .row-full-width .text-wrap-in .row .text {
  overflow: hidden;
}
/* line 21, ../scss/_landing.scss */
.page-template-landing-php #primary {
  border-right: none;
  padding-right: 0;
}
/* line 24, ../scss/_landing.scss */
.page-template-landing-php #primary .entry-content {
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
}
/* line 29, ../scss/_landing.scss */
.page-template-landing-php #primary .entry-content {
  padding-bottom: 0;
}
/* line 33, ../scss/_landing.scss */
.page-template-landing-php #primary p {
  font-size: 16.875px;
  font-size: 1.6875rem;
  line-height: 26.25px;
  line-height: 2.625rem;
  color: #562e91;
}
/* line 39, ../scss/_landing.scss */
.page-template-landing-php #main-rows-wrapper {
  padding-top: 17px;
}
/* line 43, ../scss/_landing.scss */
.page-template-landing-php #link-box-wrapper [class*="column"] + [class*="column"]:last-child {
  float: left;
}
/* line 47, ../scss/_landing.scss */
.page-template-landing-php .linkbox {
  min-height: 270px;
  margin-bottom: 30px;
}
/* line 51, ../scss/_landing.scss */
.page-template-landing-php .linkbox-inner {
  text-decoration: none;
  background-color: #eee;
  height: 270px;
  display: table;
  background-size: cover;
  width: 100%;
}
/* line 59, ../scss/_landing.scss */
.page-template-landing-php .linkbox-text {
  text-decoration: none;
  display: table-cell;
  box-sizing: content-box;
  padding-right: 55%;
  background-position: left top;
  background-size: cover;
  vertical-align: middle;
  padding-top: 30px;
  transition: padding-top 0.3s ease-in-out;
  -moz-transition: padding-top 0.3s ease-in-out;
  -ms-transition: padding-top 0.3s ease-in-out;
  -o-transition: padding-top 0.3s ease-in-out;
  -webkit-transition: padding-top 0.3s ease-in-out;
}
/* line 77, ../scss/_landing.scss */
.page-template-landing-php .linkbox-text h2, .page-template-landing-php .linkbox-text p {
  margin-left: 20px;
  color: #fff;
  text-decoration: none;
}
/* line 82, ../scss/_landing.scss */
.page-template-landing-php .linkbox-text h2 {
  font-size: 18.125px;
  font-size: 1.8125rem;
  line-height: 20px;
  line-height: 2rem;
  margin-bottom: 5px;
  margin-top: -30px;
}
/* line 87, ../scss/_landing.scss */
.page-template-landing-php .linkbox-text p {
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  line-height: 1.5rem;
  margin-bottom: 0;
}
/* line 92, ../scss/_landing.scss */
.page-template-landing-php .linkbox-inner:hover, .page-template-landing-php .linkbox-inner:focus {
  text-decoration: none;
}
/* line 94, ../scss/_landing.scss */
.page-template-landing-php .linkbox-inner:hover .linkbox-text, .page-template-landing-php .linkbox-inner:focus .linkbox-text {
  padding-top: 20px;
}
/* line 97, ../scss/_landing.scss */
.page-template-landing-php .linkbox-inner:hover h2, .page-template-landing-php .linkbox-inner:focus h2 {
  text-decoration: none;
}
/* line 100, ../scss/_landing.scss */
.page-template-landing-php .linkbox-inner:hover p, .page-template-landing-php .linkbox-inner:focus p {
  text-decoration: none;
}
/* line 105, ../scss/_landing.scss */
.page-template-landing-php .entry-content.temp-extra {
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
/* line 110, ../scss/_landing.scss */
.page-template-landing-php .entry-content.temp-extra p {
  font-size: 16.875px;
  font-size: 1.6875rem;
  line-height: 26.25px;
  line-height: 2.625rem;
  color: #562e91;
}

/* NOTE THIS MUST COME AFTER LANDING CSS!!! */
/* line 4, ../scss/_homepage.scss */
#intro-splash-section .row-full-width {
  position: relative;
  height: 620px;
  background-color: #ab97c8;
}
/* line 8, ../scss/_homepage.scss */
#intro-splash-section .row-full-width .cycler-wrap {
  position: relative;
  height: 100%;
  background-color: #ab97c8;
  float: none;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* max-width: 1920px;*/
  width: 100%;
}
/* line 20, ../scss/_homepage.scss */
#intro-splash-section .row-full-width .text-wrap {
  height: 100%;
  width: 100%;
  z-index: 100;
  position: absolute;
}
/* line 26, ../scss/_homepage.scss */
#intro-splash-section .row-full-width .text-wrap-in {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
@media screen and (max-width: 10000px) {
  /* line 26, ../scss/_homepage.scss */
  #intro-splash-section .row-full-width .text-wrap-in {
    box-sizing: border-box;
    max-width: 1400px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1300px) {
  /* line 26, ../scss/_homepage.scss */
  #intro-splash-section .row-full-width .text-wrap-in {
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 1000px) {
  /* line 26, ../scss/_homepage.scss */
  #intro-splash-section .row-full-width .text-wrap-in {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  /* line 26, ../scss/_homepage.scss */
  #intro-splash-section .row-full-width .text-wrap-in {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 45, ../scss/_homepage.scss */
#intro-splash-section .row-full-width .row {
  background-image: url("../cmsimg/hp_slider_square.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: table;
  float: left;
  height: 100%;
  margin-left: -0px;
  padding-right: 0px;
  padding-left: 0px;
  width: auto;
}
/* line 57, ../scss/_homepage.scss */
#intro-splash-section .row-full-width .row .text {
  box-sizing: border-box;
  display: table-cell;
  z-index: 1000;
  height: 100%;
  vertical-align: middle;
}
/* line 63, ../scss/_homepage.scss */
#intro-splash-section .row-full-width .row .text h2 {
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  font-weight: 700;
  font-style: normal;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 45px;
  line-height: 4.5rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
/* line 70, ../scss/_homepage.scss */
#intro-splash-section .row-full-width .row .text p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 27.5px;
  line-height: 2.75rem;
  text-transform: uppercase;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  font-weight: 500;
  font-style: normal;
  color: #fff;
}
/* line 79, ../scss/_homepage.scss */
#intro-splash-section #cycler {
  position: absolute;
  min-height: 100%;
  width: 100%;
}
/* line 83, ../scss/_homepage.scss */
#intro-splash-section #cycler div {
  position: absolute;
  z-index: 1;
  min-height: 100%;
  width: 100%;
  background-size: cover;
  background-position: right center;
}
/* line 91, ../scss/_homepage.scss */
#intro-splash-section #cycler div.active {
  z-index: 3;
}
/* line 95, ../scss/_homepage.scss */
#intro-splash-section .text-wrap {
  /* only here for z indexing */
}

/* line 99, ../scss/_homepage.scss */
#cycler-overlay {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

/* line 106, ../scss/_homepage.scss */
#slider-down {
  bottom: -43px;
  clear: both;
  left: 50%;
  margin-left: -43px;
  margin-top: 50%;
  position: absolute;
  height: 86px;
  width: 86px;
  -webkit-border-radius: 43px;
  -moz-border-radius: 43px;
  border-radius: 43px;
  background-color: #fff;
}
/* line 119, ../scss/_homepage.scss */
#slider-down img {
  width: 86px;
  height: 86px;
  opacity: 0.3;
  -webkit-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  -ms-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

/* line 131, ../scss/_homepage.scss */
#slider-down:hover img, #slider-down:focus img {
  opacity: 0.6;
}

/* line 136, ../scss/_homepage.scss */
.page-template-tpt-home-php #primary {
  border-right: none;
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 143, ../scss/_homepage.scss */
.page-template-tpt-home-php #intro-section .row-full-width {
  background-image: url("../cmsimg/bg_tile_1.png");
  background-repeat: repeat;
  padding-bottom: 40px;
}
/* line 148, ../scss/_homepage.scss */
.page-template-tpt-home-php #intro-section .row-full-width .row {
  padding-top: 90px;
  text-align: center;
}
/* line 153, ../scss/_homepage.scss */
.page-template-tpt-home-php #intro-section h2 {
  font-size: 16.875px;
  font-size: 1.6875rem;
  line-height: 26.25px;
  line-height: 2.625rem;
  color: #562e91;
  font-family: 'montserratbold';
  font-weight: normal;
  padding-left: 100px;
  padding-right: 100px;
  margin-bottom: 30px;
}
/* line 162, ../scss/_homepage.scss */
.page-template-tpt-home-php #intro-section p {
  font-size: 16.875px;
  font-size: 1.6875rem;
  line-height: 26.25px;
  line-height: 2.625rem;
  color: #562e91;
  font-family: 'montserratregular';
  padding-left: 100px;
  padding-right: 100px;
  margin-bottom: 30px;
}
/* line 172, ../scss/_homepage.scss */
.page-template-tpt-home-php #main-links-section .columns {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 110px;
  margin-top: 40px;
}
/* line 179, ../scss/_homepage.scss */
.page-template-tpt-home-php #main-links-section .inner {
  background-color: transparent;
  position: relative;
  height: 100%;
}
/* line 184, ../scss/_homepage.scss */
.page-template-tpt-home-php #main-links-section .inner.circle {
  opacity: 0.1;
  transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out;
}
/* line 192, ../scss/_homepage.scss */
.page-template-tpt-home-php #main-links-section .inner.circle.inView {
  opacity: 1;
}
/* line 195, ../scss/_homepage.scss */
.page-template-tpt-home-php #main-links-section .circled {
  background-color: transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
/* line 201, ../scss/_homepage.scss */
.page-template-tpt-home-php #main-links-section .circled p {
  padding-left: 100px;
  padding-right: 100px;
}
/* line 205, ../scss/_homepage.scss */
.page-template-tpt-home-php #main-links-section .circled p.main-p {
  margin-top: 60px;
  padding-bottom: 0;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  font-weight: 500;
  font-style: normal;
}
/* line 210, ../scss/_homepage.scss */
.page-template-tpt-home-php #main-links-section .circled .link-button-green {
  position: absolute;
  bottom: 60px;
}
/* line 214, ../scss/_homepage.scss */
.page-template-tpt-home-php #main-links-section .circled .icon {
  width: 200px;
  height: 160px;
}
/* line 219, ../scss/_homepage.scss */
.page-template-tpt-home-php #main-links-section .icon {
  width: 200px;
  height: 160px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 227, ../scss/_homepage.scss */
.page-template-tpt-home-php #main-links-section p {
  color: #562e91;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 0;
}
/* line 234, ../scss/_homepage.scss */
.page-template-tpt-home-php #main-links-section p.main-p {
  font-size: 21.25px;
  font-size: 2.125rem;
  line-height: 26.25px;
  line-height: 2.625rem;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  font-weight: 400;
  font-style: normal;
  padding-bottom: 70px;
}
/* line 243, ../scss/_homepage.scss */
.page-template-tpt-home-php #main-links-section #hp-link-boxes p {
  font-size: 21.25px;
  font-size: 2.125rem;
  line-height: 26.25px;
  line-height: 2.625rem;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  font-weight: 400;
  font-style: normal;
  padding-bottom: 70px;
}
/* line 253, ../scss/_homepage.scss */
.page-template-tpt-home-php #main-links-section p.sub-p {
  font-size: 13.125px;
  font-size: 1.3125rem;
  line-height: 20px;
  line-height: 2rem;
}
/* line 257, ../scss/_homepage.scss */
.page-template-tpt-home-php .link-button-green {
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 263, ../scss/_homepage.scss */
.page-template-tpt-home-php #news-section a {
  background-color: #c00;
  float: left;
  position: relative;
  width: 50%;
  border-bottom: 1px solid #fff;
}
/* line 270, ../scss/_homepage.scss */
.page-template-tpt-home-php #news-section .story {
  float: left;
  width: 100%;
  background-color: #ccc;
  height: 400px;
  background-size: cover;
  background-position: right center;
  position: relative;
  background-image: url("../cmsimg/placeholder_blue.png");
  background-repeat: repeat;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0.5'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray alpha(opacity=50);
  /* IE6-9 */
  -webkit-filter: grayscale(50%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all .6s ease;
  /* Fade to color for Chrome and Safari */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}
/* line 291, ../scss/_homepage.scss */
.page-template-tpt-home-php #news-section a:hover, .page-template-tpt-home-php #news-section a:visited:hover, .page-template-tpt-home-php #news-section a:focus {
            /*
            .story {
                background-size:110% auto;
            }
            h3 {
                color:  $turq-33;
				
            }
			*/
}
/* line 301, ../scss/_homepage.scss */
.page-template-tpt-home-php #news-section a:hover .text, .page-template-tpt-home-php #news-section a:visited:hover .text, .page-template-tpt-home-php #news-section a:focus .text {
  padding-top: 70px;
}
/* line 305, ../scss/_homepage.scss */
.page-template-tpt-home-php #news-section .story-link-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
  background-image: url("../cmsimg/overlay_blue_75pc.png");
  background-repeat: repeat;
  -moz-filter: none;
  -o-filter: none;
  -webkit-filter: none;
  filter: none;
  filter: none;
}
/* line 319, ../scss/_homepage.scss */
.page-template-tpt-home-php #news-section .text {
  width: 100%;
  max-width: 660px;
  float: right;
  padding-left: 80px;
  padding-right: 115px;
  padding-top: 90px;
  box-sizing: border-box;
  transition: padding-top 0.3s ease-in-out;
  -moz-transition: padding-top 0.3s ease-in-out;
  -ms-transition: padding-top 0.3s ease-in-out;
  -o-transition: padding-top 0.3s ease-in-out;
  -webkit-transition: padding-top 0.3s ease-in-out;
}
/* line 332, ../scss/_homepage.scss */
.page-template-tpt-home-php #news-section .text h3 {
  color: #fff;
  font-size: 18.75px;
  font-size: 1.875rem;
  line-height: 20px;
  line-height: 2rem;
  margin-bottom: 12px;
}
/* line 337, ../scss/_homepage.scss */
.page-template-tpt-home-php #news-section .text p {
  color: #fff;
  font-size: 11.25px;
  font-size: 1.125rem;
  line-height: 16.875px;
  line-height: 1.6875rem;
}
/* line 341, ../scss/_homepage.scss */
.page-template-tpt-home-php #news-section .text p.post-date {
  text-transform: uppercase;
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  line-height: 1.5rem;
  background-image: url("../cmsimg/icon_news.png");
  background-size: auto 25px;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 40px;
  line-height: 25px;
}
/* line 352, ../scss/_homepage.scss */
.page-template-tpt-home-php #news-section a:last-of-type .story-link-wrap {
  background-image: url("../cmsimg/overlay_75pc.png");
}
/* line 355, ../scss/_homepage.scss */
.page-template-tpt-home-php #news-section a:last-of-type .text {
  float: left;
  padding-left: 115px;
  padding-right: 80px;
}
/* line 360, ../scss/_homepage.scss */
.page-template-tpt-home-php #news-section a:last-of-type .story {
  background-image: url("../cmsimg/placeholder.png");
}
/* line 365, ../scss/_homepage.scss */
.page-template-tpt-home-php #signup-form-section .row-full-width {
  background-image: url("../cmsimg/form_bg_tile_1.png");
  background-repeat: repeat;
}
/* line 369, ../scss/_homepage.scss */
.page-template-tpt-home-php #signup-form-section .columns {
  text-align: center;
  padding-top: 85px;
  padding-bottom: 0;
}
/* line 374, ../scss/_homepage.scss */
.page-template-tpt-home-php #signup-form-section .columns.to-top {
  padding-top: 0;
}
/* line 377, ../scss/_homepage.scss */
.page-template-tpt-home-php #signup-form-section h2 {
  font-size: 30.625px;
  font-size: 3.0625rem;
  line-height: 31.875px;
  line-height: 3.1875rem;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  font-weight: 500;
  font-style: normal;
  color: #562e91;
  margin-bottom: 40px;
}
/* line 383, ../scss/_homepage.scss */
.page-template-tpt-home-php #signup-form-section p {
  font-size: 30.625px;
  font-size: 3.0625rem;
  line-height: 31.875px;
  line-height: 3.1875rem;
  font-size: 13.125px;
  font-size: 1.3125rem;
  line-height: 20px;
  line-height: 2rem;
  color: #562e91;
  margin-bottom: 60px;
}
/* line 389, ../scss/_homepage.scss */
.page-template-tpt-home-php #signup-form-section #gform_wrapper_1 {
  margin: 10px 0;
  max-width: 350px;
  overflow: inherit;
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 350px;
}
/* line 398, ../scss/_homepage.scss */
.page-template-tpt-home-php #signup-form-section .gform_wrapper .ginput_complex .ginput_right, .page-template-tpt-home-php #signup-form-section .gform_wrapper .ginput_complex .ginput_left {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
/* line 404, ../scss/_homepage.scss */
.page-template-tpt-home-php #signup-form-section .gform_wrapper .top_label input.medium, .page-template-tpt-home-php #signup-form-section .gform_wrapper .top_label select.medium {
  width: 100%;
}
/* line 407, ../scss/_homepage.scss */
.page-template-tpt-home-php #signup-form-section .gform_wrapper .ginput_complex input[type="text"], .page-template-tpt-home-php #signup-form-section .gform_wrapper .ginput_complex input[type="url"], .page-template-tpt-home-php #signup-form-section .gform_wrapper .ginput_complex input[type="email"], .page-template-tpt-home-php #signup-form-section .gform_wrapper .ginput_complex input[type="tel"], .page-template-tpt-home-php #signup-form-section .gform_wrapper .ginput_complex input[type="number"], .page-template-tpt-home-php #signup-form-section .gform_wrapper .ginput_complex input[type="password"], .page-template-tpt-home-php #signup-form-section .gform_wrapper .ginput_complex select {
  width: 100% !important;
}
/* line 410, ../scss/_homepage.scss */
.page-template-tpt-home-php #signup-form-section label {
  /* see http://webaim.org/techniques/css/invisiblecontent/ */
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* line 416, ../scss/_homepage.scss */
.js .home #intro-splash-section {
  opacity: 0;
}
/* line 419, ../scss/_homepage.scss */
.js .home #content {
  opacity: 0;
}
/* line 422, ../scss/_homepage.scss */
.js .home #back-to-top {
  background-color: transparent;
}

/* line 427, ../scss/_homepage.scss */
.page-template-tpt-home-php #intro-splash-section .row {
  background-position: right center;
}

/* line 2, ../scss/_newslist.scss */
.blog article, .post-type-archive-blog_cpt article {
  background-color: #ededef;
  margin-bottom: 30px;
}
/* line 5, ../scss/_newslist.scss */
.blog article .pics, .post-type-archive-blog_cpt article .pics {
  background-size: cover;
  background-position: center;
}
/* line 9, ../scss/_newslist.scss */
.blog article h1.entry-title, .post-type-archive-blog_cpt article h1.entry-title {
  background-color: #ededef;
  margin: 0;
}
/* line 13, ../scss/_newslist.scss */
.blog article .entry-content p, .post-type-archive-blog_cpt article .entry-content p {
  background-color: #ededef;
  margin: 0;
}
/* line 17, ../scss/_newslist.scss */
.blog article a:link, .blog article a:visited, .blog article a:hover, .blog article a:visited:hover, .blog article a:focus, .post-type-archive-blog_cpt article a:link, .post-type-archive-blog_cpt article a:visited, .post-type-archive-blog_cpt article a:hover, .post-type-archive-blog_cpt article a:visited:hover, .post-type-archive-blog_cpt article a:focus {
  text-decoration: none;
}
/* line 19, ../scss/_newslist.scss */
.blog article a:link .entry-meta, .blog article a:visited .entry-meta, .blog article a:hover .entry-meta, .blog article a:visited:hover .entry-meta, .blog article a:focus .entry-meta, .post-type-archive-blog_cpt article a:link .entry-meta, .post-type-archive-blog_cpt article a:visited .entry-meta, .post-type-archive-blog_cpt article a:hover .entry-meta, .post-type-archive-blog_cpt article a:visited:hover .entry-meta, .post-type-archive-blog_cpt article a:focus .entry-meta {
  text-decoration: none;
  color: #fff;
}
/* line 23, ../scss/_newslist.scss */
.blog article a:link h1.entry-title, .blog article a:visited h1.entry-title, .blog article a:hover h1.entry-title, .blog article a:visited:hover h1.entry-title, .blog article a:focus h1.entry-title, .post-type-archive-blog_cpt article a:link h1.entry-title, .post-type-archive-blog_cpt article a:visited h1.entry-title, .post-type-archive-blog_cpt article a:hover h1.entry-title, .post-type-archive-blog_cpt article a:visited:hover h1.entry-title, .post-type-archive-blog_cpt article a:focus h1.entry-title {
  text-decoration: none;
  color: #562e91;
}
/* line 27, ../scss/_newslist.scss */
.blog article a:link .entry-content p, .blog article a:visited .entry-content p, .blog article a:hover .entry-content p, .blog article a:visited:hover .entry-content p, .blog article a:focus .entry-content p, .post-type-archive-blog_cpt article a:link .entry-content p, .post-type-archive-blog_cpt article a:visited .entry-content p, .post-type-archive-blog_cpt article a:hover .entry-content p, .post-type-archive-blog_cpt article a:visited:hover .entry-content p, .post-type-archive-blog_cpt article a:focus .entry-content p {
  text-decoration: none;
  color: #3b3952;
}
/* line 34, ../scss/_newslist.scss */
.blog #news-listing [class*="column"] + [class*="column"]:last-child, .post-type-archive-blog_cpt #news-listing [class*="column"] + [class*="column"]:last-child {
  float: left;
}
/* line 38, ../scss/_newslist.scss */
.blog #news-listing .large-12 .text-wrap, .post-type-archive-blog_cpt #news-listing .large-12 .text-wrap {
  transition: padding-top 0.3s ease-in-out;
  -moz-transition: padding-top 0.3s ease-in-out;
  -ms-transition: padding-top 0.3s ease-in-out;
  -o-transition: padding-top 0.3s ease-in-out;
  -webkit-transition: padding-top 0.3s ease-in-out;
  padding-top: 30px;
  width: 50%;
  float: left;
  height: 380px;
  margin-top: 30px;
}
/* line 50, ../scss/_newslist.scss */
.blog #news-listing .large-12 .pics, .post-type-archive-blog_cpt #news-listing .large-12 .pics {
  height: 380px;
  width: 50%;
  float: left;
}
/* line 55, ../scss/_newslist.scss */
.blog #news-listing .large-12 img, .post-type-archive-blog_cpt #news-listing .large-12 img {
  width: auto;
  height: 380px;
  float: left;
}
/* line 61, ../scss/_newslist.scss */
.blog #news-listing .large-12 .entry-header, .post-type-archive-blog_cpt #news-listing .large-12 .entry-header {
  position: relative;
  top: -33px;
}
/* line 65, ../scss/_newslist.scss */
.blog #news-listing .large-12 .entry-meta, .post-type-archive-blog_cpt #news-listing .large-12 .entry-meta {
  padding-left: 30px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  line-height: 1.5rem;
  margin-bottom: 9px;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 73, ../scss/_newslist.scss */
.blog #news-listing .large-12 h1.entry-title, .post-type-archive-blog_cpt #news-listing .large-12 h1.entry-title {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 30px;
  line-height: 3rem;
  margin-bottom: 0.15em;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 0;
}
/* line 80, ../scss/_newslist.scss */
.blog #news-listing .large-12 .entry-content, .post-type-archive-blog_cpt #news-listing .large-12 .entry-content {
  position: relative;
  top: -33px;
}
/* line 83, ../scss/_newslist.scss */
.blog #news-listing .large-12 .entry-content p, .post-type-archive-blog_cpt #news-listing .large-12 .entry-content p {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 13.125px;
  font-size: 1.3125rem;
  line-height: 20px;
  line-height: 2rem;
}
/* line 89, ../scss/_newslist.scss */
.blog #news-listing .large-12 a:link, .blog #news-listing .large-12 a:visited, .blog #news-listing .large-12 a:hover, .blog #news-listing .large-12 a:visited:hover, .blog #news-listing .large-12 a:focus, .post-type-archive-blog_cpt #news-listing .large-12 a:link, .post-type-archive-blog_cpt #news-listing .large-12 a:visited, .post-type-archive-blog_cpt #news-listing .large-12 a:hover, .post-type-archive-blog_cpt #news-listing .large-12 a:visited:hover, .post-type-archive-blog_cpt #news-listing .large-12 a:focus {
  display: block;
  width: 100%;
  height: 380px;
  position: relative;
}
/* line 101, ../scss/_newslist.scss */
.blog #news-listing .large-12 a:hover .text-wrap, .blog #news-listing .large-12 a:visited:hover .text-wrap, .blog #news-listing .large-12 a:focus .text-wrap, .post-type-archive-blog_cpt #news-listing .large-12 a:hover .text-wrap, .post-type-archive-blog_cpt #news-listing .large-12 a:visited:hover .text-wrap, .post-type-archive-blog_cpt #news-listing .large-12 a:focus .text-wrap {
  padding-top: 20px;
}
/* line 106, ../scss/_newslist.scss */
.blog #news-listing .large-4 .text-wrap, .post-type-archive-blog_cpt #news-listing .large-4 .text-wrap {
  transition: padding-top 0.3s ease-in-out;
  -moz-transition: padding-top 0.3s ease-in-out;
  -ms-transition: padding-top 0.3s ease-in-out;
  -o-transition: padding-top 0.3s ease-in-out;
  -webkit-transition: padding-top 0.3s ease-in-out;
  padding-top: 30px;
}
/* line 114, ../scss/_newslist.scss */
.blog #news-listing .large-4 .pics, .post-type-archive-blog_cpt #news-listing .large-4 .pics {
  height: 240px;
  width: 100%;
}
/* line 117, ../scss/_newslist.scss */
.blog #news-listing .large-4 .pics img, .post-type-archive-blog_cpt #news-listing .large-4 .pics img {
  width: 151px;
  height: 240px;
  float: left;
}
/* line 123, ../scss/_newslist.scss */
.blog #news-listing .large-4 .entry-header, .post-type-archive-blog_cpt #news-listing .large-4 .entry-header {
  position: relative;
  top: -33px;
}
/* line 127, ../scss/_newslist.scss */
.blog #news-listing .large-4 .entry-meta, .post-type-archive-blog_cpt #news-listing .large-4 .entry-meta {
  padding-left: 30px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  line-height: 1.5rem;
  margin-bottom: 9px;
  position: relative;
  top: -33px;
}
/* line 134, ../scss/_newslist.scss */
.blog #news-listing .large-4 h1.entry-title, .post-type-archive-blog_cpt #news-listing .large-4 h1.entry-title {
  font-size: 15.625px;
  font-size: 1.5625rem;
  line-height: 20.625px;
  line-height: 2.0625rem;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 0;
}
/* line 141, ../scss/_newslist.scss */
.blog #news-listing .large-4 .entry-content, .post-type-archive-blog_cpt #news-listing .large-4 .entry-content {
  position: relative;
  top: -33px;
}
/* line 144, ../scss/_newslist.scss */
.blog #news-listing .large-4 .entry-content p, .post-type-archive-blog_cpt #news-listing .large-4 .entry-content p {
  padding-left: 30px;
  padding-right: 30px;
}
/* line 149, ../scss/_newslist.scss */
.blog #news-listing .large-4 a:link, .blog #news-listing .large-4 a:visited, .blog #news-listing .large-4 a:hover, .blog #news-listing .large-4 a:visited:hover, .blog #news-listing .large-4 a:focus, .post-type-archive-blog_cpt #news-listing .large-4 a:link, .post-type-archive-blog_cpt #news-listing .large-4 a:visited, .post-type-archive-blog_cpt #news-listing .large-4 a:hover, .post-type-archive-blog_cpt #news-listing .large-4 a:visited:hover, .post-type-archive-blog_cpt #news-listing .large-4 a:focus {
  display: block;
}
/* line 158, ../scss/_newslist.scss */
.blog #news-listing .large-4 a:hover .text-wrap, .blog #news-listing .large-4 a:visited:hover .text-wrap, .blog #news-listing .large-4 a:focus .text-wrap, .post-type-archive-blog_cpt #news-listing .large-4 a:hover .text-wrap, .post-type-archive-blog_cpt #news-listing .large-4 a:visited:hover .text-wrap, .post-type-archive-blog_cpt #news-listing .large-4 a:focus .text-wrap {
  padding-top: 20px;
}

/* line 2, ../scss/_single.scss */
.single-post #single-breadcrumb-rows-wrapper, .single-attachment #single-breadcrumb-rows-wrapper, .single-blog_cpt #single-breadcrumb-rows-wrapper {
  width: 100%;
  clear: both;
  margin-top: 10px;
  margin-bottom: 45px;
  background-image: url("../cmsimg/form_bg_tile_1.png");
  background-repeat: repeat;
  float: left;
}
/* line 10, ../scss/_single.scss */
.single-post #single-breadcrumb-rows-wrapper #breadcrumb, .single-attachment #single-breadcrumb-rows-wrapper #breadcrumb, .single-blog_cpt #single-breadcrumb-rows-wrapper #breadcrumb {
  margin-bottom: 0;
}
/* line 12, ../scss/_single.scss */
.single-post #single-breadcrumb-rows-wrapper #breadcrumb p, .single-attachment #single-breadcrumb-rows-wrapper #breadcrumb p, .single-blog_cpt #single-breadcrumb-rows-wrapper #breadcrumb p {
  margin-bottom: 40px;
  margin-top: 40px;
}
/* line 18, ../scss/_single.scss */
.single-post #article-entry-header, .single-attachment #article-entry-header, .single-blog_cpt #article-entry-header {
  margin-bottom: 0;
  padding-bottom: 0px;
  padding-right: 0;
  padding-top: 0;
}
/* line 23, ../scss/_single.scss */
.single-post #article-entry-header h1, .single-attachment #article-entry-header h1, .single-blog_cpt #article-entry-header h1 {
  color: #562e91;
  margin-bottom: 25px;
  text-transform: none;
}
/* line 28, ../scss/_single.scss */
.single-post #article-entry-header p, .single-attachment #article-entry-header p, .single-blog_cpt #article-entry-header p {
  color: #562e91;
  font-size: 15.625px;
  font-size: 1.5625rem;
  line-height: 22.5px;
  line-height: 2.25rem;
  margin-bottom: 20px;
}
/* line 33, ../scss/_single.scss */
.single-post #article-entry-header .entry-meta, .single-attachment #article-entry-header .entry-meta, .single-blog_cpt #article-entry-header .entry-meta {
  text-transform: uppercase;
  color: #562e91;
  margin-bottom: 40px;
  font-size: 8.75px;
  font-size: 0.875rem;
  line-height: 10px;
  line-height: 1rem;
}
/* line 40, ../scss/_single.scss */
.single-post img.size-full, .single-attachment img.size-full, .single-blog_cpt img.size-full {
  margin-bottom: 40px;
}
/* line 43, ../scss/_single.scss */
.single-post .img-only-left img.size-full, .single-post .img-only-right img.size-full, .single-attachment .img-only-left img.size-full, .single-attachment .img-only-right img.size-full, .single-blog_cpt .img-only-left img.size-full, .single-blog_cpt .img-only-right img.size-full {
  margin-bottom: 12px;
}
/* line 46, ../scss/_single.scss */
.single-post .wp-caption.alignnone, .single-attachment .wp-caption.alignnone, .single-blog_cpt .wp-caption.alignnone {
  margin-bottom: 40px;
  border-bottom: solid 1px #c3c0c9;
}
/* line 49, ../scss/_single.scss */
.single-post .wp-caption.alignnone img.size-full, .single-attachment .wp-caption.alignnone img.size-full, .single-blog_cpt .wp-caption.alignnone img.size-full {
  margin-bottom: 0px;
}
/* line 52, ../scss/_single.scss */
.single-post .wp-caption.alignnone p.wp-caption-text, .single-attachment .wp-caption.alignnone p.wp-caption-text, .single-blog_cpt .wp-caption.alignnone p.wp-caption-text {
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  line-height: 1.5rem;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #55526f;
}

/* line 61, ../scss/_single.scss */
.single-access_jobs_cpt #single-breadcrumb-rows-wrapper {
  width: 100%;
  clear: both;
  margin-top: 10px;
  margin-bottom: 45px;
  background-image: url("../cmsimg/form_bg_tile_1.png");
  background-repeat: repeat;
  float: left;
}
/* line 69, ../scss/_single.scss */
.single-access_jobs_cpt #single-breadcrumb-rows-wrapper #breadcrumb {
  margin-bottom: 0;
}
/* line 71, ../scss/_single.scss */
.single-access_jobs_cpt #single-breadcrumb-rows-wrapper #breadcrumb p {
  margin-bottom: 40px;
  margin-top: 40px;
}
/* line 77, ../scss/_single.scss */
.single-access_jobs_cpt #article-entry-header {
  margin-bottom: 0;
  padding-bottom: 0px;
  padding-right: 0;
  padding-top: 0;
}
/* line 82, ../scss/_single.scss */
.single-access_jobs_cpt #article-entry-header h1 {
  color: #562e91;
  margin-bottom: 25px;
  text-transform: none;
}
/* line 87, ../scss/_single.scss */
.single-access_jobs_cpt #article-entry-header p {
  color: #562e91;
  font-size: 15.625px;
  font-size: 1.5625rem;
  line-height: 22.5px;
  line-height: 2.25rem;
  margin-bottom: 20px;
}
/* line 92, ../scss/_single.scss */
.single-access_jobs_cpt #article-entry-header .entry-meta {
  text-transform: uppercase;
  color: #562e91;
  margin-bottom: 40px;
  font-size: 8.75px;
  font-size: 0.875rem;
  line-height: 10px;
  line-height: 1rem;
}
/* line 99, ../scss/_single.scss */
.single-access_jobs_cpt img.size-full {
  margin-bottom: 40px;
}
/* line 102, ../scss/_single.scss */
.single-access_jobs_cpt .img-only-left img.size-full, .single-access_jobs_cpt .img-only-right img.size-full {
  margin-bottom: 12px;
}
/* line 105, ../scss/_single.scss */
.single-access_jobs_cpt .wp-caption.alignnone {
  margin-bottom: 40px;
  border-bottom: solid 1px #c3c0c9;
}
/* line 108, ../scss/_single.scss */
.single-access_jobs_cpt .wp-caption.alignnone img.size-full {
  margin-bottom: 0px;
}
/* line 111, ../scss/_single.scss */
.single-access_jobs_cpt .wp-caption.alignnone p.wp-caption-text {
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  line-height: 1.5rem;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #55526f;
}

/*  -----------------------------
	VIDEO/IFRAMES
	----------------------------- */
/* line 4, ../scss/_video_embed.scss */
.nice-video {
  background-color: #454258;
  clear: both;
  float: left;
  width: 100%;
  padding: 15px;
  margin-bottom: 2em;
}
/* line 12, ../scss/_video_embed.scss */
.nice-video img {
  width: 100%;
}

/* line 16, ../scss/_video_embed.scss */
.nice-video-overlay {
  background-color: rgba(29, 24, 72, 0.8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  display: none;
  z-index: 2000000;
}
/* line 27, ../scss/_video_embed.scss */
.nice-video-overlay p {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  display: none;
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  line-height: 1.5rem;
}
/* line 37, ../scss/_video_embed.scss */
.nice-video-overlay iframe {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
/* line 43, ../scss/_video_embed.scss */
.nice-video-overlay .close {
  background-image: url("../cmsimg/video_close.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  overflow: hidden;
  position: fixed;
  right: 10px;
  text-indent: -1000px;
  top: 10px;
  width: 60px;
}

/* line 57, ../scss/_video_embed.scss */
#primary .nice-video .nv-text {
  background-color: #454258;
  padding-top: 20px;
}

/* line 62, ../scss/_video_embed.scss */
#primary .nice-video h2 {
  color: #fff;
  margin-bottom: 18px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15.625px;
  font-size: 1.5625rem;
  line-height: 20.625px;
  line-height: 2.0625rem;
}

/* line 72, ../scss/_video_embed.scss */
#primary .nice-video p, #primary .nice-video li {
  font-size: 9.375px;
  font-size: 0.9375rem;
  line-height: 15px;
  line-height: 1.5rem;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 78, ../scss/_video_embed.scss */
#primary .nice-video p, #primary .nice-video a, #primary .nice-video li {
  color: #fff;
}
/* line 81, ../scss/_video_embed.scss */
#primary .nice-video a.less-more {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  clear: both;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 5px;
  padding-top: 20px;
  text-align: left;
}

/* line 96, ../scss/_video_embed.scss */
.nvp {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 2s;
  -moz-transition: max-height 2s;
  transition: max-height 2s;
}

/* line 103, ../scss/_video_embed.scss */
.showmore.nvp {
  height: auto;
  max-height: 1000px;
}

/* line 2, ../scss/_people.scss */
#primary .people-list section h1 {
  color: #562e91;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 30px;
  line-height: 3rem;
  margin-top: 0;
  margin-bottom: 1em;
}
/* line 8, ../scss/_people.scss */
#primary .people-list .outer {
  width: 100%;
  border-bottom: solid 1px #ccc;
  float: left;
  margin-bottom: 2.5em;
  padding-bottom: 1em;
}
/* line 15, ../scss/_people.scss */
#primary .people-list .photo {
  float: left;
  width: 25%;
}
/* line 21, ../scss/_people.scss */
#primary .people-list .text {
  float: left;
  width: 75%;
  padding-left: 30px;
  box-sizing: border-box;
}
/* line 29, ../scss/_people.scss */
#primary .people-list h2 {
  font-size: 15.625px;
  font-size: 1.5625rem;
  line-height: 20.625px;
  line-height: 2.0625rem;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  font-weight: 500;
  font-style: normal;
  margin-bottom: 10px;
}
/* line 33, ../scss/_people.scss */
#primary .people-list h2 span {
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  font-weight: 400;
  font-style: normal;
}

/* line 1, ../scss/_contact.scss */
.js .page-template-contact-php {
  background-color: #fff;
  background-image: url("../cmsimg/form_bg_tile_1.png");
  background-repeat: repeat;
}
/* line 7, ../scss/_contact.scss */
.js .page-template-contact-php .gform_wrapper .gform_heading {
  width: 100%;
}
/* line 13, ../scss/_contact.scss */
.js .page-template-contact-php #primary {
  border-right: none;
  padding-right: 0;
}
/* line 17, ../scss/_contact.scss */
.js .page-template-contact-php #gform_wrapper_3 {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
/* line 21, ../scss/_contact.scss */
.js .page-template-contact-php #gform_wrapper_3 h3.gform_title {
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  font-weight: 500;
  font-style: normal;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 30px;
  line-height: 3rem;
  padding-bottom: 40px;
  border-bottom: solid 1px #c3c0c9;
  margin-bottom: 30px;
}
/* line 29, ../scss/_contact.scss */
.js .page-template-contact-php .gform_wrapper .left_label .gfield_label {
  font-weight: 400;
  font-size: 13.125px;
  font-size: 1.3125rem;
  line-height: 13.125px;
  line-height: 1.3125rem;
  width: 19%;
  margin-top: 48px;
}
/* line 35, ../scss/_contact.scss */
.js .page-template-contact-php .gform_wrapper .left_label li.field_sublabel_below .gfield_label {
  margin-right: 1%;
  margin-top: 48px;
}
/* line 39, ../scss/_contact.scss */
.js .page-template-contact-php .gform_wrapper .right_label input.medium, .js .page-template-contact-php .gform_wrapper .right_label select.medium, .js .page-template-contact-php .gform_wrapper .left_label input.medium, .js .page-template-contact-php .gform_wrapper .left_label select.medium {
  width: 80%;
  margin-bottom: 0;
  margin-top: 30px;
}
/* line 45, ../scss/_contact.scss */
.js .page-template-contact-php .gform_wrapper .right_label textarea.small, .js .page-template-contact-php .gform_wrapper .left_label textarea.small, .js .page-template-contact-php .gform_wrapper .right_label textarea.medium, .js .page-template-contact-php .gform_wrapper .left_label textarea.medium, .js .page-template-contact-php .gform_wrapper .right_label textarea.large, .js .page-template-contact-php .gform_wrapper .left_label textarea.large {
  width: 80%;
  border: 1px solid #dadada;
  color: #a6a5a5;
  font-size: 1.125rem;
  line-height: 3.75rem;
  margin-bottom: 0;
  padding: 20px;
  margin-top: 30px;
}
/* line 55, ../scss/_contact.scss */
.js .page-template-contact-php .gfield_required {
  display: none;
}
/* line 58, ../scss/_contact.scss */
.js .page-template-contact-php .gform_footer.left_label {
  padding: 0;
  text-align: right;
}
/* line 63, ../scss/_contact.scss */
.js .page-template-contact-php .page-template-contact-php .gform_wrapper .gform_footer input.button, .js .page-template-contact-php .js .gform_wrapper .gform_footer input[type="submit"] {
  width: auto;
  padding: 0 30px;
}
/* line 67, ../scss/_contact.scss */
.js .page-template-contact-php .gform_wrapper .gform_footer.right_label, .js .page-template-contact-php .gform_wrapper .gform_footer.left_label {
  margin-left: 80%;
  padding: 1em 0 0.625em;
  width: 20%;
}

/* line 1, ../scss/_eoi.scss */
.page-id-1303 .entry-content, .page-id-964 .entry-content {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

/* line 7, ../scss/_eoi.scss */
.js .page-template-contact-php #gform_wrapper_4.gform_wrapper {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
/* line 11, ../scss/_eoi.scss */
.js .page-template-contact-php #gform_wrapper_4.gform_wrapper li.gfield_html {
  max-width: 100%;
}
/* line 14, ../scss/_eoi.scss */
.js .page-template-contact-php #gform_wrapper_4.gform_wrapper h3 {
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  font-weight: 700;
  font-style: normal;
  font-size: 18.75px;
  font-size: 1.875rem;
  line-height: 20px;
  line-height: 2rem;
  margin-bottom: 30px;
}
/* line 19, ../scss/_eoi.scss */
.js .page-template-contact-php #gform_wrapper_4.gform_wrapper h3.gform_title {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 30px;
  line-height: 3rem;
  padding-bottom: 40px;
  border-bottom: solid 1px #ab97c8;
  margin-bottom: 0px;
}
/* line 25, ../scss/_eoi.scss */
.js .page-template-contact-php #gform_wrapper_4.gform_wrapper ul, .js .page-template-contact-php #gform_wrapper_4.gform_wrapper li {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}
/* line 30, ../scss/_eoi.scss */
.js .page-template-contact-php #gform_wrapper_4.gform_wrapper fieldset {
  border: 1px dashed #ab97c8;
  padding: 20px;
  margin-bottom: 20px;
}
/* line 34, ../scss/_eoi.scss */
.js .page-template-contact-php #gform_wrapper_4.gform_wrapper fieldset legend {
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  font-weight: 700;
  font-style: normal;
  font-size: 11.25px;
  font-size: 1.125rem;
  line-height: 16.875px;
  line-height: 1.6875rem;
  float: left;
  width: 100%;
  color: #562e91;
  margin-bottom: 0.5em;
}
/* line 43, ../scss/_eoi.scss */
.js .page-template-contact-php #gform_wrapper_4.gform_wrapper textarea {
  width: 100%;
  border: 1px solid #dadada;
  padding: 20px;
}
/* line 49, ../scss/_eoi.scss */
.js .page-template-contact-php #gform_wrapper_4.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="email"], .js .page-template-contact-php #gform_wrapper_4.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="number"], .js .page-template-contact-php #gform_wrapper_4.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="password"], .js .page-template-contact-php #gform_wrapper_4.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="tel"], .js .page-template-contact-php #gform_wrapper_4.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="text"], .js .page-template-contact-php #gform_wrapper_4.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="url"], .js .page-template-contact-php #gform_wrapper_4.gform_wrapper .ginput_complex input[type="email"], .js .page-template-contact-php #gform_wrapper_4.gform_wrapper .ginput_complex input[type="number"], .js .page-template-contact-php #gform_wrapper_4.gform_wrapper .ginput_complex input[type="password"], .js .page-template-contact-php #gform_wrapper_4.gform_wrapper .ginput_complex input[type="tel"], .js .page-template-contact-php #gform_wrapper_4.gform_wrapper .ginput_complex input[type="text"], .js .page-template-contact-php #gform_wrapper_4.gform_wrapper .ginput_complex input[type="url"] {
  width: 100%;
}
/* line 52, ../scss/_eoi.scss */
.js .page-template-contact-php #gform_wrapper_4.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_first, .js .page-template-contact-php #gform_wrapper_4.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle, .js .page-template-contact-php #gform_wrapper_4.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
  margin-right: 0;
  display: block;
}
/* line 56, ../scss/_eoi.scss */
.js .page-template-contact-php #gform_wrapper_4.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span {
  margin-right: 0;
  width: 47.5%;
  display: block;
  float: left;
}
/* line 62, ../scss/_eoi.scss */
.js .page-template-contact-php #gform_wrapper_4.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
  clear: right;
  float: right;
}
/* line 66, ../scss/_eoi.scss */
.js .page-template-contact-php #gform_wrapper_4.gform_wrapper .gfield_date_day label, .js .page-template-contact-php #gform_wrapper_4.gform_wrapper .gfield_date_month label, .js .page-template-contact-php #gform_wrapper_4.gform_wrapper .gfield_date_year label, .js .page-template-contact-php #gform_wrapper_4.gform_wrapper .gfield_time_ampm label, .js .page-template-contact-php #gform_wrapper_4.gform_wrapper .gfield_time_hour label, .js .page-template-contact-php #gform_wrapper_4.gform_wrapper .gfield_time_minute label, .js .page-template-contact-php #gform_wrapper_4.gform_wrapper .ginput_complex label, .js .page-template-contact-php #gform_wrapper_4.gform_wrapper .instruction {
  margin: -0.5em 0 0.75em;
}
/* line 69, ../scss/_eoi.scss */
.js .page-template-contact-php #gform_wrapper_4.gform_wrapper li.field_description_above .gfield_description {
  margin-top: -0.5em;
}
/* line 72, ../scss/_eoi.scss */
.js .page-template-contact-php #gform_wrapper_4.gform_wrapper ul.gfield_radio, .js .page-template-contact-php #gform_wrapper_4.gform_wrapper ul.gfield_checkbox {
  padding-bottom: 20px;
}
/* line 75, ../scss/_eoi.scss */
.js .page-template-contact-php #gform_wrapper_4.gform_wrapper .charleft.ginput_counter {
  margin-bottom: 20px;
}
/* line 78, ../scss/_eoi.scss */
.js .page-template-contact-php #gform_wrapper_4.gform_wrapper label {
  color: #562e91;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  font-weight: 700;
  font-style: normal;
}
/* line 84, ../scss/_eoi.scss */
.js .page-template-contact-php #gform_wrapper_4.gform_wrapper fieldset label {
  color: #3b3952;
}
/* line 87, ../scss/_eoi.scss */
.js .page-template-contact-php #gform_wrapper_4.gform_wrapper span label, .js .page-template-contact-php #gform_wrapper_4.gform_wrapper .gfield_radio label, .js .page-template-contact-php #gform_wrapper_4.gform_wrapper .gfield_checkbox label {
  color: #3b3952;
  font-family: 'montserratlight';
  font-weight: 400;
  font-style: normal;
}
/* line 93, ../scss/_eoi.scss */
.js .page-template-contact-php #gform_wrapper_4.gform_wrapper .gfield_radio label, .js .page-template-contact-php #gform_wrapper_4.gform_wrapper .gfield_checkbox label {
  color: #3b3952;
  margin-bottom: 5px;
  font-family: 'montserratlight';
  font-weight: 400;
  font-style: normal;
}
/* line 100, ../scss/_eoi.scss */
.js .page-template-contact-php #field_4_16 {
  float: left;
}
/* line 103, ../scss/_eoi.scss */
.js .page-template-contact-php #field_4_17 {
  float: right;
  clear: right;
}
/* line 107, ../scss/_eoi.scss */
.js .page-template-contact-php #gform_submit_button_4 {
  width: 33%;
  margin-bottom: 40px;
  margin-top: 10px;
}

/* line 113, ../scss/_eoi.scss */
.js .page-template-contact-php #primary .table-wrap {
  border: none;
}
/* line 115, ../scss/_eoi.scss */
.js .page-template-contact-php #primary .table-wrap table.gfield_list {
  border: none !important;
}
/* line 117, ../scss/_eoi.scss */
.js .page-template-contact-php #primary .table-wrap table.gfield_list tr, .js .page-template-contact-php #primary .table-wrap table.gfield_list td {
  border: none !important;
  padding: 0;
}

/* line 124, ../scss/_eoi.scss */
.js .page-template-contact-php #gform_wrapper_4.gform_wrapper .track-record .gfield {
  width: 48%;
  float: left;
  margin-right: 2%;
  clear: none;
}

/* line 131, ../scss/_eoi.scss */
.js .gform_wrapper input[type="text"], .js .gform_wrapper input[type="url"], .js .gform_wrapper input[type="email"], .js .gform_wrapper input[type="tel"], .js .gform_wrapper input[type="number"], .js .gform_wrapper input[type="password"] {
  color: #3b3952;
}

/* line 134, ../scss/_eoi.scss */
.js #gform_wrapper_4.gform_wrapper li.gfield.gfield_error {
  background-color: rgba(207, 42, 14, 0.1);
  border-bottom: none;
  border-top: none;
  border-left: none;
  border-right: none;
}

/* line 141, ../scss/_eoi.scss */
.js #gform_wrapper_4.gform_wrapper .validation_message {
  color: #cf2a0e;
}

/* line 144, ../scss/_eoi.scss */
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 97.5%;
  padding-right: 6px !important;
}

/* line 148, ../scss/_eoi.scss */
.js .page-template-contact-php #gform_wrapper_4.gform_wrapper .gfield_required {
  display: inline;
  color: #ff0000;
}

/* shouldnt be needed but is :( see https://github.com/roots/sage/issues/324 */
/* might be conflict with animations.js */
/* line 154, ../scss/_eoi.scss */
#gform_wrapper_4 {
  display: block !important;
}

/* line 3, ../scss/_jobs.scss */
.post-type-archive-access_jobs_cpt #primary h1 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 30px;
  line-height: 3rem;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  font-weight: 500;
  font-style: normal;
  margin-bottom: 10px;
}

/* line 2, ../scss/_archives.scss */
.single-staff .entry-meta {
  display: none;
}
/* line 5, ../scss/_archives.scss */
.single-staff #article-entry-header {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 9, ../scss/_archives.scss */
.single-staff #article-entry-header h1 {
  color: #562e91;
}

/* Scss Document */
/* line 3, ../scss/_search.scss */
.page-template-search-php #article-entry-header {
  margin: 0;
  padding: 0;
}
/* line 6, ../scss/_search.scss */
.page-template-search-php #article-entry-header h1 {
  color: #562e91;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 30px;
  line-height: 3rem;
  text-transform: none;
  border-bottom: 1px solid #d1ced6;
  width: 100%;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

/* line 18, ../scss/_search.scss */
.search-results #article-entry-header {
  margin: 0;
  padding: 0;
}
/* line 21, ../scss/_search.scss */
.search-results #article-entry-header h1 {
  color: #562e91;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 30px;
  line-height: 3rem;
  text-transform: none;
  border-bottom: 1px solid #d1ced6;
  width: 100%;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

/* line 32, ../scss/_search.scss */
#searchbox-rows-wrapper {
  box-sizing: border-box;
  background-color: #eee;
  background-image: url("../cmsimg/default_title_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 20px;
}
/* line 46, ../scss/_search.scss */
#searchbox-rows-wrapper input[type="search"] {
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
  width: 85%;
  float: left;
  font-size: 18.75px;
  font-size: 1.875rem;
  line-height: 20px;
  line-height: 2rem;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
}
/* line 56, ../scss/_search.scss */
#searchbox-rows-wrapper .search-submit {
  box-sizing: border-box;
  background-color: transparent;
  background-image: url("../cmsimg/magnify.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  border: medium none;
  box-shadow: 0 0 24px -12px rgba(0, 0, 0, 0.1) inset;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  height: 60px;
  line-height: 2.4375rem;
  text-indent: -2000px;
  top: 0;
  width: 12%;
  float: right;
  box-shadow: none;
}

/* line 77, ../scss/_search.scss */
#search-main {
  margin-left: auto;
  margin-right: auto;
  width: 64%;
  float: none;
}
/* line 83, ../scss/_search.scss */
#search-main h1 {
  font-size: 15.625px;
  font-size: 1.5625rem;
  line-height: 20.625px;
  line-height: 2.0625rem;
}
/* line 86, ../scss/_search.scss */
#search-main p {
  font-size: 11.25px;
  font-size: 1.125rem;
  line-height: 16.875px;
  line-height: 1.6875rem;
}
/* line 89, ../scss/_search.scss */
#search-main .hentry {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: solid 1px #ccc;
}
/* line 94, ../scss/_search.scss */
#search-main .wp-pagenavi {
  padding-left: 0;
}

/* line 99, ../scss/_search.scss */
.no-results h1, .not-found h1 {
  color: #562e91;
}

/* line 1, ../scss/_footer.scss */
#pre-footer-wrap {
  background-image: url("../cmsimg/form_bg_tile_1.png");
  background-repeat: repeat;
}

/* line 5, ../scss/_footer.scss */
#big-quote {
  text-align: center;
  color: #562e91;
  padding-left: 100px;
  padding-right: 100px;
}

/* line 11, ../scss/_footer.scss */
p.big-quote-p {
  font-size: 21.25px;
  font-size: 2.125rem;
  line-height: 26.25px;
  line-height: 2.625rem;
  margin-bottom: 30px;
  margin-top: 70px;
  padding-top: 100px;
  background-image: url("../cmsimg/big-quote-icon.png");
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: center top;
}

/* line 22, ../scss/_footer.scss */
p.big-quote-big-quote-attr {
  font-size: 11.25px;
  font-size: 1.125rem;
  line-height: 12.5px;
  line-height: 1.25rem;
}

/* line 25, ../scss/_footer.scss */
#back-to-top {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #fff;
}
/* line 29, ../scss/_footer.scss */
#back-to-top a {
  width: 50px;
  height: 36px;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.25;
  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
}
/* line 43, ../scss/_footer.scss */
#back-to-top a:hover, #back-to-top a:visited:hover, #back-to-top a:focus {
  opacity: 0.5;
}
/* line 46, ../scss/_footer.scss */
#back-to-top p {
  /* see http://webaim.org/techniques/css/invisiblecontent/ */
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* line 50, ../scss/_footer.scss */
#back-to-top.bg-transp {
  background-color: transparent;
}

/* line 53, ../scss/_footer.scss */
.js #newsletter-signup-standard {
  background-color: #464457;
  padding-top: 45px;
  padding-bottom: 45px;
}
/* line 57, ../scss/_footer.scss */
.js #newsletter-signup-standard #enews {
  float: left;
  background-image: url("../cmsimg/enews_standard_icon.png");
  background-repeat: no-repeat;
  background-size: 66px;
  background-position: left center;
  height: 66px;
}
/* line 66, ../scss/_footer.scss */
.js #newsletter-signup-standard p {
  color: #fff;
  font-size: 24px;
  line-height: 66px;
  margin-bottom: 5px;
  margin-left: 90px;
  margin-top: 5px;
}
/* line 74, ../scss/_footer.scss */
.js #newsletter-signup-standard .gform_wrapper .top_label .gfield_label {
  display: none;
}
/* line 77, ../scss/_footer.scss */
.js #newsletter-signup-standard .gform_wrapper {
  clear: none;
  float: right;
  margin: 0;
  overflow: inherit;
  margin-top: 8px;
}
/* line 84, ../scss/_footer.scss */
.js #newsletter-signup-standard .gform_body {
  float: left;
  clear: none;
}
/* line 88, ../scss/_footer.scss */
.js #newsletter-signup-standard .gform_footer {
  float: left;
  clear: none;
  margin: 0;
  padding: 0;
  width: auto;
  max-width: 200px;
}
/* line 96, ../scss/_footer.scss */
.js #newsletter-signup-standard .gfield {
  width: auto;
  float: left;
  clear: none;
  margin-right: 10px;
}
/* line 102, ../scss/_footer.scss */
.js #newsletter-signup-standard .ginput_container {
  width: 100%;
  float: left;
}
/* line 106, ../scss/_footer.scss */
.js #newsletter-signup-standard .gform_wrapper .top_label input.medium, .js #newsletter-signup-standard .gform_wrapper .top_label select.medium {
  border: 1px solid #dadada;
  font-size: 21px;
  line-height: 48px;
  height: 48px;
  width: 100%;
}
/* line 113, ../scss/_footer.scss */
.js #newsletter-signup-standard input[type="text"] {
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  font-weight: 400;
  font-style: normal;
  color: #bab0c8;
}
/* line 118, ../scss/_footer.scss */
.js #newsletter-signup-standard .gform_wrapper .gform_footer input.button, .js #newsletter-signup-standard .gform_wrapper .gform_footer input[type="submit"] {
  border: 1px solid #37a598;
  font-size: 22px;
  line-height: 48px;
  height: 48px;
  border-radius: 0;
  margin-top: 6px;
}
/* line 126, ../scss/_footer.scss */
.js #newsletter-signup-standard .gform_wrapper li.gfield.gfield_error {
  margin-bottom: 0px !important;
  margin-top: 0px;
  box-sizing: border-box;
  padding: 10px;
}
/* line 132, ../scss/_footer.scss */
.js #newsletter-signup-standard .gform_wrapper div.validation_error {
  background-color: #fff;
  color: #cf2a0e;
  padding: 5px;
}
/* line 137, ../scss/_footer.scss */
.js #newsletter-signup-standard .gform_confirmation_message {
  float: left;
  color: #2c2b39;
  line-height: 46px;
  margin-left: 20px;
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in 1s;
  -o-transition: opacity 0.3s ease-in 1s;
  -webkit-transition: opacity 0.3s ease-in;
  -webkit-transition-delay: 1s;
  transition: opacity 0.3s ease-in 1s;
}
/* line 147, ../scss/_footer.scss */
.js #newsletter-signup-standard .gform_confirmation_message.showme {
  opacity: 1;
}

/* line 154, ../scss/_footer.scss */
.site-footer {
  clear: both;
  position: relative;
}
/* line 157, ../scss/_footer.scss */
.site-footer #footer-main {
  background-color: #2c2b39;
  color: #fff;
}
/* line 160, ../scss/_footer.scss */
.site-footer #footer-main .first-row {
  padding-top: 65px;
}
/* line 162, ../scss/_footer.scss */
.site-footer #footer-main .first-row .columns {
  background-color: #2c2b39;
  border-right: solid 1px #454258;
}
/* line 166, ../scss/_footer.scss */
.site-footer #footer-main .first-row .columns:last-of-type {
  border-right: none;
}
/* line 169, ../scss/_footer.scss */
.site-footer #footer-main .first-row .columns:nth-of-type(2) {
  text-align: center;
}
/* line 171, ../scss/_footer.scss */
.site-footer #footer-main .first-row .columns:nth-of-type(2) div {
  text-align: left;
  display: inline-block;
}
/* line 177, ../scss/_footer.scss */
.site-footer #footer-main h2, .site-footer #footer-main h3, .site-footer #footer-main h4, .site-footer #footer-main li, .site-footer #footer-main p, .site-footer #footer-main a {
  color: #fff;
}
/* line 180, ../scss/_footer.scss */
.site-footer #footer-main h2, .site-footer #footer-main h3 {
  margin-bottom: 0.75em;
}
/* line 183, ../scss/_footer.scss */
.site-footer #footer-main p {
  margin-bottom: 0.5em;
}
/* line 186, ../scss/_footer.scss */
.site-footer #footer-main #menu-footer-quick-links, .site-footer #footer-main #menu-footer-quick-links ul, .site-footer #footer-main #menu-footer-quick-links li {
  margin-left: 0;
}
/* line 189, ../scss/_footer.scss */
.site-footer #footer-main #menu-footer-quick-links ul {
  margin-top: 0.75em;
}
/* line 192, ../scss/_footer.scss */
.site-footer #footer-main #menu-footer-quick-links li {
  margin-bottom: 0.5em;
}
/* line 195, ../scss/_footer.scss */
.site-footer #footer-main h2, .site-footer #footer-main h3 {
  font-size: 11.25px;
  font-size: 1.125rem;
  line-height: 12.5px;
  line-height: 1.25rem;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  font-weight: 500;
  font-style: normal;
}
/* line 199, ../scss/_footer.scss */
.site-footer #footer-main #menu-footer-quick-links li a {
  font-size: 11.25px;
  font-size: 1.125rem;
  line-height: 12.5px;
  line-height: 1.25rem;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  font-weight: 500;
  font-style: normal;
}
/* line 203, ../scss/_footer.scss */
.site-footer #footer-main #menu-footer-quick-links li li a {
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  line-height: 1.5rem;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  font-weight: 500;
  font-style: normal;
}
/* line 211, ../scss/_footer.scss */
.site-footer .partners #partner-logos-table {
  display: table;
  margin-top: 50px;
}
/* line 214, ../scss/_footer.scss */
.site-footer .partners #partner-logos-table .cell {
  display: table-cell;
  vertical-align: top;
}
/* line 217, ../scss/_footer.scss */
.site-footer .partners #partner-logos-table .cell a {
  vertical-align: bottom;
  margin-right: 45px;
  display: inline-block;
  line-height: 1px;
  margin-bottom: 20px;
}
/* line 224, ../scss/_footer.scss */
.site-footer .partners #partner-logos-table .cell a:last-of-type {
  margin-right: 0;
}
/* line 230, ../scss/_footer.scss */
.site-footer .footer-tertiary {
  text-align: center;
}
/* line 232, ../scss/_footer.scss */
.site-footer .footer-tertiary p {
  display: block;
  float: left;
}
/* line 236, ../scss/_footer.scss */
.site-footer .footer-tertiary ul {
  display: block;
  float: left;
  margin: 0;
}
/* line 241, ../scss/_footer.scss */
.site-footer .footer-tertiary li {
  display: block;
  float: left;
  margin: 0;
}
/* line 247, ../scss/_footer.scss */
.site-footer .social {
  clear: both;
  float: left;
  text-align: center;
  width: 100%;
}
/* line 252, ../scss/_footer.scss */
.site-footer .social img {
  margin-left: 0;
}
/* line 255, ../scss/_footer.scss */
.site-footer .social a:link, .site-footer .social a:visited {
  opacity: 0.8;
}
/* line 258, ../scss/_footer.scss */
.site-footer .social a:hover, .site-footer .social a:visited:hover, .site-footer .social a:focus {
  opacity: 1;
}

/* line 263, ../scss/_footer.scss */
#footer-main-second {
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 0;
  border-top: solid 1px #454258;
}
/* line 269, ../scss/_footer.scss */
#footer-main-second .footer-tertiary {
  margin-top: 5px;
}

/* line 273, ../scss/_footer.scss */
#footer-tertiary-content-wrap {
  clear: both;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

/* line 280, ../scss/_footer.scss */
#tertiary-navigation {
  float: right;
}

/* line 283, ../scss/_footer.scss */
#colophon #footer-credits {
  width: 100%;
  float: left;
  clear: both;
  background-color: #110f25;
  text-align: right;
  padding: 10px;
}
/* line 290, ../scss/_footer.scss */
#colophon #footer-credits p, #colophon #footer-credits a:link, #colophon #footer-credits a:visited {
  font-size: 10px;
  line-height: 14px;
  color: #555270;
  margin: 0;
}
/* line 296, ../scss/_footer.scss */
#colophon #footer-credits a:hover, #colophon #footer-credits a:visited:hover, #colophon #footer-credits a:focus {
  color: #888792;
}

/* line 300, ../scss/_footer.scss */
#footer-last_sentence {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
/* line 304, ../scss/_footer.scss */
#footer-last_sentence p {
  font-size: 7.5px;
  font-size: 0.75rem;
  line-height: 8.75px;
  line-height: 0.875rem;
}

/*  -------------------------------------------------------------------------------------------------------------------------------------------------
	HEADER RESPONSIVE
	------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
  /* line 5, ../scss/_respond.scss */
  #site-navigation a {
    font-size: 15px;
  }

  /* line 8, ../scss/_respond.scss */
  #header-branding .site-branding {
    width: 18%;
  }
}
@media screen and (max-width: 1110px) {
  /* line 13, ../scss/_respond.scss */
  #site-navigation ul {
    margin-left: 0;
  }

  /* line 16, ../scss/_respond.scss */
  #site-navigation li:first-of-type {
    margin-left: 0px;
  }

  /* line 19, ../scss/_respond.scss */
  #site-navigation a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1110px) and (max-width: 1000px) {
  /* line 25, ../scss/_respond.scss */
  .page-template-default #article-entry-header {
    padding-right: 0;
  }

  /* line 28, ../scss/_respond.scss */
  .site-title img {
    height: auto;
    margin-top: -30px;
    width: 100%;
  }

  /* line 33, ../scss/_respond.scss */
  .site-branding {
    margin-top: 10px;
  }

  /* line 36, ../scss/_respond.scss */
  #secondary-navigation li {
    display: none;
  }

  /* line 39, ../scss/_respond.scss */
  #secondary-navigation li#menu-item-263 {
    display: block;
  }
  /* line 41, ../scss/_respond.scss */
  #secondary-navigation li#menu-item-263 a {
    background-image: url("../cmsimg/mobi_nav.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #00a19a;
    text-indent: -1000px;
    overflow: hidden;
    width: 45px;
    text-align: left;
    display: block;
    padding: 0;
  }

  /* line 55, ../scss/_respond.scss */
  #top-bar-content {
    margin-top: 10px;
    padding-right: 0px;
  }

  /* line 59, ../scss/_respond.scss */
  .site-branding {
    min-width: 120px;
    width: 20%;
    float: left;
  }
  /* line 63, ../scss/_respond.scss */
  .site-branding img {
    margin-top: 0;
  }
}
@media screen and (max-width: 1110px) {
  /* line 68, ../scss/_respond.scss */
  #slider-down {
    display: none;
  }

  /* line 71, ../scss/_respond.scss */
  #breadcrumb {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 700px) {
  /* line 76, ../scss/_respond.scss */
  html.js {
    font-size: 88.8888%;
  }

  /* line 79, ../scss/_respond.scss */
  #top-bar {
    height: 81px;
    max-height: 81px;
  }
}
/*  -------------------------------------------------------------------------------------------------------------------------------------------------
	RESPONSIVE PRIMARY
	------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1350px) {
  /* line 88, ../scss/_respond.scss */
  .js #newsletter-signup-standard .gform_wrapper {
    clear: both;
    float: left;
    margin: 20px 0 0;
  }

  /* line 93, ../scss/_respond.scss */
  .gform_wrapper ul li, .gform_wrapper ul.gform_fields {
    margin-bottom: 0;
  }

  /* line 96, ../scss/_respond.scss */
  .js #newsletter-signup-standard input {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  /* line 102, ../scss/_respond.scss */
  #primary {
    border-right: none;
    padding-right: 0;
  }

  /* line 106, ../scss/_respond.scss */
  #article-entry-header {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  /* line 110, ../scss/_respond.scss */
  #breadcrumb {
    margin-bottom: 35px;
  }

  /* line 113, ../scss/_respond.scss */
  #primary .entry-content .lssb_buttons {
    border-bottom: 1px solid #ccc;
    bottom: 0;
    clear: both;
    left: 0;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
  }
}
/* 700 STARTS HERE */
@media screen and (max-width: 700px) {
  /* line 125, ../scss/_respond.scss */
  .site-branding {
    min-width: 40%;
  }

  /* line 128, ../scss/_respond.scss */
  .row.max-width, .max-width {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 132, ../scss/_respond.scss */
  #secondary-navigation li#menu-item-263 a {
    height: 39px;
  }

  /* line 135, ../scss/_respond.scss */
  #article-entry-header {
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 15px;
  }

  /* line 140, ../scss/_respond.scss */
  #article-entry-header h1 {
    font-size: 28px;
    line-height: 34px;
  }

  /* line 144, ../scss/_respond.scss */
  #article-entry-header p {
    font-size: 20px;
    line-height: 26px;
  }

  /* line 148, ../scss/_respond.scss */
  #breadcrumb {
    margin-bottom: 15px;
  }

  /* line 151, ../scss/_respond.scss */
  #primary h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  /* line 156, ../scss/_respond.scss */
  #primary h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  /* line 161, ../scss/_respond.scss */
  #primary h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 15px;
  }

  /* line 167, ../scss/_respond.scss */
  #sidebar-nav li li a {
    padding: 10px;
  }

  /* line 170, ../scss/_respond.scss */
  #sidebar-nav h2 {
    font-size: 20px;
    line-height: 26px;
    padding: 10px 90px 11px 15px;
  }

  /* line 175, ../scss/_respond.scss */
  #secondary .text-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 179, ../scss/_respond.scss */
  #sidebar-twitter-feed .fetch-tweets > .fetch-tweets-item {
    padding-bottom: 5px;
    padding-top: 5px;
  }

  /* line 183, ../scss/_respond.scss */
  #sidebar-twitter-feed h2 {
    font-size: 20px;
    line-height: 26px;
    padding: 10px 90px 11px 15px;
    background-size: 65px auto;
  }

  /* line 189, ../scss/_respond.scss */
  #secondary .standard h2 {
    font-size: 20px;
    line-height: 26px;
    padding: 10px 90px 11px 15px;
    background-size: 65px auto;
  }

  /* line 195, ../scss/_respond.scss */
  .js #sidebar-twitter-feed .fetch-tweets-body, .js #sidebar-twitter-feed .fetch-tweets-heading {
    margin-left: -33px;
    padding-right: 15px;
  }

  /* line 199, ../scss/_respond.scss */
  #big-quote {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 203, ../scss/_respond.scss */
  p.big-quote-p {
    font-size: 20px;
    line-height: 26px;
    background-size: 30px auto;
    margin-bottom: 0;
    margin-top: 20px;
    padding-top: 60px;
    background-size: 30px auto;
  }

  /* line 212, ../scss/_respond.scss */
  #back-to-top {
    padding-bottom: 10px;
    padding-top: 30px;
  }

  /* line 216, ../scss/_respond.scss */
  .js #newsletter-signup-standard {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  /* line 220, ../scss/_respond.scss */
  .js #newsletter-signup-standard p {
    font-size: 18px;
  }

  /* line 223, ../scss/_respond.scss */
  .js #newsletter-signup-standard .gform_wrapper .top_label input.medium, .js #newsletter-signup-standard .gform_wrapper .top_label select.medium {
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    width: 100%;
  }

  /* line 229, ../scss/_respond.scss */
  .js #newsletter-signup-standard .gform_wrapper .gform_footer input.button, .js #newsletter-signup-standard .gform_wrapper .gform_footer input[type="submit"] {
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    margin-top: 6px;
  }

  /* line 235, ../scss/_respond.scss */
  .js #newsletter-signup-standard .gfield {
    margin-right: 0px;
    width: 100%;
  }

  /* line 239, ../scss/_respond.scss */
  .js #secondary .standard .text-wrap {
    padding-top: 10px;
  }

  /* line 242, ../scss/_respond.scss */
  .js #secondary .standard .text-wrap p {
    margin-bottom: 1rem;
  }

  /* line 245, ../scss/_respond.scss */
  .js .site-footer #footer-main .first-row {
    padding-top: 30px;
  }

  /* line 248, ../scss/_respond.scss */
  .js .site-footer .partners #partner-logos-table .cell a img {
    max-width: 66%;
  }

  /* line 251, ../scss/_respond.scss */
  .js .site-footer #footer-main .first-row .columns:nth-of-type(2) {
    margin-bottom: 20px;
  }

  /* line 254, ../scss/_respond.scss */
  .js #footer-main-second {
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  /* line 259, ../scss/_respond.scss */
  .js .site-footer .footer-tertiary ul {
    margin-bottom: 20px;
  }

  /* line 262, ../scss/_respond.scss */
  .js .page-id-602 #primary .entry-content h3 a img, .js .page-id-652 #primary .entry-content h3 a img {
    margin-bottom: 10px;
    max-width: 40%;
    width: 40%;
  }

  /* line 267, ../scss/_respond.scss */
  .js #primary #sifi-diagram td {
    border: 1px solid #fff;
    padding: 8px;
  }

  /* line 271, ../scss/_respond.scss */
  html.js #primary #sifi-diagram .rej, html.js #primary #sifi-diagram .acc, html.js #primary #sifi-diagram .bsc {
    padding: 8px;
  }

  /* line 274, ../scss/_respond.scss */
  .js #primary .people-list .photo {
    width: 50%;
    margin-bottom: 15px;
  }

  /* line 278, ../scss/_respond.scss */
  .js #primary .people-list .text {
    clear: both;
    padding-left: 0;
    width: 100%;
  }

  /* line 283, ../scss/_respond.scss */
  .js #primary .people-list h2 {
    margin-bottom: 0;
  }

  /* line 286, ../scss/_respond.scss */
  body .gform_wrapper label.gfield_label + div.ginput_container {
    clear: both;
    margin-top: 0;
  }

  /* line 290, ../scss/_respond.scss */
  .js .page-template-contact-php .gform_wrapper .right_label input.medium, .js .page-template-contact-php .gform_wrapper .right_label select.medium, .js .page-template-contact-php .gform_wrapper .left_label input.medium, .js .page-template-contact-php .gform_wrapper .left_label select.medium {
    margin-bottom: 0;
    margin-top: 10px;
    width: 100%;
  }

  /* line 295, ../scss/_respond.scss */
  .js .page-template-contact-php .gform_wrapper .right_label textarea.small, .js .page-template-contact-php .gform_wrapper .left_label textarea.small, .js .page-template-contact-php .gform_wrapper .right_label textarea.medium, .js .page-template-contact-php .gform_wrapper .left_label textarea.medium, .js .page-template-contact-php .gform_wrapper .right_label textarea.large, .js .page-template-contact-php .gform_wrapper .left_label textarea.large {
    margin-bottom: 0;
    margin-top: 10px;
    padding: 20px;
    width: 100%;
  }

  /* line 301, ../scss/_respond.scss */
  .js .page-template-contact-php .gform_wrapper .gform_footer.right_label, .js .page-template-contact-php .gform_wrapper .gform_footer.left_label {
    margin-left: 0;
    width: auto;
  }

  /* line 305, ../scss/_respond.scss */
  .js .page-template-contact-php .gform_wrapper .gform_footer input[type="submit"] {
    width: auto;
  }

  /* line 308, ../scss/_respond.scss */
  .js .page-template-contact-php .row #intro-text-wrapper.columns {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 312, ../scss/_respond.scss */
  .js .page-template-contact-php #primary .entry-content {
    padding-bottom: 0;
  }

  /* line 315, ../scss/_respond.scss */
  .js .page-template-contact-php #primary {
    padding-bottom: 0;
  }

  /* line 318, ../scss/_respond.scss */
  .js .page-template-contact-php .gform_wrapper .left_label li.field_sublabel_below .gfield_label {
    margin-right: 0;
    margin-top: 24px;
  }

  /* line 322, ../scss/_respond.scss */
  .js #intro-splash-section .row-full-width .text-wrap-in .row {
    width: 60%;
    background-size: cover;
    background-position: right;
  }

  /* line 327, ../scss/_respond.scss */
  .js .page-template-tpt-home-php #intro-splash-section .row-full-width .text-wrap-in {
    margin-left: -20px;
  }

  /* line 330, ../scss/_respond.scss */
  #intro-splash-section .row-full-width .row .text {
    padding-left: 10px;
  }

  /* line 333, ../scss/_respond.scss */
  .js #intro-splash-section .row-full-width .row .text p {
    display: none;
  }

  /* line 336, ../scss/_respond.scss */
  .js .row {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 340, ../scss/_respond.scss */
  .js .page-template-tpt-home-php #main-links-section .columns {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 344, ../scss/_respond.scss */
  .js .page-template-tpt-home-php #main-links-section p.main-p {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  /* line 351, ../scss/_respond.scss */
  .page-template-tpt-home-php #news-section .text p {
    display: none;
  }

  /* line 354, ../scss/_respond.scss */
  .page-template-tpt-home-php #news-section .text p.post-date {
    display: block;
  }

  /* line 357, ../scss/_respond.scss */
  .page-template-tpt-home-php #news-section .story {
    height: 300px;
  }

  /* line 360, ../scss/_respond.scss */
  .page-template-tpt-home-php #news-section .story-link-wrap {
    height: 300px;
  }

  /* line 363, ../scss/_respond.scss */
  .js .page-template-landing-php .row {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 367, ../scss/_respond.scss */
  .js .page-template-landing-php #primary .entry-content {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 371, ../scss/_respond.scss */
  .js .page-template-landing-php #primary p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  /* line 376, ../scss/_respond.scss */
  .js .page-template-landing-php #primary {
    margin-bottom: 0;
  }
}
/*  -------------------------------------------------------------------------------------------------------------------------------------------------
	RESPONSIVE SECONDARY
	------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1000px) {
  /* line 386, ../scss/_respond.scss */
  #secondary-wrapper {
    float: left;
    clear: both;
    padding-left: 0;
    padding-right: 0;
  }

  /* line 392, ../scss/_respond.scss */
  #sidebar-nav {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 396, ../scss/_respond.scss */
  ul#sidebar-cpt-widgets li.cpt-widget-container {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    margin-bottom: 30px;
  }

  /* line 403, ../scss/_respond.scss */
  #sidebar-nav li {
    background-color: #eee;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;
    padding: 0;
  }

  /* line 410, ../scss/_respond.scss */
  #secondary .standard {
    margin-bottom: 0;
  }

  /* line 413, ../scss/_respond.scss */
  #sidebar-twitter-feed {
    margin-bottom: 0;
  }

  /* line 416, ../scss/_respond.scss */
  #primary img.size-full {
    /*min-width:100%;*/
  }

  /* line 419, ../scss/_respond.scss */
  #secondary .cpt-widget-container:last-of-type {
    margin-bottom: 30px;
  }

  /* line 422, ../scss/_respond.scss */
  #secondary #recent-posts {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
  }

  /* line 427, ../scss/_respond.scss */
  #side-news-link {
    margin-bottom: 00px;
  }

  /* line 430, ../scss/_respond.scss */
  #sidebar-nav {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 780px) {
  /* line 435, ../scss/_respond.scss */
  ul#sidebar-cpt-widgets li.cpt-widget-container {
    width: 100%;
  }
}
/*  -------------------------------------------------------------------------------------------------------------------------------------------------
	RESPONSIVE SEARCH
	------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1000px) {
  /* line 444, ../scss/_respond.scss */
  .search #search-main {
    width: 80%;
  }
}
@media screen and (max-width: 780px) {
  /* line 451, ../scss/_respond.scss */
  .search #search-main {
    width: 100%;
  }
}
/*  -------------------------------------------------------------------------------------------------------------------------------------------------
	RESPONSIVE LANDING
	------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1000px) {
  /* line 460, ../scss/_respond.scss */
  .page-template-landing-php #primary {
    padding-bottom: 20px;
  }

  /* line 463, ../scss/_respond.scss */
  .page-template-landing-php #primary .entry-content {
    padding-left: 5%;
    padding-right: 5%;
  }

  /* line 467, ../scss/_respond.scss */
  .page-template-landing-php #primary p {
    font-size: 21px;
    line-height: 34px;
  }

  /* line 471, ../scss/_respond.scss */
  .page-template-landing-php #primary .entry-content {
    padding-bottom: 0;
  }

  /* line 474, ../scss/_respond.scss */
  .page-template-landing-php .linkbox-text p {
    font-size: 11.25px;
    font-size: 1.125rem;
    line-height: 16.875px;
    line-height: 1.6875rem;
  }
}
@media screen and (max-width: 680px) {
  /* line 480, ../scss/_respond.scss */
  .page-template-landing-php .linkbox {
    min-height: 0;
  }
  /* line 483, ../scss/_respond.scss */
  .page-template-landing-php .linkbox-inner {
    height: auto;
  }
  /* line 486, ../scss/_respond.scss */
  .page-template-landing-php .linkbox-text {
    width: 100%;
    background-size: 500%;
    padding: 10px;
  }
  /* line 490, ../scss/_respond.scss */
  .page-template-landing-php .linkbox-text h2 {
    margin-bottom: 5px;
    margin-top: 5px;
    padding-top: 0;
  }
  /* line 496, ../scss/_respond.scss */
  .page-template-landing-php .linkbox-inner:hover .linkbox-text, .page-template-landing-php .linkbox-inner:focus .linkbox-text {
    padding-top: 10px;
  }
  /* line 499, ../scss/_respond.scss */
  .page-template-landing-php .linkbox-text p {
    margin-bottom: 1em;
  }
}
/*  -------------------------------------------------------------------------------------------------------------------------------------------------
	RESPONSIVE FOOTER
	------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1160px) {
  /* line 508, ../scss/_respond.scss */
  .site-footer #footer-main .first-row .columns:nth-of-type(2) {
    text-align: left;
  }

  /* line 511, ../scss/_respond.scss */
  .site-footer .partners .float-right {
    width: 100%;
    text-align: left;
    padding-left: 20px;
  }

  /* line 516, ../scss/_respond.scss */
  .site-footer .partners #partner-logos-table {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  /* line 521, ../scss/_respond.scss */
  .site-footer .partners #partner-logos-table .cell a {
    box-sizing: border-box;
    padding-right: 0;
    margin-right: 0;
    line-height: 1px;
  }

  /* line 527, ../scss/_respond.scss */
  .site-footer .partners #partner-logos-table .cell a img {
    max-width: 200%;
    /* YES TWO HUNDRED */
    margin-right: 50px;
  }

  /* line 532, ../scss/_respond.scss */
  .page-template-tpt-home-php #intro-section h2, .page-template-tpt-home-php #intro-section p {
    padding-right: 50px;
    padding-left: 50px;
  }

  /* line 536, ../scss/_respond.scss */
  .site-footer #footer-main .first-row .columns:first-of-type {
    display: none;
  }

  /* line 539, ../scss/_respond.scss */
  #footer-main .large-6.medium-8 {
    width: 66.6666%;
    text-align: center;
  }
}
@media screen and (max-width: 1050px) {
  /* line 545, ../scss/_respond.scss */
  .page-template-tpt-home-php #main-links-section p.main-p {
    font-size: 25px;
    line-height: 34px;
  }

  /* line 549, ../scss/_respond.scss */
  #colophon p, #colophon li {
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  /* line 554, ../scss/_respond.scss */
  .site-footer .social {
    clear: both;
    float: left;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  /* line 562, ../scss/_respond.scss */
  .site-footer #footer-main .first-row .columns:nth-of-type(2) {
    text-align: center;
    margin-bottom: 50px;
  }

  /* line 566, ../scss/_respond.scss */
  .site-footer #footer-main .first-row .columns:nth-of-type(2) div {
    display: inline-block;
    text-align: center;
  }

  /* line 570, ../scss/_respond.scss */
  .site-footer .partners #partner-logos-table {
    margin-top: 0;
  }

  /* line 573, ../scss/_respond.scss */
  .site-footer #footer-main .first-row .columns {
    border-right: none;
    clear: both;
    width: 100%;
  }

  /* line 578, ../scss/_respond.scss */
  .site-footer .partners .float-right {
    padding-left: 0;
    text-align: center;
    float: left;
  }
}
@media screen and (max-width: 700px) {
  /* line 585, ../scss/_respond.scss */
  .site-footer .footer-tertiary p {
    float: none;
  }
  /* line 587, ../scss/_respond.scss */
  .site-footer .footer-tertiary p span {
    display: none;
  }

  /* line 591, ../scss/_respond.scss */
  #tertiary-navigation {
    clear: both;
  }

  /* line 594, ../scss/_respond.scss */
  .site-footer .footer-tertiary ul {
    margin-bottom: 40px;
  }

  /* line 597, ../scss/_respond.scss */
  .site-footer .footer-tertiary li {
    display: inline-block;
    float: none;
  }

  /* line 601, ../scss/_respond.scss */
  .site-footer .partners #partner-logos-table .cell a {
    clear: both;
    float: left;
    width: 100%;
  }
  /* line 605, ../scss/_respond.scss */
  .site-footer .partners #partner-logos-table .cell a img {
    margin-right: 0;
  }
}
/*  -------------------------------------------------------------------------------------------------------------------------------------------------
	HOMEPAGE RESPONSIVE
	------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1350px) {
  /* line 614, ../scss/_respond.scss */
  .page-template-tpt-home-php #main-links-section .circled .icon {
    height: 128px;
    margin: 0px auto;
    width: 160px;
  }

  /* line 619, ../scss/_respond.scss */
  .page-template-tpt-home-php #news-section .text {
    padding-left: 80px;
    padding-right: 80px;
  }

  /* line 623, ../scss/_respond.scss */
  .page-template-tpt-home-php #news-section a:last-of-type .text {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 1300px) {
  /* line 629, ../scss/_respond.scss */
  .page-template-tpt-home-php #main-links-section .icon {
    margin-top: 0;
    margin-bottom: 0;
  }

  /* line 633, ../scss/_respond.scss */
  .page-template-tpt-home-php #main-links-section .circled p {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media screen and (max-width: 1200px) {
  /* line 639, ../scss/_respond.scss */
  .page-template-tpt-home-php #main-links-section p.main-p {
    line-height: 34px;
    font-size: 27px;
  }

  /* line 643, ../scss/_respond.scss */
  .page-template-tpt-home-php #main-links-section p.sub-p {
    font-size: 19px;
    line-height: 28px;
  }

  /* line 647, ../scss/_respond.scss */
  .link-button-green:link, .link-button-green:visited {
    font-size: 15px;
    line-height: 1.0625rem;
    padding: 12px 20px 10px;
  }

  /* line 652, ../scss/_respond.scss */
  .page-template-tpt-home-php #news-section .text {
    padding-top: 70px;
  }

  /* line 655, ../scss/_respond.scss */
  .page-template-tpt-home-php #news-section a:hover .text, .page-template-tpt-home-php #news-section a:focus .text {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1110px) {
  /* line 660, ../scss/_respond.scss */
  .page-template-tpt-home-php #main-links-section .circled p {
    padding-left: 100px;
    padding-right: 100px;
  }

  /* line 664, ../scss/_respond.scss */
  .page-template-tpt-home-php #main-links-section p.sub-p {
    font-size: 18px;
    line-height: 24px;
  }

  /* line 668, ../scss/_respond.scss */
  .page-template-tpt-home-php #news-section .text {
    padding-left: 50px;
    padding-right: 50px;
  }

  /* line 672, ../scss/_respond.scss */
  .page-template-tpt-home-php #news-section a:last-of-type .text {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1050px) {
  /* line 678, ../scss/_respond.scss */
  .page-template-tpt-home-php #main-links-section p.main-p {
    font-size: 25px;
    line-height: 34px;
  }

  /* line 682, ../scss/_respond.scss */
  #colophon p, #colophon li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 687, ../scss/_respond.scss */
  .page-template-tpt-home-php #main-links-section .circled p.main-p {
    font-size: 25px;
    line-height: 34px;
  }

  /* line 691, ../scss/_respond.scss */
  .page-template-tpt-home-php #news-section .text p.post-date span {
    display: none;
  }

  /* line 694, ../scss/_respond.scss */
  .page-template-tpt-home-php #main-links-section .circled .icon {
    height: 100px;
    width: 125px;
  }

  /* line 698, ../scss/_respond.scss */
  .page-template-tpt-home-php #main-links-section .circled .link-button-green {
    bottom: 40px;
  }
}
@media screen and (max-width: 980px) {
  /* line 703, ../scss/_respond.scss */
  .page-template-tpt-home-php #intro-section h2, .page-template-tpt-home-php #intro-section p {
    font-size: 25px;
    line-height: 38px;
  }

  /* line 707, ../scss/_respond.scss */
  .page-template-tpt-home-php #main-links-section .circled .icon {
    height: 80px;
    width: 100px;
  }

  /* line 711, ../scss/_respond.scss */
  .page-template-tpt-home-php #main-links-section p.sub-p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1000px) {
  /* line 717, ../scss/_respond.scss */
  .page-template-tpt-home-php #intro-section .row-full-width .row {
    padding-top: 40px;
  }

  /* line 720, ../scss/_respond.scss */
  .home-news {
    margin-top: 60px;
  }

  /* line 723, ../scss/_respond.scss */
  .page-template-tpt-home-php #slider-down {
    display: none;
  }

  /* line 726, ../scss/_respond.scss */
  .page-template-tpt-home-php #intro-section h2, .page-template-tpt-home-php #intro-section p {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 21px;
    line-height: 34px;
  }

  /* line 732, ../scss/_respond.scss */
  .page-template-tpt-home-php #main-links-section .columns {
    margin-bottom: 50px;
  }

  /* line 735, ../scss/_respond.scss */
  .page-template-tpt-home-php #main-links-section p {
    padding-left: 55px;
    padding-right: 55px;
  }

  /* line 739, ../scss/_respond.scss */
  .page-template-tpt-home-php #main-links-section p.main-p {
    padding-bottom: 30px;
  }

  /* line 742, ../scss/_respond.scss */
  .page-template-tpt-home-php #main-links-section p.sub-p {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 34px;
  }

  /* line 747, ../scss/_respond.scss */
  .page-template-tpt-home-php #main-links-section .inner.circle, .page-template-tpt-home-php #main-links-section .inner.circle.inView {
    display: none;
  }

  /* line 750, ../scss/_respond.scss */
  .page-template-tpt-home-php #main-links-section .circled {
    position: relative;
  }

  /* line 753, ../scss/_respond.scss */
  .page-template-tpt-home-php #main-links-section .circled .icon {
    height: 160px;
    width: 200px;
  }

  /* line 757, ../scss/_respond.scss */
  .page-template-tpt-home-php .link-button-green, .page-template-tpt-home-php #main-links-section .circled .link-button-green {
    bottom: auto;
    position: relative;
  }

  /* line 761, ../scss/_respond.scss */
  .page-template-tpt-home-php #news-section a {
    background-color: #c00;
    float: left;
    position: relative;
    width: 100%;
    border-bottom: none;
  }

  /* line 768, ../scss/_respond.scss */
  .page-template-tpt-home-php #news-section .text, .page-template-tpt-home-php #news-section a:last-of-type .text {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }

  /* line 774, ../scss/_respond.scss */
  .blog #news-listing .large-12 h1.entry-title {
    font-size: 29px;
    line-height: 35px;
  }

  /* line 778, ../scss/_respond.scss */
  .blog #news-listing .large-12 .entry-content p {
    font-size: 18px;
    line-height: 26px;
  }

  /* line 783, ../scss/_respond.scss */
  .js .blog #news-listing .large-12 .text-wrap {
    padding-top: 30px;
    margin-top: 0;
  }

  /* line 788, ../scss/_respond.scss */
  .js .blog #news-listing .large-12 a:hover .text-wrap, .js .blog #news-listing .large-12 a:visited:hover .text-wrap, .js .blog #news-listing .large-12 a:focus .text-wrap {
    padding-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  /* line 797, ../scss/_respond.scss */
  .blog #news-listing .large-12 .text-wrap {
    padding-top: 30px;
    transition: padding-top 0.3s ease-in-out 0s;
    width: 100%;
    height: auto;
  }

  /* line 803, ../scss/_respond.scss */
  .blog #news-listing .large-12 .entry-content h1.entry-title {
    font-size: 1.5625rem;
    line-height: 2.0625rem;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  /* line 811, ../scss/_respond.scss */
  .blog #news-listing .large-12 .entry-content p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    padding-bottom: 14px;
  }

  /* line 819, ../scss/_respond.scss */
  .blog #news-listing .large-12 .text-wrap {
    transition: padding-top 0.3s ease-in-out;
    -moz-transition: padding-top 0.3s ease-in-out;
    -ms-transition: padding-top 0.3s ease-in-out;
    -o-transition: padding-top 0.3s ease-in-out;
    -webkit-transition: padding-top 0.3s ease-in-out;
    padding-top: 30px;
  }
  /* line 828, ../scss/_respond.scss */
  .blog #news-listing .large-12 .pics {
    height: 240px;
    width: 100%;
  }
  /* line 832, ../scss/_respond.scss */
  .blog #news-listing .large-12 img {
    width: 151px;
    height: 240px;
    float: left;
  }
  /* line 837, ../scss/_respond.scss */
  .blog #news-listing .large-12 .entry-header {
    position: relative;
    top: -33px;
  }
  /* line 841, ../scss/_respond.scss */
  .blog #news-listing .large-12 .entry-meta {
    padding-left: 30px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 15px;
    line-height: 1.5rem;
    margin-bottom: 9px;
    position: relative;
    top: -33px;
  }
  /* line 848, ../scss/_respond.scss */
  .blog #news-listing .large-12 h1.entry-title {
    font-size: 15.625px;
    font-size: 1.5625rem;
    line-height: 20.625px;
    line-height: 2.0625rem;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0;
  }
  /* line 855, ../scss/_respond.scss */
  .blog #news-listing .large-12 .entry-content {
    position: relative;
    top: -33px;
    background-color: #ededef;
  }
  /* line 859, ../scss/_respond.scss */
  .blog #news-listing .large-12 .entry-content p {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 864, ../scss/_respond.scss */
  .blog #news-listing .large-12 a:link, .blog #news-listing .large-12 a:visited, .blog #news-listing .large-12 a:hover, .blog #news-listing .large-12 a:visited:hover, .blog #news-listing .large-12 a:focus {
    display: block;
  }
  /* line 873, ../scss/_respond.scss */
  .blog #news-listing .large-12 a:hover .text-wrap, .blog #news-listing .large-12 a:visited:hover .text-wrap, .blog #news-listing .large-12 a:focus .text-wrap {
    padding-top: 20px;
  }

  /* line 882, ../scss/_respond.scss */
  .page-template-tpt-home-php #intro-splash-section .row-full-width .text-wrap-in {
    margin-left: -5px;
  }

  /* line 885, ../scss/_respond.scss */
  .page-template-tpt-home-php #intro-section .row-full-width .row {
    padding-top: 15px;
  }

  /* line 888, ../scss/_respond.scss */
  .page-template-tpt-home-php #intro-section h2, .page-template-tpt-home-php #intro-section p {
    font-size: 18px;
    line-height: 26px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
  }

  /* line 895, ../scss/_respond.scss */
  .page-template-tpt-home-php #signup-form-section #gform_wrapper_1 {
    width: auto;
  }
}
/*  -------------------------------------------------------------------------------------------------------------------------------------------------
	PEOPLE LIST
	------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1000px) {
  /* line 903, ../scss/_respond.scss */
  #primary .people-list .photo {
    width: 25%;
  }
}
/*  -------------------------------------------------------------------------------------------------------------------------------------------------
	BITS N PIECES
	------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1000px) {
  /* line 911, ../scss/_respond.scss */
  .blog #news-listing .large-4 {
    width: 50%;
  }

  /* line 914, ../scss/_respond.scss */
  .blog #news-listing .large-12 .entry-header {
    top: 0;
  }
}
@media screen and (max-width: 700px) {
  /* line 920, ../scss/_respond.scss */
  .blog #news-listing .large-4 {
    width: 100%;
  }

  /* line 923, ../scss/_respond.scss */
  .blog #news-listing .large-12 .entry-header {
    top: -33px;
  }
}
/*  -------------------------------------------------------------------------------------------------------------------------------------------------
	TEMP WP ADMINBAR
	------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 800px) {
  /* line 932, ../scss/_respond.scss */
  html.js {
    margin-top: 0 !important;
  }

  /* line 935, ../scss/_respond.scss */
  * html.js body {
    margin-top: 0 !important;
  }

  /* line 938, ../scss/_respond.scss */
  #wpadminbar {
    display: none !important;
  }

  /* line 941, ../scss/_respond.scss */
  html.js #wpadminbar {
    display: none !important;
  }
}
/*  -----------------------------
	SITEWIDE ELEMENTS
	----------------------------- */
/* line 463, ../scss/screen.scss */
h1 {
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  font-weight: 500;
  font-style: normal;
}

/* line 466, ../scss/screen.scss */
h2, h3, h4, h5, h6 {
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  font-weight: 500;
  font-style: normal;
}

/* line 469, ../scss/screen.scss */
p, li, td {
  font-family: 'montserratlight';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 1rem;
}

/* line 475, ../scss/screen.scss */
b, strong {
  font-weight: normal;
  font-style: normal;
  font-family: 'montserratbold';
}

/* line 480, ../scss/screen.scss */
a:link, a:visited {
  color: #00a19a;
  text-decoration: none;
}

/* line 484, ../scss/screen.scss */
a:hover, a:visited:hover, a:focus {
  color: #00a19a;
  text-decoration: underline;
}

/* line 488, ../scss/screen.scss */
#content {
  width: 100%;
  float: left;
  clear: both;
}

/* line 493, ../scss/screen.scss */
.row-full-width {
  width: 100%;
  float: left;
  clear: both;
}

/* line 498, ../scss/screen.scss */
.accessibility-only, .screen-reader-text {
  /* see http://webaim.org/techniques/css/invisiblecontent/ */
  /* see http://webaim.org/techniques/css/invisiblecontent/ */
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* line 502, ../scss/screen.scss */
#preload-img {
  /* see http://webaim.org/techniques/css/invisiblecontent/ */
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* line 505, ../scss/screen.scss */
.float-right {
  float: right;
}

/* line 508, ../scss/screen.scss */
.slanty-strip {
  width: 100%;
  height: 13px;
  clear: both;
  background-image: url("../cmsimg/slanty_strip.png");
  background-repeat: repeat-x;
  background-size: contain;
}

/* line 516, ../scss/screen.scss */
#eoi-hint {
  display: none;
  position: absolute;
  z-index: 100000;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms linear;
  -moz-transition: opacity 500ms linear;
  -o-transition: opacity 500ms linear;
  -ms-transition: opacity 500ms linear;
  transition: opacity 500ms linear;
  padding: 5px;
  text-align: center;
  background-color: transparent;
  background-image: url("../cmsimg/hint_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 12px;
  width: 250px;
  padding-top: 27px;
  padding-bottom: 10px;
}
/* line 538, ../scss/screen.scss */
#eoi-hint p {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}

/* line 546, ../scss/screen.scss */
#eoi-hint.eoi-show {
  display: block;
  opacity: 1;
}

/* line 550, ../scss/screen.scss */
.animating.fast-mo, .hover-bounce.fast-mo, .hover-flash.fast-mo, .hover-heartbeat.fast-mo, .hover-panic.fast-mo, .hover-pulsate.fast-mo, .hover-pulse.fast-mo, .hover-rubber-band.fast-mo, .hover-shake-x.fast-mo, .hover-shake-y.fast-mo, .hover-slingshot-reverse.fast-mo, .hover-slingshot.fast-mo, .hover-spin-reverse.fast-mo, .hover-spin.fast-mo, .hover-strobe.fast-mo, .hover-swing.fast-mo, .hover-tada.fast-mo, .hover-wobble.fast-mo {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

/* line 554, ../scss/screen.scss */
.animating.super-fast-mo, .hover-bounce.super-fast-mo, .hover-flash.super-fast-mo, .hover-heartbeat.super-fast-mo, .hover-panic.super-fast-mo, .hover-pulsate.super-fast-mo, .hover-pulse.super-fast-mo, .hover-rubber-band.super-fast-mo, .hover-shake-x.super-fast-mo, .hover-shake-y.super-fast-mo, .hover-slingshot-reverse.super-fast-mo, .hover-slingshot.super-fast-mo, .hover-spin-reverse.super-fast-mo, .hover-spin.super-fast-mo, .hover-strobe.super-fast-mo, .hover-swing.super-fast-mo, .hover-tada.super-fast-mo, .hover-wobble.super-fast-mo {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}

/*  -----------------------------
	BUTTONS
	----------------------------- */
/* line 561, ../scss/screen.scss */
.link-button-green:link, .link-button-green:visited {
  font-size: 11.25px;
  font-size: 1.125rem;
  line-height: 11.25px;
  line-height: 1.125rem;
  text-transform: uppercase;
  color: #fff;
  padding-top: 16px;
  padding-bottom: 14px;
  padding-left: 28px;
  padding-right: 28px;
  background-color: #ccc;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  border-radius: 3px;
    /*
	background-image: url("../cmsimg/linkbutton_grad.png");
    background-repeat: repeat-x;	
	background-size: contain;
	*/
  background-color: #00a19a;
  /* box-shadow: 0 1px 0 rgba(156, 207, 205, 0.1) inset, 0 15px 17px rgba(156, 207, 205, 0.5) inset, 0 -5px 12px rgba(0, 0, 0, 0.05) inset; */
  color: #fff;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

/* line 572, ../scss/screen.scss */
.link-button-green:hover, .link-button-green:visited:hover, .link-button-green:focus {
  color: #fff;
  background-color: #007f79;
}

/*  -----------------------------
	COOKIE BANNER
	----------------------------- */
/* line 580, ../scss/screen.scss */
html .cookieBannerContainer {
  background: none repeat scroll 0 0 #000;
  height: auto;
  min-height: 30px;
}
/* line 584, ../scss/screen.scss */
html .cookieBannerContainer .cookieBannerText {
  line-height: auto;
}
/* line 588, ../scss/screen.scss */
html .cookieBannerContainer .cookieBannerText {
  line-height: 14px;
  margin-top: 8px;
}
/* line 592, ../scss/screen.scss */
html .cookieBannerRemove {
  background: none repeat scroll 0 0 #562e91;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 20px;
  line-height: 18px;
  margin-top: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

/*  -----------------------------
	FOR INNER TEMPLATE(S)
	----------------------------- */
/* line 610, ../scss/screen.scss */
#title-backdrop {
  /* MOVE TO page css */
  width: 100%;
  height: 0px;
  background-color: #eee;
  background-image: url("../cmsimg/default_title_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 621, ../scss/screen.scss */
.js .page-template-default #title-backdrop, .js .page-template-default .slanty-strip, .js .page-template-default #main-rows-wrapper {
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  -ms-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

/* line 630, ../scss/screen.scss */
.js {
  /* override plugin css */
}
/* line 632, ../scss/screen.scss */
.js .acf-media-credit {
  display: block;
  margin-top: -15px;
  padding: 0;
}
/* line 637, ../scss/screen.scss */
.js .credit {
  color: #fff;
  font-size: 11px;
  height: 15px;
  line-height: 15px;
  margin-top: -15px;
  padding-right: 5px;
  text-align: right;
  text-transform: uppercase;
}
/* line 647, ../scss/screen.scss */
.js .acf-media-credit {
  color: #fff;
  font-size: 11px;
  height: 20px;
  line-height: 11px;
  margin-top: -20px;
  padding: 0;
  padding-right: 10px;
  text-align: right;
  text-transform: uppercase;
  display: block;
}
/* line 659, ../scss/screen.scss */
.js .acf-credit {
  color: #fff;
  font-size: 11px;
  height: 11px;
  line-height: 11px;
}
/* line 665, ../scss/screen.scss */
.js .acf-credit a {
  color: #fff;
  display: block;
}
/* line 670, ../scss/screen.scss */
.js .dark-credit .credit {
  color: #000;
}
/* line 673, ../scss/screen.scss */
.js .dark-credit .acf-media-credit {
  color: #000;
}
/* line 676, ../scss/screen.scss */
.js .dark-credit .acf-credit {
  color: #000;
}
/* line 679, ../scss/screen.scss */
.js .dark-credit .acf-credit a {
  color: #000;
}

/* line 684, ../scss/screen.scss */
.wp-pagenavi {
  padding-left: 15px;
  margin-top: 60px;
}
/* line 687, ../scss/screen.scss */
.wp-pagenavi .pages {
  display: none;
}
/* line 690, ../scss/screen.scss */
.wp-pagenavi .current, .wp-pagenavi a {
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  font-weight: 500;
  font-style: normal;
  font-size: 13.125px;
  font-size: 1.3125rem;
  line-height: 13.125px;
  line-height: 1.3125rem;
  color: #fff;
  padding: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  overflow: hidden;
  margin-right: 10px;
  display: block;
  border: none;
  float: left;
  clear: none;
}
/* line 705, ../scss/screen.scss */
.wp-pagenavi .current {
  background-color: #00a19a;
}
/* line 708, ../scss/screen.scss */
.wp-pagenavi a {
  background-color: #562e91;
}
/* line 711, ../scss/screen.scss */
.wp-pagenavi a:hover, .wp-pagenavi a:visited:hover, .wp-pagenavi a:focus {
  text-decoration: none;
}

/* line 715, ../scss/screen.scss */
.nbsp {
  /* before icomoon arrows */
  font-size: 1px;
}

/* SIFI DIAGRAM */
/* line 720, ../scss/screen.scss */
.js #primary #sifi-diagram {
  min-width: 1px;
  max-width: 100%;
  border: none;
}
/* line 724, ../scss/screen.scss */
.js #primary #sifi-diagram td {
  border: solid 8px #fff;
  padding: 8px;
  min-width: 16.666%;
  width: 16.666%;
  color: #fff;
}
/* line 730, ../scss/screen.scss */
.js #primary #sifi-diagram td p {
  color: #fff;
}
/* line 734, ../scss/screen.scss */
.js #primary #sifi-diagram td.arrow {
  background-image: url("../cmsimg/diagram_down_arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
  text-indent: -1000px;
  padding: 8px;
}
/* line 742, ../scss/screen.scss */
.js #primary #sifi-diagram .sif {
  background-color: #00a19a;
  padding: 16px;
}
/* line 746, ../scss/screen.scss */
.js #primary #sifi-diagram .acc {
  background-color: #562e91;
  padding: 16px;
}
/* line 750, ../scss/screen.scss */
.js #primary #sifi-diagram .bsc {
  background-color: #a3195b;
  padding: 16px;
}
/* line 754, ../scss/screen.scss */
.js #primary #sifi-diagram .rej {
  background-color: #999;
  padding: 16px;
}

@media screen and (max-width: 700px) {
  /* line 763, ../scss/screen.scss */
  .js #primary #sifi-diagram td {
    border: 5px solid #fff;
    padding: 8px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
  }
}
/* line 772, ../scss/screen.scss */
.js #primary #sifi-diagram-key {
  min-width: 1px;
  max-width: 100%;
  border: none;
}
/* line 776, ../scss/screen.scss */
.js #primary #sifi-diagram-key td {
  border: solid 8px #fff;
  padding: 0;
  width: 100%;
  color: #3b3952;
  text-align: left;
}
/* line 783, ../scss/screen.scss */
.js #primary #sifi-diagram-key .sif {
  background-color: #00a19a;
  max-width: 32px;
  min-width: 32px;
  width: 1%;
}
/* line 789, ../scss/screen.scss */
.js #primary #sifi-diagram-key .acc {
  background-color: #562e91;
  max-width: 32px;
  min-width: 32px;
  width: 1%;
}
/* line 795, ../scss/screen.scss */
.js #primary #sifi-diagram-key .bsc {
  background-color: #a3195b;
  max-width: 32px;
  min-width: 32px;
  width: 1%;
}

/* Working with our partners */
/* line 806, ../scss/screen.scss */
.page-id-602 #primary .entry-content h3 a:link, .page-id-602 #primary .entry-content h3 a:visited, .page-id-602 #primary .entry-content h3 a:hover, .page-id-602 #primary .entry-content h3 a:visited:hover, .page-id-602 #primary .entry-content h3 a:focus {
  text-decoration: none;
}
/* line 809, ../scss/screen.scss */
.page-id-602 #primary .entry-content h3 a img {
  width: 50%;
  max-width: 50%;
  height: auto;
  margin-bottom: 20px;
}

/* line 821, ../scss/screen.scss */
.page-id-652 #primary .entry-content h3 a:link, .page-id-652 #primary .entry-content h3 a:visited, .page-id-652 #primary .entry-content h3 a:hover, .page-id-652 #primary .entry-content h3 a:visited:hover, .page-id-652 #primary .entry-content h3 a:focus {
  text-decoration: none;
}
/* line 824, ../scss/screen.scss */
.page-id-652 #primary .entry-content h3 a img {
  width: 50%;
  max-width: 50%;
  height: auto;
  margin-bottom: 20px;
}

/* Capacity building landing page */
/* line 836, ../scss/screen.scss */
.page-id-48 #signup-form-section .row-full-width {
  background-image: url("../cmsimg/form_bg_tile_1.png");
  background-repeat: repeat;
}
/* line 840, ../scss/screen.scss */
.page-id-48 #signup-form-section .columns {
  text-align: center;
  padding-top: 85px;
  padding-bottom: 0;
}
/* line 845, ../scss/screen.scss */
.page-id-48 #signup-form-section .columns.to-top {
  padding-top: 0;
}
/* line 848, ../scss/screen.scss */
.page-id-48 #signup-form-section h2 {
  font-size: 30.625px;
  font-size: 3.0625rem;
  line-height: 31.875px;
  line-height: 3.1875rem;
  font-family: 'Gotham Rounded A', 'Gotham Rounded B';
  font-weight: 500;
  font-style: normal;
  color: #562e91;
  margin-bottom: 40px;
}
/* line 854, ../scss/screen.scss */
.page-id-48 #signup-form-section p {
  font-size: 30.625px;
  font-size: 3.0625rem;
  line-height: 31.875px;
  line-height: 3.1875rem;
  font-size: 13.125px;
  font-size: 1.3125rem;
  line-height: 20px;
  line-height: 2rem;
  color: #562e91;
  margin-bottom: 60px;
}
/* line 860, ../scss/screen.scss */
.page-id-48 #signup-form-section #gform_wrapper_1 {
  max-width: 350px;
  overflow: inherit;
  margin: 10px auto 80px;
  display: block;
  width: 350px;
}
/* line 867, ../scss/screen.scss */
.page-id-48 #signup-form-section .gform_wrapper .ginput_complex .ginput_right, .page-id-48 #signup-form-section .gform_wrapper .ginput_complex .ginput_left {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
/* line 873, ../scss/screen.scss */
.page-id-48 #signup-form-section .gform_wrapper .top_label input.medium, .page-id-48 #signup-form-section .gform_wrapper .top_label select.medium {
  width: 100%;
}
/* line 876, ../scss/screen.scss */
.page-id-48 #signup-form-section .gform_wrapper .ginput_complex input[type="text"], .page-id-48 #signup-form-section .gform_wrapper .ginput_complex input[type="url"], .page-id-48 #signup-form-section .gform_wrapper .ginput_complex input[type="email"], .page-id-48 #signup-form-section .gform_wrapper .ginput_complex input[type="tel"], .page-id-48 #signup-form-section .gform_wrapper .ginput_complex input[type="number"], .page-id-48 #signup-form-section .gform_wrapper .ginput_complex input[type="password"], .page-id-48 #signup-form-section .gform_wrapper .ginput_complex select {
  width: 100% !important;
}
/* line 879, ../scss/screen.scss */
.page-id-48 #signup-form-section label {
  /* see http://webaim.org/techniques/css/invisiblecontent/ */
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* line 884, ../scss/screen.scss */
.wave-note {
  background-color: #ffff99;
  border: 1px solid #fc0;
  clear: both;
  color: #333;
  float: left;
  font-family: monospace;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}

/* line 897, ../scss/screen.scss */
.highlight-box {
  background-color: #f39200;
  border: none;
  clear: both;
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
}

/* line 909, ../scss/screen.scss */
.page-id-126 .lssb_buttons {
  display: none;
}

/* line 914, ../scss/screen.scss */
.page-id-110 .lssb_buttons {
  display: none;
}

/* line 919, ../scss/screen.scss */
.page-id-116 .lssb_buttons {
  display: none;
}

/* line 924, ../scss/screen.scss */
.page-id547 .lssb_buttons {
  display: none;
}

/* line 929, ../scss/screen.scss */
.page-id-121 .lssb_buttons {
  display: none;
}

/* line 935, ../scss/screen.scss */
.page-id-116 #primary .page_item_list li {
  background-image: none;
  padding-left: 0px;
  margin-top: 10px;
}
/* line 940, ../scss/screen.scss */
.page-id-116 #primary .page_item_list li li {
  background-image: url("../cmsimg/bullet_primary.png");
  margin-top: 0px;
  padding-left: 24px;
}
/* line 945, ../scss/screen.scss */
.page-id-116 #primary .page_item_list ul.children {
  margin-top: 10px;
}

/* line 950, ../scss/screen.scss */
.page-id-108 #primary {
  display: none;
}

/*  -----------------------------
	COUNTERACT IOS STYLING
	----------------------------- */
	/*
 input, .search-field {
    -webkit-appearance: none;
    -webkit-border-radius:0;
    border-radius:0;
}
#searchbox-rows-wrapper input[type="search"], input[type="search"], textarea {
    -webkit-appearance: none;
    -webkit-border-radius:0;
    border-radius:0;
}
*/
/*  -----------------------------
	FINAL IMPORTS
	----------------------------- */
/* line 972, ../scss/screen.scss */
html.js .cookieBannerContainer {
  display: none;
}
